@charset "utf-8";
/* CSS Document */
@font-face {      font-family: 'Alibaba PuHuiTi R';      
src: url('Alibaba PuHuiTi R.eot'); /* IE9 Compat Modes */      
src: url('Alibaba PuHuiTi R.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('Alibaba PuHuiTi R.woff') format('woff'), /* Modern Browsers */              
url('Alibaba PuHuiTi R.ttf')  format('truetype'), /* Safari, Android, iOS */              url('Alibaba PuHuiTi R.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: #FFFFFF;
}

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

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

.navbar-nav > li > a {
    padding-top: 2.3rem;
    padding-bottom: 0rem;
	padding-left:8rem;
	padding-right:8rem;
    line-height: 5.5rem;
}


.navbar-nav-de > li > a {
    padding-top: 2.3rem;
    padding-bottom: 0rem;
    padding-left: 6rem;
    padding-right: 6rem;
    line-height: 5.5rem;
}

.nav {
    padding-left: 16rem;
}


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

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

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


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


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

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

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:0.2rem;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#FF0000;
}
	
.logo {
   width:30rem;
   }
   
.logo img {
   width:30rem;
   height:8rem;
   }	
   
.yuyan {
   width:11.2rem;
   height:4.3rem;
   line-height:4.3rem;
   margin-top:3rem;
   font-size:1.8rem;
   text-align:center;
   background-color:rgba(255,255,255,0.18);
   float:left;
   border-radius: 10px;
   margin-right:3.5rem;
   }
   
.yuyan a {
    color: #333333;
}   

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1.4rem;
    list-style: none;
    background-color: rgba(255,255,255,0.18);
    border-radius: 4px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 1rem 2rem;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.search1 {
    width: 11.2rem;
    height:4.3rem;
   line-height:4.3rem;
    margin-top:3rem;
	font-size:1.8rem;
    text-align:center;
	background-color:#e63125;
    float: right;
	border-radius: 10px;
    margin-top: 3rem;
}

.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 1rem;
    display: none;
    margin: 5px;
        margin-bottom: 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: #e63125;
    height: 4rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
	width:14%;
}

.ss a {
   cursor:pointer;
   }

.guding {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
}

.gudingx {
    background-color:#FFFFFF;
    padding-top: 0rem;
    padding-bottom: 0rem;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }


.kuanping {
   width:146.5rem;
   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;
   }
   
.banner img {
   width:100%;
   }
   
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 7.5rem;
    left: 0;
    width: 100%;
}


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

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 5.2rem;
    height: 1.2rem;
	border-radius: 20px;
    background: #0587e0;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 3.2rem;
    height: 7.5rem;
    margin-top: -22px;
    z-index: 6;
    cursor: pointer;
	left:5%;
	background:url(../images/left.png);
    background-size: 3.2rem 7.5rem;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 3.2rem;
    height: 7.5rem;
    margin-top: -22px;
    z-index: 6;
    cursor: pointer;
	right:5%;
	background:url(../images/right.png);
    background-size: 3.2rem 7.5rem;
    background-position: center;
    background-repeat: no-repeat;
}


.youshi {
   position:relative;
   margin-top:-20.5rem;
   z-index:8;
   }
   
.yslan {
   width:32.8rem;
   height:auto; overflow:hidden;
   line-height:9.5rem;
   color:#FFFFFF;
   background-color:#e63125;
   border-radius: 30px 30px 0 0;
   text-align:center;
   font-size:3rem;
   letter-spacing: 0.6rem;
   background-color:#e63125;
   }
   
.shuju {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.3);
   padding:4rem;
   border-radius:0 0 30px 30px;
   }
   
.shuju li { 
   list-style-type:none;
   width:25%;
   float:left;
   font-size:2rem;
   text-align:center;
   color:#4f4f4f;
   padding-top:3rem;
   padding-bottom:3rem;
   }
   
.shuju li h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
	font-size:1.4rem;
	color:#4f4f4f;
	font-weight:bold;
	margin-top:0rem;
	padding-bottom:2.5rem;
	margin-bottom:2.6rem;
	font-weight:500;
	background:url(../images/xiahua.jpg) bottom center; background-repeat:no-repeat;
	}

.sztt {
   font-family: 'Alibaba PuHuiTi R', Helvetica, Arial, sans-serif;
   font-size:5rem;
   }
   
.fenge {
   background:url(../images/fenge.jpg) right center; background-repeat:no-repeat;
   }

.guanyu {
   height:auto; overflow:hidden;
   position:relative;
   margin-top:12.5rem;
   }
   
.gybb {
   width:70.8rem;
   position:relative;
   float:right;
   }
   
.gybb img {
   width:100%;
   border-radius:40px;
   }
   
.gyaa {
   position:absolute;
   width:86.7rem;
   top:5rem;
   left:1.5rem;
   z-index:6;
   }
   
.gyaa-tb {
   position:relative;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   width:11rem;
   line-height:8rem;
   text-align:center;
   color:#FFFFFF;
   background-color:#e63125;
   font-size:10rem;
   border-radius:30px;
   margin-left:14rem;
   z-index:2;
   } 
   
.gyaa-tb img {
   width:100%;
   }
   
.gyaa-zi {
   position:relative;
   margin-top:-5.5rem;
   color:#666666;
   background-color:#FFFFFF;
   line-height:2.8rem;
   padding:6rem;
   padding-top:9rem;
   padding-right:9rem;
   border-radius:30px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.3);
   }
   
.gyaa-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.4rem;
   font-weight:bold;
   color:#3a3a3a;
   margin-top:0rem;
   margin-bottom:4rem;
   }
   
.gyaa-zi-de h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #3a3a3a;
    margin-top: 0rem;
    margin-bottom: 3rem;
}
   
.gymore {
   width:11.2rem;
   height:3.6rem;
   margin-top:7.5rem;
   }
   
.gymore-de {
    margin-top: 5.5rem;
}
   
.gymore a {
   display:block;
   width:11.2rem;
   height:3.6rem;
   line-height:3.6rem;
   border-radius:10px;
   text-align:center;
   color:#FFFFFF;
   font-size:1.2rem;
   background-color:#e63125;
   }
   
.gymore a:hover {
   background-color:#000000;
   }
   
   
.jiejue {
   width:76.3%;
   height:auto; overflow:hidden;
   margin:12rem auto 0rem;
   }

.jj-tt {
   height:auto; overflow:hidden;
   margin-bottom:1.5rem;
   }
   
.jj-n {
   height:auto; overflow:hidden;
   color:#666666;
   }
   
.jj-n-aa {
   width:55rem;
   font-size:3.9rem;
   color:#4f4f4f;
   float:left;
   }

.jj-n-bb {
   width:69.5rem;
   line-height:2.8rem;
   float:right;
   }
   
.jj-k {
   height:auto; overflow:hidden;
   margin-top:6rem;
   }  
   
.jj-k .swiper-container {
    padding-bottom: 10.5rem;
}

.jj-k .swiper-scrollbar-drag {
   background-color:#ff0000;
}
   
.jjmk {
   height:auto; overflow:hidden;
   padding:11.4rem;
   padding-top:8rem;
   padding-bottom:6rem;
   position:relative;
   background-color:#f6f8fa;
   border-radius:40px;
   } 
   
.jjmk-lan {
   height:auto;
   }
   
.jjmk-lan-aa {
   width:70%;
   font-size:3.4rem;
   line-height:5rem;
   color:#4f4f4f;
   float:left;
   }
   
.jjmk-lan-aa-de {
    font-size: 3rem;
}
   
.jjmk-lan-bb {
   width:30%;
   float:right;
   text-align:right;
   font-size:8.6rem;
   line-height:5rem;
   font-weight:bold;
   color:#bdbec0;
   }
   
   
div#wrap {
    height: 10.5rem;
    display: table;
}

