@charset "utf-8";
@font-face {      font-family: 'AvantGardeITCbyBT-Medium';      
src: url('AvantGardeITCbyBT-Medium.eot'); /* IE9 Compat Modes */      
src: url('AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('AvantGardeITCbyBT-Medium.woff') format('woff'), /* Modern Browsers */              
url('AvantGardeITCbyBT-Medium.otf')  format('truetype'), /* Safari, Android, iOS */              url('AvantGardeITCbyBT-Medium.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'DINCond-Bold';      
src: url('DINCond-Bold.eot'); /* IE9 Compat Modes */      
src: url('DINCond-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('DINCond-Bold.woff') format('woff'), /* Modern Browsers */              
url('DINCond-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('DINCond-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color: rgba(0,0,0,0);
    border-color: #5F5D5D;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:36px;
	padding-right:36px;
    line-height: 64px;
}

.nav {
    padding-left: 340px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
}

.navbar-inversex .navbar-nav > li > a:hover, .navbar-inversex .navbar-nav > li > a:focus {
    color: #333;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	font-size:18px;
}

.navbar-inversex .navbar-nav > li > a {
    color: #333333;
    font-size: 18px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:2px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#FFFFFF;
}

.navbar-inversex .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #009b4c;
}

.navbar-inversex .navbar-nav > li > a:hover:after{
	width:100%;
	height:2px;
	display:block;
	content:"";
	transition:width .3s;
	background-color: #009b4c;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: 0px;
    top: 66px;
    width: 100%;
	text-align:center;
    border: 0px solid #CBCBCB;
	background-color:#FFFFFF;
    padding: 5px 0px;
    display: none;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
    width: 100%;
	line-height:40px;
	border-bottom:0px solid #ffffff;
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a{
    text-align:center;
    color:#000000;
	font-size:14px;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FFFFFF;
	background-color:#2074f2;
    text-decoration: none;
}


.menu ul.sub_menu{position:absolute; width:486px; height:350px; display:none; z-index:999; padding:0px; margin-left:-150px; }
.menu ul.sub_menu a{ }
.menu ul.sub_menu a:hover{ }

.ddh {
   height:auto; overflow:hidden;
   padding-top:9px;
   position:relative;
}

.ddhtt {
   height:auto; overflow:hidden;
   }

.ddh-left {
   width:50.5%;
   height:350px;
   background-color:rgba(255,255,255,0.9);
   padding:27px;
   padding-top:50px;
   padding-right:0px;
   color:#303b44;
   float:left;
   }
   
.ddh-left h2 {
   font-family:'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#303b44;
   margin-top:0px;
   margin-bottom:46px;
  }
  
.ddhww {
   height:auto; overflow:hidden;
   position:relative;
   margin-right:-56px;
   z-index:6;
   } 
   
.ddhww li {
   list-style-type:none;
   line-height:39px;
   font-size:14px;
   }
   
.ddhww li a {
   color:#303b44;
   }
   
.ddhww li a:hover {
   color:#009b4c;
   }   
   
.jtk {
   position:absolute;
   width:20px;
   height:9px;
   left:206px;
   background:url(../images/jtw.png);
   top:0px;
   z-index:6;
   }
   
.ddh-right {
   width:49.5%;
   height:350px;
   padding:25px;
   padding-top:86px;
   background-color:rgba(246,248,251,0.9);
   float:right;
   }	

.kq1 {-webkit-animation-delay: 0.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}

.kuanping {
   width:1642px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.xwkuan {
   width:1230px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index: 999;
   padding-top:16px;
   padding-bottom:16px;
   }

.search1 {
   margin-top:12px;
   height:46px;
   background:rgba(255,255,255,0.15);
   border-radius: 25px;
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    height: 46px;
    padding-left: 0px;
    width: 100px;
	color:#FFFFFF;
	background:rgba(255,255,255,0);
	font-size:14px;
	border-radius: 0 20px 20px 0;
	border: 0;
	outline:none;
}   

.search1 .btn {
    height: 46px;
    margin: 0;
    background:rgba(255,255,255,0);
    border-radius: 20px 0 0 20px;
    color: #FFFFFF;
    text-align: center;
    width: 34px;
}

.banner {
   position:relative;
   }

.banner .swiper-slide .img-responsive {
    min-height: 100vh;
}

.banner img {
   width:100%;
   }
   
.bnnzi {
   position:absolute;
   width:80%;
   left:10%;
   top:36%;
   z-index:8;
   }   
   
.bnnzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 60px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.bnnzi h3 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size: 54px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.lghh {
   padding-top:0px;
   padding-bottom:0px;
   background-color:#FFFFFF;
   box-shadow: 0px 4px 4px rgba(0,0,0,.1);
   }
   
.search1 input::-webkit-input-placeholder {
   color: #FFFFFF;
}
.search1 input:-moz-placeholder {
   color: #FFFFFF;
}
.search1 input::-moz-placeholder {
   color: #FFFFFF;
}
.search1 input:-ms-input-placeholder {
   color: #FFFFFF;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 80px;
    left: 18.75%;
    width: 190px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
}


.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(0,0,0,0);
	border:1px solid #FFFFFF;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #FFFFFF;
	border:1px solid #FFFFFF;
	opacity: 1;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 94%;
    width: 23px;
    height: 15px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 23px 15px;
    background-position: center;
    background-repeat: no-repeat;
	left:8%;
}

.banner .swiper-button-next {
    position: absolute;
    top: 94%;
    width: 23px;
    height: 15px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 23px 15px;
    background-position: center;
    background-repeat: no-repeat;
	right:63.7%;
}

.souttw {
   position:absolute;
   width:33.5%;
   height:179px;
   right:0px;
   z-index:6;
   margin-top:-179px;
       background: -webkit-linear-gradient(left, #89c418, #038dc8); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #89c418, #038dc8); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #89c418, #038dc8); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #89c418, #038dc8); /* ��׼���﷨ */
  opacity: 0.6;
   }

.soutt {
   width:45.2%;
   height:179px;
   padding:40px;
   padding-left:16.5%;
   padding-right:7.6%;
   margin-top:-179px;
   color:#FFFFFF;
   float:right;
   z-index:6;
   }
   
.soutt h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:25px;
   color:#FFFFFF;
      position:relative;
   z-index:9;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.searchx {
   height:50px;
   border-bottom:1px solid #FFFFFF;
   position:relative;
   z-index:9;
   }
   
.searchx form {
    display: flex;
}

.searchx .search {
    border: 0;
    height: 50px;
    padding-left: 10px;
    width: 82%;
	color:rgba(255,255,255,0.2);
	background:rgba(0,0,0,0);
	font-size:16px;
}   

.searchx .btn {
    height: 46px;
    margin: 0;
    background:rgba(0,0,0,0);
    color: #FFFFFF;
    text-align: center;
    width: 18%;
}

.searchx input::-webkit-input-placeholder {
   color:rgba(255,255,255,0.2);
}
.searchx input:-moz-placeholder {
   color:rgba(255,255,255,0.2);
}
.searchx input::-moz-placeholder {
   color:rgba(255,255,255,0.2);
}
.searchx input:-ms-input-placeholder {
   color:rgba(255,255,255,0.2);
}

.abbj {
   width:100%;
   height:1032px;
   position:relative;
   margin-top:-131px;
   }
   
.abww {
   width:100%;
   position:absolute;
   background:url(../images/abbj.png) top center; background-repeat:no-repeat;
   background-size: 100% 100%;
   padding-top:115px;
   font-size:16px;
   line-height:28px;
   color:rgba(0,0,0,0.8);
   left:0px;
   top:131px;
   z-index:6;
   }
   
.abww h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#009b4c;
   margin-top:0px;
   margin-bottom:18px;
   }
   
.abww h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   line-height:62px;
   color:#252525;
   position:relative;
   margin-top:0px;
   padding-bottom:46px;
   margin-bottom:32px;
   border-bottom:1px solid #f2f2f2;
   }
   
.abww-xh {
   position:absolute;
   width:81px;
   height:49px;
   line-height:49px;
   text-align:center;
   color:#252525;
   font-size:29px;
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   border:1px solid #dfe7eb;
   border-radius: 25px;
   right:0px;
   bottom:46px;
   }
   
.abxx {
   height:auto;
   }
   
.abww-aa {
   width:50%;
   float:left;
   }
   

   
.shuju {
   height:auto; overflow:hidden;
   margin-top:152px;
   }
   
.shuju li {
   list-style-type:none;
   width:33.3%;
   font-size:16px;
   line-height:22px;
   color:rgba(0,0,0,0.6);
   float:left;
   }
   
.shuju li h4 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size:58px;
   color:#222222;
   margin-top:25px;
   margin-bottom:6px;
   }
   
.shuju li span {
   position:relative;
   padding-right:25px;
   }
   
.sj-t {
   position:absolute;
   top:10px;
   right:0px;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:12px;
   z-index:6;
   }
   
.abww-bb {
   width:32%;
   position:relative;
   margin-top:-200px;
   margin-left: 5%;
   float:left;
   }
   
@keyframes heart{
from{margin-top:0px;}
to{margin-top:-8px;}
}

@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,8px)}
}
   
