﻿.wrap {
	width: 100%;
	overflow: hidden;
}
.banner-box{
	width: 100%;
	position: relative;
}
.header-right .swiper1 {
	width: 100%;
	height: 100%;
}
.swiper-slide{
	width: 100%;
}
.swiper-button-next{
	color: #FFFFFF;
	width:20px;
}
.swiper-button-prev{
	color: #FFFFFF;
	width:20px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 30px;
}
.swiper1 .images {
	width: 100%;
	height:auto;
}
.banner-box .header-box{
	width:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 99999;
	padding: 22px 0;
	background: rgba(0,0,0,0.6);
}
.w12{
	width:1200px;
	margin: auto;
}
.banner-box .header-box .logo{
	float: left;
	width: 330px;
	vertical-align: middle;
}
.banner-box .header-box .nav-box{
	float: right;
	margin-top:15px;
}
.nav-box .nav-li{
	float: left;
}
.nav-box .nav-li a{
	padding:0 25px;
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
}
.nav-box .nav-li.active a{
	color:#319eb2 ;
}
.nav-box .nav-li.active a:after{
	content: '';
	position: absolute;
	width:35px;
	height:2px;
	background:#319eb2;
	bottom:-20px;
	left:50%;
	transform:translateX(-50%);
}
.nav-box .search{
	width:19px;
	height:17px;
	vertical-align: middle;
	margin-left: 25px;
	cursor: pointer;
}
/*手机导航*/
.mobile-nav {
	width: 100%;
	background: url(../images/navBg.jpg) no-repeat;
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	display: none;
	position: absolute;
	top:0;
	z-index: 9999;
	box-sizing: border-box;
}

.mobile-nav .caidimg {
	width: 27px;
	height: 24px;
	float: right;
	cursor: pointer;
}

.left-slide{
	width:100%;
	position: fixed;
	background: rgba(0,0,0,0.6);
	height:100%;
	top:0;
	left:-100%;
	z-index: 10000;
	display: none;
}
.left-slide .slide-box{
	width:260px;
	position: absolute;
	background: #fff;
	height:100%;
	top:0;
	left:0;
	z-index: 10000;
	padding:10px 20px;
	box-sizing: border-box;
}
.slide-box .list{
	width:100%;
	border-bottom: #f6f6f6 1px solid;
}

.slide-box .list a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
}

