@charset "utf-8";
/* CSS Document */
html,body{width:100%; min-width:1200px;}
body{ position:relative; font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;font-size: 12px;}
*{ margin:0; padding:0;}
a{ text-decoration:none;}
ul,li{ list-style:none;}
.f-l{float: left;}
.f-r{float: right;}
.c-b{ clear:both;}
img{max-width:100%}
.lg-content{
	width: 1200px;
	margin: 0 auto;
}
.lg-content:after{
	display: block;
	content: "";
	clear: both;
}


.headWrap{
	position: absolute;
	top: 0;
	left:0;
	z-index: 9999;
	width: 100%;
	height: 101px;
	padding: 0 5%;
	box-sizing: border-box;
	box-shadow: 0 0 3px #ccc;
}
.headWrap:after{
	display: block;
	content: "";
	clear: both;
}
.logo{
	float: left;
	font-family: "arial black";
}
.logo img{
	height: 100%;
}
.logo strong{
	display: block;
	font-size: 40px;
	font-style: italic;
	line-height: 1;
}
.logo span{
	display: block;
	color: #999;
	text-align: center;
}
.navBar{
	display: none;
}
.headAdd{
	float: right;
	margin-top: 10px;
}
.headAdd a{
	display: block;
	    color: #fff;
	    text-transform: uppercase;
	    text-align: center;
	    background: #1156a2;
	    border-radius: 6px;
	    font-size: 13px;
	    padding: 10px 25px;
	    letter-spacing: 1px;
	    word-spacing: 2px;
	    text-decoration: none;
	    font-weight: bold;
}
.headAdd span{
	display: block;
	color: #1156a2;
	    text-decoration: none;
	    width: 100%;
	    margin-top: 5px;
	    text-align: center;
	    font-weight: bold;
	    letter-spacing: 1px;
}
.nav{
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}
.nav ul{
	
}
.nav ul li{
	float: left;
	width: 100px;
	text-align: center;
	line-height: 30px;
	padding: 3px 0;
	position: relative;
}
.nav > ul > li > a{
	color: #535353;
	font-size: 14px;
	font-weight: bold;
}
.nav ul li ul{
	display: none;
	position: absolute;
	left: -25%;
	width: 150%;
	background: #1156A2;
	box-shadow: 0 0 3px #000;
}
.nav ul li  ul li{
	float: none;
	width: 100%;
	text-align: center;
}
.nav ul li  ul li a{
	color: #fff;
}
.nav ul li  ul li a:hover{
	text-decoration: underline;
}
.nav ul li:hover > ul{
	display: block;
}
.nav > ul > li > a:hover{
	color: #1156A2;
}
.nav ul li  ul li ul{
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}
.nav ul li  ul li:hover{
	background: rgba(0,0,0,0.1);
}
.wap-nav{
	display: none;
}

.banner{
	padding-top: 101px;
	border-bottom: 10px solid #1156A2;
}
.banner .imgs{
	width: 100%;
	position: relative;
}
.banner .imgs .text{
	position: absolute;
	top: 30%;
	left: 30%;
}
.banner .imgs .text:before{
	display: block;
	width: 100px;
	height: 5px;
	background: #7bb2ef;
	content: "";
	position: absolute;
	top:-30px;
	left: 0;
}
.banner .imgs .text span{
	display: block;
	margin-bottom: 10px;
}
.banner .imgs .text span.s1{
	color: #fff;
	font-size: 18px;
}
.banner .imgs .text span.s2{
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	line-height: 22px;
}
.banner .imgs .text a{
	display: block;
	border: 1px solid #7bb2ef;
	color: #7bb2ef;
	padding:10px 20px;
	width: 100px;
	text-align: center;
}

