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

@font-face {      font-family: 'DINCond-Bold';      
src: url('DINCond-Bold.eot'); /* IE9 Compat Modes */      
src: url('DINCond-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('DINCond-Bold.woff') format('woff'), /* Modern Browsers */              
url('DINCond-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('DINCond-Bold.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: 0px solid #BEBCBC;
}


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

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

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:20px;
	padding-right:20px;
    line-height: 53px;
}

.nav {
    padding-left: 215px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
}
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:16px;
}

.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-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #FFFFFF;
}

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

       .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.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}


.kuanping {
   width:1280px;
   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;
   }
   
.guding {
   position:fixed;
   top:0px;
   width:100%;
   z-index:98;
   }
   
.dhh {
   padding-top:27px;
   padding-bottom:27px;
   background-color:rgba(0,0,0,0);
   }
   
.search1 {
   margin-top:19px;
   width:123px;
   float:left;
   border-bottom:1px solid rgba(255,255,255,0.24);
   }
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
	color:#FFFFFF;
	background-color:rgba(0,0,0,0);
    width: 78%;
	border-radius: 0;
}   

.hua .search {
    border: 0;
    height: 30px;
    font-size: 14px;
    padding-left: 10px;
	color:#333333;
	background-color:rgba(0,0,0,0);
    width: 78%;
	border-radius: 0;
}   

.search1 .btn {
    height: 30px;
	line-height:30px;
	padding:0px;
	font-size:10px;
	background-color:rgba(0,0,0,0);
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    width: 22%;
	border-radius: 0;
}

.banner img {
    width:100%;
}

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

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

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0px;
}

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

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #FFFFFF;
	opacity: 1;
}

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

.xu {
   width:30px;
   height:60px;
   line-height:60px;
   color:#FFFFFF;
   left:15%;
   position:absolute;
   bottom:105px;
   }
   
.xwbj {
   height:auto; overflow:hidden;
   padding-top:70px;
   padding-bottom:90px;
   background:url(../images/xwbj.jpg) center; background-repeat:no-repeat;
   background-size: 100% 100%;
   }
   
.xwleft {
   width:845px;
   float:left;
   } 
   
.xwleft h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#a1a1a1;
   font-size:34px;
   margin-bottom:45px;
   margin-top:0px;
   } 
   
.xwnn {
   height:auto; overflow:hidden;
   }    
   
.xwk1 {
   width:358px;
   float:left;
   margin-right:60px;
   height:auto; overflow:hidden;
   padding-top:30px;
   border-top:1px solid #403e43;
   color:#666666;
   line-height:24px;
   } 
   
.xwk1 a {
   color:#666666;
   }
   
.xwk1 h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#666666;
   margin-top:0px;
   margin-bottom:40px;
   }
   
.xwk1 h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
  height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:40px;
   color:#000000;
   height:auto; overflow:hidden;
   margin-top:0px;
   margin-bottom:35px;
   }
   
.xwab {
   width:350px;
   height:auto; overflow:hidden;
   float:right;
   }
   
.xwab h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#a1a1a1;
   font-size:34px;
   margin-top:0px;
   margin-bottom:45px;
   }
   
.abzi {
   height:auto; overflow:hidden;
   background-color:#0c5ea3;
   color:rgba(255, 255, 255, 0.6);
   line-height:26px;
   padding:18px;
   }
   
.abzi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:19px;
   color:#FFFFFF;
   margin-top:18px;
   margin-bottom:14px;
   }
   
.abmore {
   margin-top:30px;
   }
   
.abmore a {
   display:block;
   width:95px;
   height:30px;
   line-height:30px;
   color:#FFFFFF;
   font-size:14px;
   background:url(../images/gdmore.png) bottom; background-repeat:no-repeat;
   }
   
.xwab 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;}  

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

.xwmore {
   margin-top:190px;
   }
   
.xwmore a {
   display:block;
   width:188px;
   height:40px;
   line-height:40px;
   font-size:18px;
   color:#FFFFFF;
   background-color:#ff963d;
   text-align:center;
   border-radius: 4px;
   }
   
.xwmore a:hover {
   background-color:#ce0c36;
   }  
   
.cptit {
   height:auto; overflow:hidden;
   padding-top:40px;
   padding-bottom:55px;
   background-color:#1b2026;
   color:#FFFFFF;
   font-size:17px;
   text-align:center;
   }   
   
.cptit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.cpkuai {
   width:100%;
   height:auto; overflow:hidden;
   }
   
.cpkuai-aa {
   width:50%;
   float:left;
   position:relative;
   }
   
.cpzi {
   position:absolute;
   width:45%;
   height:280px;
   padding:36px;
   background-color:#ff963d;
   color:#FFFFFF;
   line-height:23px;
   left:0px;
   bottom:0px;
   z-index:9;
   }
   
.cpzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:10px;
   margin-bottom:25px;
   color:#FFFFFF;
   }
   
.cpkuai-bb {
   width:50%;
   float:right;
   }
   