.abmore {
   width:149px;
   float:right;
   margin-top:250px;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
   }
   
.abmore p {
   margin-top:14px;
   text-align:center;
   }
   
.abmore a {
   display:block;
   width:149px;
   height:149px;
   padding-top:43px;
   font-size:14px;
   text-align:center;
   color:#FFFFFF;
   background: -webkit-linear-gradient(left, #87c31a, #058ec5); /* Safari 5.1 - 6.0 */
   background: -o-linear-gradient(right, #87c31a, #058ec5); /* Opera 11.1 - 12.0 */
   background: -moz-linear-gradient(right, #87c31a, #058ec5); /* Firefox 3.6 - 15 */
   background: linear-gradient(to right, #87c31a, #058ec5); /* ��׼���﷨ */
   border-radius: 50%;
   opacity: 0.75;
   }
   
.case {
   height: 89vh;
   overflow:hidden;
   position:relative;
   }
   
.case img {
   width: 100%;
   height: 100vh;
   }
   
.altit {
   position:absolute;
   width:100%;
   padding-top: 22vh;
   color:#FFFFFF;
   left:0px;
   top:0px;
   }
   
.altit-xh {
    width: 81px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    font-size: 29px;
	font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 25px;
}

.altit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#FFFFFF;
   margin-top:78px;
   margin-bottom:20px;
   }
   
.alzi {
   font-size:40px;
   line-height:52px;
   position:relative;
   }

.alhd a {
    color: #fff;
    margin-top: 14px;
    text-align: center;
}

.alhd img {
    width: auto!important;
    height: auto;
}

.alhd {
   position:absolute;
   width:149px;
   height:149px;
   right:0px;
   top:-55px;
   padding-top: 28px;
   font-size:14px;
   text-align:center;
   color:#FFFFFF;
   background: -webkit-linear-gradient(left, #87c31a, #058ec5); /* Safari 5.1 - 6.0 */
   background: -o-linear-gradient(right, #87c31a, #058ec5); /* Opera 11.1 - 12.0 */
   background: -moz-linear-gradient(right, #87c31a, #058ec5); /* Firefox 3.6 - 15 */
   background: linear-gradient(to right, #87c31a, #058ec5); /* ��׼���﷨ */
   border-radius: 50%;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
   opacity: 0.75;
   }
   
.algun {
   position:relative;
   margin-top: -66px;
   width: 60.4%;
   float:right;
   z-index:2;
   }

   
.alkk {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.alkk img {
   width:100%;
   }
   
.alkk-zi {
   position:absolute;
   width:100%;
   height:100%;
   left:0px;
   bottom:0px;
   padding: 10px;
   /* padding-top:53px; */
   /* padding-right:60px; */
   transition: all 300ms ease-in 0ms;
   z-index:6;
   }
   
.alkk:hover .alkk-zi {
     background: -webkit-linear-gradient(rgba(28,153,209,0.84), rgba(153,201,55,0.84)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(28,153,209,0.84), rgba(153,201,55,0.84)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(28,153,209,0.84), rgba(153,201,55,0.84)); /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(28,153,209,0.84), rgba(153,201,55,0.84)); /* ��׼���﷨ */  
  transition: all 300ms ease-in 0ms;
   }
   
.jtt {
   width: 30px;
   height: 30px;
   background:url(../images/jtt.png) top;
   background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   float:right;
   /* display: none; */
   }
   
.alkk:hover .jtt {
   background:url(../images/jtt.png) bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.alkk-tit {
   display: flex;
   align-items: center;
   position:absolute;
   width: 70%;
   height: 100%;
   overflow:hidden;
   font-size:14px;
   line-height: 24px;
   color:#FFFFFF;
   left:25px;
   /* bottom:30px; */
   transition: all 300ms ease-in 0ms;
   }
   
.alkk-tit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 14px;
   margin-top:0px;
   margin-bottom:25px;
   line-height: 1.2;
   }
   
.alkk:hover .alkk-tit {
   height: 100%;
   left: 25px;
   /* top: 50px; */
   bottom:auto;
   transition: all 300ms ease-in 0ms;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5;
   overflow: hidden;
   display: flex;
   align-items: center;
}
   .img-responsive {

}
.alzi .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 18px;
    height: 18px;
    z-index: 8;
    cursor: pointer;
    background:url(../images/zuo.png);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    left:50px;
    display: none;
}

.alzi .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 18px;
    height: 18px;
    z-index: 8;
    cursor: pointer;
    background:url(../images/you.png);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    right:50px;
    display: none;
}


.rybj {
   height:auto; overflow:hidden;
   padding-top:100px;
   padding-bottom:100px;
   background:url(../images/rybj.jpg);
   background-size: 100% 100%;
   }
   
.ryxh {
    width: 81px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #202020;
    font-size: 29px;
	font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
    border: 1px solid #dfe7eb;
    border-radius: 25px;
   }
   
.rykuai {
   height:auto; overflow:hidden;
   margin-top:15px;
   }
   
.rykuai-aa {
   width:52.7%;
   float:left;
   }
   
.rykuai-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#009b4c;
   margin-top:90px;
   margin-bottom:22px;
   }
   
.rykuai-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   line-height:40px;
   height:auto; overflow:hidden;
   color:#202020;
   margin-top:0px;
   margin-bottom:70px;
   }
   
.ryqh {
   width:78.2%;
   height:auto; overflow:hidden;
   }
   
.ryrow {
   margin-left:-10px;
   margin-right:-10px;
   }
   
.ryrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   margin-bottom:23px;
   }
   
.rykuai-bb {
   width:34%;
   padding-bottom:15px;
   float:right;
   }
   
.rykuai-bb img {
   width:100%;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; height:72px;line-height:72px; font-weight:bold; padding-left:32px; font-size:14px; over-flow:hidden; position:relative;
}
#slidingBlock span.menuNo {
        font-weight:normal; width:100%; height:72px; overflow: hidden; line-height:72px;
   white-space: nowrap;
text-overflow: ellipsis; color:#252525; padding-left:32px; background-color:#f4f4f4; position:relative;
}

#slidingBlock span.menuNo .jtt {
   position:relative;
   width:30px;
   height:30px;
   top:21px;
   right:20px;
   background:url(../images/jtk.png) top; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuNo .ym1 {
   position:absolute;
   width:25px;
   height:40px;
   top:16px;
   left:8px;
   background:url(../images/ym1.png); background-repeat:no-repeat;
   opacity: 0;
   }
   
#slidingBlock span.menuNo .ym2 {
   position:absolute;
   width:25px;
   height:40px;
   top:16px;
   right:58px;
   background:url(../images/ym2.png); background-repeat:no-repeat;
   opacity: 0;
   }