div#content {
    vertical-align: middle;
    display: table-cell;
}
   
   
.jjmk-tu {
   height:auto; overflow:hidden;
   margin-top:9rem;
   }   
   
   
.jjmore {
   position:absolute;
   width:12rem;
   height:12rem;
   right:12.4rem;
   bottom:7rem;
   } 
   
.jjmore a {
   display:block;  
   width:12rem;
   height:12rem;
   padding-top:3rem;
   font-size:2rem;
   line-height:3rem;
   text-align:center;
   color:#FFFFFF;
   background-color:#e63125;
   border-radius:50%;
   }
   
.jjmore-en a {
   font-size:1.6rem;
   }   

   
.jjmore a:hover {
   background-color:#000000;
   }
   
.hezuo {
   height:auto; overflow:hidden;
   margin-top:13rem;
   margin-bottom:16rem;
   }
   
.hangye {
   height:auto; overflow:hidden;
   margin-top:7rem;
   }
   
.hyrow {
   height:auto; overflow:hidden;
   margin-left:-1.2rem;
   margin-right:-1.2rem;
   margin-top:8rem;
   } 
   
.hyrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:1.2rem;
   padding-right:1.2rem;
   }
   
.hykk {
   height:60rem; overflow:hidden;
   position:relative;
   }
   
.hykk-de {
   height:78rem; overflow:hidden;
   position:relative;
   }
   
   
.hykk-tu {
   display:block;
   }
   
.hykk-tu img {
   width:100%;
   border-radius:30px;
   }
   
.hykk-tux {
   display:none;
   }
   
.hykk-tux img {
   width:100%;
   border-radius:20px;
   }
   
.hykk-tu-de img {
   width:100%;
   height:78rem;
   border-radius:20px;
   }
   
   
.hykk-zi {
   height:auto; overflow:hidden;
   padding:1rem;
   font-size:1.4rem;
   line-height:2.5rem;
   color:#666666;
   }
   
.hykk-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.1rem;
   color:#1d323d;
   margin-top:1.7rem;
   margin-bottom:1rem;
   }
   
.hykk-zix {
    height:21rem; overflow:hidden;
}   
   
.hykk-zix h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.1rem;
   height: 4.9rem; overflow:hidden;
   color:#1d323d;
   margin-top:1.7rem;
   margin-bottom:1rem;
   }
   
.hyzz {
   height:auto; overflow:hidden;
   }
   
   
.hykk:hover .hykk-tu {
   display:none;
   }
   
.hykk:hover .hykk-tux {
   display:block;
   transition: all 300ms ease-in 0ms;
   }
   
.hykk:hover .hykk-zi {
   position:absolute;
   left:0px;
   bottom:0px;
   z-index:5;
   transition: all 300ms ease-in 0ms;
   }
   
.hykk:hover .hykk-zix {
    height: auto; overflow: hidden;
   }
   
.hykk:hover .hykk-zi h2 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.hykk:hover .hyzz {
   display:none;
   transition: all 300ms ease-in 0ms;
   }
   
.jt {
   position:absolute;
   width:3.9rem;
   height:3.9rem;
   right:0px;
   bottom:0px;
   display:block;
   }
   
.hykk:hover .jt {
   display:none;
   transition: all 300ms ease-in 0ms;
   }


.bottom {
   height:auto; overflow:hidden;
   color:#FFFFFF;
   background-color:#212121;
   }
   
.bmtt {
   height:auto; overflow:hidden;
   padding-top:4rem;
   padding-bottom:4rem;
   border-bottom:1px solid #585858;
   }
   
.bmtt-aa {
   width:30%;
   float:left;
   }
   
.bmtt-bb {
   width:55%;
   font-size:1.9rem;
   color:#FFFFFF;
   line-height:7.8rem;
   float:right;
   }
   
.bmtt-bb-a {
    width:30%;
    float: left;
    text-align:right;
   }
   
.bmtt-bb-b {
    width:70%;
    float: left;
    text-align:right;
   }
   
   
.bmtt-bb-a a {
   color:#FFFFFF;
   }
   
   
.bmxx {
   height:auto; overflow:hidden;
   }
   
.bmxx-aa {
   width:72%;
   height:auto; overflow:hidden;
   padding-top:6rem;
   padding-bottom:11.5rem;
   border-right:1px solid #4b4b4b;
   font-size: 1.6rem;
   float:left;
   }
   
.bmxx-aa li {
   list-style-type:none;
   width:33.3%;
   line-height:5rem;
   float:left;
   }  
   
.bmxx-aa li a {
   color:#FFFFFF;
   } 
   
.bmxx-aa li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   font-weight:bold;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:3.6rem;
   }
   
.bmxx-bb {
   width:28%;
   height:auto; overflow:hidden;
   padding-top:6rem;
   padding-bottom:11.5rem;
   padding-left:7rem;
   float:right;
   }
   
.bmxx-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   font-weight:bold;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:3.6rem;
   }
   
.bmxx-bb p {
   margin-bottom:2rem;
   }
   
.kka {
   height:7rem;
   color:#FFFFFF;
   font-size:1.9rem;
   padding-left:3rem;
   background-color:#303030;
   border:1px solid #303030;
   border-radius:0;
   }
   
.anniu {
    width: 100%;
    height: 7rem;
	font-size:1.9rem;
	color:#FFFFFF;
	border:1px solid #e63125;
    background-color: #e63125;
   border-radius: 0;
   }
   
.zhichi {
    height: auto; overflow: hidden;
    margin-top: 4rem;
}   

.zhichi a {
    color: #FFFFFF;
}

   
/* 公司介绍 */
.youshix {
   height:auto; overflow:hidden;
   margin-top:8rem;
   margin-bottom:9rem;
   }
   
.ys-tt {
   height:auto; overflow:hidden;
   }
   
.ys-n {
   height:auto; overflow:hidden;
   }
   
.ys-n-aa {
   width:91.4rem;
   color:#666666;
   line-height:2.8rem;
   float:left;
   }
   
.ys-n-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.9rem;
   color:#4f4f4f;
   margin-top:1rem;
   margin-bottom:5rem;
   }
   
.ys-n-bb {
   width:47.5rem;
   float:right;
   }
   
.yskk {
   height:auto; overflow:hidden;
   padding-top:1.8rem;
   margin-top:4.5rem;
   }
   
.ysrow {
   height:auto; overflow:hidden;
   margin-left:-8rem;
   margin-right:-8rem;
   }   
   
.yskk li {
   list-style-type:none;
   width:33.3%;
   padding-left:8rem;
   padding-right:8rem;
   float:left;
   }
   
   
.fenge2 {
   background:url(../images/fenge2.jpg) right center; background-repeat:no-repeat;
   }
   
.yskk li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.5rem;
   margin-top:0rem;
   margin-bottom:1.2rem;
   }
      
.dazi {
   font-family: 'Alibaba PuHuiTi R', Helvetica, Arial, sans-serif;
   font-size:5.2rem;
   color:#b9b9b9;
   }
   
.dazi-de {
   font-size:4rem;
   }
   
.yslie {
   height:auto; overflow:hidden;
   padding-left:3.4rem;
   font-size:1.8rem;
   line-height:3.2rem;
   color:#666666;
   } 
   
.yslie-en {
    padding-left: 2rem;
    font-size: 1.4rem;
    line-height: 3rem;
}

.yslie-de {
    padding-left: 1rem;
    font-size: 1.4rem;
    line-height: 3rem;
}


.yslie-l {
    width:2rem;
    float:left;
}

.yslie-l img {
    width:1.6rem;
}

.yslie-r {
    width:86%;
    float:right;
}
   
.nbkuai {
   height:auto; overflow:hidden;
   padding-top:10rem;
   padding-bottom:7.5rem;
   background-color:#f7f7f7;
   }
   
.nbkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:4.5rem;
   color:#3a3a3a;
   margin-top:0rem;
   margin-bottom:5.4rem;
   }
   