.cpkuai-bb-1 {
   height:auto; overflow:hidden;
   position:relative;
   } 
   
.cpzi2 {
   position:absolute;
   width:45%;
   height:auto; overflow:hidden;
   padding:40px;
   color:#FFFFFF;
   line-height:23px;
   left:0px;
   top:0px;
   z-index:98;
   }
   
   
.cpzi2 h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:27px;
   margin-bottom:30px;
   color:#FFFFFF;
   }
   
.cpkuai-w {
    width: 100%;
    height: auto;
    overflow: hidden;
} 

.cpkuai-w-aa {
   width:50%;
   float:left;
   position:relative;
   } 
   
   
.cpzi3 {
   position:absolute;
   width:100%;
   height:auto; overflow:hidden;
   padding:36px;
   color:#FFFFFF;
   line-height:23px;
   left:0px;
   top:80px;
   z-index:98;
   }
   
   
.cpzi3 h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:30px;
   color:#FFFFFF;
   }
   
.cpkuai-aa 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%}  

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

.cpkuai-bb-1 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%}  

.cpkuai-bb-1:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkuai-bb-1 section {
   overflow: hidden;
   }
   
.cpkuai-w-aa 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%}  

.cpkuai-w-aa:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkuai-w-aa section {
   overflow: hidden;
   }
   
.jtw1 {
   margin-top:55px;
   height:auto; overflow:hidden;
   }
   
.jtw1 img {
    width:inherit;
}
   
.jtw2 {
   margin-top:66px;
   height:auto; overflow:hidden;
   }
   
.jtw2 img {
    width:inherit;
}
   
.jtw3 {
   margin-top:20px;
   height:auto; overflow:hidden;
   }
   
.jtw3 img {
    width:inherit;
}
   
.jtw4 {
   margin-top:40px;
   height:auto; overflow:hidden;
   }
   
.jtw4 img {
    width:inherit;
}
 
   
.fenbu {
   background:url(../images/fenbu.jpg);
   height:auto; overflow:hidden;
   padding-top:163px;
   padding-bottom:130px;
   }
   
.fbkk {
   width:1600px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.buju {
   padding-left:75px;
   padding-right:200px;
   font-size:16px;
   line-height:32px;
   color:#2e303a;
   }
   
.fbkk h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:34px;
   padding-bottom:40px;
   margin-top:0px;
   margin-bottom:37px;
   color:#2e303a;
   border-bottom:1px solid rgba(0,0,0,0.14);
   }
   
.fbkk h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:34px;
   padding-bottom:40px;
   margin-top:0px;
   margin-bottom:86px;
   color:#2e303a;
   border-bottom:1px solid rgba(0,0,0,0.14);
   }
   
.shuju {
   margin-top:155px;
   }
   
.sjkk {
   text-align:center;
   line-height:27px;
   font-size:16px;
   color:#2e303a;
   }
   
.shuzi {
   height:88px;
   line-height:88px;
   margin-bottom:18px;
   text-align:center;
   position:relative;
   color:#FFFFFF;
   font-size:53px;
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   background:url(../images/yuan.png) center; background-repeat:no-repeat;
   }
   
.zz {
   font-size:17px;
   height:88px;
   line-height:110px;
   position:absolute;
   right:10%;
   bottom:0px;
   }
   

.mokuai {
   height:auto; overflow:hidden;
  }
  
.mokuai-aa {
   width:50%;
   float:left;
   position:relative;
   }
   
.mokuai-aa img {
    width:100%;
}

.mokuait {
   position:absolute;
   top:112px;
   right:105px;
   width:140px;
   color:#FFFFFF;
   text-align:center;
   z-index:9;
   font-size:16px;
   line-height:25px;
   }  
   
.tubiao {
   width:88px;
   height:88px;
   margin:0px auto 20px;
   }   
   
.bottom {
   height:auto; overflow:hidden;
   padding-top:90px;
   padding-bottom:73px;
   color:#FFFFFF;
   background:url(../images/bmbj.jpg)
   }
   
.bottom a {
   color:#FFFFFF;
   } 
   
.bmdh {
   color:rgba(255,255,255,0.3);
   height:auto; overflow:hidden;
   margin-top:10px;
   margin-bottom:18px;
   }  
   
.bmdh a {
   color:rgba(255,255,255,0.3);
   } 
   
.juyou {
   text-align:right;
   }
   
.banquan {
   margin-top:30px;
   height:auto; overflow:hidden;
   }
   
.xiala {
    width: 255px;
    height: 32px;
    padding-left: 0px;
    padding-right: 20px;
    color: #FFFFFF;
}

.form_select {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select_arrow.png);
        background-repeat: repeat;
    background-repeat: no-repeat;
}

.xiala option {
    color: #333333;
} 


/* 关于我们 */
.bnn1 {
    height:594px;
	background:url(../images/bnn.jpg) center;
	padding-top:250px;
	text-align:center;
	color:#FFFFFF;
	font-size:29px;
   }
   