#slidingBlock span.menuOn {
    font-weight:normal; width:100%; height:72px; overflow: hidden; line-height:72px;
   white-space: nowrap;
text-overflow: ellipsis; color:#FFFFFF; padding-left:32px;
	background: -webkit-linear-gradient(left, #88c31a, #058ec6); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #88c31a, #058ec6); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #88c31a, #058ec6); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #88c31a, #058ec6); /* ��׼���﷨ */
   position:relative;
}

#slidingBlock span.menuOn .jtt {
   position:relative;
   width:30px;
   height:30px;
   top:21px;
   right:20px;
   background:url(../images/jtk.png) bottom; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuOn .ym1 {
   position:absolute;
   width:25px;
   height:40px;
   top:16px;
   left:8px;
   background:url(../images/ym1.png); background-repeat:no-repeat;
   opacity: 1;
   }
   
#slidingBlock span.menuOn .ym2 {
   position:absolute;
   width:25px;
   height:40px;
   top:16px;
   right:58px;
   background:url(../images/ym2.png); background-repeat:no-repeat;
   opacity: 1; 
   }

#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto;
}

.rytt {
   position:relative;
   }

.rytt-zi {
   position:absolute;
   width:100%;
   padding:30px;
   left:0px;
   top:10%;
   z-index:8;
   }

.quan {
   border-radius: 50%;
   }
   
.rymore {
   width:149px;
   position:relative;
   margin:20px auto 0px;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
   }
   
.rymore p {
   margin-top:14px;
   text-align:center;
   }
   
.rymore img {
   width:auto;
   }
   
.rymore a {
   display:block;
   width:149px;
   height:149px;
   padding-top:43px;
   font-size:14px;
   text-align:center;
   color:#FFFFFF;
   background: -webkit-linear-gradient(left, #87c31a, #058ec5); /* Safari 5.1 - 6.0 */
   background: -o-linear-gradient(right, #87c31a, #058ec5); /* Opera 11.1 - 12.0 */
   background: -moz-linear-gradient(right, #87c31a, #058ec5); /* Firefox 3.6 - 15 */
   background: linear-gradient(to right, #87c31a, #058ec5); /* ��׼���﷨ */
   border-radius: 50%;
   opacity: 0.75;
   }
   
.xwbj {
   height:auto;
   overflow:hidden;
   padding-top: 130px;
   background:url(../images/xwbj.jpg);
   background-size: 100% 100%;
   min-height: 100vh;
   }
   
.xwbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   position:relative;
   margin-top:0px;
   padding-bottom:40px;
   border-bottom:1px solid #e5e5e5;
   margin-bottom:40px;
   }
   
.xwxh {
   position:absolute;
   top:2px;
   right:0px;
    width: 81px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #202020;
    font-size: 29px;
	font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
    border: 1px solid #dfe7eb;
    border-radius: 25px;
   }
   
.xwlan {
   height:auto; overflow:hidden;
   }
   
.xwlan li {
   list-style-type:none;
   width:134px;
   float:left;
   margin-right:15px;
   }
   
#slidingy {
	height:auto; overflow:hidden;
}

#slidingy span {
    float:left;
}
#slidingy span.menuNo {
   width:100%; height:46px; line-height:46px; background:#FFFFFF; border-radius: 20px; text-align:center; font-size:17px; color:rgba(32,32,32,0.6);
}
.menuOn a {
    color: #FFFFFF;
}
#slidingy span.menuOn {
   width:100%;
   height:46px;
   line-height:46px;
   background: -webkit-linear-gradient(left, #87c31a, #058ec5); /* Safari 5.1 - 6.0 */
   background: -o-linear-gradient(right, #87c31a, #058ec5); /* Opera 11.1 - 12.0 */
   background: -moz-linear-gradient(right, #87c31a, #058ec5); /* Firefox 3.6 - 15 */
   background: linear-gradient(to right, #87c31a, #058ec5); /* ��׼���﷨ */
   border-radius: 20px;
   text-align:center;
   font-size:17px;
   /* color:#FFFFFF; */
}
#slidingy DIV.slidingList_none {
    display:none
}
#slidingy DIV.slidingList {
    width:100%;
	height:auto; overflow:hidden;
}

.xwrow {
   margin-top:38px;
   height:auto; overflow:hidden;
   margin-left:-25px;
   margin-right:-25px;
   }
   
.xwrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:25px;
   padding-right:25px;
   }

.xwkk {
   height:auto;
   overflow:hidden;
   position: relative;
   }
   
.xwkk2 {
    position: relative;
    display: block;
}

