body {
    font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #333;
}
a{
	color: #333333;
	display: inline-block;
}
a:hover{
	text-decoration: none;
}
.text-info{
	color: #666666!important;
}
.margin-15{
	/*margin-left: -15px;
	margin-right: -15px;*/
}
.img-responsive{
	display: inline-block;
}
.borderB{
	border-bottom: 1px solid #e5e5e5;
}
#wrap{
	padding-top: 30px;
	padding-bottom: 12px;
	position: relative;
}
#wrap .col-md-4,#wrap .col-md-8{
	position: static;
}
#wrap .right{
	display: flex;
	justify-content: space-between; 
	align-items: center;
}
#wrap .nav-ul{
	display: flex;
}
#wrap .nav-ul>li>a{
	padding: 20px 28px 29px;
	border-bottom: 2px solid transparent;
}
#wrap .nav-ul>li>a:hover{
	color: #0f6ad5;
}
#wrap .nav-ul>li.active>a{
	border-color: #0f6ad5;
	color: #0f6ad5;
}
#wrap .right .iphone{
	padding-right: 10px;
	cursor: pointer;
}
#wrap .right .iphone img{
	margin-right: 9px;
}
#wrap .right .search-open{
	border-left: 2px solid #a9a9a9;
	padding-left: 20px;
	padding-right: 18px;
	cursor: pointer;
	display: inline-block;
}
.nav-div{
	background-color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-top: 12px;
	padding-bottom: 20px;
	display: none;
}
#wrap .nav-ul>li:hover .nav-div{
	display: block;
}
#wrap .nav-ul2{
	display: flex;
}
#wrap .nav-ul2>li{
	width: 23.5%;
	margin-right: 2%;
}
#wrap .nav-ul2>li:last-child{
	margin-right: 0;
}
#wrap .nav-ul2>li:hover>a{
	background-color: #0f6ad5;
	border-bottom-color: #0f6ad5;
	color: #fff!important;
}
#wrap .nav-ul2>li a{
	display: block;
	padding: 4px 0 4px 43px;
	border-bottom: 1px solid #e5e5e5;
}
#wrap .nav-ul2>li:hover .nav-ul3{
	display: block;
}
#wrap .nav-ul3{
	width: 90%;
	display: none;
}
#wrap .nav-ul3 li a{
	border-bottom: none;
	font-size: 14px;
	color: #666666;
	padding: 5px 0 5px 43px;
}
#wrap .nav-ul3 li a:hover{
	background-color: #0f6ad5;
	color: #fff;
}
#wrap .right{
		margin-left: -40px;
	}
/*导航结束*/
/*首页轮播*/
.index_slide{
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.swiper-slide{
	padding-bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 40px;
}
.index_banner .swiper-pagination-bullet{
	background-color: #7d7d7d;
	width: 12px;
	height: 12px;
	opacity: 1;
	border: none;
}
.index_banner .swiper-pagination-bullet-active{
	background-color: #fff;
}
.swiper-button-next{
	background-image:url(../images/next.png);
	left: auto;
	right: 40px;
}
.swiper-button-prev{
	background-image:url(../images/pre.png);
	right: auto;
	left: 40px;
}
/*移动端导航*/
#page{
	display: none;
}
#page .header a {
    display: block;
    width: 40px;
    height: 41px;
    position: absolute;
    top: 30px;
    background: url(../images/icon4.png) no-repeat center;
    border-radius: 5px;
    z-index: 99999;
    right: 20px;
}
.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    color: rgba(255, 255, 255, 0.6);
    background: #0f6ad5 !important;
}
#menu ul{
	display: none;
}
/*移动端导航end*/
.head-title{
	padding-bottom: 45px;
	background: #fff;
}
.head-title h2{
	font-size: 32px;
	padding-top: 60px;
	margin-top: 0;
	margin-bottom: 13px;
}
.news-show .img-box{
	overflow: hidden;
}
.news-show .img-box img{
	transition: all .5s;
}
.news-show .img-box:hover img{
	transform: scale(1.2);
}
.news-show .text-box{
	background-color: #fafafa;
	padding: 18px 18px 27px;
	text-align: right;
	border-bottom: 3px solid #0f6ad5;
}
.news-show .text-box h6{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}
.news-show .text-box p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.news-show .text-box a{
	font-size: 14px;
}
.news-show .text-box a span{
	color: #767676;
	border: 1px solid #767676;
	border-radius: 50%;
	padding: 3px;
    font-size: 12px;
    margin-left: 5px;
}
.news-show .text-box a:hover,.news-show .text-box a:hover span{
	color: #0f6ad5;
	border-color: #0f6ad5;
}
.solution{
	background-color: #535353;
}
.solution .box-wrap{
	position: relative;
	width: 25%;
	float: left;
}
.solution .box-wrap>img{
	width: 100%;
	max-height: 640px;
}
.solution .content-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 650px;
	color: #fff;
	padding: 0 11%;
	background-color: rgba(0,0,0,.4);
	padding-top: 58%;
	transition: padding-top .3s;
}
.solution .content-box:hover{
	background-color: rgba(15,106,213,.6);
	padding-top: 25%;
}
.solution .content-box:hover p,.solution .content-box:hover a{
	display: block;
}
.solution .img-box{
	height: 130px;
	line-height: 130px;
	position: relative;
	margin-bottom: 28%;
}
.solution .img-box:after{
	content: "";
	width: 44px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -22px;
}
.solution strong{
	font-size: 22px;
}
.solution .content-box p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 20.5%;
	margin-bottom: 28%;
	display: none;
}
.solution .content-box a{
	color: #fff;
	border: 1px solid #fff;
	font-size: 18px;
	width: 132px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	display: none;
}
.innovate a{
	display: block;
	padding: 7.4% 10% 11%;
}
.innovate a:hover{
	background-color: #f7f7f7;
}
.innovate a:hover h3{
	color: #0f6ad5;
}
.innovate a h3{
	color: #333333;
	margin-top: 11.7%;
    margin-bottom: 7.4%;
}
.innovate a p{
	color: #888888;
	line-height: 27px;
}
.innovate{
	padding-bottom: 4.7%;
}
.index-case{
	background: url(../images/bg.jpg)no-repeat center top;
	padding-bottom: 4.5%;
}
.index-case .col-md-3{
	margin: 10px 0;
}
.index-case .box{
	position: relative;
	margin: 0 -7px;
}
.index-case .box span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(39,121,217,.9);
	color: #fff;
	justify-content: center;
	align-items: center;
	display: none;
}
.index-case .box:hover span{
	display: flex;
}
.index-case .col-md-3 img{
	width: 100%;
}
.index-case .swiper-button-next, .index-case .swiper-button-prev{
	position: static;
	display: inline-block;
	background-image: none;
	color: #000000;
	border: 1px solid #000000;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	margin: 4% 10px 0;
}
.index-case  .swiper-button-next.swiper-button-disabled,.index-case .swiper-button-prev.swiper-button-disabled{
	color: #0f6ad5;
	border-color: #0f6ad5;
	opacity: 1;
}

