@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:5rem;
	padding-right:5rem;
    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: #e44c17;
}

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

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

.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: 0%;
    top: 9rem;
    width: 100%;
    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:#e44c17;
    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:#e44c17;
}

.navbar-inversex .navbar-nav > li > a:hover:after{
	width:100%;
	height:0.2rem;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#e44c17;
}
	
.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:1.8rem;
   }
   
.logo2 {
   margin-top:1.8rem;
   }

.logo img {
    width: 21.7rem;
}

.logo2 img {
    width: 21.7rem;
}

.logo {
   display:block;
   }
   
.logox {
   display:none;
   }    
   
.logo2 {
   display:none;
  }
  
.logo2x {
   display:block;
  }

   
.tbs {
    height: 4rem;
    margin-top: 2.5rem;
    padding-left: 7.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:#e44c17;
    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;
   }
   
.bnmore {
   width:13.5rem;
   height:3.6rem;
   border:1px solid #FFFFFF;
   margin:4.1rem auto 0rem;
   }
   
   
.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:#e44c17;
   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;
   }
   
.about {
   height:auto; overflow:hidden;
   padding-top:7rem;
   padding-bottom:10rem;
   }
   
.about-aa {
   width:51.3rem;
   position:relative;
   padding-top:11.3rem;
   padding-right:3.2rem;
   float:left;
   }
   
.abss {
   width:48.1rem;
   height:27.7rem;
   background-color:#e44c17;
   }
   
.abtu {
   position:absolute;
   width:48.1rem;
   height:35rem;
   top:0px;
   right:0px;
   }
   
.abtu img {
   width:100%;
   aspect-ratio: 481/350;
   object-fit: cover;
   }
   
.about-bb {
   width:61.6rem;
   line-height:2.2rem;
   color:#1A1A1A;
   float:right;
   }
   
.about-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#e44c17;
   margin-top:2.6rem;
   margin-bottom:0.8rem;
   } 
   
.about-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3rem;
   color:#1A1A1A;
   margin-top:0rem;
   margin-bottom:4rem;
   }  
   
.abmore {
   width:13.5rem;
   height:3.6rem;
   border:1px solid #999999;
   margin-top:6rem;  
   }
   
.abmore a {
   display:block;
   color:#666666;
   }
   
.abmore-aa {
   width:73.4%;
   height:3.4rem;
   line-height:3.4rem;
   font-size:1.2rem;
   text-align:center;
   float:left;
   } 
   
.abmore-bb {
   width:26.6%;
   height:3.4rem;
   line-height:3.4rem;
   text-align:center;
   border-left:1px solid #999999;
   float:right;
   } 
   
   
.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:#e44c17;
   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: #e44c17;
}

.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: 1/1;
    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:#e44c17;
   }
   
.chuneng {
   height:auto; overflow:hidden;
   background-color:#ed9c28;
   } 
   
.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:14.7rem;
   padding-bottom:14.1rem;
   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: #e44c17;
}


.cnpt {
   width:4rem;
   height:4rem;
   }
   
.cn-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#fff;
   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;
   }
   
.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:#e44c17;
   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:#e44c17;
   float:left;
   } 
   
.xwmore-bb {
   width:26.6%;
   height:3.6rem;
   line-height:3.6rem;
   text-align:center;
   color:#FFFFFF;
   background-color:#e44c17;
   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:#e44c17;
   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: 38rem;
    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: 23.9rem;
    height: 3rem;
}

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

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

.bmlmk {
    width: 56.333333333333336%;
}

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

.dilm li {
   list-style-type:none;
   width:20%;
   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:#e44c17;
	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:#ed9c28;
	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,0,0,0.31);
    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:#e44c17;
   }
   
.bnnlm-aa li.hover a {
   background-color:#e44c17;
   }  
   
.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;
   }
   
.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;
   }


/* 产品中心 */
.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:#e44c17;
    color: #fff;
   }
   