.xwkk a {
   display:block;
   height: 41vh;
   overflow:hidden;
   padding:20px;
   font-size:16px;
   line-height:28px;
   color:#FFFFFF;
   background:url(../images/xwtt.jpg);
   background-size: 100% 100%;
   z-index: 1;
   }
   
.xwkk-tm {
   left: 25px;
   bottom: 80px;
   position: absolute;
   height:auto;
   overflow:hidden;
   line-height:68px;
   border-bottom:1px solid #e5e5e5;
   }
   
.xwkk h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 24px;
   color:#FFFFFF;
   line-height:40px;
   height:auto;
   margin-top: 25px;
   margin-bottom: 30px;
   bottom: 0;
   position: absolute;
   display: inline-block;
   white-space: nowrap;
   width: 90%;
   overflow: hidden;
   text-overflow:ellipsis;
   }
   .xwkk img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease-in-out .2s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.xwkk-wz {
   height:90px;
   overflow:hidden;
   display: none;
   }
   
.xwjt {
   margin-top: 20px;
   margin-right:24px;
   width:65px;
   height:65px;
   float:right;
   background:url(../images/jty.png) left;
   background-repeat:no-repeat;
   }
   
   
.xwkk a:hover {
   color:#FFFFFF;
   background:none;
   background: linear-gradient(rgba(28,153,209,0.84), rgba(153,201,55,0.84));
   transition: all 300ms ease-in 0ms;
   }
   
.xwkk a:hover .xwtm {
   border-bottom:1px solid #FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.xwkk a:hover h3 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.xwkk a:hover .xwjt {
   background:url(../images/jty.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.bottom {
   height:auto; overflow:hidden;
   background:url(../images/bmbj.jpg);
   background-size: 100% 100%;
   padding-top:80px;
   font-size:14px;
   line-height:33px;
   color:#666666;
   }
   
.bottom a {
   color:#666666;
   }  
   
.bottom a:hover {
   color:#000000;
   } 
   
.bottom-aa {
   width:35%;
   float:left;
   display: none;
   }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#333333;
   margin-top:0px;
   margin-bottom:46px;
   }
   
.bottom h2 a {
    color:#333333;
}
   
.bmkk {
   height:auto; overflow:hidden;
   }
   
.bottom-bb {
   /* width:65%; */
   /* float:right; */
   }
   
.bmrow {
   height:auto;
   overflow:hidden;
   /* margin-left:-20px; */
   /* margin-right:-20px; */
   }
   
.bmrow li {
   width:20%;
   list-style-type:none;
   float:left;
   padding-left:20px;
   padding-right:20px;
   }

.zhiding {
   height:auto; overflow:hidden;
   margin-top:80px;
   width:72px;
   height:85px;
   float:right;
   }
   
.zhiding a {
   cursor:pointer;
   }

.footer {
   margin-top:16px;
   color:#666666;
   height:auto; overflow:hidden;
   border-top:1px solid rgba(0,0,0,0.1);
   line-height:88px;
   }
   
.footer a {
   color:#666666;
   }
   
.juyou {
   text-align:right;
   }
   
/* 关于我们 */
.bnn img {
   width:100%;
   }
   
.ablan {
   position:relative;
   margin-top:-35px;
   height:auto; overflow:hidden;
   }
   
.ablan li {
   list-style-type:none;
   width:20%;
   float:left;
   }
   
.ablan li a {
   display:block;
   height:68px;
   line-height:68px;
   border: 1px solid hsl(0deg 0% 97% / 80%);
   background-color: rgb(255 255 255 / 80%);
   font-size:16px;
   text-align:center;
   color:#4d4d4d;
   }
   
.ablan li a:hover {
   border:1px solid #009b4c;
   background-color:#009b4c;
   color:#FFFFFF;
   }
   
.ablan li.hover a {
   border:1px solid #009b4c;
   background-color:#009b4c;
   color:#FFFFFF;
   }
   
.abnei {
   height:auto;
   overflow:hidden;
   padding-top:12vh;
   min-height: 93vh;
   }
   
.abnei-a {
   width:65%;
   float:left;
   }
   
.abnei-a h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #095546;
    margin-top: 50px;
    margin-bottom: 50px;
}



.abnei-b {
   width:30%;
   float:right;
   }
   
.shujux {
   height:auto; overflow:hidden;
   margin-bottom:26px;
   font-size:16px;
   }
   
.shujux-aa {
   width:239px;
   float:left;
   text-align:center;
   background:url(../images/youhua.png) right; background-repeat:no-repeat;
   color:#666666;
   }
   
.shujux-aa span {
   position: relative;
   padding-right: 10px;
   }
   
.sj-tx {
    position: absolute;
    top: 10px;
    right: 0px;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 12px;
    z-index: 6;
}
   
.shujux-bb {
   width:212px;
   float:left;
   text-align:center;
   background:url(../images/youhua.png) right; background-repeat:no-repeat;
   color:#666666;
   }
   
.shujux-bb span {
   position: relative;
   padding-right: 10px;
   }
   
.shujux-cc {
   width:225px;
   float:left;
   text-align:center;
   color:#666666;
   }
   
.shujux-cc span {
   position: relative;
   padding-right: 10px;
   }
   
.shujux h4 {
   font-family: 'Univers Condensed', Helvetica, Arial, sans-serif;
   font-size:55px;
   color:#000000;
   padding-top:10px;
   height:auto; overflow:hidden;
   margin:0px auto 10px;
   }
   
.gyzi {
   font-size:16px;
   color:#666666;
   height:260px;
   padding-right:8px;
   text-align: justify;
   line-height:31px;
   }
   
.zzbj {
   background:url(../images/zzbj.jpg) top center;
   background-repeat:no-repeat;
   background-size: auto 100%;
   padding: 18vh 0 31vh;
   }
   
.zzbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   text-align:center;
   color: #095546;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.zzbj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   text-align:center;
   color:#666666;
   margin-top:0px;
   margin-bottom:70px;
   }
   
   
.zzgun {
    width: 1360px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
} 

.proce {
    padding: 0px 35px;
    position: relative;
}

#fuwu {
    position: static;
}

.proce .swiper-button-prev {
    position: absolute;
    top: 50%;
    width:70px;
    height:70px;
    margin-top: -22px;
    z-index: 8;
	left:0px;
    cursor: pointer;
	background:url(../images/leftk.png);
    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat;
}

.proce .swiper-button-next {
    position: absolute;
    top: 50%;
    width:70px;
    height:70px;
    margin-top: -22px;
    z-index: 8;
	right:0px;
    cursor: pointer;
	background:url(../images/rightk.png);
    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat;
}

.zrkk {
   height:auto; overflow:hidden;
   border-radius: 10px;
   }
   
.zrkk-zi {
   position:absolute;
   width:100%;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:66px;
   padding-left:15px;
   font-size:18px;
   color:#FFFFFF;
   left:0px;
   bottom:0px;
   z-index:8;
   }

