@charset "utf-8";
/* CSS Document */
@font-face {      font-family: 'Montserrat-Medium';      
src: url('Montserrat-Medium.eot'); /* IE9 Compat Modes */      
src: url('Montserrat-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('Montserrat-Medium.woff') format('woff'), /* Modern Browsers */              
url('Montserrat-Medium.otf')  format('truetype'), /* Safari, Android, iOS */              url('Montserrat-Medium.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'AvantGardeITCbyBT-Medium';      
src: url('AvantGardeITCbyBT-Medium.eot'); /* IE9 Compat Modes */      
src: url('AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('AvantGardeITCbyBT-Medium.woff') format('woff'), /* Modern Browsers */              
url('AvantGardeITCbyBT-Medium.otf')  format('truetype'), /* Safari, Android, iOS */              url('AvantGardeITCbyBT-Medium.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

@font-face {      font-family: 'FuturaStd-Heavy';      
src: url('FuturaStd-Heavy.eot'); /* IE9 Compat Modes */      
src: url('FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('FuturaStd-Heavy.woff') format('woff'), /* Modern Browsers */              
url('FuturaStd-Heavy.otf')  format('truetype'), /* Safari, Android, iOS */              url('FuturaStd-Heavy.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}


.navbar-inverse {
    background-color: rgba(255,255,255,0);
    border-color: rgba(255,255,255,0.1);
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
	padding-left:45px;
	padding-right:45px;
    line-height: 97px;
}

.navbar-navx > li > a {
    line-height: 77px;
}

.nav {
    padding-left: 320px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	font-size:18px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }
    
    
.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 160px;
    border: 0px solid #CBCBCB;
	background-color:#FFFFFF;
    padding: 5px 0px;
    display: none;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
	line-height:40px;
	text-align:center;
	list-style-type:none;
	background:none;
    white-space: nowrap;
    text-overflow: ellipsis;
	position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a{
    width:100%;
    color:#000000;
	height: auto; overflow: hidden;
    line-height:40px;
	text-align:center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FFFFFF;
	background-color:#e03b62;
    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;
	}
	
.kq1 {-webkit-animation-delay: 0.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}


.navbar-inverse .navbar-nav>li a::after {
    width: 0;
    transition: width .3s;
    height: 3px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li a:hover:after {
	width:100%;
	height:3px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#FFFFFF;
}

.kuanping {
   width:1230px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.logo {
   padding:10px;
   }
   
.logox {
   padding:0px;
   } 

ul {
  padding:0px;
  margin:0px;
  }
  
.dxx {
   height:auto; overflow:hidden;
   margin-top:30px;
   }  
   
.dxx2 {
   height:auto; overflow:hidden;
   margin-top:20px;
   } 
   
.dxx li {
   list-style-type:none;
   width:40px;
   float:left;
   margin-right:40px;
   } 
   
.dxx li a {
   cursor:pointer;
   }
   
.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   }  
   
.gudingx {
   background-color: rgba(0,0,0,0.8);
   } 
   
.banner img {
   width:100%;
   }   
   
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    left: 0;
    width: 100%;
}  

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #e5e5e5;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #e03b62;
	opacity: 1;
}

.cpfl {
   height:auto; overflow:hidden;
 }
 
.cpfl li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding:55px;
   padding-left:85px;
   border-right:1px dashed #a0a0a0;
   }
 
.cpfl li h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:27px;
   color:rgba(0,0,0,0.8);
   margin-top:0px;
   margin-bottom:15px;
   }   
   
.cpfl-zi {
   height:auto; overflow:hidden;
   color:rgba(0,0,0,0.6);
   margin-bottom:30px;
   }
   
.cpfl-m {
   margin-top:30px;
   }

.ysbj {
   height:auto; overflow:hidden;
   padding-top:145px;
   padding-bottom:105px;
   color:#FFFFFF;
   background:url(../images/ysbj.jpg);
   background-size: 100% 100%;
   }
   
.ysbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:26px;
   }  
   
.ysbj h2 img {
   margin-top:-15px;
   }
   
.ysbj-nn {
   width:69.3%;
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:31px;
   }
   
.mokuai {
   height:auto; overflow:hidden;
   margin-top:142px;
   }
   
   
.mokuai li {
   list-style-type:none;
   width:25%;
   float:left;
   }
   
.mokuai li p {
   margin-top:16px;
   }
   
.mkmore {
   width:183px;
   margin-top:115px;
   }
   
.mkmore a {
   display:block;
   width:100%;
   height:auto; overflow:hidden;
   line-height:49px;
   font-size:12px;
   color:#FFFFFF;
   border:1px solid #FFFFFF;
   text-align:center;
   }
   
.mkmore a:hover {
   background-color:#FFFFFF;
   color:#000000;
   }
   
.kecheng {
   height:auto; overflow:hidden;
   padding-top:88px;
   padding-bottom:68px;
   position:relative;
   background-color:#f2f2f2;
   }
   
.kcaa {
   width:42.5%;
   color:rgba(0,0,0,0.6);
   font-size:18px;
   line-height:34px;
   }
   
.kcaa h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
	font-size:45px;
	color:#333333;
	margin-top:0px;
	margin-bottom:36px;
   }
   
   
.kckuai {
   margin-top:130px;
   height:auto; overflow:hidden;
   padding:10px;
   position:relative;
   }
   
.kclm {
   position:absolute;
   left:0px;
   bottom:82px;
   width:160px;
   }   
   
.kclm li {
   list-style-type:none;
   font-size:16px;
   line-height:43px;
   }
   
#slidingBlock {

}

#slidingBlock span {
    float:left; width:100%; height:43px;line-height:43px; font-size:16px; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; height:43px; line-height:43px; font-size:16px; color:#727272; padding-left:80px;
}
#slidingBlock span.menuOn {
    font-weight:normal; width:100%; height:43px; line-height:43px; font-size:16px; color:#e03b62; padding-left:80px; background:url(../images/xian.png) left center; background-repeat:no-repeat;
}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.kww {
   position:relative;
   }

