/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#33abff;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#33abff}
::-webkit-scrollbar-thumb:vertical:hover{background:#33abff}


body{color:#333;font-family:"Source Han Sans CN","思源黑体 CN Normal","思源黑体 CN","Helvetica Neue",Helvetica,Arial,sans-serif;min-width:320px;width:100%;overflow-x: hidden;}
body,html{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}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-weight: 400;}
ul{padding:0;margin:0;}
a{color:#333;}
a:focus,a:hover{text-decoration:none;color:#333;}
textarea{resize: none;}
.Animation{-webkit-transition:all 1s ease 0.3s;transition:all 1s ease 0.3s;opacity:0}
.fullpage{width:100%;overflow:hidden}
.section{position:relative;overflow:hidden;}
.section .container{z-index:2}
.img{overflow:hidden;position:relative;}
.img img{display:block;width:100%;-webkit-transition:all .5s;transition:all .5s}
a.img{display: block;}
.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;}

.minHeight300{min-height:300px;}
.InfoContent{line-height:1.8;position:relative;overflow:hidden;}
.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;}
.InfoContent>p{text-align: justify;}

.banner_video{position: absolute;width:100%;height:100%;background:#000;left:0;top:0;}
.banner_video video{display: block;width:100%;height:100%;object-fit: fill;background:#000;}
body{padding-top:90px}
@media (max-width:767px){
	.banner_text .container,.section .container{width:100%}
	.PC_show{display:none!important}
}
@media (min-width:768px){
	.Min_show{display:none!important}
	body{padding-top:105px}
}
@media (min-width:1200px){
	body{padding-top:115px}
}
@media (min-width:1450px){
	.InfoContent{font-size:16px;}
}
@media (min-width:1650px){
	.container{width:1430px;}
	body{padding-top:135px;}
}


/*foot*/
.index_contact{width:100%;padding:40px 0;overflow: hidden;background-color:#f1f7fc;}
.index_contact_row{display: flex;flex-flow: row-reverse wrap;}
.index_contact_row .text h1{font-size:22px;margin-bottom:20px;}
.apply_form{max-width:860px;margin-left:auto;margin-right:auto;}
.apply_form>form>.row{margin-left:-3px;margin-right:-3px;}
.apply_form>form>.row>div{padding-left:3px;padding-right:3px;}
.apply_form label{display: block;font-size:16px;color:#999;font-weight: 400;margin-bottom:10px;}
.apply_form label>i{color:#ff0000;} 
.apply_form .form-control{font-size:14px;height:50px;background:#fff;border:none;border-radius: 0;box-shadow: none;padding:0 10px;}
.checkbox-div{margin-left:-3px;margin-right:-3px;overflow: hidden;}
.checkbox-div>div{float:left;width:100%;padding-left:3px;padding-right:3px;margin-bottom:12px;font-size:14px;color:#cdcdcd;}
.checkbox-div>.width50{width:50%;}
.checkboxs>.inner{position: relative;display: flex;flex-flow: row wrap;background:#fff;padding:10px;padding-right:55px;}
.checkboxs>.inner>span,
.checkboxs>.inner>.item{margin-right:15px;}
.checkboxs .item{position: relative;display: flex;align-items: center;}
.checkboxs .item>.icon{position: relative;display: block;width:12px;height:12px;border:1px solid #c7c7c7;background:#fff;margin-right:6px;}
.checkboxs .item>span{position: relative;}
.checkboxs .item>input{position: absolute;z-index: 2;width:100%;height:100%;margin:0;left:0;top:0;opacity: 0;cursor: pointer;}
.checkboxs .item>input:checked + .icon{border-color:#33abff;background:#33abff;}
.checkboxs .item>input:checked + .icon + span{color:#33abff;}
.checkboxs .allChecked{position: absolute;top:2px;right:10px;margin-right:0!important;}
.apply_form .form-group{margin-bottom:25px;}
.apply_form .btn{display: block;width:61.25%;height:50px;font-size:16px;background:#33abff;box-shadow: none;border:none;border-radius: 0;color:#fff;margin:0 auto;}
.apply_form .btn:hover{background:#0073b8;}

.bgfff .index_contact{background-color:#fff;}
.bgfff .apply_form .form-control{background:#f7f7f7;}
.bgfff .checkboxs>.inner{background:#f7f7f7;}
@media (max-width:767px){
	.checkbox-div>.width50{width:100%;}
	.index_contact_row>div{margin-bottom:20px;}
}
@media (min-width:768px){
	.index_contact{padding:50px 0;}
	.index_contact_row .col-sm-5,
	.index_contact_row .col-sm-7{width:50%;}
	.index_contact_row .text{max-width:500px;}
}
@media (min-width:992px){
	.index_contact_row .text h1{font-size:24px;}
	.apply_form label{font-size:18px;}
	.apply_form .form-group{margin-bottom:40px;}
	.apply_form .form-control{height:60px;font-size:16px;padding:0 20px;}
	.apply_form .btn{height:60px;font-size:18px;margin-top:10px;}
	.checkbox-div>div{font-size:16px;}
	.checkboxs>.inner{padding:10px 20px;padding-right:85px;}
	.checkboxs .allChecked{right:20px;}
}
@media (min-width:1200px){
	.index_contact{padding:60px 0;}
	.index_contact_row{padding-left:50px;padding-right:50px;}
	.index_contact_row .col-sm-5{width:48.266667%;}
	.index_contact_row .col-sm-7{width:51.733333%;}
	.index_contact_row .text{padding-top:15px;padding-left:35px;}
	.index_contact_row .text h1{font-size:28px;}
}
@media (min-width:1650px){
	.index_contact{padding:70px 0;}
	.index_contact_row .text{padding-top:30px;padding-left:70px;}
	.index_contact_row .text h1{font-size:30px;}
	.index_contact_row .text .InfoContent{font-size:18px;}
}

.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;}

.foot_main{background:#8e8e8e;color:#fff;width:100%;font-size:14px;overflow: hidden;}
.foot_main a{color:#fff;}
.foot_top_left{}
.foot_top_left>a{display: block;}
.foot_top_left>a>img{height:76px;}
.foot_top{padding:15px 0 5px;}
.foot_nav a{display: block;text-transform: uppercase;line-height:24px;}
.foot_nav a:hover{color:#33abff;text-decoration: underline;}
.foot_nav dt{position: relative;margin-bottom:10px;}
.foot_nav dt>a{position: relative;font-size:16px;font-weight: 400;}
.foot_nav dd>a{color:#fafafa;}
.foot_nav dd>a:last-child{margin-bottom:0;}
.foot_nav .dropdown>dd{display: none;}
.foot_nav dt>.icon{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;display: none;}
.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_ewm{text-align: center;text-transform: uppercase;display: flex;flex-flow: row wrap;}
.foot_ewm>.item{margin-right:20px;margin-bottom:20px;width:120px;}
.foot_ewm>.item:last-child{margin-right:0;}
.foot_ewm img{display: block;width:100%;margin:0 auto 10px;}

.copyright{padding:13px 0;line-height:24px;font-size:14px;color:#eaeaea;border-top:1px solid #e8e8e8;text-align: center;}
.copyright a{display:inline-block;color:#eaeaea;}
.copyright img,
.copyright a img{display:inline-block;vertical-align:middle;}
img.support{display:block;height:14px;vertical-align: -2px!important;}
@media (max-width:767px){
	.gotop{width:30px;height:30px}
	
	.foot_top_row .left{display: none;}
	.foot_nav{margin-bottom:20px;}
	.foot_nav a{padding:10px 0;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,0.3);}
	.foot_nav dt{margin-bottom:0;}
	.foot_nav dt>a{margin-bottom:0;}
	.foot_nav .dropdown dt>.icon{display: block;}
	.foot_nav dl>dd{padding:0;}
	.foot_nav dd>a{padding-left:2em;padding-top:10px;padding-bottom:10px;margin-bottom:0;border-bottom-style: dotted;}
	.foot_ewm{justify-content: center;}
	.copyright{font-size:12px;padding:10px 0;}
	img.support{height:12px;}
}
@media (min-width:768px){
	.foot_top_row .left{display: none;}
	.foot_top{padding:30px 0 10px;}
	.foot_top_row{display: flex;justify-content: space-between;}
	.foot_top_row:before,
	.foot_top_row:after{display: none;}
	.foot_top_row>div{width:auto;}
	.foot_nav{display: flex;justify-content: space-between;flex-flow: row wrap;margin-left:-15px;margin-right:-15px;}
	.foot_nav dl{padding-left:15px;padding-right:15px;margin-bottom:20px;}
	.foot_nav .dropdown>dd{display: block!important;}
}
@media (min-width:992px){
	.foot_top_row .left{display: block;}
}
@media (min-width:1200px){
	.foot_nav{margin-left:-20px;margin-right:-20px;}
	.foot_nav dl{padding-left:20px;padding-right:20px;}
	.foot_top_left>a>img{height:96px;}
}
@media (min-width:1450px){
	.copyright{font-size:14px;}
}
@media (min-width:1650px){
	.foot_nav{margin-left:-30px;margin-right:-30px;}
	.foot_nav dl{padding-left:30px;padding-right:30px;}
}


/*导航*/
.navbar-default {
	background-color:#fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
	transition: all 0.5s;
}
.navbar-brand {
	position: relative;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:0;
	transition: all 0.5s;
	display: flex;
	align-items: center;
}
.navbar-brand img {
	display: block;
	height: 50px;
	transition: all 0.5s;
}
.navbar-brand-text{padding-left:20px;}
.navbar-brand-text .p1{font-size:16px;font-weight: 700;color:#0073b8;}
.navbar-brand-text .p1>span{color:#ffa200;}
.navbar-brand-text .p2{margin-top:8px;font-size:14px;line-height:20px;color:#333;}
.navbar-brand-text .p2>i{display: inline-block;padding:0 7px;font-size:14px;color:#666;}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0073b8;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.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);
}
.navbar-default .navbar-nav>li>a {
	position: relative;
	line-height:20px;
	display: block;
	color: #666;
	text-transform: uppercase;
	transition: all .5s;
}
.navbar-default .navbar-nav>li>i{display: none;}
.navbar-default .navbar-nav>li>a:after{content: '';position: absolute;width:0;left:50%;transform: translateX(-50%);bottom:0;height:2px;background:#ccc;transition: all 0.5s;}
.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>.active>a:after{width:94%;background:#0073b8;}
.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: #333;
	background-color: transparent;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: calc(100vh - 60px);
}

.navbar-top{color:#333;}
.navbar-top>div{display: flex;justify-content: space-between;align-items: center;}
.navbar-top>div:before,
.navbar-top>div:after{display: none;}
.navbar-top-right>a{display: flex;align-items: center;font-family: arial;line-height:20px;font-size:14px;}
.navbar-top-right>a>.icon{width:20px;height:20px;margin-right:8px;background-image: url(../images/icon/i1.png);background-size:auto;background-repeat: no-repeat;background-position: center;}
.navbar-top-right>a>span>b{font-size:18px;color:#0073b8;font-weight: 700;}

/* 二级导航 */
.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}
.navbar-default .dropdown-menu li:last-child a{border-bottom:none;}
.navbar-default .dropdown-menu a:hover{color:#0073b8;background: transparent;}
@media (max-width: 767px) {
	/* 二级导航 */
	.navbar-default .navbar-nav>.dropdown>i{position: absolute;width:50%;height:40px;right:0;top:0;display: block;}
	.navbar-default .navbar-nav>.dropdown>i:before,
	.navbar-default .navbar-nav>.dropdown>i:after{content: '';position: absolute;background:#666;transition: all 0.3s;}
	.navbar-default .navbar-nav>.dropdown>i:before{width:15px;height:2px;right:0;top:50%;margin-top:-1px;}
	.navbar-default .navbar-nav>.dropdown>i:after{width:2px;height:14px;right:6px;top:50%;margin-top:-7px;}
	.navbar-default .navbar-nav>.dropdown.open>i:before,
	.navbar-default .navbar-nav>.dropdown.open>i:after{background:#333;}
	.navbar-default .navbar-nav>.dropdown.open>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:#0073b8;background:none;}
	
	.nav-mask{position: fixed;width:100%;height:100%;left:0;top:0;z-index: 1029;display: none;}
	.nav-mask.active{display: block;}
	.filter>*:not(.header){filter:blur(5px);}
}
@media (max-width: 767px) {
	.navbar-top{padding:10px 0;background:rgba(0,0,0,0.05);}
	.navbar-top>div{display: block;}
	.navbar-top>div>div{width:100%;text-align: center;float:none;}
	.navbar-top-right>a>span>b{font-size:16px;}
	.navbar-top-left .navbar-brand{float:none;padding:0;display: block;}
	.navbar-top-right>a>.icon,
	.navbar-top-left .navbar-brand img{display: none;}
	.navbar-brand-text{padding-left:0;}
	.navbar-brand-text .p2{font-size:14px;}
	.navbar-top-right{margin-top:8px;}
	.navbar-top-right>a{justify-content: center;}

	.navbar-default .navbar-toggle{margin:14px 10px;margin-left:0;}
	.navbar-nav{margin-left:0;margin-right:0;}
	.navbar-default .navbar-nav>li>a{padding:10px 0;}
	.navbar-default .navbar-nav>li>a:after{width:100%;}
	.navbar-default .navbar-nav>li>a:hover:after, .navbar-default .navbar-nav>.active>a:after{width:100%;}
	.navbar-header .navbar-brand-text{padding-left:15px;}
	.navbar-header .navbar-brand-text .p1{font-size:14px;}
	.navbar-header .navbar-brand-text .p2{margin-top:3px;font-size:12px;}
	
	.navbar-top{padding:5px 0;}
	.navbar-top-left{display: none;}
	.navbar-top-right{margin-top:0;}
}
@media (max-width: 449px) {
	.navbar-header .navbar-brand-text{padding-left:10px;}
	.navbar-header .navbar-brand-text .p1{width:160px}
	.navbar-header .navbar-brand-text .p2{display: none;}
}
@media (min-width: 768px){
	.navbar-default>.container{position: relative;}
	.navbar-default .navbar-header{display: none;}
	.navbar-brand{padding-top: 8px;padding-bottom: 8px;}
	.navbar-brand img{height:60px}
	.navbar-default .navbar-nav{float:right;margin-right:-30px;margin-top:-15px;}
	.navbar-default .navbar-nav>li{padding:0 30px;}
	.navbar-default .navbar-nav>li>a{padding:12px 0;font-size:16px;}
	
	.navbar-default .dropdown-menu{min-width:130px;}
	.nav-mask{display: none;}
}
@media (min-width: 1200px) {
	.navbar-brand-text .p1{font-size:20px;}
	.navbar-brand-text .p2{margin-top:12px;}
	.navbar-brand-text .p2>i{padding:0 18px;}
	.navbar-top-right>a{font-size:16px;}
	.navbar-top-right>a>span>b{font-size:20px;}
	.navbar-brand img{height:70px;}
	
	.navbar-default .navbar-nav{margin-right:-50px;}
	.navbar-default .navbar-nav>li{padding:0 50px;}
	.navbar-default .navbar-nav>li>a{font-size:18px;}
	/* .headerEffect .navbar-default{transform: translateY(-86px);} */
	
	.navbar-default .dropdown-menu{min-width:140px;}
	.navbar-default .dropdown-menu a{font-size:14px;}
}
@media (min-width: 1650px) {
	.header .container{width:1500px;}
	.navbar-brand{padding-top: 20px;padding-bottom: 10px;}
	.navbar-brand img{height:76px;}
	
	.navbar-default .navbar-nav{margin-right:-65px;}
	.navbar-default .navbar-nav>li{padding:0 65px;}
}


#dowebok .section{background-size:cover;background-repeat: no-repeat;background-position: center;display:flex;flex-direction:column;justify-content:center;align-items:center}
/*第一屏*/
 .swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet{outline: none;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide>img{display: block;width:100%;}
.banner img[onclick]{cursor:pointer}
.banner_bg{width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover}
.banner_text{position:absolute;width:100%;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.banner .banner_text img{display:block;width:100%;transform:translateY(10px);opacity: 0;}
.banner .swiper-slide-active .banner_text img{opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s}

.banner .banner_content h1>img{display: inline-block;width:auto;max-width:100%;}
.banner_content{transform:translateY(10px);opacity: 0;color:#0073b8;}
.banner_content h1{font-size:22px;line-height:1.3;}
.banner_content .p{font-size:14px;line-height:1.5;margin:20px 0;}
.banner_content .public_href>.more{border:1px solid #ffa200;}
.banner_content .public_href>.more:before{background:#ffa200;}
.banner .swiper-slide-active .banner_content{opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s}


.banner .swiper-pagination{bottom:5%;}
.banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 7px!important;background:transparent;border:1px solid #33abff;opacity: 1;}
.banner .swiper-pagination-bullet-active{background:#33abff;}
.banner .swiper-button-white{width:36px;height:36px;margin-top:-18px;border-radius: 50%;background-color:#33abff;background-size:auto 18px;margin:0 10px;opacity: 0.5;transition: all 0.3s;}
.banner .swiper-button-white:hover{opacity: 1;}
@media (max-width:767px){
	.banner_content .p br{display: none;}
	.banner .swiper-button-white{display: none;}
}
@media (min-width:768px){
	.banner_content{max-width:70%;}
	.banner .swiper-button-white{width:44px;height:44px;margin-top:-22px;}
	.banner_content h1{font-size:24px;}
	.banner_content .p{font-size:18px;margin:30px 0;}
}
@media (min-width:992px){
	.banner_content h1{font-size:28px;}
	.banner_content h1>img{height:30px;}
}
@media (min-width:1200px){
	.banner .swiper-pagination-bullet{width:12px;height:12px;}
	
	.banner_content h1{font-size:34px;}
	.banner_content .p{font-size:20px;margin:40px 0;}
	.banner_content .public_href>.more{width:150px;padding-top:12px;padding-bottom:12px;font-size:18px;}
}
@media (min-width:1450px){
	.banner_content h1{font-size:40px;}
}
@media (min-width:1650px){
	.banner_content h1{font-size:46px;}
	.banner_content .p{font-size:24px;margin:50px 0;}
	.banner_content .public_href>.more{width:170px;padding-top:15px;padding-bottom:15px;font-size:20px;}
}



.index_title{margin-bottom:30px;}
.index_title a{display:inline-block;}
.index_title .h2{font-size:24px;color:#5c5c5c;display: inline-block;}
.index_title .en{font-size:14ox;color:#999;text-transform: uppercase;}
.index_title .en>span{position: relative;padding:0 15px;}
.index_title .en>span:before,
.index_title .en>span:after{content: '';position: absolute;width:15px;height:1px;background:#707070;top:50%;}
.index_title .en>span:before{right:100%;}
.index_title .en>span:after{left:100%;}
.index_title .h2 + .en{margin-top:10px;}
.index_title .InfoContent{margin-top:30px;}

.textColor,
.textColor .InfoContent,
.textColor a,
.textColor .index_title,
.textColor .index_title a,
.textColor .index_title .h2,
.textColor .index_title .en{color:#fff;}

.public_href>.more{position: relative;width:130px;max-width:100%;font-size:16px;display: inline-block;text-align: center;line-height:20px;padding:10px 8px;border:1px solid #33abff;transition: all 0.3s;}
.public_href>.more:before{content: '';position: absolute;width:100%;height:100%;left:0;top:10px;background:#33abff;opacity: 0;transition: all 0.3s;}
.public_href>.more>span{position: relative;z-index: 2;color:#33abff;transition: all 0.3s;}
.public_href>.more:hover>span{color:#fff;}
.public_href>.more:hover:before{top:0;opacity: 1;}
@media (max-width:767px){
	.index_title{text-align: center;}
	.index_title .en>span{padding:0;}
	.index_title .en>span:before,
	.index_title .en>span:after{display: none;}
}
@media (min-width:768px){
	.index_title{margin-bottom:40px;}
	.index_title .h2{font-size:28px;}
	.index_title .en{font-size:16px;}
}
@media (min-width:1200px){
	.index_title{margin-bottom:50px;}
	.index_title .h2{font-size:32px;}
	.index_title .en>span{padding:0 20px;}
	
	.index_title .InfoContent{font-size:16px;}
}
@media (min-width:1650px){
	.index_title{margin-bottom:60px;}
	.index_title .h2{font-size:36px;}
	.index_title .h2 + .en{margin-top:15px;}
}

/*业务领域*/
.index_business_row{position: relative;margin-left:-5px;margin-right:-5px;margin-top:-10px;}
.index_business_row>.column{padding-left:5px;padding-right:5px;margin-top:10px;}
.index_business_row a{display: block;position: relative;}
.index_business_row .img{display: flex;justify-content: center;align-items: center;}
.index_business_row .mask{position: absolute;width:100%;height:100%;left:0;top:0;color:#fff;padding:15px;display: flex;justify-content: center;flex-direction: column;background:rgba(59,159,218,0.6);transition: all 0.5s;}
.index_business_row .text{width:100%;text-align: center;}
.index_business_row h5{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_business_row .middle{position: absolute;width:120px;height:120px;left:50%;top:50%;transform: translate(-50%,-50%);}
.index_business_row .middle .yuan{position: relative;width:100%;height:100%;border-radius: 50%;border:1px solid #fff;display: flex;align-items: center;justify-content: center;}
.index_business_row .middle .yuan:before{content: '';position: absolute;width:89.041096%;height:89.041096%;background:#fff;border-radius: 50%;left:50%;top:50%;transform: translate(-50%,-50%);transition: all 0.5s;}
.index_business_row .middle .content{position: relative;z-index:2;display: block;width:89.041096%;height:89.041096%;border-radius: 50%;display: flex;align-items: center;justify-content: center;color:#3b9fda;font-size:22px;transition: all 0.5s;}
.index_business_row .middle .yuan:hover:before{background:#3b9fda;width:100%;height:100%;opacity: 0.9;}
.index_business_row .middle .yuan:hover .content{color:#fff;}
.index_business_row>.column:nth-child(1){transform-origin: top left;}
.index_business_row>.column:nth-child(2){transform-origin: top right;}
.index_business_row>.column:nth-child(3){transform-origin: bottom left;}
.index_business_row>.column:nth-child(4){transform-origin: bottom right;}
.index_business_row .middle .yuan{-webkit-transition-delay:.35s;transition-delay:.35s}
.index_business_row a:hover .img>img{transform: scale(1.1);}
.index_business_row a:hover .mask{background:rgba(59,159,218,0.1);}
@media (max-width:479px){
	.index_business_row h5{font-size:16px;}
	.index_business_row .middle{width:106px;height:106px;}
	.index_business_row .middle .content{font-size:18px;}
}
@media (min-width:768px){
	.index_business_row{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
	.index_business_row>.column{padding-left:10px;padding-right:10px;margin-top:20px;}
	.index_business_row h5{font-size:22px;}
	.index_business_row .middle{width:160px;height:160px;}
	.index_business_row .middle .content{font-size:30px;}
}
@media (min-width:1200px){
	.index_business_row{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.index_business_row>.column{padding-left:15px;padding-right:15px;margin-top:30px;}
	.index_business_row h5{font-size:24px;}
	.index_business_row .middle{width:200px;height:200px;}
	.index_business_row .middle .content{font-size:36px;}
}
@media (min-width:1650px){
	.index_business_row h5{font-size:28px;}
	.index_business_row .middle{width:260px;height:260px;}
	.index_business_row .middle .content{font-size:42px;}
}


/*走进智生*/
.index_about_top{position: relative;margin-bottom:170px;z-index: 2;}
.index_about_row{margin:0;display: flex;align-items: center;}
.index_about_row:before,
.index_about_row:after{display: none;}
.index_about_row>div{padding:0;}
.index_about_row .public_href{margin-top:25px;}
.index_about_row .img{overflow: visible;background:rgba(153,153,153,0.3);}
.index_about_row .img>img{position: relative;top:-10px;left:-10px;}
.index_about_row .img:hover>img{top:0;left:0;}

.index_about_bottom{position: absolute;width:100%;left:0;bottom:0;padding:25px 0;overflow: hidden;}
.index_about_bottom>.lines{position: absolute;width:100%;height:138px;left:0;top:20px;transition: all 1s;}
.index_about_bottom>.lines>div{position: absolute;width:100%;height:100%;left:0;top:0;background-repeat: repeat no-repeat;background-position: center;transform-origin: center bottom;background-size:100% auto;}

.index_about_bottom ul{position: relative;z-index: 2;list-style: none;display: flex;justify-content: space-between;margin-left:-10px;margin-right:-10px;}
.index_about_bottom li{text-align: center;padding:0 10px;}
.index_about_bottom .inner{display: block;font-size:16px;color:#333;}
.index_about_bottom .icon{position: relative;width:90px;height:90px;margin:0 auto 10px;border-radius: 50%;background:rgba(51,171,255,0.25);display: flex;justify-content: center;align-items: center;transition: all 0.5s;}
.index_about_bottom .icon:before,
.index_about_bottom .icon:after{content: '';position: absolute;border-radius: 50%;left:50%;top:50%;transform: translate(-50%,-50%);}
.index_about_bottom .icon:before{width:87.179487%;height:87.179487%;background:rgba(51,171,255,0.5);transition: all 0.5s;}
.index_about_bottom .icon:after{width:72.435897%;height:72.435897%;background:rgba(51,171,255,1);transition: all 0.5s;}
.index_about_bottom .icon>img{position: relative;height:34px;z-index: 3;transition: all 0.5s;}
.index_about_bottom .inner:hover .icon:before {transform: translate(-50%,-50%) scale(1.5);opacity: 0;}
.index_about_bottom .inner:hover .icon{transform: scale(1.1);}
.index_about_bottom .inner:hover .icon>img{transform: scale(0.8);}
.index_about_bottom .inner:hover .icon:after {transform: translate(-50%,-50%) scale(1.125);}
@media (max-width:767px){
	.index_about_row>.col-img{display: none;}
	.index_about_bottom li{width:33.333333%;}
}
@media (max-width:360px){
	.index_about_bottom .inner{font-size:14px;}
	.index_about_bottom .icon{width:80px;height:80px;}
}
@media (min-width:768px){
	.index_about_top{margin-bottom:210px;}
	.index_about_row .public_href{margin-top:30px;}
	.index_about_row>.col-img{padding-left:40px;}
	
	.index_about_bottom{padding:30px 0;}
	.index_about_bottom>.lines{top:40px;}
	.index_about_bottom ul{padding:0 5.714286%;}
	.index_about_bottom .icon{width:120px;height:120px;margin-bottom:15px;}
}
@media (min-width:1200px){
	.index_about_top{margin-bottom:260px;}
	.index_about_row{align-items: flex-end;}
	.index_about_row .public_href{margin-top:40px;}
	.index_about_row>.col-img{padding-left:70px;}
	
	.index_about_bottom{padding:40px 0;}
	.index_about_bottom>.lines{top:50px;}
	.index_about_bottom .inner{font-size:18px;}
	.index_about_bottom .icon{width:136px;height:136px;margin-bottom:20px;}
	.index_about_bottom .icon>img{height:40px;}
}
@media (min-width:1650px){
	.index_about_top{margin-bottom:300px;}
	.index_about_row .public_href{margin-top:50px;}
	.index_about_row>.col-img{padding-left:100px;}
	
	.index_about_bottom{padding:50px 0;}
	.index_about_bottom>.lines{top:60px;}
	.index_about_bottom .inner{font-size:20px;}
	.index_about_bottom .icon{width:156px;height:156px;}
	.index_about_bottom .icon>img{height:50px;}
}


/*核心优势*/
.index_core_row{display:flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;}
.index_core_row:before,
.index_core_row:after{display: none;}
.index_core_row>div{padding-left:10px;padding-right:10px;}
.index_core_row a{position: relative;display: block;background:#f9fcfe;box-shadow: 0 13px 9px rgba(164,190,209,0.2);transition: all 0.5s;}
.index_core_row h5{font-size:18px;color:#33abff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_core_row .p{font-size:14px;margin-top:10px;line-height:24px;height:96px;overflow: hidden;text-align: justify;}
.index_core_row .p+em{margin-top:30px;display: block;width:66px;line-height:16px;border:1px solid #33abff;text-align: center;font-size:12px;color:#33abff;transition: all 0.5s;}

.index_core_left,
.index_core_left>a{height:100%;}
.index_core_left>a{padding:20px;}
.index_core_left .img{margin-top:50px;}
.index_core_right .item{margin-bottom:40px;}
.index_core_right .item:last-child{margin-bottom:0;}
.index_core_right a{display: flex;flex-flow: row-reverse;align-items: center;padding:20px;}
.index_core_right .text{width:100%;overflow: hidden;margin-right:30px;}
.index_core_right .p{font-size:12px;}
.index_core_right .img{width:140px;flex: 0 0 auto;}

.index_core_row a:hover{box-shadow: 5px 5px 9px rgba(164,190,209,0.5);background:#eff9ff;}
.index_core_row a:hover .p+em{color:#fff;background:#33abff;}
.index_core_row a:hover .img>img{transform: scale(1.05);}
@media (max-width:767px){
	.index_core_row>div{margin-bottom:40px;}
	.index_core_row>div:last-child{margin-bottom:0;}
}
@media (max-width:479px){
	.index_core_right .text{margin-right:20px;}
}
@media (min-width:768px){
	.index_core_right .img{width:150px;}
}
@media (min-width:1200px){
	.index_core_row{margin-left:-13px;margin-right:-13px;}
	.index_core_row>div{padding-left:13px;padding-right:13px;}
	.index_core_left>a{padding:30px;}
	.index_core_right a{padding:35px 25px;}
	.index_core_right .img{width:190px;}
}
@media (min-width:1650px){
	.index_core_left>a{padding:40px;}
	.index_core_right .img{width:280px;}
}


/*表单*/
.message_form .form-group{margin-bottom:20px;}
.message_form .form-control{height:40px;color:#333;background-color:transparent;border-color:#999999;border-radius:0;box-shadow:none}
.message_form .form-control{border-top:none;border-left: none;border-right:none;padding-left:0;padding-right:0;}
.message_form .error input{border-color:#ff0000}
.message_form .success input,.message_form .tip input{border-color:#666}
.message_form .error .valid_message{position:absolute;width:100%;left:0;font-size:12px;color:#f28000;display:none}
.message_form textarea.form-control{height:110px;padding:0;}
.message_form .public_href>.more{width:100%;height:50px;font-size:16px;padding:15px;background:transparent;border-radius: 25px;}
.message_form .public_href>.more:hover{background:#0073b8;}
.form-group-code{position: relative;padding-right:75px;}
.form-group-code .imgCode{position: absolute;width:70px;height:40px;cursor: pointer;right:0;top:0;}
.form-group-code .imgCode img{width:100%;height:100%;cursor: pointer;}
@media (min-width:768px){
}
@media (min-width:992px){
	.message_form .form-group{margin-bottom:30px;}
	.message_form .form-control{font-size:16px;}
}
@media (min-width:1200px){
	.message_form .public_href>.more{height:60px;font-size:18px;padding:20px;border-radius: 30px;}
	.form-group-code{padding-right:90px;}
	.form-group-code .imgCode{width:80px;}
}


/*内页*/
.wrapper{position:relative}
.inside_banner{overflow:hidden;position:relative;}
.inside_banner>img{display:block;width:100%;transition:all .5s}
#publicHref{position: absolute;bottom:135px;left:0;}

.inside_main{width:100%;padding:40px 0;overflow:hidden;position:relative}
.inside_main .container{position:relative}

.submenu_swiper{margin-bottom:30px;padding-bottom:2px;}
.submenu{display:flex;flex-direction:row;justify-content: center;}
.submenu:after,.submenu:before{display:none}
.submenu>li{width:auto;margin-right:10px;}
.submenu>li:last-child{margin-right:0;}
.submenu>li>a{min-width:100px;background-color:transparent;font-size:14px;text-align:center;color:#999;line-height:20px;padding:10px;transition: all 0.5s;}
.submenu>li>a:hover,.submenu>li.active>a{background-color:#33abff;color:#fff;border-color:#33abff;}
.submenu_swiper .swiper-scrollbar{width:100%;left:0;bottom:0;height:2px;}

.InfoTitle{margin-bottom:20px;text-align:center;border-bottom:1px solid #e5e5e5;padding-bottom:15px;}
.InfoTitle h4{font-size:18px;margin:0;line-height:1.74;color:#33abff;}
.InfoTitle h4 + p{color:#999;line-height:1.74;}
.InfoTitle .date{font-size:12px;color:#666;margin-top:10px}
.InfoTitle .date span{padding:0 5px;display: inline-block;margin-bottom:5px;}

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:40px -5px 0}
.pager li{padding:0 3px;margin:5px 0}
.pager li>a,.pager li>span{background-color:#eeeeee;color:#666666;border:none;border-radius:0;padding:0;margin:0;width:30px;height:30px;line-height:30px;transition: all 0.3s;}
.pager .next>a,.pager .next>span{float:none;background-image:url(../images/icon/ar.png);background-position: center;background-repeat: no-repeat;}
.pager .previous>a,.pager .previous>span{float:none;background-image:url(../images/icon/al.png);background-position: center;background-repeat: no-repeat;}
.pager .active>a,.pager li>a:hover{color:#fff;background-color:#33abff;}
.pager .next>a:hover{background-image:url(../images/icon/arW.png);background-position: center;background-repeat: no-repeat;}
.pager .previous>a:hover{background-image:url(../images/icon/alW.png);background-position: center;background-repeat: no-repeat;}

.inside-details + .inside-details{margin-top:50px;}
.inside-details-other{padding-top:25px;margin-top:30px;display: block;justify-content: space-between;border-top:1px #e5e5e5 solid;}
.info-previous-next-wrap{font-size:14px;line-height:24px;color:#666;overflow:hidden}
.info-previous-next-wrap>div{margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.info-previous-next-wrap b{font-weight:400}
.info-previous-next-wrap a{color:#333;text-decoration:none;display:inline;}
.info-previous-next-wrap a:hover{color:#33abff;}
.info-previous-next-wrap a br{display: none;}
.info-Next,.info-Previous{margin-bottom:10px}
.goBack{text-align: center;margin-top:20px;}


@media (max-width:767px){
	.goBack{display: flex;justify-content: center;}
	.info_previous_next_wrap{font-size:12px;margin-top:30px}
	
	.submenu{justify-content: flex-start;}
	.submenu_swiper.lock .submenu{justify-content: center;}
}
@media (min-width:768px){
	.inside_main{padding:50px 0;}
	.InfoTitle h4{font-size:20px}
	.InfoTitle .date span{padding:0 10px;}
	.inside-details-other{display: flex;padding-bottom:10px;margin-top:50px;}
	.info-previous-next-wrap{max-width:70%;}
	.goBack{margin-top:0;}
	.pager li>a,.pager li>span{width:40px;height:40px;line-height:40px}
}
/* @media (min-width:992px){
	.inside-details{max-width:80%;margin:0 auto;}
} */
@media (min-width:1200px){
	.inside_main{padding:50px 0;}
	.submenu_swiper{margin-bottom:40px;}
	.submenu>li{margin-right:20px;}
	.submenu>li>a{font-size:16px;}
	.submenu>li>a{min-width:120px;}
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:24px}
	.InfoTitle h4 + p{font-size:16px;}
	.inside-details + .inside-details{margin-top:60px;}
	.pager{margin-top:50px}
	.pager li{padding:0 5px;}
}
@media (min-width:1650px){
	.inside_main{padding:70px 0;}
	.inside-details + .inside-details{margin-top:80px;}
}

/* 关于我们 - 企业简介 */
.about_info{margin-left:-15px;margin-right:-15px;}
.about_info>div{padding-left:15px;padding-right:15px;margin-bottom:20px;}
@media (min-width: 1200px) {
	.about_info{margin-left:-30px;margin-right:-30px;}
	.about_info>div{padding-left:30px;padding-right:30px;margin-bottom:30px;}
}

/* 关于我们 - 荣誉资质 */
.honor_list{margin-left:-7px;margin-right:-7px;display: flex;align-items: stretch;flex-flow: row wrap;}
.honor_list:before,.honor_list:after{display: none;}
.honor_list .column{padding:0 7px;margin-bottom:20px;cursor: pointer;}
.honor_list h5{font-size:16px;line-height:28px;max-height:56px;text-align:center;margin:15px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition: all 0.5s;}
.honor_list .img{border:1px solid #ccc;transition: all 0.5s;}
.honor_list .column:hover h5{color:#33abff;}
.honor_list .column:hover .img>img{transform:scale(1.1)}
.honor_list .column:hover .img{border-color:#33abff}
#lightGallery-outer #lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;}
#lightGallery-outer #lightGallery-close:hover{color:#fff;background:#33abff;}
#lightGallery-outer #lightGallery-action{display: none;}
@media (max-width:767px){
	.honor_list .column{width:50%;}
	.honor_list h5{font-size:14px;margin-top:10px}
}
@media (min-width:1200px){
	.honor_list{margin-left:-15px;margin-right:-15px;}
	.honor_list .column{width: 25%;padding:0 15px;}
}
@media (min-width:1450px){
	.honor_list{margin-left:-25px;margin-right:-25px;}
	.honor_list .column{padding:0 25px;margin-bottom:30px;}
}

/*业务领域*/
.product_list.row{margin-left:-10px;margin-right:-10px;display: flex;flex-flow: row wrap;}
.product_list.row:before,
.product_list.row:after{display: none;}
.product_list .column{padding-left:10px;padding-right:10px;margin-bottom:20px;}
.product_list a{position: relative;display: block;background:#fff;overflow: hidden;}
.product_list .mask{position: absolute;width:100%;height:100%;left:0;top:0;}
.product_list .mask:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:#0073b8;opacity: 0.5;transition: all 0.5s;}
.product_list .text{position: absolute;width:100%;left:0;bottom:35%;padding:0 15px;text-align: center;color:#fff;transition: all 0.5s;}
.product_list .h5{position: relative;font-size:16px;line-height:25px;max-height:50px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition: all 0.5s;}
/* .product_list .h5:after{content: '';position: absolute;width:26px;height:2px;background:#fff;top:100%;margin-top:15px;left:50%;margin-left:-13px;transition: all 0.5s;} */
.product_list a:hover .img>img{transform: scale(1.1);}
.product_list a:hover .mask:before{top:100%;}
.product_list a:hover .text{bottom: 25px;}
/* .product_list a:hover .h5:after{opacity: 0;} */
@media (max-width:767px){
	
}
@media (max-width:479px){
	.product_list.row{margin-left:-5px;margin-right:-5px;}
	.product_list .column{width:100%;padding-left:5px;padding-right:5px;}
}
@media (min-width:992px){
	.product_list.row{justify-content: center;}
	.product_list .text{bottom:45%;}
}
@media (min-width:1200px){
	.product_list.row{margin-left:-15px;margin-right:-15px;}
	.product_list .column{padding-left:15px;padding-right:15px;margin-bottom:30px;}
	.product_list .text{padding:0 25px;}
	.product_list .h5{font-size:18px;}
}
@media (min-width:1650px){
	.product_list.row{margin-left:-20px;margin-right:-20px;}
	.product_list .column{padding-left:20px;padding-right:20px;}
}

/*产品详情*/
.recommend_main{margin-top:50px}
.recommend_main .index_title{margin-bottom:25px;}
.recommend_main .index_title .h2{padding-bottom:0;border-bottom:none;}

.recommend_swiper .swiper-container{padding-bottom:30px;}
.recommend_swiper .swiper-pagination{bottom:0;}
.recommend_swiper .swiper-pagination-bullet-active{background:#0073b8;}
@media (max-width: 767px) {
	.recommend_main .index_title{text-align: left;}
}
@media (min-width: 992px) {
	.recommend_main{margin-top:70px;max-width:80%;margin-left:auto;margin-right:auto;}
	.recommend_swiper .swiper-container{padding-bottom:40px;}
}
@media (min-width: 1200px) {

}
@media (min-width: 1450px) {

}

.pro_details_overview,
.pro_details_list>.item{margin-bottom:40px;}
.product_details .item_title{font-size:18px;font-weight: 700;color:#33abff;line-height:1.74;margin-bottom:10px;}
.product_details .item_title + .InfoContent{margin-bottom:20px;}
.product_details_row{background:#f2f2f2;margin:0;padding:20px;}
.product_details_row>div{padding:0;margin-bottom:25px;}
.product_details_row>div:last-child{margin-bottom:0;}
.product_details_row + .product_details_row{margin-top:5px;}

.imgs_div{overflow: hidden;}
.imgs_div>.item{float:left;width:100%;margin-bottom:15px;}
.imgs_div>.item:last-child{margin-bottom:0;}
.imgs_div>.item>h5{font-size:14px;color:#33abff;line-height:1.74;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.imgs_div.width50{margin-left:-1.5px;margin-right:-1.5px;display: flex;flex-flow: row wrap;}
.imgs_div.width50>.item{width:50%;padding:0 1.5px;}
.imgs_div.width100.show>div:nth-child(n+2){display: none;}
.imgs_div.width50.show>div:nth-child(n+3){display: none;}
.imgs_row{margin-left:-1.5px;margin-right:-1.5px;display: flex;flex-flow: row wrap;justify-content: center;}
.imgs_row:before,
.imgs_row:after{display: none;}
.imgs_row .column{padding:0 1.5px;margin-top:3px;}
.width50 .imgs_row>div{width:100%;}
.imgMore{display: block;margin:30px auto 0;width:130px;line-height: 40px;font-size:16px;text-align: center;color:#fff;background:#33abff;cursor: pointer;}
.imgMore:hover{background:#0073b8;}
.imgs_div + .imgMore{margin-top:20px;}

.product_details_rows.show>.product_details_row:nth-child(n+4){display: none;}
@media (max-width: 767px) {
	.imgs_div.width50>.item{width:100%;}
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.product_details_row{padding:20px;}
	.product_details_row>div{margin-bottom:0;}
	.product_details_row>.col-md-6 .InfoContent{padding-right:30px;}
	
	.pro_details_overview .product_details_row{padding-right:20px;}
}
@media (min-width: 1200px) {
	.product_details .item_title{font-size:20px;margin-bottom:15px;}
	.product_details .item_title + .InfoContent{margin-bottom:25px;}
	.product_details_row{padding:30px;}
	
	.pro_details_overview .product_details_row{padding-right:30px;}
	
	.imgs_div>.item>h5{font-size:16px;}
}

/*智生优势*/
.adv_list{display: flex;flex-flow: row wrap;margin-top:-20px;margin-left:-10px;margin-right:-10px;}
.adv_list:before,
.adv_list:after{display: none;}
.adv_list .column{margin-top:20px;padding-left:10px;padding-right:10px;}
.adv_list a{display: block;height:100%;transition: all 0.5s;}
/* .adv_list .img:before,
.adv_list .img:after{content: '';position: absolute;background:#fff;top:50%;left:50%;transform: scale(0);transition: all 0.5s;z-index: 2;}
.adv_list .img:before{width:20px;height:2px;margin-top:-1px;margin-left:-10px;}
.adv_list .img:after{width:2px;height:20px;margin-top:-10px;margin-left:-1px;} */
.adv_list .img>img{position: relative;z-index: 1;}
.adv_list .text{position: relative;top:0;padding:25px 18px;transition: all 0.5s;}
.adv_list h5{font-size:16px;line-height: 25px;}
.adv_list .p{line-height:25px;color:#666;}
.adv_list a:hover{background:rgba(0,0,0,0.05);}
.adv_list a:hover .text{top:-10px;}
/* .adv_list a:hover .img:before,
.adv_list a:hover .img:after{transform:scale(1);} */
.adv_list a:hover .img>img{transform: scale(0.98);}
@media (max-width:600px){
	.adv_list .column{width:100%;}
}
@media (min-width:768px){
	.adv_list{margin-top:-30px;margin-left:-15px;margin-right:-15px;}
	.adv_list .column{margin-top:30px;padding-left:15px;padding-right:15px;}
}
@media (min-width:1200px){
	.adv_list .text{padding:25px;}
	.adv_list h5{font-size:18px;}
	.adv_list .p{margin-top:15px;}
	.adv_list a:hover .img>img{transform: scale(0.9,0.85);}
	.adv_list .img:before{width:30px;margin-left:-15px;}
	.adv_list .img:after{height:30px;margin-top:-15px;}
}

.positionHref{position: absolute;width:2px;height:2px;top:-95px;left: 0;background:red;}
.adv_list2>.item{position: relative;padding:40px 0;border-bottom:1px solid #999999;}
.adv_list2>.item:first-child{padding-top:0;}
.adv_list2>.item:last-child{border-bottom:none;padding-bottom:0;}
.adv_list2>.item>.row{margin-left:-20px;margin-right:-20px;}
.adv_list2>.item>.row>div{padding-left:20px;padding-right:20px;margin-bottom:20px;}
.adv_list2>.item>.row>div:first-child,
.adv_list2>.item>.row>div:last-child{margin-bottom:0;}
.adv_list2 .title{font-size:18px;line-height:1.74;color:#33abff;text-align: center;margin-bottom:20px;}
.adv_list2 .InfoContent>p{text-align: justify;}
@media (min-width:768px){
	.positionHref{top:-125px;}
	.adv_list2 .title{font-size:20px;}
}
@media (min-width:992px){
	.adv_list2>.item>.row>div{margin-bottom:0;}
	.adv_list2>.item>.row>.col-md-8{width:62%;}
	.adv_list2>.item>.row>.col-md-4{width:38%;}
}
@media (min-width:1200px){
	.positionHref{top:-135px;}
	.adv_list2>.item{padding:65px 0;padding-right:20px;}
	.adv_list2>.item>.row{margin-left:-30px;margin-right:-30px;}
	.adv_list2>.item>.row>div{padding-left:30px;padding-right:30px;}
	.adv_list2 .title{font-size:24px;margin-bottom:30px;}
}
@media (min-width:1650px){
	.positionHref{top:-155px;}
	.adv_list2>.item>.row{margin-left:-40px;margin-right:-40px;}
	.adv_list2>.item>.row>div{padding-left:40px;padding-right:40px;}
}


/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(10px,0,0);
	transform: translate3d(10px,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.95,.95,.95);
	transform: scale3d(.95,.95,.95);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
