@charset "utf-8";
@font-face {      font-family: 'SourceHanSansCN-Bold';      
src: url('SourceHanSansCN-Bold.eot'); /* IE9 Compat Modes */      
src: url('SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('SourceHanSansCN-Bold.woff') format('woff'), /* Modern Browsers */              
url('SourceHanSansCN-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('SourceHanSansCN-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    }

@font-face {      font-family: 'DIN-Medium';      
src: url('DIN-Medium.eot'); /* IE9 Compat Modes */      
src: url('DIN-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('DIN-Medium.woff') format('woff'), /* Modern Browsers */              
url('DIN-Medium.otf')  format('truetype'), /* Safari, Android, iOS */              url('DIN-Medium.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(255,255,255,0.76);
    border-color: #5F5D5D;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 0px;
	padding-left:16px;
	padding-right:16px;
    line-height: 94px;
}

.nav {
    padding-left: 50px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #1a2e79;
}
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: #1a2e79;
	font-size:18px;
	cursor:pointer;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}

.lghh {
   background-color:#FFFFFF;
   box-shadow: 0px 0px 15px rgba(0,0,0,.3);
   }

.navbar-navx > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 75px;
}
	
.kq1 {-webkit-animation-delay: 0.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}


.kuanping {
   width:1530px;
   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;
   }
   
ul {
   padding:0px;
   margin:0px;
   }
   
.logo {
   margin-top:21px;
   margin-bottom:9px;
   }
   
.logox {
    margin-top: 0px;
    margin-bottom: 0px;
}
   
.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 5px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #1a2e79;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:5px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#1a2e79;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a::after {
    width: 0;
    transition: width .3s;
    height: 5px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:rgba(0,0,0,0);
	display:none !important;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide a:hover:after{
    width: 0;
    transition: width .3s;
    height: 5px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color:rgba(0,0,0,0);
	display:none !important;
}

.guding {
   position:fixed;
   width:100%;
   top:0px;
   z-index:9;
   }
   
.banner {
   position:relative;
   }
   
.banner img {
   width:100%;
   } 
   
.ss a {
   cursor:pointer;
   } 
   
.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 20px 0;
    display: none;
    margin: 5px;
        margin-bottom: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    border-radius: 3px;
}

.searchh form {
    height: 40px;
    padding: 0;
}

.searchh #name {
    height: 40px;
    border: 1px #d2dae2 solid;
    border-radius: 0;
    width: 100%;
}

.searchh .btn {
    background-color: #1a2e79;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
} 
   
.fanwei {
   height:850px;
   padding-top:80px;
   background:url(../images/fwbj.png) center;
   background-size: 100% 100%;
   } 
   
.fwaa {
   width:36.8%;
   float:left;
   }
   
.fwaa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   color:#1a2e79;
   margin-top:6px;
   margin-bottom:36px;
   }
   
.fwzz {
   font-size:50px;
   height:auto; overflow:hidden;
   text-transform:uppercase;
   font-family: 'SourceHanSansCN-Bold', Helvetica, Arial, sans-serif;
   color:rgba(26,46,121,.24);
   }
   
.cpp {
   margin-top:165px;
   height:auto; overflow:hidden;
   color:#FFFFFF;
   font-size:18px;
   line-height:35px;
   }
   
.cpp h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   margin-top:0px;
   margin-bottom:36px;
   }
   
.cpmore {
   margin-top:70px;
   margin-left:136px;
   }
   
.cpmore a {
   display:block;
   width:130px;
   height:33px;
   line-height:33px;
   text-align:center;
   background-color:#FFFFFF;
   font-size:16px;
   color:#1a2e79;
   border-radius: 20px;
   }
   
.cpmore a:hover {
   background-color:#000000;
   color:#FFFFFF;
   }
   
   
.cpp .swiper-button-prev {
    position: absolute;
    top: 96%;
    width: 32px;
    height: 32px;
	left:0px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.cpp .swiper-button-next {
    position: absolute;
    top: 96%;
    width: 32px;
    height: 32px;
	right:83%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}
   
.fwbb {
   width:58.9%;
   float:right;
   }  
   
.fwrow {
   height:auto; overflow:hidden;
   margin-left:-10px;
   margin-right:-10px;
   }
   
.fwrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   margin-bottom:22px;
   }
   
.fwkk {
   position:relative;
   height:auto; overflow:hidden;
   border:1px solid #888c9b;
   border-radius: 10px;
   }
   
.fwkk-zi {
   position:absolute;
   left:0px;
   bottom:0px;
   width:100%;
   text-align:center;
   height:75px;
   color:#FFFFFF;
   }
   
.fwkk-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   margin-top:21px;
   margin-bottom:40px;
   }
   
.fwtb {
   width:36px;
   height:36px;
   margin:0 auto;
   display:none;
   }
   
.fwkk:hover .fwkk-zi {
   height:100%;
   padding-top:39px;
   font-size:18px;
   line-height:35px;
   background-color:rgba(26,46,121,0.94);
   transition: all 300ms ease-in 0ms;
   }
   
.fwkk:hover .fwkk-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   margin-top:21px;
   padding-bottom:18px;
   background:url(../images/xiahua.jpg) center bottom; background-repeat:no-repeat;
   margin-bottom:30px;
   }
   
.fwkk:hover .fwtb {
   display:block;
   }  
   
.youshi {
   margin-top:80px;
   } 
   
.ysleft {
   width:36.1%;
   float:left;
   }  
   
.ysleft h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   color:#1a2e79;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.ysleft h3 {
   font-family: 'SourceHanSansCN-Bold', Helvetica, Arial, sans-serif;
   font-size:50px;
   color:rgba(26,46,121,0.24);
   line-height:68px;
   height:auto; overflow:hidden;
   text-transform:uppercase;
   margin-top:0px;
   margin-bottom:80px;
   }
   
.ystt {
   height:auto; overflow:hidden;
   }
   
.ystt-aa {
   width:18.5%;
   font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
   font-size:200px;
   color:#1a2e79;
   text-shadow:#000 3px 4px 5px;
   -webkit-text-stroke: 2px #FFFFFF;
   margin-top:-75px;
   float:left;
   }
   