.bodyWrap{
	
}
.projectContainer{
	width: 100%;
	box-sizing: border-box;
}
.projectContainer ul:after{
	content:"";
	display: block;
	clear: both;
}
.projectContainer ul li{
	float: left;
	width: 25%;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.projectContainer ul li img{
	max-width: 100%;
	min-height: 100%;
}
.projectContainer ul li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: linear-gradient(to top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	transition: all 0.2s;
	
}
.projectContainer ul li a span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	transition: all 0.2s;
}
.projectContainer ul li a span.cn{
	bottom: 40px;
}
.projectContainer ul li a span.en{
	color: #999;
	bottom: 15px;
}
.projectContainer ul li a:hover{
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.projectContainer ul li a:hover span.cn{
	bottom: 50%;
}
.projectContainer ul li a:hover span.en{
	bottom: 35%;
}

.aboutContainer{

}
.aboutContainer .title{
	padding: 10px 0;
	position: relative;
}
.aboutContainer .title span{
	display: block;
}
.aboutContainer .title span.cn{
		font-size: 20px;
		font-weight: bold;
}
.aboutContainer .title span.en{
		font-size: 16px;
		color: rgba(255,255,255,0.5);
}
.aboutContainer .title:after{
	display: block;
	content: "";
	width: 80%;
	height: 2px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 45%;
	right: 0;
}

.aboutContent{
	 height: 400px;
	 position: relative;
}
.aboutContent:after{
	display: block;
	content: "";
	clear: both;
}
.ab_left{
	float: left;
	width: 60%;
	height: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	background: url(/skins/default/images/abtextbg.png) top center no-repeat;
	background-size: cover;
}
.aboutContent .text{
	box-sizing: border-box;
	padding: 30px;
	color: #fff;

}
.aboutContent .text p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
}
.aboutContent .text a{
	display: block;
	width: 100px;
	padding: 10px 20px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	transition: all 0.2s;
}
.aboutContent .text a:hover{
	background: rgba(255,255,255,0.3);
	color: #fff;
}
.ab_right{
	float: right;
	width: 40%;
	height:100%;
}
.aboutContent .video{
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	text-align: center;
}
.aboutContent .video video{
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
}
.abouticon{
	width: 81px;
	height: 93px;
	background: url(/skins/default/images/abicon.png) center no-repeat;
	position: absolute;
	right: 40%;
	top: 50%;
	margin-right: -40px;
	margin-top: -46.5px;
}


.probt{
	text-align: center;
	padding: 40px 0;
	font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 300;
}
.probt span{
	color: #1156A2;
}
.productContainer{
	padding: 0 0 40px 0;
	background: url(/skins/default/images/probg.png) center no-repeat;
	background-size: 100% 100%;
}
.productContainer .title{
	position: relative;
	background: #1156A2;
}
.productContainer .title span{
	display: block;
}
.productContainer .title span.cn{
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 35%;
	left: 25%;
	z-index: 2;
}
.productContainer .title span.en{
	font-size: 20px;
	color: rgba(255,255,255,0.5);
	position: absolute;
	top: 55%;
	left: 45%;
}
.productContent{
	width: 90%;
	margin: 0 auto;
}
.productContent:after{
	display: block;
	content: "";
	clear: both;
}
.product-container{
	margin-bottom: 30px;
}
.proItem{
	height: 180px;
	overflow: hidden;
	position: relative;
}
.proItem img{
	width: 100%;
	min-height: 100%;
	transition: all 0.2s;
}
.proItem a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
	text-align: center;
	transition: all 0.2s;
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0), rgba(0,0,0,0),rgba(0,0,0,0.2));
}
.proItem a span{
	display: none;
	width: 100%;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	font-size: 16px;
	background: rgba(0,0,0,0.6);
	color: #fff;
}
.proItem a:hover span{
	display: block;
}
.proItem:hover img{
	transform: scale(1.1);
}
.proItem.act a{
	background:rgba(0,0,0,0.5)
}

.ProcessContainer{
	background: url(/skins/default/images/newsbg.png) top center no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}
.ProcessContainer .title{
	width: 1200px;
	margin: 0 auto;
	font-size: 20px;
	padding: 20px 0;
	position: relative;
	margin-bottom: 30px;
}
.ProcessContainer .title span{
	display: block;
	text-align: center;
}
.ProcessContainer .title span.cn{
	font-weight: bold;
	margin-right:10px ;
}
.ProcessContainer .title span.en{
	color: #999;
	font-size: 18px;
}
.ProcessContainer .title:after{
	display: block;
	content: "";
	clear: both;
	width: 100%;
	height: 5px;
	background: rgba(17,86,162,0.5);
	position: absolute;
	bottom: -10px;
	left: 0;
}
.ProcessContainer .title:before{
	display: block;
	content: "";
	clear: both;
	width: 100%;
	height: 5px;
	background: rgba(17,86,162,0.5);
	position: absolute;
	bottom:0px;
	left: 0;
}
.ProcessContent{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}
  .process-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .process-container  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);
      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;
    }
.ProcessContent .processItem{
	position: relative;
}
.ProcessContent .processItem .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ProcessContent .processItem .img img{
	width: 100%;
	min-height: 100%;
	transition: all 0.2s;
}
.ProcessContent .processItem .text{
	width: 100%;
	height: 100%;
	position: absolute;
}
.ProcessContent .processItem .text span{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #1156A2;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
}
.ProcessContent .processItem .text a{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	width: 100%;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	transition: all 0.2s;
}
.ProcessContent .processItem:hover img{
	transform: scale(1.1);
}
.ProcessContent .processItem:hover a{
	background: rgba(0,0,0,0.8);
	height: 60px;
	line-height: 60px;
}

