/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,600,700,800,900|Bebas Neue:300,400,500,600,700,800,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	/* font-family: 'Poppins', sans-serif; */
	/* font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; */
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow-x: hidden;
}
p, a, h1, h2, h3, h4, h5, h6, li, label, span, i, b, div, ol, figure {
    margin: 0;
    padding: 0;
   /* font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; */
   font-family: 'Barlow', sans-serif;
}

.font1{font-family: 'Bebas Neue';}
a {
	text-decoration: none;
/* 	font-family: 'Poppins', sans-serif; */
	color: #000;
	font-size: 16px;
	transition-duration: .3s;
}

a:hover,a:focus,a:visited {	
	text-decoration: none;
	outline: none;
	color: #000;

}
p{padding: 0;margin: 0;}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input{
   border: 0px;
   background-color: none;
   outline: none;
}
input:focus{
   outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: 0;
}
button,
select { /* 1 */
  text-transform: none;
  border: 0;
}
input,select{
  outline: none

}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}
.clear{clear: both;width: 100%;}
.container{min-width: 1300px;padding: 0;}
.container-fluid{min-width: 1300px;}
/* .swiper-container{min-width: 1300px;} */

.topdbox{height: 60px;background: #fff;}
.leeee{height: 27px;line-height: 27px;text-align: left;padding-top: 14px;}
.leeee a{padding-left: 6px;}
.leeee a:hover{color: #19a5f2;}
.toprrrrrim{text-align: right;padding-top: 18px;}
.toprrrrrim .ee1 a{display: block;height: 24px;width: 24px;font-size: 12px;color: #fff;font-weight: 500;}
.toprrrrrim .ee1{height: 24px;width: 24px;text-align: center;line-height: 24px;color: #fff;border-radius: 30px;background: #b2b2b2;float: right;margin-left: 10px;position: relative;}
.toprrrrrim .ee1 .weix{position: absolute;bottom:-138px;left:-43px;z-index: 100;transition: all 0.6s;overflow: hidden;width: 120px;height:120px;opacity: 0;}
.toprrrrrim .ee1 .weix img{width: 120px;height: 120px;}
.toprrrrrim .wexhove:hover .weix{opacity:1}
.toprrrrrim .ee1 img{display: block;position: absolute;top: 50%;left: 50%; transform:translate(-50%,-50%);}
.toprrrrrim .ee1:hover{background: #19a5f2;}
.clogo{width: 100%;text-align: center;position: absolute;top: 0;left: 50%;transform:translateX(-50%);z-index: 1000;}




/* 首页导航 */
.ndhbox{height: 71px;line-height: 71px;border-bottom: 1px #cacaca solid;}
.dhbb{height: 70px;line-height: 70px;}
.dhbb>ul>li{width: 14.27%;border-right: 1px #cacaca solid;text-align: center;position: relative;float: left;}
.dhbb>ul>li>a{font-size:18px;font-weight: 500;width: 100%;}
.dhbb>ul>li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	background: #19a5f2;
	z-index: 10;
	transition: all 0.6s;
}
.dhbb>ul>li:hover::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #19a5f2;
	z-index: 10;
}
.dhbb>ul>li:hover>a{color: #19a5f2;}
.dhbb>ul>li.active::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #19a5f2;
	z-index: 10;
	transition: all 0.6s;
}
.dhbb>ul>li.active>a{color: #19a5f2;}
.dhbb>ul>li:nth-child(1){border-left: 1px #cacaca solid;}
.dhbb>ul>li:hover ul{opacity: 1;}



.dhbb>ul>li>ul{position: absolute;left: 0;bottom: 71px;top: auto;z-index: 10;opacity: 0;transition: all 0.6s;width: 100%;}
.dhbb>ul>li>ul::after{
	position: absolute;
	content: "";
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	background: #19a5f2;
	opacity: 0.8;
	z-index: 1;
}
.dhbb>ul>li>ul>li{width: 100%;border: 0;height: 50px;line-height: 50px;border-bottom: 1px #3baae5 solid;padding: 0;margin: 0;float: left;position: relative;z-index: 999;}
.dhbb>ul>li>ul>li:nth-child(1){border-left:0}
.dhbb>ul>li>ul>li>a{display: block;width: 100%;margin: 0;padding: 0;height: 50px;color: #fff;}
.dhbb>ul>li>ul>li:hover a{background: #19a5f2;color: #fff;}

/* 首页新闻 */
.newbbbb{border: 1px #cacaca solid;border-left: 0;padding: 15px;padding-left: 0;height: 280px;overflow: hidden;}
.navtitle{float: left;width: 20%;text-align: center;}
.navtitle h3{font-size: 22px;font-weight: bold;color: #424242;}
.connewlist{float: left;width: 80%;}
.connewlist li{float: left;width: 100%;}
.connewlist li span{display: block;float: left;width: 77px; line-height: 34px;text-align: center;color: #c3c3c3;}
.connewlist li span .wzzz{color: #19a5f2;font-weight: normal;font-size: 22px;}
.connewlist li .righ{float: left;width: 360px;margin-left: 10px; }
.connewlist li h6{display: block;float: left;width: 360px; line-height:34px;}
.connewlist li p{font-size: 14px;color: #767676;display: none;}
.connewlist li:hover h6{color: #19a5f2;font-size: 20px;}
.connewlist li:hover p{display: block;}
.connewlist li:hover span{height: 77px;background: #ffcc1c;color: #fff;font-size: 20px;}
.connewlist li:hover span .wzzz{color: #fff;font-size: 24px;}

.nnnnactive{padding-bottom: 15px;}
.nnnnactive h6{color: #19a5f2;font-size: 20px;}
.nnnnactive .righ p{display: block;}
.nnnnactive a span{height: 77px;background: #ffcc1c;color: #fff;font-size: 20px;}
.nnnnactive a span .wzzz{color: #fff;font-size: 24px;}

.newboxleft{height: 100%;width: 100%;background: #19a5f2;box-sizing: border-box;}
.newbol{width: 50%;float: left;padding: 15px;}
.newbol h3{color: #fff;font-size: 24px;}
.newbol p{color: #fff;margin-top: 20px;line-height: 24px;}
.newbol a{color: #fff;margin-top: 30px;}
.newbor{width: 50%;float: right;text-align: right;}


/* 首页案例 */
.toptitbox{width: 100%;}
.clatitbox{width: 256px;float: left;position: relative;}
.clatitbox::after{
	content: "";
	position: absolute;
	bottom: -22px;
	left:2;
	width: 100px;
	height: 4px;
	background: #19a5f2;
}

.flboxaaar{height: 74px;width: 100%;float: left;width: 70%;position: relative;}
.claaafl{width:100%;position: absolute;bottom:-4px;right: 0;border: 1px #cacaca solid;background: #fff;height: 40px;line-height: 38px;background: #f7f7f7;}
.claaafl li{width: 20%;border-left: 1px #CACACA solid;text-align: center;float: left;}
.claaafl li:nth-child(1){border-left: 0;}
.claaafl li:hover a{color: #19a5f2;}
.claaafl li:hover{background: #fff; color: #19a5f2;}

.clatitbox h3{font-size: 40px;display: block;color: #514f50;}
.clatitbox p{display: block;font-size:23px;color: #6a6a6a;text-transform: uppercase;margin-top: 10px;}
.0.6s{margin-top: 50px;}
.0.6s .al111{float: left;width: 65%;overflow: hidden;position: relative;}
.0.6s img{width: 100%;height: 246px;transition: all 0.6s;transform: scale(1);}
.0.6s a{width: 100%;}
.0.6s .al222{float: right;width: 33%;overflow: hidden;position: relative;}
.0.6s .al333{float: left;width: 33%; margin-top: 15px;overflow: hidden;position: relative;}
.0.6s .al444{float: right;width: 65%; margin-top: 15px;overflow: hidden;position: relative;}
.0.6s .al111:hover   img{transform: scale(1.1);}
.0.6s .al222:hover   img{transform: scale(1.1);}
.0.6s .al333:hover   img{transform: scale(1.1);}
.0.6s .al444:hover   img{transform: scale(1.1);}

.conttwh{margin-top: 50px;width: 100%;clear: both;color: #6a6a6a;line-height: 24px;}
.cleass{width: 100%; margin-top: 50px;}
.cleass li{width: 50%;float:left;text-align: center;height: 125px; margin-top: 10px;}
.cleass li:nth-child(3){margin-top: 35px;}
.cleass li:nth-child(4){margin-top: 35px;}
.cleass li span{display:block;width: 100%;text-align: center;margin-top: 10px;}
.cleass li img{transition: all 0.6s;}
.cleass li:hover a{color: #19a5f2;}
.cleass li:hover img{transform: scale(1.05);}


.xiala_erji{
	/* transition:all 0.4s ease-in; */
	height:0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top:102px;
    z-index: 80;
	background: #fff;
}

.headabout{
	    background: #fff;
	    height: 237px;
}
.headpro{background: #fff;
	    height:335px;
}
.newboxhe{
	background: #fff;
	height: 280px;
}
.zjboxhe{
	background: #fff;
	height: 370px;
}
.yzboxhe{
	background: #fff;
	height: 350px;
}
	
		
.proboxhe{width:30%;float: left;margin-top: 40px;position: relative;}		
/* .proboxhe::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 90%;
	width: 1px;
	background: #b3b3b3;
} */
.proboxhe h3{display: block;width: 40%;float: left;font-size: 16px;text-align: center;font-weight:bold;}	
.proboxhe h3 span{padding-top: 10px;display: block;}
.proboxhe h3 img{width: 148px;height: 148px;display: block;}
.proboxhe h3 a:hover{color:#19a5f2}	
	
.proboxhe .proxfllist{width:50%;float: left;}	
.proboxhe .proxfllist li{line-height: 30px;padding-left:25px;display: block;width: 100%;}
.proboxhe .proxfllist li a:hover{color:#19a5f2;padding-left: 15px;}	
	
.nebbb1{width: 30%;float: left;margin-top: 40px;}
.nebbb1 li{left: 30px;width:80%;line-height: 50px;font-size: 18px;position: relative;cursor: pointer;}
.nebbb1 li i{position: absolute;top:35%;right: 0;color: #ccc;}
.nebbb1 li::after{
	content:"";
	position: absolute;
	left: 0;bottom: 0;
	width: 100%;height: 1px;background: #ccc;
}
.nebbb1 li:hover a{color: #19a5f2;padding-left:10px;}
.nebbb1 li:hover::after{
	background: #19a5f2;
}
.nebbb2{width: 70%;float: left;margin-top: 40px;}
.nebbb2 li{width: 33.2%;float:right;}
.nebbb2 li .newimg{width: 240px;height: 150px;overflow: hidden;}
.nebbb2 li img{width: 240px;height: 150px;transform:scale(1);-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
.nebbb2 li:hover img{border: 1px #19a5f2 solid;transform:scale(1.1);}
.nebbb2 li:hover span{color: #19a5f2 ;}
.nebbb2 li span{display: block;margin-top: 15px;}
		
.abnav{width:215px;float: left;height: 150px;background: #ededed;;margin-top:40px;text-align: center;border-radius: 6px;margin-right: 23px;cursor: pointer;}
.abnav:nth-child(5){margin-right: 0;}
.abnav img{width: 64px;height: 64px;margin-top:28px;}
.abnav span{width: 100%;display: block;margin-top: 10px;}
.abnav:hover span{color: #19a5f2;}
.abnav:hover{background: #e3e3e3;}

.lxnav{width:269.5px;float: left;height: 150px;background: #ededed;;margin-top:40px;text-align: center;border-radius: 6px;margin-right: 23px;cursor: pointer;}
.lxnav:nth-child(5){margin-right: 0;}
.lxnav img{width: 64px;height: 64px;margin-top:28px;}
.lxnav span{width: 100%;display: block;}
.lxnav:hover{color: #19a5f2;}
.lxnav:hover span{color: #19a5f2;}
.lxnav:hover{background: #e3e3e3;}

/* 首页产品展示 */
.homeprobox{margin-top:50px;}

.topbooox{width: 700px;margin: 0 auto;}
.topbooox h3{width:100%;font-size:40px;display: block;float: left;font-weight: bold;clear: both;text-align: center;position: relative;margin-top: 50px;color: #19a5f2;padding-bottom:10px;}
.topbooox p{width: 100%;text-align: center;padding-bottom:50px;}

.classfl1{float: left;width: 751px;height: 407px;border-radius: 4px;background: #f0f0f0;overflow: hidden;position: relative;cursor: pointer;}
.classfl1 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl1 img{position: absolute; bottom: 0;right: 40px;}

.classfl2{float: right;width:529px ;height: 407px;border-radius: 4px;background: #ffdcda;overflow: hidden;position: relative;cursor: pointer;}
.classfl2 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl2 img{position: absolute; bottom: 0;right: 40px;}

.classfl3{float: left;width:529px ;height: 407px;border-radius: 4px;background: #f0fffb;overflow: hidden;position: relative;cursor: pointer;}
.classfl3 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl3 img{position: absolute; bottom: 0;right: 40px;}

.classfl4{float: right;width: 751px;height: 407px;border-radius: 4px;background: #ffeee9;overflow: hidden;position: relative;cursor: pointer;}
.classfl4 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl4 img{position: absolute; bottom: 0;right: 40px;}
.accc a{width: 100%;display: block;height: 100%;}
.accc:hover{-moz-box-shadow:0px 0px 10px #ddd;box-shadow: 0px 0px 10px #ddd;}




/* 首页公司简介 */
.abtoubox{padding: 50px;}
.abtoubox h3{width:100%;font-size:40px;display: block;float: left;font-weight: bold;clear: both;text-align: left;position: relative;padding-bottom:50px;margin-top: 20px;}
.abtoubox h3::after{
	content: "";
	position: absolute;
	width: 145px;
	height: 2px;
	background: #19a5f2;
	bottom: 34px;
	left: 0;
}
.abtoubox h3 span{color: #19a5f2;padding-right: 10px;}
.abtoubox .inaboobbox{line-height: 30px;color: #414141;font-family: arial;width: 600px;}
.abtoubox a{width: 120px;height: 40px;line-height: 40px;text-align: center;background: #19a5f2;color: #fff;border-radius: 50px;margin-top: 100px;}
.abtoubox a:hover{background: #000;}

.xieti{position: absolute;right:0px;top:10px;font-family: "arial black";font-weight: bold;font-size:60PX;

height:95%;
width: 93px;
color: #f0f0f0;
background: url(../images/rtitl.png) no-repeat;
background-size:100% 100%;
background-position: center;
}


/* 首页视频 */
.newboobb{overflow: hidden;position: relative;}
.newboobb .iboxbbb{position: absolute;top: 50%;left: 50%;width: 70px;height: 70px;background: #9da38e;border-radius:50%;text-align: center;;line-height: 70px;opacity:0.8;margin-left: -35px;margin-top: -35px;transition: all 0.6s;}
.newboobb .iboxbbb i{font-size: 20px;color: #fff;}
.newboobbxx a{margin: 0 auto;border: 1px #fff solid;display: block;width: 97%;-moz-box-shadow:0px 0px 8px #dadada;box-shadow: 0px 0px 8px #dadada;background: #f8f8f8; padding-bottom: 20px;}
.newboobbxx a span{padding: 20px 20px;padding-bottom: 10px;text-align: left;width: 100%;font-size:18px;font-weight: 600;text-transform: uppercase;}
.newboobbxx a p{display: block;width: 100%;padding:0 20px;line-height: 26px;text-align: left;color: #7e7e7e;}
.newboobbxx a:hover span{color: #19a5f2;}
.newboobbxx a:hover{border: 1px #000000 solid;}
.newboobbxx a:hover  .newboobb .iboxbbb {background: #19a5f2;}


/* 首页留言 */
.messagetitlet{float: right;color: #000;font-size: 27px;text-align: left;padding-top: 0;width: 100%;}
.messagetitlet h1{display: block;width: 100%;height: 80px;text-align: left;}
.messagetitlet h3{display: block;width:100%;line-height:40px;font-size:30px;font-weight: bold;margin-top: 30px;position: relative;}
.messagetitlet h3::after{
	content: "";
	position: absolute;
	bottom: -15px;
	width:125px;
	height: 4px;
	left: 0;
	background: #19a5f2;
}
.messagetitlet p{color: #010101;width: 100%;font-size: 16px;margin-top: 40px;}
.messageright{width: 750PX;float: right;margin-top: 80px;}
.messageright h6{width: 100%;font-size: 24px;color: #000;font-weight: 600;position: relative;padding-left:10px ;margin-bottom: 10px;}
.messageright h6::after{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	height:18px;
	background: #19a5f2;
	width: 4px;
}
.messageright input{display: block;width:49.3%;margin-top: 10px;background: #dedede;border-radius: 4px;height: 45px;line-height: 45px;padding-left: 10px; color: #aaaaaa;margin-right: 1%;}
.messageright input:nth-child(3){margin-right:0;float: right;}
.messageright input:nth-child(4){margin-right:0;float: right;width: 100%;margin-bottom: 10px;}
.messageright textarea{display: block;width: 100%;margin-top: 10px;background: #dedede;border-radius: 4px;height: 80px;line-height: 30px;padding-left: 10px;}
.messageright span{color: #000;display: block;width: 100%;margin-top: 10px;background: #dedede;border-radius: 4px;height: 45px;line-height: 45px;text-align: center;font-weight: bold;cursor: pointer;}
.messageright span:hover{background: #19a5f2;color: #fff;}

/* 底部 */

.fotbox{background: #282828;color: #fff;padding-bottom:20px;}

.botleft{width:24%;float: left;margin-top: 40px;}
.botleft h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom:-18px;
}
.botleft li{line-height: 35px;width: 100%;position: relative;}
.botleft li a{color: #fff;}
.botleft li a:hover{padding-left: 16px;}
.botleft li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}
.botleft2{width:25%;float: left;margin-top: 40px;}
.botleft2 h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft2 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #19a5f2;
	left: 0;
	bottom:-18px;

}
.botleft2 li{line-height: 35px;width: 100%;position: relative;}
.botleft2 li a{color: #fff;}
.botleft2 li a:hover{padding-left: 16px;}
.botleft2 li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.botleft2 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}
.botleft3{width:25%;float: left;margin-top: 40px;}
.botleft3 h3{font-size:20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft3 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #19a5f2;
	left: 0;
	bottom:-18px;
}
.botleft3 li{line-height: 35px;width: 100%;position: relative;}
.botleft3 li a{color: #fff;}
.botleft3 li a:hover{padding-left: 16px;}
.botleft3 li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.botleft3 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}
.botleft4{width:25%;float: left;margin-top: 40px;}
.botleft4 h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft4 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #19a5f2;
	left: 0;
	bottom:-18px;
}
.botleft4 li{line-height: 35px;width: 100%;position: relative;}
.botleft4 li a{color: #fff;}
.botleft4 li a:hover{padding-left: 16px;}
.botleft4 li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 0;
	height: 2px;
	background: #fff;
}
.botleft4 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.botright{width: 25%;float: right;margin-top: 40px;}
.botright h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botright h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #19a5f2;
	left: 0;
	bottom:-18px;
}
.botright img{width: 133px;display: block;}
.botright span{display: block;width: 100%;text-align: center;;margin-top: 10px;}


.copby{background: #19a5f2;color: #fff;border-top: 1px #19a5f2 solid;}
.footcopy{background: #19a5f2;width: 100%;font-size: 14px;}
.footcopy .c1{float: left;width:70%;text-align: left;}
/* .footcopy .c2{float: left;width:33.3%;text-align: center;} */
.footcopy .c1 a{color: #fff;font-size: 14px;}
.footcopy .c3{float: right;width:30%;text-align: right;}
.footcopy .c3 a{color: #fff;font-size: 14px;}



.topbanner{height: 426px;background: url(../images/nyb.jpg) no-repeat;background-position: center center;}
.topbanner h2{width: 100%;text-align: center;color: #fff;font-weight: bold;padding-top: 137px;font-size:40px;}
.topbanner span{width: 100%;text-align: center;color: #fff;padding-top:10px;font-size:22px;}


.prob{margin-top: 20px;border: 1px #d2d2d2 solid;font-size: 14px;}
.prob .rowlist{border-bottom: 1px #d2d2d2 solid; line-height: 35px; padding: 7px 0;;}
.prob .altit{width:100px;text-align: center;background: #fafafa;}
.prob .altlist a.btnhove{text-align: center;padding: 1px 15px;font-size: 14px;margin-right: -2px;}
.prob .altlist a.btnactive{background: #0a3f7a;color: #fff;border-radius: 3px;padding: 0 15px;font-size: 14px;margin-right: -2px;}
.prob .altlist a:hover{background: #0a3f7a;color: #fff;border-radius: 3px;padding: 0 15px;font-size: 14px;margin-right:-2px;}

.alshear{margin-top: 20px;}
.alshear input{width: 300px;border: 1px #bfbfbf solid;border-right: 0;float: left;height: 30px;line-height: 30px;padding-left: 15px;}
.alshear span{display: block;width: 80px;height: 30px;background: #0a3f7a;text-align: center;;line-height:30px;float: left;color: #fff;cursor: pointer;}

/* 案例列表 */
.caseobx{margin-top: 20px;padding-left: 0;}
.calist {border: 1px #bfbfbf solid;margin-bottom: 15px;position: relative;transition-duration: .3s;}
.calist img{width: 100%;height: 214px;}
.calist h4{font-size: 18px;padding-left: 10px; margin-top: 10px;}
.calist p{margin-top: 10px;padding-left: 10px;padding-bottom: 10px;}
.calist span{display: block;width: 100px;height: 30px;background: #e5e5e5;border-radius: 3px;line-height: 30px;text-align: center;font-size: 14px;position: absolute;right: 10px;bottom: 20px;}
.calist:hover{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.calist:hover span{background:  #0a3f7a;color: #fff;}

/* 案例详情 */
.leiboe{border: 1px #bfbfbf solid;border-bottom: 0;}
.leiboe li{float: left;width: 50%; line-height: 40px;height: 40px;border-bottom: 1px #bfbfbf solid;}
.leiboe li span{display: block;width:80px;background: #e5e5e5;text-align: center;float: left;height:39px;}
.leiboe p{display:block;width: 150px;float: left;padding-left: 10px;}

.clcontent{margin-top: 20px;}

.sjsboxright{border: 1px solid #E5E5E5;padding: 15px;}
.sjsboxright h3{font-size: 16px;height: 35px;line-height: 35px;}
.sjsboxright img{width: 100%;}
.sjsboxright span{margin-top: 10px;line-height:28px;display: block;}
.sjsboxright  a{display: block;padding: 7px 15px;background: #0a3f7a;color: #fff;font-size: 14px;text-align: center;margin-top: 10px;}


.lqbaojia{border: 1px solid #E5E5E5;padding: 15px;margin-top: 20px;}
.lqbaojia h3{font-size:22px;text-align: center;color: #0a3f7a;font-weight: bold;}
.lqbaojia .yonhusan{text-align: center;margin-top: 10px;display: block;margin-bottom: 20px;}
.lqbaojia p input{
	width: 100%;
	    height:30px;
	    line-height:30px;
	    padding: 5px 5px 5px 10px;
	    border: 1px solid #DDD;
	    background-color: #FFF;
	    border-radius: 3px;
	    margin: 6px auto;
}
.lqbaojia p input.rzb_butt1{
	    width: 100%;
	    height: 36px;
	    display: block;
	    border: none 0;
	    margin: 12px 0;
	    cursor: pointer;
	    font-size: 16px;
	    color: #FFF;

	    line-height: 28px;
		background: #0a3f7a;
}




/* 新闻列表 */
 .newtu{width: 100%;float: left;height:240px;overflow: hidden; border: 1px #ddd solid;}
 .newtu img{width: 100%;height:240px;-webkit-transition: 0.6s;transition: 0.6s;}
 .pptitleab{width:100%;float: left;}
 .stspan1b{font-size:18px;display: block;width:100%;padding-bottom: 10px;color: #000000;font-weight: 400;margin-top: 10px;}
 .stspan2b{display: block;width: 100%;line-height:25px;font-size: 16px;color: #000;}
 .tupimg1{display: block;position: absolute;right: 20px;bottom: 70px;background: url(../images/m-a.jpg); width: 48px; height: 27px;}
 .prin2{width: 100%;display: block; border-bottom:2px #eee solid;padding-bottom: 20px;margin-bottom:40px;}
 .prin2:hover{border-bottom: 2px #19a5f2 solid; color: #19a5f2;}
 .prin2:hover .newtu img{transform:scale(1.1);}
 .prin2:hover .stspan1a{color: #19a5f2;}
 .prin2:hover .stspan2a{}
 .prin2:hover .stspan1b{color: #19a5f2;}








 /* 详情,上一页,下一页 */
 .clear{clear: both;width: 100%;}
 .two{  padding: 10px 0;  border-top: 1px dotted #a5a7aa;  border-bottom: 1px dotted #a5a7aa;width: 100%; margin-top:20px; }
 .page_left{  float: left;  width: 400px;  border-right: 1px solid #d5d8dc;  }
  .page_left p{padding: 0;margin: 0;}
 .page_left a{  display: block;  padding: 20px;  margin-right: 25px;  }
 .page_left a:hover{  background: #19a5f2;  }
 .page_left a .page1{  width: 40px;  height: 40px; line-height: 40px;text-align: center; float: left;  margin-right: 20px; border: 1px #000 solid;  }
 .page_left a .page2{  font-size: 18px;  color: #808488;  padding:1px;  }
 .page_left a:hover .page1{  color: #fff; border: 1px #fff solid; }
 .page_left a:hover .page2{  color: #fff;  }
 .page_left a .page3{  font-size: 14px;  color: #808488;  }
 .page_left a:hover .page3{  color: #fff;  }
 .page_right {  float: left;  width: 400px;  }
   .page_right p{padding: 0;margin: 0;}
 .page_right a {  display: block;  padding: 20px;  margin-left: 25px;  text-align: right;  }
 .page_right a:hover{  background: #19a5f2;  }
 .page_right a:hover .page1{  color: #fff; border: 1px #fff solid; }
 .page_right a .page1{  width: 40px;  height: 40px;  line-height: 40px;text-align: center;   float: right;  margin-left: 20px; border: 1px #000 solid;  }
 .page_right a .page2{  font-size: 18px;  color: #808488;  padding:1px;  }
 .page_right a:hover .page2{  color: #fff;  }
 .page_right a .page3{  font-size: 14px;  color: #808488;  }
 .page_right a:hover .page3{  color: #fff;  }
 
 
 
/*工地 */
.gdobxl{padding: 6px;}
.gdlist{margin-bottom:15px;border: 1px #E5E5E5 solid ;padding: 5px;transition-duration: .3s;}
.gdlist:hover{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.gdlist img{width: 100%;}
.gdlist h3{font-size:16px;margin-top: 10px;}
.gdlist .sjjj span{font-size: 14px; color: #808488;display: block;width: 50%;float: left;}


/* 楼盘 */
.loupabox{width: 100%;border-bottom: 1px #E5E5E5 solid ;padding-bottom:20px;margin-bottom:20px;position: relative; }
.loupabox:hover{border-bottom: 1px #19a5f2 solid ;}
.loupabox .loupanleft{width: 320px;float: left;}
.loupabox .loupanleft img{width: 100%}
.loupabox .loupanright{width: 498px;float: right;;padding: 0 20px;font-size: 14px;line-height:25px;}
.loupabox .loupanright h5{border-bottom: 1px #E5E5E5 solid ;padding-bottom: 10px;font-size: 18px;}
.loupabox .loupanright p{color:  #a3a3a3;padding-top: 6px;}
.loupabox span{position: absolute;bottom:20px;right: 0;width: 80px;height: 40px;line-height: 40px;text-align: center;border: 1px #E5E5E5 solid;color: #a3a3a3;}
.loupabox:hover span{background: #19a5f2;color: #fff;border: 1px #19a5f2 solid;}


/* 设计师*/
.sjslistbox{width: 100%;border-bottom: 1px #E5E5E5 solid ;padding-bottom: 15px;margin-bottom: 15px;}
.sjslistbox .sjsleft{width:130px;float: left;}
.sjslistbox .sjsleft img{width: 100%;transition-duration: .3s;}
.sjslistbox:hover{border-bottom: 1px #003262 solid ;}
.sjslistbox:hover .sjsleft img{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.sjslistbox .sjsright{width: 498px;float: right;;padding: 0 20px;font-size: 14px;line-height:25px;}
.sjslistbox .sjsright h5{border-bottom: 1px #E5E5E5 solid ;padding-bottom: 10px;font-size: 20px;position: relative;}
.sjslistbox .sjsright h5 span{font-size: 16px;padding: 3px 5px;}
.sjslistbox .sjsright h5 .zwbox{background: #003262; color: #fff;border-radius: 10px;font-size: 14px;padding: 3px 5px;}
.sjslistbox .sjsright p{color: #808488;}

.prolistbbb{width:33.3%;float: left;padding: 20px;padding-top: 0;}
 .holist{text-align: center;width: 100%;cursor: pointer;padding-top: 0;}
 .holist span{display: block;width: 100%;padding-top: 14px;}
 .holist .hoimgsss{overflow: hidden;width: 100%;height: 207px;}
 .holist img{transition: all 0.6s;}
 .holist:hover span{color: #000;}
 .holist:hover img{transform: scale(1.1);}


.tutitle{background: #fff;height: 80px;line-height:80px;border-bottom: 1px solid #e5e5e5 ; color:#666;font-size: 14px;text-transform: uppercase;}
.tutitle .fldh{float: right;}
.tutitle li{padding: 0 15px;text-align: center; }
.tutitle li a{font-size: 14px;}
.tutitle li.active{background: #19a5f2;}
.tutitle li.active a{color: #fff;}

.tutitle .abbox{margin: 0 auto;width: 754px;}
.tutitle .abbox li{height: 79px;padding: 0 40px;text-align: center;line-height: 25px;padding-top: 11px;}
.tutitle .abbox li img{width: 30px;}
.tutitle .abbox li  a{font-size: 16px;color: #666;}
.tutitle .abbox li span{width: 100%;display: block;}
.tutitle .abbox li.active{background: #fff;}
.tutitle .abbox li.active a{color: #19a5f2;}

/* 公司简介 */
.aboutcont{margin-top: 30px;}
.atubox .abnr{color: #666;margin-top:25px;line-height:25px;font-size: 14px;}
.atubox  h3{font-size: 26px;font-weight: bold;color: #19a5f2;margin-top: 30px;}
.atubox  h3 span{color: #666;font-size: 18px;width: 100%;font-weight:600;}
.atubox  h6{font-size: 26px;color: #19a5f2;margin-top: 10px;width: 200px;float: left;}
.atubox  h6 span{color: #666;font-size: 14px;width: 100%;}
.atubox .ablink{width: 150px;line-height: 50px;height: 50px;text-align: center;color:#19a5f2;border: 1px #19a5f2 solid;border-radius: 50px;display: block ;float: right;margin-top: 20px;}
.atubox .ablink:hover{background: #19a5f2;color: #fff;}

.dszcc{padding: 30PX 15px;color: #fff;font-size: 14px;line-height: 30px;}
.dszcc  h3{font-size: 26px;font-weight: bold;color: #fff;margin-top: 30px; margin-bottom: 20px;}
.dszcc  h3 span{color: #eee;font-size: 18px;width: 100%;font-weight:600;}
.dszimg {padding-top:70px;text-align: right;}
.dszimg .dszssimg{float: right;}
.dszimg .dszssimg span{display: block;color: #fff;margin-top: 10px;text-align: center;}


.honnerobx  h3{font-size: 26px;font-weight: bold;color: #19a5f2;margin-top: 30px; margin-bottom: 20px;text-align: center;}
.honnerobx  h3 span{color: #666;font-size: 18px;width: 100%;font-weight:600;text-align: center;}

.xiaoflei li{padding: 20px;float: right;}
.xiaoflei li.active a{color: #19a5f2}
.xiaoflei li a:hover{color: #19a5f2}


/* 产品列表 */
.proleft{width: 280px;float: left;}
.proleft h3{background: #000;color: #fff;text-align: center;height: 100px;line-height: 100px;font-size: 20px;font-weight: bold;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.proleft ul{border: 1px #eee solid;padding: 20px 0;}
.proleft ul li{width: 100%;line-height:40px;display: block;padding-left: 20px;}
.proleft ul li ul{border: 0;padding: 0;}
.proleft a:hover{color: #19a5f2;}
.proleft .active{color: #19a5f2;}
.proright{float: right;float: right;width: 1000px;}


 /* 在线留言 */
  .messagebox{background: #fff; padding:.8rem .3rem;padding-top: 0;}
  .messagebox h3{width: 100%;text-align: center;font-size:.24rem;;}
  .messageboxinpubox{width:7rem;margin: 0 auto;margin-top: .30rem;}
  .messageboxinpubox input{width: 6.93rem;height: .7rem;line-height: .7rem;border: 1px #dcdcdc solid;border-radius: .1rem;background: #fff;z-index: 20;padding-left: 0.4rem;}
    .messageboxinpubox textarea{width: 6.93rem;height: 2rem;border: 1px #dcdcdc solid;border-radius: .1rem;background: #fff;z-index: 20;padding-left: 0.4rem;}
  	.messageboxinpubox .usbmessag{width: 6.93rem;height: .8rem;line-height: .8rem;border-radius: .1rem;background: #19a5f2;z-index: 20;color: #fff;text-align: center;}
  