.ystt-bb {
   width:80.5%;
   font-size:18px;
   line-height:45px;
   color:#1a2e79;
   float:right;
   }
   
.ystt-bb h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:40px;
   color:#1a2e79;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.ysright {
   width:61.3%;
   float:right;
   } 
   
.ysrow {
   margin-left:-30px;
   margin-right:-30px;
   }
   
.ysrow li {
   list-style-type:none;
   float:left;
   width:25%;
   padding-left:30px;
   padding-right:30px;
   margin-bottom:52px;
   }
   
.ysrow li a {
   color:#FFFFFF;
   }
   
.yskk {
   width:110px;
   height:110px;
   line-height:88px;
   text-align:center;
   background-color:#1a2e79;
   border:11px solid #cacfe0;
   position: relative;
   border-radius:50%;
   margin:0 auto;
   }
   
.ysrow li p {
   margin-top:30px;
   height:70px;
   font-size:16px;
   line-height:35px;
   color:#282828;
   text-align:center;
   }
   
.ysrow li:hover i {
	position:absolute;
	left:0px;
	top:0px;
	width: 88px;
	height: 88px;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle,rgba(3,82,228,0),rgba(3,82,228,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
}

@keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}
@-webkit-keyframes roateshow
{
	0% {transform: scale(0);opacity: 0;}
	50% {transform: scale(2);opacity: 1;}
	100% {transform: scale(4);opacity: 0;}
}

@keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}
@-webkit-keyframes toright
{
	0% {padding-left:0;}
	50% {padding-left:30px;}
	100% {padding-left:0;}
}

.xitong {
   height:auto; overflow:hidden;
   background:url(../images/xtbj.jpg) center;
   background-size: 100% 100%;
   padding-top:30px;
   padding-bottom:100px;
   }
   
.xitong h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   text-align:center;
   color:#1a2e79;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.xitong h3 {
   font-family: 'SourceHanSansCN-Bold', Helvetica, Arial, sans-serif;
   font-size:50px;
   text-align:center;
   color:rgba(26,46,121,0.24);
   text-transform:uppercase;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.xitong h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   text-align:center;
   color:#1a2e79;
   margin-top:0px;
   margin-bottom:62px;
   }
   
.xtkk {
   width:1182px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }  
   
.xtrow {
   margin-left:-12px;
   margin-right:-12px;
   } 
   
.xtrow li {
   list-style-type:none;
   width:20%;
   float:left;
   padding-left:12px;
   padding-right:12px;
   }
   
.xtm {
   height:auto; overflow:hidden;
   margin-bottom:65px;
   }
   
.xtm a {
   display:block;
   height:auto; overflow:hidden;
   line-height:58px;
   text-align:center;
   color:#FFFFFF;
   font-size:24px;
   background-color:#1a2e79;
   border-radius:25px;
   }
   
.xtm a:hover {
   background-color:#000000;
   }
   
.xtkk .swiper-container {
   padding-bottom:15px;
   }
   
.xtkk .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
}

.xtkk .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #1a2e79;
	border:1px solid #1a2e79;
    opacity: 1;
}

.xtkk .swiper-pagination-bullet-active {
 opacity:1;
 background:rgba(255,255,255,0);
 border:1px solid #1a2e79;
}
   
.xinwen {
   height:auto; overflow:hidden;
   margin-top:83px;
   margin-bottom:66px;
   } 
   
.xw-aa {
   width:64.2%;
   float:left;
   }
   
.xwrow {
   height:auto; overflow:hidden;
   margin-left:-32px;
   margin-right:-32px;
   }
   
.xwrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:32px;
   padding-right:32px;
   padding-bottom:10px;
   }
   
.xwkk {
   height:auto; overflow:hidden;
   }
   
.xwkk-zi {
   height:auto; overflow:hidden;
   padding:15px;
   padding-top:30px;
   padding-bottom:23px;
   font-size:16px;
   line-height:29px;
   color:#555555;
   }
   
.xwkk-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#282828;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.xwtime {
   margin-top:20px;
   font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
   color:#555555;
   font-size:16px;
   } 
   
.xwkk:hover {
   box-shadow: 0px 0px 15px rgba(0,0,0,.3);
   transition: all 300ms ease-in 0ms;
   }    
   
.xwss {
   margin-top:30px;
   height:auto; overflow:hidden;
   padding:30px;
   padding-left:40px;
   padding-right:40px;
   border:1px solid #ededed;
   } 
   
.xwss-aa {
   width:74.7%;
   font-size:18px;
   line-height:39px;
   color:#212121;
   float:left;
   }
   
.xwss-tt {
   margin-top:33px;
   font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#555555;
   }
   
.xwss-bb {
   width:15%;
   float:right;
   margin-top:58px;
   }
   
.xwss-bb a {
   display:block;
   height:33px;
   line-height:33px;
   font-size:16px;
   text-align:center;
   background-color:#1a2e79;
   color:#FFFFFF;
   border-radius:20px;
   }
   
.xwss-bb a:hover {
   background-color:#000000;
   }
   
.xw-bb {
   width:31.5%;
   height:auto; overflow:hidden;
   background-color:#f7f7f7;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   float:right;
   } 
   
.xwtit {
   height:auto; overflow:hidden;
   padding-top:70px;
   padding-bottom:62px;
   border-bottom:1px solid #d1d1d1;
   }
   
.xwtit h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   color:#282828;
   text-align:center;
   margin-top:0px;
   margin-bottom:18px;
   } 
   
.xwtit h3 {
   font-family: 'SourceHanSansCN-Bold', Helvetica, Arial, sans-serif;
   font-size:50px;
   color:rgba(26,46,121,0.24);
   text-align:center;
   margin-top:0px;
   margin-bottom:0px;
   }   
   
.xwnn {
   height:auto; overflow:hidden;
   padding:35px;
   padding-top:78px;
   padding-bottom:52px;
   }   
   
.xwnn li {
   list-style-type:none;
   border-bottom:1px solid #d1d1d1;
   }
   
.xwnn li a {
   display:block;
   height:auto; overflow:hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   line-height:56px;
   padding-left:14px;
   font-size:18px;
   color:#444444;
   }
   
.xwnn li a:hover {
   color:#1a2e79;
   }
   