.bnn1 h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:87px;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   color:#FFFFFF;
   }
   
.bnn5 {
    height:594px;
	background:url(../images/bnn5.jpg) center;
	padding-top:250px;
	text-align:center;
	color:#FFFFFF;
	font-size:29px;
   }
   
.bnn5 h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:87px;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   color:#FFFFFF;
   }
   
.bnn6 {
    height:594px;
	background:url(../images/bnn6.jpg) center;
	padding-top:250px;
	text-align:center;
	color:#FFFFFF;
	font-size:29px;
   }
   
.bnn6 h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:87px;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   color:#FFFFFF;
   }
   
.bnn7 {
    height:594px;
	background:url(../images/bnn7.jpg) center;
	padding-top:250px;
	text-align:center;
	color:#FFFFFF;
	font-size:29px;
   }
   
.bnn7 h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:87px;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   color:#FFFFFF;
   }
   
.lanmu {
    height: 74px;
    box-shadow: 0px 10px 10px rgba(0,0,0,.1);
    background: #fff;
    position: relative;
}

.lm-ct ul {
    display: flex;
    display: -webkit-flex;
}

.lm-ct ul li {
    list-style-type:none;
    margin-right: 40px;
}

.lm-ct ul li a {
    display: block;
    line-height: 74px;
    font-size: 16px;
    color: #000;
	cursor:pointer;
}

.lm-ct ul li a:hover {
   color:#ff963d;
   }
   
.lm-ct ul li.hover a {
   color:#ff963d;
   }

.lm-ct > span {
    display: block;
    height: 4px;
    background: #ff963d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    transition: .5s;
}   

.abnn {
   margin-top:180px;
   margin-bottom:90px;
   color:#545466;
   line-height:31px;
   }
   
.abnn h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:54px;
   margin-top:0px;
   margin-bottom:12px;
   color:#242433;
   } 
   
.abnn h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   margin-top:0px;
   margin-bottom:45px;
   color:#545466;
   } 
   
.shujux {
   margin-top:30px;
   color:#545466;
   line-height:20px;
   text-align:center;
   }  
   
.shujux h4 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:75px;
   text-align:center;
   color:#242433;
   margin-top:0px;
   margin-bottom:10px;
   }  
   
.abxx {
   padding-right:50px;
   }
   
   
.hxbj {
   height:727px;
   background:url(../images/hxbj.jpg) center;
   padding-top:95px;
   color:#FFFFFF;
   line-height:31px;
   font-size:16px;
   }
   
.hxbj h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:54px;
   margin-top:0px;
   margin-bottom:14px;
   color:#FFFFFF;
   }
   
.hxbj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   margin-top:0px;
   margin-bottom:55px;
   color:#FFFFFF;
   } 
   
.hxlan {
   height:auto; overflow:hidden;
   margin-bottom:76px;
   }
   
.hxlan li {
   list-style-type:none;
   width:24%;
   float:left;
   margin-right:1%;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; height:35px;line-height:35px; font-weight:bold; text-align:center; font-size:14px; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; height:35px;line-height:35px; color:#000000; background-color:rgba(255,255,255,.4); text-align:center;
}
#slidingBlock span.menuOn {
    font-weight:normal; width:100%; height:35px;line-height:35px; color:#000000; text-align:center; background-color:rgba(255,255,255,1);
}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.hxmore {
   margin-top:66px;
   }
   
.hxmore a {
   display:block;
   width:188px;
   height:41px;
   line-height:41px;
   text-align:center;
   background-color:#ff963d;
   color:#FFFFFF;
   font-size:18px;
   border-radius: 3px;
   }
   
.hxmore a:hover {
   background-color:#FF0000;
   }
   
.wenhua {
   height:auto; overflow:hidden;
   padding-top:85px;
   padding-bottom:110px;
   background:url(../images/whbj.jpg) center;
   }
   
.wenhua h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:54px;
   margin-top:0px;
   margin-bottom:14px;
   color:#242433;
   }
   
.wenhua h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   margin-top:0px;
   margin-bottom:55px;
   color:#545466;
   } 
   
.whzi {
   padding:20px;
   padding-left:25px;
   padding-right:25px;
   font-size:21px;
   line-height:33px; 
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   color:#52525b;
   } 
   
.whzi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.lcbj {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:60px;
   background:url(../images/lcbj.jpg) center;
   color:#FFFFFF;
   }
   
.lcbj h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:54px;
   margin-top:0px;
   margin-bottom:14px;
   color:#FFFFFF;
   }
   
.lcbj h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   margin-top:0px;
   margin-bottom:45px;
   color:#FFFFFF;
   } 
   