.erji li.hover a {
    background-color:#e44c17;
    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-color:#f3f7f9;
	color:#333333;
    width: 86%;
    border-radius: 0;
}   

.search1 .btn {
    height: 3.6rem;
    margin: 0;
    background: #e44c17;
    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:#e44c17;
   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: 1/1;
    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 #e44c17 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:46rem;
	padding:15px;
	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: 4rem 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: #e44c17;
   }

.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 #e44c17 solid;
    display: none;
    background-repeat: no-repeat;
    background-color:#fff;
} 

/*新闻中心*/
.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:#e44c17;
   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: #343434;
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    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: 47.5%;
    line-height: 1.8;
    float: left;
}

.abnn h2 {
    color: #343434;
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 3.2rem;
    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;
}
.abnn-aa section{
    height:230px;
    overflow-y:scroll;
    padding-right: 20px;
}

.rongyu {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 100px;
}

.rongyu h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #333333;
}
.icase ul {
   margin:0px;
   padding:0px;
   }

.icase ul li {
   list-style-type:none;
   } 

.erji {
    height: 60px;
	margin-top:10px;
	margin-bottom:10px;
}
.rygun {
    margin-top: -80px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.rygun .swiper-container {
    padding-top: 160px;
}

.rygun .swiper-button-prev {
    position: absolute;
    top: 5%;
    width: 51px;
    height: 51px;
	left:90%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuok.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

.rygun .swiper-button-next {
    position: absolute;
    top: 5%;
    width: 51px;
    height: 51px;
	right:0%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/youk.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
} 

.rytu img {
   width:100%;
   }
.rygun .swiper-container {
    padding-top: 160px;
}   
@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-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: #e44c17;
}

.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: #e44c17;
	border:1px solid #e44c17;
    padding: 0px;
}  

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

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #e44c17;
}
.tanchu-lan {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #e44c17;
    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;
   }   


@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: 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: 14rem;
    margin-top: -3px;
}  

.logo2 {
    margin:1rem;
}

.logo2 img {
    width: 14rem;
    margin-top: -3px;
} 

.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: 100%;
    left: 0rem;
    top: 6rem;
    font-size: 1.2rem;
    color: #FFFFFF;
    text-align: center;
    z-index: 8;
}

.bnnzi h2 {
    font-size: 1.8rem;
    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: #e44c17;
    font-weight: bold;
    margin-top: 0rem;
    margin-bottom: 1.2rem;
}

.about {
    height: auto;
    overflow: hidden;
	padding:0rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.about-aa {
    width: 100%;
    position: relative;
    padding-top: 3rem;
    padding-right: 1.5rem;
}

.about-bb {
    width: 100%;
    line-height: 2.2rem;
    color: #1A1A1A;
}

.about-bb h3 {
    font-size: 2.5rem;
    color: #1A1A1A;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.abnn-bb img {
	margin-top: 10px;
}

.rygun .swiper-container {
    padding-top: 120px;
}

.rygun .swiper-button-next {
    position: absolute;
    top: 5%;
    width: 30px;
    height: 30px;
    right: 0%;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/youk.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.rygun .swiper-button-prev {
    position: absolute;
    top: 5%;
    width: 30px;
    height: 30px;
    left: 78%;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    background: url(../images/zuok.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.abss {
    width: 100%;
	height: 24rem;
}

.abtu {
    position: absolute;
    width: 100%;
}

.abtu img {
    max-width: 98%;
    margin-left: 10px;
}

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

.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: 2rem;
}

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

.chuneng img{
    width: 100%;
}

.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: 6rem;
    padding-bottom: 6rem;
}

.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:#e44c17; 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:#e44c17;
   border-top: 0px solid rgb(23, 72, 150, 1);
}

.ablan li.hover a {
   color: #FFFFFF;
   font-size: 1.4rem;
   background-color:#e44c17;
   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 {
    color: #343434;
    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 {
    color: #343434;
    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;
}

}