.gbt {
   height:auto; overflow:hidden;
   background: url(../images/fenge2.jpg) left center;
    background-repeat: no-repeat;
   } 
   
.gbt li {
   list-style-type:none;
   width:25%;
   font-size:1.8rem;
   color:#232323;
   padding-left:8rem;
   padding-right:1rem;
   padding-bottom:2.6rem;
   float:left;
   }
   
.gbt li h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#b9b9b9;
   margin-top:0rem;
   margin-bottom:0.5rem;
   }
   
.gangkou {
   height:auto; overflow:hidden;
   margin-top:2.5rem;
   }
   
.gkss {
    height:auto; overflow:hidden;
}
   
.gangkou-l {
   width:2rem;
   float:left;
} 

.gangkou-l img {
    width:1.6rem;
}

.gangkou-r {
   width:31rem;
   float:right;
} 
   
.gkrow {
   height:auto; overflow:hidden;
   margin-left:-3rem;
   margin-right:-3rem;
   }
   
.gkrow li {
   list-style-type:none;
   width:25%;
   font-size:1.8rem;
   line-height:3.2rem;
   color:#666666;
   padding-left:3rem;
   padding-right:0rem;
   float:left;
   } 
   
.gkrow-en li {
    font-size: 1.4rem;
    line-height: 3.2rem;
}

.gkrow-de li {
    font-size: 1.4rem;
    line-height: 3.2rem;
}
    
.gkww {
   height:auto; overflow:hidden;
   margin-top:7rem;
   }
   
.gkww img {
   width:100%;
   }
   
.tixi {
   width:76.3%;
   height:auto; overflow:hidden;
   margin:12rem auto 4.5rem;
   }
   
.txnn {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.txnn h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.9rem;
   color:#4f4f4f;
   margin-top:1rem;
   margin-bottom:4rem;
   }
   
.txmap {
   width:114rem;
   height:auto; overflow:hidden;
   font-size: 1.2rem;
   position:relative;
   }
   
.txmap img {
   width:100%;
   }
   
.txlei {
    position: absolute;
    width:34.8%;
    height: 77rem;
    right: 0rem;
    top: 0rem;
    z-index: 8;
}

.txlei-lan {
   height:6.6rem;
   background:url(../images/xiahh.png) bottom; background-repeat:no-repeat;
   background-size: 100% 0.2rem;
   }
   
#slidingy {
	height:auto; overflow:hidden;
}

#slidingy span {

}
#slidingy span.menuNo {

}
#slidingy span.menuOn {

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

.gbkk {
   width:48.5rem;
   height:13.5rem;
   position:relative;
   padding:1.4rem;
   padding-left:2rem;
   color:#232323;
   font-weight: 600;
   background-color:#FFFFFF;  
   border-radius: 20px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.gbkk h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#232323;
   font-weight:bold;
   font-size:2.5rem;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }
   
.gbkk-n {
   height:auto; overflow:hidden;
   padding-left:3.6rem;
   font-size:1.3rem;
   line-height:2.2rem;
   }
   
.gbkk:hover {
   color:#FFFFFF;
   background-color:#FF0000; 
   }
   
.gbkk:hover img {
   filter: grayscale(100%) invert(100%) brightness(1000%);
   }
   
.gbkk:hover h3 {
   color:#FFFFFF;
   }


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

#fuwu {
    position: static;
}

.proce .swiper-container {
    width: 100%;
    height:65rem;
}

.proce .swiper-slide {
   padding:1rem;
   }

.proce .swiper-button-prev {
    position: absolute;
    top:-2rem;
    width: 3rem;
    height: 3rem;
    z-index: 6;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 3rem 3rem;
    background-position: center;
    background-repeat: no-repeat;
	left:42.5rem;
}

.proce .swiper-button-next {
    position: absolute;
    top: -2rem;
    width: 3rem;
    height: 3rem;
    z-index: 6;
    cursor: pointer;
	background:url(../images/you.png);
    background-size:3rem 3rem;
    background-position: center;
    background-repeat: no-repeat;
	right:1rem;
}  

.proce .swiper-pagination-fraction {
    top: -7rem;
    left: -2%;
    width:10rem;
}

.proce .swiper-pagination-current {
   font-size:4.9rem;
   }



.tb1 {
	position: absolute;
	top: 40%;
    left: 38%;
	width: 2rem;
	height: 2rem;
	background:url(../images/dianx.png);
	background-size: 2rem 2rem;
}

.tb1 p {
    width:6.6rem;
    margin-left: 2.2rem;
    margin-top: -2.5rem;
  }
  
.tb2 {
	position: absolute;
	top: 29%;
    left: 45%;
	width: 2.5rem;
	height: 3rem;
	background:url(../images/dian.png);
	background-size: 2.5rem 3rem;
}

.tb2 p {
    width:6.6rem;
    margin-left: 2.5rem;
    margin-top: -2.5rem;
  }
  
.tb3 {
	position: absolute;
	top: 22%;
    left: 78%;
	width: 2.5rem;
	height: 3rem;
	background:url(../images/dian.png);
	background-size: 2.5rem 3rem;
}

.tb3 p {
    width:6rem;
    margin-left: -1.6rem;
    margin-top: 0.5rem;
    text-align:center;
  }
  
  
.tb4 {
	position: absolute;
	top: 19%;
    left: 11%;
	width: 2.5rem;
	height: 3rem;
	background:url(../images/dian.png);
	background-size: 2.5rem 3rem;
}

.tb4 p {
    width: 6rem;
    margin-left: -1.8rem;
    margin-top: 0.5rem;
    text-align:center;
  }
  
.tb5 {
	position: absolute;
	top: 32%;
    left: 35%;
	width: 2.5rem;
	height: 3rem;
	background:url(../images/dian.png);
	background-size: 2.5rem 3rem;
}

.tb5 p {
    width:5rem;
    margin-left: 0px;
    margin-top: -4.5rem;
  }  

  
.tb6 {
	position: absolute;
	top: 36%;
    left: 38%;
	width: 2.5rem;
	height: 3rem;
	background:url(../images/dian.png);
	background-size: 2.5rem 3rem;
}

.tb6 p {
    width:10rem;
    margin-left: 2rem;
    margin-top: -2.5rem;
  } 
  
.tb7 {
	position: absolute;
	top: 40%;
    left: 36%;
	width: 2.5rem;
	height: 3rem;
	background:url(../images/dian.png);
	background-size: 2.5rem 3rem;
}

.tb7 p {
    width: 5rem;
    margin-left: -3.4rem;
    margin-top: -3.2rem;
  }
  
.tb8 {
	position: absolute;
	top: 41.5%;
    left: 34%;
	width: 2.5rem;
	height: 3rem;
	background:url(../images/dian.png);
	background-size: 2.5rem 3rem;
}

.tb8 p {
    width: 8rem;
    margin-left: -2.7rem;
    margin-top: 0.8rem;
    text-align:center;
  } 
  
  
.tb9 p {
    width: 8rem;
    margin-left: -6.8rem;
    margin-top: -2.7rem;
    text-align:center;
  } 
  
  
.tb9 {
	position: absolute;
	top:36.5%;
    left: 36.8%;
	width: 2.5rem;
	height: 3rem;
	background:url(../images/dian.png);
	background-size: 2.5rem 3rem;
}  
  

.tb1 i{
	position: relative;
	width: 2rem;
	height: 2rem;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(251,116,48,0),rgba(251,116,48,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
}

.tb2 i {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
   }
   
.tb3 i {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
   }
   
.tb4 i {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
   }
   
.tb5 i {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
   }
   
.tb6 i {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
   }
   
.tb7 i {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
   }
   
.tb8 i {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
   } 
   
.tb9 i {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
   } 
   
   
.kong {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
   }
   
.kong1 {
	position: relative;
	width: 2rem;
	height: 2rem;
   }



@media (max-width:992px) {
	.shansuo dl dd i,.shansuo dl dt i{
		width: 10px;
		height: 10px;
	}
	.shansuo dl dt i{
		width: 12px;
		height: 12px;
	}
}
@keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}
@-webkit-keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}
@keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}
@-webkit-keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}