.lckk {
   width:1260px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.lcnn {
   height:390px;
   background:url(../images/lcline.png) top center; background-repeat:no-repeat;
   margin-top:90px;
   }
   
   
    .swiper-container {
      width: 100%;
      height: 100%;
    }
	
	.swiper-container2 {
      width: 100%;
      height: 100%;
    }

.nian {
   height:auto; overflow:hidden;
   }
   
.xietu {
   width:70px;
   height:70px;
   background:url(../images/xie.png);
   }
   
.nian h4 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:58px;
   margin-top:35px;
   margin-bottom:47px;
   }


.lcnn .swiper-container .swiper-button-prev {

    background: url(../images/leftx.png) center no-repeat;
    width: 52px;
    height: 53px;
    margin-top: 100px;
    left: 45%;

}

.lcnn .swiper-container .swiper-button-next {

    background: url(../images/rightx.png) center no-repeat;
    width: 52px;
    height: 53px;
    margin-top: 100px;
    right: 45%;

}  

.jiagou {
   height:auto; overflow:hidden;
   padding-top:105px;
   padding-bottom:90px;
   background:url(../images/jgbj.jpg) center; background-repeat:no-repeat;
   }
   
   
.video {
   height:auto; overflow:hidden;
   padding-top:85px;
   padding-bottom:105px;
   background:url(../images/video.jpg) center;
   }
   
.video h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:54px;
   color:#242433;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.video h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   margin-top:0px;
   margin-bottom:66px;
   color:#545466;
   } 
   
.sprow {
   margin-left:-8px;
   margin-right:-8px;
   }
   
.spcol4 {
   width:33.3%;
   float:left;
   padding-left:8px;
   padding-right:8px;
   }
   
.spzi {
   height:auto; overflow:hidden;
   line-height:63px;
   padding-left:18px;
   color:#242433;
   background-color:#FFFFFF;
   }
   
.spcol4:hover .spzi {
    background-color:#0c5ea3;
	color:#FFFFFF;
	transition: all 300ms ease-in 0ms;
   }
   
.yc {
   display:block;
   }
   
.yd {
   display:none;
   } 
   
.lanmuw {
   height:auto; overflow:hidden;
   margin-top:10px;
   }
   
.lanmuw li {
   width:31.3%;
   list-style-type:none;
   float:left;
   margin-right:2%;
   margin-bottom:6px;
}

.lanmuw li a {
   display:block;
   width:100%;
   height:40px;
   line-height:40px;
   background-color:#000000;
   color:#FFFFFF;
   text-align:center;
   cursor:pointer;
   }
   
.lanmuw li a:hover {
   background-color:#d83c3d;
   }
   
.lanmuw li.hover a {
   background-color:#d83c3d;
   }
   
/* 单页内 */
.biaoti {
   height:290px;
   background:url(../images/biaoti.png) center;
   margin-top:130px;
   }
   
.biaoti h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:48px;
   color:rgba(255,255,255,0.28);
   margin-top:0px;
   margin-bottom:16px;
   }
   
.biaoti h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:52px;
   margin-top:0px;
   margin-bottom:8px;
   color:#FFFFFF;
   }
   
.biaoti h4 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.btkk {
   width:1342px;
   margin:0 auto;
   }
   
.xut {
   font-size:120px;
   }
   
.dhhx {
    padding-top: 27px;
    padding-bottom: 27px;
    background-color:#FFFFFF;
}

.navbar-inverse .ntt > li > a {
    color: #000000;
	font-size:16px;
}

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

.hua {
    border-bottom: 1px solid rgba(0,0,0,0.24);
}

.search1 .btnx {
    color: #000000;
}

.navbar-inverse .ntt > li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #000000;
}

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

.dykk {
   height:auto; overflow:hidden;
   margin-top:95px;
   margin-bottom:140px;
   line-height:31px;
   font-size:16px;
   }
   
.navbary {
    background-color: rgba(255,255,255,1);
    border-color: #5F5D5D;
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}

.gundong {
   width:1350px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
   
.liebiao {
    height: auto;
    overflow: hidden;
	margin-top:80px;
	margin-bottom:80px;
}

.liebiao-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

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

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

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

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 118px;
    height: 54px;
    line-height: 54px;
    color: #000000;
    background-color: #FFFFFF;
	border:1px solid #000000;
    font-size: 18px;
    text-align: center;
} 

.fanhui a:hover {
    background-color: #0c5ea3;
	border:1px solid #0c5ea3;
	color:#FFFFFF;
   }
   
.icase ul {
   margin:0px;
   padding:0px;
   }
   
.icase ul li {
   list-style-type:none;
   }
   
/* 新闻中心 */
.bnn2 {
    height:594px;
	background:url(../images/bnn2.jpg) center;
	padding-top:250px;
	text-align:center;
	color:#FFFFFF;
	font-size:29px;
   }
   
.bnn2 h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:87px;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   color:#FFFFFF;
   }
   
.xinwen {
   height:auto; overflow:hidden;
   margin-top:60px;
   margin-bottom:40px;
   }
   
.xwkk {
   height:auto; overflow:hidden;
   border:1px solid #e9e9e9;
   }
   