.kczi {
   width:75.2%;
   height:auto; overflow:hidden;
   padding:50px;
   padding-left:70px;
   padding-bottom:55px;
   font-size:16px;
   line-height:27px;
   color:rgba(0,0,0,.6);
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   float:right;
   margin-top:36px;
   position:relative;
   z-index:8;
   }
   
.kczi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:25px;
   color:#333333;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.kcmore {
   margin-top:46px;
   height:auto; overflow:hidden;
   }
   
.kcmore li {
   list-style-type:none;
   width:155px;
   float:left;
   margin-right:27px;
   }
   
.kcmore li a {
   display:block;
   width:100%;
   height:46px;
   line-height:46px;
   text-align:center;
   color:#e03b62;
   border:1px solid #e03b62;
   }
   
.kcmore li a:hover {
   background-color:#e03b62;
   color:#FFFFFF;
   }
   
.txtu {
   position:absolute;
   width:792px;
   top:0px;
   right:-15%;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
   }
   
@keyframes heart{
from{margin-top:0px;}
to{margin-top:-8px;}
}

@keyframes heart{
from{transform:translate(0,0)}
to{transform:translate(0,8px)}
}
   
.team {
   height:auto; overflow:hidden;
   margin-top:66px;
   margin-bottom:116px;
   }   
   
.tmlan {
   height:auto; overflow:hidden;
   }
   
.tmlan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   color:#333333;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.tmnei {
   width:81.3%;
   height:auto; overflow:hidden;
   float:right;
   margin-right:-7%;
   margin-top:-106px;
   }   
   
.tmnei .swiper-container {
   padding-top:106px;
   }   
   
.tdkk {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.tdkk 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%;}  

.tdkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.tdkk section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 
   
.tdkk-zi {
   position:absolute;
   width:100%;
   left:0px;
   bottom:0px;
   color:#FFFFFF;
   padding:15px;
   padding-bottom:30px;
   }
   
.tdkk-zi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:16px;
   }
   
.tdkk-nn {
   width:75%;
   height:auto; overflow:hidden;
   font-size:14px;
   line-height:25px;
   margin-left:75px;
   } 
   
.tdmore {
   margin-top:35px;
   }  
   
.tdmore a {
   color:#e42d4b;
   font-size:16px;
   }
   
.tdmore img {
   width:auto;
   }
   
.tmnei .swiper-button-prev {
    position: absolute;
    top: 30px;
    width: 65px;
    height: 65px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:55%;
	background:url(../images/left.png);
    background-size: 65px 65px;
    background-position: center;
    background-repeat: no-repeat;
}

.tmnei .swiper-button-next {
    position: absolute;
    top: 30px;
    width: 65px;
    height: 65px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:35%;
	background:url(../images/right.png);
    background-size: 65px 65px;
    background-position: center;
    background-repeat: no-repeat;
}

.tiyan {
   padding-top:70px;
   padding-bottom:70px;
   position:relative;
   background-color:#f1eeef;
   }
   
.qin {
   position:absolute;
   width:245px;
   top:-52px;
   right:120px;
   animation: heart 0.8s ease-in-out 0.8s infinite alternate;
   z-index:9;
   }
   
.tynn {
   height:auto; overflow:hidden;
   padding:50px;
   padding-left:100px;
   padding-right:100px;
   background-color:#FFFFFF;
   }
   
.tynn-aa {
   width:70.7%;
   float:left;
   }
   
.kk {
   height:45px;
   border: 1px solid rgba(0,0,0,0);
   padding-left:40px;
   color:#474446;
   background:url(../images/sj.png) left; background-repeat:no-repeat;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
   border-bottom:1px solid #dcdcdc;
   border-radius: 0;
   }  
   
   
.tynn-bb {
   width:18.5%;
   float:right;
   }
   