.yanfa {
   height:auto; overflow:hidden;
   margin-top:8.8rem;
   margin-bottom:6rem;
   }
   
.yanfa-tt {
   height:auto; overflow:hidden;
   }
   
.yanfa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.9rem;
   color:#4f4f4f;
   margin-top:1.5rem;
   margin-bottom:7.5rem;
   }

.yanfa-n {
   height:auto; overflow:hidden;
   padding:1rem;
   }
   
.yanfa-n-aa {
   width:31.7%;
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   padding:4rem;
   text-align:center;
   color:#666666;
   font-size:2rem;
   line-height:4.6rem;
   border-bottom:5px solid #ff0000;
   border-radius: 20px;
   float:left;
   }
   
.yanfa-n-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   line-height:3.4rem;
   color:#232323;
   text-align:center;
   margin-top:0rem;
   margin-bottom:3rem;
   }

.yanfa-n-bb {
   width:65.1%;
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   padding:4rem;
   padding-bottom:2.6rem;
   padding-left:7rem;
   padding-right:7rem;
   border-bottom:5px solid #ff0000;
   border-radius: 20px;
   float:right;
   }
   
.yanfa-n-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.4rem;
   color:#232323;
   text-align:center;
   font-weight:bold;
   margin-top:0rem;
   margin-bottom:1.2rem;
   }
   
.yanfa-n-bb h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   color:#595959;
   text-align:center;
   margin-top:0rem;
   margin-bottom:1.6rem;
   }
   
.yftt {
   width:49rem;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.yfrow {
   height:auto; overflow:hidden;
   margin-left:-1.4rem;
   margin-right:-1.4rem;
   }
   
.yfrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:1.4rem;
   padding-right:1.4rem;
   }
   
.tm {
   position:relative;
   }
   
.tm img {
   width:100%;
   border-radius: 20px;
   }
   
.tm-zi {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
   }
   
.tm-zi-de {
    font-size: 1.6rem;
   }
   
.yanfa-n-bb h5 {   
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.2rem;
   color:#595959;
   text-align:center;
   font-weight:bold;
   margin-top:3rem;
   margin-bottom:1.5rem;
   }
   
.shangbiao {
    height: auto;
    overflow: hidden;
}

.shangbiao img {
   width:100%;
   }

.shangbiao-aa {
    width: 12rem;
    float: left;
    margin-right: 1.6rem;
}

.shangbiao-aa p {
    text-align: center;
    margin-top: 1.2rem;
	font-size:1.6rem;
    color: #595959;
}

.shangbiao-aa-de p {
	font-size:1.4rem;
    color: #595959;
}

.shangbiao-bb {
    width: 10rem;
    float: left;
    margin-right: 1.6rem;
}

.shangbiao-bb p {
    text-align: center;
    margin-top: 1.2rem;
	font-size:1.6rem;
    color: #595959;
}

.shangbiao-bb-de p {
	font-size:1.4rem;
    color: #595959;
}

.shangbiao-cc {
    width: 28.5rem;
    float: left;
    margin-right: 1.6rem;
}

.shangbiao-cc p {
    text-align: center;
    margin-top: 1.2rem;
	font-size:1.6rem;
    color: #595959;
}

.shangbiao-cc-de p {
	font-size:1.4rem;
    color: #595959;
}

.shangbiao-dd {
    width: 22rem;
    float: left;
}

.shangbiao-dd p {
    text-align: center;
    margin-top: 1.2rem;
	font-size:1.6rem;
    color: #595959;
}

.shangbiao-dd-de p {
	font-size:1.4rem;
    color: #595959;
}


.hexin {
   height:auto; overflow:hidden;
   margin-top:11rem;
   margin-bottom:9rem;
   }
   
.hx-tt {
   height:auto; overflow:hidden;
   }
   
.hexin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.9rem;
   color:#4f4f4f;
   margin-top:1.5rem;
   margin-bottom:4.5rem;
   }   
   
.hxrow {
   height:auto; overflow:hidden;
   margin-left:-0.9rem;
   margin-right:-0.9rem;
   }
   
.hxrow li {
   list-style-type:none;
   width:20%;
   float:left;
   padding-left:0.9rem;
   padding-right:0.9rem;
   }
   
.hxtu {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.hxtu img {
   width:100%;
   }
   
.hxkk {
   position:absolute;
   left:0px;
   top:0px;
   width:100%;
   height:57.5rem;
   line-height:3rem;
   background-color:rgba(0,0,0,0);
   color:#232323;
   text-align:center;
   padding:3rem;
   padding-top:8rem;
   }   

.hxkk h3 {
   position:absolute;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   width:100%;
   color:#FFFFFF;
   font-size:2.6rem;
   text-align:right;
   right:1.5rem;
   bottom:2.5rem;
   z-index:2;
   margin-bottom:0rem;
   }
   
.hxkk-de h3 {
    position: absolute;
    font-size: 2rem;
}
   
.hxkk h3 .yyt {
    
    display:inline;
}
   
.hxkk-n {
   display:none;
   text-decoration:none; transition: all 300ms ease-in 0ms;
   } 
   
.hxww {
   position:relative;
   }  
   
.hxkk:hover {
   width:100%;   
   background-color:rgba(255,255,255,0.8);
   }
   
.hxkk:hover h3 {
   position:relative;  
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.8rem;
   color:#232323;
   text-align:center;
   margin-top:0rem;
   margin-bottom:8.5rem;
   text-decoration:none; transition: all 300ms ease-in 0ms;
   right:0rem;
   bottom:0rem;
   }
   
.hxkk-de:hover h3 {
   position:relative;  
   font-size:2rem;
   }
   
.hxkk:hover h3 .yyt {
    display: none;
}
   
.hxkk:hover .hxkk-n {
   display:block;
   }
   
   
.jidi {
   height:auto; overflow:hidden;
   margin-top:5.2rem;
   margin-bottom:14.5rem;
   }   
   
.jidi-tt {
   height:auto; overflow:hidden;
   }
   
.jidi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.9rem;
   color:#4f4f4f;
   margin-top:1.5rem;
   margin-bottom:5.2rem;
   }   
   
.jdnn {
   height:auto; overflow:hidden;
   font-size:3.5rem;
   color:#3a3a3a;
   line-height:4.5rem;
   }
   
.hongse {
   color:#e53125;
   font-weight: bold;
   }
   
.jdrow {
   height:auto; overflow:hidden;
   margin-left:-1.8rem;
   margin-right:-1.8rem;
   margin-top:5.2rem;
   }
   
.jdrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:1.8rem;
   padding-right:1.8rem;
   }
   
.jdn1 {
   height:56.3rem;
   padding-top:15rem;
   text-align:center;
   color:#4d4d4d;
   font-size:2rem;
   background-color:#f1f1f1;
   }
   
.jdn1 h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.1rem;
   color:#3a3a3a;
   text-align:center;
   margin-top:2.5rem;
   margin-bottom:1rem;
   }
   
.jdn2 {
   height:26.5rem;
   padding-top:8.2rem;
   text-align:center;
   line-height:10rem;
   font-size:3.1rem;
   color:#FFFFFF;
   background-color:#e53125;
   }
   
.jdn3 {
   height:26.5rem;
   padding-top:8.2rem;
   text-align:center;
   line-height:10rem;
   font-size:3.1rem;
   color:#3a3a3a;
   background-color:#f1f1f1;
   margin-top:3.4rem;
   }
   
   
/* 解决方案 */
.bnn {
   position:relative;
   }

.bnn img {
   width:100%;
   }