footer{
	border-top: 5px solid #0f6ad5;
}
footer .ft-top{
	border-bottom: 1px solid #d2d2d2;
	padding: 4.6% 0;
}
footer .ft-top .box-wrap{
	display: flex;
	align-items: center;
}
footer .ft-top .box-wrap .text-box{
	padding-left: 25px;
}
footer .ft-top .box-wrap h5{
	font-size: 18px;
	margin-top: 0;
}
footer .ft-top .box-wrap p,footer .ft-top .box-wrap span{
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
footer .ft-top .box-wrap a{
	font-size: 14px;
	color: #0f6ad5;
}
footer .ft-center{
	padding-top: 5%;
	padding-bottom: 5%;
}
footer .ft-center .ft-ul>li{
	display: inline-block;
	width: 188px;
	vertical-align: top;
}
footer .ft-center .ft-ul>li span{
	font-size: 20px;
	color: #000;
	display: block;
	margin-bottom:16%;
}
footer .ft-center li a{
	display: inline-block;
	color: #888888;
}
footer .ft-center li a:hover{
	color: #0f6ad5;
}
footer .ft-center .ft-ul ul li{
	line-height: 28px;
}
footer .ft-center .ft-ewm div{
	margin-left: -15px;
}
footer .ft-center .ft-ewm img{
	border: 1px solid #d8d8d8;
	margin-right: 20px;
	margin-bottom: 20px;
}
footer .ft-center .ft-ewm  p{
	color: #888888;
}
footer .ft-bottom{
	display: flex;
	align-items: center;
	padding-bottom: 5%;
}
footer .ft-bottom span{
	color: #000;
}
footer .ft-bottom a{
	font-size: 14px;
	color: #888888;
}
footer .ft-bottom a:hover{
	color: #0f6ad5;
}
footer .ft-bottom a+a:before{
	content: "|";
	color: #888;
	margin: 0 5px;
}
footer .trademark{
	background-color: #eeeeee;
	font-size: 14px;
	padding: 20px 0;
}
.sidebar{
	position: fixed;
	right: 0;
	top: 60%;
	width: 55px;
	z-index: 999;
}
.sidebar div{
	cursor: pointer;
}
.sidebar div+div{
	border-top: 1px solid #fff;
}
.product-itr-wrap .pro-h1{
	font-weight: bold;
	padding-top: 6.2%;
	padding-bottom: 5%;
	margin: 0;
}
.product-itr-wrap .pro-h3{
	font-weight: bold;
	margin: 0;
	padding-bottom: 22px;
}
.product-itr-wrap .modular .box{
	padding-bottom: 4.2%;
}
.product-itr-wrap .modular .box p{
	line-height: 28px;
}
.product-itr-wrap .modular .img-text{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 5% 0;
}
.product-itr-wrap .modular .img-text .text-box{
	padding-left: 10%;
}
.btn-blue{
	background-color: #0f6ad5;
	color: #fff;
}
.btn-blue.button{
	font-size: 18px;
	padding: 12px 64px;
    border-radius: 4px;
}
.btn-blue.button:hover{
	color: #fff!important;
}
.product-itr-wrap .modular a.btn-blue{
	padding: 14px 57px;
    border-radius: 30px;
    margin: 2.2% 0;
}
.product-itr-wrap .modular strong{
	padding-bottom: 7%;
    display: inline-block;
    font-size: 20px;
}
.product-itr-wrap .modular2,.product-itr-wrap .modular4{
	background-color: #f4f4f4;
}
.product-itr-wrap .modular2 .img-text{
	min-height: 211px;
}
.product-itr-wrap  .modular3-sp{
	display: block;
	font-weight: bold;
	font-size: 20px;
	background: url(../images/pro11.png)no-repeat left top;
	padding-left: 14px;
	margin-bottom: 4.2%;
}
.product-itr-wrap .modular3 .text-box,.product-itr-wrap .modular4 .text-row .text-box{
	padding-top: 18px;
	padding-bottom: 18px;
}
.product-itr-wrap .modular4 .text-wrap .modular3-sp{
	background: none;
	padding-left: 0;
}
.product-itr-wrap .modular4 .text-wrap img{
	margin-right: 10px;
}
.product-itr-wrap .modular4 .text-wrap .text{
	min-height: 223px;
	padding-top: 20px;
}
.product-itr-wrap .modular4 .text-wrap .col-md-6:nth-child(odd) .text{
	padding-right: 5%;
}
.product-itr-wrap .modular4 .text-wrap .col-md-6:nth-child(even) .text{
	padding-left: 5%;
}
.product-itr-wrap .modular4 .text-wrap p{
	margin-bottom: 0;
}
.product-itr-wrap .modular4 .text-row2 .img-text{
	min-height: 183px;
}
.modular5 .pro-h3{
	margin: 0;
	padding-top: 6.5%;
}
.modular5 .head-text-box p{
	line-height: 28px;
	margin-bottom: 0;
}
.modular5 .head-text-box img{
	margin: 15px auto;
}
.modular5-select{
	margin-top: 20px;
}
.modular5-select-nav{
	display: flex;
	border: 1px solid #e5e5e5;
	background-color: #f4f4f4;
	margin: 20px 0;
}
.modular5-select-nav span{
	width: 25%;
	text-align: center;
	border-bottom: 3px solid transparent;
	margin-bottom: -1px;
	font-size: 18px;
	padding: 11px 0;
	cursor: pointer;
}
.modular5-select-nav span.active{
	border-bottom-color: #db4c7d;
	background-color: #fff;
}
.modular5-select-nav span+span{
	border-left:1px solid #e5e5e5;
}
.modular5-select-content .img-text-wrap>div:first-child{
	background-color: #f4f4f4;
	padding: 5.2% 0;
}
.modular5-select-content .img-text-wrap .box{
	padding: 0 8%;
}
.modular5-select-content .img-text-wrap h5{
	font-size: 48px;
	font-weight: bold;
	margin-top: 4.2%;
    margin-bottom: 6%;
}
.modular5-select-content .img-text-wrap>div:first-child p{
	font-size: 24px;
	margin-bottom: 6%;
}
.modular5-select-content .img-text-wrap a{
	font-size: 16px;
	color: #fff;
	background-color: #db4c7d;
	display: inline-block;
	padding: 3.2% 8.3%;
}
.modular5-function{
	padding-bottom: 28px;
}
.modular5-function .img-box{
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.modular5-function strong{
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin: 10% 0;
}
.modular5-function p{
	font-size: 18px;
	padding: 0 7px;
	margin-bottom: 0;
	line-height: 28px;
}
.modular5-table{
	font-size: 14px;
	margin-bottom: 14%;
}
.modular5-table h4{
	font-weight: bold;
	margin: 0;
	padding: 3.1% 0;
}
.modular5-table .table-header{
	display: flex;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}
.modular5-table .table-header span{
	padding: 10px 0;
}
.modular5-table .table-header span+span,.modular5-table .table li div+div{
	border-left: 1px solid #e5e5e5;
}
.modular5-table .td1{
	width: 8.2%;
}
.modular5-table .td2{
	width: 12.4%;
}
.modular5-table .td3{
	width: 9.9%;
}
.modular5-table .td4{
	width: 9.9%;
}
.modular5-table .td5{
	width: 9.9%;
}
.modular5-table .td6{
	width: 9.9%;
}
.modular5-table .td7{
	width: 19.9%;
}
.modular5-table .td8{
	width: 19.9%;
}
.modular5-table .table ul,.modular5-table .table{
	margin-bottom: 0;
}
.modular5-table .table li{
	display: flex;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 3px 0;
}
.modular5-table .table li div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.modular5-select-content>div{
	display: none;
}
.modular5-select-content>div:first-child{
	display: block;
}
.modular6{
	padding: 8.24% 0;
}
.modular6 h2{
	margin-top: 0;
	color: #0f6ad5;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 9.4%;
}
.modular6 p{
	font-size: 18px;
	color: #808080;
}
.modular6 a{
	margin-top: 9.4%;
}
.modular6-1{
	background:url(../images/pro30.jpg)no-repeat center top #60A9CC;
	padding: 8.8% 0;
}
.modular6-1 ol{
	display: inline-block;
	color: #fff;
}
.modular6-1 ol li{
	font-size: 24px;
	position: relative;
	list-style: disc;
	line-height: 48px;
}
.align-items{
	display: flex;
	align-items: center
}
.modular6-2{
	padding: 6.7% 0;
	background-color: #eff4f7;
}
.modular6-2 h1{
	margin: 0;
	margin-bottom: 13%;
	line-height: 60px;
}
.modular6-3{
	background:url(../images/pro31.jpg)no-repeat center top #59BED0;
}
.modular7{
	margin-top: 3.7%;
}
.modular7 a{
	display: block;
	margin: 0 10px;
}
.modular7 a:hover{
	color: #000000;
}
.modular7 .img-box{
	overflow: hidden;
}
.modular7 .img-box img{
	transition: all .5s;
}
.modular7 .img-box img:hover{
	transform: scale(1.3);
}
.modular7 .text-box{
	padding: 24px 15px 15px;
	background-color: #f7f7f7;	
	min-height: 150px;
	margin-bottom: 30px;
	border-bottom-right-radius: 30px;
	transition: background-color .5s;
}
.modular7 .text-box:hover{
	background-color: #0f6ad5;
	color: #fff;
}
.modular7 .text-box h4{
	margin-top: 0;
	margin-bottom:15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 6.7%;
}
.modular7 .text-box p{
	font-size: 12px;
	line-height: 22px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background-color: #0f6ad5;
	color: #fff;
	border-color:  #0f6ad5;
}
/*产品详情*/
.product-top{
	background-color: #f5f5f5;
	margin-top: 50px;
	margin-bottom: 43px;
}
.product-top img{
	width: auto;
}
.product-top .pro_swiper_img{
	position: relative;
}
.pro_swiper_img .swiper-container2{
	border:1px solid #ddd;
	height: 580px;
	line-height: 580px;
}
.product-top .swiper-container3{
    height: 420px;
    position: absolute;
    top: 84px;
    left: 132px;
}
.product-top .swiper-container3 .swiper-wrapper{
	display: inline-block;
}
.product-top .swiper-container3 .swiper-wrapper .swiper-slide+.swiper-slide{
	margin-top: 15px;
}
#select_box .swiper-slide{
    width:110px!important;
    height: 94px;
    overflow: hidden;
    border: 2px solid #e5e5e5;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
}
#select_box .swiper-slide img{
	max-width: 100%;
}
.activeIndex {
    border-color:#0f6ad5 !important;
}

