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

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

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


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

.navbar-inversex {
    background-color: rgba(255,255,255,1);
    border-color: #5F5D5D;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}

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

.navbar-nav > li > a {
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
	padding-left:4rem;
	padding-right:4rem;
    line-height: 3rem;
}

.nav {
    padding-left: 22.3rem;
}


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

.navbar-inversex .navbar-nav > li > a:hover, .navbar-inversex .navbar-nav > li > a:focus {
    color: #1c89ca;
}

a {
    color: #333333;
    text-decoration: none;
}

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

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

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

.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 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.mouseover .ul_hide {
    position: absolute;
    left: -15%;
    top: 9rem;
    width: 130%;
    text-align:center;
    border: 0px solid #CBCBCB;
	padding:0px;
    background-color: hsl(180 1% 99% / 1);
    display: none;
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
    width: 100%;
    border-bottom: 1px solid hsl(0 0% 91% / 1);
    list-style-type:none;
    background:none;
    position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a {
    text-align:center;
    color: #333;
    font-size: 1.4rem;
    height: auto;
    overflow: hidden;
	padding:1rem;
    line-height: 2;
    display: block;
    width: 100%;
    height: 100%;
}

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


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	
.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 0.2rem;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#FFFFFF;
}

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

.navbar-inversex .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 0.2rem;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:#1c89ca;
}

.navbar-inversex .navbar-nav > li > a:hover:after{
	width:100%;
	height:0.2rem;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#1c89ca;
}
	
.kq1 {-webkit-animation-delay: 0.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}

.kuanping {
   width:123rem;
   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;
   }
   
.logo {
   margin-top:2.5rem;
   }
   
.logo img {
   width:20rem;
   filter: grayscale(100%) invert(100%) brightness(1000%);
   }
   
.logox img {
   filter: none;
   }
   
.tbs {
    height: 4rem;
    margin-top: 2.5rem;
    padding-left: 2.5rem;
    border-left: 1px solid #cccccc;
}

.tbs li {
   list-style-type:none;
   width:4rem;
   float:left;
   margin-left:1.6rem;
   } 
   
.tbs li img {
   width:4rem;
   filter: grayscale(100%) invert(100%) brightness(1000%);
   }
   
.tbsx li img {
   filter: none;
   }  
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   }
   
.banner {
   position:relative;
   }

.banner img {
   width:100%;
   height: 100vh;
   }   
   
.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 8rem;
    height: 8rem;
    z-index: 6;
    cursor: pointer;
	left:2.4rem;
	background:url(../images/left.png);
    background-size: 8rem 8rem;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 8rem;
    height: 8rem;
    z-index: 6;
    cursor: pointer;
	right:2.4rem;
	background:url(../images/right.png);
    background-size: 8rem 8rem;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 6rem;
    left: 0rem;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255,255,255,0.6);
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 3.6rem;
    height: 0.8rem;
	border-radius: 30px;
    background: rgba(255,255,255,1);
	opacity: 1;
}

.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 1rem;
    display: none;
    margin: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    border-radius: 3px;
}

.searchh form {
    height: 4rem;
    padding: 0;
}

.searchh #name {
    height: 4rem;
    border: 1px #d2dae2 solid;
    border-radius: 0;
    width: 100%;
}

.searchh .btn {
    background-color:#1c89ca;
    height: 4rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
	width:14%;
}

.ss a {
   cursor:pointer;
   } 

.bnnzi {
    position: absolute;
    width: 100%;
    left: 0rem;
    top: 41rem;
    font-size: 1.8rem;
    color: #FFFFFF;
	text-align:center;
    z-index: 8;
}

.bnnzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:6rem;
   letter-spacing:6px;
   margin-top:0rem;
   margin-bottom:3.2rem;
   opacity: 0;
   }
   
.xianshi {
    opacity: 1;
}

.bnnzi span {
   opacity: 0;
   } 
   
.bnmore {
   width:13.5rem;
   height:3.6rem;
   border:1px solid #FFFFFF;
   margin:4.1rem auto 0rem;
   opacity: 0;
   }
   
   
.bnmore-aa {
   width:73.4%;
   height:3.6rem;
   line-height:3.6rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.bnmore-bb {
   width:26.6%;
   height:3.6rem;
   line-height:3.6rem;
   text-align:center;
   border-left:1px solid #FFFFFF;
   float:right;
   } 
   
.bnmore-bb img {
   width:auto;
   height:auto;
   }
   
   
.shuju {
   height:auto; overflow:hidden;
   margin-top:5.4rem;
   margin-bottom:5.4rem;
   }
   
   
.shuju li {
   list-style-type:none;
   width:25%;
   height:9.2rem;
   text-align:center;
   color:#333333;
   float:left;
   } 
   
.fenge {
   border-right:1px solid #F2F2F2;
   }
   
.shuju li h2 {
   font-family: 'Oswald-Bold', Helvetica, Arial, sans-serif;
   font-size:5rem;
   color:#1c89ca;
   font-weight:bold;
   margin-top:0rem;
   margin-bottom:1.2rem;
   }
   
.sjww {
   position:relative;
   padding-right:1.5rem;
   }
   
.sjzi {
   position:absolute;
   width:1.4rem;
   font-size:1.2rem;
   color:#333333;
   height:2rem;
   right:0px;
   top:1rem;
   }
   
   
.ywmk {
   width:94%;
   float:right;
   }
   
.case {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.case a {
   color:#FFFFFF;
   }
   
.case-zi {
   position:absolute;
   width:100%;
   height:auto; overflow:hidden;
   font-size:1.8rem;
   padding:4rem;
   padding-top:47rem;
   color:#FFFFFF;
   background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
   left:0px;
   bottom:0px;
   z-index:5;
   }
   
.case-zi h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size:3rem;
    color:#FFFFFF;
    margin-top: 0rem;
    margin-bottom: 3rem;
}
   
.altb {
   width:4rem;
   height:4rem;
   margin-bottom:6rem;
   }
   
.altb img {
   width:4rem;
   height:4rem;
   }
   
.case:hover .altb img {
    -webkit-transform: scale(1);
    transform: scale(1);
	transition: all 500ms ease-in 0ms;
   }
   
.case a:hover .case-zi {
   color:#FFFFFF;
   }
   
.ywmk .swiper-container {
    margin-right: -25rem;
    padding-bottom:5rem;
}
   
   
.case 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%;}  

.case:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.case section {
   overflow: hidden;
   border-radius: 4px;
   }	 
	
section {
    display: block;
}   
   

.ywmk .swiper-pagination {
	bottom:2rem;
	top:auto;
	width:87.5%;
	background:#d9d9d9;
	height:0.2rem;
}   
   
.about {
    background: url(../images/abbj.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
    height:88rem;
    color:#FFFFFF;
    font-size:1.6rem;
    line-height:2.6rem;
	padding-top:20rem;
   }
   
.about h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.6rem;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:4.4rem;
   }   
   
.about-w {
   width:68.5rem;
   font-size:1.8rem;
   line-height:2.8rem;
   float:left;
   }
   
.about-w h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.6rem;
   margin-top:0rem;
   margin-bottom:4rem;
   }
   
.abmore {
   width:18rem;
   height:4.9rem;
   margin-top:5.6rem;
   }
   
.abmore a {
   display:block;
   width:100%;
   height:4.9rem;
   line-height:4.9rem;
   color:#FFFFFF;
   border:1px solid #FFFFFF;
   text-align:center;
   }
   
.abmore a:hover {
   background-color:#FFFFFF;
   color:#333333;
   }
   
   