.wenhua {
    background: url(../images/wenhua.jpg) center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 2;
    font-size: 16px;
    color: #666666;
    padding: 31.5vh 0 35.5vh;
   }
   
.wenhua h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   color:#095546;
   margin-top:0px;
   margin-bottom:52px;
   } 

.ititle big {
    display: block;
    font-size: 36px;
    line-height: 50px;
} 

.ititle span {
    display: block;
    color: #8d8d91;
    font-size: 2.0rem;
    line-height: 47px;
    font-family: Fontone;
    margin: 5px 0px 0px;
}   
   
.lishi {
    background: url(../images/lcbg.jpg) center no-repeat;
    background-size: cover;
    padding: 27.5vh 0;
}

.lishi .ititle {
	color:#fff;
	margin-bottom:55px;
}
.lishi .ititle span {
	color:#fff;
}
.fazhan {
	position:relative;
	padding:0px 6% 130px;
}
#hist {
	position:static;
}
#hist .swiper-slide {
	background:rgba(255,255,255,0.85);
	min-height:180px;
}
#hist .swiper-slide section {
	padding:5% 8% 0px;
}
#hist .swiper-slide section h3 {
	font-size:3.1rem;
	color:#000;
	font-family:Fontone;
	margin-top:0px;
	margin-bottom:16px;
}

#hist .swiper-slide section h4 {
	font-size:20px;
	color:#000;
	font-family:Fontone;
	margin-top:0px;
	margin-bottom:8px;
}

#hist .swiper-slide section span {
	display:block;
	color:#7d8491;
	line-height:25px;
	font-size:18px;
	margin:5% 0px 0px;
}
#hist .swiper-pagination {
	bottom:30px;
	top:auto;
	width:88%;
	left:6%;
	background:rgba(255,255,255,.3);
	height:8px;
	z-index:8;
}
@media (max-width:1400px) {
	#hist .swiper-slide section h3 {
	font-size:2.0rem;
}
#hist .swiper-slide section span {
	line-height:36px;
	font-size:1.6rem;
}
}@media (max-width:992px) {
	#hist .swiper-slide section h3 {
	font-size:2.0rem;
}
#hist .swiper-slide section span {
	line-height:22px;
	font-size:1.4rem;
}
#hist .swiper-slide section {
	padding:20px;
}
#hist .swiper-slide {
	min-height:190px;
}
}.kedu {
	bottom:0;
	width:88%;
	left:6%;
	position:absolute;
}
@media (max-width:768px) {
	.lishi .ititle {
	margin-bottom:15px;
}
.lishi {
	padding:20px 10px;
}
.fazhan {
	padding:0px 0 10px;
}
#hist .swiper-pagination {
	display:none;
}
.kedu {
	display:none;
}
}.kedu ul li {
	padding:0px 20px;
	float:left;
	list-style-type:none;
	width:33.33333333333%;
	font-size:2.1rem;
	color:#fff;
	font-family:Fontthree;
	line-height:30px;
}
.kedu ul li:nth-child(2) {
	text-align:center;
}
.kedu ul li:last-child {
	text-align:right;
}
.kedu dl {
	margin-bottom:20px;
	border-left:1px rgba(255,255,255,.8) solid;
}
.kedu dl dd {
	float:left;
	border-right:1px rgba(255,255,255,.8) solid;
	height:12px;
	width:2.7777777777777777777%;
}
#hist .swiper-pagination .swiper-pagination-progressbar-fill {
	background:#fff;
}
#hist .swiper-button-prev {
	background:url(../images/fzjt.png) center no-repeat;
	width:30px;
	height:56px;
	margin-top:-80px;
	opacity:1;
	left:0;
	outline:none;
}
#hist .swiper-button-next {
	background:url(../images/fzjt.png) center no-repeat;
	width:30px;
	height:56px;
	margin-top:-80px;
	opacity:1;
	transform:rotate(180deg);
	right:0;
	outline:none;
}
@media (max-width:768px) {
	#hist .swiper-button-prev {
	margin-top:-28px;
}
#hist .swiper-button-next {
	margin-top:-28px;
}
}  


.zuzhi {
   overflow:hidden;
   background:url(../images/zuzhi.jpg);
   background-size: 100% 100%;
   text-align:center;
   padding: 14vh 0 26vh;
   } 
   
.zuzhi h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #095546;
    margin-top: 0px;
    margin-bottom: 52px;
}

/* 工程案例 */
.casebjx {
    height: auto;
    padding-bottom: 100px;
    background-color: #f9f9f9;
}

.casekk {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-top: 50px;
}
.casekk-nei:hover{color: #009b4c;}
.casekk-nei {
    height: auto;
    overflow: hidden;
    padding: 30px;
    font-size: 18px;
    color: #737e8e;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.casekk section {
    overflow: hidden;
}

.casekk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}     
   
.casekk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
section {
    display: block;
}  

/* 分页 */
.page_list{
	padding: 15px 0;
	display:flex;
	justify-content:flex-end;
}
.page_list a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #eff2f7;
	margin-left: 10px;
	font-size: 1.6rem;
	font-family:ITCAvantGardeStd-Md;
	color: rgba(0,0,0,.5);
	transition: .3s;
	background-position:center;
	background-repeat:no-repeat;
}

.page_list a:first-child {
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
}
.page_list a:last-child {
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
	transform: rotateZ(180deg);
}
.page_list a:hover,.page_list a.on {
	color: #fff;
	background: -webkit-linear-gradient(left, #059be9, #00cec3); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #059be9, #00cec3); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #059be9, #00cec3); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #87c31a, #058ec5); /* ��׼���﷨ */
}
.page_list a:first-child:hover {
	background: #009b4c url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}
.page_list a:last-child:hover {
	background: #009b4c url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}  

/* 新闻中心 */
.xwnei {
   height:auto; overflow:hidden;
   padding-top:45px;
   padding-bottom:39px;
   } 
   
.xwnei h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 38px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 45px;
    color: #095546;
}

.xwkuai {
   height:auto; overflow:hidden;
   color:#999999;
   line-height:23px;
  } 
  
.xwkuai a {
   color:#999999;
   }
  
.xwkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:20px;
   margin-bottom: 20px;
   color:#555555;
   }
   
.xwtime {
   position:absolute;
   width:105px;
   height:82px;
   background-color: #009b4c;
   top:0px;
   left:15px;
   padding-top:15px;
   text-align:center;
   color:#FFFFFF;
   z-index:8;
   }
   
.xwtime h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   font-weight:bold;
   text-align:center;
   margin-top:0px;
   margin-bottom:6px;
   }
   
.xwkuai section {
    overflow: hidden;
}

.xwkuai img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}     
   
.xwkuai:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   }
   
.xwkuai a:hover {
   color:#009b4c;
   transition: all 300ms ease-in 0ms;
   }
   