.footWrap{
	background: url(/skins/default/images/footbg.png) top center no-repeat;
	background-size: cover;
	position: relative;
}
.foot-img{
	float: left;
	width: 25%;
	height: 100%;
	background: url(/skins/default/images/footimg.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.foot-img span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0),rgba(0,0,0,0.3));
}
.footer{
	float: left;
	width: 60%;
	margin-left: 5%;
	box-sizing: border-box;
	padding: 30px 0 0 0;
}
.foot-logo{
	float: left;
	font-family: "arial black";
}
.foot-logo strong{
	display: block;
	font-size: 40px;
	font-style: italic;
	line-height: 1;
	color: #fff;
}
.foot-logo span{
	display: block;
	font-size: 30px;
	color: #f2f2f2;
	
}
.foot-add{
	float: right;
}
.foot-add a{
	display: block;
	    color: #1156A2;
	    text-transform: uppercase;
	    text-align: center;
	    background: #fff;
	    border-radius: 6px;
	    font-size: 13px;
	    padding: 10px 25px;
	    letter-spacing: 1px;
	    word-spacing: 2px;
	    text-decoration: none;
	    font-weight: bold;
}
.foot-add span{
	display: block;
	color: #fff;
	    text-decoration: none;
	    width: 100%;
	    margin-top: 5px;
	    text-align: center;
	    font-weight: bold;
	    letter-spacing: 1px;
}
.foot-nav{
	float: left;
	margin-top: 30px;
}
.foot-nav ul{
	
}
.foot-nav ul li{
	float: left;
	margin: 0 20px;
	line-height: 22px;
	text-align: center;
}
.foot-nav ul li a{
	color: #fff;
	font-size: 16px;
}
.foot-nav ul li ul{
	margin-top: 20px;
}
.foot-nav ul li ul li{
	float: none;
}
.foot-nav ul li ul li a{
	font-size: 12px;
}
.foot-nav ul li a:hover{
	text-decoration: underline;
}
.ewm{
	float: right;
	margin-top: 30px;
	width: 100px;
}
.ewm img{width: 100%;}
.dress{
	display: none;
}
.bottom{
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 10px 5%;
	color: #fff;
}


/*内页*/
.inheadWrap{
	background: #fff;
}
.inbanner{
	height: 240px;
	background: url(/skins/default/images/inbanner.png) right top no-repeat;
	background-size:auto 100%;
}
.inbanner .imgs{
	height: 240px;
}
.inbodyWrap{
	width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
	min-height: 300px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 3px #eee;
}
.location{
	padding: 0 15px;
	color: #999;
	line-height: 30px;
}
.location .menu{
	font-size: 20px;
	font-weight: bold;
	color: #1156A2;
}
.Localtion{
	display: inline-block;
	color: #999;
}
.Localtion a{
	color: #999;
}