.bnnlm {
   position:absolute;
   left:0rem;
   bottom:0rem;
   width:100%;
   background-color:rgba(38,38,38,0.43);
   border-top:1px solid rgba(255,255,255,0.8);
   }
   
.bnnlm li {
   list-style-type:none;
   width:33.3%;
   height:20rem;
   color:#FFFFFF;
   border-right:1px solid rgba(255,255,255,0.8);
   float:left;
   }
   
.bnnlm li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.8rem;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:2.4rem;
   }
   
.bnnlm li h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.7rem;
   color:#FFFFFF;
   margin-top:0rem;
   margin-bottom:1.2rem;
   }   
   
.bnnlm li a {
   display:block;
   padding:2.6rem;
   height:20rem;
   color:#FFFFFF;
   font-size:1.3rem;
   }
   
.zuohua {
   border-left:1px solid rgba(255,255,255,0.8);
   }
   
.bnnlm li a:hover {
   background-color:rgba(38,38,38,0.81);
   }
   
.bnnlm li.hover a {
   background-color:rgba(38,38,38,0.81);
   }
   
.shikong {
   height:auto; overflow:hidden;
   padding-top:6.5rem;
   padding-bottom:5rem;
   }   
   
.sk-tt {
   height:auto; overflow:hidden;
   }
   
.shikong h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.9rem;
   color:#4f4f4f;
   margin-top:1.5rem;
   margin-bottom:6rem;
   }
   
.skmk {
   height:auto; overflow:hidden;
   position:relative;
   } 
   
.skmk img {
   width:100%;
   } 
   
.skmk-m {
   position:absolute;
   width:100%;
   left:0rem;
   top:0rem;
   } 
   
.skmk-kuan {
   width:65%;
   position:relative;
   margin:0 auto;
   }
   
.skmk-wz1 {
   position:absolute;
   width:80.5rem;
   height:10.6rem;
   background:url(../images/xian1.png);
   background-size: 100% 100%;
   top:6rem;
   right:0rem;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
  }  
  
.skmk-wz1-xq {
   width:24rem;
   height:10.6rem;
   float:right;
   } 
   
.skmk-wz1-xq a {
   display:block;
   width:100%;
   height:10.6rem;
   padding-top: 2.8rem;
   text-align:center;
   font-size:1.2rem;
   color:#4f4f4f;
   background:url(../images/jjxq1.jpg);
   background-size:100% 100%;
   border-radius: 10px;
   cursor:pointer;
   } 
   
.skmk-wz1-xq h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #4f4f4f;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.skmk-wz1-xq-en h3 {
    font-size: 1.8rem;
}

.skmk-wz1-xq-de h3 {
    font-size: 1.4rem;
}
   
.skmk-wz2 {
   position:absolute;
   width:90rem;
   height:13.1rem;
   background:url(../images/xian2.png);
   background-size: 100% 100%;
   top:20.8rem;
   right:0rem;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
  } 
  
.skmk-wz2-xq {
   position:absolute;
   width:24rem;
   height:10.6rem;
   right:0px;
   bottom:0px;
   } 
   
.skmk-wz2-xq a {
   display:block;
   width:100%;
   height:10.6rem;
   padding-top: 2.6rem;
   text-align:center;
   font-size:1.2rem;
   color:#4f4f4f;
   background:url(../images/jjxq2.jpg);
   background-size:100% 100%;
   border-radius: 10px;
   cursor:pointer;
   }  
   
.skmk-wz2-xq h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #4f4f4f;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.skmk-wz2-xq-en h3 {
    font-size: 1.8rem;
}

.skmk-wz2-xq-de h3 {
    font-size: 1.4rem;
}
   
   
.skmk-wz3 {
   position:absolute;
   width:88.2rem;
   height:12rem;
   background:url(../images/xian3.png);
   background-size: 100% 100%;
   top:38.5rem;
   right:0rem;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
  } 
  
.skmk-wz3-xq {
   position:absolute;
   width:24rem;
   height:10.6rem;
   right:0px;
   bottom:0px;
   } 
   
.skmk-wz3-xq a {
   display:block;
   width:100%;
   height:10.6rem;
   padding-top: 2.6rem;
   text-align:center;
   font-size:1.2rem;
   color:#4f4f4f;
   background:url(../images/jjxq3.jpg);
   background-size:100% 100%;
   border-radius: 10px;
   cursor:pointer;
   }  
   
.skmk-wz3-xq h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #4f4f4f;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.skmk-wz3-xq-en h3 {
    font-size: 1.8rem;
}

.skmk-wz3-xq-de h3 {
    font-size: 1.4rem;
}
   
.skmk-wz4 {
   position:absolute;
   width:88.2rem;
   height:14rem;
   background:url(../images/xian4.png);
   background-size: 100% 100%;
   top:52rem;
   right:0rem;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
  } 
  
.skmk-wz4-xq {
   position:absolute;
   width:24rem;
   height:10.6rem;
   right:0px;
   bottom:0px;
   } 
  
.skmk-wz4-xq a {
   display:block;
   width:100%;
   height:10.6rem;
   padding-top: 2.6rem;
   text-align:center;
   font-size:1.2rem;
   color:#4f4f4f;
   background:url(../images/jjxq4.jpg);
   background-size:100% 100%;
   border-radius: 10px;
   cursor:pointer;
   }  
   
.skmk-wz4-xq h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: #4f4f4f;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.skmk-wz4-xq-en h3 {
   font-size: 1.8rem;
}

.skmk-wz4-xq-de h3 {
    font-size: 1.4rem;
}
  
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:70.2rem;
	left:51.3%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:70.2rem;
	background:transparent;
	width:100%;
	border-radius: 40px;
}



.apply2 {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont2 {
	width:52.5rem;
	left:11.9%;
	top:50%;
	margin-top:-200px;
	position:relative;
}
.zwcont2 iframe {
	height:31rem;
	background:transparent;
	width:100%;
	border-radius: 40px;
}


.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}

.zwcont2 .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	color:#666666;
	font-size:1.4rem;
	line-height:2.8rem;
	padding:4.5rem;
	padding-top:4.7rem;
	padding-bottom:5rem;
	background:#f4f4f4;
}
.sqxx h2 {
	text-align:center;
	font-size:2.8rem;
	margin-top:0rem;
	margin-bottom:3.2rem;
	color:#e63125;
}

.sqxx-de h2 {
    text-align: center;
    font-size: 2.2rem;
}

.ysfw {
   height:auto; overflow:hidden;
   margin-top:3.5rem;
   }

   
.ysfw h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.8rem;
   color:#727272;
   margin-top:0rem;
   margin-bottom:0.5rem;
   }
   
.ysfw h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.9rem;
   color:#727272;
   margin-top:0rem;
   margin-bottom:1rem;
   }
   
.ysxx {
   height:auto; overflow:hidden;
   }
   
.ysxx li {
   list-style-type:none;
   height:auto; overflow:hidden;
   padding-left:2rem;
   background:url(../images/hd.png) left top; background-repeat:no-repeat;
   margin-bottom:0.6rem;
   }
   
.ysfw-bb {
   width:36%;
   float:right;
   }
   
.ysfw-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.8rem;
   color:#727272;
   margin-top:0rem;
   margin-bottom:0.5rem;
   }
   
.ysfw-bb h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.9rem;
   color:#727272;
   margin-top:0rem;
   margin-bottom:1rem;
   }

.ysfw2 {
    height:auto; overflow:hidden;
	margin-top:1.5rem;
	}

.ysfw2 h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.8rem;
   color:#727272;
   margin-top:0rem;
   margin-bottom:0.5rem;
   }
   
.ysfw2 h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:1.9rem;
   color:#727272;
   margin-top:0rem;
   margin-bottom:1rem;
   }

