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

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


.navbar-inverse {
    background-color: #FFFFFF;
    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: 0.9rem;
    padding-bottom: 0.9rem;
	padding-left:3rem;
	padding-right:3rem;
    line-height:7rem;
}

.nav {
    padding-left: 34.3rem;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color:#0179c0;
}
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: #333333;
	font-size:1.6rem;
}

.navbar-inverse .navbar-toggle {
    border-color: #0065cf;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0.6rem 0.8rem;
    margin-top: 0.8rem;
    margin-right: 1.5rem;
    margin-bottom: 0.8rem;
    background-color: #0065cf;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 3rem;
		height: 0.4rem;
		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);
    }


.menu ul.sub_menu{position:absolute; width:60rem; 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:4rem; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 4rem;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:1.2rem;
	}
	
.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:160rem;
   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;
   }
   
.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: -15%;
    top: 9rem;
    width: 130%;
    text-align:center;
    border: 0px solid #CBCBCB;
    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%;
    /* line-height:40px; */
    border-bottom: 1px solid hsl(0 0% 91% / 1);
    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: #333;
    font-size: 1.4rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 3.5;
    display: block;
    width: 100%;
    height: 100%;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FFFFFF;
    background-color: #0079C0;
    text-decoration: none;
}
   
.logo {
   width:15.5rem;
   margin-top:1rem;
   margin-bottom:1rem;
   }
   
.logo img {
   width:100%;
   }
   
.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #0179c0;
}

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

ul {
   margin:0px;
   padding:0px;
   }
   
.tbk {
   height:auto;
   margin-top:2.2rem;
   }
   
.tbk li {
   list-style-type:none;
   width:4.4rem;
   float:left;
   margin-left:2.4rem;
   }
   
.tbk li a {
   display: block; /* 将链接转换为块级元素，使图片能够完整显示 */
   width:4.4rem;
   height:4.4rem;
   line-height:4.4rem;
   text-align:center;
   border-radius: 50%;
   background-color:#e5e5e5;
  }
  
.tbk li a:hover {
   background-color:#ed7101;
   transition: all 300ms ease-in 0ms;
   }
  
.tbk li a img {
    filter: invert(60%);
    transition: transform 0.3s, filter 0.3s; /* 添加过渡效果 */
  }
   
.tbk li a:hover img {
    filter: invert(0%);
  }
  
.tbk li.dropdown li {
    list-style-type: none;
    width:100%;
    float: left;
	text-align:center;
	    height: 3rem;
    line-height: 3rem;
    margin-left: 0px;
    margin-right: 0px;
}   

.dropdown-menu > li > a {
    display: block;
	width:100%;
    padding: 0px;
	text-align:center;
	height: 3rem;
    line-height: 3rem;
	background-color:#FFFFFF;
	border-radius: 0;
}

.dropdown-menu > li > a:hover {
    background-color:#EEEEEE;
   }

.navbar-right .dropdown-menu {
    right: -5rem;
    left: auto;
	top: 6rem;
} 
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   }   
   
.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: #ed7101;
    height: 4rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
	width:14%;
}

.ss a {
   cursor:pointer;
   }  
   
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}   
   
.banner img {
   width:100%;
   }    

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


.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 52px;
    height: 12px;
	border-radius: 20px;
    background: #ed7101;
}

.chanpin {
   height:auto; overflow:hidden;
   padding-top:11rem;
   padding-bottom:8rem;
   background-color:#fafafa;
   }
   
.chanpin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.6rem;
   margin-top:0rem;
   margin-bottom:5.2rem;
   }
   
.cprow {
   height:auto;
   margin-left:-2rem;
   margin-right:-2rem;
   } 
   
.cprow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:2rem;
   padding-right:2rem;
   margin-bottom:4rem;
   } 
   
.cpkk {
   height:30.4rem;
   padding:4.5rem;
   padding-top:7.2rem;
   padding-bottom:0rem;
   background-color:#FFFFFF;
   position:relative;
   border-radius: 5px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
 
.cpkk-tu {
   position:absolute;
   width:23rem;
   height:23rem;
   top:4rem;
   right:0rem;
   z-index:6;
   }
   
.cpkk-zi {
   width:22rem;
   color:#666666;
   font-size:1.4rem;
   line-height:2.2rem;
   float:left;
   }
   
.cpkk-zi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   color:#000000;
   font-weight:bold;
   margin-top:0rem;
   margin-bottom:1rem;
   }
   