.xwkk img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.xwkk:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xwkk section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

.case {
   margin-top:70px;
   padding-top:90px;
   height:auto; overflow:hidden;
   color:#FFFFFF;
   background:url(../images/casebj.jpg) top center;
   background-size: 100% 100%;
   }
   
.case h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   text-align:center;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.case h3 {
   font-family: 'SourceHanSansCN-Bold', Helvetica, Arial, sans-serif;
   font-size:50px;
   color:rgba(255,255,255,0.24);
   text-transform:uppercase;
   text-align:center;
   margin-top:0px;
   margin-bottom:108px;
   }  
   
.case-lan {
   height:auto; overflow:hidden;
   } 
   
.case-lan li {
   list-style-type:none;
   width:25%;
   border-right:1px solid #3e4d8a;
   float:left;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; height:70px;line-height:63px; text-align:center; font-size:20px; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; height:70px; line-height:63px; color:#2f2f2f; background:url(../images/alb1.png) center; background-repeat:repeat-y; text-align:center;
}
#slidingBlock span.menuOn {
    font-weight:normal; width:100%; height:70px; line-height:63px; color:#ffffff; background:url(../images/alb2.png) center; background-repeat:repeat-y; text-align:center;
}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.case-nei {
   margin-top:28px;
   margin-bottom:90px;
   height:auto; overflow:hidden;
   }
   
.alrow {
   margin-left:-12px;
   margin-right:-12px;
   height:auto; overflow:hidden;
   }
   
.alrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:12px;
   padding-right:12px;
   }
   
.alkk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   padding:20px;
   }
   
.alkk-zi {
   height:auto; overflow:hidden;
   font-size:18px;
   line-height:45px;
   color:#000000;
   margin-top:30px;
   }
   
.alkk-zi h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#000000;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.bottom {
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:36px;
   color:#FFFFFF;
   background-color:rgba(10,22,64,.63);
   }
   
.bottom a {
   color:#FFFFFF;
   }
   
.bmleft {
   width:30%;
   height:372px;
   padding-top:125px;
   background-color:#293f8b;
   color:#FFFFFF;
   float:left;
   }
   
.weixin {
   width:292px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.weixin li {
   list-style-type:none;
   width:50%;
   float:left;
   text-align:center;
   }
   
.weixin li p {
   margin-top:12px;
   font-size:16px;
   }
   
.bmright {
   width:64%;
   position:relative;
   padding-top:65px;
   float:right;
   }
   
.zding {
   position:absolute;
   width:46px;
   right:0px;
   top:32px;
   z-index:9;
   }
   
.bmright h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#FFFFFF;
   margin-top:0px;
   padding-bottom:14px;
   background:url(../images/xiahua2.jpg) left bottom; background-repeat:no-repeat;
   margin-bottom:36px;
   }

.dilx {
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:42px;
   }
   
.banquan {
   height:auto; overflow:hidden;
   line-height:50px;
   border-top:1px solid #727b97;
   margin-top:5px;
   }
   
.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: -30px;
    top: 80px;
    width: 160px;
	text-align:left;
    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;
	border-bottom:0px solid #ffffff;
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a{
    color:#000000;
	background-color:#FFFFFF;
	text-align:center;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FFFFFF;
	background-color:#1a2e79;
    text-decoration: none;
} 

.yc {
   display:block;
   }
   
.yd {
   display:none;
   }
   
.zding a {
   cursor:pointer;
   }
   
   
/* 单页 */
   
.bmkuai {
   height:auto; overflow:hidden;
   background-color:#303030;
   padding-top:45px;
   font-size:14px;
   line-height:33px;
   color:rgba(255,255,255,.6);
   }
   
.bmkuai a {
   color:rgba(255,255,255,.6);
   } 
   
.bmkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   margin-top:24px;
   margin-bottom:20px;
   color:#FFFFFF;
   } 