.chanpin {
   height:auto; overflow:hidden;
   background:url(../images/cpbj.png);
   background-size: 100% 100%;
   padding-top:10rem;
   padding-bottom:11.5rem;
   }
   
.chanpin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#1c89ca;
   text-align:center;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }
   
.chanpin h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#333333;
   text-align:center;
   margin-top:0rem;
   margin-bottom:6rem;
   }
   
.cpkuan {
   width:79.2%;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.cpkuan .swiper-container {
   padding:1.5rem;
   }
   
.cpkuan .swiper-pagination {
   z-index:6;
   }
   
.proce {
    padding: 0px 7.3%;
    position: relative;
}

#fuwu {
    position: static;
}

.proce .swiper-container {
   padding-bottom:10rem;
}

.proce .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 100%;
    background: rgba(0,0,0,.15);
    opacity: 1;
}

.proce .swiper-pagination-bullet-active {
    width: 3.6rem;
    height: 0.8rem;
    opacity: 1;
	border-radius: 30px;
    background: #1c89ca;
}

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

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

.cpkk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.cpkk 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%; aspect-ratio: 800/580;
    object-fit: cover;}  

.cpkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkk section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 
   
.cpkk-zi {
   height:auto; overflow:hidden;
   padding:3.2rem;
   padding-top:2.4rem;
   }
   
.cpkk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#333333;
   margin-top:0rem;
   margin-bottom:3.2rem;
   }
   
.cpmore {
   width:13.5rem;
   height:3.6rem;
   border:1px solid #999999;
   }
   
.cpmore-aa {
   width:73.4%;
   height:3.4rem;
   line-height:3.4rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.cpmore-bb {
   width:26.6%;
   height:3.4rem;
   line-height:3.4rem;
   text-align:center;
   border-left:1px solid #999999;
   float:right;
   }
   
.cpmore-bb img {
   width:auto;
   }
   
.cpkk:hover .cpkk-zi h4 {
   color:#1c89ca;
   }
   
.chuneng {
   height:auto; overflow:hidden;
   background-color:#2b52ff;
   } 
   
.cnkk {
    height:auto; overflow:hidden;
	}
   
.cn-aa {
   width:50%;
   float:left;
   }
   
.cn-aa img {
   width:100%;
   }
   
.cn-bb {
   width:50%;
   height:auto; overflow:hidden;
   padding:8.7rem;
   padding-top:12rem;
   padding-bottom:12rem;
   padding-right:36rem;
   font-size:1.6rem;
   color:#FFFFFF;
   line-height:2.4rem;
   background:url(../images/cnbj.jpg);
   background-size: 100% 100%;
   float:right;
   } 
   
.chuneng .swiper-pagination {
   left:34rem;
   width:12rem;
   bottom:4rem;
}

.chuneng .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 100%;
    background: #aebac5;
    opacity: 1;
}

.chuneng .swiper-pagination-bullet-active {
    width: 3.6rem;
    height: 0.8rem;
    opacity: 1;
	border-radius: 30px;
    background: #1c89ca;
}


.cnpt {
   width:4rem;
   height:4rem;
   }
   
.cn-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#a4b5ff;
   margin-top:1.6rem;
   margin-bottom:0.6rem;
   }
   
.cn-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:3.5rem;
   }
   
.cnmore {
   width:13.5rem;
   height:3.6rem;
   border:1px solid #FFFFFF;
   margin-top:5.2rem;
   }
   
.cnmore a {
   color:#FFFFFF;
   }   
   
.cnmore-aa {
   width:73.4%;
   height:3.6rem;
   line-height:3.6rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.cnmore-bb {
   width:26.6%;
   height:3.6rem;
   line-height:3.6rem;
   text-align:center;
   border-left:1px solid #FFFFFF;
   float:right;
   } 
   
.cnmore-bb img {
   width:auto;
   height:auto;
   }
   
   
/* 首页服务优势 */   
.youshi {
   height:auto; overflow:hidden;
   padding-top:9rem;
   padding-bottom:11.4rem;
   background:url(../images/ysbj.jpg);
   background-size: 100% 100%;
   }
   
.youshi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#1c89ca;
   text-align:center;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }
   
.youshi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#333333;
   text-align:center;
   margin-top:0rem;
   margin-bottom:6rem;
   }
   
.yskuan {
    width: 143rem;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
}
   
.ysww {
   height:auto; overflow:hidden;
   }
   
.ysww li {
   list-style-type:none;
   width:25%;
   height:47.2rem;
   padding-top:8.2rem;
   font-size:1.4rem;
   line-height:2.9rem;
   color:#484848;
   text-align:center;
   padding-left:1.5rem;
   padding-right:1.5rem;
   float:left;
   }
   
.ystb {
   width:11.4rem;
   height:11.4rem;
   line-height:11.4rem;
   text-align:center;
   border-radius: 50%;
   border:1px solid #e2e2e2;
   margin:0 auto;
   }
   
.ysww li img {
   filter: none;
   }
   
.ysww li h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   color:#484848;
   margin-top:3.4rem;
   margin-bottom:3.6rem;
   }
   
.ysww li:hover {
   color:#FFFFFF;
     background: -webkit-linear-gradient(#0458bb, #1c81a2); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#0458bb, #1c81a2); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#0458bb, #1c81a2); /* Firefox 3.6 - 15 */
  background: linear-gradient(#0458bb, #1c81a2); /* ��׼���﷨ */ 
   transition: all 300ms ease-in 0ms;
   }
   
.ysww li:hover .ystb {
   border:1px solid #FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.ysww li:hover img {
   filter: grayscale(100%) invert(100%) brightness(1000%);
   transition: all 300ms ease-in 0ms;
   }
   
.ysww li:hover h3 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }   
   
   
.xinwen {
   height:auto; overflow:hidden;
   background-color:#FAFAFA;
   padding-top:12rem;
   padding-bottom:10.8rem;
   }
   
.xwlan {
   height:auto; overflow:hidden;
   } 
   
.xwlan-aa {
   width:50%;
   float:left;
   }
   
.xwlan-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#1c89ca;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }  
   
.xwlan-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#1A1A1A;
   margin-top:0rem;
   margin-bottom:0rem;
   } 
   
.xwlan-bb {
   width:13.5rem;
   height:3.6rem;
   float:right;
   margin-top:2.7rem;
   }
   
.xwlan-bb a {
   display:block;
   color:#FFFFFF;
   }
   
.xwmore-aa {
   width:73.4%;
   height:3.6rem;
   line-height:3.6rem;
   font-size:1.2rem;
   text-align:center;
   color:#FFFFFF;
   background-color:#1c89ca;
   float:left;
   } 
   
.xwmore-bb {
   width:26.6%;
   height:3.6rem;
   line-height:3.6rem;
   text-align:center;
   color:#FFFFFF;
   background-color:#1c89ca;
   border-left:1px solid #FFFFFF;
   float:right;
   } 
   
.xwmore-bb img {
   width:auto;
   height:auto;
   }
   
.xwnn {
   height:auto; overflow:hidden;
   margin-top:6rem;
   }
   
.xwkk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   }
   
.xwkk 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%;}  

.xwkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xwkk section {
   overflow: hidden;
   }
   
.xwkk-zi {
   height:auto; overflow:hidden;
   font-size:1.6rem;
   color:#666666;
   line-height:2.4rem;
   padding:3.2rem;
   } 
   
.xwkk-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#333333;
   font-weight:bold;
   margin-top:0rem;
   margin-bottom:2rem;
   }
   