.xwkuai:hover h3 {
   color:#009b4c;
   transition: all 300ms ease-in 0ms;
   }
   
.xwlie {
   margin-top:60px;
   height:auto; overflow:hidden;
   } 
   
.xwlie li {
   list-style-type:none;
   padding-top:20px;
   padding-bottom:20px;
   height:auto; overflow:hidden;
   border-bottom:1px dashed #e5e5e5;
   } 
   
.xwlie-aa {
   width:66px;
   border:1px solid #cccccc;
   text-align:center;
   color:#555555;
   float:left;
   }
   
.xwlie-tt {
   width:64px;
   height:58px;
   line-height:58px;
   text-align:center;
   font-size:29px;
   color:#FFFFFF;
   font-weight:bold;
   background-color:#cccccc;
   }
   
.xwlie-bb {
   width:83%;
   float:left;
   margin-left:2%;
   color:#999999;
   line-height:23px;
   }
   
.xwlie-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:0px;
   margin-bottom:8px;
   color:#555555;
   }
   
.xwlie li:hover .xwlie-aa {
   border: 1px solid #009b4c;
   transition: all 300ms ease-in 0ms;
   }
   
.xwlie li:hover .xwlie-tt {
   background-color: #009b4c;
   transition: all 300ms ease-in 0ms;
   }
   
/* 新闻内 */
.inewsct {

}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}

	
.liebiaok {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.liebiaok-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiaok-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #1b2d52;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
} 


/* 资质荣誉 */
.rynei {
    height: auto;
    padding-bottom: 32px;
    background-color: #fafafa;
}

.rynei h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 36px;
    text-align: center;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 5px;
}

.rynei h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: rgba(51,51,51,.6);
    text-align: center;
    margin-top: 0px;
    margin-bottom: 62px;
}


/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 600px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.icase ul {
   padding:0px;
   }
   
.icase ul li {
   list-style-type:none;
   } 
   
.ryrowk {
   height:auto; overflow:hidden;
   margin-left:-10px;
   margin-right:-10px;
   }
   
.ryrowk li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   } 
   
.rykk {
    height: auto;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    margin: 44px 0;
}

.rykk img {
   width:100%;
   }

.rykk-zi {
    height: auto;
    overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    line-height: 66px;
    color: #333333;
    font-size: 14px;
    background: url(../images/fangda.png) right center;
    background-repeat: no-repeat;
    border-top: 1px solid #f5f5f5;
} 
.rykk-zi h4:hover{color: #009b4c;}
.rykk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: auto;
    overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    line-height: 66px;
	padding-right:25px;
    color: #333333;
    text-align: center;
   font-size:14px;
   margin:0px;
   }

/* 联系我们 */
.lxbj {
    height: auto;
    overflow: hidden;
    padding-top: 175px;
    background: -webkit-linear-gradient(#125ec2, #f2f2f2);
    background: -o-linear-gradient(#125ec2, #f2f2f2);
    background: -moz-linear-gradient(#125ec2, #f2f2f2);
    background: linear-gradient(#90C4EB, #f2f2f2);
}

.lxnn {
   height:auto; overflow:hidden;
   padding:40px;
   padding-top:0px;
   background-color:#FFFFFF;
   } 
   
.lxnn-tit {
   height:auto; overflow:hidden;
   font-size:32px;
   color:#2d2d2d;
   line-height:80px;
   border-bottom:1px solid #efefef;
   margin-bottom:72px;
   } 
   
.lxnn-w {
   height:auto; overflow:hidden;
   }
   
.lxnn-w-a {
   width:52%;
   float:left;
   }
   
.lxnn-w-a li {
   list-style-type:none;
   float:left;
   font-size:16px;
   line-height:26px;
   color:#9b9b9b;
   margin-right:45px;
   }
   
.lxnn-w-a li a {
   color:#9b9b9b;
   }
   
.lxnn-w-a li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#9b9b9b;
   margin-top:12px;
   margin-bottom:12px;
   }
   
.lxnn-w-a li h3 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#2d2d2d;
   padding-bottom:86px;
   background:url(../images/xie.png) left bottom; background-repeat:no-repeat;
   margin-bottom:83px;
   }   
   .amap-copyright,.amap-logo{
	display: none!important;
	}
.lxnn-w-b {
   width:40.8%;
   float:right;
   }
   
.message {
   height:auto; overflow:hidden;
   padding-top:225px;
   padding-bottom:76px;
   background-color:#f2f2f2;
   }
   
.message h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:72px;
   text-align:center;
   color:#313131;
   margin-top:0px;
   margin-bottom:2px;
   }
   
.message h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   text-align:center;
   color:#827f7f;
   margin-top:0px;
   margin-bottom:75px;
   }
   
.kka {
   height:46px;
   background-color:#FFFFFF;
   border-radius: 0;
   }
   
.kkb {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   border-radius: 0;
   }
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.mgrow {
   height:auto; overflow:hidden;
   margin-left:-40px;
   margin-right:-40px;
   }
   
.mgrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:40px;
   padding-right:40px;
   }
   
.antt {
   margin-top:22px;
   text-align:center;
   }   
   
.anniu {
   width:232px;
   height:53px;
   color:#FFFFFF;
   font-size:16px;
   background: -webkit-linear-gradient(left, #059be9 , #00cfc3);
   background: -o-linear-gradient(right, #059be9, #00cfc3);
   background: -moz-linear-gradient(right, #059be9, #00cfc3);
   background: linear-gradient(to right, #87c31a, #058ec5);
   border: 0px solid #059be9;
   border-radius: 0;
   }
   
.anniu:hover {
   border: 0px solid #059be9;
   } 
   
/* 案例详情 */   
.xwdd {
    background: #fafafa;
    padding: 0px 0px 60px;
}   
   
   
   .cpyou-lan {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
}

.cpnei {
    padding: 20px;
    padding-top: 40px;
    background-color: #FFFFFF;
}

.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}

.procem {
    padding: 0px 36px;
    position: relative;
}

#fuwus {
    position: static;
}

.pro-img #Gbig{
	width:100%;
	border:1px solid #eeeeee;
}

.procem .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 8;
    cursor: pointer;
	left:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.procem .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 8;
    cursor: pointer;
	right:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.pro-img .xiaotu li{
}

.pro-img .xiaotu li a {
   display: block;
   border:1px #ddd solid;
   margin:1px;
   }

.pro-img .xiaotu li.hover{
	border:1px #25b5e5 solid;
}

#xiaotu .swiper-slide a.hover {
    border: 1px #25b5e5 solid;
}  

.pro-img .colmd5{
	width:36%;
	float:left;
}
.pro-img .colmd7{
	width:60%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
	font-size:27px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #e8e8e8 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom:45px;
    /* border-bottom: 1px #e8e8e8 solid; */
    display:block;
    color:#515151;
    font-size:14px;
    line-height:22px;
    width:100%;
    word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}