.abkuan {
   width:1450px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
  
      
.ablan {
   height:80px;
   line-height:80px;
   position:relative;
   }
   
.ablan li {
   list-style-type:none;
   float:left;
   width:280px;
   padding-bottom:20px;
   margin-right:18px;
   position:relative;
   }
   
.ablan li a {
   display:block;
   height:80px;
   line-height:80px;
   padding-left:97px;
   font-size:20px;
   color:#121211;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }
   
.ablan li a:hover {
   color:#FFFFFF;
   }

   
.lan1 {
   background:url(../images/lan1.jpg) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.lan2 {
   background:url(../images/lan2.jpg) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.lan3 {
   background:url(../images/lan3.jpg) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.lan4 {
   background:url(../images/lan4.jpg) top left; background-repeat:no-repeat;
   height:80px;
   }
   
.ablan li:hover .lan1 {
   background:url(../images/lan1.jpg) bottom left; background-repeat:no-repeat;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan1 {
   background:url(../images/lan1.jpg) bottom left; background-repeat:no-repeat;
   color:#FFFFFF;
   }
   
.ablan li:hover .lan2 {
   background:url(../images/lan2.jpg) bottom left; background-repeat:no-repeat;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan2 {
   background:url(../images/lan2.jpg) bottom left; background-repeat:no-repeat;
   transition: all 500ms ease-in 0ms;
   color:#FFFFFF;
   }
   
.ablan li:hover .lan3 {
   background:url(../images/lan3.jpg) bottom left; background-repeat:no-repeat;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan3 {
   background:url(../images/lan3.jpg) bottom left; background-repeat:no-repeat;
   transition: all 500ms ease-in 0ms;
   color:#FFFFFF;
   }
   
.ablan li:hover .lan4 {
   background:url(../images/lan4.jpg) bottom left; background-repeat:no-repeat;
   transition: all 500ms ease-in 0ms;
   }
   
.ablan li.hover .lan4 {
   background:url(../images/lan4.jpg) bottom left; background-repeat:no-repeat;
   transition: all 500ms ease-in 0ms;
   color:#FFFFFF;
   }
   
.abnn {
   height:auto; overflow:hidden;
   padding-top:50px;
   padding-bottom:45px;
   color:rgba(32,35,38,.6);
   line-height:30px;
   }  
   
.abnn h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:93px;
   color:#d9dcdf;
   margin-top:0px;
   margin-bottom:14px;
   } 
   
.abnn h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#202326;
   margin-top:0px;
   margin-bottom:40px;
   } 
   
.abnn img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   }   
   
   
.abyy .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

    bottom: 25px;
    left: 70%;
    width: 30%;

} 
   
.abyy .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background:#FFFFFF;
    opacity: .3;
}  

.abyy .swiper-pagination-bullet-active {

    opacity: 1;
    background: #FFFFFF;

} 

.shangfu {
   margin-top:-37px;
   position:relative;
   }

.shuju2 {
   margin-top:50px;
   height:auto; overflow:hidden;
   padding:100px;
   padding-top:115px;
   font-size:20px;
   color:#FFFFFF;
   background:url(../images/shuju.jpg) top center; background-repeat:no-repeat;
   }
   
.shuju2 a {
   color:#FFFFFF;
   }
   
.shuju a {
   color:#FFFFFF;
   }
   
.shuju2 h2 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:93px;
   color:#FFFFFF;
   text-align:center;
   margin-top:0px;
   margin-bottom:10px;
   position:relative;
   }
   
.shuju2 .col-md-4 {
   text-align:center;
   }
   
.jiax {
   font-size:45px;
   top:0px;
   position:absolute;
   }
   
.abnei {
   height:auto; overflow:hidden;
   margin-top:35px;
   line-height:30px;
   color:rgba(0,0,0,.6);
   }
   
   
/* 服务范围 */
.nabout {
    padding-top: 30px;
	padding-bottom:30px;
}

ul, ol {
    list-style: none;
}

.cplan {
    background:#0065b4 url(../images/yqjt2.png) no-repeat 90%;
        background-size: auto;
    background-size: 10% auto;
    line-height: 65px;
    font-size: 22px;
    padding-left: 30px;
	color:#FFFFFF;
	font-weight:bold;
}

.zcd {
   height:auto; overflow:hidden;
   }

.zcd li {
    list-style-type:none;
    line-height: 50px;
}

.zcd li a {
    display:block;
    background:#f4f4f4 url(../images/jt.png) no-repeat 90%;
    background-size: auto;
    background-size: 5% auto;
    line-height: 50px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    padding-left: 30px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.zcd li a:hover {
   background:#37383a url(../images/jt2.png) no-repeat 90%;
    background-size: auto;
    background-size: 5% auto;
    line-height: 50px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
   color:#FFFFFF;
   }
   
.zcd li.hover a {
   background:#37383a url(../images/jt2.png) no-repeat 90%;
    background-size: auto;
    background-size: 5% auto;
    line-height: 50px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
   color:#FFFFFF;
   }
   
.lxwm {
    background:#42494c url(../images/yqjt2.png) no-repeat 90%;
    background-size: auto;
    background-size: 10% auto;
    line-height: 65px;
    font-size: 26px;
    padding-left: 30px;
    margin-top: 30px;
	color:#FFFFFF;
	font-weight:bold;
}

.lxwm1 {
    padding: 30px;
    border: 1px solid#dadada;
    font-family: "微软雅黑";
    text-align: center;
}

.lxwm1 span:nth-child(1) {
    font-size: 12px;
}

.lxwm1 span:nth-child(3) {
    font-size: 27.6px;
    color:#0065b4;
    font-family: Arial;
    font-style: italic;
}

.lxwm2 {
    padding: 30px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    font-family: "微软雅黑";
    text-align: center;
    border-top: none;
}

.lxwm2 span {
    line-height: 30px;
    font-size: 12px;
}

.liuyan {
   width:90px;
   margin:5px auto 0px;
   } 
   
.liuyan a {
   display:block;
   width:90px;
   height:30px;
   line-height:30px;
   text-align:center;
   background: #0065b4;
   color:#FFFFFF;
   border-radius: 5px;
   }
   
.liuyan a:hover {
   background-color:#000000;
   }
   
   
.pnr {
    border: 1px solid #dadada;
	height:auto; overflow:hidden;
}

.title {
    background:#f0f0f0;
	height:auto; overflow:hidden;
	line-height: 70px;
    border-bottom: 1px solid #dadada;
    padding: 0px 15px;
}

.title-left {
   width:50%;
   color:#0065b4;
   font-size: 18px;
   font-weight: bold;
   float:left;
   }
   
.title-right {
   width:50%;
   color: #848484;
   float:right;
   text-align:right;
   }
   
.pnr-nei {
   padding:30px;
   height:auto; overflow:hidden;
}  

.pnr-nei img {
    border: 0px none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
   } 
   
.liebiao {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.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: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #1b2d52;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}   
   
/* 分页 */ 
.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: #1a2e79;
	border:1px solid #1a2e79;
}

.xianshi {
    color: #fff;
    background: #1a2e79;
	border:1px solid #1a2e79;
}

.page-m a.active {
    color: #fff;
    background: #1a2e79;
	border:1px solid #1a2e79;
}

.cpnn {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:70px;
   }
   
.cpkuai {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #f4f4f4;
} 

.cpkuai-zi {
    height: auto;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    color:#a3a3aa;
}  

.txz-lan {
    height: auto;
    overflow: hidden;
    line-height: 88px;
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
}

.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-nn {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 70px;
}

.cpkuai 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;}  

.cpkuai:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkuai:hover {
   transition: all 300ms ease-in 0ms;
   box-shadow: 0px 0px 20px rgba(0,0,0,.1);
   }
   
.cpkuai section {
   overflow: hidden;
   }
   
.wttu {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}  

/* 弹窗 */

.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;
}


.icase ul {
   padding:0px;
   margin:0px;
   }
   
.icase ul li {
   list-style-type:none;
   } 
   
.casetp {
   margin-top:0px;
   } 
   
/* 新闻列表 */
.iwen ul li {
    border-bottom: 1px rgba(0,0,0,.08) solid;
    padding-bottom: 20px;
    transition: .3s;
    margin-bottom: 20px;
}

.iwen ul li a {
    display: flex;
}

.iwen ul li a big {
    width: 9%;
    background: #f5f5f5;
    text-align: center;
    height: 110px;
    font-family: arial;
    color: #1a2e79;
    transition: .3s;
}

.iwen ul li a big p {
    font-size: 4.4rem;
    line-height: 46px;
    padding-top: 20px;
    font-family: arial;
}

.iwen ul li a big small {
    display: block;
    line-height: 23px;
    font-size: 1.3rem;
    font-family: arial;
}

.iwen ul li a section {
    width: 77%;
    margin-left: 3%;
}

.iwen ul li a section h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    overflow: hidden;
	margin-top:0px;
	margin-bottom:0px;
    transition: .3s;
}