.xwkk:hover .xwkk-zi {
   color:#FFFFFF;
   background-color:#1c89ca;
   transition: all 300ms ease-in 0ms;
   }
   
.xwkk:hover .xwkk-zi h2 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.xwhh {
    height: auto;
    overflow: hidden;
}

.xwhh li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 3.2rem;
}

.xwhh-z {
    position: absolute;
    left: 1rem;
    top: 1.6rem;
    width: 32.8rem;
    height: 19.2rem;
    padding: 4rem;
	padding-left:3.2rem;
	padding-right:3.2rem;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.07);
    border-radius:0;
    opacity: 1;
}

.xwhh-tit {
   height:4.8rem; overflow:hidden;
   }

.xwhh-w {
    width: 44.5rem;
    float: right;
}

.xwhh-w img {
   width:100%;
   }

.xwmorek {
    width: 13.5rem;
    height: 3.6rem;
	border:1px solid #999999;
    margin-top: 2.8rem;
}   

.xwmorek-aa {
   width:73.4%;
   height:3.4rem;
   line-height:3.4rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.xwmorek-bb {
   width:26.6%;
   height:3.4rem;
   line-height:3.4rem;
   text-align:center;
   border-left:1px solid #999999;
   float:right;
   }
   
.xwmorek-bb img {
   width:auto;
   }
   
.bottom {
   height:auto; overflow:hidden;
   background-color:#1A1A1A;
   color:#CCCCCC;
   padding-top:12rem;
   padding-bottom:13.9rem;
   }  
   
.bottom a {
   color:#CCCCCC;
   }
   
.bottom a:hover {
   color:#FFFFFF;
   }
   
.bmwzk {
    width: 27%;
}

.dilogo img {
    width: 14rem;
    height: 3rem;
}

.bmlx {
    height: auto;
    overflow: hidden;
    margin-top: 3rem;
}

.bmlx li {
    list-style-type: none;
    margin-bottom: 1.3rem;
}

.bmlx li img {
    width:3.2rem;
}

.bmlmk {
    width: 60.333333333333336%;
}

.bmewm {
    width: 12.666666666666664%;
}

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

.dilm li {
   list-style-type:none;
   width:25%;
   line-height: 4rem;
   float:left;
   }

.dilm li h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    color: #FFFFFF;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.dilm li h2 a {
   color: #FFFFFF;
   }

.weixin {
    width: 12.8rem;
    float: right;
}

.weixin img {
   width:100%;
   }

.weixin p {
    text-align: center;
    margin-top: 1.4rem;
    font-size: 1.4rem;
}
   
   
.footer {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 5rem;
    color: #CCCCCC;
    background-color: #1A1A1A;
	border-top:1px solid #333333;
}

.footer a {
   color: #CCCCCC;
   }
   
.footer a:hover {
   color:#FFFFFF;
   }

.juyou {
   text-align:right;
   }   
   
.xufu {
    position: fixed;
    top: 60%;
    right: 0px;
    z-index: 99;
}   

.xufu ul {
    width: auto;
    flex-wrap: wrap;
}
.xufu ul li{
	display:flex;
	justify-content:flex-end;
}
.xufu ul li:not(.eewm){
	overflow:hidden;
}
.xufu ul li a{
	display:flex;
	min-width:5rem;
	background:#1c89ca;
	flex-wrap:wrap;
	align-content:center;
	height:5rem;
	font-size:1.2rem;
	color:#FFFFFF;
	text-decoration:none;
	padding:0.5rem 0rem;
	position:relative;
	transition:background .3s;
	margin-bottom:0.1rem;
	border-radius: 5px 0 0 5px;
}
.xufu ul li:last-child a{
	border-bottom:0;
}