.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:30px 7% 25px;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:25px;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:88px;
	color:#636366;
	line-height:42px;
}
.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:22px;
	outline:none;
	padding:9px 10px;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:42px;
	outline:none;
	padding:0px 10px;
}
.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:22px;
	outline:none;
	padding:9px 10px;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:30px auto 0px;
	background:#a11d2c;
	width:100%;
	max-width:230px;
	color:#fff;
	height:44px;
	outline:none;
	font-size:15px;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
}   

    
.huoqu {
   position:absolute;
   width:9.5rem;
   height:9.5rem;
   bottom:5rem;
   right:5rem;
   }
   
.huoqu a {
   display:block;
   width:9.5rem;
   height:9.5rem;
   padding-top:2.3rem;
   color:#FFFFFF;
   font-size:1.4rem;
   text-align:center;
   background-color:#e63125;
   border-radius: 50%;
   }
   
   
.huoqu-de a {
   display:block;
   width:9.5rem;
   height:9.5rem;
   line-height: 9.5rem;
   font-size:2rem;
   padding-top:0rem;
   }
   
   
.fangan {
   height:auto;
   margin-top:7.5rem;
   } 
   
.fangan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.9rem;
   color:#4f4f4f;
   margin-top:1.5rem;
   margin-bottom:4.5rem;
   }  
   
.fanei {
   height:auto;
   }
   
#slidingm {
	height:auto;
}

#slidingm span {
    float:left; width:100%; over-flow:hidden;
}

#slidingm span.menuNo {
    height:auto; overflow:hidden;
	text-align:left;
	background-color:rgba(0,0,0,0);
	padding:0rem;
}

#slidingm span.menuNo h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2.4rem;
   margin-top:0rem;
   margin-bottom:0.8rem; 
   padding:1rem;
    padding-left: 2rem;
    padding-right: 2rem;
   border-radius:30px;
   color:#e63125;  
    /* 移除固定宽度 */  
    width: auto;  
    /* 可以通过添加以下属性来确保文本不换行，如果需要的话 */  
    white-space: nowrap;  
    /* 如果需要文本居中，可以添加 */  
    text-align: center;  
    /* 如果需要，可以添加 display: inline-block; 以允许设置 padding 和 margin */  
    display: inline-block;  
    /* 可以通过 max-width 来限制最大宽度，如果需要的话 */  
    max-width: 100%; /* 或者你想要的任何固定宽度 */ 
   }
   
#slidingm span.menuNo img {
   filter: none;  
   }

#slidingm span.menuOn {
    height:auto; overflow:hidden;
	text-align:left;
	background-color:rgba(0,0,0,0);
	padding:0rem;
}

#slidingm span.menuOn h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;  
    font-size: 2.4rem;  
    color: #FFFFFF;  
    background-color: #e63125;  
    margin-top: 0;  
    margin-bottom: 0.8rem;  
    padding: 1rem;  
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.2rem;
    border-radius: 30px;  
    /* 移除固定宽度 */  
    width: auto;  
    /* 可以通过添加以下属性来确保文本不换行，如果需要的话 */  
    white-space: nowrap;  
    /* 如果需要文本居中，可以添加 */  
    text-align: center;  
    /* 如果需要，可以添加 display: inline-block; 以允许设置 padding 和 margin */  
    display: inline-block;  
    /* 可以通过 max-width 来限制最大宽度，如果需要的话 */  
    max-width: 100%; /* 或者你想要的任何固定宽度 */  
}

#slidingm span.menuOn img {
   filter: brightness(100);
   }

#slidingm DIV.slidingList_none {
    display:none
}

#slidingm DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto;
}
   
.fanei-aa {
   width:53rem;
   position:relative;
   margin-bottom: 6.6rem;
   float:left;
   }
   
.fanei-aa li {
   list-style-type:none;
   height:auto; overflow:hidden;
   margin-bottom:3rem;
   } 
   
.fanei-aa p {
   font-size:1.2rem;
   }
   
.jjqh-nn {
   margin-left:2rem;
   color:#919191;
   font-size:1.8rem;
   }  
 
.fanei-bb {
   width:97rem;
   float:right;
   margin-right:-8.5rem;
   }
   
.fanei-bb img {
   width:100%;
   }
   
.weizhi {
    height: auto;
    overflow: hidden;
    font-size: 1.2rem;
    color: #919191;
    margin-left: 2rem;
}

.shuoming {
   height: auto;
    overflow: hidden;
	color:#919191;
	line-height:2.8rem;
	padding:2.5rem;
	padding-top:8rem;
	padding-bottom:3rem;
	}

.dingzhi {
   height: auto;
    overflow: hidden;
	margin-top:6.6rem;
	   margin-bottom:16rem;
  }

.dingzhi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.9rem;
   color:#4f4f4f;
   margin-top:1.5rem;
   margin-bottom:7.8rem;
   }    

/* 联系我们 */
.lxkuai {
   width: 76.3%;
   height:auto; overflow:hidden;
   margin: 9rem auto 13.5rem;
   }
   
   
.diming {
   position:absolute;
   font-size:4.2rem;
   color:#232323;
   width:100%;
   left:10rem;
   top:-12rem;
   z-index:6;
   }
   
.procek {
    padding-top:5rem;
	padding-bottom:0rem;
    position: relative;
	margin-top:-15rem
}

.procek .swiper-container {
    width: 100%;
    height:65rem;
	padding-top:15rem;
}

.procek .swiper-slide {
   padding:1rem;
   }

.procek .swiper-button-prev {
    position: absolute;
    top:12rem;
    width: 3rem;
    height: 3rem;
    z-index: 6;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 3rem 3rem;
    background-position: center;
    background-repeat: no-repeat;
	left:42.5rem;
}

.procek .swiper-button-next {
    position: absolute;
    top: 12rem;
    width: 3rem;
    height: 3rem;
    z-index: 6;
    cursor: pointer;
	background:url(../images/you.png);
    background-size:3rem 3rem;
    background-position: center;
    background-repeat: no-repeat;
	right:2rem;
}  

.procek .swiper-pagination-fraction {
    top: 8rem;
    left: 0%;
    width:10rem;
}

.procek .swiper-pagination-current {
   font-size:4.9rem;
   }
   
   
.gbkuai {
   width:48.5rem;
   }   

.gbkm {
   width:100%;
   height:13rem;
   position:relative;
   padding:2rem;
   color:#232323;
   background-color:#FFFFFF;  
   border-radius: 20px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   margin-bottom:1.5rem;
   }
   
.gbkm h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#232323;
   font-weight:bold;
   font-size:1.7rem;
   margin-top:0rem;
   margin-bottom:0.8rem;
   }
   
.gbkm-n {
   height:auto; overflow:hidden;
   padding-left:3.2rem;
   font-size:1.5rem;
   line-height:2.5rem;
   }
   
.gbkm:hover {
   color:#FFFFFF;
   background-color:#FF0000; 
   }
   
.gbkm:hover img {
   filter: grayscale(100%) invert(100%) brightness(1000%);
   }
   
.gbkm:hover h3 {
   color:#FFFFFF;
   }
   
   
@keyframes heart{
from{margin-top:0px;}
to{margin-top:-8px;}
}

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

.fanei-aa ul {
    overflow: hidden;
    padding: 0px;
}

.smnei {
    height: auto; overflow: hidden;
    color: #919191;
    line-height: 2.8rem;
    padding: 2.5rem;
}


/* 当屏幕宽度超过 1920px 时，使用固定尺寸 */  
@media (min-width: 1921px) {  
    .proce .swiper-container {  
        /* 使用固定像素值或其他单位 */  
        width: 100%; /* 例如：850px */  
        height: 750px; /* 例如：1520px */  
    }  
}


.swiper-pagination-total {
    font-size: 1.7rem;
    color:#b9b9b9;
}


.jjmk-lan-aa-en {
    font-size: 2.4rem;
}


.zhankai {
   height: 60rem;
   overflow-y: scroll;
}