.iwen ul li a section small {
    display: flex;
    color: #b4b4b4;
    font-size: 1.2rem;
    line-height: 25px;
    padding: 3px 0px;
}

.iwen ul li a section small i {
    margin: 5px 5px 0px 0px;
}

.iwen ul li a section span {
    display: block;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
}

.iwen ul li a::after {
    content: "";
    display: block;
    background: url(../images/nsjg.png) right center no-repeat;
    width: 10.5%;
    transition: .3s;
}

.iwen ul li:hover a:after{
	background:url(../images/nsjgn.png) right center no-repeat;
}

.iwen ul li a:hover big{
	background:#1a2e79;
	color:#fff;
}

.iwen ul li a:hover section h3 {
    color: #1a2e79;
}

.iwen ul {
   margin:0px;
   padding:0px;
   }
   
/* 新闻内 */
.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;
}

/* 招聘 */
.ijoint {

}
	
.ijoin {

}
.ijoin dl {
	background:#2a54a8;
	padding:0px 30px;
}
.ijoin dl dd {
	float:left;
	width:25%;
	color:#fff;
	line-height:40px;
	padding:25px 0px;
	font-size:2.0rem;
}
.ijoin dl dd:nth-of-type(4) {
	width:22%;
}
.ijoin dl dd:nth-of-type(5) {
	width:30%;
}

@media (max-width:1400px) {
	.ijoin dl dd {
	font-size:1.8rem;
}
}@media (max-width:992px) {
	.ijoin {
	margin:15px 0px 0px;
}
.ijoin dl {
	padding:0px 15px;
}
.ijoin dl dd {
	line-height:30px;
	padding:10px 0px;
	font-size:1.6rem;
}
.ijoin dl dd:nth-of-type(2),.ijoin dl dd:nth-of-type(3),.ijoin dl dd:nth-of-type(4) {
	display:none;
}
.ijoin dl dd:nth-of-type(1) {
	width:70%;
}
}.ijoin ul {
	margin-top:30px;
}
.ijoin ul li {
	border-bottom:1px rgba(0,0,0,.15) dashed;
	list-style-type:none;
	margin-bottom:20px;
}
.ijoin ul li .jitp {
	padding:25px 30px;
	transition:.3s;
}
.ijoin ul li .jitp span {
	display:block;
	float:left;
	width:25%;
	color:#545459;
	line-height:44px;
	font-size:1.9rem;
}
.ijoin ul li .jitp span:nth-of-type(4) {
	width:22%;
}
.ijoin ul li .jitp span:nth-of-type(5) {
	width:30%;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span {
	font-size:1.6rem;
}
}
@media (max-width:992px) {
	.ijoin ul {
	margin-top:10px;
}
.ijoin ul li {
	margin-bottom:10px;
}
.ijoin ul li .jitp {
	padding:10px 15px;
}
.ijoin ul li .jitp span {
	line-height:24px;
	font-size:1.4rem;
	width:100%;
}
.ijoin ul li .jitp span:nth-of-type(2),.ijoin ul li .jitp span:nth-of-type(3),.ijoin ul li .jitp span:nth-of-type(4) {
	display:block;
}
.ijoin ul li .jitp span:nth-of-type(1) {
	width:100%;
}
}.ijoin ul li .jitp span small {
	width:138px;
	display:block;
	height:44px;
	font-size:1.9rem;
	color:#545459;
	background:#efefef;
	cursor:pointer;
	text-align:center;
	transition:.3s;
	float:left;
}
.ijoin ul li.cur {
	border-bottom:0;
	box-shadow:0px 0px 30px rgba(0,0,0,.15);
}
.ijoin ul li.cur .jitp span small {
	background:#fff;
}
.ijoin ul li .jitp span small:hover {
	background:#fe710a;
	color:#fff;
}
.ijoin ul li.cur .jitp {
	background:#e6e6e6;
}
.ijoin ul li .jitp span i {
	display:block;
	background:url(../images/sjt.png) center no-repeat;
	height:44px;
	float:right;
	cursor:pointer;
	width:40px;
}
.ijoin ul li.cur .jitp span i {
	transform:rotate(180deg);
}
.ijoin ul li .jitp span a {
	display:none;
	width:90%;
	height:30px;
	line-height:30px;
	color:#545459;
	background:#efefef;
	font-size:1.4rem;
	text-align:center;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span small {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul li .jitp span a {
	display:block;
}
.ijoin ul li .jitp span small {
	display:none;
}
.ijoin ul li .jitp span i {
	display:none;
}
}.ijoin .jibt {
	display:none;
	padding:20px 70px 50px;
}
.ijoin .jibt h1 {
	font-size:2.0rem;
	line-height:40px;
}
.ijoin .jibt section {
	padding:15px 0px 15px 20px;
	color:#545459;
	line-height:26px;
}
.ijoin .jibt>div>h2 {
	width:140px;
	line-height:44px;
	color:#fff;
	background:#2a54a8;
	text-align:center;
	font-size:1.5rem;
	transition:.3s;
	cursor:pointer;
	margin:15px 0px 0px;
}
.ijoin .jibt>div>h2:hover {
	background:#fe710a;
}
.ijoindd .zwxxx {
	padding-bottom:10px;
}
.ijoindd .zwxxx span {
	display:block;
	line-height:30px;
	color:#000;
}
.ijoindd .zwxxx .zpzw {
	font-size:1.6rem;
	margin-bottom:10px;
}
.ijoindd iframe {
	height:720px;
	width:100%;
}


@media (max-width:992px) {
	.ijoindd {
	margin:0;
}
.ijoindd .jibt {
	display:block;
	padding:0px;
}
.ijoindd .jibt h1 {
	font-size:1.6rem;
	line-height:30px;
}
.ijoindd .jibt section {
	padding:10px 0px;
}
}

.ijoin ul {
   padding:0px;
   }
   
   
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:60%;
	left:20%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:756px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:90px;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:30px 7% 25px;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:25px;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:88px;
	color:#636366;
	line-height:42px;
}
.sqxx .form div p:before {
	content:"* ";
	color:#f00;
}
.sqxx .form div input {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:42px;
	outline:none;
	padding:0px 10px;
}
.sqxx .form div:last-child {
	width:100%;
}
.sqxx .form div textarea {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:30px auto 0px;
	background:#2a54a8;
	width:100%;
	max-width:230px;
	color:#fff;
	height:44px;
	outline:none;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
} 