.anniu {
    width: 100%;
    height: 45px;
	font-size:16px;
	color:#FFFFFF;
    background-color: #e95998;
	border:1px solid #e95998;
    padding: 0px;
	border-radius: 0;
} 

.bottom {
    height:auto; overflow:hidden;
	padding-top:55px;
	background-color:#f2f3f5;
  }
  
.bmkk {
   width:1500px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.bmkk-aa {
   width:33.3%;
   float:left;
   }
   
.bmkk-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   color:#333333;
   margin-top:0px;
   margin-bottom:6px;
   }   
   
.bmkk-aa h3 {
   font-family: 'Montserrat-Medium', Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#333333;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.bmkk-hh {
   height:auto; overflow:hidden;
   color:#333333;
   }
   
.bmkk-hh a {
   color:#333333;
   }   
   
.bmkk-bb {
   width:29.5%;
   float:right;
   }
   
.bmrow {
   margin-left:-35px;
   margin-right:-35px;
   }
   
.bmrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:35px;
   padding-right:35px;
   margin-bottom:30px;
   }
   
.bmw-aa {
   width:28%;
   float:left;
   }
   
.bmw-bb {
   width:72%;
   font-size:12px;
   color:rgba(0,0,0,0.3);
   float:right;
   }
   
.bmw-bb h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   color:#242424;
   margin-top:0px;
   margin-bottom:4px;
   }
   
.footer {
   width:1500px;
   height:auto; overflow:hidden;
   margin:20px auto 0px;
   }  
   
.footer-aa {
   width:50%;
   font-size:14px;
   color:rgba(51,51,51,0.4);
   line-height:27px;
   float:left;
   } 
   
.footer-aa a {
   color:rgba(51,51,51,0.4);
   }
   
.footer-aa a:hover {
   color:rgba(51,51,51,1);
   }
   
.footer-bb {
   width:50%;
   float:right;
   text-align:right;
   } 
   
/* 关于我们 */
.bnn {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.bnn img {
   width:100%;
   }
   
.ablan {
   height:auto; overflow:hidden;
   }
   
.ablan li {
   list-style-type:none;
   width:25%;
   float:left;
   border-right:1px solid #f2f2f2;
   }
   
.ablan li a {
   display:block;
   height:86px;
   line-height:86px;
   text-align:center;
   font-size:18px;
   color:#2d2e30;
   cursor:pointer;
   }
   
.ablan li a:hover {
   color:#FFFFFF;
   background-color:#e03b62;
   }
   
.ablan li.hover a {
   color:#FFFFFF;
   background-color:#e03b62;
   }
   
.about {
   height:auto; overflow:hidden;
   margin-top:90px;
   margin-bottom:78px;
   }
   
.kuantt {
   width:1570px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.ableft {
   width:36.7%;
   font-size:15px;
   line-height:36px;
   float:left;
   }
   
.ableft h2 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size:45px;
   color:rgba(235,238,243,1);
   height:auto; overflow:hidden;
   line-height:41px;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.ableft h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#000000;
   margin-top:-22px;
   margin-bottom:66px;
   }
   
.abright {
   width:57.9%;
   float:right;
   }
   
.guimo {
   height:auto; overflow:hidden;
   }
   
.guimo li {
   list-style-type:none;
   width:25%;
   float:left;
   text-align:right;
   }
   
.gmzi {
   height:auto; overflow:hidden;
   margin-top:12px;
   line-height:17px;
   }
   
.gmtu {
   height:auto; overflow:hidden;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   position:relative;
   margin-top:50px;
   z-index:8;
   }
   
.jianjie {
   height:auto; overflow:hidden;
   padding-top:166px;
   position:relative;
   font-size:15px;
   line-height:36px;
   background:url(../images/qinbj.png) center bottom; background-repeat:no-repeat;
   background-color:#f9f8f8;
   margin-top:-152px;
   }
   
.jianjie h2 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size:45px;
   color:rgba(243,235,242,1);
   height:auto; overflow:hidden;
   line-height:41px;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.jianjie h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#000000;
   margin-top:-22px;
   margin-bottom:136px;
   }
   
.mingdan {
   width:90%;
   height:auto; overflow:hidden;
   margin-top:86px;
   margin-bottom:106px;
   }
   
.mdleft {
   width:15.7%;
   height:220px;
   padding-top:76px;
   text-align:center;
   font-size:15px;
   color:#FFFFFF;
   background-color:#e03b62;
   border-radius: 10px;
   float:left;
   }
   
.mdleft h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:5px;
   }
   
.mdright {
   width:83%;
   height:220px;
   padding:50px;
   padding-right:467px;
   background-color:#FFFFFF;
   border-radius: 10px;
   font-size:15px;
   line-height:36px;
   color:rgba(0,0,0,0.8);
   border-radius: 10px;
   float:right;
   }
   