.xwkk-zi {
   height:auto; overflow:hidden;
   padding:20px;
   line-height:22px;
   color:#9098a0;
   }
   
.xwkk-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:0px;
   margin-bottom:3px;
   color:#37383a;
   }
   
.xw-link {
   margin-top:10px;
   height:auto; overflow:hidden;
   border-top:1px solid #e9e9e9;
   }
   
.xw-link-aa {
   width:80%;
   float:left;
   color:#9098a0;
   font-size:12px;
   line-height:50px;
   }
   
.xw-link-bb {
   width:20%;
   float:right;
   text-align:right;
   }
   
.link {
   width:29px;
   height:29px;
   margin-top:12px;
   float:right;
   background:url(../images/link.png) top; background-repeat:no-repeat; background-size: 29px auto;
   }
   
.xwkk:hover .xw-link-aa {
   color:#000000;
   transition: all 300ms ease-in 0ms;
   }
   
.xwkk:hover .link {
   background:url(../images/link.png) bottom; background-repeat:no-repeat; background-size: 29px auto;
   transition: all 300ms ease-in 0ms;
   }

.xwhh {
   height:auto; overflow:hidden;
   border:1px solid #e7e7e7;
   padding:20px;
   padding-left:40px;
   padding-right:60px;
   margin-bottom:20px;
   }
   
.xwhh:hover {
   border:1px solid #0e4ba5;
   transition: all 300ms ease-in 0ms;
   }
   
.xwhh-aa {
   width:115px;
   float:left;
   color:#3f3f3f;
   }
   
.xwhh-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:46px;
   margin-top:0px;
   margin-bottom:2px;
   color:#3f3f3f;
   }
   
.xwhh:hover .xwhh-aa {
   color:#0e4ba5;
   transition: all 300ms ease-in 0ms;
   }
   
.xwhh:hover .xwhh-aa h2 {
   color:#0e4ba5;
   transition: all 300ms ease-in 0ms;
   }
   
.xwhh-bb {
   width:880px;
   float:left;
   color:#808489;
   line-height:20px;
   }
   
.xwhh-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:7px;
   color:#3f3f3f;
   }
   
.xwhh:hover .xwhh-bb h2 {
   color:#0e4ba5;
   transition: all 300ms ease-in 0ms;
   }
   
.xwmorex {
   margin-top:25px;
   color:#0e4ba5;
   font-size:12px;
   }
      
.xwhh-cc {   
   width:30px;
   height:30px;
   background:url(../images/jww.png) top; background-repeat:no-repeat; background-size: 30px auto;
   float:right;
   margin-top:29px;
   }
   
.xwhh:hover .xwhh-cc {
   background:url(../images/jww.png) bottom; background-repeat:no-repeat; background-size: 30px auto;
   transition: all 300ms ease-in 0ms;
   }
   
/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #ff7800;
	border:1px solid #ff7800;
}

.xianshi {
    color: #fff;
    background: #ff7800;
	border:1px solid #ff7800;
}

.page-m a.active {
    color: #fff;
    background: #ff7800;
	border:1px solid #ff7800;
}


/* 产品中心 */
.bnn3 {
    height:594px;
	background:url(../images/bnn3.jpg) center;
	padding-top:250px;
	text-align:center;
	color:#FFFFFF;
	font-size:29px;
   }
   
.bnn3 h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:87px;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   color:#FFFFFF;
   }
   
.cpnn {
   height:auto; overflow:hidden;
   padding-top:55px;
   padding-bottom:60px;
   background-color:#f6f6f6;
   }
   
.cptu {
   height:auto; overflow:hidden;
   border:1px solid #e5e4e4;
   background-color:#FFFFFF;
   margin-bottom:45px;
   }
   
.cpzix {
   height:auto; overflow:hidden;
   background:url(../images/eye.png) top right; background-repeat:no-repeat; background-size: 90px auto;
   padding:25px;
   color:#808080;
   }
   
.cptu:hover {
   background-color:#0c5ea3;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   transition: all 500ms ease-in 0ms;
   }
   
.cptu:hover .cpzix {
   background:url(../images/eye2.png) top right; background-repeat:no-repeat; background-size: 90px auto;
   }
   
.cpzix h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:0px;
   margin-bottom:6px;
   color:#333333;
   }
   
.cpwz {
   height:auto; overflow:hidden;
   color:#808080;
   }
   