.pro-img .colmd7 h3 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size:15px;
   margin-top:0px;
   margin-bottom:14px;
   color:#515151;
   }
   
.colmd7 h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 0px;
}

.colmd7 h5 span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    color: #fff;
    font-size: 1.5rem;
    background: rgba(0,0,0,.7);
    transition: .3s;
    cursor: pointer;
}

.cpxq {
    margin-top: 55px;
    height: auto;
    overflow: hidden;
}


.cpxq-lan {
    height: auto;
    overflow: hidden;
    background-color: #f5f6f6;
    line-height: 52px;
    color: #595959;
    font-size: 16px;
    padding-left: 15px;
}

.cpxq-nei {
    padding: 25px;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    color: #515151;
}

.ipdcont .ipdimg {
    width: 100%;
    position: relative;
}
   
.ipdcont .ipdimg .jqzoom {
    height:auto; overflow:hidden;
    position: relative;
}

.ipdcont .ipdimg img {
    max-height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
 
#glass {
    position: absolute;
    border-radius: 50%;
    border: 5px #25b5e5 solid;
    display: none;
    background-repeat: no-repeat;
    background-color:#fff;
} 

.liebiao {
   height:78px;
   border:1px solid #ebebeb;
   margin-top:25px;
   }
   
.liebiao-aa {
   width:16%;
   height:76px;
   line-height:76px;
   text-align:center;
   float:left;
   color: #000000;
   background-color: #f5f6f6;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb {
   width:68%;
   height:78px;
   line-height:78px;
   float:left;
   text-align:center;
   color:#919191;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb a {
   color:#000000;
   }
   
.liebiao-cc {
   width:16%;
   height:76px;
   line-height:76px;
   text-align:center;
   color: #000000;
   background-color: #f5f6f6;
   float:right;
   }
   
.cpyou-lan {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
} 

.lot {
   display:block;
   }
   
.lotx {
   display:none;
   }    
   
.loy {
   display:none;
  }
  
.loyx {
   display:block;
  }
  