.xufu ul li a small{
	display:block;
	width:100%;
	height:3rem;
	text-align:center;
}
.xufu ul li:nth-of-type(1) a small{
	background:url(../images/fd1.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(2) a small{
	background:url(../images/fd2.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(3) a small{
	background:url(../images/fd3.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(4) a small{
	background:url(../images/fd4.png) center no-repeat;
	background-size:2.4rem auto;
}

.xufu ul li:nth-of-type(1) a:hover small{
	background:url(../images/fd1.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(2) a:hover small{
	background:url(../images/fd2.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(3) a:hover small{
	background:url(../images/fd3.png) center no-repeat;
	background-size:2.4rem auto;
}
.xufu ul li:nth-of-type(4) a:hover small{
	background:url(../images/fd4.png) center no-repeat;
	background-size:2.4rem auto;
}

.xufu ul li a span{
	position:absolute;
	width:14rem;
	bottom:0;
	display:none;
	right:100%;
}
.xufu ul li a span img{
	width:100%;
}
.xufu ul li:hover a span{
	display:block;
}
.xufu ul li a:hover{
	background:#1a33a1;
	max-width:auto;
	color:#fff;
	text-decoration:none;
}
.xufu ul li a section{
	display:flex;
	align-items:center;
	overflow:hidden;
	position:relative;
	margin-right:-24rem;
	transition:margin-right .5s;
}
.xufu ul li a:hover section{
	margin-right:0px;
}
.xufu ul li a section div{
	width:5rem;
}

.xufu ul li a section big{
	display:flex;
	align-items:center;
	border-left:1px #fff solid;
	height:90%;
	font-family:Fontone;
	font-size:1.4rem;
	padding:0px 0.5rem;
	letter-spacing:1px;
}
.xufu ul li a .top{
	display:block;
	width:0;
	height:0;
	border-left:8px rgba(0,0,0,.5) solid;
	border-top:8px transparent solid;
	border-bottom:8px transparent solid;
	margin:0 auto;
	transform:rotate(-90deg);
}
.xufu ul li a:hover .top{
	border-left:8px #fff solid;
	border-top:8px transparent solid;
	border-bottom:8px transparent solid;
}
.xufu ul li:last-child a p{
	font-size:1.6rem;
} 

/* 解决方案 */
.bnn {
   position:relative;
   }
   
.bnn img {
   width:100%;
   }
   
.bnnzik {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 35%;
    text-align: center;
    font-size: 4rem;
    color: #FFFFFF;
}

.bnnlm {
    position: absolute;
    width: 100%;
    height: 7rem;
    background-color: rgba(0,93,172,0.8);
    left: 0rem;
    bottom: 0rem;
}

.home {
   position:absolute;
   width:7rem;
   height:7rem;
   line-height:7rem;
   text-align:center;
   background-color:#FFFFFF;
   left:0px;
   top:0px;
   }
   
.home img {
   width:auto;
   }
   
.bnnlm-aa {
   width:75%;
   padding-left:7rem;
   position:relative;
   float:left;
   }
   
.bnnlm-aa li {
   list-style-type:none;
   width:14rem;
   float:left;
   line-height:7rem;
   border-right: 1px solid rgba(255, 255, 255, 0.2);
   }
   
.bnnlm-aa li a {
   display:block;
   width:100%;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:7rem;
   text-align:center;
   color:#FFFFFF;
   font-size:1.6rem;
   cursor:pointer;
   }
   
.bnnlm-aa li a:hover {
   background-color:#1c89ca;
   }
   
.bnnlm-aa li.hover a {
   background-color:#1c89ca;
   }  
   
.bnnlm-bb {
    width: 22%;
    line-height: 7rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    float: right;
    text-align: right;
} 

.bnnlm-bb a {
   color:#FFFFFF;
   }
   
.bnnlm-cc {
    width: 100%;
    padding-left: 7rem;
    position: relative;
    float: left;
}


.bnnlm-cc li {
   list-style-type:none;
   width:14.28%;
   float:left;
   line-height:7rem;
   border-right: 1px solid rgba(255, 255, 255, 0.2);
   }
   
.bnnlm-cc li a {
   display:block;
   width:100%;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:7rem;
   text-align:center;
   color:#FFFFFF;
   font-size:1.4rem;
   cursor:pointer;
   }
   
.bnnlm-cc li a:hover {
   background-color:#1c89ca;
   }
   
.bnnlm-cc li.hover a {
   background-color:#1c89ca;
   } 
   
.dynn {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.dynn h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    color: #343434;
    margin-top: 0px;
    margin-bottom: 3rem;
}

.dynn img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   }


/* 企业文化 */
.gongchangk {
    height: auto;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #f7f8f8;
}

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


.gongchangk h2 {
    margin-top: 0px;
    margin-bottom: 4rem;
    color: #333333;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    text-align:center;
    font-weight: bold;
}

.lnkk {
   height:auto; overflow:hidden;
   position:relative;
   margin-bottom:30px;
   }
   
.lnkk a i {
    display: block;
    position: relative;
    overflow: hidden;
    font-style: normal;
}

.lnkk a i img{
    width:100%;
	transition: .3s;
}
.lnkk a:hover i img{
	transform: scale(1.05);
}
.lnkk a i:before{
	content: "";
	display: block;
	width: 0;
	height: 1rem;
	background: #1c89ca;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 7;
}
.lnkk a:hover i:before{
	width: 100%;
}
.lnkk a i:after{
	content: "";
	display: block;
	width: 1rem;
	height: 0;
	background: #1c89ca;
	position: absolute;
	top: 0;
	right: 0;
	transition: .3s;
	z-index: 7;
}
.lnkk a:hover i:after{
	height: 100%;
}
.lnkk a i b:before{
	content: "";
	display: block;
	width: 1rem;
	height: 0;
	background: #1c89ca;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
	z-index: 7;
}
.lnkk a:hover b:before{
	height: 100%;
}
.lnkk a i b:after{
	content: "";
	display: block;
	width: 0;
	height: 1rem;
	background: #1c89ca;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: .3s;
	z-index: 7;
}
.lnkk a:hover b:after{
	width: 100%;
}

.lnkk-zi {
   position:absolute;
   width:100%;
   height:100%;
   padding:10px;
   padding-top:24%;
   color:#FFFFFF;
   font-size:1.4rem;
   background-color:rgba(0,0,0,.5);
   left:0px;
   top:0px;
   text-align:center;
   z-index:6;
   }
   
.lnkk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   margin-top:0rem;
   margin-bottom:10px;
   }
   
.lnkk-zi h5 {
   font-family: 'PFHandbookProBold', Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:3rem;   
   }
   
   
/* 供应优势 */
.gongying {
    display-radio: 1;
    padding-top: 8.5rem;
    padding-bottom: 10rem;
}

.gongying h2 {
    margin-top: 0px;
    margin-bottom: 4rem;
    color: #333333;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    text-align:center;
    font-weight: bold;
} 

.gongying h3 {
    line-height: 3rem;
    font-size: 2.2rem;
    text-align: center;
    color: rgba(34, 129, 187, 1);
    margin-top: 0px;
    margin-bottom: 4rem;
}

.ggrow {
    height:auto; overflow:hidden;
    padding-top:2rem;
    padding-bottom:2rem;
    margin-left:-3rem;
    margin-right:-3rem;
}

.ggrow li {
    list-style-type: none;
    width:33.3%;
    padding-left:3rem;
    padding-right:3rem;
    float: left;
}

.ggkuai {
    height:auto; overflow:hidden;
    padding:2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.ggkuai img {
    width:100%;
}

.ggkuai-nei {
    height:18.8rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    text-align:justify;
    color: rgba(88, 88, 88, 1);
    line-height: 2.7rem;
}


/* 产品中心 */
.dqtt {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #FFFFFF;
}

.erji {
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
}

.erji li {
    list-style-type: none;
    width: 15.66%;
    height: 4rem;
    float: left;
    margin-right: 1%;
    margin-bottom: 1.5rem;
}

.erji li a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #333333;
    background-color: hsl(0 0% 85% / 1);
    border-radius: 8px 24px;
    text-align: center;
}

.erji li a:hover {
    background-color:#005dac;
    color: #fff;
   }
   
.erji li.hover a {
    background-color:#005dac;
    color: #fff;
   }
   
.search1 {
   width:100%;
   margin-bottom:2rem;
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 3.6rem;
    font-size: 1.4rem;
    padding-left: 5rem;
	background:url(../images/fdj.png) left; background-repeat:no-repeat;
	background-size: 3.3rem 3.6rem;
	background-color:#f3f7f9;
	color:#333333;
    width: 86%;
    border-radius: 0;
}   

.search1 .btn {
    height: 3.6rem;
    margin: 0;
    background: #0063FF;
    border-radius: 0;
    color: #FFFFFF;
	font-size:1.4rem;
    text-align: center;
    width: 14%;
} 

.cplbb {
    height: auto;
    overflow: hidden;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f2f2f2;
}

.cptux {
    height: auto;
    overflow: hidden;
    border: 1px solid #e5e4e4;
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 2rem;
}

.cptux p {
   text-align:center;
   margin-top:1rem;
   }
   
.cpzi {
   height:auto; overflow:hidden;
   padding:25px;
   color:#808080;
   }
   
.cptux:hover {
   background-color:#0063FF;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   transition: all 500ms ease-in 0ms;
   }
   
   
.cptux img { width:100%; -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%; aspect-ratio: 800/580;
    object-fit: cover;}  

.cptux:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptux section {
   overflow: hidden;
   }	
   
.cpzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.8rem;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-top:0px;
   margin-bottom:6px;
   color:#333333;
   }
   
.cpwz-aa {
   width:9rem;
   height: auto; overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.cpwz-bb {
   width:3.6rem;
   height:1px;
   background-color:#808080;
   margin-top:1.2rem;
   margin-right:2rem;
   float:right;
   }

   
.cptux:hover h2 {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover .cpwz-bb {
   width:170px;
   background-color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   } 
   
/* 产品详情 */
.cpyou-lan {
    height: 5.2rem;
    line-height: 5.2rem;
    border-bottom: 1px solid #e9e9e9;
    font-size: 3.2rem;
    color: #262626;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.liebiao {
   height:7.8rem;
   border:1px solid #ebebeb;
   margin-top:2.5rem;
   }
   
.liebiao-aa {
   width:16%;
   height:7.6rem;
   line-height:7.6rem;
   text-align:center;
   float:left;
   color: #000000;
   background-color: #f5f6f6;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb {
   width:68%;
   height:7.8rem;
   line-height:7.8rem;
   float:left;
   text-align:center;
   color:#919191;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb a {
   color:#000000;
   }
   
.liebiao-cc {
   width:16%;
   height:7.6rem;
   line-height:7.6rem;
   text-align:center;
   color: #000000;
   background-color: #f5f6f6;
   float:right;
   }
   
.cpyou-lan {
    height: 5rem;
    line-height: 5rem;
    border-bottom: 1px solid #e9e9e9;
    font-size: 2.4rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.cpnei {
    padding: 2rem;
    padding-top: 5rem;
    background-color: #FFFFFF;
}

.pro-img{
	margin-bottom:4rem;
}
.pro-img .xiaotu{
	margin-top:1rem;
	margin-right:-1.2rem;

}

.procem {
    padding: 0px 8%;
    position: relative;
}

#fuwus {
    position: static;
}

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

.ipdimg .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:0px;

    background-size: 3rem 3rem;
    background-position: center;
    background-repeat: no-repeat;
}

.ipdimg .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:0px;

    background-size: 3rem 3rem;
    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 #0063FF solid;
}  

.pro-img .colmd5{
	width:46%;
	float:left;
}
.pro-img .colmd7{
	width:50%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
	font-size:2rem;
	font-weight:bold;
	padding:0px 0px 1.5rem;
	border-bottom:1px #e8e8e8 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
    margin-top:2rem;
	margin-bottom:2rem;
	height:24rem;
	padding:1.5rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	overflow-y: scroll;
	border-bottom: 1px #e8e8e8 solid;
	display:block;
	color:#515151;
	font-size:1.4rem;
	line-height:2.2rem;
	width:100%;
	word-wrap:break-word;
}

.pro-img .colmd7>span img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   }

.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:2rem;
}

.pro-img .colmd7 h3 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:1.5rem;
   margin-top:0px;
   margin-bottom:1.4rem;
   color:#515151;
   }
   
.colmd7 h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0rem 0rem;
}

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

.colmd7 h5 span:hover {
   background: #3773cb;
   }

.cpxq {
    margin-top: 5rem;
    height: auto;
    overflow: hidden;
}


.cpxq-lan {
    height: auto;
    overflow: hidden;
    background-color: #f5f6f6;
    line-height: 5rem;
    color: #595959;
    font-size: 1.6rem;
    padding-left: 1.5rem;
}

.cpxq-nei {
    padding: 2.5rem;
    height: auto;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 2.5rem;
    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 #0063FF solid;
    display: none;
    background-repeat: no-repeat;
    background-color:#fff;
} 

/* 工程案例 */
.gongcheng {
    min-height: 30rem;
    display-radio: 1;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.gcrow {
   height:auto; overflow:hidden;
   margin-left:-3rem;
   margin-right:-3rem;    
}

.gcrow li {
   list-style-type: none;
   width:33.3%;
   padding:2rem;
   padding-left:3rem;
   padding-right:3rem;
   float:left;
}

.gckuai {
   height:auto; overflow:hidden;
   padding:5rem;
   font-size:1.6rem;
   color: #696969;
   text-align:center;
   box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.gckuai img {
    width:9rem;
}

.gckuai-n {
    margin-top:3rem;
}

.antt {
    min-height: 30rem;
    display-radio: 1;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.atrow {
    height:auto; overflow:hidden;
   margin-left:-3rem;
   margin-right:-3rem;  
}

.atrow li {
    list-style-type: none;
    width:50%;
    padding-left:3rem;
    padding-right:3rem;
    margin-bottom:4rem;
    float: left;
   }
   
.atkk {
    height:auto; overflow:hidden;
    position:relative;
}

.atkk img {
    width:100%;
}

.atkk-zi {
    position:absolute;
    width:100%;
    height:100%;
    padding:7rem;
    padding-top:20%;
    color:#FFFFFF;
    font-size:1.6rem;
    background-color: rgba(0, 0, 0, 0.5);
    left:0px;
    top:0px;
}

.atkk-zi h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    margin-top:0rem;
    padding-bottom: 2.5rem;
    border-bottom:1px solid #FFFFFF;
    margin-bottom: 1.5rem;
}


/*新闻中心*/
.xwlie {
   height:auto; overflow:hidden;
   margin-top:6rem;
   margin-bottom:6rem;
   } 
   
.xwlie li {
    list-style-type: none;
    padding: 1rem;
    margin-bottom: 4rem;
} 

.xwlie li a {
   display:block;
   height:auto;
   overflow:hidden;
   } 

.xwlie-aa {
    width: 32.6%;
    float: left;
}

.xwlie-bb {
   width:67.4%;
   padding:6.5rem;
   padding-left:7.5rem;
   padding-right:11rem;
   color:#999999;
   float:right;
   } 
   
.xwlie-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#333333;
   margin-top:0px;
   margin-bottom:1rem;
   transition: all 300ms ease-in 0ms;
   } 
   
.xian {
   width:94%;
   height:1px;
   float:right;
   background-color:#e4e4e4;
   margin-top:2.5rem;
   transition: all 300ms ease-in 0ms;
   }
   
.xwzi {
   height:5.2rem;
   overflow:hidden;
   line-height:2.6rem;
   margin-top:3.5rem;
   }
   
.xwlie li 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%;
   aspect-ratio: 500/370;
   object-fit: cover;
} 


.xwlie li:hover img {
    -webkit-transform: scale(1.1);
   transform: scale(1.1);
   transition: all 500ms ease-in 0ms;
   } 
   
.xwlie li section {
   border-radius: 16px 48px;
   overflow: hidden;
   }


.xwlie li a:hover {
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.xwlie li a:hover h2 {
   color:#1c89ca;
   transition: all 300ms ease-in 0ms;
   }
   
.xwlie li a:hover .xian {
   width:100%;
   transition: all 300ms ease-in 0ms;
   }
   
/* 新闻详情 */
.xwbj {
    background: #f6f9fc;
    height: auto;
    overflow: hidden;
    padding: 8rem 0 8rem;
}

.xwnnk {
    height: auto;
    overflow: hidden;
    padding: 7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.xwnnk h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   color:#000000;
   text-align:center;
   margin-top:0rem;
   margin-bottom:5rem;
   }
   
.fabu {
   width:60rem;
   height:auto; overflow:hidden;
   line-height:2.5rem;
   border-bottom:1px solid #eeeeee;
   padding-bottom:1.5rem;
   margin:0 auto;
   }
   
.fabu li {
   list-style-type:none;
   width:33.3%;
   text-align:center;
   line-height:2.5rem;
   color:#333333;
   float:left;
   }
   
   
.xwxq {
   height:auto; overflow:hidden;
   padding-top:5rem;
   padding-bottom:6rem;
   color:#666666;
   font-size:1.8rem;
   line-height:2.7rem;
   border-bottom:1px solid #fbfbfb;
   }
.xwxq img{
    max-width: 100%;
}
.liebiaok {
    height: auto;
    overflow: hidden;
	margin-top:2rem;
}

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

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

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 3.2rem;
}

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

.fanhui {
    width: 14.2rem;
    height: 4.3rem;
    margin-top: 0.6rem;
    float: right;
}

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

/* 关于我们 */ 
.fznn {
    padding-top: 6rem;
    padding-bottom: 3rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.fznn h2 {
    color: rgb(34, 129, 187);
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
}

.fznn-aa {
    width: 47.5%;
    float: left;
}

.fznn-aa img {
   width:100%;
   aspect-ratio: 960/600;
   object-fit: cover;
    border-radius: 16px 48px;
}

.fznn-bb {
    width: 45%;
    line-height: 1.8;
    float: right;
}

.fznn-bb p {
    color: #666;
}


.abnn {
    padding-top: 3rem;
    padding-bottom: 6rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.abnn-aa {
    width: 45%;
    line-height: 1.8;
    float: left;
}

.abnn h2 {
    color: rgb(34, 129, 187);
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
}

.abnn-aa p {
    color: #666;
}

.abnn-bb {
    width: 47.5%;
    float: right;
}

.abnn-bb img {
   width:100%;
   aspect-ratio: 960/600;
   object-fit: cover;
    border-radius: 16px 48px;
}


.wk2 {

	-webkit-perspective:1000px;

	-o-perspective:1000px;

	-ms-perspective:1000px;

	perspective:1000px;

}   
   
.wenhua {
   height:auto;
   overflow:hidden;
   background-color:#4A84C3;
   -webkit-transform:rotatex(-80deg) translateZ(0);
   -ms-transform:rotatex(-80deg) translateZ(0);
   transform:rotatex(-80deg) translateZ(0);
   -webkit-transform-origin:0 0 0;
   -ms-transform-origin:0 0 0;
   transform-origin:0 0 0;
   opacity:0;
   transition:1s;
   display: flex;
   align-items: center;
   justify-content: center;
   }
   
.wenhua.on {

	-webkit-transform:rotatex(0) translateZ(0);

	-ms-transform:rotatex(0) translateZ(0);

	transform:rotatex(0) translateZ(0);

	opacity:1

}
   
.wenhua-aa {
   width:50%;
   float:left;
   }   
   
.wenhua-bb {
   width:50%;
   float:left;
   padding: 0 4rem;
   padding-right:36rem;
   color:#FFFFFF;
   font-size:1.6rem;
   line-height: 2;
   }
   
.wenhua-bb h2 {
   margin-top:0px;
   margin-bottom:5rem;
   color:#FFFFFF;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 3.2rem;
   font-weight: bold;
   }  
   
.wenhua 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%;}  

.wenhua:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.wenhua section {
   overflow: hidden;
   }	 

 .ihonor {
    background: url(../images/rybg.jpg) center no-repeat;
	color: #262626;
    background-size: cover;
    padding: 7rem 18%;
}
.ititle big {
    display: block;
    line-height: 5rem;
    margin-bottom: 5rem;
    font-size: 3.2rem;
    font-weight: bold;
    text-transform: uppercase;
} 

.ititle span {
    display: block;
    color: #8d8d91;
    font-size: 2.0rem;
    line-height: 4.7rem;
    font-family: Fontone;
    margin: 5px 0px 0px;
}

.ihonor ul {
    padding:0px;
	margin-top:4rem;
	margin-right:-15px;
	margin-left:-15px;
	padding-bottom:3rem;
}
.ihonor ul li {
	float:left;
	width:25%;
	list-style-type:none;
	padding:0px 1.5rem;
	margin-bottom:3rem;
}
.ihonor ul li span {
	display:block;
	background:#fff;
	padding:2.5rem;
	border-radius:15px;
}

.ihonor ul li span img {
   width:100%;
   }

.ihonor .more {
	width:55%;
	text-align:center;
	background:#fff;
	line-height:100px;
	color:#000;
	font-size:2.4rem;
	cursor:pointer;
	transition:.3s;
	border-radius:8px;
	margin:0 auto;
}
.ihonor .more:hover {
	background:#283D7E;
	color:#fff;
}


@media (max-width:1400px) {
	.ihonor ul li span {
	padding:10px;
}
.ihonor .more {
	line-height:5rem;
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ihonor ul {
	margin-top:1rem;
	margin-right:-5px;
	margin-left:-5px;
	padding-bottom:1rem;
}
.ihonor ul li {
	width:50%;
	padding:0px 5px;
	margin-bottom:1rem;
}
.ihonor ul li span {
	padding:0.5rem;
}
.ihonor .more {
	line-height:4rem;
	font-size:1.4rem;
}
}


/* 联系我们 */
.lxnnw {
    padding-top:5rem;
    padding-bottom: 5rem;
	background-color:#FFFFFF;
}   

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-aa img {
    width:3.6rem;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 1.6rem;
}

.lxhh-bb a {
   color: #666666;
   }

.lxhh-bb h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
    color: #333333;
}

.liuyans {
    height: auto;
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 4.5rem;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
	color:#262626;
	font-weight:bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8.3rem;
}

.lykkm {
    width: 120rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.hzi {
    color: #0063FF;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0px;
    margin-bottom: 1.4rem;
    color: #666666;
}

.kka {
    height: 4rem;
    border: 1px solid #d2d2d2;
	border-radius: 0;
}

.kkb {
    border: 1px solid #d2d2d2;
	border-radius: 0;
}

.anniuk {
    width: 20.8rem;
    height: 5.4rem;
	font-size:1.6rem;
    background-color: #0063FF;
	border:1px solid #0063FF;
    padding: 0px;
}  

.modal-dialog {
    width: 66rem;
    margin: 10rem auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #0063FF;
}
.tanchu-lan {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #0063FF;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding-left: 1rem;
	margin-top:-3.6rem;
}
.tanchu-nei {
    padding: 2rem;
    height: auto;
    overflow: hidden;
}  

.yc {
   display:block;
  }
  
.yd {
   display:none;
   }
   
.jumpto {
   display:none;
   }  
   
   
/* 客户服务 */   
.xwxqk {
    width: 100rem;
    height: auto;
    overflow: hidden;
    font-size: 1.8rem;
    color: #666666;
    line-height: 2.8rem;
    margin: 8rem auto 8rem;
} 

.xwxqk h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.5rem;
   color:#333333;
   text-align:center;
   margin-top:0rem;
   margin-bottom:4rem;
   } 
   
.xwxqk img {
    width:100%;
}


.tjhh {
    height: auto;
    overflow: hidden;
    margin-top: 3rem;
    padding: 1.5rem;
}

.tjhh:hover .tjzi {
   transition: all 300ms ease-in 0ms;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }
   
   
.tjhh 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%;}  

.tjhh:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.tjhh section {
   overflow: hidden;
   }
   
.tjzi {
   height:auto; overflow:hidden;
   padding-left:2rem;
   padding-right:2rem;
   padding-bottom:2rem;
   font-size:1.4rem;
   line-height:2.3rem;
   color:#9898a0;
   }
   
.tjzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.5rem;
   text-align:left;
   color:#000000;
   margin-top:6.6rem;
   margin-bottom:2rem;
   padding-bottom:2rem;
   border-bottom:2px solid #0b46ac;
   }
   

.tjzz {
   height:15.4rem;
   overflow:hidden;
   }
   
   
.liebiao-bb img {
    width:auto;
}

/* faq */
.xwss {
    height: auto;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #f2f2f2;
}

.cpqie ul li {
    display: block;
    cursor: pointer;
	margin-top:1rem;
}

.cpqie ul li a {
    display: block;
    line-height: 6.8rem;
    color: #333333;
    font-size: 1.4rem;
	background-color:#FFFFFF;
}

.cpqie ul li a > small {
    float: right;
    display: block;
    height: 2.6rem;
    width: 2.6rem;
    margin-top: 2.1rem;
    border-radius: 20px;
    text-align: center;
    line-height: 2.5rem;
    font-size: 2.4rem;
    margin-right: 30px;
    color: #b1b9bc;
	font-family: simsun;
	border:1px solid #b1b9bc;
}

.cpqie ul li a > small::after {
    content: "+";
}

.cpqie ul li.active > a > small {
    color: #ffffff;
	border:1px solid #ffffff;
}

.cpqie ul li.active > a > small::after {
    content: '-';
}


.cpqie ul li > span {
    color: #ffffff;
    font-size: 1.4rem;
    display: block;
    float: left;
	width:4rem;
	height:4rem;
	line-height:4rem;
	text-align:center;
	margin-top:1.2rem;
    margin-left: 2rem;
    margin-right: 15px;
	background-color:#9a9ea0;
}

.cpqie ul li a > div {
    width: 70%;
    float: left;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

.cpqie ul li.active > small {
    display: block;
    transition: display 0.5s;
    background-color:#FFFFFF;
	height:auto; overflow:hidden;
    font-size: 1.4rem;
    color: #333333;
    padding: 2rem;
    line-height: 2.8rem;
}

.cpqie ul li > small {
    display: none;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cpqie ul li.active > a {
    background-color: #1c89ca;
    color: #fff;
}

.cpqie ul li.active > span {
    color: #1c89ca;
	background-color:#FFFFFF;
}


.da-left {
   width:4rem;
   height:4rem;
   line-height:4rem;
   text-align:center;
   background-color:#1c89ca;
   color:#FFFFFF;
   float:left;
   }
   
.da-right {
   float:left;
   width:80%;
   margin-left:3rem;
   }
   
#sidebarrrr {
    position: fixed;
    z-index: 999;
}

#sidebarrrr ul li.first {
    border: 0;
    background: none;
    height: 6.3rem;
}

#sidebarrrr ul li i.top {
    width: 6.2rem;
    height: 6.2rem;
    margin-top: 0;
}

#sidebarrrr ul li i {
    display: inline-block;
    width: 6.2rem;
    height: 6.2rem;
    float: left;
}