/* 下载 */
.idown ul {
    padding: 5px 0px 30px;
}
.idown ul li {
    float:left;
    width:48%;
	margin-left:1%;
	margin-right:1%;
    margin-bottom: 15px;
}

.idown ul li a {
    display: flex;
    background: #fff;
    padding: 5px 15px 5px 5px;
    justify-content: space-between;
    border: 1px #ddd solid;
    align-items: center;
    transition: .3s;
}
.idown ul li a section {
    display: flex;
}

.idown ul li a section small {
    margin: 0px 15px 0px 0px;
    width: 88px;
}

.idown ul li a section small img {
    max-width: 100%;
}

.idown ul li a section big {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.idown ul li a section big p {
    font-size: 1.6rem;
    color: #333333;
    width: 100%;
    line-height: 26px;
}

.idown ul li a section big b {
    font-size: 1.4rem;
    color: rgba(0,0,0,.4);
    font-weight: normal;
    line-height: 18px;
}

.idown ul li a span {
    border: 1px #136eb9 solid;
    color: #136eb9;
    line-height: 20px;
    padding: 5px 25px;
    transition: .3s;
    margin: 5px 0px;
}

.idown ul li a:hover span {
    border: 1px #136eb9 solid;
	background-color:#136eb9;
    color: #FFFFFF;
   }
   
/* 联系我们 */
.lxkuai {
   margin-top:55px;
   margin-bottom:100px;
   line-height:36px;
   font-size:16px;
   } 
   
.lxkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:37px;
   color:#333333;
   margin-top:26px;
   margin-bottom:67px;
   padding-bottom:46px;
   background:url(../images/hua.jpg) left bottom; background-repeat:no-repeat;
   }  
   
.liuyank {
   height:auto; overflow:hidden;
   padding-top:75px;
   padding-bottom:45px;
   background-color:#ededed;
   }
   
.liuyank h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:17px;
   margin-top:0px;
   margin-bottom:16px;
   color:#2d2d2d;
   text-align:center;
   }
   
.liuyank h3 {
   font-family:'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:42px;
   font-weight:bold;
   text-align:center;
   color:#2d2d2d;
   margin-top:0px;
   margin-bottom:75px;
   }  
   
.hzi {
   color:#293f8b;
   }
   
.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:#293f8b;
   border:1px solid #293f8b;
   padding:0px;
   } 
   
.idown {
   height:auto; overflow:hidden;
   }

.bmxx {
   background-color: rgba(10,22,64,1);
   } 
   
/* 右浮 */
   
.youbu {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    width: 65px;
} 

.youbu > div {
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    margin-bottom: 2px;
    background: #ffb93e;
}

.youbu .totop {
    font-size: 1.6rem;
    color: #ffffff;
    background: #ffb93e;
    text-align: center;
}  

.youbu .totop span {
    background: url(../images/zding.png) center no-repeat;
    height: 65px;
    width: 65px;
    display: block;
    float: left;
}

.youbu .txqq {
    width: 250px;
    height: 65px;
    transition: .5s;
}

.youbu .txqq span {
    background: url(../images/qqx.png) center no-repeat;
    height: 65px;
    width: 65px;
    display: block;
    float: left;
}

.youbu .txqq small {
    font-size: 1.6rem;
    color: #FFFFFF;
    position: absolute;
    display: block;
    width: 200px;
	padding:10px;
	line-height:30px;
	background-color:#ffb93e;
    display: none;
    bottom: 0;
}

.youbu .txqq small a {
    color: #FFFFFF;
	}

.youbu .txqq:hover small{
	margin-left:-200px;
	display:block;
}  


.youbu .rxdh {
    width: 250px;
    height: 65px;
    transition: .5s;
}

.youbu .rxdh span {
    background: url(../images/dh.png) center no-repeat;
    height: 65px;
    width: 65px;
    display: block;
    float: left;
}

.youbu .rxdh small {
    font-size: 1.6rem;
    color: #FFFFFF;
    position: absolute;
    display: block;
    width: 200px;
	padding:10px;
	line-height:30px;
	background-color:#ffb93e;
    display: none;
    bottom: 0;
}

.youbu .rxdh small a {
    color: #FFFFFF;
	}

.youbu .rxdh:hover small{
	margin-left:-200px;
	display:block;
}  

.youbu .email {
    width: 250px;
    height: 65px;
    transition: .5s;
}

.youbu .email span {
    background: url(../images/em.png) center no-repeat;
    height: 65px;
    width: 65px;
    display: block;
    float: left;
}

.youbu .email small {
    font-size: 1.6rem;
    color: #fff;
    float: left;
    display: block;
}

.youbu .email:hover{
	transition:.5s;
	margin-left:-185px;
}

.youbu .txwx {
    width: 65px;
    height: 65px;
    position: relative;
}

.youbu .txwx span {
    background: url(../images/wx.png) center no-repeat;
    height: 65px;
    width: 65px;
    display: block;
}

.youbu .txwx small {
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    display: block;
    width: 150px;
    display: none;
    bottom: 0;
}

.youbu .txwx small img{
	width:100%;
}
.youbu .txwx:hover small{
	margin-left:-150px;
	display:block;
}  


/* 自主研发 */
.yanfa {
   height:auto; overflow:hidden;
   margin-top:72px;
   margin-bottom:70px;
   }
   
.yanfa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   color:#1a2e79;
   font-weight:bold;
   text-align:center;
   margin-top:0px;
   margin-bottom:25px;
   }   
   
.yanfa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.yanfa h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#000000;
   text-align:center;
   margin-top:0px;
   margin-bottom:36px;
   }
   