.pro_swiper_img .swiper-button-next, .pro_swiper_img .swiper-button-prev{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: auto;
    height: auto;
    background-image: none;
    font-size: 20px;
}
.pro_swiper_img .swiper-button-prev{
	left: 50px;
	right: auto;
}
.pro_swiper_img .swiper-button-next{
	right:50px;
	left: auto;
}
.container3-wrap{
	overflow: hidden;
}
/*产品详情end*/
.product-center .product-name{
	display: flex;
	justify-content: space-between;
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.product-center .product-name a{
	font-size: 14px;
	background-color: #0063b0;
	color: #fff!important;
	padding: 11px 39px;
}
.product-center .product-name a+a{
	margin-left: 10px;
}
.product-center .product-name a img{
	margin-right: 5px;
}
.productDt-itr .text-box{
	font-size: 14px;
	color: #666666;
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}
.product-bottom{
	border: 1px solid #e5e5e5;
	border-top: transparent;
}
.productDt-itr .text-box p{
	margin-bottom: 0;
	line-height: 30px;
}
.productDt-itr .text-box span+span{
	margin-left: 20px;
}
.product-bottom .nav-tabs{
	background-color: #efefef;
}
.product-bottom .nav-tabs a{
	padding: 18px 27px;
}
.product-bottom .nav-tabs li:first-child a{
	border-left-color: transparent;
	border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #0078bb;
	border-top-color: transparent;
}
.product-bottom .tab-content{
	padding: 30px 15px;
}
.product-bottom .tab-content .text-box{
	margin-bottom: 35px;
}
.product-bottom .tab-content .text-box h5{
	margin: 0;
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
}
.product-bottom .tab-content .text-box p{
	font-size: 14px;
	color: #808080;
	margin-bottom: 0;
	line-height: 28px;
}
.product-bottom .tab-content .text-box p span{
	color: #4c4c4c;
}
.product-footer{
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 27px 23px 43px;
}
.product-footer a{
	color: #000;
	font-size: 14px;
}
.product-footer a:hover span{
	color: #0f6ad5;
	text-decoration: underline;
}
.text-banner{
	background-image: url(../images/img10.jpg);
	background-size: 1920px 460px;
	background-repeat: no-repeat;
}
.text-banner>div{
	display: flex;
	align-items: center;
}
.text-banner h1{
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0;
}
.text-banner p{
	font-size: 18px;
	margin-top: 10px;
	max-width: 840px;
    line-height: 33px;
}
.text-box hr{
	margin: 0;
	border-top: 2px solid #0f6ad5;
	width: 51px;
}
.modular8{
	padding: 2.65% 0;
}
.modular8 a{
	display: flex;
	height: 200px;
	align-items: center;
	justify-content: center;
	background-color: #f7f7f7;
	border-radius: 8px;
	transition: background-color .5s;
}
.modular8 a:hover,.modular8 div.active a{
	background-color: #0f6ad5;
	color: #fff;
}
.modular8 a span{
	display: block;
	text-align: center;
    margin-top: 20px;
}
.modular8-1{
	background-color: #f7f7f7;
	padding-bottom: 4.2%;
}
.h2-title{
	font-size: 30px;
	margin: 3.75% 0;
}
.technologyBox {
    width: 100%;
    background: #ffffff;
    display: inline-block;
    text-align: right;
}
.technologyBox .technologyList {
    width: 50%;
    float: left;
    min-height: 300px;
}
.technologyBox .technologyList .left {
    width: 50%;
    padding: 0 5%;
    float: left;
    position: relative;
    min-height: 307px;
}
.technologyBox .technologyList .left h3 {
    font-size: 28px;
    line-height:1;
    font-weight: 400;
    color: #333;
    text-align: left;
    margin: 0;
    padding-top: 40px;
    margin-bottom: 20px;
}
.technologyBox .technologyList .left p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: left;
    min-height: 155px;
}
.technologyBox .technologyList .left .more {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    background-image: url(../images/icon13.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 7px 25px 7px 0;
}
.technologyBox .technologyList .right {
    width: 50%;
    float: left;
    overflow: hidden;
}
.technologyBox .technologyList .right img {
    width: 100%;
    height: 307px;
    display: block;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.technologyBox .technologyList .right img {
    width: 100%;
    height: 307px;
    display: block;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.technologyBox .technologyList .right:hover img{
	transform: scale(1.2);
}
.technologyBox .technologyList .left .more:hover{
	color: #0f6ad5;
	background-image: url(../images/icon14.png);
}
.modular8-select-content{
	margin-bottom: 2.5%;
}
.modular8-select-content .solution-banner{
	margin-bottom: 3.5%;
}
.modular8-select-content .text-box h3{
	line-height: 1;
	margin-top: 0;
	color: #000;
	margin-bottom: 12px;
}
.modular8-select-content .text-box p{
	font-size: 14px;
	margin-bottom: 0;
	line-height: 21px;
}
.modular8-select-content .text-box p+p{
	margin-top: 20px;
}
.modular8-select-content2{
	padding-bottom: 10px;
}
.modular8-select-content2 a{
	display: block;
	box-shadow:0px 6px 6px rgba(0,0,0,.2);
	padding: 0 15px 23px;
	font-size: 18px;
	color: #000;
}
.modular8-select-content2 .img-box{
	display: flex;
	height: 252px;
	justify-content: center;
	align-content: center;
}
.modular8-select-content3 a{
	min-height: 436px;
}
.modular8-select-content3 .text-box{
	color: #000;
	padding:20px 15px 25px;
	box-shadow: 0px 2px 7px rgba(0,0,0,.2);
}
.modular8-select-content3 .text-box h4{
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 24px;
}
.modular8-select-content3 .text-box p{
	font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
.modular8-select{
	padding-bottom: 5.68%;
}
.text-ad{
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	color: #fff;
}
.text-ad h1{
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: bold;
}
.text-ad hr{
	margin: 0 auto;
	border-color: #fff;
}
.service-head{
	text-align: center;
	padding-top: 7.5%;
    padding-bottom: 4%;
}
.service-head h2{
	margin-top: 0;
	margin-bottom: 17px;
	line-height: 1;
	font-weight: bold;
}
.service-head hr{
	margin: 0 auto;
}
.service-list{
	display: flex;
	justify-content: space-between;
}
.service-list .box-wrap{
	width: 211px;
    padding-top: 2.9%;
}
.service-list .text-box{
	text-align: center;
}
.service-list .text-box h3{
	font-size: 20px;
	font-weight: bold;
    margin-top: 23.7%;
    margin-bottom: 16%;
}
.service-list .text-box p{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 16.6%;
}
.service-list .text-box a{
	font-size: 14px;
	color: #999999;
}
.service-list .text-box a:hover{
	color: #009fe9;
}
.modular9{
	padding-bottom: 5%;
}
.modular10{
	background: url(../images/service10.jpg);
	padding-bottom: 5%;
}
.modular10 .service-head{
	color: #fff;
}
.modular10 hr{
	border-color: #fff;
}
.modular10 .modular10-list{
	background-color: #fff;
	padding: 3.5% 8.34%;
}
.modular10 .modular10-list .box-wrap{
	width:50%;
	float: left;
	height: 130px;
	display: flex;
	align-items: center;
}
.modular10 .modular10-list .box-wrap:nth-child(odd){
	border-right: 1px solid #999;
	box-sizing: border-box;
	justify-content: flex-end;
    text-align: right;
}
.modular10 .modular10-list .box-wrap img{
	margin: 0 31px;
}
.modular10 .modular10-list .box-wrap h4{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1;
}
.modular10 .modular10-list .box-wrap p{
	margin-bottom: 0;
	font-size: 16px;
}
.modular10 .modular10-list .box-wrap:nth-of-type(1),.modular10 .modular10-list .box-wrap:nth-of-type(2){
	border-bottom: 1px solid #999;
}
.modular11{
	padding-bottom: 2.63%;
}
.modular11 .service-head,.modular14 .service-head{
	padding-top: 4.3%;
    padding-bottom: 3.5%;
}
.modular11 p.itr{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 32px;
	margin-bottom: 2.7%;
}
.modular11 .modular11-list .text-box{
	border: 1px solid #e5e5e5;
	min-height: 278px;
	margin-bottom: 28px;
	padding: 47px 34px 20px;
}
.modular11 .text-box .img-box{
	display: flex;
	height: 45px;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	margin-bottom: 25px;
}
.modular11 .text-box .img-box img{
	margin-right: 10px;
}
.modular11 .text-box p{
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
	line-height: 27px;
}
.modular12{
	background-color: #001e41;
	color: #fff;
	padding-top: 4.55%;
    padding-bottom: 5%;
}
.modular12 .box-left h2{
	margin-top: 0;
	line-height: 1;
	margin-bottom: 20px;
}
.modular12 .box-left p{
	font-size: 18px;
	margin-bottom: 0;
}
.modular12 .box-left .img-box{
	padding-top: 10%;
}
.modular12 .box-right{
	padding-top: 18%;
	max-width: 565px;
}
.modular12 .box-right .text-box{
	background-color: #3c3d45;
	border-radius: 7px;
	padding: 16px 9% 24px;
	margin-bottom: 6px;
	transition: background-color .5s;
}
.modular12 .box-right .text-box:hover{
	background-color: #b8b8b8;
}
.modular12 .box-right h4{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 4.4%;
}
.modular12 .box-right p{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 25px;
}
.modular13{
	margin-bottom: 5%;
}
.modular13 .tab-wrap{
	background-color: #f4f4f4;
    margin-bottom: 2.62%;
}
.modular13 .tab{
	display: flex;
}
.modular13 .tab span{
	font-size: 16px;
	border-top: 2px solid transparent;
	color: #666666;
	padding: 1.084% 3.25%;
	cursor: pointer;
	float: left;
}
.modular13 .tab span.active{
	border-color: #0f6ad5;
	background-color: #ffffff;
}
.customer {
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid #0f6ad5;
    margin-bottom: 13%;
}
.customer-logo {
    width: 100%;
    height: 430px;
    background: -webkit-radial-gradient(#ffffff, #ffffff, #fafafa);
    background: -o-radial-gradient(#ffffff, #ffffff, #fafafa);
    background: -moz-radial-gradient(#ffffff, #ffffff, #fafafa);
    background: radial-gradient(#ffffff, #ffffff, #fafafa);
    background-color: #fafafa;
}
.customer-logo .customer-logo-bg {
    display: block;
    text-align: center;
    line-height: 190px;
    padding-top: 240px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px;
    z-index: 999;
}
.customer-logo .customer-logo-bg img {
    height: auto;
    max-height: 122px;
    width: auto;
    max-width: 160px;
    display: inline-block;
}
.customer-hover {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(15,106,213,.4);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 57px 18px;
}
.customer-hover h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 30px 0px;
    text-transform: capitalize;
}
.customer-hover p {
    color: #fff;
    font-size:14px;
    line-height: 26px;
    float: left;
    clear: both;
}
.customer-hover a:nth-of-type(1) {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #0f6ad5;
    bottom: 45px;
    left: 18px;
    position: absolute;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 11px 25px;
}
.customer:hover{
	border-bottom-color: transparent;
}
.customer:hover > .customer-hover, .customer.active .customer-hover{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#testimonial_list .search-filter-result-item {
    margin-bottom: 50px;
    max-width: 430px;
}
.honor-title{
	margin-bottom: 20px;
}
.honor-title h5{
	margin-top: 0;
	margin-bottom: 19px;
	font-size: 34px;
	line-height: 1;
}
.honor-swiper ul li{
	float: left;
	width: 25%;
	background-color: #f2f2f2;
	border: 5px solid #fff;
	text-align: center;
	padding-top: 2.5%;
    padding-bottom: 3.75%;
}
.modular14 .swiper-container{
	padding-bottom: 9.5%;
}
.modular14 .swiper-container-horizontal>.swiper-pagination-bullets,.modular14  .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 11%;
}
.modular14 .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background-color: transparent;
	border: 1px solid #c5c5c5;
	opacity: 1;
}
.modular14 .swiper-pagination-bullet-active{
	background-color: #007aff;
	border-color:  #007aff;
}
.modular15{
	background-color: #f8f8f8;
	padding-top: 45px;
}
.modular16{
	padding-top: 45px;
	padding-bottom: 4.2%;
}
.modular16 .honor-title{
	margin-bottom: 40px;
}
.modular16 .img-box{
	border: 1px solid #dcdcdc;
	height: 75px;
	display: flex;
	align-items: center;
	padding: 10px;
	margin-bottom: 26px;
	justify-content: center;
}
.modular16 .img-box:hover{
	box-shadow: 2px 2px 7px rgba(0,0,0,.2);
}
.modular17 li{
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.modular17 a{
	color: #666666;
	transition: background-color .5s;
	display: inherit;
}
.modular17 a:hover{
	background-color: #0f6ad5;
	color: #fff;
}
.modular17 a:hover h5{
	color: #fff;
}
.modular17 a:hover span.time{
	background: url(../images/active2_1.png)no-repeat left center;
}
.modular17 a:hover span.number{
	background: url(../images/active3_1.png)no-repeat left center;
}
.modular17 .img-box{
	width: 325px;
}
.modular17 .text-box{
	max-width: 845px;
	padding: 0 2%;
}
.modular17 .text-box h5{
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 18px;
	color: #333;
}
.modular17 .text-box p{
	font-size: 12px;
	margin-bottom: 0;
	line-height: 22px;
	min-height: 95px;
}
.modular17 .text-box span{
	font-size: 12px;
	padding-left: 25px;
	display: inline-block;
}
.modular17 .text-box span.time{
	background: url(../images/active2.png)no-repeat left center;
	margin-right: 50px;
}
.modular17 .text-box span.number{
	background: url(../images/active3.png)no-repeat left center;
}
/*图片效果*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.Cooldog_container {
    height: 440px;
    margin: 60px auto 0;
    position: relative;
    overflow: hidden;
}

.Cooldog_container .Cooldog_content {
    position: absolute;
    width: 325px;
    height: 440px;
    top: 0;
    left: 50%;
    margin-left: -162.5px
}

.Cooldog_container .Cooldog_content li {
    position: absolute;
    top: 0;
    left: 0;
    width: 325px;
    height: 440px;
    transition: all 0.3s ease;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Cooldog_container .Cooldog_content li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.Cooldog_container .btn_left, .Cooldog_container .btn_right {
    display: none;
    width: 126px;
    height: 179px;
    position: absolute;
    top: 21px;
    z-index: 50;
    color: #ddd;
    line-height: 179px;
}

.Cooldog_container .btn_left {
    text-align: left;
    left: 0;
}

.Cooldog_container .btn_right {
    text-align: right;
    right: 0;
}

.Cooldog_container i {
    font-size: 50px;
}

.Cooldog_container .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: none;
    line-height: 20px;
    text-align: center;
    background-color: #BCB9B9;
    color: #fff;
}
.p1 {
    transform: translate3d(-453px, 0, 0) scale(0.6);
    z-index: 1;
}

.p2 {
    transform: translate3d(-178px, 0, 0) scale(0.6);
    transform-origin: 0 50%;
    z-index: 2;
}

.p3 {
    transform: translate3d(0px, 0, 0) scale(1);
    z-index: 4;
}

.p4 {
    transform: translate3d(306px, 0, 0) scale(0.6);
    transform-origin: 0 50%;
    z-index: 2;
}
.p5 {
    transform: translate3d(517px, 0, 0) scale(0.6);
    transform-origin: 0 50%;
    z-index: 3;
}
.p6 {
    transform: translate3d(728px, 0, 0) scale(0.6);
    transform-origin: 0 50%;
    z-index: 2;
}

.p7 {
    transform: translate3d(939px, 0, 0) scale(0.6);
    transform-origin: 0 50%;
    z-index: 1;
}
/*图片效果end*/
.active-content{
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.active-content .active-title{
	margin-top: 5.84%;
    margin-bottom: 2.5%;
}
.active-content div{
	font-size: 12px;
	color: #999999;
	margin-bottom: 3%;
}
.active-content div span+span:before{
	content: "|";
	margin: 0 5px;
}
.active-content div img{
	margin: 0 5px;
}
.active-content p{
	font-size: 16px;
	line-height: 28px;
	text-indent: 2em;
	margin-bottom: 3%;
}
.active-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}
.active-footer p{
	margin-bottom: 0;
}
.active-footer .btn-blue{
	color: #fff;
	    padding: 12px 23px;
}
.active-footer .btn-blue img{
	margin-left: 32px;
}
.modular18 {
	padding-bottom: 6%;
}
.modular19{
	background-color: #f0f0f0;
	font-size: 18px;
	padding: 15.9% 0;
}
.modular19 .open-login{
	color: #ffdd00;
	text-decoration: underline;
	cursor: pointer;
}
.modular19 p{
	margin-top: 15px;
}
#login{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: none;
}
#login .login-wrap{
	background-color: #fff;
	width: 700px;
	height: 500px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -200px;
	color: #000;
	padding: 37px 55px 15px;
}
#login .login-tab {
	border-bottom: 1px solid #e5e5e5;
}
#login .login-tab span{
	font-size: 26px;
	padding-bottom: 5px;
	border-bottom: 3px solid transparent;
	display: inline-block;
	margin-bottom: -1.5px;
	cursor: pointer;
}
#login .login-tab span+span{
	margin-left: 30px;
}
#login .login-tab span.active{
	border-bottom-color: #0f6ad5;
}
#login  .login{
	margin-top: 20px;
}
#login  .login .name{
	font-size: 16px;
	color: #808080;
}
#login  .login .login-left{
	width: 300px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
