/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{height:60px;background:#2c58c5}
::-webkit-scrollbar-thumb:window-inactive{background:#2c58c5}
::-webkit-scrollbar-thumb:vertical:hover{background:#2c58c5}

body{position: relative;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";transition: all 0.5s;min-width:320px;width:100%;overflow-x: hidden;}
html,body{height:100%;}
em,i{font-style:normal}
input,textarea,img,button,select{outline: none;color:#333;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,dl{margin:0}
ul{padding:0;margin:0;}
a{color:#333;}
a:focus,a:hover{text-decoration:none;color:#333;}
textarea{resize: none;}
.Animation{-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;-webkit-transition-delay:.3s;transition-delay:.3s}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.img{position:relative;overflow:hidden;}
.img img{display:block;width:100%;transition:all .5s}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}
.bgGrey{background:#f9faff}

.indexPadding{padding-top:60px;}
body{padding-top: 158px;}
@media (max-width: 767px) {
	.PC_show{display:none!important;}
	.section .container{width:100%;}
}
@media (min-width: 768px) {
	.Min_show{display:none!important;}
	.indexPadding,body{padding-top:110px;}
}
@media (min-width: 992px) {
	.indexPadding,body{padding-top:120px;}
}
@media (min-width: 1200px) {
	.container{width: 1130px;}
}
@media (min-width: 1450px) {
	.container{width: 1330px;}
}
@media (min-width: 1650px) {
	.container{width: 1470px;}
}

/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 2;}

.footer{background:#333;color:#fff;width:100%;overflow: hidden;}
.footer a{color:#fff;}
.foot_top{padding:30px 0;}
.foot_logo{margin-bottom:20px;}
.foot_logo a{display: block;}
.foot_logo a>img{display: block;height:60px;}
.foot_nav a{display: block;margin-bottom:15px;}
.foot_nav a:hover{color:#fff;}
.foot_nav dt{position: relative;}
.foot_nav dt>a{font-size:16px;font-weight: 400;}
.foot_nav dd>a{font-size:14px;}
.foot_nav .dropdown>dd{display: none;}
.foot_nav dt>.icon{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;}
.foot_nav dt>.icon:before,
.foot_nav dt>.icon:after{content: '';display: block;position: absolute;background:#cccccc;transition: all 0.3s;}
.foot_nav dt>.icon:before{width:12px;height:1px;right:0;top:50%;}
.foot_nav dt>.icon:after{height:12px;width:1px;right:5px;top:50%;margin-top:-6px;margin-right:0;}
.foot_nav .active dt>a{color:#fff;}
.foot_nav .active dt>.icon:before{background:#fff;}
.foot_nav .active dt>.icon:after{background:#fff;height:0;}
.foot_top_right .InfoContent{color:#fff;}
.foot_top_right .InfoContent>p{margin-bottom:10px;}
.foot_ewm{text-align: center;margin-left:15px;}
.foot_ewm img{display: block;max-width:120px;margin:0 auto 10px;}
.foot_bottom{border-top:1px solid #fff;line-height:24px;padding:10px 0;color:#ccc;text-align: center;}
.copyright a{color:#ccc;display: inline-block;}
.copyright img{vertical-align: middle;} 
.copyright a:hover{text-decoration: underline;color:#ccc;}
@media (max-width:767px){
	.gotop{width:30px;height:30px}
	.foot_logo a>img{margin:0 auto;}
	.foot_nav{margin-bottom:20px;}
	.foot_nav a{padding:10px 0;border-bottom:1px solid rgba(137,137,137,0.3);}
	.foot_nav>dl{margin-bottom:5px;}
	.foot_nav dt>a{margin-bottom:0;}
	.foot_nav dl>dd>a{text-indent:2em;}
}
@media (min-width:768px){
	.foot_top{padding:40px 0 20px;}
	.foot_top_row>div{margin-bottom:20px;}
	.foot_top_row>div>div{display: flex;justify-content: space-between;}
	.foot_nav{display: flex;justify-content: flex-end;flex-flow: row wrap;margin-left:-15px;margin-right:-15px;}
	.foot_nav dl{padding-left:15px;padding-right:15px;}
	.foot_nav .dropdown dt>.icon{display: none;}
	.foot_nav .dropdown>dd{display: block!important;}
}
@media (min-width:992px){
	.foot_top_row>div{width:100%;}
	.foot_bottom{padding:13px 0;}
}
@media (min-width:1200px){
	.foot_top_row>div{width:50%;}
	.foot_top_right{padding-left:10%;}
	.foot_top_right .InfoContent,
	.foot_ewm{font-size:16px;}
	.foot_ewm img{max-width:150px;}
}
@media (min-width:1450px){
	.foot_nav{margin-left:-20px;margin-right:-20px;}
	.foot_nav dl{padding-left:20px;padding-right:20px;}
	.foot_nav dt>a{font-size:18px;}
	.foot_nav dd>a{font-size:16px;}
}
@media (min-width:1650px){
	.foot_nav{margin-left:-25px;margin-right:-25px;}
	.foot_nav dl{padding-left:25px;padding-right:25px;}
}


/*导航*/
.navbar-default {
	background-color:transparent;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	/* box-shadow: 0 0 12px rgba(0,0,0,.3); */
	transition: all 0.5s;
	background-color:#fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:0;
	display: flex;
	align-items: center;
	transition: all 0.5s;
}
.navbar-brand img {
	display: block;
	height: 40px;
	transition: all 0.5s;
}
.navbar-brand h1{font-size:14px;color:#333;margin-left:10px;font-weight: 700;line-height:1.4;}
.navbar-brand h1>span{color:#2c58c5}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #2c58c5;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .icon-bar:nth-child(1){width:16px;}
.navbar-default .icon-bar:nth-child(3){width:18px;}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
	width:22px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:22px;
}
.navbar-default .navbar-nav>li>a {
	line-height:20px;
	display: block;
	color: #333;
	position: relative;
	transition: all .5s;
	font-weight: 700;
}
.navbar-default .navbar-nav>li>a>i{display: none;}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #2c58c5;
	background-color: transparent;
}
.navbar-default .nav>li>a:hover::after,
.navbar-default .nav>.active>a::after{width:100%;}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: calc(100vh - 70px);
	height: calc(100vh - 70px);
}

.header .container{position: relative;}
/* 二级导航 */
.navbar-default .dropdown-menu{border:none;left:50%;right:auto;background:rgba(255,255,255,0.95);top:100%;padding:0;-webkit-transform: translateX(-50%);transform: translateX(-50%);overflow: hidden;}
.navbar-default .dropdown-menu a{font-size:13px;color:#333;padding:12px 10px;text-align:center;border-bottom:1px solid rgba(0,0,0,0.1);-webkit-transition:all .36s;transition:all .36s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight: 700;}
.navbar-default .dropdown-menu li:last-child a{border-bottom:none;}
.navbar-default .dropdown-menu a:hover{color:#fff;background: #2c58c5;}


/* .indexHeader .navbar-default{background-color:transparent;box-shadow: none;}
.indexHeader .navbar-default .navbar-nav>li>a{color:#fff;}
.indexHeader .navbar-default .nav>li>a:focus,
.indexHeader .navbar-default .nav>li>a:hover,
.indexHeader .navbar-default .navbar-nav>.open>a,
.indexHeader .navbar-default .navbar-nav>.open>a:focus,
.indexHeader .navbar-default .navbar-nav>.open>a:hover,
.indexHeader .navbar-default .navbar-nav>.active>a,
.indexHeader .navbar-default .navbar-nav>.active>a:focus,
.indexHeader .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
}
.indexHeader .navbar-default .navbar-toggle .icon-bar{background:#fff;}

.headerEffect .navbar-default{background-color:#fff;box-shadow: 0 0 5px rgba(0,0,0,.1);}
.headerEffect .navbar-default .navbar-nav>li>a{color:#333;}
.headerEffect .navbar-default .nav>li>a:focus,
.headerEffect .navbar-default .nav>li>a:hover,
.headerEffect .navbar-default .navbar-nav>.open>a,
.headerEffect .navbar-default .navbar-nav>.open>a:focus,
.headerEffect .navbar-default .navbar-nav>.open>a:hover,
.headerEffect .navbar-default .navbar-nav>.active>a,
.headerEffect .navbar-default .navbar-nav>.active>a:focus,
.headerEffect .navbar-default .navbar-nav>.active>a:hover {
	color: #2c58c5;
	background-color: transparent;
}
.headerEffect .navbar-default .navbar-toggle .icon-bar{background:#2c58c5;} */
.headerEffect .navbar-default{transform: translateY(-40px);}


.navbar-top{background:#2c58c5;color:#fff;line-height:30px;padding:5px 0;}
.navbar-top a{color:#fff;}
.navbar-top>div{display: flex;justify-content: space-between;flex-flow: row wrap;}
.navbar-top>div:before,
.navbar-top>div:after{display: none;}
.navbar-contact{display: flex;flex-flow: row wrap;}
.navbar-contact a{display: flex;align-items: center;}
.navbar-contact a>img{margin-right:5px;}
.navbar-contact a:not(:first-child){margin-left:15px;}

.language {float:right;margin-left:20px;padding:20px 0;}
.language a {display:block;font-weight:bold;color:#2c58c5;font-size:16px;line-height:20px;}
.language a:hover {text-decoration:underline}
@media (max-width: 1449px) {
	.English .indexPadding,.English body {
		padding-top:110px;
	}
	.English .navbar-top>div{justify-content: center;}
	.English .navbar-welcome{display: none;}
	
	.English .language {padding:25px 0;}
	.English .language.Min_show {display:block!important;}
	.English .language.PC_show {display:none!important;}
	
	.English .navbar-brand{padding-top: 15px;padding-bottom: 15px;}
	.English .navbar-header{float:none;}
	.English .navbar-default .navbar-toggle{margin:19px 10px;display: block;}
	.English .navbar-collapse{border-top:1px solid #ccc;float:none;}
	.English .navbar-collapse.collapse{display: none!important;}
	.English .navbar-collapse.collapse.in{overflow-y:auto!important;display: block!important;}
	.English .navbar-default .navbar-nav{float:none!important;margin:0 0 15px;}
	.English .navbar-default .navbar-nav>li{float:none;padding:0;}
	.English .navbar-default .navbar-nav>li>a{padding:12px 10px;border-bottom:1px solid #ccc}
	.English .navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover{border-bottom-color:#ccc;}

	.English .minHeaderEffect .navbar-default .navbar-toggle .icon-bar{background:#2c58c5;}
	.English .minHeaderEffect .navbar-default{background-color:#fff;box-shadow: 0 0 5px rgba(0,0,0,.1);}
	.English .minHeaderEffect .navbar-default .navbar-nav>li>a{color:#333;}
	.English .minHeaderEffect .navbar-default .nav>li>a:focus,
	.English .minHeaderEffect .navbar-default .nav>li>a:hover,
	.English .minHeaderEffect .navbar-default .navbar-nav>.open>a,
	.English .minHeaderEffect .navbar-default .navbar-nav>.open>a:focus,
	.English .minHeaderEffect .navbar-default .navbar-nav>.open>a:hover,
	.English .minHeaderEffect .navbar-default .navbar-nav>.active>a,
	.English .minHeaderEffect .navbar-default .navbar-nav>.active>a:focus,
	.English .minHeaderEffect .navbar-default .navbar-nav>.active>a:hover{color: #2c58c5;background-color: transparent;border-bottom-color:#2c58c5;}
	.English .minHeaderEffect .navbar-top-search{background-image: url(../images/icon/search.png);}
	
	/* 二级导航 */
	.English .navbar-default .navbar-nav>.dropdown>a>i{position: absolute;width:14px;height:14px;right:5px;top:50%;margin-top:-7px;display: block;}
	.English .navbar-default .navbar-nav>.dropdown>a>i:before,
	.English .navbar-default .navbar-nav>.dropdown>a>i:after{content: '';position: absolute;background:#999;transition: all 0.3s;}
	.English .navbar-default .navbar-nav>.dropdown>a>i:before{width:100%;height:2px;left:0;top:50%;margin-top:-1px;}
	.English .navbar-default .navbar-nav>.dropdown>a>i:after{width:2px;height:100%;left:50%;margin-left:-1px;}
	.English .navbar-default .navbar-nav>.dropdown.open>a>i:before,
	.English .navbar-default .navbar-nav>.dropdown.open>a>i:after{background:#2c58c5;}
	.English .navbar-default .navbar-nav>.dropdown.open>a>i:after{height:0;}
	
	.English .navbar-default .dropdown-menu{position: static;width:100%;margin:0;float:none;-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 rgba(0,0,0,0);background:none;padding:0;-webkit-transform: translateX(0);transform: translateX(0);}
	.English .navbar-default .dropdown-menu li{padding:0;border-bottom:1px #e7e7e7 dashed;}
	.English .navbar-default .dropdown-menu a{position: relative;font-size:13px;padding:7px 15px 7px 25px;text-align:left;border-bottom:none;}
	.English .navbar-default .navbar-nav .dropdown-menu>li>a{line-height:25px;}
	.English .navbar-default .dropdown-menu a:hover,
	.English .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#2c58c5;background:none;}
	
}
@media (max-width: 991px) {
	.navbar-top>div{justify-content: center;}
	.navbar-welcome{display: none;}
	
	.language.Min_show {display:block!important;}
	.language.PC_show {display:none!important;}
	
	.navbar-header{float:none;}
	.navbar-default .navbar-toggle{margin:19px 10px;display: block;}
	.navbar-collapse{border-top:1px solid #ccc;}
	.navbar-collapse.collapse{display: none!important;}
	.navbar-collapse.collapse.in{overflow-y:auto!important;display: block!important;}
	.navbar-default .navbar-nav{float:none!important;margin:0 0 15px;}
	.navbar-default .navbar-nav>li{float:none;padding:0;}
	.navbar-default .navbar-nav>li>a{padding:12px 10px;border-bottom:1px solid #ccc}
	.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover{border-bottom-color:#ccc;}

	.minHeaderEffect .navbar-default .navbar-toggle .icon-bar{background:#2c58c5;}
	.minHeaderEffect .navbar-default{background-color:#fff;box-shadow: 0 0 5px rgba(0,0,0,.1);}
	.minHeaderEffect .navbar-default .navbar-nav>li>a{color:#333;}
	.minHeaderEffect .navbar-default .nav>li>a:focus,
	.minHeaderEffect .navbar-default .nav>li>a:hover,
	.minHeaderEffect .navbar-default .navbar-nav>.open>a,
	.minHeaderEffect .navbar-default .navbar-nav>.open>a:focus,
	.minHeaderEffect .navbar-default .navbar-nav>.open>a:hover,
	.minHeaderEffect .navbar-default .navbar-nav>.active>a,
	.minHeaderEffect .navbar-default .navbar-nav>.active>a:focus,
	.minHeaderEffect .navbar-default .navbar-nav>.active>a:hover{color: #2c58c5;background-color: transparent;border-bottom-color:#2c58c5;}
	.minHeaderEffect .navbar-top-search{background-image: url(../images/icon/search.png);}
	
	/* 二级导航 */
	.navbar-default .navbar-nav>.dropdown>a>i{position: absolute;width:14px;height:14px;right:5px;top:50%;margin-top:-7px;display: block;}
	.navbar-default .navbar-nav>.dropdown>a>i:before,
	.navbar-default .navbar-nav>.dropdown>a>i:after{content: '';position: absolute;background:#999;transition: all 0.3s;}
	.navbar-default .navbar-nav>.dropdown>a>i:before{width:100%;height:2px;left:0;top:50%;margin-top:-1px;}
	.navbar-default .navbar-nav>.dropdown>a>i:after{width:2px;height:100%;left:50%;margin-left:-1px;}
	.navbar-default .navbar-nav>.dropdown.open>a>i:before,
	.navbar-default .navbar-nav>.dropdown.open>a>i:after{background:#2c58c5;}
	.navbar-default .navbar-nav>.dropdown.open>a>i:after{height:0;}
	
	.navbar-default .dropdown-menu{position: static;width:100%;margin:0;float:none;-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 rgba(0,0,0,0);background:none;padding:0;-webkit-transform: translateX(0);transform: translateX(0);}
	.navbar-default .dropdown-menu li{padding:0;border-bottom:1px #e7e7e7 dashed;}
	.navbar-default .dropdown-menu a{position: relative;font-size:13px;padding:7px 15px 7px 25px;text-align:left;border-bottom:none;}
	.navbar-default .navbar-nav .dropdown-menu>li>a{line-height:25px;}
	.navbar-default .dropdown-menu a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#2c58c5;background:none;}
	
	.English .navbar-brand{padding-top: 10px;padding-bottom: 10px;}	
}
@media (max-width: 767px) {
	.navbar-brand h1{display: none;}
	.navbar-default .navbar-toggle{margin:14px 10px;}
	.navbar-nav{margin-left:0;margin-right:0;}
	.navbar-default .navbar-nav>li>a{padding:10px 0;}
	
	.navbar-slogan>h1{position: relative;line-height:1.4;height:58px;font-size:14px;text-align: center;padding:10px 0;display: flex;justify-content: center;align-items: center;flex-flow: row wrap;font-weight: 700;}
	.navbar-slogan>h1:before{content: '';position: absolute;width:100vw;height:1px;background:rgba(0,0,0,0.05);left:50%;bottom:0;transform: translateX(-50%);}
	.navbar-slogan>h1>span{color:#2c58c5}
	.headerEffect .navbar-default{transform: translateY(-98px);}
	
	.English .navbar-default .navbar-toggle{margin:14px 10px;}
	.English .language {padding:20px 0;}
}
/* @media (min-width: 768px) and (max-width:991px) {
	.header .navbar-fixed-bottom .navbar-collapse,
	.header .navbar-fixed-top .navbar-collapse {
		max-height: calc(100vh - 80px);
		height: calc(100vh - 80px)!important;
	}
	.navbar-default .navbar-toggle{margin-right:0;}
} */
@media (min-width: 768px) {
	.navbar-brand{padding-top: 10px;padding-bottom: 10px;}
	.navbar-brand img{height:50px;}
	.language {padding:25px 0;}
}

@media (min-width: 992px) {
	.navbar-brand{padding-top: 20px;padding-bottom: 20px;}
	.navbar-brand img{height:40px;}
	.navbar-collapse,.language{float:right;}	
	.language {padding:30px 0;}
	.navbar-default .navbar-nav{margin-right:-6px;}
	.navbar-default .navbar-nav>li{padding:0 6px;}
	.navbar-default .navbar-nav>li>a{padding:30px 0;}
	
	.navbar-default .dropdown-menu{min-width:130px;}
}
@media (min-width: 1200px) {
	.navbar-brand h1{font-size:15px;}
	.navbar-default .navbar-nav{margin-right:-11px;}
	.navbar-default .navbar-nav>li{padding:0 6px;}
	.navbar-default .navbar-nav>li>a{padding-left:5px;padding-right:5px;font-size:16px}
	
	.navbar-default .dropdown-menu{min-width:140px;}
	.navbar-default .dropdown-menu a{font-size:14px;}
}
@media (min-width: 1450px) {
	.navbar-brand{padding-top: 15px;padding-bottom: 15px;}
	.navbar-brand img{height:50px;}
	.navbar-brand h1{font-size:16px;}
	.navbar-default .navbar-nav{margin-right:-16px;}
	.navbar-default .navbar-nav>li{padding:0 8px;}
	.navbar-default .navbar-nav>li>a{padding-left:8px;padding-right:8px;}
	
	.English .navbar-brand h1{font-size:14px;}
	.English .navbar-brand{padding-top: 20px;padding-bottom: 20px;}
	.English .navbar-brand img{height:40px;}
	.English .navbar-default .navbar-nav>li>a{padding-left:5px;padding-right:5px;}
}
@media (min-width: 1650px){
	.English .navbar-brand{padding-top: 15px;padding-bottom: 15px;}
	.English .navbar-brand img{height:50px;}
	.English .navbar-default .navbar-nav>li>a{padding-left:8px;padding-right:8px;}
	.English .navbar-brand h1{font-size:16px;}
}


/*首页*/
/*第一屏*/
.swiper-slide{overflow: hidden;}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{outline: none;}
.swiper-pagination-bullet-active{background:#2c58c5;}
.banner{width:100%;overflow: hidden;position: relative;}
.banner .swiper-container{width:100%;height:100%}
.banner .swiper-slide{position: relative;overflow: hidden;}
.banner .swiper-slide>img{display: block;width:100%;}
.banner img[onclick]{cursor:pointer;}
.banner_text .container{position:absolute;left:50%;top:50%;z-index:9;transform:translate(-50%,-50%)}
.banner_text img{display: block;max-width:100%;}
.banner .banner_text img{transform:translateY(50%)}
/* .banner1 .banner_text img{transform:translateX(100%)}
.banner2 .banner_text img{transform:translateY(-100%)}
.banner3 .banner_text img{transform:translateY(100%)}
.banner4 .banner_text img{transform:translateX(-100%)}
.banner5 .banner_text img{transform:scale(0)} */
.banner .swiper-slide-active .banner_text img{opacity:1;transform:none;transition-delay:.5s}
.banner .swiper-slide-active>img{animation:imgZoomIn 4s ease 0s forwards;-webkit-animation:imgZoomIn 4s ease 0s forwards}
@keyframes imgZoomIn{
	0%{-webkit-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05)}
	100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05)}
	100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
}

.banner .swiper-pagination{bottom:13%;}
.banner .swiper-pagination-bullet{background:#fff;}
.banner .swiper-button-white{background-size:auto 24px;width:40px;height:40px;margin-top:-20px;border-radius: 5px;transition: all 0.3s;}
.banner .swiper-button-prev{left:2vw;}
.banner .swiper-button-next{right:2vw;}
.banner .swiper-button-white:hover{background-color: rgba(0,0,0,0.5);}

.downTip {
	position: absolute;
	left: 50%;
	bottom: 2%;
	z-index: 2;
	width: 40px;
	height: 40px;
	margin-left:-20px;
	background: url(../images/icon/downTip.png) no-repeat center;
	background-size: contain;
	animation: downTip 1s linear infinite alternate;
	-webkit-animation: downTip 1s linear infinite alternate;
	cursor: pointer;
}
@-webkit-keyframes downTip {
    from {bottom: 2%;opacity:0.9;}
    to {bottom: 3%;opacity:1;}
}
@keyframes downTip {
    from {bottom: 2%;opacity:0.9;}
    to {bottom: 3%;opacity:1;}
}
@media (max-width:767px){
	.downTip{display: none;}
	.banner_text .container{width:100%;}
	.banner .swiper-button-white{display: none;}
	.banner .swiper-pagination{bottom:5%;}
}
@media (min-width:768px){

}
@media (min-width:992px){

}
@media (min-width:1200px){
	.banner .swiper-pagination-bullet{width:12px;height:12px;margin:0 8px!important;}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.banner_text img{width:60%;}
}

.fixedBg{position: absolute;width:100%;height:100%;left:0;top:0;background-position: top center;z-index: 1;}
.fixedBg + div{position: relative;z-index: 2;}
.indexItem{position: relative;padding-top:40px;padding-bottom:40px;width:100%;overflow: hidden;}
.index_title{position: relative;margin-bottom:30px;color:#333;}
.index_title a{color:#333;display: inline-block;}
.index_title .h2{font-size:20px;font-weight: 700;color:#2c58c5;}
.index_title .en{font-size:14px;font-family: arial;text-transform: uppercase;color:#2c58c5;}
.index_title .h2 + .en{margin-top:10px;}

.public_more .a{position: relative;display:inline-block;width:160px;font-size:16px;color:#fff;background: #2c58c5;line-height:20px;padding:15px;overflow: hidden;text-align: center;transition: all 0.5s;}
.public_more .a>span{position: relative;}
.public_more .a:before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:#2a2dbd;transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.public_more .a:hover::before{width:100%;}
.public_more.white .a{background:#fff;color:#2c58c5;}
.public_more .a:hover{color:#fff;}

.textColor{color:#fff;}
.textColor a{color:#fff;}
.textColor .index_title,
.textColor .index_title .h2,
.textColor .index_title .h2 + .en{color:#fff;}
.textColor .InfoContent{color: #fff;}
.textColor .index_title .inner:before,
.textColor .index_title .inner:after{background:#fff;}
@media (max-width:767px){
	.fixedBg{background-size:cover;background-repeat: no-repeat;background-position: center;}
}
@media (min-width:768px){
	.fixedBg{background-attachment: fixed;}
	.indexItem{padding-top:50px;padding-bottom:50px;}
	.index_title{margin-bottom:40px;}
}
@media (min-width:1200px){
	.indexItem{padding-top:60px;padding-bottom:60px;}
	.index_title{margin-bottom:50px;}
	.index_title .h2{font-size:26px;}
	.public_more .a{width:180px;}
}
@media (min-width: 1650px){
	.indexItem{padding-top:70px;padding-bottom:70px;}
	.index_title{margin-bottom:60px;}
	.index_title .h2{font-size:30px;}
}


/*坚屏*/
@media (max-width:767px) and (orientation:portrait){

}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}

/* 首页 - 产品中心 */
.index_product_nav{margin-bottom:30px;list-style: none;display: flex;flex-flow: row wrap;justify-content: center;margin-left:-10px;margin-right:-10px;}
.index_product_nav:before,
.index_product_nav:after{display: none;}
.index_product_nav>li{padding-left:10px;padding-right:10px;}
.index_product_nav>li>a{position: relative;display: block;padding:0;font-size:20px;color:#2c58c5;padding-bottom:10px;font-weight: 700;background:transparent;}
.index_product_nav>li>a:after{content: '';position: absolute;width:0;height:3px;background:#2c58c5;left:50%;transform: translateX(-50%);bottom:0;transition: all 0.5s;}
.index_product_nav>li>a:focus,
.index_product_nav>li>a:hover,
.index_product_nav>.active>a:hover{background:transparent;}
.index_product_nav>.active>a:after{width:100%;}
.index_product_list{margin:-20px -10px 30px;display: flex;flex-flow: row wrap;}
.index_product_list:before,
.index_product_list:after{display: none;}
.index_product_list .column{padding:0 10px;margin-top:20px;}
.index_product_list a{position: relative;display:block;overflow: hidden;transition: all 0.5s;}
.index_product_list .text{width:100%;background:#fff url(../images/img1.png) no-repeat center;background-size:100% 100%;padding:20px 15px;display: flex;flex-direction: column;justify-content: center;transition: all 0.5s;}
.index_product_list h2{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.index_product_list .p{margin-top:10px;line-height:24px;height:48px;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
/* .index_product_list a:hover{box-shadow: 0 0 15px rgba(0,0,0,0.15);} */
.index_product_list a:hover{box-shadow: 0px 0px 8px rgba(0,0,0,0.2);}
.index_product_list a:hover h2{color:#2c58c5;}
.index_product_list a:hover .img>img{transform: scale(1.1);}

.English .index_product_list a {
	height:100%;
	background-color:#fff;
}
.English .index_product_list .text {
	background:none;
}
.English .index_product_list h2 {
	white-space: normal;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	line-height: 1.4;
}
@media (max-width:479px){
	.index_product_nav>li>a{font-size:18px;}
	.index_product_list .column{width:100%;}
}
@media (max-width:360px){
	.index_product_list .text{padding-left:10px;padding-right:10px;}
}
@media (min-width: 768px){
	.index_product_nav{margin-bottom:40px;margin-left:-20px;margin-right:-20px;}
	.index_product_nav>li{padding-left:20px;padding-right:20px;}
	.index_product_nav>li>a{padding-bottom:15px;}
	.index_product_nav>li>a:after{height:4px;}
	.index_product_nav>li>a:hover:after{width:100%;}
	.index_product_list{margin:-30px -15px 40px;}
	.index_product_list .column{padding:0 15px;margin-top:30px;}
}
@media (min-width: 992px){
	.index_product_list h2{font-size:18px;}
}
@media (min-width: 1200px){
	.index_product_nav{margin-bottom:50px;margin-left:-30px;margin-right:-30px;}
	.index_product_nav>li{padding-left:30px;padding-right:30px;}
	.index_product_nav>li>a{font-size:26px;}
	.index_product_list{margin:-40px -20px 50px;}
	.index_product_list .column{padding:0 20px;margin-top:40px;}
	.index_product_list .text{padding:25px 20px;}
}
@media (min-width: 1450px){
	.index_product_list h2{font-size:20px;}
	
	.English .index_product_list h2 {
		font-size:18px;
	}
}
@media (min-width: 1650px){
	.index_product_nav{margin-bottom:60px;}
	.index_product_nav>li>a{font-size:30px;}
}
/* 首页 - 行业解决方案 */
.index_solution:before{content: '';position: absolute;width:100%;height:50%;top:0;left:0;background-image: url(../images/bg1.jpg);background-size:cover;background-repeat: no-repeat;background-position: center;z-index: 1;}
.index_solution>.container{position: relative;z-index: 2;}
.index_solution_list a{position: relative;display: block;color:#fff;}
.index_solution_list .text{position: absolute;left:12%;bottom:15%;transition: all 0.5s;}
.index_solution_list h2{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s}
.index_solution_list a:hover .text{left:5%;bottom:5%;}
.index_solution_list a:hover .img>img{transform: scale(1.1);}
.index_solution_swiper .swiper-container{overflow: visible;}
.index_solution_swiper .swiper-buttons{margin-top:25px;display: flex;}
.index_solution_swiper .swiper-buttons>div{position: static;margin:0;margin-right:20px;width:50px;height:50px;background-color:#2c58c5;background-size:auto 24px;opacity: 1;}
.index_solution_swiper .swiper-buttons>.swiper-button-disabled{background-color:#b2b2b2;}
@media (min-width: 992px){
	.index_solution_list h2{font-size:20px;}
	.index_solution_swiper .swiper-buttons{margin-top:30px;}
}
@media (min-width: 1200px){
	.index_solution_swiper .swiper-buttons{margin-top:40px;}
	.index_solution_swiper .swiper-buttons>div{width:60px;height:60px;}
}
@media (min-width: 1450px){
	.index_solution_list h2{font-size:24px;}
}

/* 首页 - 关于我们 */
.index_about_text h1{font-size:16px;line-height:1.4;}
.index_about_text .en{font-size:14px;font-family: arial;}
.index_about_text .InfoContent{margin-top:20px;margin-bottom:40px;}
.index_about_row{display: flex;flex-flow: row-reverse wrap;align-items: center;margin-left:-30px;margin-right:-30px;}
.index_about_row:before,
.index_about_row:after{display: none;}
.index_about_row>div{padding-left:30px;padding-right:30px;margin-bottom:20px;}
.index_about_row .img:hover>img{transform: scale(1.1);}

.videoPlay{position: absolute;width:100%;height:100%;top:0;left:0;cursor: pointer;z-index: 2;}
.videoPlay:before{content: '';position: absolute;width:100%;height:0;left:0;bottom:0;transition: all 0.5s;background:rgba(255,255,255,0.05);}
.videoPlay>.playBtn{position: absolute;width:60px;height:60px;background-image: url(../images/icon/play.png);background-size:auto 100%;background-repeat: no-repeat;background-position: center;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 2;}
.videoPlay>.playBtn:after{content: '';position: absolute;width:100%;height:0;left:0;bottom:0;background-image: url(../images/icon/play2.png);background-size:100% auto;background-repeat: no-repeat;background-position: bottom center;transition: all 0.5s;}
.videoPlay:hover:before{height:100%;}
.videoPlay:hover>.playBtn:after{height:100%;}
@media (max-width:767px){

}
@media (min-width:768px){
	.index_about_text h1{font-size:18px;}
	
	.videoPlay>.playBtn{width:74px;height:74px;}
}
@media (min-width:992px){
	
}
@media (min-width:1200px){
	.index_about_row{margin-left:-50px;margin-right:-50px;}
	.index_about_row>div{padding-left:50px;padding-right:50px;margin-bottom:0;}
	.index_about_text h1{font-size:20px;}

	.videoPlay>.playBtn{width:90px;height:90px;}
}

@media (min-width:1650px){
	.index_about_row{margin-left:-70px;margin-right:-70px;}
	.index_about_row>div{padding-left:70px;padding-right:70px;}
}

/*首页 - 客户案例*/
.index_case_flipster{position: relative;width:100%;padding-top:10px;padding-bottom:40px;overflow: hidden;}
.index_case_flipster .img{position:relative;height:100%;overflow:hidden;display: flex;flex-direction: column;justify-content: center;background:#fff;}
.index_case_flipster .img img{width:100%;height:auto;display:block;}
.index_case_flipster .img:after{content: '';position: absolute;width:100%;height:100%;background:rgba(0,0,0,0.1);left:0;top:0;transition: all 0.36s;}
.flipster ul{width:300px!important;height:185px!important;}
.flipster ul li{width:100%;height:100%;cursor: pointer;padding:0;box-shadow: 0 10px 10px rgba(0,0,0,0.15);overflow: hidden;}
.flipster ul li>div{width:100%;height:100%;}
.flipster h5{position: absolute;width:100%;left:0;bottom:0;font-size:16px;text-align: center;padding:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;}
.flip-content{position:relative;}
.flip-content a{position:absolute;width:100%;height:100%;left:0;top:0;display:none;}
.flipster ul li:hover .img:after,
.flip-current .img:after{top:100%;}
.flipster ul li:hover .img>img{transform: scale(1.1);}
.flipster ul li:hover
.flip-current a{display:block;}
.flipster .flipto-prev,.flipster .flipto-next{display: none;}
@media (min-width:768px){
	.index_case_flipster{padding-bottom:60px;}
	.flipster ul{width:400px!important;height:246px!important;}
}
@media (min-width:992px){
	.flipster ul{width:425px!important;height:260px!important;}
}
@media (min-width:1200px){
	.flipster ul{width:500px!important;height:308px!important;}
	.flipster h5{font-size:18px;padding:25px 15px;}
}
@media (min-width:1450px){
	.index_case_flipster{padding-bottom:80px;}
	.flipster ul{width:590px!important;height:363px!important;}
}
@media (min-width:1650px){
	.flipster ul{width:650px!important;height:400px!important;}
}

/*关于 - 合作伙伴*/
.partner_list{margin-left:-5px;margin-right:-5px}
.partner_list .column{padding:0 5px;margin-bottom:10px}
.partner_list .img>img{width:auto;margin:0 auto;max-width:100%;}
.partner_list .img:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;border:1px transparent dashed;transition: all 0.3s;z-index: 2;}
.partner_list .img:hover:before {
	border-color: #2c58c5;
	-webkit-transition: border-left-color .3s linear .3s, border-bottom-color .3s linear .4s, border-right-color .3s linear .5s, border-top-color .3s linear .6s;
	transition: border-left-color .3s linear .3s, border-bottom-color .3s linear .4s, border-right-color .3s linear .5s, border-top-color .3s linear .6s;
}
@media (max-width:479px){
	.partner_list .column{width:33.333%;}
}
@media (min-width:768px){
	.partner_list{margin-left:-8px;margin-right:-8px}
	.partner_list .column{padding:0 8px;margin-bottom:15px}
}
@media (min-width:1200px){
	.partner_list{margin-left:-10px;margin-right:-10px}
	.partner_list .column{width:20%;padding:0 10px;margin-bottom:20px;}
}


/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.partner_list .column{width:33.33333%}
}

/* 弹窗 */
.indexModal .modal-dialog{width:90%;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:15px;}
.indexModal .close{position:absolute;width:30px;height:30px;background-color:#2c58c5;opacity:1;color:#fff;z-index:999;right:5%;top:5%;border-radius:50%;font-size:15px;line-height:30px;transition: all 0.5s;}
.indexModal .close:focus{outline:0}
.indexModal .close:hover{background-color:#2c58c5;}
.indexModal .close span{position:relative;font-weight:lighter;text-shadow:none}
.indexModal .modal-body{padding:0;}
.indexModal .modal-content{padding:15px;border:none;border-radius: 0;background:#fff;box-shadow: 0 0 0 rgba(0,0,0,0);}
.indexModal #video{display: block;width:100%;margin:0 auto;outline: none;max-height:80vh;background:#000;}
.indexModal .showImg{display: block;margin:0 auto;max-width:100%;}
.modal.fade .modal-dialog{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
@media (min-width:768px){
	.indexModal .modal-dialog{width:80%;max-width:1200px;}
	.indexModal .close{right:5%;top:10%;}
}



/*首页 - 新闻*/
.index_news_list{margin-left:-10px;margin-right:-10px;}
.index_news_list .column{padding-left:10px;padding-right:10px;margin-bottom:20px;}
.index_news_list a{display: block;background:#fff;transition: all 0.5s;}
.index_news_list .date{position: absolute;height:40px;padding:0 12px;left:20px;top:25px;background:#fff;color:#2c58c5;border-radius: 20px;display: flex;align-items: center;z-index: 2;transition: all 0.5s;}
.index_news_list .date>i{display: block;width:16px;height:16px;margin-right:8px;background-image: url(../images/icon/m1.png);background-repeat: no-repeat;background-position: center;background-size:auto 16px;transition: all 0.5s;}
.index_news_list .text{padding:20px 15px;}
.index_news_list .h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.36s;}
.index_news_list .p{margin-top:15px;line-height:24px;height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.index_news_list a:hover{box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.index_news_list a:hover .h5{color:#2c58c5;}
.index_news_list a:hover .img>img{transform: scale(1.1);}
.index_news_list a:hover .date{top:15px;left:10px;background:#2c58c5;color:#fff;}
.index_news_list a:hover .date>i{background-image: url(../images/icon/m1h.png);}
@media (min-width:768px){

}
@media (min-width:992px){
	.index_news_list{margin-left:-15px;margin-right:-15px;}
	.index_news_list .column{padding-left:15px;padding-right:15px;margin-bottom:30px;}
	.index_news_list .h5{font-size:18px;}
	.index_news_list .text{padding:30px 20px;}
}

@media (min-width:1450px){
	.index_news_list{margin-left:-22px;margin-right:-22px;}
	.index_news_list .column{padding-left:22px;padding-right:22px;margin-bottom:40px;}
}


/*内页*/
.inside_banner{position: relative;width:100%;overflow: hidden;}
.inside_banner>img{display: block;width: 100%;/* animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards; */}
.imgZoomIn{animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards;}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}

.wrapper{position: relative;width:100%;min-height:calc(100vh - 420px);z-index: 1;overflow: hidden;}
.inside_main{position: relative;width:100%;padding:40px 0;}

.pageTarget{width:100%;padding:20px 0;border-bottom:1px solid #eaeaea;overflow: hidden;background:#ffffff;}
.pageTarget>div{display: block;align-items: center;justify-content: space-between;flex-flow: row wrap;overflow: hidden;}
.pageTarget>div:before,
.pageTarget>div:after{display: none;}
.pageTarget .crumbs_title{margin-bottom:0;display: flex;align-items: center;}
.pageTarget .crumbs_title .h2 + .en{margin-top:0;margin-left:8px;}
.pageTarget .crumbs_nav{max-width:50%;line-height:20px;color:#888;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:15px;}
.pageTarget .crumbs_nav i{margin:0 5px;}
.pageTarget .crumbs_nav a{position: relative;color:#888}
.pageTarget .crumbs_nav a:hover{color:#2c58c5}

.submenu{position: relative;display: flex;flex-flow: row wrap;margin-left:-5px;margin-right:-5px;margin-bottom:30px;}
.submenu:before,
.submenu:after{display: none;}
.submenu>li{padding:0 5px;margin:0 0 10px;}
.submenu>li>a{position: relative;display: block;width:120px;font-size:14px;padding:10px 5px;line-height:20px;border-radius: 0;background:#fff;border:1px solid #e6e6e6;margin:0;text-align: center;transition: all 0.5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.submenu>li>a:hover,
.submenu>li>a:focus,
.submenu>li.active>a,
.submenu>li.active>a:focus,
.submenu>li.active>a:hover{color:#fff;border-color:#2c58c5;background:#2c58c5;}

.InfoContent{line-height:2;position:relative;overflow:hidden;color:#666;}
.InfoContent p{margin:0}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;height:auto;max-width:100%;margin:0 auto;}
.InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;}
.InfoContent li p{display: inline;margin-bottom:0;}

.InfoTitle{margin-bottom:20px;text-align:center;}
.InfoTitle h4{font-size:16px;margin:0;line-height:1.4}
.InfoTitle .date{font-size:14px;color:#999;margin-top:15px}
.InfoTitle .date span{padding:0 8px}

.goBack{text-align:center;margin-top:50px;margin-bottom:-15px;}
.goBack .a{position: relative;display:inline-block;width:180px;font-size:16px;color:#fff;background: #2c58c5;line-height:20px;padding:14px;border-radius: 0;overflow: hidden;transition: all 0.5s;}
.goBack .a>span{position: relative;}
.goBack .a:before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:#2a2dbd;transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.goBack .a:hover::before{width:100%;}

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px -5px 0}
.pager li{padding:0 5px;margin:5px 0}
.pager li>a,.pager li>span{border:1px #ccc solid;background-color:transparent;color:#666;border-radius:0;padding:0;margin:0;width:30px;height:30px;line-height:30px}
.pager .next>a,.pager .next>span,.pager .previous>a,.pager .previous>span{float:none;display:block;background-color:#4c4c4c;border:0;color:#fff;width:70px}
.pager .next>a,
.pager .previous>a,
.pager .active>a,.pager li>a:hover{color:#fff;border-color:#2c58c5;background-color:#2c58c5}

.info_previous_next_wrap{border-top:1px #eaeaea solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400}
.info_previous_next_wrap a{color:#666;text-decoration:none;display:inline}
.info_previous_next_wrap a:hover{color:#2c58c5}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

@media (max-width: 767px) {
	.pageTarget{font-size:12px;}
	.pageTarget .crumbs_title{text-align: center;}
	.pageTarget .crumbs_nav{text-align: right;}

	.info_previous_next_wrap{font-size:12px;margin-top:30px}
	
	.submenu>li{max-width:33.33333%;}
	.submenu>li>a{max-width:100%;}
}
@media (min-width: 768px) {
	.inside_main{padding:50px 0;}
	
	.pageTarget>div{display: flex;}
	.pageTarget .crumbs_nav{margin-top:0;}
	
	.InfoTitle h4{font-size:18px}
	.info_Next,.info_Previous{width:45%;}
	.info_Previous{float:left;}
	.info_Next{float:right;text-align:right;}
	
	.submenu{margin-bottom:30px;}
}
@media (min-width: 992px) {
	.inside_main{padding:60px 0;}

	.submenu{margin-bottom:40px;}
	
	.InfoTitle h4{font-size:20px}
}
@media (min-width: 1200px) {
	.submenu{margin-left:-10px;margin-right:-10px;}
	.submenu>li{padding:0 10px;}
	.submenu>li>a{font-size:16px;}
	.submenu>li>a{width:145px;}
	
	.InfoTitle h4{font-size:22px}
}
@media (min-width: 1450px) {
	.inside_main{padding:70px 0;}
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:24px}

	.submenu{margin-bottom:50px;}
}

/*关于我们*/
.about_item{position: relative;padding-bottom:30px;}
.about_info_row{display: flex;align-items: center;flex-flow: row wrap;}
.about_info_row:before,
.about_info_row:after{display: none;}
.about_info_row>div{margin:10px 0;}
.about_info_row .index_title{margin-bottom:25px;}
.about_info_row .img>img{width:auto;max-width:100%;float: right;}
.about_video{max-width:600px;margin:35px auto 0;}
.about_video .img{cursor: pointer;}

.factory_swiper .swiper-wrapper{
	-webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.factory_swiper .swiper-slide{cursor: pointer;}

#lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;}
#lightGallery-close:after{font-size:20px;}
#lightGallery-action{display: none;}
@media (max-width: 767px) {
	
}
@media (min-width: 768px) {
	.about_item{padding-bottom:60px;}
}
@media (min-width: 992px) {
	.about_info_row{margin-left:-25px;margin-right:-25px;}
	.about_info_row>div{padding-left:25px;padding-right:25px;}
}
@media (min-width: 1200px) {
	.about_info_row{margin-left:-35px;margin-right:-35px;}
	.about_info_row>div{padding-left:35px;padding-right:35px;}
}
@media (min-width: 1650px) {
	.about_info_row{margin-left:-45px;margin-right:-45px;}
	.about_info_row>div{padding-left:45px;padding-right:45px;}
}

.sidebar-nav{box-shadow: 1px 1px 5px rgba(0,0,0,0.2);}
.sidebar-submenu{list-style: none;}
.sidebar-submenu a>.icon{position: absolute;width:100%;height:100%;left:0;top:0;display: block;}
.sidebar-submenu a>.icon:before,
.sidebar-submenu a>.icon:after{content: '';position: absolute;display: block;transition: all 0.5s;}
.sidebar-submenu>li{border-top:1px solid #eaeaea;transition: all 0.5s;}
.sidebar-submenu>li>a{position: relative;padding:15px;padding-left:26px;line-height:20px;font-size:16px;color:#333;font-weight: 700;display: block;background-color:transparent;overflow: hidden;transition: all 0.5s;}
.sidebar-submenu>li>a>.icon:before{left:10px;top:50%;margin-top:-6px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #8B8B8B;}
.sidebar-submenu>li>a:focus,
.sidebar-submenu>li>a:hover{background-color:#2c58c5;color:#fff;}
.sidebar-submenu>li>a:focus>.icon:before,
.sidebar-submenu>li>a:hover>.icon:before{border-left-color:#fff;}
.sidebar-submenu>li.active>a{background-color:#2c58c5;color:#fff;}
.sidebar-submenu>li.active>a>.icon:before{border-left-color:#fff;}
.sidebar_title{position: relative;margin-bottom:25px;}
.navIcon{width:100%;height:100%;position:absolute;top:0;right:0;cursor: pointer;}
.navIcon:after{content: '';position: absolute;width:24px;height:24px;background:url(../images/icon/t4W.png) no-repeat center;background-size:auto 24px;right:15px;top:50%;margin-top:-12px;transition: all 0.3s;}
.in .navIcon:after{background:url(../images/icon/close2.png) no-repeat center;background-size:auto 25px;}

.two-submenu{background:rgba(0,0,0,0.015);display: none;list-style: none;}
.two-submenu>li>a{position: relative;display: block;padding:10px 26px;line-height:20px;font-size:14px;border-top:1px solid #f2f2f2;color:#666;}
.two-submenu>li>a>.icon:before{width:8px;height:8px;border-top:1px solid #666;border-right:1px solid #999;transform: rotate(45deg);right:12px;top:16px;}
.two-submenu>li>a>.icon:after{display: none;}
.two-submenu>li>a:hover,
.two-submenu>.active>a{color:#2c58c5;}
.two-submenu>li>a:hover>.icon:before,
.two-submenu>.active>a>.icon:before{border-right-color:#2c58c5;border-top-color:#2c58c5;}
@media (max-width: 767px) {
	.sidebar_title{background:#2c58c5;margin-bottom:5px;padding:15px;text-align: left;}
	.sidebar_title .h2,
	.sidebar_title .en{color:#fff;}
	.sidebar-nav{margin-bottom:30px;}
	.sidebar-submenu{display: none;}
}
@media (min-width: 768px) {
	.sidebar-nav{float:left;width:180px;top:90px;position: sticky;position: -webkit-sticky;}
	.navIcon{display: none;}
	.sidebar-submenu{display: block!important;}
	.rightContent{margin-left:180px;padding-left:40px;min-height:62vh;}
}
@media (min-width: 1200px) {
	.sidebar-nav{width:200px;}
	.rightContent{margin-left:200px;padding-left:60px;}
	.sidebar-submenu>li>a{padding-top:17px;padding-bottom:17px;}
}

/* 产品中心 */
.product_list{margin:0 0 20px;width:100%;overflow: hidden;}
.product_list .column{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #d9d9d9;}
.product_list .column:last-child{border-bottom:none;}
.product_list a{margin:0;display: block;display: flex;align-items: center;flex-flow: row wrap;}
.product_list a>div{padding:0;}
.product_list .column:nth-child(2n)>a{flex-direction: row-reverse;}
.product_list .col-img{width:100%;margin-bottom:20px;}
.product_list .col-text{width:100%;}
.product_list .col-text>.text{padding-left:15px;padding-right:15px;}
.product_list .h5{font-size:18px;line-height:1.74;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product_list .p{margin:15px 0;line-height:24px;height:72px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}

.recommend{margin-top:40px;}
.recommend .index_title{margin-bottom:30px;}
.recommend_swiper .swiper-container{padding-bottom:40px;}
.recommend_swiper .swiper-pagination{bottom:0;}

.recommend_product_list a{display: block;}
.recommend_product_list h2{font-size:16px;padding:15px 10px;text-align: center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.recommend_product_list a:hover h2{color:#fff;background:#2c58c5;}
.recommend_product_list a:hover .img>img{transform: scale(1.1);}
@media (min-width:768px){
	.product_list .h5{font-size:20px;}
	.product_list .p{margin:20px 0;}
	
	.recommend_product_list h2{font-size:18px;padding:20px 15px;}
}
@media (min-width:992px){
	.product_list .column{padding:0;margin-bottom:40px;border-bottom:none;}
	.product_list .col-img{width:52%;margin-bottom:0;}
	.product_list .col-text{width:48%;padding-left:4.5%;display: flex;flex-direction: column;align-items: flex-start;}
	.product_list .column:nth-child(2n) .col-text{align-items: flex-end;padding-right:4.5%;padding-left:0;}
	.product_list .col-text>.text{padding:0;}
	.product_list .h5{font-size:22px;}
	.recommend{margin-top:60px;}
	.recommend_swiper .swiper-container{padding-bottom:50px;}
}
@media (min-width:1200px){
	.product_list .column{margin-bottom:80px;}
	.product_list .col-text{padding-left:8.5%;}
	.product_list .column:nth-child(2n) .col-text{padding-right:8.5%;}
	.product_list .h5{font-size:24px;}
	.product_list .p{margin:30px 0;font-size:16px;line-height:28px;height:84px;}
	
	.recommend_product_list h2{font-size:20px;padding:25px 15px;}
}

.product_list2{margin-left:-10px;margin-right:-10px;margin-top:-20px;display: flex;flex-flow: row wrap;}
.product_list2:before,
.product_list2:after{display: none;}
.product_list2 .column{padding:0 10px;margin-top:20px;}
.product_list2 a{position: relative;display:block;overflow: hidden;box-shadow: 0px 0px 5px rgba(0,0,0,0.1);transition: all 0.5s;}
.product_list2 .text{width:100%;background:#fff url(../images/img1.png) no-repeat center;background-size:100% 100%;padding:20px 10px;display: flex;flex-direction: column;justify-content: center;transition: all 0.5s;}
.product_list2 h2{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.product_list2 .p{margin-top:10px;line-height:24px;color:#666;}
.product_list2 a:hover{box-shadow: 0px 0px 25px rgba(0,0,0,0.3);}
.product_list2 a:hover h2{color:#2c58c5;}

.English .product_list2 a {
	height: 100%;
	background-color: #fff;
}
.English .product_list2 .text {
	background: none;
}
.English .product_list2 h2 {
	white-space: normal;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	line-height: 1.4;
}
@media (max-width:479px){
	.product_list2 .column{width:100%;}
}
@media (min-width: 768px){
	.product_list2 .text{padding:25px 15px;}
	.product_list2 h2{font-size:18px;}
}
@media (min-width: 992px){
	.product_list2{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.product_list2 .column{padding-left:15px;padding-right:15px;margin-top:30px;}
}
@media (min-width: 1450px){
	.product_list2{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.product_list2 .column{padding-left:20px;padding-right:20px;margin-top:40px;}
	.product_list2 h2{font-size:20px;}
	
	.English .product_list2 h2 {
		font-size: 18px;
	}
}


/* 详情 */
.productDetailsTop>.row{margin-left:-20px;margin-right:-20px;margin-top:-30px;}
.productDetailsTop>.row>div{padding-left:20px;padding-right:20px;margin-top:30px;}
.productImg>.img>img{width:auto;max-width:100%;}
.productImg>.img:hover>img{transform: scale(1.1);}

.productDetailsBottom{border-top:2px solid #2c58c5;margin-top:50px;}
.productDetailsBottom>.row{display: flex;flex-flow: row wrap;margin:0;}
.productDetailsBottom>.row:before,
.productDetailsBottom>.row:after{display: none;}
.productDetailsBottom>.row>div:first-child{border-bottom:1px solid #ccc;}
.productDetailsBottom>.row>div{padding:0;}
.productParameter,
.productFeatures{padding:30px 0;}
.productFeatures>.item{display: flex;padding:25px 0;border-bottom:1px solid #ccc;align-items:center;}
.productFeatures>.item:first-child{padding-top:0;}
.productFeatures>.item:last-child{padding-bottom:0;border-bottom:none;}
.productFeatures>.item>.text{width:100%;overflow: hidden;padding-right:20px;}
.productFeatures>.item>.img{width:70px;flex: 0 0 auto;}
.productFeatures>.item:hover>.img>img{transform: scale(1.1);}
.productFeatures h5{font-size:14px;font-weight: 700;line-height:1.74;}
.productFeatures .p{font-size:12px;color:#666;line-height:1.74;}
@media (max-width:479px){
	.productFeatures>.item{display: block;}
	.productFeatures>.item>.text{padding-right:0;}
	.productFeatures>.item>.img{margin:20px auto 0;}
}
@media (min-width:768px){
	.productImg>.img>img{float:right;}
}
@media (min-width:992px){
	.productDetailsBottom>.row>div:nth-child(1){border-right:1px solid #ccc;border-bottom:none;}
	.productParameter,
	.productFeatures{padding:40px 20px;}
	.productParameter{padding-left:0;}
	.productFeatures{padding-right:0;}
}
@media (min-width:1200px){
	.productDetailsTop>.row{margin-left:-40px;margin-right:-40px;}
	.productDetailsTop>.row>div{padding-left:40px;padding-right:40px;}
	
	.productFeatures h5{font-size:16px;}
	.productFeatures .p{font-size:14px;}
}
@media (min-width:1650px){
	
}

/* 详情 */
/* .productDetailsTop{margin-bottom:30px;}
.proDetLeft{margin-bottom:30px;}
.productDetailsTop .gallery-thumbs{position: static;width:100%;height:100%;}
.productDetailsTop .swiper-slide>img{width:100%;}
.album-small{position: relative;width:100%;padding:0 30px;margin-top:15px;}
.album-small .swiper-slide{overflow: hidden;}
.album-small .swiper-slide:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);transition:all 0.5s;}
.album-small .swiper-slide-thumb-active:after{top:100%;}
.album-big{width:100%;}
.album-big .swiper-container{border:1px solid #dbdbdb;}
.album-big .swiper-slide{display: flex;justify-content: center;align-items: center;overflow: hidden;}
.album-big .swiper-slide>img{max-width:100%;}
.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next{width:20px;height:100%;border:1px solid #333;top:0;margin-top:0;background-size:12px auto;}
.gallery-thumbs .swiper-button-prev{left:0;}
.gallery-thumbs .swiper-button-next{right:0;}
.proDetRight .h5{font-size:18px;font-weight: 700;}
.proDetRight .InfoContent{min-height:150px;}
@media (max-width:767px){

}
@media (min-width:768px){
	.proDetRight .h5{font-size:20px;}
}
@media (min-width:992px){
	.productDetailsTop{margin-bottom:40px;}
	.proDetLeft{top:100px;position: sticky;position: -webkit-sticky;}
}
@media (min-width:1200px){
	.proDetRight .h5{font-size:22px;}
	
} */

/*解决方案*/
.field_list{margin-left:-5px;margin-right:-5px;}
.field_list .column{padding-left:5px;padding-right:5px;margin-bottom:10px;}
.field_list a{display: block;background-color:transparent;transition: all 0.5s;}
.field_list .mask{position: absolute;width:100%;height:48px;left: 0;bottom:-50px;background:transparent;opacity: 0;transition: all 0.5s;}
.field_list .mask:before,
.field_list .mask:after{content: '';position: absolute;background:#fff;left:50%;top:50%;}
.field_list .mask:before{width:16px;height:2px;margin-left:-8px;margin-top:-1px;}
.field_list .mask:after{width:2px;height:16px;margin-left:-1px;margin-top:-8px;}
.field_list .text{padding:15px;text-align: center;}
.field_list .h5{font-size:16px;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.field_list .p{line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.field_list a:hover .h5{color:#2c58c5;}
.field_list a:hover .mask{bottom:0;background:#2c58c5;opacity: 1;}
.field_list a:hover .img>img{transform:scale(1.1);}
@media (max-width:479px){
	.field_list .text{padding:10px;}
}


/*新闻中心*/
.news_list{margin-top:-20px;}
.news_list a{display: block;padding:20px 0;border-bottom:1px solid rgba(0, 0, 0, .08);}
.news_list .text{padding-top:15px;transition: all 0.5s;}
.news_list .h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.news_list .p{margin-top:15px;color:#999;line-height:26px;max-height:52px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.news_list .date{color:#888;text-align: right;padding-left:0;padding-right:0;transition: all 0.5s;}
.news_list .more{color:#999;width:90px;line-height:30px;border:1px solid rgba(0, 0, 0, .1);text-align: center;transition: all 0.5s;}
.news_list a:hover .h5{color:#2c58c5;}
.news_list a:hover .img>img{transform: scale(1.1);}
.news_list a:hover .more{color:#fff;background:#2c58c5;border-color:#2c58c5;}
@media (max-width:767px){
	.news_list .text{padding:20px 0;}
	.news_list .other{display: flex;justify-content: space-between;align-items: center;}
	.news_list a:hover .date{padding-left:25px;}
}
@media (min-width:768px){
	.news_list a{display: flex;}
	.news_list .img{width:220px;flex: 0 0 auto;}
	.news_list .text{width:100%;overflow: hidden;padding-left:30px;padding-right:5%;}
	.news_list .other{width:90px;flex: 0 0 auto;padding-top:15px;}
	.news_list .more{margin-top:65px;}
	.news_list a:hover .text{padding-left:45px;}
	.news_list a:hover .date{padding-right:25px;}
}
@media (min-width:992px){
	.news_list .img{width:270px;}
	.news_list .text{padding-left:40px;}
	.news_list a:hover .text{padding-left:55px;}
}
@media (min-width:1200px){
	.news_list .h5{font-size:18px;}
}

/*联系我们*/
.contact_row{display: flex;align-items: stretch;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;}
.contact_row>div{padding-left:10px;padding-right:10px;margin-bottom:20px;}
.contact_row .inner{height:100%;min-height:120px;padding:25px 15px;background:#fff;box-shadow: 0 0 15px rgba(0,0,0,0.2);border:1px solid #e1e6f0;border-radius: 5px;transition: all 0.36s;}
.contact_row h5{font-size:18px;font-weight: 700;margin-bottom:15px;}
.contact_row .inner:hover{box-shadow: 0 0 15px rgba(27,29,108,0.5);}

.map{position: relative;overflow: hidden;}
.map #dituContent{width:100%;height:350px;border:1px #ddd solid}
.BMap_bubble_title{color:#2c58c5;font-size:14px;font-weight: 700;white-space:normal!important;}

.msgForm{max-width:1200px;margin:0 auto;}
.message_form .column{margin:5px 0}
.message_form .form-control{height:40px;color:#333;background-color:#fff;border-color:#ddd;border-radius:0;box-shadow:none}
.message_form .error input{border-color:#ff0000;}
.message_form .success input,.message_form .tip input{border-color:#999}
.message_form .error .valid_message{position:absolute;width:100%;left:0;font-size:12px;color:#f28000;display:none}
.message_form textarea.form-control{height:auto}
.message_form .btn{position: relative;display:block;width:180px;font-size:16px;background-color:#2c58c5;color:#fff;border:none;line-height:20px;padding:14px;margin:20px auto 0;outline:0!important;border-radius: 0;overflow: hidden;transition: all 0.5s;}
.message_form .btn>span{position: relative;}
.message_form .btn:before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:#2a2dbd;transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.message_form .btn:hover{background: #2c58c5;}
.message_form .btn:hover::before{width:100%;}
@media (min-width:768px){
	.contact_row .inner{padding:35px 25px;}
	.contact_row h5{margin-bottom:20px;}
	
	.map:after{content: '';position: absolute;width:100%;height:100%;z-index: 2;left:0;top:0;background:rgba(0,0,0,0.1);transition: all 0.5s;}
	.map:hover:after{top:110%;}
	.map #dituContent{height:400px}
	.BMap_bubble_title{font-size:16px;}
}
@media (min-width:992px){
	.contact_row{margin-left:-20px;margin-right:-20px;}
	.contact_row>div{padding-left:20px;padding-right:20px;}
	
	.message_form .btn{width:200px;padding:16px;}
}
@media (min-width:1200px){
	.map #dituContent{height:500px}
}
@media (min-width:1450px){
	.contact_row{margin-left:-30px;margin-right:-30px;}
	.contact_row>div{padding-left:30px;padding-right:30px;}
	
	.message_form .btn{width:220px;}
}








/*动画*/
/* .fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
} */