.slide-box a:hover {
	background: #f9f9f9;
}
.slide-box .list .select-slide-box{
	width:100%;
	display: none;
}
.select-slide-box ul{
	width:100%;
	padding:10px 20px;
	box-sizing: border-box;
	border-top: #f6f6f6 1px solid;
}
.select-slide-box ul li{
}
.select-slide-box ul li a.active{
	color: #e4313e;
}
.slide-box .list .arrow{
	width: 20px;
	float: right;
	vertical-align: middle;
}
.slide-box .list a{
	display: inline-block;
	width:100%;
	font-size: 16px;
	text-align: left;
    padding: 15px 0;
}
.slide-box a:hover{
	background: #f9f9f9;
}
/*手机导航结束*/
.product-box{
	width:100%;
	padding-bottom: 95px;
	background: #FFFFFF;
}
.modular{
 width:100%;	
}
.modular .title-box{
	text-align: center;
	padding: 55px 0 40px;
}
.modular .title-box .title{
	color: #333333;
	font-size: 30px;
	margin-bottom:10px;
}
.modular .title-box .title-en{
	color: #999999;
	font-size: 14px;
	margin-bottom:20px;
}
.modular .title-box .line{
	width:40px;
	height:4px;
	background:#1a4578;
	margin: 0 auto;
}
.product-main{
	width:100%;
	height:690px;
	overflow: hidden;
}
.product-l{
	float: left;
	width:49%;
	height:100%;
}
/*左图1*/
.product-l .product-l-t{
	width:100%;
	height:48.5%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.productImg1{
	width:100%;
	height:100%;
	transition: all .5s;
	object-fit: cover;
}
.product-l-t:hover .productImg1{
	transform: scale(1.05,1.05);
}
.product-l-t .product-worp{
	position: absolute;
	top:100%;
	left: 0;
	transition-duration: 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background:rgba(49,159,177,0.9);
}
.product-worp .tit{
	position: absolute;
    color: #ffffff;
    font-size: 24px;
    left: 40px;
    bottom: 40px;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-l-t:hover .product-worp{
	top:0;
	opacity: 1;
}
/*左图2*/
.product-l .product-l-b{
	width:100%;
	margin-top: 3%;
	height:48.5%;
	overflow: hidden;
}
.product-l-b .product-l-b-li1{
	width:48.5%;
	height:100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.product-l-b-li1 .productImg2{
	width:100%;
	height:100%;
	transition: all .5s;
	object-fit: cover;
}
.product-l-b-li1:hover .productImg2{
	transform: scale(1.05,1.05);
}
.product-l-b-li1 .product-worp{
	position: absolute;
	top:100%;
	left: 0;
	transition-duration: 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background:rgba(49,159,177,0.9);
}
.product-l-b-li1:hover .product-worp{
	top:0;
	opacity:1;
}

.product-l-b .product-l-b-li2{
	width:48.5%;
	height:100%;
	float: right;
	position: relative;
	overflow: hidden;
}
.product-l-b-li2 .productImg3{
	width:100%;
	height:100%;
	transition: all .5s;
	object-fit: cover;
}
.product-l-b-li2:hover .productImg3{
	transform: scale(1.05,1.05);
}
.product-l-b-li2 .product-worp{
	position: absolute;
	top:100%;
	left: 0;
	transition-duration: 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background:rgba(49,159,177,0.9);
}
.product-l-b-li2:hover .product-worp{
	top:0;
	opacity:1;
}

.product-r{
	float: right;
	width: 49%;
	height:100%;
}
/*右图1*/
.product-r .product-r-t{
	height:48.5%;
	overflow: hidden;
}
.product-r-t .product-r-t-li1{
	width:48.5%;
	height:100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.product-r-t-li1 .productImg4{
	width:100%;
	height:100%;
	object-fit: cover;
	transition: all .5s;
}
.product-r-t-li1:hover .productImg4{
	transform: scale(1.05,1.05);
}
.product-r-t-li1 .product-worp{
	position: absolute;
	top:100%;
	left: 0;
	transition-duration: 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background:rgba(49,159,177,0.9);
}
.product-r-t-li1:hover .product-worp{
	top:0;
	opacity:1;
}
.product-r-t .product-r-t-li2{
	width:48.5%;
	height:100%;
	float: right;
	overflow: hidden;
	position: relative;
}
.product-r-t-li2 .productImg5{
	width:100%;
	height:100%;
	transition: all .5s;
	object-fit: cover;
}
.product-r-t-li2:hover .productImg5{
	transform: scale(1.05,1.05);
}
.product-r-t-li2 .product-worp{
	position: absolute;
	top:100%;
	left: 0;
	transition-duration: 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background:rgba(49,159,177,0.9);
}
.product-r-t-li2:hover .product-worp{
	top:0;
	opacity:1;
}
/*右图2*/
.product-r-b{
	height:48.5%;
	margin-top: 3%;
	overflow: hidden;
}
.product-r-b .product-r-b-li1{
    width:48.5%;
	height:100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.product-r-b-li1 .productImg6{
	width:100%;
	height:100%;
	transition: all .5s;
	object-fit: cover;
}
.product-r-b-li1:hover .productImg6{
	transform: scale(1.05,1.05);
}
.product-r-b-li1 .product-worp{
	position: absolute;
	top:100%;
	left: 0;
	transition-duration: 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background:rgba(49,159,177,0.9);
}
.product-r-b-li1:hover .product-worp{
	top:0;
	opacity:1;
}
.product-r-b .product-r-b-li2{
    width:48.5%;
	height:100%;
	float: right;
	position: relative;
	overflow: hidden;
}
.product-r-b-li2 .productImg7{
	width:100%;
	height:100%;
	transition: all .5s;
	object-fit: cover;
}
.product-r-b-li2 .product-worp{
	position: absolute;
	top:100%;
	left: 0;
	transition-duration: 0.5s;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background:rgba(49,159,177,0.9);
}
.product-r-b-li2:hover .productImg7{
	transform: scale(1.05,1.05);
}
.product-r-b-li2:hover .product-worp{
	top:0;
	opacity:1;
}

/*首页-关于我们*/
.main .about-box{
 	width:100%;
}
.main .about-box .about-t{
  width:100%;
  padding: 72px 0 82px;
  background: #f4f4f4;
}
.about-t .about-t-l{
	float: left;
	width:60%;
	padding: 45px 50px;
	height:380px;
	box-sizing: border-box;
	background: #FFFFFF;
}
.about-t .about-t-l .title-l{
  	color: #333333;
  	font-size: 26px;
}
.about-t-l .title-l .en{
  	color: #999999;
  	font-size: 14px;
}
.about-t-l .describe{
	color: #999999;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 25px;
	min-height: 160px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.about-t-l .more{
	margin-top: 20px;
	width:130px;
	height:44px;
	text-align: center;
	line-height: 44px;
	color: #a2a2a2;
	border:1px solid #eeeeee;
	font-size: 14px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.about-t-l .more a{
	color: #a2a2a2;
}
.about-t-l .more:hover{
	background: #319fb1;
	color: #FFFFFF;
	border:1px solid #319fb1;
}
.about-t .about-t-r{
	float: right;
	width:40%;
	height:380px;
}
 .about-t-r .aboutImg{
	width:100%;
	height:100%;
	object-fit: cover;
}
.about-b{
	width:100%;
	overflow: hidden;
}
.about-b .about-b-li{
	width:33%;
	margin-right: 0.5%;
	height:383px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.about-b .about-b-li .about-worp{
	width:100%;
	height:100%;
	position: absolute;
	top:100%;
	left: 0;
	opacity: 0;
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
	transition-duration: 0.5s;
	text-align: center;
}
.about-b .about-b-li:hover .about-worp{
	top:0;
	opacity: 1;
}
.about-b-li .about-worp .tit{
	margin-top: 120px;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 15px;
	width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-b-li .about-worp .titEn{
	font-size: 18px;
	margin-bottom: 30px;
}
.about-b-li .about-worp .about-btn{
	width:170px;
	height:43px;
	text-align: center;
	line-height: 43px;
	color: #FFFFFF;
	background: #319fb1;
	margin: 0 auto;
	border-radius: 20px;
}
.about-b .about-b-li:nth-of-type(3n){
	margin-right: 0;
}
.about-b .about-b-li .aboutLiImg{
	width:100%;
	height:100%;
	transition: all .8s;
	object-fit: cover;
}
.about-b .about-b-li:hover .aboutLiImg{
	transform: scale(1.1,1.1);
}
/*最新资讯*/
.news-box{
	width:100%;
	padding-bottom: 40px;
}
.news-box .news-b-ul{
	width:100%;
	overflow: hidden;
}
.news-b-ul .news-b-li{
	width:31%;
	float: left;
	border:1px solid #e7e7e7;
	margin-right: 2%;
}
.news-b-ul .news-b-li:nth-of-type(3n){
	margin-right: 0;
}
.news-b-ul .news-b-li .news-cont{
	padding: 0 30px 38px;
}
.news-b-li .newsImg{
	width:100%;
	height:165px;
	overflow: hidden;
	margin-bottom: 35px;
}
.news-b-li .newsImg .imgs{
	width:100%;
	height:100%;
	transition: all .8s;
	object-fit: cover;
}
.news-b-li .news-tit{
	width:100%;
	color: #333333;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-b-li .news-describe{
	width:100%;
	color: #999999;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;（行数）
    -webkit-box-orient: vertical;
}
.news-tile{
	font-size: 14px;
	color: #999999;
}
.news-tile img{
	width:17px;
	vertical-align: middle;
	margin-right: 7px;
}
.news-more{
	margin-top: 25px;
	text-align: center;
	width:35px;
	height:16px;
	border:1px solid #cccccc;
}
.news-more img{
	width:20px;
	margin-top: 4px;
}
.news-w-more{
	margin-top: 55px;
	text-align: center;
}
.news-w-more .text{
	margin-top: 55px;
	margin: 0 auto;
	width:130px;
	height:44px;
	text-align: center;
	line-height: 44px;
	color: #a2a2a2;
	border:1px solid #eeeeee;
	font-size: 14px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.news-w-more .text:hover{
	background: #319fb1;
	color: #FFFFFF;
	border:1px solid #319fb1;
}
.news-b-li:hover .newsImg .imgs{
	transform: scale(1.1,1.1);
}
.footer{
	width:100%;
}
.footer-nav{
	padding: 40px 0;
	background: #1a4578;
	border-bottom: 1px solid #315886;
}
.footer-nav-li{
	float: left;
	position: relative;
}
.footer-nav-li:before{
	content:'';
	position: absolute;
	top:5px;
	right:0;
	width:1px;
	height:10px;
	vertical-align: middle;
	background: #5f7da1;
}
.footer-nav-li:nth-last-child(2):before{
	background:transparent;
}
.footer-nav-li a{
	color: #FFFFFF;
	padding:0 25px;
}
.footer-cont{
	width:100%;
	background: #1a4578;
	padding: 48px 0 53px;
}
.footer-cont-ul{
	position: relative;
}
.footer-cont-ul .code-box{
	position: absolute;
	top:-95px;
	right:0;
}
.footer-cont-ul .code-box .code{
	width:230px;
}
.footer-cont-ul .phone-box{
	float: left;
	width:30%;
	padding-left: 25px;
	box-sizing: border-box;
}
.footer-cont-ul .phone-box .text{
	font-size: 14px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.footer-cont-ul .phone-box .phone{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-p-box .footer-p-li{
	float: left;
	width:16%;
	text-align: center;
	position: relative;
}
.footer-p-box .footer-p-li:after{
	content:'';
	position: absolute;
	top:2px;
	left:0;
	width:1px;
	height:100%;
	vertical-align: middle;
	background: #315886;
}
.footer-p-li .icon1{
	width:65px;
	height:65px;
	margin-bottom: 25px;
}
.footer-p-li .text{
	font-size: 14px;
	padding-bottom: 20px;
	color: #FFFFFF;
}
.footer-bot{
	color: #FFFFFF;
	font-size: 12px;
	width: 100%;
	padding: 20px 0;
	background: #123054;
}
.footer-bot .footer-bot-l{
	float: left;
}
.footer-bot .footer-bot-r{
	float: right;
}

.news-banner{
	width:100%;
}
.news-banner .new-banner{
	width:100%;
	height:auto;
}
.news-nav{
	padding: 25px 0;
	border-bottom: 1px solid #d9d9d9;
}
.news-title a{
	color: #000000;
	font-size: 16px;
	padding: 0 36px;
	 text-align: center;
	 cursor: pointer;
	display: inline-block;
}
.news-title a.active{
	color:#144975 ;
	position: relative;
}
.news-title a.active:after{
	content: '';
	position: absolute;
	bottom:-26px;
	left:0;
	width:100%;
	height:2px;
	background:#144975 ;
}
.news-title .line{
	width:100%;
	border-bottom: 2px solid #1a4578;
	position: relative;
	bottom:-25px;
}
.news-conts{
	width: 100%;
}
.news-conts-u{
	width: 100%;
}
.news-conts-u .news-conts-li{
	margin-top: 32px;
	width: 100%;
	overflow: hidden;
}
.news-conts-li .news-conts-l{
	float: left;
	width:330px;
}
.news-conts-l a{
	width: 100%;
	height: 100%;
}
.news-conts-l .imgs{
	width:100%;
	height: auto;
	object-fit: cover;
}
.news-conts-li .news-conts-r{
	float: left;
	width:70%;
	margin-left:30px;
}
.news-conts-r-date{
	float: left;
	margin-right:30px;
	background: #f7f7f7;
	padding: 0 15px;
	border:1px solid #d9d9d9;
}
.news-conts-r-date .year{
	color: #666666;
	font-size:28px;
	margin: 20px 0 10px;
}
.news-conts-r-date .date{
	color: #666666;
	font-size:14px;
	margin-bottom:17px;
}
.news-conts-r-c{
	float: left;
	width:80%;
}
.news-conts-r-c .title{
	width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #333333;
	font-size: 18px;
	margin-bottom: 15px;
}
.news-conts-r-c:hover  .title{
	color: #319eb2;
}
.news-conts-r-c .describe{
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #999999;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.news-conts-r-c .btn{
	width:111px;
	height:30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background: #0394ab;
	font-size:14px;
}
.page-box{
	text-align: right;
	margin-top: 45px;
	padding-bottom: 40px;
	overflow: hidden;
}
.page-box .page-ul{
	float: right;
}
.page-ul .span{
	width: 83px;
	height:36px;
	text-align: center;
	line-height: 36px;
	color: #686666;
	cursor: pointer;
	border: 1px solid #dddddd;
	border-radius: 3px;
	display: inline-block;
}
.page-ul:nth-last-child(1) .span{
	margin-left: 7px;
}
.page-ul a{
	display: inline-block;
	width: 50px;
	height:36px;
	text-align: center;
	line-height: 36px;
	color: #686666;
	cursor: pointer;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-left: 7px;
}
.page-ul a.active{
	background: #319eb2;
	border:1px solid #319eb2;
	color: #FFFFFF;
}
.page-ul a:hover{
	background: #319eb2;
	border:1px solid #319eb2;
	color: #FFFFFF;
}
.product-boxs{
	width: 100%;
	padding-top:38px;
}
.product-boxs .product-lis{
  width:32%;
  float: left;
  margin-right: 2%;	
}
.product-boxs .product-lis:nth-of-type(3n){
	 margin-right: 0;
}
.product-lis .product-img{
	width:100%;
	height:245px;
	margin-bottom: 28px;
	overflow: hidden;
}
.product-img .imgs{
	width:100%;
	height:100%;
	transition: all .5s;
	object-fit: cover;
}
.product-boxs .product-lis:hover .imgs{
	transform: scale(1.05,1.05);
}
.product-lis .tit{
	color: #333333;
	font-size: 16px;
	margin-bottom: 36px;
	width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-detl .main-center-top .title{
	color: #333333;
	font-size: 28px;
	text-align: center;
	padding: 45px 0 25px;
}
.new-detl .main-center-top .subtitle{
	color: #a9a9a9;
	text-align: center;
	font-size: 14px;
}
.main-center-top .subtitle a{
	color: #a9a9a9;
}
.article-box{
	color: #333333;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 25px;
}
.article-box img{
	max-width: 100%;
	height: auto;
}
.article-box{
	padding-bottom: 150px;
	border-bottom: 1px dashed #8f8f8f;
}
.xiatige{
	overflow: hidden;
	margin: 35px 0;
}
.xiatige-last{
	float: left;
	color: #9a9a9a;
}
.xiatige-next{
	float: right;
	color: #9a9a9a;
}
.xiatige-last a,.xiatige-next a{
	color: #9a9a9a;
}
.xiatige-last a:hover{
	color: #319eb2;
}
.xiatige-next a:hover{
	color: #319eb2;
}