.search1x {
    background: -webkit-linear-gradient(left, #87c31a, #058ec5);
    background: -o-linear-gradient(right, #87c31a, #058ec5);
    background: -moz-linear-gradient(right, #87c31a, #058ec5);
    background: linear-gradient(to right, #87c31a, #058ec5);
}  

.yc {
   display:block;
   }
   
.yd {
   display:none;
   }


@media (min-width: 1600px) and (max-width: 1700px) {

.kuanping {
   width:100%;
   }

}

@media (min-width: 1400px) and (max-width: 1600px) {

.kuanping {
   width:100%;
   }
   
.nav {
    padding-left: 240px;
}

}

@media (min-width: 1200px) and (max-width: 1400px) {

.kuanping {
   width:100%;
   }
   
.container {
    width: 98%;
}
   
.nav {
    padding-left: 60px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
    left: 15%;
    width: 190px;
}

.altit {
    position: absolute;
    width: 100%;
    padding-top: 40px;
    color: #FFFFFF;
}

.altit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#FFFFFF;
   margin-top:35px;
   margin-bottom:10px;
   }
   
.alzi {
    font-size: 25px;
    line-height: 40px;
}

.xwkk h3 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
}

.xwkk-wz {
   height:88px; overflow:hidden;
   }
   


}


@media (min-width: 0px) and (max-width: 1000px) {

.navbar-nav > li > a {
    padding: 5px 20px;
    line-height: 30px;
}

.nav {
    padding-left: 0px;
}

body {
   margin-top:58px;
}

.kuanping {
   width:100%;
   }
   
.logo {
   width:180px;
   }

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-

pagination-custom, .swiper-pagination-fraction {
   display:none;
}   

.souttw {
    position:relative;
    width: 100%;
    height: 120px;
    right: 0px;
    z-index: 6;
    margin-top: 0px;
	opacity: 1;
}


.soutt {
   width:100%;
   height:130px;
   padding:15px;
   margin-top:0px;
   color:#FFFFFF;
   float:right;
   z-index:6;
   }
   
.abww h3 {
    font-size: 23px;
    line-height: 30px;
    color: #252525;
    position: relative;
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.abww-aa {
   width:100%;
   }

.abww-bb {
    width:100%;
    position: relative;
    margin-top: 15px;
    margin-left: 0%;
}

.abmore {
    display:none;

   }

   
.abww {
    width: 100%;
    background: none;
	position: relative;
    padding-top: 25px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0,0,0,0.8);
    left: 0px;
    top: 0px;
    z-index: 6;
}

.abbj {
    width: 100%;
    height:auto; overflow:hidden;
    position: relative;
    background-color: #f0f8ff;
    margin-top: 10px;
	padding-bottom:15px;
}
  
.shuju {
   height:auto; overflow:hidden;
   margin-top:30px;
   } 
   
.shuju li {
   list-style-type:none;
   width:100%;
   font-size:14px;
   line-height:20px;
   	text-align:center;
   color:rgba(0,0,0,0.6);
   margin-bottom:15px;
   }
   
.shuju li h4 {
   font-size:30px;
   color:#222222;
   margin-top:15px;
   margin-bottom:3px;
   }
   
.algun {
    position: relative;
    margin-top: 10px;
    width: 100%;
    z-index: 2;
}

.rykuai-aa {
    width: 100%;
}

.rykuai-bb {
    width: 100%;
}

.rybj {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.rykuai-aa h2 {
    font-size: 16px;
    color: #009b4c;
    margin-top: 40px;
    margin-bottom: 15px;
}

.rykuai-aa h3 {
    font-size: 20px;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    color: #202020;
    margin-top: 0px;
    margin-bottom: 30px;
}

.ryqh {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ryrow li {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.xwbj {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.xwbj h2 {
    font-size: 25px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.xwlan li {
    list-style-type: none;
    width: 46%;
    float: left;
	margin-left:2%;
    margin-right: 2%;
	margin-bottom:10px;
}

.abww-xh {
    position: absolute;
    width: 66px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #252525;
    font-size: 16px;
}

.altit-xh {
    width: 66px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.ryxh {
    width: 66px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #202020;
    font-size: 16px;
    border: 1px solid #dfe7eb;
    border-radius: 25px;
}


.xwxh {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 66px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #202020;
    font-size: 16px;
    border: 1px solid #dfe7eb;
    border-radius: 25px;
}

.xwrow {
    margin-top: 20px;
}

.xwrow li {
    list-style-type: none;
    width: 100%;
	margin-bottom:15px;
}

.bottom {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 40px;
    font-size: 14px;
    line-height: 33px;
	margin-bottom:50px;
}

.bottom h2 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bottom-aa {
    width:100%;
}

.bottom-bb {
   display:none;
}

.footer {
    margin-top: 16px;
    line-height: 50px;
}


.guding {
    width: 100%;
    top: 0px;
    z-index: 9;
	background-color: rgba(0,0,0,0.9);
    padding-top: 0px;
    padding-bottom: 0px;
}

.lghh {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
}

.xwkk h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
}

.xwkk a {
    padding: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}

.xwkk-wz {
    height: 96px;
    overflow: hidden;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.soutt h2 {
    z-index: 7;
	font-size: 18px;
}

.ablan {
    position: relative;
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}

.ablan li {
    width: 33.3%;
    float: left;
}

.ablan li a {
    display: block;
    height: 40px;
    line-height:40px;
    font-size: 14px;
}

.abnei-a {
    width: 100%;
}

.abnei-b {
    width: 100%;
}

.abnei-a h2 {
    font-size: 18px;
    color: #005db0;
    margin-top: 5px;
    margin-bottom: 8px;
}

.abnei-a h3 {
    font-size: 30px;
    color: #2f9d91;
    margin-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.shujux-aa {
    width: 100%;
    text-align: center;
    background: none;
}

.shujux-bb {
    width: 100%;
    text-align: center;
    background: none;
}

.shujux-cc {
    width: 100%;
    text-align: center;
}

.ititle big {
    display: block;
    font-size: 25px;
    line-height: 40px;
}

.wenhua {
    background: url(../images/wenhua.jpg) center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height:auto; overflow:hidden;
    padding-top: 25px;
	padding-bottom:25px;
    line-height: 25px;
    font-size: 14px;
}

.wenhua h2 {
    font-size: 25px;
    color: #2f9d91;
    margin-top: 0px;
    margin-bottom: 25px;
}

.zzbj {
    height:auto; overflow:hidden;
    padding-top: 20px;
	padding-bottom:20px;
}

.zzbj h2 {
    font-size: 25px;
    text-align: center;
    color: #2f9d91;
    margin-top: 0px;
    margin-bottom: 15px;
}

.zzbj h3 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.proce .swiper-button-prev {
    width:40px;
    height:40px;
    margin-top: -22px;
    z-index: 8;
	left:0px;
    cursor: pointer;
	background:url(../images/leftk.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.proce .swiper-button-next {
    width:40px;
    height:40px;
    margin-top: -22px;
    z-index: 8;
	right:0px;
    cursor: pointer;
	background:url(../images/rightk.png);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.zuzhi {
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.zuzhi h2 {
    font-size: 25px;
    color: #2f9d91;
    margin-top: 0px;
    margin-bottom: 20px;
}

.casebjx {
	padding:0px;
    padding-bottom: 40px;
    background-color: #f9f9f9;
}

.cpyou-lan {
    height:40px;
    line-height:40px;
    border-bottom: 1px solid #e9e9e9;
    font-size:16px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 10px;
}

.cpnei {
    padding: 15px;
    background-color: #FFFFFF;
}

.pro-img .colmd5 {
    width: 100%;
}

.pro-img .colmd7 {
    width: 100%;
	margin-top:15px;
}

.pro-img .colmd7 .pro-ptt {
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 8px;
    border-bottom: 1px #e8e8e8 solid;
}

.cpxq {
    margin-top: 25px;
    height: auto;
    overflow: hidden;
}

.cpxq-nei {
    padding: 10px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    color: #515151;
}

.cpxq-nei img {
   width:100%;
   }
   
.liebiao {
   height:40px;
   border:1px solid #ebebeb;
   margin-top:15px;
   }
   
.liebiao-aa {
   width:30%;
   height:40px;
   line-height:40px;
   text-align:center;
   float:left;
   color: #000000;
   background-color: #f5f6f6;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb {
   width:40%;
   height:40px;
   line-height:40px;
   }
   
.liebiao-cc {
   width:30%;
   height:40px;
   line-height:40px;
   }
   
.xwnei {
    height: auto;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 20px;
}

.xwnei h2 {
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    margin-bottom:20px;
    color: #005db0;
}

.xwkuai {
   margin-bottom:20px;
}

.xwkuai h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #555555;
}

.xwlie {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.xwlie-aa {
   display:none;
}

.xwlie-bb {
    width: 100%;
    margin-left: 0%;
    color: #999999;
    line-height: 23px;
}

.inewsct .inews-ct img {
   width:100%;
   }
   
.liebiaok-aa {
    width: 100%;
}

.liebiaok-bb {
    width: 100%;
}

.rynei {
    height: auto;
	padding:0px;
    padding-bottom: 20px;
    background-color: #fafafa;
}

.ryrowk li {
    list-style-type: none;
    width: 50%;
}

.rykk {
    height: auto;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 0px;
    margin: 15px 0;
    background-color: #FFFFFF;
}

.rykk-zi h4 {
    line-height: 40px;
    padding-right: 25px;
    color: #333333;
    font-size: 14px;
}

.lxbj {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 40px;
}

.lxnn {
    height: auto;
    overflow: hidden;
    padding: 10px;
    padding-top: 0px;
    background-color: #FFFFFF;
}

.lxnn-tit {
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #2d2d2d;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.lxnn-w-a {
    width: 100%;
}

.lxnn-w-b {
    width: 100%;
	margin-top:15px;
}

.lxnn-w-a li {
    list-style-type: none;
    font-size: 14px;
    line-height: 25px;
    color: #9b9b9b;
    margin-right: 0px;
}

.lxnn-w-a li h3 {
    font-size: 20px;
    color: #2d2d2d;
    padding-bottom: 40px;
    margin-bottom:40px;
}

.message {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #f2f2f2;
}

.message h2 {
    font-size: 30px;
    text-align: center;
    color: #313131;
    margin-top: 0px;
    margin-bottom: 5px;
}

.message h3 {
    font-size: 14px;
    text-align: center;
    color: #827f7f;
    margin-top: 0px;
    margin-bottom: 25px;
}

.mgrow {
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.mgrow li {
    list-style-type: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom:10px;
}

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#0065cf;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 25%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#0065cf; height:50px; padding-top:3px; border-right:1px solid rgba(255,255,255,.2);}

.fygnav li a:hover { color:#FFFFFF; background-color:#0065cf;}

.fygnav li p {
   margin-top:2px;
   }
   
.xwkuan {
    width:100%;
}

.banner .swiper-slide .img-responsive {
    min-height:auto; overflow: hidden;
}

.bnnzi {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 10%;
    z-index: 8;
}

.bnnzi h2 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.bnnzi h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.case {
    height:auto; overflow: hidden;
    position: relative;
}

.case img {
    height:auto; overflow: hidden;
}

.altit {
    width: 100%;
    font-size:14px;
    padding-top: 10px;
    padding-right: 0px;
    color: #FFFFFF;
}

.altit h2 {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alzi {
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.alhd {
    display: none;
}

.abnei {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    height:auto; overflow: hidden;
}

.gyzi {
    font-size: 14px;
    height:auto; overflow: hidden;
}

.pro-img .colmd7>span {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

}