.tops {
    background: url(../images/top.png) no-repeat;
}

#sidebarrrr ul li .sidebox {
    position: absolute;
    width: 6.2rem;
    height: 6.2rem;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #4e92dd;
    opacity: 1;
    filter: Alpha(opacity=100);
    color: #fff;
    font: 14px/62px "Microsoft YaHei";
    overflow: hidden;
}


/* 产品组件 */
.cpxq-nei img {
    width:100%;
}

.zjrow {
    height: auto; overflow: hidden;
    margin-left:-1.5rem;
    margin-right:-1.5rem;
}

.zjrow li {
    list-style-type:none;
    width:33.3%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom:1rem;
    float: left;
    
}

.zjkk img {
    width:3.6rem;
}

.zjkk {
    height: auto; overflow: hidden;
    padding:1.5rem;
    background: #f0f0f0;
    text-align:center;
}

.zjkk p {
    height: auto; overflow: hidden;
    color:#333333;
    margin-top:0.5rem;
}

/* 工程案例新 */
.anli {
    height: auto;
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.anli h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#1c89ca;
   text-align:center;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }
   
.anli h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#333333;
   text-align:center;
   margin-top:0rem;
   margin-bottom:6rem;
   }
   
.alrow {
    height: auto; overflow: hidden;
    margin-left:-2.5rem;
    margin-right:-2.5rem;
}