/* 设置滚动条的宽度为细 */
.sqxx::-webkit-scrollbar {
  width: 5px;
}

/* 设置滚动条的滑块颜色为蓝色，滑轨背景颜色为灰色 */
.sqxx::-webkit-scrollbar-thumb {
  background-color: #3db3f2;
}

.sqxx::-webkit-scrollbar-track {
  background-color: #15496b;
}





.hxrowk {
   height:auto; overflow:hidden;
   margin-left:-0.9rem;
   margin-right:-0.9rem;
   margin-top: 8rem;
   }
   
.hxrowk li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:0.9rem;
   padding-right:0.9rem;
   }
   
   
.hxkkx {
   position:absolute;
   left:0px;
   top:0px;
   width:100%;
   height:100%;
   line-height:3rem;
   background-color:rgba(0,0,0,0);
   color:#232323;
   text-align:center;
   padding:3rem;
   }   

.hxkkx h3 {
   position:absolute;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   width:100%;
   color:#FFFFFF;
   font-size:2rem;
   text-align:right;
   right:1.5rem;
   bottom:2.5rem;
   z-index:2;
   margin-bottom:0rem;
   }
   
   
.hxkkx h3 .yyt {
    
    display:inline;
}
   
.hxkkx-n {
   display:none;
   text-decoration:none; transition: all 300ms ease-in 0ms;
   } 
   
.hxww {
   position:relative;
   }  
   
.hxkkx:hover {
   width:100%;   
   background-color:rgba(255,255,255,0.8);
   }
   
.hxkkx:hover h3 {
   position:relative;  
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:2rem;
   color:#232323;
   text-align:center;
   margin-top:0rem;
   margin-bottom:2.5rem;
   text-decoration:none; transition: all 300ms ease-in 0ms;
   right:0rem;
   bottom:0rem;
   }
   
   
.hxkkx:hover h3 .yyt {
    display: none;
}
   
.hxkkx:hover .hxkkx-n {
   display:block;
   }
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   }



@media (min-width: 1600px) and (max-width: 1920px) {
   
.zwcont2 iframe {
    height: 40rem;
}  

.zwcont iframe {
	height:70vh;
}

.zwcont {
    width: 70rem;
    left: 50.3%;
    top: 50%;
    margin-top: -378px;
    position: relative;
}

  
}   

@media (min-width: 1000px) and (max-width: 1600px) {
   
.zwcont2 iframe {
    height: 50rem;
}   

.zwcont iframe {
	height:70vh;
}

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


.zwcont {
    width: 70.2rem;
    left: 51.3%;
    top: 50%;
    margin-top: -300px;
    position: relative;
}

    
}  


@media (min-width: 1000px) and (max-width: 1200px) {
   
.container {
        width: 100%;
    }
    
.proce .swiper-button-prev {
    left: 40rem;
}

    .zwcont iframe {
        height: 95vh;
    }
    
}    

   
@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%;
   }
 


}


@media (min-width: 0px) and (max-width: 700px) {
    
.sqxx {
    width: 100%;
    color: #666666;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 3rem;
    background: #f4f4f4;
}

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

.huoqu {
    position: absolute;
    width: 9.5rem;
    height: 9.5rem;
    bottom: 3rem;
    right: 3rem;
}

.zhankai {
   height: 42rem;
   overflow-y: scroll;
}
    
} 


@media (min-width: 0px) and (max-width: 660px) {
    
.sqxx {
    width: 100%;
    color: #666666;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 2rem;
    background: #f4f4f4;
}

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

.huoqu {
    position: absolute;
    width: 9.5rem;
    height: 9.5rem;
    bottom: 3rem;
    right: 3rem;
}

.zhankai {
   height: 40rem;
   overflow-y: scroll;
}
    
} 


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

.shuoming {
    height: auto;
    overflow: hidden;
    color: #919191;
    line-height: 2.8rem;
    padding: 2.5rem;
}

.huoqu {
    position: absolute;
    width: 9.5rem;
    height: 9.5rem;
    bottom: 3rem;
    right: 3rem;
}

.zhankai {
   height: 30rem;
   overflow-y: scroll;
}

} 



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

.logo {
    width:18rem;
  }
  
.logo img {
    width: 18rem;
    height: 4.8rem;
}  

.youshi {
    position: relative;
    margin-top: 3rem;
    z-index: 8;
}

.yslan {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 5rem;
    color: #FFFFFF;
    background-color: #e63125;
    border-radius: 20px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
    background-color: #e63125;
}

.shuju {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    padding: 1rem;
    border-radius: 0 0 20px 20px;
}

.shuju li {
    list-style-type: none;
    width: 50%;
    float: left;
    font-size: 1.2rem;
    text-align: center;
    color: #4f4f4f;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fenge {
    background: none;
}

.shuju li h2 {
    font-size: 1.4rem;
    color: #4f4f4f;
    font-weight: bold;
    margin-top: 0rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.6rem;
   }
   
.guanyu {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 3rem;
}

.gyaa-zi {
    position: relative;
    margin-top: -3rem;
    color: #666666;
    background-color: #FFFFFF;
    line-height: 2.8rem;
    padding: 2rem;
    padding-top:5rem;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}

.gyaa {
    position: relative;
    width: 100%;
    top: 2rem;
    left: 0rem;
    z-index: 6;
}

.gybb {
    width: 100%;
    position: relative;
    margin-top:3rem;
}

.jiejue {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 3rem auto 0rem;
}

.jj-n-aa {
    width: 100%;
    font-size: 2.5rem;
    padding: 1rem;
    color: #4f4f4f;
}

.jj-n-bb {
    width: 100%;
    padding: 1rem;
    line-height: 2.8rem;
}

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

.jj-k .swiper-container {
    padding-bottom: 3rem;
}

.jjmk {
    height: auto;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    background-color: #f6f8fa;
    border-radius: 30px;
}

.jjmk-lan-aa {
    width: 70%;
    font-size: 2rem;
    line-height: 3rem;
    color: #4f4f4f;
}

.jjmk-lan-bb {
    width:30%;
   text-align:right;
   font-size:4rem;
   line-height:4rem;
   font-weight:bold;
   color:#bdbec0;
}

.jjmk-tu {
    height: auto;
    overflow: hidden;
    margin-top: 6rem;
}


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

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

.hxrowk li {
    list-style-type: none;
    width: 100%;
    margin-top: 2rem;
}

.bmtt {
    height: auto;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #585858;
}

.bmtt-aa {
    width: 100%;
}

.bmtt-bb {
    width: 100%;
    font-size: 1.4rem;
    color: #FFFFFF;
    line-height: 4rem;
}

.bmtt-bb-a {
    width: 100%;
}

.bmtt-bb-b {
    width: 100%;
}

.bmxx-aa {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-right: 1px solid #4b4b4b;
    font-size: 1.4rem;
}

.bmxx-aa li {
    list-style-type: none;
    width: 100%;
    line-height: 3rem;
    float: left;
}

.bmxx-aa li h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.bmxx-bb {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0rem;
}

.navbar-right {
    height: auto;
    overflow: hidden;
    padding-bottom: 2rem;
    padding-left: 0rem;
}

.guding {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    background-color: #FFFFFF;
    padding-top: 0rem;
    padding-bottom: 0rem;
}


.searchh .btn {
    color: #fff;
    font-size: 1.8rem;
    width: 25%;
}

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

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

.yskk {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    margin-top: 2.5rem;
}

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

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

.yskk li h2 {
    font-size: 2rem;
    margin-top: 0rem;
    margin-bottom: 1.2rem;
}

.ys-n-bb {
    width: 100%;
}


.dazi {
    font-size: 2.5rem;
    color: #b9b9b9;
}

.yslie-en {
    padding-left: 0rem;
}

.nbkuai {
    height: auto;
    overflow: hidden;
    padding:0rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
    background-color: #f7f7f7;
}