.kxx {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.ren {
   position:absolute;
   width:545px;
   bottom:0px;
   right:0px;
   z-index:8;
   }
   
.honor {
   height:auto; overflow:hidden;
   margin-top:70px;
   margin-bottom:60px;
   }
   
.honor h2 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size:45px;
   color:rgba(243,235,242,1);
   height:auto; overflow:hidden;
   line-height:41px;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.honor h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#000000;
   margin-top:-22px;
   margin-bottom:30px;
   }
   
.rykk {
   margin-top: -140px;
   }   
   
.rykk .swiper-container {
   padding-top:140px;
   }   
   
.rykk .swiper-button-prev {
    position: absolute;
    top: 40px;
    width: 65px;
    height: 65px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:88%;
	background:url(../images/left.png);
    background-size: 65px 65px;
    background-position: center;
    background-repeat: no-repeat;
}

.rykk .swiper-button-next {
    position: absolute;
    top: 40px;
    width: 65px;
    height: 65px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:0%;
	background:url(../images/right.png);
    background-size: 65px 65px;
    background-position: center;
    background-repeat: no-repeat;
}   

.rytu {
   height:auto; overflow:hidden;
   padding:12px;
   background-color:#f9f8f8;
   } 
   
.rytu a {
   display:block;
   height:auto; overflow:hidden;
   padding:12px;
   background-color:#f9f8f8;
   }
   
.rytu-zi {
   margin-top:30px;
   height:auto; overflow:hidden;
   text-align:center;
   font-size:18px;
   line-height:58px;
   }
   
.rytu a:hover {
   display:block;
   height:auto; overflow:hidden;
   padding:12px;
   color:#FFFFFF;
   background-color:#e03b62;
   }
   
/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 700px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}


.icase ul {
   padding:0px;
   margin:0px;
   }
   
.icase ul li {
   list-style-type:none;
   }  
   
.huanjing {
   height:auto; overflow:hidden;
   padding:25px;
   margin-bottom:30px;
   } 
   
.huanjing h2 {
   font-family: 'AvantGardeITCbyBT-Medium', Helvetica, Arial, sans-serif;
   font-size:45px;
   line-height:41px;
   text-align:center;
   color:#e5e5e5;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.huanjing h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   color:#2a2a2b;
   margin-top:-18px;
   margin-bottom:0px;
   }
   
.huanjing .swiper-container {
   padding-top:80px;
   }  
   
.huanjing .swiper-button-prev {
    position: absolute;
    top: 45px;
    width: 25px;
    height: 25px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:48%;
	background:url(../images/zuo.png);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.huanjing .swiper-button-next {
    position: absolute;
    top: 45px;
    width: 25px;
    height: 25px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:48%;
	background:url(../images/you.png);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
} 

.hjkk {
   height:auto; overflow:hidden;
   position:relative;
   } 
   
.hjkk img {
   width:100%;
   }
   
.hjkk-zi {
   position:absolute;
   width:100%;
   height:100%;
   color:#FFFFFF;
   background-color:rgba(0,0,0,.69);
   left:0px;
   top:0px;
   display:none;
   transition: all 300ms ease-in 0ms;
   } 
   
.hzz {
   position:absolute;
   width:100%;
   height:140px;
   padding:30px;
   left:0px;
   bottom:0px;
   }
   
.hjkk-zi a {
   color:#FFFFFF;
   }
   
.hzz-aa {
   width:50%;
   font-size:30px;
   float:left;
   }
   
.hzz-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.hzz-bb {
   width:50%;
   float:right;
   text-align:right;
   }
   
.hzz-bb img {
   width:auto;
   }
   
.hjkk:hover .hjkk-zi {
   display:block;
   transition: all 300ms ease-in 0ms;
   }
   
/* 课程体系 */ 
.kclan {
   height:auto; overflow:hidden;
   }
   
.kclan li {
   list-style-type:none;
   width:16.66%;
   float:left;
   border-right:1px solid #f2f2f2;
   }
     
.kclan li a {
   display:block;
   height:86px;
   line-height:86px;
   text-align:center;
   font-size:18px;
   color:#2d2e30;
   }
   
.kclan li a:hover {
   color:#FFFFFF;
   background-color:#e03b62;
   }
   
.kclan li.hover a {
   color:#FFFFFF;
   background-color:#e03b62;
   }
   
.kuankc {
   width:1700px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kctt {
   height:auto; overflow:hidden;
   margin-top:57px;
   margin-bottom:17px;
   }   
   
.kctt-w { 
   height:auto; overflow:hidden;
}
   
.kctt-aa {
   width:25%;
   float: left;
   }
   
.kctt-bb {
   width:71%;
   float: right;
   line-height: 26px;
   }
   
.wttu {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.txkuai {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   border:1px solid #f4f4f4;
   } 
   
.txkuai img {
   width:100%;
   } 
   
.txkuai 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;}  

.txkuai:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.txkuai section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 
   
.txkuai-zi {
   height:auto; overflow:hidden;
   padding-left:34px;
   padding-right:34px;
   color:#a3a3aa;
   } 
   
.txkuai:hover {
   transition: all 300ms ease-in 0ms;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }
   
.txz-lan {
   height:auto; overflow:hidden;
   line-height:88px;
   font-size:18px;
   }
   
.txz-lan-aa {
   width:80%;
    height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   color:#333333;
   }
   
.txz-lan-bb {
   width:20%;
   float:right;
   text-align:right;
   }
   
.txz-lan-bb img {
   width:27px;
   }
   
.txz-nn {
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:70px;
   }
   
/* 联系我们 */
.lxkuan {
   width:1160px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }   
   
.lxww {
   margin-top:60px;
   margin-bottom:52px;
   }
   
.lxss {
   height:auto; overflow:hidden;
   }
   
.lxss-aa {
   width:75%;
   float:left;
   }
   
.lxss-aa h2 {
   font-family: 'FuturaStd-Heavy', Helvetica, Arial, sans-serif;
   font-size:29px;
   color:#333333;
   margin-top:0px;
   margin-bottom:6px;
   }
   
.lxss-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#333333;
   margin-top:0px;
   margin-bottom:52px;
   }
   
.lxmm {
   height:auto; overflow:hidden;
   }
   
.lxmm li {
   list-style-type:none;
   width:33.3%;
   height:130px;
   background:url(../images/xiahua.png) bottom center; background-repeat:no-repeat;
   float:left;
   text-align:center;
   }
   
.lxmm li h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:15px;
   margin-top:10px;
   margin-bottom:8px;
  }
   