.cpwz-aa {
   width:90px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.cpwz-bb {
   width:26px;
   height:1px;
   background-color:#808080;
   margin-top:12px;
   margin-right:20px;
   float:right;
   }
   
.cptu:hover .cpwz {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptu:hover h2 {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptu:hover .cpwz-bb {
   width:170px;
   background-color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
/* 人才招聘 */   
.bnn4 {
    height:594px;
	background:url(../images/bnn4.jpg) center;
	padding-top:250px;
	text-align:center;
	color:#FFFFFF;
	font-size:29px;
   }
   
.bnn4 h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:87px;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   color:#FFFFFF;
   }
   
.xwdd {
    background: #FFFFFF;
    padding: 60px 0px;
}

.rc-kuan {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.shenqing {
   width:132px;
   margin:27px auto 0px;
   }  
   
.shenqing a {
   display:block;
   width:132px;
   height:44px;
   line-height:44px;
   font-size:18px;
   text-align:center;
   border:1px solid #898989;
   } 

.rc .table > thead > tr > th {
   padding: 0px;
   height:92px;
   line-height:92px;
   text-align:center;
   background-color:#0c5ea3;
   color:#FFFFFF;
   font-size:18px;
   font-weight:bold;
   }
   
.rc .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px;
	height:94px;
    line-height: 94px;
	text-align:center;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
	font-size:18px;
	color:rgba(0,0,0,.8);
}  


.content {
    min-height: 700px;
    padding: 40px 0px;
    overflow: hidden;
}

.jbdtt {
    color: rgba(0,0,0,.5);
    border-bottom: 2px #ddd solid;
    font-size: 1.6rem;
    padding: 0px 30px 20px;
}

.jbdtt span {
    font-size: 3.0rem;
    color: rgba(0,0,0,.8);
    display: block;
}

.jbdct {
    padding: 0px 30px;
}   

.order input {
    width: 100%;
    line-height: 50px;
    font-size: 1.4rem;
    color: rgba(0,0,0,.3);
    border: 2px rgba(0,0,0,.1) solid;
    padding-left: 15px;
}

.order select {
    width: 100%;
    color: rgba(0,0,0,.3);
    border: 2px rgba(0,0,0,.1) solid;
    padding-left: 15px;
    height: 50px;
}

.order textarea {
    width: 100%;
    font-size: 1.4rem;
    color: rgba(0,0,0,.3);
    border: 2px rgba(0,0,0,.1) solid;
    padding-left: 15px;
    padding-top: 10px;
    line-height: 28px;
}

.jbdyq1 {
    border-bottom: 2px #ddd solid;
    padding: 20px 0px;
}

.jbdyq2 {
    border-bottom: 2px #ddd solid;
    padding: 20px 0px;
    color: rgba(0,0,0,.7);
    line-height: 38px;
    font-size: 1.6rem;
}

.yingp {
    font-size: 1.6rem;
    color: rgba(0,0,0,.5);
    line-height: 42px;
    padding: 20px 0px;
}

.order {
    padding: 15px;
}

.order .btnn:hover {
    background: #383a3f;
    border-bottom: 5px #2e3033 solid;
    transition: .3s;
}
.order .btnn {
    background: #d9b766;
    font-size: 1.6rem;
    color: #fff;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    width: 145px;
    line-height: 52px;
    border-bottom: 5px #b58104 solid;
    margin-left: 15px;
}


/* 新闻内 */
.inewsct {

}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}

/* 弹窗 */

.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: 500px; }

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


.wenhua img {
   width:100%;
   }
   
.modal-dialog {
    width: 660px;
    margin: 200px auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #1d41a0;
}
.tanchu-lan {
    height: 55px;
    line-height: 55px;
    background-color: #1d41a0;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
	margin-top:-36px;
}
.tanchu-nei {
    padding: 20px;
    height: auto;
    overflow: hidden;
}    

/* 联系我们 */
.lianxi {
   width:100%;
   height:auto; overflow:hidden;
   background-color:#e8e8e8;
   }	
   
.lianxi-aa {
   width:70%;
   float:left;
   }
   
.lianxi-bb {
   width:27%;
   height:895px;
   padding-top:115px;
   padding-left:2%;
   padding-right:1%;
   float:right;
   color:rgba(0,0,0,.6);
   line-height:27px;
   font-size:14px;
   }
   
.lianxi-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:0px;
   margin-bottom:5px;
   color:#2d2d2d;
   }
   
.lianxi-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:42px;
   margin-top:0px;
   margin-bottom:50px;
   padding-bottom:24px;
   background:url(../images/xiahua3.jpg) bottom left; background-repeat:no-repeat;
   color:#2d2d2d;
   }
   
.youjian {
   margin-top:86px;
   width:306px;
   height:auto; overflow:hidden;
   background-color:#333333;
   color:#FFFFFF;
   padding-left:15px; padding-right:15px;
   line-height:46px;
   }
   
.youjian-aa {
   width:50%;
   float:left;
   }
   
.youjian-bb {
   width:50%;
   float:right;
   text-align:right;
   }
   
.youjian-bb a {
   color:#FFFFFF;
   }
   
.liuyan {
   height:auto; overflow:hidden;
   padding-top:70px;
   padding-bottom:45px;
   background-color:#f1f1f1;
   }
   
.liuyan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:17px;
   margin-top:0px;
   margin-bottom:6px;
   text-align:center;
   }
   
.liuyan h3 {
   font-family:'OptimaNovaLT-Demi', Helvetica, Arial, sans-serif;
   font-size:42px;
   text-align:center;
   margin-top:0px;
   margin-bottom:83px;
   }
   
