body,html{color:#333;margin:0;padding:0;font:14px/24px Microsoft YaHei,PingFangSC-Regular,SimSun,san-serif;background: #fff;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,object{margin:0;padding:0;outline: none;}
ul,ol,li{list-style-type:none}
address,cite,code,em,th,i,h1,h2,h3,h4,h5,h6{font-weight:normal; font-style:normal;}
img{border:0 none;max-width: 100%;}
h1,h2,h3,h4,h5,h6{font-size:12px;}
object,textarea,img,iframe{vertical-align: top;}
textarea{overflow: auto;}
a{text-decoration:none;color:#333;outline: none;}
a:hover{text-decoration:none;color:#1e307e;}
.wrap{width:980px; margin: 0 auto;min-width:980px}
input[type=submit]:hover{opacity:0.9;filter:Alpha(opacity=90);cursor: pointer;}
.checkbox,.radio{width:13px;height:13px;vertical-align:-2px;*vertical-align:-1px;}
.l{float:left;_display: inline;} .r{float:right;_display: inline;}
.blank0,.blank1,.blank2,.blank3,.blank4,.blank5,.blank6,.blank7,.blank8,.blank9,.blank10,.blank11,.blank12,.blank70,.blank13,.blank14,.blank15,.blank16,.blank17,.blank18,.blank19,.blank20,.blank30,.blank40,.blank50,.blank60{clear:both;display:block; font-size:1px; overflow:hidden;}
.blank0{height:0;}.blank1{height:1px;}.blank2{height:2px;}.blank3{height:3px;}.blank4{height:4px;}.blank5{height:5px;}.blank6{height:6px;}.blank7{height:7px;}.blank8{height:8px;}.blank9{height:9px;}.blank10{height:10px;}.blank11{height:11px;}.blank12{height:12px;}.blank13{height:13px;}.blank14{height:14px;}.blank15{height:15px;}.blank16{height:16px;}.blank17{height:17px;}.blank18{height:18px;}.blank19{height:19px;}.blank20{height:20px;}.blank30{height: 30px;}.blank40{height:40px;}
.blank50{height:50px;}.blank60{height:60px;}.blank70{height:70px;}
.por{position: relative;} .owfl{ overflow:hidden;} .tl{text-align: left; } .tc{text-align: center; } .tr{text-align: right; }.center{margin: 0 auto;}
button:focus,div:focus{
	outline: none;
}


@media (min-width: 1500px){
	.container{
		max-width: 1460px;
	}
}


.mobile_hot{display: none;}



.index-title{}
.index-title .t{
	height: 69px;
	background: url(../images/index-title.png) no-repeat right;
	display: inline-block;
}
.index-title .t span{
	font-size: 52px;
	height: 69px;
	line-height: 52px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
}
.index-title .p{
	padding-top: 25px;
}



/*视频*/
.video{
	padding: 65px 0;
}
.video .video-title{
	margin-bottom: 65px;
}
.video .video-left,.video .video-left iframe{
	/*height: 400px;
	max-height: 400px;*/
}
.video .swiper-slide{
	border: 1px solid #f0f0f0;
	height: 0;
	opacity: 0;
}
.video .swiper-slide-active{
	height: 100%;
	opacity: 1;
}
.video .swiper-slide-next{
}
.video .swiper-slide .right{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px 0 15px;
}
.video .swiper-slide .right .t{
	font-size: 22px;
	font-weight: bold;
}
.video .swiper-slide .right .p{
	font-size: 14px;
	color: #999;
	padding-top: 10px;
}
.video .swiper-slide .right .text{
	font-size: 13px;
	color: #999;
	padding-top: 50px;
	line-height: 32px;
}
.video .swiper-button-prev{
	width: 23px;
	height: 26px;
	background: url(../images/video-left.png) no-repeat;
	top: 66px;
	right: 70px;
	left: auto;
}
.video .swiper-button-prev:after{
	content: none;
}
.video .swiper-button-prev:focus,.video .swiper-button-next:focus{
	outline: none;
}
.video .swiper-button-next{
	width: 23px;
	height: 26px;
	background: url(../images/video-right.png) no-repeat;
	top: 66px;
	right: 0;
	left: auto;
}
.video .swiper-button-next:after{
	content: none;
}
.video {
	overflow: hidden;
}
.vjs-tech {
    pointer-events: none;
}
.vjs-big-play-centered .vjs-big-play-button {
    margin: 0;
    /*transform: translate(-50%, -50%);*/
    right: -70px;
    bottom: -70px;
    top: auto;
    left: auto;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
	left: -25px;
	top: -25px;
}
.video-js {
	overflow: hidden;
}
.video-js .vjs-big-play-button {
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 100%;
    transition: all 0.6s;
    z-index: 9;
}
.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}
.vjs-poster {
    background-position: 0;
    -webkit-background-size: 100%;
    background-size: 100% 100%;
}
.video-js .vjs-big-play-button {
    /*background-color: transparent;*/
    background: #1e307e;
    border: none;
    transition: all 0.26s ease-in-out;
}
.video .swiper-slide:hover .video-js .vjs-big-play-button{
    animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform: scale(1.8);
    transform-origin: center;
    transition: all 0.36s ease-in-out;
}
.video .swiper-slide:hover .right .t{
	color:#1e307e;
}
.video-list .on:hover .video-js .vjs-big-play-button{
    animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform: scale(1.8);
    transform-origin: center;
    transition: all 0.36s ease-in-out;
}
.video-list .on:hover .right .t{
	color:#1e307e;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    color: #FFF;
    font-size: 40px;
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button{
	background: #1e307e;
}





.partner{
	padding: 70px 0;
}
.partner .item{
	border: 1px solid #fff;
	text-align: center;
	margin-bottom: 40px;
}


/*通用列表*/
.list-nav{
	background: #f7f7f7;
	padding: 70px 0;
}
.list-nav-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.list-nav-left{}
.list-nav-left a{
	display: inline-block;
	line-height: 34px;
	font-size: 16px;
	color: #828282;
	padding: 0 20px;
	margin-right: 0;
}
.list-nav-left a:hover{
	background: #1e307e;
	color: #FFF;
}
.list-nav-left a.on{
	background: #1e307e;
	color: #FFF;
}

.list-nav-right,.list-nav-right a{
	font-size: 14px;
	color: #828282;
}



/*产品*/
.product{
	padding: 70px 0;
}
.product-left{
	display: flex;
	align-items: center;
	height: 100%;
}
.product-left .text{}
.product-left .text .t{
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
}
.product-left .text .t-sub{
	font-size: 18px;
	padding-top: 20px;
	color: #868585;
}
.product-left .text .p{
	line-height: 32px;
	color: #666;
	padding-top: 50px;
	padding-bottom: 100px;
	color: #999;
	padding-right: 120px;
}
.product-left .text .more a{
	line-height: 30px;
	border-bottom: 1px solid #afafaf;
	display: inline-block;
	color: #afafaf;
}
.product-left .text .more-2{
	margin-left: 20px;
}
.product-right{
	background: #f7f7f7;
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.product-right .icon{
	opacity: 0;
	width: 226px;
	height: 226px;
	position: absolute;
	right: -70px;
	bottom: -70px;
	background: #1e307e;
	border-radius: 100%;
}
.product-right .icon img{
	position: absolute;
	left: 70px;
	top: 70px;
	transition: .5s
}
.product-right .icon img:hover{
	transform:rotate(35deg);
	transition: .5s
}
.product-right:hover .icon{
    animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
   right: -40px;
	bottom: -40px;
    transform-origin: center;
    transition: all 0.36s ease-in-out;
    }
.product-list2{
	margin-top: 100px;
}
.product-left2{
	padding-left: 90px;
}
.product .row:hover .t{
	color: #1e307e;
}
.product .row:hover .t-sub{
	color: #222222;
}
.product .row:hover .p{
	color: #666;
}
.product .row:hover .more a{
	color: #1e307e;
	border-bottom: 1px solid #1e307e;
}
.product .row:hover .product-right .icon{
	opacity: 1;
	
}

/*产品内页*/
.product-box-head{
	padding: 90px 0;
}
.product-box-head-right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.product-box-head-right .text{}
.product-box-head-right .text .t{
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}
.product-box-head-right .text .t h1{
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}
.product-box-head-right .text .p{
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.product-box-head-right .text .more a{
	background:#1e307e;
	color: #FFF;
	font-size: 16px;
	padding: 10px 50px;
	border-radius: 30px;
	display: inline-block;
}
.product-box-head-right .text .more-2{
	margin-left: 20px;
}
#product-box-head-left .swiper-slide{
	border: 1px solid #ddd;
}
#product-box-head-left .swiper-pagination-bullets{
	bottom: 30px;
}
#product-box-head-left .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 5px;
	width: 10px;
	height: 10px;
}
#product-box-head-right{
	width: 100%;
}
#product-box-head-right .swiper-slide{
	border: 1px solid #ddd;
	cursor: pointer;
	height: 92px;
}
#product-box-head-right .swiper-slide img{
	height: 90px;
}
#product-box-head-right .swiper-slide-thumb-active{
	border: 1px solid #1e307e;
}
#product-box-head-right .swiper-slide-active{
	border: 1px solid #1e307e;
}