.lxss-bb {
   width:25%;
   text-align:center;
   float:right;
   }
   
.lxss-bb h2 {
   font-family: 'FuturaStd-Heavy', Helvetica, Arial, sans-serif;
   font-size:29px;
   color:#333333;
   margin-top:0px;
   margin-bottom:6px;
   }
   
.lxss-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#333333;
   margin-top:0px;
   margin-bottom:23px;
   }
   
.weixin {
   width:180px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.weixin p {
   margin-top:10px;
   font-size:15px;
   }
   
.ewm {
   height:auto; overflow:hidden;
   padding:15px;
   border:1px solid #efefef;
   margin:0 auto;
   }
   
.ditu {
   height:auto; overflow:hidden;
   padding:16px;
   border:1px solid #efefef;
   margin-top:20px;
   }
   
.yuyue {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:112px;
   background-color:#f9f8f8;
   }

.yuyue h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:27px;
   text-align:center;
   color:#4a4a51;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.yuyue h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   text-align:center;
   color:#bfbfbf;
   margin-top:0px;
   margin-bottom:32px;
   }
   
.kka {
   height:52px;
   border-radius: 0px;
   }  
   
.kkb {
   height:auto; overflow:hidden;
   border-radius: 0px;
   }
   
.yyrow {
   height:auto; overflow:hidden;
   margin-left:-12px;
   margin-right:-12px;
   }
   
.yyrow li {
   list-style-type:none;
   width:50%;
   padding-left:12px;
   padding-right:12px;
   float:left;
   }

.yykuan {
   width:1470px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }   
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:22px;
   }
   
.antt {
   margin-top:50px;
   text-align:center;
   }
   
.anniuw {
   width:217px;
   height:46px;
   font-size:16px;
   color:#FFFFFF;
   background-color:#e03b62;
   border:1px solid #e03b62;
   border-radius: 0px;
   }  
  
/* 详情内 */   
.wtnei {
   margin-top:80px;
   margin-bottom:65px; 
   height:auto; overflow:hidden;
   } 
   
.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
   margin-top:20px;

}
.pro-img #Gbig{
	width:100%;
}
.pro-img .xiaotu li{

}
.pro-img .xiaotu li a {
   display: block;
   border:1px #ddd solid;
   margin:1px;
   }

.pro-img .xiaotu li.hover{
	border:1px #0e66a6 solid;
}
.pro-img .colmd5{
	width:48%;
	float:left;
}
.pro-img .colmd7{
	width:48%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
	font-size:22px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #734702 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
	margin:20px 0 0 0;
	padding:0;
	display:block;
	color:rgba(62,70,77,.8);
	font-size:12px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}

.pro-img .colmd7 h3 {
   font-family: 'Montserrat-Medium', Helvetica, Arial, sans-serif;
   font-size:15px;
   margin-top:0px;
   margin-bottom:14px;
   color:#515151;
   }

.colmd7 h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 0px;
}

.colmd7 h5 span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    color: #fff;
    font-size: 1.5rem;
    background: rgba(0,0,0,.7);
    transition: .3s;
    cursor: pointer;
}

.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:1600px;height:auto;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	




.jqzzoom .navigation {
    width: 100%;
    margin: 10px 0 0;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top:10px;
}
.jqzzoom .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
}
.jqzzoom .prev-navigation{
	background:url(../images/left.gif) left center no-repeat;
	height:91px;
	width:39px;
	float:left;
}
.jqzzoom .next-navigation{
	background:url(../images/right.gif) right center no-repeat;
	width:39px;
	height:91px;
	float:right;
}

