
body{
	min-width: 1200px;
	margin:0 auto;
}
.over-flow{
    overflow: auto; 
    zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
.swiper-pagination-bullet-active{
  background: #26272c;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}



.swiper-container1 img{
	width:100%;
}
.swiper-slide{
	width:100%;
}
/*toubu*/
.toubu{
	height: 30px;
	background: #023f80;
}
.toubu .t-left{
	float: left;
	line-height: 30px;
	font-size: 14px;
	color:#4d8bcc;
}
.toubu .t-right{
	float: right;
	position: relative;
}
.toubu .t-right.wx a.weixin{
	position: relative;
	z-index: 3;
}
.toubu .t-right.wx a.weixin img{
	position: absolute;
	width:110px;
	top:31px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}
.toubu .t-right.wx a.weixin:hover img{
	display: block;
}
.t-right-fir{
	display: inline-block;
	font-size: 12px;
	color:#8e8e8e;
	line-height: 30px;
	position: relative;
}
.t-right-fir:nth-child(2){
	margin:0 18px;
}
.t-right-fir:nth-child(2):after{
	display: block;
	content:"";
	position: absolute;
	width:2px;
	height: 10px;
	background: url(toubu-bg2.html) no-repeat center;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:-11px;
}
.t-right-fir:hover{
	color:#fff;
}
.t-right-sec{
	display: inline-block;
	line-height: 30px;
	margin-left: 25px;
    font-size: 14px;
    color:#4d8bcc;
    position: relative;
}

.t-right-sec:nth-child(1):after{
	display: block;
	content:"";
	position: absolute;
	right: -15px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:2px;
	height: 15px;
	background: #4d8bcc;
}
.t-right-sec.weixin:hover{
}
.t-right .tel{
	line-height: 40px;
	font-size: 22px;
	color:#fff;
	padding-left: 28px;
	background: url(tel.png) no-repeat center left;
	margin-left: 26px;
}

/*top*/
.top{
	width:1200px;
	height:110px;
	margin:0 auto;
	position: relative;
}
.topbox{
	background: #fff;
}
.top-left{
	position: absolute;
	top:23%;
	left:0px;
}

.top-right{
	position: absolute;
	right:0px;
	top:25%;
	z-index: 2;
	padding-left: 53px;
	background: url(tel.png) no-repeat left center;
}
.right-tel,.right-text{
	float: left;
}
.right-tel img{
	margin-right:15px;
}
.right-text p{
	font: 18px 'Microsoft YaHei';
	color:#1A4A8B;
}
.right-text span{
	display: block;
	font: 25px 'Microsoft YaHei';
	color:#1A4A8B;
	font-weight: 700;
}

.img-wrap{
	float: left;
    margin-right: 10px;
    margin-top: 6px;
}
.wei-img-wrap{
	margin-right: 0;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}
.right-text{
	float: left;
}
.top .list{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right:0;
	z-index: 99;
}
.top .list ul li{
	float: left;
	position: relative;
}
.top .list ul li a{
	display: block;
	font-size: 14px;
	color:#8c8c8c;
}
.top .list ul li a img{
	margin:0 auto;
	width: 95px;
}
.top .list ul li:first-child{
	margin-right: 15px;
}

/*关键词*/
.guanjianci{
	border-bottom:1px solid #e0e0e0;
	position: relative;
}
.guanjianci .wrapper{
	position: relative;
}
.guanjianci ul{
	float: left;
	width:562px;
}
.guanjianci .sousuo{
	float: right;
	margin-top: 5px;
}
.guanjianci ul li{
	float: left;
	line-height: 50px;
}
.guanjianci ul li a{
	display: block;
	font-size: 14px;
	color:#999;
	padding-left:15px;
}
.guanjianci ul li:first-child a{
	font-size: 14px;
	color:#333;
	font-weight: 700;
}
.sousuo{
	
}
.search {
    width: 200px;
    height: 40px;
    text-indent: 8px;
    border:1px solid #ccc;
	border-right: none;
	border-radius: 5px;
    outline: none;
    border-right: none;
    background: #fff;
    color:#9d9d9d;
    float: left;
}
.sousuotijiao {
    width: 60px;
    height: 40px;
    background: url("f-sou.png") no-repeat center;
    cursor: pointer;
    outline: none;
    float: right;
	margin-left: -4px;
}
.sousuo ::-webkit-input-placeholder { /* WebKit browsers */
    color:#9d9d9d;
    font-size:14px;
}
.sousuo :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  	color:#9d9d9d;
    font-size:14px;
}
.sousuo ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#9d9d9d;
    font-size:14px;
}
.sousuo :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#9d9d9d;
    font-size:14px;
}
.titlebox .fir{
	font-size: 36px;
	color:#0071ca;
	text-align: center;
	letter-spacing: 1px;
}
.titlebox .sec{
	font-size: 16px;
	color:#999;
	text-align: center;
	width:355px;
	margin:15px auto 35px auto;
	line-height: 27px;
	border:1px solid #e6e6e6;
}
/*产品中心*/
.in-pro{
	width: 100%;
	padding: 50px 60px;
}
.title{
	text-align: center;
}
.title p{
	color: #1A4A8B;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 200;
}
.title h2{
	color: #1A4A8B;
	font-size: 30px;
	font-weight: bold;
	background: url("title.png") no-repeat center center;
	margin-top: 20px;
}
.inpro-list ul li{
	width: 380px;
	height: 430px;
	float: left;
	margin-right: 30px;
	background: url("pro-list.png") no-repeat center center;
}
.inpro-list ul li:last-child{
	margin-right: 0;
}
.inpro-list ul{
	margin-top: 37px;
}
.inpro-list ul li h2{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
.inpro-list ul li h2:after{
	display: block;
	content: '';
	width: 55px;
	height: 1px;
	background: #d2d2d2;
	margin: 0 auto;
	margin-top: 15px;
}
.inpro-list ul li p{
	color: #333333;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 40px
}
.inpro-list ul li img{
	display: block;
	width: 320px;
	height: 255px;
	margin: 0 auto;
}
.inpro-list ul li:hover{
	background: url("pro-list-ho.html") no-repeat center center;
}
.inpro-list ul li:hover h2{
	color: #1A4A8B;
}
.inpro-list ul li:hover p{
	color: #1A4A8B;
}
/*公司简介*/
.in-company{
	position: relative;
	width: 100%;
	padding: 60px;
	background: url("com.jpg") no-repeat center center;
}
.com-left{
	width: 570px;
	float: left;
}
.com-right{
	width: 600px;
	float:right;
}
.com-right h2{
	color: #1A4A8B;
	font-size: 30px;
	font-weight: bold;
}
.com-right h3{
	color: #999999;
	font-size: 14px;
	padding-top: 10px;
	text-transform: uppercase;
}
.com-right p{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	padding-top: 30px;
}
.com-right .com-more{
	display: block;
	color: #1A4A8B;
	font-size: 14px;
	padding-top: 20px;
}
.com-list{
	width: 100%;
	background: url("com-com.jpg") no-repeat center center;
	height: 130px;
	margin-top: 20px;
}
.com-list a{
	display: block;
	float: left;
	width: 200px;
	height: 130px;
}
/*优势*/
.in-adv{
	width: 100%;
	position: relative;
	padding: 55px;
}
.in-adv .title img{
	display: block;
	margin: 0 auto;
}
.in-adv ul{
	margin-top: 65px;
}
.in-adv ul li {
	width: 130px;
	float: left;
	margin-right: 45px;
	text-align: center;
}
.in-adv ul li:nth-child(1){
	background: url("y1.png") no-repeat center top;
}
.in-adv ul li:nth-child(2){
	background: url("y2.png") no-repeat center top;
}
.in-adv ul li:nth-child(3) {
	background: url("y3.png") no-repeat center top;
}
.in-adv ul li:nth-child(4){
	 background: url("y4.png") no-repeat center top;
 }
.in-adv ul li:nth-child(5){
	  background: url("y5.png") no-repeat center top;
}
.in-adv ul li:nth-child(6){
	background: url("y6.png") no-repeat center top;
}
.in-adv ul li:nth-child(7){
	 background: url("y7.png") no-repeat center top;
}
.in-adv ul li:last-child{
	margin-right: 0px;
}
.in-adv ul li h2{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-top: 150px;
}
.in-adv ul li p{
	color: #666666;
	font-size: 14px;
	padding-top: 17px;
	line-height: 25px;
}
.in-adv ul li:hover h2{
	color: #1A4A8B;
}
.in-adv ul li:hover p{
	 color: #1A4A8B;
 }
.in-adv ul li:nth-child(1):hover{
	background: url("y11.png") no-repeat center top;
}
.in-adv ul li:nth-child(2):hover{
	background: url("y22.png") no-repeat center top;
}
.in-adv ul li:nth-child(3):hover{
	background: url("y33.png") no-repeat center top;
}
.in-adv ul li:nth-child(4):hover{
	background: url("y44.png") no-repeat center top;
}
.in-adv ul li:nth-child(5):hover{
	background: url("y55.png") no-repeat center top;
}
.in-adv ul li:nth-child(6):hover{
	background: url("y66.png") no-repeat center top;
}
.in-adv ul li:nth-child(7):hover{
	background: url("y77.png") no-repeat center top;
}
/*案例*/
.in-case{
	width: 100%;
	position: relative;
	padding:50px 0;
}
.case-list{
	margin-top: 35px;
	position: relative;
}
.case-li{
	width: 290px!important;
	height: 255px;
	margin-right: 13px;
	margin-bottom: 13px;
	border: 1px solid #cccccc;
}
.case-li img{
	display: block;
	width: 270px;
	height: 200px;
	margin-top: 10px;

}
.case-li p{
	line-height: 45px;
	color: #666666;
	font-size: 14px;
}
.case-li:hover {
	background: #1A4A8B;
}
.case-li:hover p{
	color: #fff;
}
/*新闻动态*/
.in-news{
	width: 100%;
	position: relative;
	padding-top: 50px;
	background: url(news.jpg) no-repeat center center;
	padding-bottom: 40px;
}
.news-left{
	width: 650px;
	float: left;
	margin-top: 43px;
}
.left-title{
	width: 100%;
	height: 47px;
	border-bottom: 1px solid #cecece;	
	margin-bottom: 20px;
}
.left-title .n1{
	color: #1A4A8B;
	font-size: 22px;
	border-bottom: 1px solid #1A4A8B;
	display: block;
	line-height: 47px;
	float: left;
}
.left-title .n2{
	color: #666666;
	font-size: 22px;
	display: block;
	float: left;
	line-height: 47px;
	margin-left: 15px;
}
.left-title .more{
	color: #999999;
	font-size: 14px;
	display: block;
	float: right;
	line-height: 40px;
}
.left-list{
	width: 100%;
}
.left-list ul li{
	width: 100%;
	margin-top: 30px;
}
.left-list ul li .n-pic{
	width: 180px;
	height: 120px;
	float: left;
	overflow: hidden;
}
.left-list ul li .n-pic img{
	width: 100%;
	height:100%;
	object-fit:cover;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.left-list ul li .n-text{
	width: 468px;
	height: 120px;
	float: right;
	background: #fff;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.left-list ul li .n-text h2{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 30px;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.left-list ul li .n-text p{
	color: #999999;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	line-height: 25px;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.left-list ul li:hover .n-text{
	background: #1A4A8B;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.left-list ul li:hover .n-text h2,.left-list ul li:hover .n-text p{
	color: #fff;
	-webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.left-list ul li:hover .n-pic img{
	transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transition: 400ms 0s all ease;
    -moz-transition: 400ms 0s all ease;
    -ms-transition: 400ms 0s all ease;
    -o-transition: 400ms 0s all ease;
    transition: 400ms 0s all ease;
}
.news-right{
	width: 455px;
	float: right;
	margin-top: 43px;
	border-left: 1px solid #cecece;
	padding-left: 50px;
}
.news-right img{
	display: block;
	margin-top: 20px;
}
.news-right ul li{
	width: 100%;
	height: 114px;
	border-bottom: 1px dashed #d2d2d2;
	margin-top: 20px;
}
.news-right ul li h2{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
.news-right ul li p{
	color: #999999;
	font-size: 14px;
	line-height: 28px;
	padding-top: 10px;
}
.news-right ul li p:after{
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background: #1A4A8B;
	margin-top: 10px;
}
