﻿@charset "utf-8";
/* CSS Document */
/*代码重置*/
h1,h2,h3,h4,h5,h6,ul{ margin:0;font-family:Microsoft YaHei,Arial; font-weight:normal;}
body{ font-family:Microsoft YaHei,Arial; font-size:14px !important; background:#fff;}
ul,li{ list-style:none; margin:0; padding:0;}
/*.container,.row{ min-width:950px;}*/
a:hover,a:visited,a:link{ text-decoration:none;}
a:focus{outline:none;blr:expression(this.onFocus=this.blur())}
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{*margin:0 -15px;}
.no-border{ border:none !important;}
.img-responsive{ margin:0 auto;}
h2,h3{color:#333; text-align:center; }

*{margin: 0; padding: 0;-webkit-text-size-adjust:none;}
html{-webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body{background-color:#fff;color: #333;font-family: 'Microsoft Yahei'; font-size:12px;}
*:focus{outline: none;}

img{border: none;}
a{text-decoration: none; color:inherit; cursor:pointer;}
input,select,textarea{font-family: 'Microsoft Yahei' !important;}
.Arial{ font-family:Arial, Helvetica, sans-serif;}
.orange{ color:#f08200;}
.blue{ color:#2e8fff;}
.grey{ color:#bbb;}
.text-center{ text-align:center;}
/*--------单行文字截取------------------*/
/*--------单行文字截取------------------*/
.clamp1{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
/*多余显示点*/
.clamp2{-webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box;}
/*多余直接截取*/
.clearfix{*zoom: 1;}
.clearfix:before, .clearfix:after{display: table;content: "";line-height: 0;}
.clearfix:after{clear: both;}
.fl{float:left;}
.fr{float:right;}
/*间距*/
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mr10{margin-right:10px;}/*图片全屏*/
.img-full{width: 100%; height:100%; margin: 0 auto; display: block;}
/*滚动条样式*/
/*定义常用宽度*/
.w460{ width:460px !important;}
.w350{ width:350px !important;}
.w280{ width:280px !important;}
.w200{ width:200px !important;}
.w180{ width:180px !important;}
.w150{ width:150px !important;}
.w130{ width:130px !important;}
.w850{
	width: 80%;
	    max-width: 850px;
}
.btn{
	    border: none;
	        color: #fff;
	        background: #1158BD;
	        font-size: 13px;
	        border-radius: 25px;
	        padding: 4px 15px;
	        margin-top: 20px;
}
.btn:hover{
	color: #fff;
	background: #1158BD;
}
/*顶部header*/
header{width: 100%;background: #F7F7F7;height: 50px;z-index: 999;font-size:14px;}
header .logo{ line-height: 50px;}
header .logo img{ vertical-align:middle;}
header .logo span{vertical-align: bottom;color: #000;}
/*header ul{ line-height:36px; margin:13px 0;}*/
header li{ float:left; margin-left:30px;height: 50px;line-height: 50px;}
/*顶部导航*/
.navbar { height:50px;margin-bottom: 0;z-index: 10;position: fixed;width: 100%;background: #fff;}

.navbar-nav{ position:relative;background:#fff; margin:0 -15px;box-shadow:0px 0px 2px 1px #d0d0d0 inset; }
.navbar .container{ height:50px; padding:0 15px;}
.navbar-nav>li.active{ background:#5e81f3;color:#fff;}
.navbar-toggle{ padding:0;  display:none\9;}
.navbar-toggle .icon-bar{ background:#555; height:3px; width:28px; margin:5px 0;}
.nav>li>a:hover,.nav>li>a.now,.nav > li > a:focus,.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{ background:#fff; color:#5e81f3;}
.nav-box .nav-line { position:absolute; left:0; bottom:0; height:3px; line-height:3px; font-size:0; width:52px; background:#5e81f3;}
.heading{ float:left; color:#fff; line-height:72px; font-size:24px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.navbar-brand{ height:auto;padding: 10px;}
.navbar-brand img{
	width: 100px;
}
.navbar-nav .open .dropdown-menu>li>a{color: #737782; }
.dropdown-menu{
	min-width: auto;
}
.navbar-nav>li>.dropdown-menu{
	border-radius: 0;
}
.nav-right li{margin: 13px; color: #2e8fff;}
/*幻灯片*/
#banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#banner .swiper-slide{
	height:33vw;
	max-height: 464px;
}
#banner .pagination {
position: absolute;
left: 0;
text-align: center;
bottom: 5px;
width: 100%;
z-index:999;
}
#banner .swiper-pagination-bullet {
display: inline-block;
width: 10px;
height: 10px;
opacity:0.5;
border-radius: 10px;
background: white;
margin: 0 3px;
cursor: pointer;
transition: width 0.3s ease-in-out;

}
#banner .swiper-pagination-bullet-active{
	width:22px;
	opacity:1;
}
/*服务内容*/
.yewu-page{
	background: url(../image/yewu-bg.png) center center no-repeat;
	background-size:cover;text-align:center; padding-bottom:40px;}
	.yewu-page .row>div{
		margin-bottom: 20px;
	}
.sevice-cont .cont{ padding:20px 20px 25px; background-color: #fff;}
.sevice-cont .cont h4{ font-size:18px;margin-bottom:10px;}
.sevice-cont img{ width: 120px;}
.sevice-cont p{margin-top:10px; line-height:24px; text-align:left; font-size:13px;}
.module-title{
	text-align: center;
	padding: 50px 0;
}
.module-title h4{ font-size:26px;color:#222425;margin-top:10px;margin-bottom:25px;font-weight: normal;}
.module-title h3{font-size:30px;color:#666;margin-bottom:60px;text-align:center;font-weight: normal;}
.module-title h3 span{position: relative;  display: inline-block;}
.module-title p{ font-size:14px;color: #222425;line-height: 28px;  }


.special-title h4{ font-size:24px;color:#222425;margin-top:30px;margin-bottom:25px;font-weight: normal;}
.special-title h3{font-size:30px;color:#666;margin-bottom:60px;text-align:center;font-weight: normal;}
.special-title h3 span{position: relative;  display: inline-block;}
.special-title p{ font-size:12px;color: #222425;line-height: 24px;  }


.special-title p a{font-size:12px;color:#d69d5a;padding:6px 24px;border:1px solid #d69d5a;
    width:100px;font-size:12px;
    color:#d69d5a;
    height:30px; line-height: 30px;}
.special-title p a:hover{background-color: #d69d5a;color: #fff;}

.wuliu-tixi{padding-bottom: 50px;}
.wuliu img{
	width: 60%;
	max-width: 800px;
}
.company-img{ width:50%;text-align: center;margin-right:6%;}
.company-img img{
	max-width: 700px;
	width: 80%;
}
.company-intro{width: 32%; margin-left: 10%;}
.shuzihua{
background: #E9F1F9;
padding-bottom: 40px;
}
.shuzihua h4{
	text-align: left;
}
.shuzihua p{
	text-align: justify;
}
.jf-page {
	background: url(../image/jf-bg.png) center center no-repeat;
		background-size:cover;text-align:center; padding-bottom:40px;
}
.jf-page .module-title h2{
	color:#fff;
}
.jf-page .cont{
	background: none;
	color: #fff;
}
.jf-page .cont p{
	text-align: center;
}
.szh-page {
	background: url(../image/szh-bg.png) center center no-repeat;
		background-size:cover;text-align:center; padding-bottom:40px;
}
.szh-page img{
	width: 80px;
}
.szh-page .row>div{
	margin-bottom: 20px;
}
/*底部footer*/
footer{background: #2d3237;height: auto;width: 100%;padding-top:40px;}
.media-links h3{    font-size: 14px;
    color: #fff;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    text-align: left;}
.media-links li{ width: 105px;color: #fff;font-size: 13px;
    margin: 0 auto 13px;}
.media-links a{color: #fff; font-size: 13px;}
.media-links a:hover{color:#f08200;}
footer .bottom{
	border-top: 1px solid rgba(246, 246, 246, 0.13);
	margin-top: 20px;
	padding: 20px 0;
}
footer .bottom p{
	color: #fff;
	font-size: 12px;
	text-align: center;
	
}
footer .bottom span{
	margin: 0 10px;
}
footer .bottom img{
	width: 12px;
	margin-right: 5px;
}
.kc img,.kc .search-box{
	display:inline-block;
}
.kc img{margin-right:20px;}
.search-box {
				width: 45%;
				margin: 30px auto;
				position: relative;
				height: 36px;
				line-height: 36px;
			}

			.search-box .search-text {
				background-color: #E5EDF6;
				width: 100%;
				border-radius: 20px;
				height: 100%;
				font-size: 1.4px;
				padding-right: 40px;
				padding-left: 15px;
				border: none;
			}

			.search-box .search-btn {
							position: absolute;
							border: none;
							right: 0;
							top: 0;
							width: 50px;
							height: 100%;
							display: -webkit-box;
							-webkit-box-align: center;
							-webkit-box-pack: center;
							background: rgba(24, 93, 191, 0.3);
							border-radius: 20px;
						}
			
						.search-box .icon-search {
							display: block;
							background: url("../image/btn_search.png") no-repeat;
							width: 20px;
							height: 20px;
							background-size: 100% 100%;
							right: 13px;
							position: absolute;
							top: 8px;
						}
.lc-page img{
	margin:0px auto;
}
	  .lc-box{
		  width: 75%;
		  max-width: 600px;
		  position: relative;
		  margin: 0 auto 50px;
		 }
	  .lc-box ul{
		  margin: 10px auto;
		  padding: 0 3%;
		 }
	  .lc-box li{
		  display: inline-block;
		  width: 22.15%;
		 }
	  .lc-box li:last-child{
		  width: 6%;
		  text-align: center;
		 }
#sub_banner{
	height:11vw;
	max-height: 464px;
}
.about-box{
	background-color:#fff;
	margin:-80px auto 0;
	padding: 20px 20px 40px;
	box-shadow: 0px 4px 4px 0px rgba(41, 59, 123, 0.18);
	border-radius: 4px;
	width: 80%;
	max-width: 850px;
}
.about-box .logo{
	width: 130px;
}
.about-box .info{
	font-size: 14px;
	    line-height: 24px;
	    margin: 10px 0 20px;
}
.about-box .cont{
	background: rgba(20, 98, 209, 1);
	    color: #fff;
	    text-align: center;
	    border-radius: 4px;
		padding: 20px 0;
		width: 80%;
		max-width: 250px;
		margin: 0 auto;
}
.about-box .cont h4{
	font-size: 32px;
	margin-bottom: 5px;
}
.zhengshu{
	overflow:hidden;
	padding-bottom: 40px;
}

 .zhengshu .swiper {
        width: 86%;
        height: 100%;
        padding: 0 7%;
        max-width: 850px;
      }
 .zhengshu .swiper::before, .zhengshu .swiper::after{
	content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 7%;
	    display: block;
	    background-color: #fff;
	    z-index: 2;
 }
 .zhengshu .swiper::after{
	 right: 0;
	 left:auto;
 }
   .zhengshu   .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		    border: 1px solid #f3f3f3;
		    padding: 10px;
      }

    .zhengshu  .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
.cooper img{
	width: 90%;
	    max-width: 1000px;
}
.btn-big {
    -webkit-appearance: none;
        display: block;
        background: #0938D9;
        width: 100%;
        margin: 20px auto 3%;
        height: 45px;
        line-height: 45px;
        background-size: 100%;
        border: none;
        color: #fff;
        font-size: 18px;
        border-radius: 4px;
}
.coopertate-form{
	background:url(../image/coopertate-bg.png) top no-repeat;
	background-size:auto 50%;
	padding-bottom: 80px;
}
.coopertate-form .module-title h4{
	color:#fff;
	margin: 0 auto;
}
.coopertate-form form{
	padding:20px;
	background:#fff;
	border-radius:4px;
	box-shadow: 0px 4px 4px 0px rgba(41, 59, 123, 0.18);
}
.coopertate-form form span{
	color: #db1e1e;
}
.coopertate-form .map{
	background:#fff;
	border-radius:4px;
	box-shadow: 0px 4px 4px 0px rgba(41, 59, 123, 0.18);
	height: 50vw;
	max-height: 416px;
	position:relative;
}
.coopertate-form .info{
	    width: 100%;
	    height: 48px;
	    background: rgba(255,255,255,0.76);
	    border-radius: 0 0 4px 4px;
	    line-height: 48px;
	    bottom: 0;
	    padding: 0 15px;
	    position: absolute;
}
.jika-box{
	margin-top:-130px;
}
.jika-box .layui-tab-card>.layui-tab-title {
    background: none;
	border-radius: 4px;
	border-radius: 0;
}
.jika-box .layui-tab-card>.layui-tab-title li{
	    background: #f3f3f3;
	    border-radius: 4px 4px 0 0;
		    margin-right: 4px;
}
.jika-box .layui-tab-card{
	border:none;
	box-shadow: none;
	
}
.jika-box .layui-tab-card>.layui-tab-title .layui-this{
	background-color: #fff;
}
.layui-tab-card>.layui-tab-title .layui-this:after{
	border: none;
}
.jika-box .layui-tab-content{
	padding:0;
}
.jika-box .layui-form-item{
	padding: 20px 0;
	/*background: #fff;*/
	margin: 0 -1px;
	/*box-shadow: 0px 4px 4px 0px rgba(41, 59, 123, 0.18);*/
	border-radius:0 0 4px 4px;
}
.jika-box .layui-input-block{
	margin-left: 0;
	margin-right: 100px;
	float: left;
}
.jika-box .layui-form-label{
	float: right;
	
}
.jika-box .layui-btn-normal{
	background: #1158BD;
}
.jika-box .tab{
	background: #FFFFFF;
	box-shadow: 4px 4px 4px 4px rgba(41, 59, 123, 0.18);
	border-radius: 4px;
	padding:10px 20px;
	margin: 50px auto 50px;
	overflow-x: auto;
}
.jika-box .layui-table td,.jika-box .layui-table th{
	padding: 8px 10px;
}
.no-tab{
	    margin: 20px auto 40px;
	    display: block;
}
.tab-wrapper{
	min-width: 780px;
}
@media (min-width: 768px){	
		.navbar-nav{ float:right;}
    
    .navbar-header{ border:none;}
   .navbar-collapse{ border:none;padding-right: 0;}
	.navbar{height:75px;}
	.navbar-nav{ background:none;box-shadow:none;}
	.navbar .container{ height:75px; padding:0;}
	.navbar-nav>li{margin:27px 25px 16px;margin-top:12px\9;height:32px;}
	.navbar-nav>li>a{  color: #000; padding:1px 3px; font-size:14px;}
	.navbar-nav>li>a:hover,.navbar-nav>li.active>a{ color:#1462D1; background:#5e81f3;}
	.navbar .line{position: absolute;bottom:0px;display: block;height: 3px; background:#5e81f3;}
	.navbar-nav>li.active,.navbar-nav>li>a:hover{ background:none;}
	.navbar>.container .navbar-brand{
		padding: 10px 15px;
	}
	.navbar>.container .navbar-brand img{
		    width: 140px;
		    margin: 5px;
	}
	.nav-right li {
	    margin: 28px 25px 15px;
	    margin-top: 12px\9;
	    height: 32px;
		color:#2e8fff;
	}
}




@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){ 
	.company-intro {
	    width: 40%;
	    margin-left: 6%;
	}
	.company-intro .btn{
		margin-top: 10px;
	}
	.company-img {
	    margin-right: 2%;
	}
	.special-title h4{
		margin-top: 0;
	}
	.navbar-nav>li{margin:27px 5px 16px;}
}
@media only screen and (max-device-width : 420px) {
	
	header li{margin-left: 10px;}
	#banner .swiper-pagination-bullet{
		width: 7px;
		height: 7px;
	}
	#banner .swiper-pagination-bullet-active{
		width: 18px;
	}
	.yewu-page,.szh-page{padding-bottom: 20px;}
	.wuliu-tixi {
	    padding-bottom: 30px;
	}
	.module-title{padding: 20px 0;}
	.module-title h2{
		font-size: 20px;
	}
	.sevice-cont .cont h4 {
	    font-size: 16px;
	}
	.sevice-cont img {
	    width: 110px;
	}
	.search-box {
	    margin: 20px auto;
	    height: 34px;
	    line-height: 34px;
	}
	.search-box .search-btn {
	    width: 45px;}
		.search-box .icon-search {
		    width: 18px;
		    height: 18px;
		    right: 12px;}
			.btn {
			    
			    font-size: 12px;
			   
			    padding: 2px 10px;
			    margin-top: 12px;
			}
			.module-title h4 {
			    font-size: 18px;
			    width: 80%;
			    margin: 5px auto 10px;
			    line-height: 1.5;}
				.module-title p {
				    font-size: 12px;
				    line-height: 22px;
				    width: 90%;
				    margin: 0 auto;
				}
				.company-intro{
					float: none;
					    padding: 0 20px;
					    margin: 0;
					    width: auto;
					    background: url(../image/szh.png) bottom right no-repeat;
					    background-size: 60% auto;
				}
				.company-img{
					display: none;
				}
				.shuzihua h4{    font-size: 18px;margin: -10px auto 10px;
    text-align: center;}
	.jf-page .cont{
		padding:10px 0 0;
	}
	.szh-page img{
		width: 66px;
	}
	.szh-page .module-title{
		padding: 30px 0;
	}
	footer {
	    padding:20px 10px 0;
	}
	.media-links>ul{overflow: hidden;margin-bottom: 10px;}
	.media-links li{float: left;
    width: auto;
    margin:0 7px 5px 0;
}
.media-links h3{
	height: auto;
	line-height: initial;
}
footer .bottom {
    margin-top: 0px;
    padding: 10px 0;
}
footer .bottom span{
	display:block;
}
footer .bottom .container{
	padding:0;
}
#sub_banner {
    height: 36vw;
}
.about-box {
    margin: -40px auto 0;
	width: 90%;
}
.about-box .cont{
	width: 100%;
	padding: 20px 10px;
	height: 106px;
}
.about-box .cont h4 {
    font-size: 21px;
}
.about-box .cont p{
	font-size: 12px;
}
.about-box .col-xs-4{
	padding-right: 5px;
	    padding-left: 5px;
}

.zhengshu .swiper-button-next,.zhengshu .swiper-button-prev{
	width: 11px;
	height:22px;
	margin-top: -11px;
	left:4px;
}
.zhengshu .swiper-button-next{
	left:auto;
	right:4px;
	
}
.zhengshu .swiper-button-next:after,.zhengshu  .swiper-button-prev:after{
	font-size: 18px;
}
.zhengshu .swiper {
    width: 96%;
	}
.zhengshu .swiper-slide{
	padding: 2px;
}
.w850{
	width: 90%;
}
.jika-box{
	margin-top:-40px;
}
.jika-box .layui-btn-normal{
	margin-top: 10px;
}
.lc-box {
    margin: 0 auto 30px;
}
.lc-box ul {
    padding: 0px 0%;
	margin: 10px auto;
}
 .lc-box li{
		  width: 20.5%;
		  font-size: 12px;
		 }
	  .lc-box li:last-child{
		  width: 10%;
		 }
		 .coopertate-form{
			 padding-bottom: 40px;
		 }
		 .coopertate-form .map{
			 margin-top: 20px;
			     height: 70vw;
		 }
}