.cpkk a:hover h3 {
    color: #0179c0;
}
   
.cpss {
   height:6.8rem; overflow:hidden;
   }
   
.cpkk-more {
   margin-top:6rem;
   font-size:1.4rem;
   }

   
.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;
   }
   
.xinwen {
   height:auto; overflow:hidden;
   background-color:#f8f8f8;
   padding-top:12rem;
   padding-bottom:12rem;
   }
   
.xwss {
   height:auto; overflow:hidden;
   }
   
.xinwen-aa {
   width:40rem;
   font-size:1.4rem;
   line-height:2.6rem;
   color:#333333;
   float:left;
   }
   
.xinwen-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.6rem;
   margin-top:12.2rem;
   margin-bottom:2.5rem;
   }
   
.xwmore {
   margin-top:4.5rem;
   width:18rem;
   height:4.9rem;
   }
   
.xwmore a {
   display:block;
   width:100%;
   height:4.9rem;
   line-height:4.9rem;
   text-align:center;
   color:#666666;
   border:1px solid #666666;
   }
   
.xwmore a:hover {
   color:#FFFFFF;
   background-color:#666666;
   }
   
.xinwen-bb {
   width:105.3rem;
   float:right;
   }

      
.xinwen-bb 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%;}  
   
.xinwen-bb:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	transition: all 500ms ease-in 0ms;
   } 
   
.xinwen-bb section {
   overflow: hidden;
   }
   
.xwrow {
   height:auto;
   margin-left:-2rem;
   margin-right:-2rem;
   margin-top:4rem;
   }
   
.xwrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:2rem;
   padding-right:2rem;
   }
   
.xwkk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   padding:4rem;
   padding-bottom:0rem;
   color:#333333;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   border-radius: 12px;
   }
   
.xwkk-tm {
   width:8.8rem;
   height:2.4rem;
   }
   
.xwkk-tm-aa {
   width:50%;
   height:2.4rem;
   line-height:2.4rem;
   text-align:center;
   font-size:1.2rem;
   color:#000000;
   background-color:#f4c123;
   float:left;
   }
   
.xwkk-tm-bb {
   width:50%;
   height:2.4rem;
   line-height:2.4rem;
   text-align:center;
   font-size:1.2rem;
   color:#FFFFFF;
   background-color:#333333;
   float:right;
   }
   
.xwtit {
   font-size:2.2rem;
   line-height:3.6rem;
   color:#333333;
   height:7.2rem;
   margin-top:2.5rem;
  }
  
.xqtt {
   margin-top:4.6rem;
   line-height:6.9rem;
   color:#666666;
   border-top:1px solid #e6e6e6;
   }
   
.spbj {
    background: url(../images/spbj.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
	height:60rem;
	font-size:4rem;
    color:#FFFFFF;
	padding-top:23rem;
	text-align:center;
   }
   
.sptt {
    width:10rem;
    height:10rem;
	margin:2.4rem auto 0px;
	animation: heart 0.8s ease-in-out 0.8s infinite alternate;
	}
	
.sptt a {
   cursor:pointer;
   }	

.sptt img {
   width:100%;
   }
   
@keyframes heart{
from{margin-top:0px;}
to{margin-top:-8px;}
}

@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,8px)}
}
  


.bottom {
   height:auto; overflow:hidden;
   padding-top:5rem;
   padding-bottom:5rem;
   background-color:#262626;
   font-size:1.4rem;
   color:rgba(255,255,255,.6);
   line-height:4rem;
   }
   
.bottom a {
   color:rgba(255,255,255,.6);
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   }
   
.dinn {
   height:auto; overflow:hidden;
      white-space: nowrap;
text-overflow: ellipsis;
   }
   
.bottom a:hover {
   color:rgba(255,255,255,1);
   }
      
.lxkk {
   height:auto; overflow:hidden;
   } 
   
.lxkk li {
   list-style-type:none;
   height:auto; overflow:hidden;
   margin-top:1rem;
   }  
   
.lxkk-aa {
   width:3rem;
   line-height:3rem;
   float:left;
   }
   
.lxkk-bb {
   width:27rem;
   line-height:3rem;
   float:left;
   margin-left:2rem;
   }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.6rem;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:3.2rem;
   }
   
.bottom h2 a {
   color:#FFFFFF;
   }
   
.weixin {
    width: 13rem;
    float: right;
}

.weixin img {
   width:100%;
   }

.weixin p {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    text-align: center;
}