.alrow li {
    list-style-type:none;
    width:33.3%;
    float:left;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-bottom:3rem;
}

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

.alkk a {
    height: auto; overflow: hidden;
    position:relative;
    transition: all 300ms ease-in 0ms;
}

.alkk a img {
    transition: all 300ms ease-in 0ms;
}

.alkk-zi {
   position:absolute;
   width:100%;
   height:100%;
   background-color:rgba(0,0,0,0);
   padding-top:25%;
   text-align:center;
   color:#FFFFFF;
   left:0px;
   top:0px;
   display:none;
   transition: all 300ms ease-in 0ms;
   }
   
.alkk-zi h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    text-align:center;
    margin-top:2rem;
    margin-bottom:0rem;
}

.alkk a:hover img {
    transform: scale(1.2); 
    transition: all 300ms ease-in 0ms;
}

.alkk a:hover .alkk-zi {
    display:block;
    background-color:rgba(0,0,0,0.6);
    transition: all 300ms ease-in 0ms;
    z-index:8;
}



@media (min-width: 1920px) and (max-width: 3000px) {
.kuanping {
    width: 64%;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
}

.procem {
    padding: 0px 8%;
    position: relative;
}

}

@media (min-width: 1200px) and (max-width: 1600px) {
    
    .container {
        width: 100%;
    }
    
}