.procem {
    padding: 0px 36px;
    position: relative;
}

#fuwus {
    position: static;
}

.procem .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cf152d;
}

.procem .swiper-button-prev {
    position: absolute;
    top: 55%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.procem .swiper-button-next {
    position: absolute;
    top: 55%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

#xiaotu .swiper-slide a.hover{
	border: 1px #009def solid;
}  

.guddx {
    height: 370px;
    padding: 5px;
    overflow-y: scroll;
}

.pnr-neix {
   padding:30px;
   height:auto; overflow:hidden;
}  

.cpxq {
    margin-top: 55px;
    height: auto;
    overflow: hidden;
}


.cpxq-lan {
    height: auto;
    overflow: hidden;
    background-color: #f5f6f6;
    line-height: 52px;
    color: #595959;
    font-size: 16px;
    padding-left: 15px;
}

.cpxq-nei {
    padding: 25px;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    color: #515151;
}


.liebiao {
   height:78px;
   border:1px solid #ebebeb;
   margin-top:25px;
   }
   
.liebiao-aa {
   width:16%;
   height:76px;
   line-height:76px;
   text-align:center;
   float:left;
   color: #000000;
   background-color: #f5f6f6;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb {
   width:68%;
   height:78px;
   line-height:78px;
   float:left;
   text-align:center;
   color:#919191;
   border-right:1px solid #ebebeb;
   }
   
.liebiao-bb a {
   color:#000000;
   }
   
.liebiao-cc {
   width:16%;
   height:76px;
   line-height:76px;
   text-align:center;
   color: #000000;
   background-color: #f5f6f6;
   float:right;
   }
   
/* 分页 */
.page_list{
	padding: 15px 0;
	display:flex;
	justify-content:flex-end;
}
.page_list a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: #eff2f7;
	margin-left: 10px;
	font-size: 1.6rem;
	font-family:ITCAvantGardeStd-Md;
	color: rgba(0,0,0,.5);
	transition: .3s;
	background-position:center;
	background-repeat:no-repeat;
}

.page_list a:first-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
}
.page_list a:last-child{
	background-image: url(../images/hsjt.png);
	background-size: auto 30%;
	transform: rotateZ(180deg);
}
.page_list a:hover,.page_list a.on{
	color: #fff;
	background-color: #e03b62;
}
.page_list a:first-child:hover{
	background: #e03b62 url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
}
.page_list a:last-child:hover{
	background: #e03b62 url(../images/bsjt.png) center no-repeat;
	background-size: auto 30%;
} 
 

.yc {
   display:block;
   }
   
.yd {
   display:none;
   }

/* 申请免费试听课程 */
.modal-dialog {
    width: 1125px;
    margin: 150px auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
	padding:30px;
	border-radius: 0;
}
.tanchu-lan {
    height: 60px;
	line-height:25px;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    padding-left: 10px;
	margin-top:-36px;
}
.tanchu-nei {
    height: auto;
    overflow: hidden;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal-header {
   padding:0px;
    border-bottom: 0px solid #e5e5e5;
}

.tanchu-nei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#000000;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.tanchu-nei h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   color:rgba(0,0,0,.6);
   margin-top:0px;
   margin-bottom:47px;
   }
   
.tcrow {
   height:auto; overflow:hidden;
   margin-left:-25px;
   margin-right:-25px;
   }
   
.tcrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:25px;
   padding-right:25px;
   margin-bottom:30px;
   }
   
.kkx {
   height:56px;
   color:#cfcfcf;
   font-size:18px;
   padding-left:50px;
   background-color:#f9f9f9;
   border:1px solid #e4e4e4;
   border-radius: 0px;
   }
   
.kc1 {
   background:url(../images/kc1.png) left; background-repeat:no-repeat;
   background-color:#f9f9f9;
   } 
   
.kc2 {
   background:url(../images/kc2.png) left; background-repeat:no-repeat;
   background-color:#f9f9f9;
   } 
   
.kc3 {
   background:url(../images/kc3.png) left; background-repeat:no-repeat;
   background-color:#f9f9f9;
   } 
   
.kc4 {
   background:url(../images/kc4.png) left; background-repeat:no-repeat;
   background-color:#f9f9f9;
   } 
   
.antp {
   margin-top:26px;
   text-align:center;
   }
   
.anniuc {
    width: 395px;
    height: 52px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #e13b63;
    border: 1px solid #e13b63;
    padding: 0px;
    border-radius: 0;
}

   
@media (min-width: 1800px) and (max-width: 2000px) {

.tmnei {
    width: 88%;
}

}   
   

@media (min-width: 1600px) and (max-width: 1800px) {

.nav {
    padding-left: 180px;
}

.kuankc {
    width: 100%;
}

.tdkk-zi h3 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 16px;
}

}