.fenxiang {
    height: auto;
    overflow: hidden;
    margin-top: 1rem;
}

.fxrow {
   height:auto; overflow:hidden;
   margin-left:-1rem;
   margin-right:-1rem;
   }
   
.fxrow li {
   list-style-type:none;
   width:33.3%;
   padding-left:1rem;
   padding-right:1rem;
   float:left;
   }
   
.fx {
   width:3rem;
   height:3rem;
   }
   
.fx img {
   width:auto;
   }
   
.fx a {
   display:block;
   width:3rem;
   height:3rem;
   line-height:2.6rem;
   text-align:center;
   background-color:#565656;
   border-radius: 50%;
   }
   
.fx a:hover {
   background-color:#003e69;
   }
   
.footer {
   height:auto; overflow:hidden;
   line-height:5.5rem;
   color:rgba(255,255,255,.6);
   border-top:1px solid #686868;
   background-color:#1b1b1b;
   }
   
.footer a {
   color:rgba(255,255,255,.6);
   }
   
.footer a:hover {
   color:rgba(255,255,255,1);
   }
   
.juyou {
   text-align:right;
   }
   
/* 关于我们 */
.bnn {
   position:fixed;
   width:100%;
   top:9rem;
   z-index:-1;
   }

.bnn img {
   width:100%;
   }  
   
.bnnw {
   position:relative;
   width:100%;
   height:40rem;
   }
   
.bnnlm {
   position:absolute;
   width:100%;
   height:7rem;
   background-color:rgba(0,121,192,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;
   }
   
.bnnlm-aa {
   width:75%;
   padding-left:7rem;
   position:relative;
   float:left;
   }
   
.bnnlm-aa li {
   list-style-type:none;
   width:18rem;
   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:#e41820;
   }
   
.bnnlm-aa li.hover a {
   background-color:#e41820;
   }
   
.bnnlm-aax li {
   list-style-type:none;
   width:18rem;
   float:left;
   line-height:7rem;
   border-right: 1px solid rgba(255, 255, 255, 0.2);
   }
   
.bnnlm-aax 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;
   padding-left:0.5rem;
   padding-right:0.5rem;
   cursor:pointer;
   }
   
.bnnlm-aax li a:hover {
   background-color:#e41820;
   }
   
.bnnlm-aax li.hover a {
   background-color:#e41820;
   }
   
.bnnlm-bb {
   width:25%;
   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;
   }
   
.abnn {
    padding-top:10rem;
	padding-bottom:10rem;
	position:relative;
	background-color:#FFFFFF;
    height: auto;
    overflow: hidden;
   }   
   

.abnn-aa {
    width: 40%;
    font-size:1.6rem;
	line-height:2.4;
    float: left;
}

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

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

.whbj {
    padding-top:10rem;
	padding-bottom:10rem;
	position:relative;
	color:#FFFFFF;
	background:url(../images/whbj.jpg);
	background-size: 100% 100%;
    height: auto;
    overflow: hidden;
   }
   
.whbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   color:#FFFFFF;
   text-align:center;
   margin-top:0px;
   margin-bottom:4.5rem;
   }
   
.wenhua {
   height:auto; overflow:hidden;
   }
   