@media (min-width: 1200px) and (max-width: 1400px) {
    
.yskuan {
   width: 100%;
}
    
}


@media (min-width: 1000px) and (max-width: 1200px) {
    
    .container {
        width: 100%;
    }
    
.search1 .btn {  
    padding: 3px 6px;
}

.liebiao-bb img {
    width: 3.5rem;
    height: 2.5rem;
}

.yskuan {
   width: 100%;
}
    
}    


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

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

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
 
.logo {
    margin:1rem;
}

.logo img {
    width: 12rem;
}  

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

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2rem;
    left: 0rem;
    width: 100%;
}

.bnnzi {
    position: absolute;
    width: 96%;
    left: 2%;
    top: 6rem;
    font-size: 1.4rem;
    color: #FFFFFF;
    text-align: center;
    z-index: 8;
}

.bnnzi h2 {
    font-size: 2rem;
    letter-spacing: 3px;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    z-index: 6;
    cursor: pointer;
	left:1.6rem;
	background:url(../images/left.png);
    background-size: 4rem 4rem;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    z-index: 6;
    cursor: pointer;
	right:1.6rem;
	background:url(../images/right.png);
    background-size: 4rem 4rem;
    background-position: center;
    background-repeat: no-repeat;
}

.bnmore {
   display:none;
   }
   
.shuju {
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
   
.shuju li h2 {
    font-size: 3rem;
    color: #1c89ca;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 1.2rem;
}


.chanpin {
    height: auto;
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.chanpin h3 {
    font-size: 2.5rem;
    color: #333333;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 3rem;
}

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

.proce .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 4rem;
    height: 4rem;
    margin-top: -22px;
    z-index: 8;
    cursor: pointer;
    background-size: 4rem 4rem;
    background-position: center;
    background-repeat: no-repeat;
}

.proce .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 4rem;
    height: 4rem;
    margin-top: -22px;
    z-index: 8;
    cursor: pointer;
    background-size: 4rem 4rem;
    background-position: center;
    background-repeat: no-repeat;
}

.xufu {
   display:none;
   }
   
.cn-aa {
   width:100%;
   }

.cn-bb {
   width:100%;
   height:auto; overflow:hidden;
   padding:2rem;
   padding-bottom:5rem;
   font-size:1.4rem;
   color:#FFFFFF;
   line-height:2.4rem;
   }  
   