#login  .login form{
	margin-top: 15px;
}
#login  .login form .input{
	width: 100%;
	font-size: 12px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	display: block;
	outline: none;
	    height: 40px;
    padding: 0 10px;
}
#login .login label{
	font-size: 12px;
	color: #808080;
	font-weight: normal;
	display: flex;
    align-items: center;
    margin: 10px 0;
}
#login .login label input{
	margin-top: 0;
	margin-right: 5px;
}
#login .login input[type="submit"]{
	color: #fff;
	background-color: #0f6ad5;
	border: none;
	padding: 14px 74px;
    border-radius: 30px;
    outline: none;
}
#login  .login .login-right{
	float: right;
	font-size: 12px;
	color: #4c4c4c;
	border-left: 1px solid #e5e5e5;
	padding-left: 25px;
}
#login  .login .login-right a{
	color: #0f6ad5;
}
#login  .login .login-right p{
	margin-top: 32px;
	margin-bottom: 22px;
}
#login .login-del{
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	padding: 14px 20px;
}
.modular20 .text-box ,.modular21 .text-box{
	padding-top: 4.7%;
    padding-bottom: 2.5%;
}
.modular20 .text-box hr,.modular21 .text-box hr{
	margin: 0 auto;
}
.modular20 li{
	display: flex;
	align-items: center;
	padding-bottom: 3.9%;
	background: url(../images/ac11.png)repeat-y 10px;
}
.modular20 li:first-child{
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
.modular20 li:last-child{
	background-repeat: no-repeat;
	background-position:10px -70px;
}
.modular20 li .left{
	width: 24.2%;
	font-size: 36px;
	text-align: center;
	line-height: 1;
	background: url(../images/ac8.png)no-repeat left center;
}
.modular20 li .right{
	width: 75.8%;
	background-color: #f5f5f5;
	padding-left: 20px;
	display: flex;
	align-items: center;
	min-height: 80px;
}
.modular20 li .right p{
	margin-bottom: 0;
	background: url(../images/ac9.png)no-repeat left 5px;
	padding-left: 20px;
}
.modular20 li .left .icon{
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -10px;
}
.modular21{
	padding-bottom: 5%;
}
.modular21 .recruit-header{
	display: flex;
	background-color: #1577e4;
	color: #fff;
}
.modular21 .recruit-header span{
	padding: 19px 0;
}
.modular21 .td1{
	width: 30%;
}
.modular21 .td2{
	width: 20%;
}
.modular21 .td3{
	width: 15%;
}
.modular21 .td4{
	width: 20%;
}
.modular21 .td5{
	width: 15%;
}
.recruit-ul>li:nth-child(odd) .li-head{
	background-color: #eeeeee;
}
.recruit-ul .li-head{
	display: flex;
	background-color: #f5f5f5;
	color: #666666;
	font-size: 14px;
}
.recruit-ul .li-head span{
	line-height: 60px;
}
.recruit-ul .li-head span.up-btn{
	cursor: pointer;
}
.recruit-ul .li-head span.up-btn:hover{
	background-color: #0c64a1;
	color: #fff;
}
.recruit-ul .li-content{
	padding: 25px 25px 60px;
	font-size: 16px;
	color: #666666;
	display: none;
}
.recruit-ul .li-content p{
	margin-bottom: 0;
}
.recruit-ul .li-content p span{
	display: inline-block;
	margin-right: 8%;
}
.recruit-ul .li-content p span:last-child{
	margin-right: 0;
}
.recruit-ul .li-content h5{
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	color: #1577e4;
}
.recruit-ul .li-content .box{
	margin-top: 30px;
}
.recruit-ul .li-content ol{
	padding-left: 15px;
}
.recruit-ul .li-content ol li{
	list-style: decimal;
	line-height: 27px;
}
.recruit-ul .li-content p{
	margin-top: 30px;
}
.recruit-ul .li-content p a{
	color: #1577e4;
}
.modular22{
	margin-bottom: 50px;
}
.modular22 .phone-wrap{
	font-size: 16px;
	font-weight: bold;
	margin-top: 58px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #dcdcdc;
}
.modular22 .phone-wrap span{
	color: #0f6ad5;
}
.addr-wrap .text-box{
	background-color: #0f6ad5;
	font-size: 16px;
	color: #fff;
	padding: 20px 40px 0;
	min-height: 400px;
	margin-right: -54px;
}
.addr-wrap .text-box h5{
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 18px;
}
.addr-wrap .text-box p{
	padding: 11px 0;
	margin-bottom: 0;
}
.addr-wrap .text-box p img{
	vertical-align: top;
    margin-right: 3%;
    margin-top: 3px;
}
.addr-wrap .text-box p span{
	display: inline-block;
	max-width: 85%;
	line-height: 28px;
}
.addr-wrap .img-box{
	max-width: 766px;
	float: right;
}
.modular23 .form{
	background: url(../images/ac23.jpg)no-repeat;
	min-height: 706px;
	margin-bottom: 90px;
	padding: 20px 30px;
	font-size: 14px;
	color: #666666;
	background-size: contain;
}
.modular23 .form h4{
	margin-top: 0;
	color: #4c4c4c;
	margin-bottom: 47px;
	font-size: 16px;
	line-height: 25px;
}
.modular23 .form h4 strong{
	color: #000000;
	font-size: 18px;
}
.modular23 .form .name{
	display: inline-block;
	width: 92px;
	text-align: right;
	padding-right: 20px;
}
.modular23 .form input[type="text"]{
	border: 1px solid #dcdcdc;
	width: 370px;
	height: 40px;
	padding: 0 20px;
	background-color: transparent;
}
.modular23 form>div{
	margin-bottom: 20px;
}
.modular23 .form  textarea{
	border: 1px solid #dcdcdc;
	resize: none;
	background-color: transparent;
}
.modular23 .get-code{
	display: inline-block;
	margin-left: 15px;
	cursor: pointer;
}
.modular23 input[type="submit"]{
	color: #fff;
	background-color: #0f6ad5;
	width: 280px;
	height: 40px;
	border: none;
	border-radius: 6px;
}
@media (max-width: 1190px){
	#wrap .right{
		display: none;
	}
	#page{
		display: block;
	}
}
@media (max-width: 500px){
	.index_slide{
		height: 230px;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 32px;
    	height: 19px;
	}
	.solution .box-wrap,.modular13 .tab span,.service-list .box-wrap{
		width: 50%;
	}
	footer .ft-top>div,footer .ft-center>div{
		margin-left: 0;
		margin-right: 0;
	}
	footer .ft-top .box-wrap,footer .ft-bottom,footer .ft-bottom span,.active-footer,.align-items,.modular13 .tab
	,.modular5-table .table-header,.modular5-table .table li,.modular20 li,.modular20 li .right,
	.product-center .product-name,.service-list{
		display: block;
	}
	footer .ft-top .box-wrap .text-box{
		padding-left: 0;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	footer .ft-center .ft-ul>li{
		width:auto;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	footer .ft-bottom a+a:before{
		margin-left: 0;
		margin-right: 12px;
	}
	footer .ft-bottom a{
		margin-left: 12px;
	}
	footer .trademark,.ft-bottom,.modular22 .phone-wrap,.modular23 .form,.modular17 .container>ul li,
	.active-content,.active-footer,.modular6,.modular6-2,.modular5 .pro-h3,.modular5 .head-text-box p,.modular5-select h4,
	.modular5-function,.modular5-table,.modular20,.modular14,.modular15,.modular16,.modular11,.modular12,.product-top,
	.product-center,.product-bottom,.modular,.text-banner,.modular8,.modular8-select-content,.h2-title,.modular8-select-content2{
		padding-left: 15px;
		padding-right: 15px;
	}
	.modular23 .form .name{
		text-align: left;
		padding-right: 0;
		width: auto;
	}
	.modular23 .form input[type="text"],.modular23 .form textarea,.modular6-1 ol,#login .login-wrap{
		width: 100%;
	}
	.modular23 .form .get-code-wrap input{
		width: 30%;
	}
	.active-footer .btn-blue,.modular6 img,.modular6-2 img,.product-itr-wrap .modular5-table .table li,.product-bottom,.technologyList,.modular8-select-content2 a{
		margin-top: 20px;
	}
	h2,h1,.modular5-select-content .img-text-wrap h5{
		font-size: 24px;
	}
	.modular6-1 ol li,.modular5-select-content .img-text-wrap p{
		font-size: 18px;
	}
	.product-itr-wrap .table-header span{
		width: 33.3%;
    	vertical-align: top;
    	float: left;
    	border-bottom: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
	}
	.product-itr-wrap .modular5-table .table li>div{
		width: 33.3%;
		min-height: 75px;
		float: left;
		border-bottom: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
	}
	.modular5-table .table-header span+span, .modular5-table .table li div+div{
		border-left: none;
	}
	.modular5-table .table li,.product-itr-wrap .table-header{
		border: none;
		border-left: 1px solid #e5e5e5;
		border-top: 1px solid #e5e5e5;
	}
	.modular20 li .left{
		font-size: 16px;
		font-weight: bold;
		padding: 5px 0 5px 30px;
		width: 100%;
		text-align: left;
	}
	.modular20 li .right{
		/*width: 100%;*/
		margin-left: 30px;
		margin-top: 15px;
		padding: 15px;
	}
	.modular20 li:first-child,.modular20 li:last-child{
		background-repeat: repeat-y;
	}
	.Cooldog_container{
		height: 300px
	}
	.Cooldog_container .Cooldog_content,.Cooldog_container .Cooldog_content li{
		width: 180px;
		height: 254px;
	}
	.Cooldog_container .Cooldog_content{
		margin-left: -90px;
	}
	.p1{
		transform: translate3d(-256px, 0, 0) scale(0.6);
	}
	.p2{
		transform: translate3d(-128px, 0, 0) scale(0.6);
	}
	.p4{
		/*180+20*/
		transform: translate3d(200px, 0, 0) scale(0.6);
	}
	/*108+20*/
	.p5{
		transform: translate3d(328px, 0, 0) scale(0.6);
	}
	.p6{
		transform: translate3d(456px, 0, 0) scale(0.6);
	}
	.p7{
		transform: translate3d(584px, 0, 0) scale(0.6);
	}
	#login .login-wrap{
		margin: 0;
		position: static;
		z-index: 999;
		height: auto;
	}
	#login{
		background-color: #fff;
		z-index: 999;
	}
	#login .login .login-right{
		float: left;
		padding-left: 0;
		border: none;
		margin-top: 50px;
	}
	.pro_swiper_img .swiper-container2{
		border: none;
		height: 360px;
    	line-height: 360px;
	}
	.product-top{
		min-height: 565px;
	}
	.product-top .swiper-container3{
		height: 270px;
		top: 75%;
		left: 0;
	}
	#select_box .swiper-slide{
		width: 90px!important;
    	height: 80px;
	}
	.pro_swiper_img .swiper-button-next, .pro_swiper_img .swiper-button-prev{
		top: 14%;
	}
	.product-bottom .nav-tabs a{
		padding: 10px 5px;
	}
	.product-bottom,.modular10 .modular10-list .box-wrap{
		border: none!important;
	}
	.product-bottom .tab-content{
		padding-left: 0;
		padding-right: 0;
	}
	.product-itr-wrap .modular .img-text .text-box{
		padding-left: 5%;
	}
	.modular21 .recruit-header span{
		width: 20%;
	}
	.recruit-ul .li-head{
		display: block;
		text-align: left;
	}
	.recruit-ul .li-head span{
		width: auto;
	    text-align: center;
	    display: inline-block;
	    line-height: 40px;
	    padding: 5px 10px;
	}
	.modular10 .modular10-list .box-wrap,.technologyBox .technologyList,.technologyBox .technologyList .left,.technologyBox .technologyList .right{
		width: 100%;
	}
	.technologyBox .technologyList .right img{
		height: auto;
	}
}
.sidebar{
	
}