.col-culture .kuanping ul{font-size:0;text-align: center;display: -webkit-flex;display: -ms-flexbox;display: flex;justify-content: center;align-items: baseline; margin:0px; padding:0px;}
.col-culture .kuanping ul li{width: 28rem;height: 28rem;border-radius: 50%;border:5px solid transparent;font-size: 1.4rem;color:#fff; padding:3rem; padding-top: 5rem; list-style-type:none;}
.col-culture .kuanping ul li h3{font-size: 2.4rem;margin-bottom: 1.5rem;}
.col-culture .kuanping ul li .s-content{line-height: 2rem;}
.col-culture .kuanping ul li:nth-child(1){border-color: #13b5b1;}
.col-culture .kuanping ul li:nth-child(1) h3{color: #13b5b1;}
.col-culture .kuanping ul li:nth-child(2){border-color: #f6b37f;margin:0 -1.8rem}
.col-culture .kuanping ul li:nth-child(2) h3{color: #f6b37f;}
.col-culture .kuanping ul li:nth-child(3){border-color: #00b7ee;}
.col-culture .kuanping ul li:nth-child(3) h3{color: #00b7ee;}
.col-culture .kuanping .content{text-align: center;font-size: 1.6rem;line-height: 3rem;color:#fff;margin-top:5vh}


/* 发展历程 */   
.fzbj {
   position:relative;
   background-color:#FFFFFF;
   padding-top:6.1rem;
   padding-bottom:6.1rem;
   }
   
.fzbj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.2rem;
   color:#333333;
   text-align:center;
   margin-top:0px;
   margin-bottom:4.5rem;
   }

.fazhan {
   background:url(../images/fzdian.jpg) top center; background-repeat:no-repeat;
   background-color:#FFFFFF;
   background-size: 5.6rem 156.3rem;
   color:#707070;
   padding-top:6.1rem;
   line-height: 1.8rem;
   height:auto; overflow:hidden;
   }
   
.fzkk {
   height:auto; overflow:hidden;
   margin-bottom:2rem;
   }   
   
.fazhan-aa {
   width:72rem;
   height:16rem; overflow:hidden;
   float:left;
   text-align:right;
   }
   
.fazhan-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 3rem;
   color:#333333;
   margin-top:1.4rem;
   margin-bottom:2rem;
   }
   
.fazhan-bb {
   width:72rem;
   height:16rem; overflow:hidden;
   float:right;
   }
   
.fazhan-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size: 3rem;
   color:#333333;
   margin-top:1.4rem;
   margin-bottom:2rem;
   }
   
/* 产品中心 */
.cpbj {
   background-color:#f6f9fc;
   height:auto; overflow:hidden;
   padding-top:9rem;
   padding-bottom:9rem;
   position:relative;
   }
   
.cpbj h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 3rem;
}

.search1 {
   margin-top:0px;
   width:100%;
   margin-bottom:4rem;
   }
   
.search1 form {
    display: flex;
}

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

.search1 .btn {
    height: 5.8rem;
    margin: 0;
    background: #0079c0;
    border-radius: 0;
    color: #FFFFFF;
	font-size:1.6rem;
    text-align: center;
    width: 14%;
}  

.cptit {
    height: auto;
    overflow: hidden;
    margin-bottom: 4.5rem;
}

.cptit-aa {
    width: 70%;
    line-height: 4.5rem;
    font-size: 3rem;
    float: left;
}

.cptit-bb {
    width: 30%;
    float: right;
}

.cprowk {
   height:auto; overflow:hidden;
   padding-top:1rem;
   margin-left:-1rem;
   margin-right:-1rem;
   margin-top:3.6rem;
   }
   
.cprowk li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:1rem;
   padding-right:1rem;
   margin-bottom:2.5rem;
   }
   
.cprowk li img {
   width:100%;
   }
   
.cprowk li p {
   text-align:center;
   line-height:7.5rem;
   font-size:1.8rem;
   color:#333333;
   margin:0px;
   }
   
.cprowk li a:hover img {
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   transition: all 300ms ease-in 0ms;
   }   
   
.cprowk li a:hover p {
   color:#0079c0;
   transition: all 300ms ease-in 0ms;
   }
   
/* 产品详情 */   
   
.cpnei {
    padding: 2rem;
    padding-top: 5rem;
    background-color: #FFFFFF;
}

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

.procem {
    padding: 0px 3.6rem;
    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: -2.2rem;
    z-index: 8;
    cursor: pointer;
	left:5px;

    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: -2.2rem;
    z-index: 8;
    cursor: pointer;
	right:5px;

    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 #25b5e5 solid;
}  

.pro-img .colmd5{
	width:36%;
	float:left;
}
.pro-img .colmd7{
	width:60%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
	font-size:2.7rem;
	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:40rem;
	padding:1.5rem;
	border-bottom: 1px #e8e8e8 solid;
	display:block;
	color:#515151;
	font-size:1.8rem;
	line-height:3rem;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:2rem;
}

.pro-img .colmd7 h3 {
   font-family: Microsoft YaHei, 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 0px 0px;
}

.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;
}

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


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

.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: 49.5rem;
    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:7.8rem;
   border:1px solid #ebebeb;
   margin-top:2.5rem;
   }
   
.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;
   }    
   
.modal-dialog {
    width: 66rem;
    margin: 10rem auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #25b5e5;
}
.tanchu-lan {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #25b5e5;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding-left: 10px;
	margin-top:-36px;
}
.tanchu-nei {
    padding: 20px;
    height: auto;
    overflow: hidden;
}  

/* 技术支持 */
.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;
}

.zhichi {
   height:auto; overflow:hidden;
   }
   
.zhichi li {
   list-style-type:none;
   padding: 5rem 0;
   border-bottom: 1px solid #dcdcdc;
   }
   