.yanfa h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#000000;
   font-weight:bold;
   text-align:center;
   margin-top:0px;
   margin-bottom:50px;
   }

.yfkk {
   height:auto; overflow:hidden;
   }
   
.yfkk-aa {
   width:32.5%;
   padding-left:145px;
   font-size:18px;
   line-height:38px;
   float:left;
   }

.yfkk-bb {
   width:64.5%;
   float:right;
   }

.zhanshi {
   height:auto;
   margin-bottom:50px;
   }
   
.zhanshi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   font-weight:bold;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.zhanshi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   text-align:center;
   margin-top:0px;
   margin-bottom:58px;
   }
   
   

.line {
   width:100%;
   height:1px;
   position:relative;
   background-color:#a2a2a2;
   } 
   
.lcaa {
   position:relative;
   margin-bottom:-7px;
   }   
   
.lckk {
   text-align:center;
   font-size:18px;
   color:#454545;
   height:auto; overflow:hidden;
   padding-bottom:105px;
   background:url(../images/lckk.png) center bottom; background-repeat:no-repeat;
   }
   
.lckk h2 {
   font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#1a2e79;
   text-align:center;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.lckk h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#454545;
   text-align:center;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.lcbb {
   width:92%;
   position:relative;
   margin:-7px auto 0px;
   }
   
.lckk2 {
   text-align:center;
   font-size:18px;
   color:#454545;
   height:auto; overflow:hidden;
   padding-top:105px;
   background:url(../images/lckk2.png) center top; background-repeat:no-repeat;
   }
   
.lckk2 h2 {
   font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#1a2e79;
   text-align:center;
   margin-top:8px;
   margin-bottom:0px;
   }
  
.zplan {
   width:1500px;
   height:auto; overflow:hidden;
   line-height:93px;
   background-color:#FFFFFF;
   position:relative;
   margin:-46px auto 0px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.3);
   }
   
.zplan-aa {
   width:65%;
   float:left;
   }
   
.zplan-aa li {
   list-style-type:none;
   float:left;
   margin-left:39px;
   margin-right:39px;
   }
   
.zplan-aa li a {
   display:block;
   line-height:89px;
   font-size:20px;
   color:#2b2b2b;
   cursor:pointer;
   }
   
.zplan-aa li a:hover {
   color:#1d3163;
   }
   
.zplan-aa li.hover a {
   color:#1d3163;
   }
   
.zplan-aa li > a::after {
    width: 0;
    transition: width .3s;
    height: 4px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #1d3163;
}

.zplan-aa li > a:hover:after{
	width:100%;
	height:4px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#1d3163;
}

.zplan-aa li.hover a:after{
	width:100%;
	height:4px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#1d3163;
}
   
.zplan-bb {
   width:30%;
   float:right;
   text-align:right;
   font-size:16px;
   color:#1d3163;
   padding-right:60px;
   }
   
.zplan-bb a {
   color:#1d3163;
   }

@media (min-width: 1400px) and (max-width: 1600px) {
.kuanping {
   width:100%;
   }
.container {
   width: 100%;
  }
  
.ystt-aa {
    width: 20%;
}  

.ystt-bb {
    width: 78%;
}

.ysrow {
    margin-left: -10px;
    margin-right: -10px;
}

.ysrow li {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}

.zplan {
   width:100%;
   }

}

@media (min-width: 1200px) and (max-width: 1400px) {
.kuanping {
   width:100%;
   }
.container {
   width: 100%;
  }
  
.ystt-aa {
    width: 20%;
}  

.ystt-bb {
    width: 78%;
}  

.ysrow {
    margin-left: -10px;
    margin-right: -10px;
}

.ysrow li {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}

.nav {
    padding-left: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #1a2e79;
    font-size: 16px;
}

.navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
}
  
.zplan {
   width:100%;
   }  
  
}

@media (min-width: 1000px) and (max-width: 1200px) {
.kuanping {
   width:100%;
   }  
.container {
   width: 100%;
  }
  
.xtkk {
   width: 100%;
  }
  
.ystt-aa {
    width: 20%;
}  

.ystt-bb {
    width: 78%;
}  

.ysrow {
    margin-left: -10px;
    margin-right: -10px;
}

.ysrow li {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}

.nav {
    padding-left: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #1a2e79;
    font-size: 16px;
}

.navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

.zplan {
   width:100%;
   }
  
}

@media (min-width: 0px) and (max-width: 1000px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.container {
   width: 100%;
  }
  
.xtkk {
   width: 100%;
  }
  
.logo {
    margin-top: 0px;
    margin-bottom: 0px;
	width:60px;
}

.navbar-inverse {
    background-color: rgba(255,255,255,1);
    border-color: #5F5D5D;
}

body {
   margin-top:60px;
}

.navbar-collapse {
    max-height: 600px;
}

.fanwei {
    height:auto; overflow:hidden;
	padding:0px;
    padding-top: 30px;
	padding-bottom:30px;
    background:none;
}

.fwaa {
    width: 100%;
    float: left;
}

.fwaa h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #1a2e79;
    margin-top: 0px;
    margin-bottom: 10px;
}

.fwzz {
    font-size: 20px;
}

.fwbb {
    width: 100%;
    float: right;
	margin-top:10px;
}

.cpp {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
	padding:10px;
    color: #FFFFFF;
	background-color:#1a2e79;
    font-size: 14px;
    line-height: 26px;
}

.cpp h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.cpp .swiper-button-prev {
   top:92%;
    left: 0px;
}

.cpp .swiper-button-next {
   top:92%;
    right: 80%;
}