.lykk {
   width:1200px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:20px;
   }
   
.biao h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:14px;
   color:#666666;
   }
   
.kk {
   height:60px;
   border:1px solid #d2d2d2;
   }
   
.kk2 {
   border:1px solid #d2d2d2;
   }
   
.anniu {
   width:208px;
   height:54px;
   background-color:#ddaa6e;
   padding:0px;
   }  
   
.rytu {
    height: auto;
    overflow: hidden;
    border: 1px solid #e5e4e4;
    background-color: #FFFFFF;
    margin-bottom: 25px;
} 

.rc .table > thead > tr > th {
    border-bottom: 0px solid #dddddd;
}

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

.btkk ul {
   margin:0px;
   padding:0px;
   }
   
.btkk li {
   list-style-type:none;
   position:relative;
   }
   
.btkk li a {
   color:#FFFFFF;
   }


.btkk li.mouseover .ul_hide {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 300px;
	text-align:left;
    border: 0px solid #CBCBCB;
	background-color:#FFFFFF;
    padding: 5px 0px;
	z-index:99;
    display: none;
}

.btkk li.mouseover .ul_hide li {
    height:50px;
	line-height:50px;
	margin-left:5px;
	margin-right:5px;
	border-bottom:0px solid #ffffff;
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.btkk li.mouseover .ul_hide li a{
    padding-left:15px;
	height:50px;
	line-height:50px;
    color:#333333;
	font-size:16px;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

.btkk li.mouseover .ul_hide li a:hover{
    display:block;
	height:50px;
	line-height:50px;
    color:#FFFFFF;
	background-color:#cf152d;
    text-decoration: none;
} 


.changfang {
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 45px;
    font-size: 16px;
    color: #333333;
}   

.changfang h2 {
   font-family:'RockwellStd-Bold', Helvetica, Arial, sans-serif;
   font-size:36px;
   font-weight:bold;
   color:#ce0e2d;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.cfgun {
   margin-top:-50px;
   height:auto; overflow:hidden;
   position:relative;
   }  
   
.cfkuai {
   height:auto; overflow:hidden;
   } 
   
.cfkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:30px;
   margin-bottom:0px;
   padding-left:10px;
   }
   
.cfgun .swiper-container {
   padding-top:100px;
   }
     
.cfgun .swiper-button-prev {
    position: absolute;
    top: 0px;
    width: 51px;
    height: 51px;
	left:72%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

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

   
@media (min-width: 1200px) and (max-width: 1600px) {

.container {
   width:100%;
   }
   
.fbkk {
   width:100%;
   }
   
.nav {
    padding-left: 100px;
}

.jiagou img {
    width:100%;
}

} 

@media (min-width: 1200px) and (max-width: 1400px) { 

.btkk {
   width:100%;
   }
   
.jiagou img {
    width:100%;
}

.nav {
    padding-left: 40px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 53px;
}

} 


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

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

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.cpkuai-aa {
    width: 100%;
}

.cpkuai-bb {
    width: 100%;
}

.cpkuai-w-aa {
    width: 100%;
}

.cpzi {
    position: absolute;
    width: 100%;
    height:auto; overflow:hidden;
    padding: 10px;
}

.cpzi2 {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
}

.cpzi3 {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
}

.navbar-inverse {
    background-color:rgba(0,0,0,0.8);
    border-color: #5F5D5D;
}
   
   
.navbar-collapse {
    max-height: 450px;

}

.xwleft {
    width: 100%;
    float: left;
}  

.xwab {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: right;
} 

.xwmore {
    margin-top: 30px;
}

.xwab h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    color: #a1a1a1;
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fbkk {
   width: 100%;
   }
   
.mokuai-aa {
   width:100%;
   }
   
.buju {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 32px;
    color: #2e303a;
}

.shuju {
    margin-top: 25px;
}

.shuzi {
    margin-top:20px;
    margin-bottom: 18px;
}

.mokuait {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 140px;
    color: #FFFFFF;
    text-align: center;
    z-index: 9;
    font-size: 16px;
    line-height: 25px;
}

.tubiao {
    width: 50px;
    height: 50px;
    margin: 0px auto 10px;
}

.juyou {
    text-align: right;
	margin-top:20px;
}

.spcol4 {
   width:100%;
   }
   
.fenbu {
    background:none;
	background-color:#d4d5d9;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lcnn .swiper-container .swiper-button-prev {
    background: url(../images/leftx.png) center no-repeat;
    width: 52px;
    height: 53px;
    margin-top: 100px;
    left: 30%;
}

.lcnn .swiper-container .swiper-button-next {
    background: url(../images/rightx.png) center no-repeat;
    width: 52px;
    height: 53px;
    margin-top: 100px;
    right: 30%;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.abnn {
   margin-top:30px;
   margin-bottom:50px;
   color:#545466;
   line-height:31px;
   }
   
.hxlan li {
    list-style-type: none;
    width: 49%;
    float: left;
    margin-right: 1%;
	margin-bottom:5px;
}

.wenhua {
   height:auto; overflow:hidden;
   padding-top:45px;
   padding-bottom:50px;
   background:url(../images/whbj.jpg) center;
   }
   
.btkk {
   width:100%;
   }
   
.rc-kuan {
   width:100%;
   }
   
.rc .table > thead > tr > th {
    padding: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #0c5ea3;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.rc .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    color: rgba(0,0,0,.8);
}

.shenqing {
    width: 80px;
    margin: 15px auto 0px;
}

.shenqing a {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #898989;
}

.modal-dialog {
    width: 100%;
}  

.xwkk {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.xinwen {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.xwhh {
    height: auto;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    padding: 20px;
        padding-right: 20px;
        padding-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.xwhh-aa {
    width: 100%;
    float: left;
    color: #3f3f3f;
}

.xwhh-bb {
    width: 100%;
    float: left;
    color: #808489;
    line-height: 20px;
}

.bnn1 h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.bnn2 h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.bnn3 h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.bnn4 h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.bnn5 h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.bnn6 h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.bnn7 h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.lianxi-aa {
    width: 100%;
	height:400px;
	overflow:hidden;
    float: left;
}

.lianxi-bb {
    width: 100%;
	height:auto; overflow:hidden;
    padding-top: 25px;
    padding: 2%;
    float: right;
    color: rgba(0,0,0,.6);
    line-height: 27px;
    font-size: 16px;
}

.lianxi-bb h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 24px;
    background: url(../images/xiahua3.jpg) bottom left;
        background-repeat: repeat;
    background-repeat: no-repeat;
    color: #2d2d2d;
}

.liuyan h3 {
    font-family: 'OptimaNovaLT-Demi', Helvetica, Arial, sans-serif;
    font-size: 36px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

.lykk {
    width: 100%;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 14px;
    color: #666666;
}

.banner {
   margin-top:125px;
   }
   
.xu {
    width: 30px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    left: 15%;
    position: absolute;
    bottom: 20px;
}
   
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 32px;
    left: 5%;
    z-index: 10;
    cursor: pointer;
    background: url(../images/left.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: 20px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 32px;
    right: 5%;
    z-index: 10;
    cursor: pointer;
    background: url(../images/right.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: 20px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.hxbj {
    height:auto; overflow:hidden;
    background: url(../images/hxbj.jpg) center;
    padding-top: 45px;
	padding-bottom:30px;
    color: #FFFFFF;
    line-height: 31px;
    font-size: 16px;
}

.hxbj h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 14px;
    color: #FFFFFF;
}

.hxbj h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.hxlan {
    height: auto;
    overflow: hidden;
    margin-bottom: 36px;
}

.jiagou img {
    width:100%;
}

.biaoti h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.dykk {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
    line-height: 31px;
    font-size: 16px;
}

.biaoti h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 36px;
}

.xut {
    font-size: 80px;
}

.dhh {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0,0,0,1);
}

.banner {
    margin-top: 75px;
}

.xwbj {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background: none;
	background-color:#ededed;
}

.xwk1 {
    width: 100%;
    float: left;
}

.cpzi {
    position: absolute;
    background-color: rgba(0,0,0,0);
    z-index: 9;
}

.xwk1 h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    color: #000000;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 20px;
}

.shuzi {
    line-height: 88px;
    text-align: center;
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
}

.zz {
   font-size:17px;
   height:88px;
   line-height:110px;
   position:absolute;
   color:#333333;
   right:20%;
   bottom:0px;
   }
   
.dhhx {
    padding-top: 0px;
    padding-bottom: 0px;
	background-color:#FFFFFF;
}

.biaoti {
   margin-top:76px;
   }
   
.cfgun .swiper-button-prev {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
	    background: url(../images/zuo.png);
    background-size: 30px 30px;
	left:70%;

}   

.cfgun .swiper-button-next {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
	    background: url(../images/you.png);
    background-size: 30px 30px;
	right:2%;

}  

.bnn7 {
    height:300px;
	background:url(../images/bnn7.jpg) center;
	padding-top:100px;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
   }
   
.bnn1 {
    height:300px;
	background:url(../images/bnn.jpg) center;
	padding-top:100px;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
   }   

.bnn2 {
    height:300px;
	background:url(../images/bnn2.jpg) center;
	padding-top:100px;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
   }
   
.bnn3 {
    height:300px;
	background:url(../images/bnn3.jpg) center;
	padding-top:100px;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
   }
   
.bnn4 {
    height:300px;
	background:url(../images/bnn4.jpg) center;
	padding-top:100px;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
   }
   
.bnn5 {
    height:300px;
	background:url(../images/bnn5.jpg) center;
	padding-top:100px;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
   }
   
.bnn6 {
    height:300px;
	background:url(../images/bnn6.jpg) center;
	padding-top:100px;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
   }

.xwab img {
   width:100%;
   }

}