.cn-bb h3 {
    font-size: 2rem;
    color: #FFFFFF;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

.cnmore {
    width: 13.5rem;
    height: 3.6rem;
    border: 1px solid #FFFFFF;
    margin-top: 2rem;
}
   
.chuneng .swiper-pagination {
   left:0rem;
   width:100%;
   bottom:2rem;
} 

.chuneng .swiper-pagination-bullet-active {
    background: #FFFFFF;
} 

.xinwen {
    height: auto;
    overflow: hidden;
    background-color: #FAFAFA;
	padding:0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.xwlan-aa h3 {
   font-size:2rem;
   color:#1A1A1A;
   margin-top:0rem;
   margin-bottom:0rem;
   } 
   
.xwlan-bb {
   width:13.5rem;
   height:3.6rem;
   float:right;
   margin-top:1.8rem;
   }
 
.xwnn {
    height: auto;
    overflow: hidden;
    margin-top: 3rem;
}   

.xwkk-zi {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    color: #666666;
    line-height: 2.4rem;
    padding: 2rem;
}

.xwhh {
    height: auto;
    overflow: hidden;
	margin-top:2rem;
}

.xwhh li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

.bottom {
    height: auto;
    overflow: hidden;
    background-color: #1A1A1A;
    color: #CCCCCC;
	padding:0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.bmwzk {
    width: 100%;
}

.bmlmk {
    display:none;
}

.bmlx li {
    list-style-type: none;
    margin-bottom: 1rem;
}

.weixin {
    width: 12.8rem;
    float:inherit;
	margin:0 auto;
}

.footer {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #CCCCCC;
	margin-bottom:5rem;
}

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

.navbar-inversex {
    background-color: rgba(255,255,255,1);
    border-color: #5F5D5D;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}

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

.fygnav {
    padding: 0px;
	height:5rem;
	background-color:#D20010;
}
.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:#0063FF; height:5rem; padding-top:0.3rem; border-right:1px solid rgba(255,255,255,.2);}

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

.fygnav li p {
   margin-top:0.2rem;
   }
   
.ablan {
   width:100%;
   height:auto; overflow:hidden;
}

.ablan li {
    list-style-type: none;
    width: 50%;
    position: relative;
    border-right: 1px solid #eff0f1;
    float: left;
}

.ablan li a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    text-align: center;
    border-top: 0px solid rgb(23, 72, 150, 0);
}

.ablan li a:hover {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.ablan li.hover a {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#0b46ac;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.dynn {
    padding:0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.cplbb {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f2f2f2;
}


.cpzi {
    height: auto;
    overflow: hidden;
    padding: 1rem;
    color: #808080;
}

.cpzi h2 {
    font-size: 1.4rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 3px;
    color: #333333;
}

.erji {
    height: auto;
    overflow: hidden;
    margin-top: 0rem;
	margin-bottom:2rem;
}

.erji li {
    list-style-type: none;
    width: 49%;
    height: 4rem;
    float: left;
    margin-right: 1%;
    margin-bottom: 1rem;
}

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

.cpnei {
    padding: 2rem;
    background-color: #FFFFFF;
}

.pro-img {
    margin-bottom: 2rem;
}

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

.pro-img .colmd7 {
    width: 100%;
	margin-top:1.5rem;
}

.colmd7 h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0rem 0rem;
}

.cpxq-nei {
    padding: 1.5rem;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #515151;
}

.cpxq {
    margin-top: 2rem;
    height: auto;
    overflow: hidden;
}

.liebiao {
    height: 5rem;
    border: 1px solid #ebebeb;
    margin-top: 1.5rem;
}

.liebiao-aa {
    width: 25%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}

.liebiao-bb {
    width: 50%;
    height: 5rem;
    line-height: 5rem;
}

.liebiao-cc {
    width: 25%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
}

.modal-dialog {
    width: 96%;
    margin: 10rem auto;
}

.xwlie {
    height: auto;
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.xwlie li {
    list-style-type: none;
    margin-bottom: 2rem;
}

.xwlie-aa {
    width: 100%;
}

.xwlie-bb {
    width: 100%;
    padding: 2rem;
}

.xwbj {
    background: #f6f9fc;
    height: auto;
    overflow: hidden;
    padding: 4rem 0 4rem;
}

.xwnnk {
    height: auto;
    overflow: hidden;
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.xwnnk h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    color: #000000;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.fabu {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 2.5rem;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1.5rem;
}

.xwxq {
    height: auto;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #666666;
    font-size: 1.4rem;
    line-height: 2.4rem;
    border-bottom: 1px solid #fbfbfb;
}

.liebiaok-aa {
    width: 100%;
    line-height: 3rem;
}

.liebiaok-bb {
    width: 100%;
}

.fznn {
    padding:0rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.fznn-aa {
    width: 100%;
}

.fznn-bb {
    width: 100%;
    line-height: 1.8;
}

.fznn h2 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.abnn {
    padding:0rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    position: relative;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}

.abnn-aa {
    width: 100%;
    line-height: 1.8;
}

.abnn-bb {
    width: 100%;
}

.abnn h2 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.wenhua {
    display:inherit;
}

.wenhua-aa {
    width: 100%;
    float: left;
}

.wenhua-bb {
    width: 100%;
    padding: 2rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 2;
}

.wenhua-bb h2 {
    margin-top: 2px;
    margin-bottom: 2rem;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bold;
}

.ihonor {
    background-size: cover;
    padding: 2rem 5%;
}

.ititle big {
    display: block;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.lxnnw {
    padding:0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #FFFFFF;
}

.liuyans {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-size: 2rem;
    color: #262626;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 3rem;
}

.ditu {
   height:30rem; overflow:hidden;
   }

.biao h4 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #666666;
}

.searchh .btn {
    font-size: 1.6rem;
    width: 20%;
}

.shuju li {
    list-style-type: none;
    width: 50%;
    text-align: center;
    color: #333333;
    float: left;
}

.container {
        width: 100%;
    }
    
.yskuan {
   width: 100%;
}

.about {
    height:auto; overflow:hidden;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.about h2 {
    font-size: 2.5rem;
    color: #FFFFFF;
    margin-top: 0rem;
    margin-bottom: 2.5rem;
}

.about-w {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.case-zi h4 {
    font-size: 1.8rem;
        height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.case-zi {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    padding: 2rem;
    padding-top: 16rem;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    left: 0px;
    bottom: 0px;
    z-index: 5;
}

.ysww li {
        list-style-type: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 2rem;
        padding-bottom: 4rem;
        font-size: 1.4rem;
        line-height: 2.5rem;
        color: #484848;
        text-align: center;
    }
    
.anli {
    height: auto;
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.anli h3 {
    font-size: 2.5rem;
    color: #333333;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.alrow {
    height: auto;
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
}

.alrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
}


.gongying {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.gongying h3 {
    line-height: 2.6rem;
    font-size: 1.8rem;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.ggrow {
    height: auto;
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
}

.ggrow li {
    list-style-type: none;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom:1rem;
}

.ggkuai-nei {
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
    font-size: 1.4rem;
    text-align: justify;
    color: rgba(88, 88, 88, 1);
    line-height: 2.4rem;
}

.youshi {
   height:auto; overflow:hidden;
   padding-top:4rem;
   padding-bottom:5rem;
   }
   
.youshi h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    color: #333333;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 3rem;
}
   
.gongcheng {
    min-height: 30rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.gcrow {
    height: auto;
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
}

.gcrow li {
    list-style-type: none;
    width: 100%;
    padding: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.atrow {
    height: auto;
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
}

.atrow li {
    list-style-type: none;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}

.atkk-zi {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
}

.atkk-zi h3 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-top: 0rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 1rem;
}

.xwxqk {
     width: 100%;
     height: auto;
     overflow: hidden;
     padding: 1rem;
     font-size: 1.4rem;
     color: #666666;
     margin: 2rem auto 2rem;
    }
    
.xwxqk h2 {
     font-size: 2rem;
     color: #333333;
     text-align: center;
     margin-top: 0rem;
     margin-bottom: 2rem;
    }
    
    
.tjhh {
    height: auto;
    overflow: hidden;
    margin-top: 0rem;
    padding: 1.5rem;
}

.tjzi {
    height: auto;
    overflow: hidden;
    padding:1.5rem;
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #9898a0;
}

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

.alkk-zi {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 15%;
    text-align: center;
    color: #FFFFFF;
    left: 0px;
    top: 0px;
    display: none;
    transition: all 300ms ease-in 0ms;
}

.alkk-zi img {
    width:2rem;
}

.alkk-zi h4 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.navbar-collapse {
    max-height: 450px;
}

.zjrow {
    height: auto;
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
}

.zjrow li {
    list-style-type: none;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
}

.gongchangk h2 {
    margin-top: 0px;
    margin-bottom: 3rem;
    color: #333333;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
}

.gongying h2 {
    margin-top: 0px;
    margin-bottom: 3rem;
    color: #333333;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
}

.gongchangk {
    height: auto;
    overflow: hidden;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.lnkk-zi {
    padding-top: 20%;
    color: #FFFFFF;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, .5);
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 6;
}

}