.fwrow li {
    list-style-type: none;
    width: 50%;
    margin-bottom: 15px;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.youshi {
    margin-top: 20px;
	margin-bottom:20px;
}

.ysleft {
    width: 100%;
}

.ysleft h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size:20px;
    color: #1a2e79;
	text-align:center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ysleft h3 {
    font-family: 'SourceHanSansCN-Bold', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: rgba(26,46,121,0.24);
	text-align:center;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ystt-aa {
    width: 18.5%;
    font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
    font-size: 100px;
    color: #1a2e79;
    text-shadow: #000 3px 4px 5px;
    -webkit-text-stroke: 2px #FFFFFF;
    margin-top: -30px;
    float: left;
}

.ystt-bb {
    width: 80.5%;
    font-size: 14px;
    line-height: 30px;
    color: #1a2e79;
    float: right;
}

.ystt-bb h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #1a2e79;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 6px;
}

.ysright {
    width: 100%;
}

.ysrow {
    margin-left: -10px;
    margin-right: -10px;
}

.ysrow li {
    list-style-type: none;
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.ysrow li p {
    margin-top: 10px;
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    color: #282828;
    text-align: center;
}

.xitong {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.xitong h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #1a2e79;
    margin-top: 0px;
    margin-bottom: 10px;
}

.xitong h3 {
    font-family: 'SourceHanSansCN-Bold', Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    color: rgba(26,46,121,0.24);
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
}

.xitong h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #1a2e79;
    margin-top: 0px;
    margin-bottom: 20px;
}

.xtrow li {
    list-style-type: none;
    width: 50%;
}

.xtm {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.xw-aa {
    width: 100%;
}

.xw-bb {
    width: 100%;
}

.xwrow {
    height: auto;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.xinwen {
    margin-top: 30px;
    margin-bottom: 30px;
}

.xwrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.xwkk-zi {
    height: auto;
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
    line-height: 23px;
    color: #555555;
}

.xwss {
    margin-top: 10px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ededed;
}

.xwss-aa {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
    color: #212121;
    float: left;
}

.xwss-bb {
    width: 100%;
    float: right;
    margin-top: 15px;
}

.xwtit {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
}

.xwtit h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #282828;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.xwtit h3 {
    font-family: 'SourceHanSansCN-Bold', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.xwnn {
    height: auto;
    overflow: hidden;
    padding: 10px;
}

.xwnn li a {
    display: block;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    padding-left: 5px;
    font-size: 14px;
    color: #444444;
}

.case {
    margin-top: 0px;
	padding:0px;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
    color: #FFFFFF;
    background: url(../images/casebj.jpg) top center;
    background-size: 100% 100%;
}

.case h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 8px;
}

.case h3 {
    font-family: 'SourceHanSansCN-Bold', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: rgba(255,255,255,0.24);
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bottom {
   	margin-bottom:50px;
	}

.case-lan li {
    list-style-type: none;
    width: 50%;
    border-right: 1px solid #3e4d8a;
    float: left;
}

.alrow li {
    list-style-type: none;
    width: 100%;
}

.alkk {
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 10px;
}

.alkk-zi {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    margin-top: 10px;
}

.bmleft {
    width: 100%;
    height:auto; overflow:hidden;
    padding-top: 20px;
	padding-bottom:20px;
    background-color: #293f8b;
    color: #FFFFFF;
}

.bmright {
    width: 100%;
    padding-top: 15px;
}

.dilx {
    height: auto;
    overflow: hidden;
	padding:25px;
    font-size: 14px;
    line-height: 25px;
}

.banquan {
   height:auto; overflow:hidden;
   line-height:30px;
   padding:10px;
   }
   
.fygnav {
    padding: 0px;
	height:50px;
	background-color:#009ca3;
}
.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:#000000; height:50px; line-height:50px;}

.fygnav li a:hover { color:#FFFFFF; background-color:#000000;}

.class {
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}

.class li {
    width: 49%;
	margin-left:0.5%;
    margin-right: 0.5%;
    line-height: 32px;
    float: left;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
	list-style-type:none;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}


.class li.hover a {
    color: #fff;
    background: #000000;
}

.class li a:hover {
    color: #fff;
    background: #000000;
}

.class li a {
    width: 100%;
    height: 32px;
    display: block;
    color: #FFFFFF;
    background: #1863e0;
	cursor:pointer;
    transition: all 300ms ease-in 0ms;
}

.abnn {
    height: auto;
    overflow: hidden;
	padding:5px;
}

.abnn h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: #d9dcdf;
    margin-top: 0px;
    margin-bottom: 5px;
}

.abnn h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #202326;
    margin-top: 0px;
    margin-bottom: 20px;
}

.shuju2 {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    padding: 30px;
    padding-top: 30px;
    font-size: 16px;
    color: #FFFFFF;
    background: url(../images/shuju.jpg) top center;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.abnei {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.wttu {
    padding:10px;
}

.zcd li {
    list-style-type: none;
	width:50%;
	float:left;
    line-height: 50px;
}

.title-left {
    width: 100%;
}

.title-right {
   display:none;
}

.pnr {
   margin-top:15px;
   }
   
.iwen ul li a big {
   display:none;
}

.iwen ul li a section {
    width: 100%;
    margin-left: 0%;
}

.iwen ul li a::after {
    display:none;
}

.lxkuai {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 14px;
}

.lxkuai h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    background: url(../images/hua.jpg) left bottom;
    background-repeat: no-repeat;
}

.liuyank {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ededed;
}

.liuyank h3 {
    color: #2d2d2d;
    margin-top: 0px;
    margin-bottom: 15px;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #666666;
}

.xtm a {
    display: block;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #1a2e79;
    border-radius: 20px;
}

.idown ul li {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 15px;
}

.liebiao-aa {
   width:100%;
   }
   
.liebiao-bb {
   width:100%;
   }
   
.pnr-nei {
    padding: 15px;
}

.youbu {
   display:none;
   }
   
.lcbb {
   width:100%;
   }
   
.yanfa {
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
}

.yanfa h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}

.yanfa h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.yanfa h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 16px;
}

.yanfa h5 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.yfkk-aa {
    width: 100%;
    padding-left: 0px;
	text-align:center;
    font-size: 14px;
    line-height: 26px;
    float: left;
}

.yfkk-bb {
    width: 100%;
    float: right;
}

.zplan {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    background-color: #FFFFFF;
    position: relative;
    margin: 15px auto 0px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
}
   
.zplan-aa {
    width: 100%;
}

.zplan-aa li {
    list-style-type: none;
    float: left;
	width:25%;
    margin-left: 0px;
    margin-right: 0px;
}

.zplan-aa li a {
    display: block;
    line-height: 50px;
    font-size: 16px;
	text-align:center;
    color: #2b2b2b;
    cursor: pointer;
}
   
.zplan-bb {
   display:none;
   }
    
}