.zhichi li h3 {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 2.5rem;
}

.zhichi li .content {
    color: #666;
    line-height: 2rem;
}

/* 新闻中心 */
.xwbj {
    background: #f6f9fc;
	height:auto; overflow:hidden;
    padding: 8rem 0 8rem;
}

.newstit {
    height:auto; overflow:hidden;
    margin-bottom: 4.5rem;
}

.newstit-aa {
   width:70%;
   line-height:4.5rem;
   font-size:3rem;
   float:left;
   }
   
.newstit-bb {
   width:30%;
   float:right;
   display:none;
   }
   
.searchw {
   width:30rem;
   float:right;
   }
   
.searchw form {
    display: flex;
}

.searchw .search {
    border: 0;
    height: 4.5rem;
    font-size: 1.4rem;
    padding-left: 1rem;
    border: 1px #eeeeee solid;
    width: 78%;
    border-radius: 0;
}   

.searchw .btn {
    height: 4.5rem;
    margin: 0;
    background: #0079c0;
    border-radius: 0;
    color: #FFFFFF;
    text-align: center;
    width: 22%;
}

.xwrowk {
    height:auto; overflow:hidden;
    margin-left:-2rem;
	margin-right:-2rem;
   }
   
.xwrowk li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:2rem;
   padding-right:2rem;
   margin-bottom:4rem;
   }
   
.newsk {
   height:auto; overflow:hidden;
   position:relative;
   color: #999999;
   line-height: 2.3rem;
   }
   
.newsk a {
    color: #999999;
}
   
.xwtime {
    position: absolute;
    width: 10.5rem;
    height: 8.2rem;
    background-color: #000000;
    top: 0px;
    left: 0px;
    padding-top: 1.5rem;
    text-align: center;
    color: #FFFFFF;
    z-index: 8;
}

.xwtime h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 0.6rem;
}

.newsk section {
    overflow: hidden;
}

section {
    display: block;
} 

.newsk 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%;}     
   
.newsk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   }
   
.newsk h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
	height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #555555;
}

.xwkuan {
   width:120rem;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.xwnn {
   height:auto; overflow:hidden;
   padding:7rem;
   padding-bottom:1rem;
   }
   
.xwnn 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;
   }
   
.fabu-fg {
   background:url(../images/fenge.jpg) center right; background-repeat:no-repeat;
   }
   
.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 {
    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;
}  



.zwcontk {
	width:40%;
	left:30%;
	top:50%;
	margin-top:-37.8rem;
	position:relative;
}
.zwcontk iframe {
	height:52rem;
	background:transparent;
	width:100%;
}

.zwcontk .closets2 {
	position:absolute;
	height:6rem;
	right:1.5rem;
	top:0;
	cursor:pointer;
	width:4rem;
	background:url(../images/gbtou.png) center no-repeat;
}


/* 人才招聘 */
.ijoint {

}
	
.ijoin {
   margin-bottom:4rem;

}

.ijoin h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 4rem;
}

.ijoin dl {
	background:#0079C0;
	padding:0px 3rem;
}
.ijoin dl dd {
	float:left;
	width:25%;
	color:#fff;
	line-height:4rem;
	padding:2.5rem 0px;
	font-size:2.0rem;
}
.ijoin dl dd:nth-of-type(4) {
	width:22%;
}
.ijoin dl dd:nth-of-type(5) {
	width:30%;
}