.content{
	padding: 15px;
}
.content:after{
	display: block;
	content: "";
	clear: both;
}
.contentSingle{
	
}
.contentSingle p{
	font-size: 14px;
	color: #595959;
	line-height: 22px;
	margin-bottom: 10px;
}
.contentHead{padding:0 10px; text-align: center;}
.contentHead h2{ font-size:2em; font-weight:normal; color:#333;}
.contentHead p{
	padding: 10px 0;
	color: #999;
}
.contentMain{padding:10px; line-height:2; font-size:1.17em; color:#333;}
.contentMain.single{ margin:0;}
.contentMain img{max-width:100%; display: block;margin: 0 auto;}
.contentMain table{max-width:100% !important;margin:1em 0;}
.contentFoot{padding:0 10px;}
.contentFoot .prev,.contentFoot .next{ line-height:2em; color:#999;}
.contentFoot .prev a,.contentFoot .next a{ color:#333;}
.contentFoot .prev a:hover,.contentFoot .next a:hover{ color:#f90;}
.contentFoot .next{}


/*page*/
.Pager{ padding:10px 20px;}
.Pager:after{ content:""; clear:both; display:block;}
.Pager a,.Pager span{ display:inline-block; float:left; border:1px solid #ddd; border-radius:3px; margin:3px 3px; line-height:30px; color:#333; text-align:center;}
.Pager a{width:30px; height:30px;}
.Pager span{ padding:0 10px;}
.Pager a.fa{ padding:0 10px;}
.Pager a.act{ background:#0064a6; color:#fff; font-weight:bold;}
.Pager a:hover{ color:#0064a6; background:#f9f9f9;}
.Pager a.act:hover{ background:#0064a6; color:#fff; cursor:text;}
.Pager a.fa.lcok{ color:#ccc; background:#fff; cursor:text;}

/*文字列表*/
.base_TextList{
	
}
.base_TextList li{
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
.base_TextList li span{
	color: #ccc;
	display: block;
	margin-bottom: 5px;
}
.base_TextList li span:before{
	margin-right: 5px;
}
.base_TextList li a{
	display: block;
	margin-bottom: 5px;
	color: #1156A2;
	font-size: 16px;
	line-height: 28px;
}
.base_TextList li p{
	color: #999;
	line-height: 22px;
}
.base_TextList li a:hover{
	
}

/*图片展示*/

.base_PicList{
	
}
.base_PicList:after{
	display: block;
	content: "";
	clear: both;
}
.base_PicList li{
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
.base_PicList li .img{
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.base_PicList li .img img{
	width: 100%;
	min-height: 100%;
	transition: all 0.2s;
}
.base_PicList li .img a{
	display: block;
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	color: #fff;
	font-size: 2em;
	text-align: center;
	line-height: 180px;
	transition: all 0.2s;
}
.base_PicList li span{
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background: #eff6fd;
	font-size: 14px;
}
.base_PicList li .img:hover a{
	top: 0;
}
.base_PicList li .img:hover img{
	transform: scale(1.1);
}

@media screen and ( max-width: 1650px ) {
	.projectContainer ul li{
		height: 200px;
	}
	.proItem{
		height: 150px;
	}
}
@media screen and ( max-width: 1366px ) {
	.projectContainer ul li{
		height: 160px;
	}
	.proItem{
		height: 120px;
	}
}
@media screen and ( max-width: 650px ) {

html,body{width:100%; min-width:300px;}
.headWrap{
	height: auto;
	position: fixed;
	background: #fff;
	z-index: 3;
}
.logo{

}
.logo img{

}
.navBar{
	display: block;
	position: absolute;
	top: 35px;
	right: 15px;
	font-size: 2.5em;
}
.navBar.act{
	color: #1156A2;
}
.headAdd{
	display: none;
}
.nav{
	display: none;
}
.wap-nav.act{
	display: block;
	width: 100%;
	position: absolute;
	top: 101px;
	left: 0;
	z-index: 2;
	font-size: 14px;
}
.wap-nav > ul{
	background: #1156A2;
}
.wap-nav > ul  li{
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 0 0 0 20px;
	position: relative;
}
.wap-nav > ul > li a{
	color: #fff;
}
.wap-nav ul li ul{
	display: none;
	padding: 10px 0;
}
.wap-nav ul li ul.act{
	display: block;
}
.wap-nav > ul > li span{
	position: absolute;
	top: 12px;
	right: 15px;
	color: #fff;
}
.wap-nav > ul > li > ul{
	background: #1186d4;
}
.wap-nav > ul > li > ul  li{
	border: none;
}
.wap-nav > ul > li > ul > li ul{
	background:#7BB2EF;
}

.banner{

}

.bodyWrap{
	
}
.projectContainer{
	display: none;
}
.probt{
	padding: 15px 0;
	font-size: 18px;
}
.productContent .title{
	height: auto;
	background: none;
	margin-bottom: 20px;
}
.productContent .title span{
	text-align: center;
}
.productContainer .title span.cn{
	position: initial;
	color: #1156A2;
}
.productContainer .title span.en{
	position: initial;
	color: #999999;
}
.productContent{
	max-height: 713px;
	overflow: hidden;
}
.proItem{
	width: 100%;
	height: 240px;
}
.proItem a span{
	display: block;
}
.aboutContent{
	height:auto;
}
.ab_left{
	float:none;
	width: 100%;
}
.aboutContent .text{
	padding: 30px 10px;
}
.ab_right{
	float: none;
	width: 100%;
	height: auto;
}
.aboutContent .video{
	width: 100%;
	height: auto;
}
.aboutContent .video video{
	width: 100%;
	height: auto;
}
.abouticon{
	display: none;
}

.ProcessContainer{
	padding-bottom: 20px;
}
.ProcessContainer .title{
	width: 100%;
}
.ProcessContent{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}


.footWrap{
	
}
.foot-img{
	display: none;
}
.footer{
	width: 100%;
	float: none;
	margin-left:0;
	padding: 20px;
}
.foot-nav{
	display: none;
}
.ewm{
	float: left;
}
.dress{
	display: block;
	margin-top: 30px;
	margin-left: 120px;
}
.dress p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.inbanner{
	display: none;
}
.inbodyWrap{
	margin-top: 101px;
	border-top: 10px solid #1156A2;
	width: 100%;
	padding: 10px;
}
.content{
	padding: 10px;
}
.contentSingle{
	
}
.contentSingle img{
	max-width: 100% !important;
	height: auto !important;
}

/*page*/
.Pager{ text-align:center; padding:20px 0;}
.Pager a{ display:none;width: auto;height: auto; line-height: 1;float: none;}
.Pager a.fa{ display:inline-block; padding:10px 30px; margin:0 10px; color:#333; border:1px solid #eee; border-radius:20px;background: linear-gradient(#eee, #fff);}
.Pager a.fa.lock{ color:#ccc;}

.base_PicList li{
	float: none;
	width: 100%;
}

}