.nbkuai h2 {
    font-size: 2.5rem;
    color: #3a3a3a;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.gbt li {
    list-style-type: none;
    width: 50%;
    font-size: 1.4rem;
    color: #232323;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
}

.gbt li h3 {
    font-size: 1.6rem;
    color: #b9b9b9;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.gkrow li {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
}

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

.tixi {
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 4rem auto 2.5rem;
}

.txnn h2 {
    font-size: 2.5rem;
    color: #4f4f4f;
    margin-top: 1rem;
    margin-bottom: 2rem;
}


.txmap {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.2rem;
    position: relative;
    display:none;
}

.txlei {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    right: 0rem;
    top: 0rem;
  }

.proce {
    padding-top: 2rem;
    padding-bottom: 0rem;
    position: relative;
}

.gbkk {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 1rem;
    color: #232323;
    font-weight: 600;
    background-color: #FFFFFF;
}

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

.yanfa h2 {
    font-size: 2.5rem;
    color: #4f4f4f;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.yanfa-n-aa {
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    padding: 1rem;
    text-align: center;
    color: #666666;
    font-size: 1.4rem;
    line-height: 3rem;
    border-bottom: 2px solid #ff0000;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.yanfa-n-bb {
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    padding: 1rem;
    border-bottom: 2px solid #ff0000;
    border-radius: 20px;
}

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

.hexin h2 {
    font-size: 2.5rem;
    color: #4f4f4f;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.hxrow li {
    list-style-type: none;
    width: 100%;
    margin-bottom: 1.5rem;
}

.hxkk {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 3rem;
}

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

.jidi h2 {
    font-size: 2.5rem;
    color: #4f4f4f;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.jdnn {
    height: auto;
    overflow: hidden;
    font-size: 2rem;
    color: #3a3a3a;
    line-height: 3rem;
}

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

.jdrow li {
    list-style-type: none;
    width: 100%;
}

.jdn1 {
    height: 40rem;
    padding-top: 4rem;
    text-align: center;
    color: #4d4d4d;
    font-size: 2rem;
    background-color: #f1f1f1;
}

.jdn2 {
    height: 26.5rem;
    padding-top: 4rem;
    margin-top: 2rem;
}

.jdn3 {
    height: 26.5rem;
    padding-top: 4rem;
    text-align: center;
    margin-top: 2rem;
}

.bnnlm {
    display:none;
}

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

.shikong h2 {
    font-size: 1.6rem;
    color: #4f4f4f;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.skmk-m {
    position: relative;
    width: 100%;
    left: 0rem;
    top: 0rem;
}

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

.skmk-wz1 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 0rem;
    right: 0rem;
    margin-top: 1rem;
}

.skmk-wz2 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 0rem;
    right: 0rem;
    margin-top: 1rem;
}

.skmk-wz3 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 0rem;
    right: 0rem;
    margin-top: 1rem;
}

.skmk-wz4 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 0rem;
    right: 0rem;
    margin-top: 1rem;
}

.fangan h2 {
    font-size: 1.6rem;
    color: #4f4f4f;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.fanei-aa {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

body {
    margin-top: 2rem;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.skmk-wz1-xq {
    width: 100%;
    height: auto;
    overflow: hidden;
}   

.skmk-wz2-xq {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    right: 0px;
    bottom: 0px;
}

.skmk-wz3-xq {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    right: 0px;
    bottom: 0px;
}

.skmk-wz4-xq {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    right: 0px;
    bottom: 0px;
}

.skmk-kuan {
    width: 96%;
    margin: 0 auto;
}

.skmk img {
    display:none;
}
   
.skmk {
    height: auto;
    overflow: initial;
} 

.zwcont {
    width: 90%;
    left: 5%;
    top: 58%;
    position: relative;
}

.zwcont iframe {
    height: 60rem;
    background: transparent;
    width: 100%;
    border-radius: 30px;
}

.fanei-aa li {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

#slidingm span.menuNo h3 {
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 0.4rem;
    padding: 1rem;
    border-radius: 30px;
}

#slidingm span.menuOn h3 {
    font-size: 1.8rem;
    color: #FFFFFF;
    background-color: #e63125;
    margin-top: 0;
    margin-bottom: 0.4rem;
    padding: 1rem;
    border-radius: 30px;
}

.jjqh-nn {
    margin-left: 1rem;
    color: #919191;
    font-size: 1.4rem;
}

.fanei-bb {
    width: 100%;
    margin-right: 0rem;
}

.dingzhi {
    height: auto;
    overflow: hidden;
    margin-top:5rem;
    margin-bottom: 6rem;
}

.dingzhi h2 {
    font-size: 1.6rem;
    color: #4f4f4f;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.flgun li {
    float: left;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 50rem;
    background-size: cover;
    margin-bottom:2rem;
}

.cpgk1 {
   height: 50rem;
   position:relative;
   background: url("../images/jj1.jpg");
   	background-size: 100% 100%;
	opacity: 1;
   }
   
.cpgk2 {
   height: 50rem;
   position:relative;
   background: url("../images/jj2.jpg");
   	background-size: 100% 100%;
	opacity: 1;
   }
   
.cpgk3 {
   height: 50rem;
   position:relative;
   background: url("../images/jj3.jpg");
   	background-size: 100% 100%;
	opacity: 1;
   }
   
.flgun li.on {
    width: 100%;
    opacity: 1;
}

.cpg-xh {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 5%;
    font-size: 1.8rem;
    color: #FFFFFF;
    display: block;
}

.cpg-zi {
    left: 3rem;
    bottom: 3rem;
}

.flgun li.on .cpg-zi {
    left: 3rem;
    bottom: 3rem;
}

.lxkuai {
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 4rem auto 7rem;
}

.diming {
    font-size: 2.5rem;
    color: #232323;
    width: 100%;
    left: 10rem;
    top: -10rem;
    z-index: 6;
}

.procek .swiper-container {
    width: 100%;
    height: 40rem;
    padding-top: 15rem;
}

.gbkuai {
    width: 100%;
}

.procek .swiper-button-prev {
    left: 26rem;
}

.proce .swiper-button-prev {
    left: 26rem;
}

.yuyan {
   width:20rem;
   height:4rem;
   line-height:4rem;
   margin-top:3rem;
   font-size:1.4rem;
   text-align:center;
   background-color:rgba(255,255,255,0.18);
   float:left;
   border-radius: 10px;
   margin-right:1.5rem;
   }
   
   
   
.fygnav {
    padding: 0px;
	height:50px;
	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:#e63125; height:50px; padding-top:3px; border-right:1px solid rgba(255,255,255,.2);}

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

.fygnav li p {
   margin-top:2px;
   }
   
.bottom {
        margin-bottom: 50px;
    }  
    
.ys-n-aa {
    width: 100%;
}   

.ys-tt img {
    width:15rem;
}

.yanfa-tt img {
    width:15rem;
}

.yftt {
    width: 100%;
}

.tm-zi {
    font-size: 1.2rem;
}

.yfrow {
    height: auto;
    overflow: hidden;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.yfrow li {
    list-style-type: none;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.gbkk h3 {
    font-size: 1.8rem;
}

.proce .swiper-container {
    width: 100%;
    height: 50rem;
}

.sk-tt {
    width:15rem;
}

.sztt {
    font-size: 3rem;
}

.gyaa-zi h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #3a3a3a;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.gymore {
    width: 100%;
    height: 3.6rem;
    margin-top: 3rem;
}    

.gymore a {
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 10px;
}

.jj-tt img {
    width:15rem;
}

.jjmore {
    display:none;
  }
  
.gyaa-tb {
    width: 8rem;
    line-height: 6rem;
    text-align: center;
    color: #FFFFFF;
    background-color: #e63125;
    font-size: 10rem;
    border-radius: 30px;
    margin-left: 12rem;
    z-index: 2;
}

.gbkm {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
}

}