@media (max-width:1400px) {
	.ijoin dl dd {
	font-size:1.8rem;
}
}@media (max-width:992px) {
	.ijoin {
	margin:1.5rem 0px 1.5rem;
}
.ijoin dl {
	padding:0px 1.5rem;
}
.ijoin dl dd {
	line-height:3rem;
	padding:1rem 0rem;
	font-size:1.6rem;
}
.ijoin dl dd:nth-of-type(2),.ijoin dl dd:nth-of-type(3),.ijoin dl dd:nth-of-type(4) {
	display:none;
}
.ijoin dl dd:nth-of-type(1) {
	width:70%;
}
}.ijoin ul {
	margin-top:3rem;
}
.ijoin ul li {
	border-bottom:1px rgba(0,0,0,.15) dashed;
	list-style-type:none;
	margin-bottom:2rem;
}
.ijoin ul li .jitp {
	padding:2.5rem 3rem;
	transition:.3s;
}
.ijoin ul li .jitp span {
	display:block;
	float:left;
	width:25%;
	color:#545459;
	line-height:4.4rem;
	font-size:1.9rem;
}
.ijoin ul li .jitp span:nth-of-type(4) {
	width:22%;
}
.ijoin ul li .jitp span:nth-of-type(5) {
	width:30%;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul {
	margin-top:1rem;
}
.ijoin ul li {
	margin-bottom:1rem;
}
.ijoin ul li .jitp {
	padding:1rem 1.5rem;
}
.ijoin ul li .jitp span {
	line-height:2.4rem;
	font-size:1.4rem;
	width:100%;
}
.ijoin ul li .jitp span:nth-of-type(2),.ijoin ul li .jitp span:nth-of-type(3),.ijoin ul li .jitp span:nth-of-type(4) {
	display:block;
}
.ijoin ul li .jitp span:nth-of-type(1) {
	width:100%;
}
}.ijoin ul li .jitp span small {
	width:13.8rem;
	display:block;
	height:4.4rem;
	font-size:1.9rem;
	color:#545459;
	background:#efefef;
	cursor:pointer;
	text-align:center;
	transition:.3s;
	float:left;
}
.ijoin ul li.cur {
	border-bottom:0;
	box-shadow:0px 0px 30px rgba(0,0,0,.15);
}
.ijoin ul li.cur .jitp span small {
	background:#fff;
}
.ijoin ul li .jitp span small:hover {
	background:#053dae;
	color:#fff;
}
.ijoin ul li.cur .jitp {
	background:#e6e6e6;
}
.ijoin ul li .jitp span i {
	display:block;
	background:url(../images/sjt.png) center no-repeat;
	height:4.4rem;
	float:right;
	cursor:pointer;
	width:4rem;
}
.ijoin ul li.cur .jitp span i {
	transform:rotate(180deg);
}
.ijoin ul li .jitp span a {
	display:none;
	width:90%;
	height:3rem;
	line-height:3rem;
	color:#545459;
	background:#efefef;
	font-size:1.4rem;
	text-align:center;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span small {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul li .jitp span a {
	display:block;
}
.ijoin ul li .jitp span small {
	display:none;
}
.ijoin ul li .jitp span i {
	display:none;
}
}.ijoin .jibt {
	display:none;
	padding:2rem 7rem 5rem;
}
.ijoin .jibt h1 {
	font-size:2.0rem;
	line-height:4rem;
}
.ijoin .jibt section {
	padding:1.5rem 0px 1.5rem 2rem;
	color:#545459;
	line-height:2.6rem;
}
.ijoin .jibt>div>h2 {
	width:14rem;
	line-height:4.4rem;
	color:#fff;
	background:#0086ff;
	text-align:center;
	font-size:1.5rem;
	transition:.3s;
	cursor:pointer;
	margin:1.5rem 0px 0px;
}
.ijoin .jibt>div>h2:hover {
	background:#053dae;
}
.ijoindd .zwxxx {
	padding-bottom:1rem;
}
.ijoindd .zwxxx span {
	display:block;
	line-height:3rem;
	color:#000;
}
.ijoindd .zwxxx .zpzw {
	font-size:1.6rem;
	margin-bottom:1rem;
}
.ijoindd iframe {
	height:72rem;
	width:100%;
}


@media (max-width:992px) {
	.ijoindd {
	margin:0;
	padding:10px;
}
.ijoindd .jibt {
	display:block;
	padding:0px;
}
.ijoindd .jibt h1 {
	font-size:1.6rem;
	line-height:30px;
}
.ijoindd .jibt section {
	padding:10px 0px;
}
}

.ijoin ul {
   padding:0px;
   }
   
   
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:60%;
	left:20%;
	top:50%;
	margin-top:-37.8rem;
	position:relative;
}
.zwcont iframe {
	height:75.6rem;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:6rem;
	right:1.5rem;
	top:0;
	cursor:pointer;
	width:4rem;
	background:url(../images/gbtou.png) center no-repeat;
}

.zwcont .closets2 {
	position:absolute;
	height:6rem;
	right:1.5rem;
	top:0;
	cursor:pointer;
	width:4rem;
	background:url(../images/gbtou2.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:9rem;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:3rem 7% 2.5rem;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:2.5rem;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:8.8rem;
	color:#636366;
	line-height:4.2rem;
}
.sqxx .form div p:before {
	content:"* ";
	color:#f00;
}
.sqxx .form div input {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:2.2rem;
	outline:none;
	padding:0.9rem 1rem;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:4.2rem;
	outline:none;
	padding:0px 1rem;
}
.sqxx .form div:last-child {
	width:100%;
}
.sqxx .form div textarea {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:2.2rem;
	outline:none;
	padding:0.9rem 1rem;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:3rem auto 0px;
	background:#0086ff;
	width:100%;
	max-width:23rem;
	color:#fff;
	height:4.4rem;
	outline:none;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
} 

/* 联系我们 */

.lxnnw {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   padding-top:5rem;
   padding-bottom: 5rem;
}

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

.lxnnw h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #666666;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 7rem;
}

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

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