.pro-tabs{
	border-bottom: 1px solid #ddd;
}
.pro-tabs a{
	line-height: 50px;
	border-bottom: 3px solid #FFF;
	display: inline-block;
	padding: 0 15px;
	font-size: 16px;
	margin-right: 15px;
}
.pro-tabs a.active{
	border-bottom: 3px solid #1e307e;
	color: #1e307e;
}
#tabs-container .swiper-wrapper{
	height: 100%;
}
#tabs-container .swiper-slide{
	display: none;
}
#tabs-container .swiper-slide-active{
	display: block;
}

.tabs2-con-2{
	display: flex;
	flex-flow: row wrap;
	padding: 70px 0;
}
.tabs2-con-2 ul{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.tabs2-con-2 li{
	width: 25%;
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 30px 0;
}
.tabs2-con-2 li .icon{
	width: 39px;
	height: 27px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.tabs2-con-2 li .text{
	padding-top: 20px;
	line-height: 30px;
	font-size: 16px;
}
.tabs2-con-2 li:nth-child(4n+4){
	border-right: 0
}
.tabs2-con-2 li:nth-child(n+5){
	margin-top: 50px;
}
.tabs2-con-2 li:hover{
	background: #1e307e;
	color: #FFF;
}
.tabs2-con-2 li:hover img{
	position: absolute;
	top: -27px;
	left: 0;
}
.tabs2-con-2 li:hover .icon-h{
	position: absolute;
	top: 0;
	left: 0;
}
.tabs2-con-3{
	padding: 70px 0;
	background: #f7f7f7;
}
.tabs2-con-3-item{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.tabs2-con-3-item img{
	max-height: 100%;
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}
.tabs2-con-3 .con{
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.tabs2-con-3 .item{
	display: flex;
	flex-direction: row;
	background: #1e307e;
	color: #FFF;
	border-radius: 10px;
	width: 48%;
	height: 307px;
}
.tabs2-con-3 .item .text{
}
.tabs2-con-3 .item .text .t{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.tabs2-con-3 .item .text .p{
	line-height: 30px;
	padding-top: 20px;
}
.tabs2-con-4{
	padding: 70px 0;
}
.tabs2-con-4 .row2{
	margin-top: 50px;
}
.tabs2-con-4 .con{
	height: 100%;
	display: flex;
	align-items: center;
}
.tabs2-con-4 .text{}
.tabs2-con-4 .text .i{
	font-size: 60px;
	line-height: 60px;
	color: #6b6b6b;
}
.tabs2-con-4 .text .t{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 40px;
	padding-left: 36px;
}
.tabs2-con-4 .text .p{
	line-height: 33px;
	color: #666;
	padding-left: 36px;
	padding-right: 250px;
}
.tabs2-con-4 .con2{
	margin-left: -36px;
}
.tabs2-con-4 .con2 .t{}
.tabs2-con-4 .con2 .p{
	padding-right: 70px;
}
.tabs2-con-5{
	background: #f7f7f7;
	padding: 70px 0;
}
.tabs2-con-5 .con{
	display: flex;
	align-items: center;
	height: 100%;
}
.tabs2-con-5 .con .text{}
.tabs2-con-5 .con .t{
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}
.tabs2-con-5 .con .p{
	color: #666;
	padding-top: 30px;
}
.tabs-con{
	padding-top: 40px;
}


.product-tag{
	padding: 70px 0;
}
.product-tag .tit{
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 25px;
}
.product-tag .item{}
.product-tag .item img{
	border: 1px solid #ededed;
}
.product-tag .item .t{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 70px;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	padding: 0 20px;
}



/*应用领域*/
.app-list-nav{}
.app-list-nav .mt-25{
	margin-top: 20px;
}
.app-list-nav .list-nav-box{
	align-items: flex-end;
}

.app-list{
	padding: 70px 0;
}
.app-list .app-list-item{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.app-list li{
	display: flex;
	flex-direction: row;
	width: 48%;
	position: relative;
	margin-bottom: 50px;
}
/*.app-list li:nth-child(n+3){
	margin-top: 50px;
}*/
.app-list li .app-left{
	width: 60%;
}
.app-list li .app-right{
	width: 70%;
	height: auto;
	background: rgba(255, 255, 255, .9);
	padding: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	overflow: hidden;
}
.app-list li .app-right .text{}
.app-list li .app-right a{
	padding: 40px 50px;
	display: block;
	z-index: 9;
	position: relative;
}
.app-list li .app-right .t{
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}
.app-list li .app-right .p{
	line-height: 30px;
	color: #adadad;
	padding-top: 20px;
}
.app-list li .app-right:before{
	content: url(../images/app-list-icon1.png);
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 3;
}
.app-list li .app-right:after{
	content: "";
	width: 100px;
	height: 100px;
	background: #f7f7f7;
	position: absolute;
	right: -30px;
	bottom: -30px;
	border-radius: 100%;
	z-index: 2;
}
.app-list li:hover .app-right{
	background: rgba(185, 18, 25, .9);
}
.app-list li:hover .app-right .t{
	color: #FFF;
}
.app-list li:hover .app-right .p{
	color: #FFF;
}
.app-list li:hover .app-right:before{
	content: url(../images/app-list-icon2.png);
}
.app-list li:hover .app-right:after{
	background: #FFF;
}


/*视频列表*/
.video-list{
	padding: 70px 0;
}
.video-list .on{
	margin-bottom: 30px;
}
.video-list .right{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px 0 15px;
}
.video-list .right .t{
	font-size: 22px;
	font-weight: bold;
}
.video-list .right .p{
	font-size: 14px;
	color: #999;
	padding-top: 10px;
}
.video-list .right .text{
	font-size: 13px;
	color: #999;
	padding-top: 50px;
	line-height: 32px;
}


.news{
	padding: 70px 0;
	border: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.news-list{
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.news .news-head{
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #f0f0f0;
}
.news .hide{
	display: none;
}
.news .news-head-left,.news .news-head-right{
	padding: 60px;
}
.news .news-head-left:hover,.news .news-head-right:hover{
	box-shadow: -3.214px 3.83px 26.1px 2.9px rgba(0, 0, 0, 0.09);
}
.news .news-head-left{
	border-right: 1px solid #f0f0f0;
	width: 66%;
}
.news .news-head-left .t{
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news .news-head-left .t span{
	font-size: 16px;
	color: #d7d7d7;
	font-weight: 100;
	font-family: "Arial";
}
.news .news-head-right{
	width: 33.333333%;
	height: 100%;
}
.news .news-head-right .time{
	font-size: 34px;
	line-height: 34px;
	font-family: "Arial";
	color: #ebebeb;
	font-weight: bold;
}
.news .news-head-right .t{
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 15px;
}
.news .news-head-right .p{
	color: #868585;
	line-height: 30px;
}
.news .news-head-right .pic{
	padding: 45px 0;
}
.news .news-head-right .more a{
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding-left: 60px;
	padding-right: 26px;
	background: #FFF url(../images/news-icon.png) no-repeat 26px;
	border-radius: 30px;
	font-size: 16px;
}
.news .news-head-right:hover .more a{
	background: #1e307e url(../images/news-icon-hover.png) no-repeat 26px;
	color: #FFF;
}
.news-body{
	margin-bottom: 60px;
}
.news-body .item{
	padding: 80px 60px;
}
.news-body .item2{
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.news-body .item .time{
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	font-family: "Arial";
	color: #ebebeb;
}
.news-body .item .t{
	font-size: 22px;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 10px;
}
.news-body .item .t span.badge-danger{
	font-size: 12px;
	font-weight: 100;
	margin-right: 6px;
}
.news-body .item .p{
	font-size: 14px;
	color: #868585;
	line-height: 30px;
}
.news-body .item .pic{
	padding: 50px 0;
}
.news-body .item .more a{
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding-left: 60px;
	padding-right: 26px;
	background: #FFF url(../images/news-icon.png) no-repeat 26px;
	border-radius: 30px;
	font-size: 16px;
}
.news-body .item:hover{
	box-shadow: -3.214px 3.83px 26.1px 2.9px rgba(0, 0, 0, 0.09);
}
.news-body .item:hover .time{
	color: #383838;
}
.news-body .item:hover .t{
	color: #1e307e;
}
.news-body .item:hover .more a{
	background: #1e307e url(../images/news-icon-hover.png) no-repeat 26px;
	color: #FFF;
}
.news-body .col-lg-4:nth-child(2) .item{
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

/*常见问题*/
.news-cp{
	padding: 70px 0;
}
.news-cp .card-body{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-cp .card-title{
	font-size: 22px;
	font-weight: bold;
}
.news-cp .card-text{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-bottom: 15px;
}
.news-cp .card-more{}


/*新闻内页*/
.news-box{}
.news-box .t{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.news-box .t h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.news-box .p{
	color: #999;
	padding-top: 10px;
	padding-bottom: 30px;
}
.news-box .info{
	padding: 40px 0;
}
.news-page{
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 22px;
	padding: 30px 0;
}
.news-page li{
	width: 100%;
}
.news-page li a{
	display: block;
	line-height: 30px;
}
.news-page-left,.news-page-right{
	font-size: 16px;
	line-height: 30px;
	color: #999;
}
.news-page-left{
	background: url(../images/news-pege-left.png) no-repeat left center;
	padding-left: 30px;
}
.news-page-left:hover{
	background: url(../images/news-pege-left-h.png) no-repeat left center;
}
.news-page-right{
	background: url(../images/news-page-right.png) no-repeat right center;
	padding-right: 30px;
	text-align: right;
}
.news-page-right:hover{
	background: url(../images/news-page-right-h.png) no-repeat right center;
}
.news-page-sort{
	background: url(../images/news-page-sort.png) no-repeat center;
	text-indent: -99999px;
}
.news-page-sort:hover{
	background: url(../images/news-page-sort-h.png) no-repeat center;
}



.service{
	padding: 70px 0;
	background: url(../images/service-bg.jpg) no-repeat left bottom;
	
}
.service-body{
	border: 1px solid #f0f0f0;
	display: flex;
	flex-flow: row wrap;
}
.service-body li{
	width: 50%;
}
.service-body li:nth-child(2n+2){
	border-left: 1px solid #f0f0f0;
}
.service-body li:nth-child(n+3){
	border-top: 1px solid #f0f0f0;
}
.service-body li .box{
	padding: 75px;
}
.service-body li .num{
	font-size: 122px;
	line-height: 122px;
	font-weight: bold;
	color: #f5f5f5;
}
.service-body li .tit{
	padding: 90px 25px;
}
.service-body li .t{
	font-size: 20px;
	font-weight: bold;
}
.service-body li .t-sub{
	font-size: 12px;
	font-weight: bold;
}
.service-body li .p{
	padding: 0 25px;
	color: #868585;
	line-height: 30px;
}
.service-body li .p span{
	color: #1e307e;
	font-weight: bold;
}
.service-body li .pic{
	padding-top: 90px;
}
.service-body li .pic img{
	border-radius: 15px;
}
.service-body li:hover .num{
	color: #1e307e;
}
.service-body li:hover .pic img{
	box-shadow: -3.214px 3.83px 26.1px 2.9px rgba(0, 0, 0, 0.3);
}



/*联系我们*/
.contact{
	padding: 70px 0;
}
.contact-head{
	/*background: #f7f7f7;*/
}
.contact-head-right{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 30px;
	/*border-right: 5px solid #FFF;*/
	background: #f7f7f7;
}
.contact-head-right .t{
	position: relative;
}
.contact-head-right .t:before{
	content: "";
	width: 25px;
	height: 4px;
	background: #222;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact-head-right .cn{
	font-size: 22px;
	font-weight: bold;
}
.contact-head-right .en{
	color: #666;
	padding: 10px 0 20px 0;
}
.contact-head-right .p{
	padding: 50px 0;
	line-height: 32px;
	color: #222;
}
.contact-head-right .icon a{
	color: #b5b5b5;
	font-size: 20px;
	display: inline-block;
	margin-right: 20px;
}
.contact-item{
	padding: 0px 0;
	background: #f7f7f7;
}
.contact-item .item{
	/*background: #f7f7f7;*/
	padding: 50px;
	height: 100%;
}
.contact-item .item-head{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.contact-item .item-head .t{
	font-size: 18px;
	font-weight: bold;
}
.contact-item .item-head .icon a{
	line-height: 18px;
	color: #b5b5b5;
	display: inline-block;
	margin-left: 20px;
}
.contact-item .p{
	font-size: 15px;
	color: #999;
	padding-top: 40px;
}
.contact-item .item .p a{
	color:#999;
}
.contact-item .item:hover .p a{
    color: #FFF;
}

.contact-item .col-lg-12:hover{
	background: #1e307e;
	color: #FFF;
}
.contact-item .col-lg-12:hover .icon a{
	background: #1e307e;
	color: #FFF;
}
.contact-item .col-lg-12:hover .p{
	background: #1e307e;
	color: #FFF;
}
.contact-item .bdb{
	border-bottom: 30px solid #FFF;
}
.contact-item .bdb .p a{
	color:#999;
}
.contact-item .bdb:hover .p a{
	color: #fff;
}
.contact-form{
	padding-top: 30px;
}
.contact-form-t{
	font-size: 28px;
	font-weight: bold;
	margin: 50px 0;
}
.contact-form li{
	position: relative;
}
.contact-form li:before{
	content: "";
	width: 5px;
	height: 5px;
	background: #1e307e;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
}
.contact-form li input{
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 18px;
}
.contact-form-box{
	border: 1px solid #ddd;
	margin-top: 50px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	padding-bottom: 140px;
}
.contact-form-box textarea{
	width: 100%;
	height: 100px;
	border: none;
	padding: 15px;
	border-radius: 10px;
}
.contact-form-box:before{
	content: "";
	width: 215px;
	height: 215px;
	background: #282828;
	z-index: 2;
	position: absolute;
	right: -60px;
	bottom: -80px;
	border-radius: 100%;
}
.contact-form-btn{
	width: 156px;
	height: 134px;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 3;
}
.contact-form-btn .btn-submit{
	background: none;
	border: none;
	width: 156px;
	height: 134px;
	text-align: center;
	line-height: 134px;
	color: #fffefe;
	font-size: 24px;
}


/*首页历程*/
.index-lc{
	color: #FFF;
	position: absolute;
	bottom: 80px;
	width: 100%;
}
.index-lc .about-1-left-item .p{
	color: #FFF;
}
.index-lc .about-1-left-item li:before{
	background: #FFF;
}
.index-lc #about-1-left{
	/*height: 352px;
	overflow: hidden;*/
}
.index-lc .about-1-left-item:before{
	height: 90%;
}
.index-lc .about-1-left-item li{
	margin-top: 15px;
}

#map{
	width: 100%;
	height: 500px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#map img{
	max-width: none;
}


/*分页*/
.page{
	display: flex;
	flex-flow: row wrap;
}
.page a,.page span{
	background: #dddddd;
	display: inline-block;
	padding: 15px 25px;
	color: #FFF;
	font-size: 16px;
	margin-right: 10px;
}
.page a:hover{
	background: #1e307e;
	color: #FFF;
}
.page a.page-num-current{
	background: #1e307e;
	color: #FFF;
}


@media (max-width: 1499px){
	.tabs2-con-3{
		padding: 25px 0;
	}
	.tabs2-con-3 .item{
		/*width: 100%;*/
		height: auto;
	}
	.tabs2-con-3 .item{
		flex-direction: column;
	}
	.tabs2-con-3 .item{
		margin-top: 15px;
	}
	.tabs2-con-3 .con{
		padding: 15px;
	}
	.tabs2-con-3 .item .text .t{
		font-size: 16px;
		line-height: 20px;
	}
	.tabs2-con-3 .item .text .p{
		line-height: 24px;
		padding-top: 10px;
	}
	.tabs2-con-3-item img{
		border-bottom-left-radius: 0;
		border-top-right-radius: 9px;
	}

}
@media (max-width: 1200px){
	.navbar-light .navbar-nav .nav-link{
		font-size: 18px;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		font-size: 14px;
	}
	.logo .logo-text .p{
		font-size: 12px;
	}
	.head-tel{
		display: none;
	}
	.index-title .t{
		height: 50px;
		background: url(../images/index-title.png) no-repeat right bottom;
		background-size: 28%;
	}
	.index-title .t span{
		height: 50px;
		line-height: 30px;
		font-size: 30px;
	}
	.gallery-thumbs{
		margin-top: 10px;
	}

	.video .swiper-button-next,.video .swiper-button-prev{
		top: 50px;
	}
	.video .swiper-slide .right .text{
		padding-top: 20px;
	}

	.index-about-left .year li{
		left: 0;
	}
	.index-about-left .year li:nth-child(2){
		left: 65px;
	}
	.index-about-left .year li:nth-child(3){
		left: 117px;
	}
	.index-about-left .year li:nth-child(4){
		left: 188px;
	}
	.index-about-right .text{
		right: 0;
		top: 250px;
	}
	.index-about-2 .text{
		right: 10px;
	}

	.index-news-item .item{
		padding: 30px;
	}

	.about-1-left .about-1-left-item{
		margin-left: 0;
	}
	#about-1-left .swiper-button-next{
		top: 30px;
		bottom: auto;
		right: 0;
	}

	.about-2 .row{
		flex-direction: column;
	}
	.about-2 .col-lg-9,.about-2 .col-lg-3{
		max-width: 100%;
	}
	.about-2 .about-2-pic{
		margin-right: 0;
	}
	.about-2-right{
		margin-left: 0;
	}
	.about-2-right .item1 .text{
		padding: 15px 0;
	}
	.about-2-right .item1 .t{
		font-size: 20px;
		line-height: 26px;
	}
	.about-2-right .item1 .p{
		padding-top: 5px;
	}
	.about-2-right .item2-box{
		padding: 20px;
	}
	.about-2 .swiper-button-next{
		right: 15px;
		bottom: 35px;
	}

	.about-3 .row2{
		flex-direction: column;
	}
	.about-3 .col-lg-9,.about-3 .col-lg-33{
		max-width: 100%;
	}
	.about-3-left{
		margin-right: 0;
	}
	.about-3-right{
		margin-left: 0;
	}
	.about-4 .about-4-left .text{
		left: 40px;
		top: 100px;
	}
	.about-4 .about-4-left .text .p{
		padding-right: 20px;
	}

	.product-box-head-right .text .t{
		font-size: 28px;
		line-height: 28px;
	}
	.product-box-head-right .text .p{
		padding-bottom: 20px;
		line-height: 24px;
	}
	#product-box-head-right{
		display: none;
	}
	.tabs2-con-3{
		padding: 25px 0;
	}
	.tabs2-con-3 .item{
		/*width: 100%;*/
		height: auto;
	}
	.tabs2-con-3 .item{
		flex-direction: column;
	}
	.tabs2-con-3 .item{
		margin-top: 15px;
	}
	.tabs2-con-3 .con{
		padding: 15px;
	}
	.tabs2-con-3 .item .text .t{
		font-size: 16px;
		line-height: 20px;
	}
	.tabs2-con-3 .item .text .p{
		line-height: 24px;
		padding-top: 10px;
	}
	.tabs2-con-3-item img{
		border-bottom-left-radius: 0;
		border-top-right-radius: 9px;
	}

	.app-list li{
		width: 48%;
		flex-direction: column;
		/*flex-flow: row wrap;*/
		margin-bottom: 30px;
	}
	.app-list li:nth-child(2n+2){
		/*margin-left: 30px;*/
	}
	.app-list li .app-left{
		width: 100%;
	}
	.app-list li .app-right{
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: translate(0, 0);
		background: #f1f1f1;
		padding: 15px;
	}
	.app-list li .app-right .t{
		font-size: 20px;
		line-height: 26px;
	}
	.app-list li .app-right .p{
		padding-top: 10px;
		line-height: 24px;
	}
	.app-list li .app-right:before,.app-list li:hover .app-right:before{
		content: none;
	}
	.app-list li .app-right:after{
		content: none;
	}
	.app-list li .app-right a{
		padding: 0;
	}

	.news .news-head-left, .news .news-head-right{
		padding: 25px;
	}
	.news .news-head-left .t{
		font-size: 18px;
	}
	.news .news-head-right .t{
		font-size: 16px;
		padding-top: 20px;
	}
	.news .news-head-right .pic{
		padding: 20px 0;
	}
	.news-body .item{
		padding: 30px;
	}

	.service-body li .box{
		padding: 30px;
	}

	.contact-head-right .p{
		padding: 25px 0;
	}

}

@media (max-width: 1400px){
	.gallery-thumbs{
		margin-top: 70px;
	}
	.index-about-left .year li{
		left: 0;
	}
	.index-about-left .year li:nth-child(2){
		left: 70px;
	}
	.index-about-left .year li:nth-child(3){
		left: 167px;
	}
	.index-about-left .year li:nth-child(4){
		left: 250px;
	}
	.index-about-2 .text{
		right: 15px;
	}

	.index-news-item .item{
		padding: 60px 30px;
	}

	#about-1-left .swiper-button-next{
		top: 35px;
		bottom: auto;
	}

	.about-2-right .item2-box{
		padding: 20px;
	}
	.about-2 .swiper-button-next{
		right: 15px;
		bottom: 40px;
	}

	#product-box-head-right{
		display: none;
	}
	.tabs2-con-3{
		padding: 25px 0;
	}
	.tabs2-con-3 .item{
		/*width: 100%;*/
		height: auto;
	}
	.tabs2-con-3 .item{
		flex-direction: column;
	}
	.tabs2-con-3 .item{
		margin-top: 15px;
	}
	.tabs2-con-3 .con{
		padding: 15px;
	}
	.tabs2-con-3 .item .text .t{
		font-size: 20px;
		line-height: 26px;
	}
	.tabs2-con-3 .item .text .p{
		line-height: 24px;
		padding-top: 10px;
		font-size: 16px;
	}
	.tabs2-con-3-item img{
		border-bottom-left-radius: 0;
		border-top-right-radius: 9px;
		width: 100%;
	}

	.news .news-head-left, .news .news-head-right{
		padding: 30px;
	}
	.news-body .item{
		padding: 40px 30px;
	}

	.service-body li .box{
		padding: 50px;
	}
	.service-body li .t-sub{
		font-size: 14px;
		padding-top: 10px;
	}
	.service-body li .p{
		font-size: 16px;
	}
}

@media (min-width: 992px){

	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 0 30px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu2{
		position: fixed;
		width: 100%;
		background: rgba(255, 255, 255, .8);
		top: 70px;
		padding: 0;
		border: none;
		margin: 0;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu3{
		position: absolute;
		width: 100%;
		background: rgba(255, 255, 255, .8);
		top: 70px;
		border: none;
		margin: 0;
		box-sizing: border-box;
		min-width: auto;
	}
}
@media (max-width: 992px){
	.order1{
		order: 1;
	}
	.order2{
		order: 2;
	}
	.head-nav{
		padding: 10px 0;
	}
	.logo img{
		height: 30px;
	}
	.logo .logo-text .t{
		font-size: 16px;
	}
	.logo .logo-text .p{
		font-size: 12px;
		padding-top: 0;
	}
	.navbar-nav .nav-link{
		line-height: 50px;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 14px;
		border-bottom: 1px solid #ddd;
	}
	.head-tel{
		display: block;
		margin-left: 15px;
	}
	.navbar-nav .dropdown:hover>.dropdown-menu{
		display: none;
	}
	.dropdown-menu{
		display: none;
	}
	.navbar-toggler i{
		font-size: 14px;
	}
	.d-video{
		display: block!important;
	}

    .desktop_hot{
    	display: none !important;
    }
    .mobile_hot{display: block !important;}
	
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 5px;
	}

	.index-pro{
		padding: 20px 0;
		background: none;
	}
	.index-pro .col-lg-4{
		order: 1;
	}
	.index-pro .col-lg-8{
		order: 2;
	}
	.gallery-top{
		margin-top: 15px;
	}
	.gallery-top .swiper-slide{
		display: flex;
		flex-direction: column;
	}
	.gallery-top .swiper-slide img{
		border: 1px solid #dedede;
	}
	.gallery-top .swiper-slide .text{
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	.gallery-top .swiper-slide .text .t{
		padding: 10px 0;
		font-size: 18px;
		line-height: 26px;
	}
	.gallery-top .swiper-slide .text .p{
		display: none;
	}
	.gallery-top .swiper-slide .title-sub{
		position: static;
		left: auto;
		bottom: auto;
		font-size: 14px;
		width: 100%;
		padding: 15px;
	}
	.gallery-top .swiper-slide .content{
		position: static;
		left: auto;
		top: auto;
		font-size: 12px;
		width: 100%;
		padding: 15px;
		display: block;
		transform: none;
		background: none;
		padding: 15px 0;
	}
	.gallery-top .swiper-slide .content a{
		color: #333;
	}
	.gallery-thumbs{
		margin-top: 0;
	}
	.gallery-thumbs .swiper-slide{
		margin-top: 15px;
	}

	.index-title{
		border-bottom: 1px solid #dedede;
		padding-bottom: 15px;
	}
	.index-title .t{
		background: url(../images/index-title.png) no-repeat right;
		background-size: 35%;
		height: 30px;
	}
	.index-title .t span{
		font-size: 20px;
		line-height: 20px;
		height: 30px;
	}
	.index-title .p{
		padding-top: 5px;
	}

	.video{
		padding: 25px 0;
	}
	.video .video-title{
		margin-bottom: 15px;
	}
	.video .swiper-button-next, .video .swiper-button-prev{
		top: 27px;
	}
	.video .swiper-slide .right{
		padding: 15px;
	}
	.video .swiper-slide .right .t{
		font-size: 18px;
	}
	.video .swiper-slide .right .text{
		padding-top: 15px;
		line-height: 24px;
	}

	.index-news{
		margin-bottom: 15px;
	}
	.index-news-title{
		margin-bottom: 15px;
		align-items: center;
		border-bottom: 1px solid #dedede;
		padding-bottom: 15px;
	}
	.index-news-title .index-title{
		border: none;
		padding-bottom: 0;
	}
	.index-news-nav a{
		margin-left: 10px;
	}
	.index-news-item{
		border: none;
	}
	.index-news-item .item{
		padding: 15px;
		border: 1px solid #dedede;
		margin-top: -1px;
	}
	.index-news-item .item .time{
		opacity: 1;
		font-size: 16px;
		line-height: 20px;
	}
	.index-news-item .item .t{
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.index-news-item .item .p{
		line-height: 20px;
	}
	.index-news-item .item .pic{
		padding: 15px 0 0 0;
	}
	.index-news-item .item .more{
		display: none;
	}

	.index-news-box .text{
		padding-top: 15px;
	}
	.index-news-box .text .time{
		opacity: 1;
		font-size: 16px;
		line-height: 20px;
	}
	.index-news-box .text .t{
		font-size: 16px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.index-news-box .text .p{
		line-height: 22px;
	}


	.video-list{
		padding: 25px 0;
	}
	.video-list .on{
		margin-bottom: 15px;
	}
	.video-list .right{
		padding: 20px;
		background: #f7f7f7;
	}
	.video-list .right .t{
		font-size: 16px;
	}
	.video-list .right .text{
		padding-top: 15px;
		line-height: 20px;
	}
	.vjs-big-play-centered .vjs-big-play-button{
		margin: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 20px;
	}
	.video-js .vjs-big-play-button{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}


	.list-nav{
		padding: 25px 0;
	}
	.list-nav-left{
		display: flex;
		flex-flow: row wrap;
	}
	.list-nav-left a{
		font-size: 14px;
		margin-right: 10px;
		/*margin: 5px 0;*/
		padding: 0 10px;
	}
	.list-nav-right{
		display: none;
	}


	.product{
		padding: 25px 0;
	}
	.product-left .text{
		border: 1px solid #f7f7f7;
		padding: 15px;
	}
	.product-left .text .t{
		font-size: 20px;
		line-height: 26px;
	}
	.product-left .text .t-sub{
		font-size: 16px;
		padding-top: 10px;
	}
	.product-left .text .p{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 0;
		line-height: 20px;
	}
	.product .product-right .icon{
		display: none;
	}
	.product-left2{
		padding-left: 0;
	}
	.product-list2{
		margin-top: 15px;
	}

	.product-box-head{
		padding: 25px 0;
	}
	.product-box-head-right .text .t{
		font-size: 20px;
		line-height: 26px;
		padding-top: 15px;
	}
	.product-box-head-right .text .p{
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 24px;
	}
	.product-box-head-right .text .more a{
		display: block;
		text-align: center;
	}
	.product-box-head-right .text .more-2{
		margin-left: 0;
		margin-top: 15px;
	}
	#product-box-head-right{
		display: none;
	}
	.pro-tabs a{
		font-size: 13px;
		line-height: 36px;
		margin-right: 0;
		padding: 0 5px;
	}
	.tabs2-con-2{
		padding: 25px 0;
	}
	.tabs2-con-2 li{
		width: 50%;
		padding: 15px 0;
	}
	.tabs2-con-2 li:nth-child(2n+2){
		border-right: 0;
	}
	.tabs2-con-2 li:nth-child(n+3){
		margin-top: 15px;
	}
	.tabs2-con-2 li .text{
		font-size: 14px;
		line-height: 26px;
	}
	.tabs2-con-3{
		padding: 25px 0;
	}
	.tabs2-con-3 .item{
		width: 100%;
		height: auto;
	}
	.tabs2-con-3 .item{
		flex-direction: column;
	}
	.tabs2-con-3 .item{
		margin-top: 15px;
	}
	.tabs2-con-3 .con{
		padding: 15px;
	}
	.tabs2-con-3 .item .text .t{
		font-size: 16px;
		line-height: 20px;
	}
	.tabs2-con-3 .item .text .p{
		line-height: 24px;
		padding-top: 10px;
	}
	.tabs2-con-3-item img{
		border-bottom-left-radius: 0;
		border-top-right-radius: 9px;
	}
	.tabs2-con-4{
		padding: 25px 0;
	}
	.tabs2-con-4 .text .i{
		font-size: 30px;
		line-height: 30px;
	}
	.tabs2-con-4 .text .t{
		font-size: 20px;
		line-height: 20px;
		padding-left: 0;
		padding-bottom: 15px;
	}
	.tabs2-con-4 .text .p{
		line-height: 24px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}
	.tabs2-con-4 .row2{
		margin-top: 15px;
	}
	.tabs2-con-4 .con2{
		margin-left: 0;
	}
	.tabs2-con-4 .con2 .i{
		padding-top: 15px;
	}
	.tabs2-con-5{
		padding: 25px 0;
	}
	.tabs2-con-5 .con .t{
		font-size: 20px;
		line-height: 26px;
	}
	.tabs2-con-5 .con .p{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.tabs-con{
		padding-top: 15px;
	}

	.product-tag{
		padding: 25px 0;
	}
	.product-tag .tit{
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 15px;
	}
	.product-tag .item .t{
		font-size: 14px;
		line-height: 40px;
		padding: 0;
	}

	.app-list-nav .mt-25{
		margin-top: 0;
	}
	.app-list{
		padding: 25px 0;
	}
	.app-list li{
		width: 100%;
		flex-direction: column;
		margin-bottom: 15px;
	}
	.app-list li .app-left{
		width: 100%;
	}
	.app-list li .app-right{
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: translate(0, 0);
		background: #f1f1f1;
		padding: 15px;
	}
	.app-list li .app-right .t{
		font-size: 20px;
		line-height: 26px;
	}
	.app-list li .app-right .p{
		padding-top: 10px;
		line-height: 24px;
	}
	.app-list li .app-right:before,.app-list li:hover .app-right:before{
		content: none;
	}
	.app-list li .app-right:after{
		content: none;
	}

	.news,.news-cp{
		padding: 25px 0;
	}
	.news-cp .mb-5{
		margin-bottom: 15px!important;
	}
	.news-cp .on{
		background: #f7f7f7;
	}
	.news .news-head{
		flex-direction: column;
	}
	.news .news-head-left{
		width: 100%;
		padding: 15px;
	}
	.news .news-head-left .t{
		font-size: 20px;
		flex-direction: column;
		padding-top: 15px;
	}
	.news .news-head-left .t span{
		padding-top: 15px;
		color: #999;
	}
	.news .news-head-right{
		width: 100%;
		padding: 15px;
	}
	.news .news-head-right .time{
		font-size: 16px;
		line-height: 16px;
		color: #999;
	}
	.news .news-head-right .t{
		font-size: 20px;
		padding-top: 15px;
	}
	.news .news-head-right .p{
		line-height: 24px;
	}
	.news .news-head-right .pic{
		padding: 15px 0;
	}
	.news-body{
		margin-bottom: 25px;
	}
	.news-body .item{
		padding: 15px;
	}
	.news-body .col-lg-4:nth-child(2) .item{
		border: none;
	}
	.news-body .item .time{
		font-size: 18px;
		line-height: 18px;
		color: #999;
	}
	.news-body .item .t{
		font-size: 20px;
		padding-top: 15px;
	}
	.news-body .item .p{
		line-height: 24px;
	}
	.news-body .item .pic{
		padding: 15px 0;
	}
	.news-box .t{
		font-size: 20px;
	}
	.news-box .p{
		padding-bottom: 15px;
	}
	.news-box .info{
		padding: 20px 0;
	}
	.news-page{
		flex-direction: column;
	}
	.news-page li:nth-child(3){
		margin-top: 15px;
	}
	.news-page li a{
		font-size: 14px;
		line-height: 20px;
		background-size: 5%;
	}


	.service{
		padding: 25px 0;
	}
	.service-body{
		flex-direction: column;
	}
	.service-body li{
		width: 100%;
	}
	.service-body li .box{
		padding: 15px;
	}
	.service-body li .num{
		font-size: 20px;
		line-height: 26px;
		color: #999;
	}
	.service-body li .tit{
		padding: 15px 0;
	}
	.service-body li .p{
		padding: 0;
		line-height: 20px;
	}
	.service-body li .pic{
		padding-top: 15px;
	}
	.service-body li:nth-child(2n+2){
		border-left: 0;
	}
	.service-body li:nth-child(n+2){
		border-top: 1px solid #f0f0f0;
	}
	.service-body li:hover .pic img{
		box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
	}


	.contact{
		padding: 25px 0;
	}
	.contact-head-right{
		padding: 30px;
		border-bottom: 5px solid #FFF;
	}
	.contact-head-right .cn{
		font-size: 20px;
	}
	.contact-head-right .en{
		font-size: 14px;
		padding: 5px 0 10px 0;
	}
	.contact-head-right .p{
		padding: 15px 0;
	}
	.contact-item{
		padding: 15px 0;
	}
	.contact-item .item{
		padding: 20px;
		margin-top: 15px;
	}
	.contact-item .p{
		padding-top: 15px;
	}
	.contact-form{
		padding-top: 0;
	}
	.contact-form-t{
		padding-top: 25px;
		margin-bottom: 15px;
		font-size: 20px;
	}
	.contact-form-box{
		margin-top: 15px;
		padding-bottom: 84px;
	}
	.contact-form-box:before{
		width: 160px;
		height: 160px;
	}
	.contact-form-btn{
		width: 111px;
		height: 90px;
	}
	.contact-form-btn .btn-submit{
		width: 111px;
		height: 80px;
		line-height: 90px;
		font-size: 20px;
	}


	.page a, .page span{
		padding: 6px 15px;
		font-size: 14px;
	}
}


@media (max-width: 1500px){
	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 0 5px;
	}

}

.navbar{
		z-index: 999999
	}