@media (min-width: 1400px) and (max-width: 1600px) {

.nav {
    padding-left: 120px;
}

.navbar-nav > li > a {
    padding-left: 35px;
    padding-right: 35px;
}

.bmkk {
    width: 100%;
}

.footer {
    width: 100%;
}

.kuantt {
    width: 100%;
}

.bmrow {
    margin-left: -20px;
    margin-right: -20px;
}

.bmrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.bmkk-bb {
    width: 32%;
}

.kuankc {
    width: 100%;
}

.tdkk-zi h3 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 16px;
}

.qin {
    right: 30px;
}
   

}


@media (min-width: 1200px) and (max-width: 1400px) {

.nav {
    padding-left: 80px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	font-size:16px;
}

.navbar-nav > li > a {
    padding-left: 25px;
    padding-right: 25px;
}

.dxx li {
    margin-right: 20px;
}

.bmkk {
    width: 100%;
}

.footer {
    width: 100%;
}

.yykuan {
    width: 100%;
}   

.kuantt {
    width: 100%;
}

.bmrow {
    margin-left: -10px;
    margin-right: -10px;
}

.bmrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.bmkk-bb {
    width: 32%;
}

.kuankc {
    width: 100%;
}

.tdkk-zi h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 16px;
}

.qin {
    right: 0px;
}

}


@media (min-width: 0px) and (max-width: 1000px) {

body {
   margin-top:58px;
}

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}

.navbar-inverse {
    background-color: rgba(0,0,0,0.8);
    border-color: rgba(255,255,255,0.1);
}

.kuanping {
   width:100%;
   }
   
.logo {
   width:130px;
    padding: 0px;
}

.cpfl li {
    list-style-type: none;
    float: left;
    padding: 10px;
    border-right: 0px dashed #a0a0a0;
	border-bottom: 1px dashed #a0a0a0;
}

.cpfl li h2 {
    font-size: 16px;
    color: rgba(0,0,0,0.8);
    margin-top: 0px;
    margin-bottom: 15px;
}

.cpfl-zi {
    height: auto;
    overflow: hidden;
    color: rgba(0,0,0,0.6);
    margin-bottom: 20px;
}

.cpfl-m {
    margin-top: 20px;
}

.ysbj {
    height: auto;
    overflow: hidden;
	padding:0px;
	padding-top:25px;
	padding-bottom:25px;
}

.ysbj h2 {
    font-size: 25px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 15px;
}

.ysbj-nn {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
}

.mokuai {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.mokuai li {
    list-style-type: none;
    width: 50%;
    float: left;
}

.mkmore {
    width: 100%;
    margin-top: 25px;
}

.txtu {
    position:relative;
    width: 100%;
    top: 0px;
    right: 0px;
	margin-bottom: 20px;
}

.kecheng {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
    background-color: #f2f2f2;
}

.kcaa {
    width: 100%;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    line-height: 25px;
}

.kcaa h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 15px;
}

.kcaa h2 img {
    width:25px;
	}
	