.current{
    display: inline-block !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    margin:10px 5px;
    background: #0f6ad5;
    color: #ffffff;
}
.num{
    display: inline-block !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    border: 1px solid #ddd; 
    color: #0f6ad5;
}
.next{
    display: inline-block !important;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd; 
    color: #0f6ad5;
}
.prev{
    display: inline-block !important;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd; 
    color: #0f6ad5;
}
.end{
    display: inline-block !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd; 
    color: #0f6ad5;
}
.num:hover{
    background-color: #0f6ad5;
    color: white !important;
}
.next:hover{
    background-color: #0f6ad5;
    color: white !important;
}
.prev:hover{
    background-color: #0f6ad5;
    color: white !important;
}

@media(max-width: 750px){
	.ft-center{
		position: relative !important;
	}
	.ft-ewm{
		position: absolute !important;
		right: 0;
		bottom: 30px;
	}
	.text-banner .img-responsive{
		max-width: 1920px;
	}
	.text-banner .container{
		left: 10px !important;
		right: 10px  !important;
	}
}
.xiala2{
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    right: 0;
    left: 0;
    margin-bottom: 0;
    top: 80px;
    bottom: 0;
    z-index: 1000;
    text-align: right;
    display: none;
    list-style: none;
}
.xiala2 input{
	border-radius: 0;
}
.xiala2 form{
    display: inline-block;
    margin-right: 10px;
    width: 230px;
}
.role-form{
	width: 20px;
}
.subsearch{
	padding: 16px 14px;
	position: relative;
	background-image: url(../images/search-icon.png);
}

#phon1{
	display: none;
	background-color: #a4c736;
	color: #ffffff;
	position: relative;
	left: -146px;
	text-align: center;
	height: 55px;
	width: 200px;
	line-height: 55px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#wechats{
	position: relative;
}
#wechats>#wechatimg{
	display: none;
	position: absolute;
	right: 73px;
	top: -117px;
}