.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: 4.2rem;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8rem;
}

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

.hzi {
    color:#0079C0;
}

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

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

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

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

.anniu {
    width: 20.8rem;
    height: 5.4rem;
	font-size:1.6rem;
    background-color: #0079C0;
	border:1px solid #0079C0;
    padding: 0px;
} 

/* 新增 */ 
.shouhou {
   width:80rem;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.shouhou li {
   list-style-type:none;
   background-color:#f1f1f1;
   height:auto; overflow:hidden;
   }
   
.shouhou-aa {
   width:50%;
   padding:3.5rem;
   padding-bottom:0rem;
   line-height:3rem;
   float:left;
   }
   
.shouhou-bb {
   width:50%;
   float:right;
   }
   
.shouhou-bb img {
   width:100%;
   }
   
.shouhou-cc {
   width:50%;
   float:left;
   }
   
.shouhou-cc img {
   width:100%;
   }
   
.shouhou-dd {
   width:50%;
   background-color:#f1f1f1;
   padding:3.5rem;
   padding-bottom:0rem;
   line-height:3rem;
   float:right;
   }
   
.sht {
   width:80rem;
   height:auto; overflow:hidden;
   margin:0 auto;
   background-color:#f1f1f1;
   }   

.sht li {
   list-style-type:none;
   width:50%;
   float:left;
   } 
   
.sht li img {
   width:100%;
   }
   
.sht-aa {
   width:50%;
   float:left;
   }  
   
.sht-bb {
   width:50%;
   padding:2rem;
   padding-top:14rem;
   color:#333333;
   line-height:3.5rem;
   float:right;
   }  
   
.sht-cc {
   width:50%;
   padding:2rem;
   padding-top:14rem;
   color:#333333;
   line-height:3.5rem;
   float:left;
   }  
   
.sht-dd {
   width:50%;
   float:right;
   } 
   
.yc {
   display:block;
   }   

.yd {
   display:none;
   }
   
.abss {
   height:31rem;
   overflow-y: scroll;
   }
      

@media (min-width: 1200px) and (max-width: 1400px) {
    
.nav {
    padding-left: 32.3rem;
}

}    
    

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

body {
    margin-top: 5.8rem;
}

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

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.xwkuan {
   width:100%;
   }
   
.logo {
    width: 12rem;
	padding:1rem;
	margin-top:0rem;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2rem;
}

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

.chanpin h2 {
    font-size: 2.4rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

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

.cpkk {
    height:auto; overflow:hidden;
    padding:1rem;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.cpkk-zi {
    width:100%;
    color: #666666;
    float: left;
}

.cpkk-more {
    margin-top: 2rem;
    font-size: 1.4rem;
}

.cpkk-tu {
    position:relative;
    width: 100%;
    height: 40rem;
    top: 0rem;
    right: 0rem;
}

.about {
    background: url(../images/abbj.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
    height:auto; overflow:hidden;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 2.6rem;
	padding:0px;
    padding-top: 10rem;
	padding-bottom:10rem;
}

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

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

.xinwen {
    height: auto;
    overflow: hidden;
    background-color: #f8f8f8;
	padding:0px;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.xinwen-aa {
    width: 100%;
}

.xinwen-aa h2 {
    font-size: 2.4rem;
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

.xinwen-bb {
    width: 100%;
	margin-top:1rem;
}

.xwmore {
    margin-top: 3rem;
    width: 100%;
    height: 4rem;
}

.xwmore a {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #666666;
    border: 1px solid #666666;
}

.xwrow {
    height: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 2rem;
}

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

.xwkk {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 2rem;
    padding-bottom: 0rem;
    color: #333333;
}

.spbj {
    height: 36rem;
    font-size: 2.4rem;
    color: #FFFFFF;
    padding-top: 10rem;
    text-align: center;
}

.bottom {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #262626;
    font-size: 1.4rem;
    color: rgba(255,255,255,.6);
    line-height: 3rem;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.weixin {
    width: 13rem;
    float:inherit;
	margin:1rem auto;
}

.footer {
    height: auto;
    overflow: hidden;
	padding:0rem;
    line-height:4rem;
}

.bnn {
    position: fixed;
    width: 100%;
    top: 5.8rem;
    z-index: -1;
}

.bnnw {
    height:10rem;
}

.abnn {
   padding:0rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

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

.abnn-bb {
    width: 100%;
}

.abnn h2 {
    font-size: 2.4rem;
    color: #343434;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.whbj {
    padding:0rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    color: #FFFFFF;
}

.whbj h2 {
    font-size: 2.4rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.col-culture .kuanping ul {
    display:inline;
    display:inline;
    justify-content: center;
    align-items: baseline;
    margin: 0px;
    padding: 0px;
}

.col-culture .kuanping ul li {
    width: 100%;
    height:auto;
    border-radius: 50%;
    border: 2px solid transparent;
    font-size: 1.4rem;
    color: #fff;
    padding: 3rem;
    list-style-type: none;
	margin-bottom:1rem;
}

.col-culture .kuanping ul li:nth-child(2) {
    border-color: #f6b37f;
    margin: 0;
	margin-bottom:1rem;
}

.col-culture .kuanping .content {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #fff;
    margin-top: 2vh;
}

.fazhan-aa {
   width: 100%;
   height:16rem;
   }
   
.fazhan-bb {
   width: 100%;
   height:16rem;
   }
   
.ablan {
   width:100%;
}

.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);
}

.navbar-collapse {
    max-height: 46rem;
}

.cpbj {
    padding: 0px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}

.cptit {
    height: auto;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

.cptit-aa {
    width: 100%;
    line-height: 4.5rem;
    font-size: 2rem;
}

.cptit-bb {
    width: 100%;
}

.searchw {
    width: 100%;
}

.cprowk {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 2.2rem;
}

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

.cprowk li p {
    text-align: center;
    line-height: 3rem;
    font-size: 1.4rem;
    color: #333333;
    margin: 0px;
}

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

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

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

.ipdcont .ipdimg .jqzoom {
    height:auto; overflow:hidden;
}

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

.pro-img .colmd7 .pro-ptt {
    font-size: 1.8rem;
    padding: 0px 0px 1rem;
    border-bottom: 1px #e8e8e8 solid;
}

.pro-img .colmd7>span {
    margin-top: 1rem;
    margin-bottom: 1rem;
	height:auto; overflow:hidden;
    padding: 1rem;
    border-bottom: 1px #e8e8e8 solid;
    display: block;
    color: #515151;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.liebiao {
    margin-top: 1.5rem;
}

.cpxq-nei {
    padding: 1.5rem;
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.cpxq-nei img {
   width:100%;
   }
   
.dynn {
   padding:0rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.dynn h2 {
    font-size: 2.4rem;
    color: #343434;
    margin-top: 0px;
    margin-bottom: 2rem;
}

.shouhou {
    width: 100%;
}

.shouhou li {
   margin-bottom:10px;
}

.shouhou-aa {
    width: 100%;
    padding:2rem;
    line-height: 3rem;
}

.shouhou-bb {
    width: 100%;
}

.shouhou-cc {
    width: 100%;
}

.shouhou-dd {
    width: 100%;
    padding: 2rem;
    line-height: 3rem;
}

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

.newstit {
    height: auto;
    overflow: hidden;
    margin-bottom: 2.5rem;
}

.newstit-aa {
    width: 100%;
    line-height: 3rem;
    font-size: 2.4rem;
}

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

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

.xwnn {
    height: auto;
    overflow: hidden;
    padding: 1.5rem;
    padding-bottom: 1rem;
}

.xwnn h2 {
    font-size:2rem;
    color: #000000;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

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

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

.liebiaok-bb {
    width: 100%;
}

.ijoin .jibt {
    display:block;
    padding: 2rem;
}

.ijoin .jibt h1 {
    font-size: 1.6rem;
    line-height: 3rem;
}

.ijoin .jibt section {
    padding: 1.5rem;
    color: #545459;
    line-height: 2.5rem;
}

.ijoin .jibt>div>h2 {
   display:none;
   }
   
   
.fygnav {
    padding: 0px;
	height:5rem;
	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:5rem; padding-top:0.3rem; border-right:1px solid rgba(255,255,255,.2);}

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

.fygnav li p {
   margin-top:0.2rem;
   }   
   
}