.kckuai {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

.kczi {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px;
    font-size: 16px;
    line-height: 27px;
    color: rgba(0,0,0,.6);
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    float: right;
    margin-top: 0px;
    position: relative;
    z-index: 8;
}

.kcmore {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.kcmore li {
    list-style-type: none;
    width: 46%;
    float: left;
    margin-right: 4%;
}


.kcmore li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e03b62;
    border: 1px solid #e03b62;
}

.kclm {
    position:relative;
	width:100%;
    left: 0px;
    bottom: 0px;
}

.kclm li {
    list-style-type: none;
	width:50%;
	float:left;
    font-size: 16px;
    line-height: 43px;
}

.team {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

.tmlan h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
}

.tmnei {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
    margin-right: 0%;
    margin-top: -66px;
}

.tmnei .swiper-container {
    padding-top: 66px;
}

   
.tmnei .swiper-button-prev {
    position: absolute;
    top: 45px;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:55%;
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.tmnei .swiper-button-next {
    position: absolute;
    top: 45px;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:15%;
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.tiyan {
    padding:0px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-color: #f1eeef;
}

.qin {
   display:none;
}

.tynn {
    height: auto;
    overflow: hidden;
    padding: 15px;
    background-color: #FFFFFF;
}

.tynn-aa {
    width: 66%;
}

.tynn-bb {
    width: 30%;
}

.anniu {
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #FFFFFF;
}

.bottom {
    height: auto;
    overflow: hidden;
    padding-top: 25px;
	padding-bottom:15px;
    background-color: #f2f3f5;
	margin-bottom:50px;
}

.bmkk {
    width: 100%;
}

.bmkk-aa {
    width: 100%;
}

.bmkk-aa h3 {
    font-size: 25px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 15px;
}

.bmkk-bb {
    width: 100%;
	margin-top:20px;
}

.bmrow {
    margin-left: -15px;
    margin-right: -15px;
}

.bmrow li {
    list-style-type: none;
    width: 50%;
	height:55px; overflow:hidden;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 0px;
}

.footer-aa {
    width: 100%;
}

.footer-bb {
    display:none;
}

.yykuan {
    width: 100%;
}   

.kuantt {
    width: 100%;
}

.ablan li a {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #2d2e30;
}

.about {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ableft {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.ableft h2 {
    font-size: 25px;
    color: rgba(235,238,243,1);
    height: auto;
    overflow: hidden;
    line-height: 36px;
}

.ableft h3 {
    font-size: 25px;
    color: #000000;
    margin-top: -12px;
    margin-bottom: 30px;
}

.abright {
    width: 100%;
}

.guimo li {
    list-style-type: none;
    width: 50%;
	text-align:center;
	margin-top:20px;
}

.jianjie {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 16px;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    background-color: #f9f8f8;
    margin-top: 0px;
}

.jianjie h2 {
    font-size: 25px;
    color: rgba(243,235,242,1);
    height: auto;
    overflow: hidden;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.jianjie h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #000000;
    margin-top: -12px;
    margin-bottom: 30px;
}

.ren {
   display:none;
}

.mingdan {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mdleft {
    width: 100%;
    height: 100px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #e03b62;
	margin-top:10px;
}

.mdleft h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 5px;
}

.mdright {
    width: 100%;
    height:auto; overflow:hidden;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
	margin-top:10px;
}

.honor {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.honor h2 {
    font-size: 25px;
    color: rgba(243,235,242,1);
    height: auto;
    overflow: hidden;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.honor h3 {
    font-size: 25px;
    color: #000000;
    margin-top: -12px;
    margin-bottom: 20px;
}

.rykk .swiper-button-prev {
    position: absolute;
    top: 100px;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:75%;
	background:url(../images/left.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.rykk .swiper-button-next {
    position: absolute;
    top: 100px;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:0%;
	background:url(../images/right.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}  

.huanjing h2 {
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    color: #e5e5e5;
    margin-top: 0px;
    margin-bottom: 0px;
} 

.huanjing h3 {
    font-size: 25px;
    text-align: center;
    color: #2a2a2b;
    margin-top: -12px;
    margin-bottom: 0px;
}

.huanjing .swiper-button-prev {
    position: absolute;
    top: 45px;
    width: 25px;
    height: 25px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:40%;
}

.huanjing .swiper-button-next {
    position: absolute;
    top: 45px;
    width: 25px;
    height: 25px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:40%;
} 

.kuankc {
    width: 100%;
}

.kclan li {
    list-style-type: none;
    width: 50%;
    float: left;
	border-bottom: 1px solid #f2f2f2;
}

.kclan li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #2d2e30;
}

.kctt {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.lxkuan {
    width: 100%;
}

.lxss-aa {
    width: 100%;
}

.lxss-aa h3 {
    font-size: 16px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
}

.lxmm li {
    list-style-type: none;
    width: 100%;
    height: 120px;
	margin-bottom:15px;
}

.lxss-bb {
    width: 100%;
	margin-top:20px;
}

.yuyue {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f9f8f8;
}

.yuyue h2 {
    font-size: 20px;
    text-align: center;
    color: #4a4a51;
    margin-top: 0px;
    margin-bottom: 10px;
}

.yuyue h3 {
    font-size: 16px;
    text-align: center;
    color: #bfbfbf;
    margin-top: 0px;
    margin-bottom: 20px;
}

.antt {
    margin-top: 30px;
    text-align: center;
}

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#e03b62;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 100%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#e03b62; height:50px; line-height:50px;}

.fygnav li a:hover { color:#FFFFFF; background-color:#e03b62;}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.huanjing {
    height: auto;
    overflow: hidden;
    padding:15px;
    margin-bottom: 20px;
}

.hzz {
    position: absolute;
    width: 100%;
    height: 100px;
    padding: 10px;
    left: 0px;
    bottom: 0px;
}

.hzz-aa {
    width: 60%;
    font-size: 20px;
    float: left;
}

.hzz-bb {
    width: 40%;
    float: right;
    text-align: right;
}

.wtnei {
    margin-top: 40px;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
}

.pro-img .colmd5 {
    width: 100%;
}

.pro-img .colmd7 {
    width: 100%;
	margin-top:15px;
}

.cpxq {
    margin-top: 25px;
    height: auto;
    overflow: hidden;
}

.liebiao {
    height: 40px;
}

.liebiao-aa {
    width: 30%;
    height: 40px;
    line-height: 40px;
}

.liebiao-bb {
    width: 40%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    color: #919191;
    border-right: 1px solid #ebebeb;
}

.liebiao-cc {
    width: 30%;
    height: 40px;
    line-height: 40px;
}

.modal-dialog {
    width: 90%;
}

.tdkk-zi h3 {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 16px;
}

.dxx {
    display: none;
  } 
     
.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    padding: 10px;
    border-radius: 0;
}

.anniuc {
    width:100%;
    height:40px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #e13b63;
    border: 1px solid #e13b63;
    padding: 0px;
    border-radius: 0;
}

.tcrow {
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.tcrow li {
    list-style-type: none;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}


}


