@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: '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 */    } 


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);
    border-color: #5F5D5D;
}

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

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

.nav {
    padding-left: 750px;
}


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

.navbar-inverse .navbar-nav > li 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;
}	


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

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

.kuanping {
   width:1330px;
   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;
   }
   
.youtt {
   margin-top:30px;
   color:#FFFFFF;
   height:20px;
   }
   
.youtt-aa {
   width:63px;
   text-align:center;
   margin-right:15px;
   float:left;
   }
   
.youtt-aa a {
   color:#FFFFFF;
   }
   
.soutt {
   width:18px;
   float:right;
   }
   
.cur {
   color:#213d79;
   }
   

.search-btn {
    cursor: pointer;
}


.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 10000;
    display: none;
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img5-4.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/img5.png) no-repeat 35px 60px;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 20px;

}

.banner {
   position:relative;
   }
   
.bnnzi {
   position:absolute;
   width:100%;
   left:0px;
   top:30%;
   color:#FFFFFF;
   font-size:18px;
   text-align:center;
   z-index:8;
   }
   
.bnnzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:50px;
   text-align:center;
   margin-top:0px;
   margin-bottom:25px;
   color:#FFFFFF;
   }
   
.bnn-anniu {
   width:350px;
   margin:73px auto 0px;
   }
   
.bnn-anniu li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:12px;
   padding-right:12px;
   }
   
.bnn-ww {
   height:55px;
   }
   
.bnn-ww a {
   display:block;
   height:55px;
   line-height:55px;
   font-size:16px;
   color:#FFFFFF;
   text-align:center;
   background-color:#4b4790;
   border-radius: 10px;
   }
   
.bnn-ww a:hover {
   background-color:#000000;
   }
   
.fuwu {
   height:auto; overflow:hidden;
   padding-top:65px;
   padding-bottom:90px;
   background:url(../images/fwbj.jpg) top center; background-repeat:no-repeat;
   }
   
.fwtit {
   width:210px;
   height:60px;
   margin:0 auto;
   }
   
.fwtit-aa {
   width:63px;
   height:60px;
   line-height:80px;
   font-size:32px;
   font-style:italic;
   color:#4b4790;
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   background:url(../images/xie.png) right; background-repeat:no-repeat;
   float:left;
   }
   
.fwtit-bb {
   width:142px;
   height:60px;
   color:#4b4790;
   font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
   float:right;
   }
   
.fwtit-bb h2 {
   font-size:32px;
   color:#4b4790;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   margin-top:0px;
   margin-bottom:4px;
   }
   
.fwlan {
   width:1120px;
   height:auto; overflow:hidden;
   margin:25px auto 30px;
   }
   
.fwlan li {
   list-style-type:none;
   width:8.3%;
   float:left;
   }
   
.fwkk {
   height:auto; overflow:hidden;
   position:relative;
   border:4px solid #FFFFFF;
   border-radius: 20px 0 20px 0;
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; height:45px;line-height:45px; font-weight:bold; text-align:center; font-size:16px; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; height:45px;line-height:45px; color:#333333; text-align:center;
}
#slidingBlock span.menuOn {
    font-weight:normal; width:100%; height:45px;line-height:45px; color:#4b4790; text-align:center;
	}
#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.lghh {
   background-color:rgba(0,0,0,0.8);
   }
   
.fwkk-zi {
   position:absolute;
   width:100%;
   left:0px;
   bottom:0px;
   height:96px;
   padding-left:66px;
   padding-right:80px;
   color:#FFFFFF;
   background:url(../images/fwzi.png);
   z-index:8;
   }
   
.fwkk-zi-aa {
   width:70%;
   line-height:96px;
   float:left;
   font-size:18px;
   }
   
.fwkk-zi-bb {
   width:130px;
   float:right;
   margin-top:30px;
   }
   
.fwkk-zi-bb a {
   display:block;
   width:130px;
   height:40px;
   line-height:40px;
   text-align:center;
   background-color:#4b4790;
   color:#FFFFFF;
   border-radius: 20px;
   }
   
.fwkk-zi-bb a:hover {
   background-color:#000000;
   }  
   
.yewu {
   margin-top:50px;
   height:auto; overflow:hidden;
   } 
   
.ywtit {
   width:490px;
   height:60px;
   margin:0 auto;
   }
   
.ywtit-aa {
   width:63px;
   height:60px;
   line-height:80px;
   font-size:32px;
   font-style:italic;
   color:#4b4790;
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   background:url(../images/xie.png) right; background-repeat:no-repeat;
   float:left;
   }
   
.ywtit-bb {
   width:420px;
   height:60px;
   color:#4b4790;
   font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
   float:right;
   }
   
.ywtit-bb h2 {
   font-size:32px;
   color:#4b4790;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   margin-top:0px;
   margin-bottom:4px;
   }
   
.ywkuai {
   margin-top:58px;
   height:auto; overflow:hidden;
   }
   
.ywkuai-aa {
   width:50%;
   position:relative;
   float:left;
   }
   
.shipin {
   position:absolute;
   width:100%;
   padding-left:76px;
   padding-right:76px;
   padding-top:21px;
   top:0px;
   left:0px;
   z-index:8;
   }
   
.ywkuai-bb {
   width:47.2%;
   float:right;
   margin-top:40px;
   padding:30px;
   padding-left:45px;
   padding-bottom:10px;
   border:1px solid #d2d2d2;
   }
   
.ywkuai-bb-a {
   width:66.5%;
   float:left;
   }
   
.ywkuai-bb-a li {
   list-style-type:none;
   color:#3b3b3b;
   line-height:40px;
   margin-bottom:15px;
   }
   
.ywkuai-bb-b {
   width:33.5%;
   float:right;
   }
   
.ywkuai-bb-b li {
   list-style-type:none;
   color:#3b3b3b;
   line-height:40px;
   margin-bottom:15px;
   }
   
.xuanze {
       background: url(../images/xzbj.jpg) no-repeat center center;
        background-attachment: scroll;
        background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
	height:590px;
	background-size: 100% 100%;
	padding-top:56px;
    color:#FFFFFF;
   }
   
.xztit {
   width:325px;
   height:60px;
   margin:0 auto;
   }
   
.xztit-aa {
   width:63px;
   height:60px;
   line-height:80px;
   font-size:32px;
   font-style:italic;
   color:#FFFFFF;
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   background:url(../images/xie2.png) right; background-repeat:no-repeat;
   float:left;
   }
   
.xztit-bb {
   width:260px;
   height:60px;
   color:#FFFFFF;
   font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
   float:right;
   }
   
.xztit-bb h2 {
   font-size:32px;
   color:#FFFFFF;
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   margin-top:0px;
   margin-bottom:4px;
   }
   
.xzkuai {
   height:auto; overflow:hidden;
   margin-top:45px;
   }
   
.xzkuai-aa {
   width:58.2%;
   float:left;
   }
   
.xzkuai-bb {
   width:39.6%;
   margin-top:75px;
   line-height:35px;
   float:right;
   }
   
.xzmore {
   margin-top:40px;
   width:130px;
   }
   
.xzmore a {
   display:block;
   width:130px;
   height:40px;
   line-height:40px;
   text-align:center;
   color:#FFFFFF;
   background-color:#4b4790;
   border-radius: 20px;
   }
   
.xzmore a:hover {
   background-color:#000000;
   }
   
.dingyue {
   height:auto; overflow:hidden;
   box-shadow: 0px 0px 15px rgba(0,0,0,.2);
   padding:60px;
   padding-top:50px;
   margin-top:75px;
   margin-bottom:95px;
   }
   
.dingyue-aa {
   width:44%;
   float:left;
   }
   
.dingyue-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:17px;
   text-align:right;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:23px;
   }
   
.dyww {
   height:auto; overflow:hidden;
   }
   
.dyww-z {
   width:179px;
   float:left;
   }
   
.quan {
   border-radius:50%;
   }
     
   
.dyww-y {
   width:308px;
   float:right;
   text-align:right;
   color:#767676;
   font-size:17px;
   line-height:35px;
   } 
   
.dyww-y h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:29px;
   color:#000000;
   height:auto; overflow:hidden;
   line-height:40px;
   margin-top:0px;
   margin-bottom:12px;
   } 
   
.sao {
   width:129px;
   height:40px;
   margin-top:27px;
   float:right;
   }
   
.sao a {
   display:block;
   height:40px;
   line-height:40px;
   background-color:#4b4790;
   color:#FFFFFF;
   text-align:center;
   font-size:14px;
   border-radius:20px;
   }
   
.sao a:hover {
   background-color:#000000;
   }
   
   
.dingyue-bb {
   width:552px;
   height:291px;
   padding:90px;
   padding-bottom:0px;
   background:url(../images/guanzhu.png);
   float:right;
   }
   
.dyleft {
   width:221px;
   padding-right:45px;
   color:#767676;
   line-height:25px;
   border-right:1px solid #b8b8b8;
   text-align:right;
   float:left;
   }
   
.dyleft h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#000000;
   margin-top:8px;
   margin-bottom:15px;
   }
   
.dyright {
   width:106px;
   float:right;
   }
   
.dyright p {
   text-align:center;
   margin-top:3px;
   } 
   
   
.bottom {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:45px;
   line-height:33px;
   color:#c0c0c0;
   background:url(../images/bmbj.jpg) top center; background-repeat:no-repeat;
   background-size: 100% 100%;
   }
   
.bottom a {
   color:#c0c0c0;
   }
   
.bottom a:hover {
   color:#FFFFFF;
   } 
   
.bottom-aa {
   width:37.5%;
   float:left;
   }  
   
.banquan {
   margin-top:55px;
   height:auto; overflow:hidden;
   }
   
.bottom-bb {
   width:24.6%;
   float:left;
   } 
   
.bottom-cc {
   width:37.9%;
   float:right;
   }
   
.bottom-cc li {
   list-style-type:none;
   width:50%;
   line-height:29px;
   padding-left:100px;
   float:left;
   }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#ffffff;
   margin-top:0px;
   margin-bottom:10px;
   background:url(../images/xiahua.jpg) left bottom; background-repeat:no-repeat;
   padding-bottom:20px;
   }
   
.bottom h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#ffffff;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.bottom h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#ffffff;
   margin-top:16px;
   margin-bottom:27px;
   }
   
.fudong {
   position:fixed;
   top:30%;
   right:0px;
   width:43px;
   z-index:15;
   }
   
.modal-dialog {
    width: 660px;
    margin: 100px auto;
}

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

.anniuw {
   width:160px;
   height:40px;
   background-color:#4b4790;
   border:1px solid #4b4790;
   }
   
.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: -30px;
    top: 78px;
    width: 160px;
	text-align:center;
    border: 0px solid #CBCBCB;
	background-color:rgba(255,255,255,.96);
    padding: 5px 0px;
    display: none;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
	line-height:40px;
	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:#252525;
	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:#4b4790;
    text-decoration: none;
}

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

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover:after{
	width:100%;
	height:2px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#4b4790;
}	
 
/* 服务 */
.gongsi {
   height:auto; overflow:hidden;
   margin-top:50px;
   margin-bottom:50px;
   } 
   
.gongsi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:60px;
   }
   
.gsrow {
   height:auto; overflow:hidden;
   margin-left:-11px;
   margin-right:-11px;
   }
   
.gsrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:11px;
   padding-right:11px;
   margin-bottom:50px;
   }
   
.gskk {
   height:auto; overflow:hidden;
   border-radius: 20px 0 20px 0;
   position:relative;
   margin-top:-47px;
   }
   
.gskk a {
   display:block;
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   }
   
.gskk a:hover {
   background-color:#4b4790;
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.gskk-tu {
   border-radius: 20px 0 20px 0;
   }
   
.gskk-gj {
   width:93px;
   height:93px;
   border-radius: 50%;
   position:relative;
   border:6px solid rgba(255,255,255,.44);
   margin:0 auto;
   z-index:8;
   }
   
.gskk-zi {
   height:188px;
   line-height:30px;
   color:#3b3b3b;
   padding:12px;
   padding-top:16px;
   }
   
.gskk-zi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#3b3b3b;
   text-align:center;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.gskk:hover .gskk-zi {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
   
.gskk:hover .gskk-zi h3 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.gsmore {
   width:137px;
   height:42px;
   margin:0 auto;
   }
   
.gsmore a {
   display:block;
   width:100%;
   height:42px;
   line-height:42px;
   text-align:center;
   background-color:#4b4790;
   color:#FFFFFF;
   font-size:16px;
   border-radius: 10px;
   }
   
.gsmore a:hover {
   background-color:#000000;
   }
   
.youshi {
   height:533px;
   padding-top:52px;
   color:#FFFFFF;
   background:url(../images/ysbj.jpg) top center; background-repeat:no-repeat;
   }
   
.youshi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   margin-top:0px;
   margin-bottom:80px;
   }
   
.yskk {
   text-align:center;
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:30px;
   text-align:center;
   }
   
.yskk h3 {
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   font-size:33px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.yskk h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#FFFFFF;
   height:auto; overflow:hidden;
   line-height:37px;
   text-align:center;
   margin-top:0px;
   margin-bottom:18px;
   }
   
.yst {
   margin-top:30px;
   }
   
.jiagou {
   height:auto; overflow:hidden;
   margin-top:63px;
   margin-bottom:68px;
   }
   
.jiagou h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#4b4790;
   text-align:center;
   margin-top:0px;
   margin-bottom:47px;
   }
   
.jgkk {
   height:auto; overflow:hidden;
   text-align:center;
   font-size:20px;
   line-height:29px;
   color:#3b3b3b;
   }
   
.jgtu {
   width:118px;
   height:118px;
   text-align:center;
   color:#FFFFFF;
   font-size:20px;
   line-height:29px;
   padding-top:25px;
   border-radius: 50%;
   background-color:#4b4790;
   border:8px solid #bbb9d5;
   margin:0px auto 30px;
   }
   
.lcbj {
   height:auto; overflow:hidden;
   background:url(../images/lcbj.jpg) top center; background-repeat:no-repeat;
   padding-top:55px;
   padding-bottom:47px;
   }
   
.lcbj h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#FFFFFF;
   text-align:center;
   margin-top:0px;
   margin-bottom:70px;
   }
   
.baohan {
   height:auto; overflow:hidden;
   padding:40px;
   padding-top:47px;
   font-size:22px;
   text-align:center;
   background-color:#4b4790;
   color:#FFFFFF;
   border-radius: 15px 0 15px 0;
   margin-top:87px;
   }
   
.baohan h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#FFFFFF;
   text-align:center;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.bh-anniu {
   width:528px;
   margin:40px auto 0px;
   }
   
.bh-anniu-aa {
   width:220px;
   float:left;
   }
   
.bh-anniu-aa a {
   display:block;
   width:100%;
   height:40px;
   line-height:40px;
   font-size:20px;
   color:#FFFFFF;
   background-color:#ffac1c;
   border-radius: 20px;
   text-align:center;
   }
   
.bh-anniu-aa a:hover {
   background-color:#000000;
   color:#FFFFFF;
   }
   
.bh-anniu-bb {
   width:220px;
   float:right;
   }
   
.bh-anniu-bb a {
   display:block;
   width:100%;
   height:40px;
   line-height:40px;
   font-size:20px;
   color:#FFFFFF;
   background-color:#ffac1c;
   border-radius: 20px;
   text-align:center;
   }
   
.bh-anniu-bb a:hover {
   background-color:#000000;
   color:#FFFFFF;
   }
   
.zhuce {
   margin-top:60px;
   height:auto; overflow:hidden;
   }
   
.zhuce h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   margin-top:0px;
   margin-bottom:55px;
   color:#4b4790;
   }
   
.zcrow {
   height:auto; overflow:hidden;
   margin-left:-33px;
   margin-right:-33px;
   }
   
.zcrow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:33px;
   padding-right:33px;
   }
   
.zckk {
   height:auto; overflow:hidden;
   }
   
.hudu {
   border-radius: 20px;
   }
   
.hudux {
   border-radius: 5px;
   }
   
.zckk-zi {
   height:auto; overflow:hidden;
   margin-top:26px;
   }  
   
.zckk-zi-aa {
   width:79.8%;
   font-size:15px;
   color:#4b4790;
   padding-left:14px;
   float:left;
   } 
   
.zckk-zi-aa h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.zckk-zi-bb {
   width:17.4%;
   margin-top:23px;
   float:right;
   } 
   
.zckk-zi-bb a {
   display:block;
   width:98px;
   height:33px;
   line-height:33px;
   text-align:center;
   color:#FFFFFF;
   background-color:#ffac1c;
   border-radius: 20px;
   }
   
.ysww {
   height:490px;
   padding-top:56px;
   color:#FFFFFF;
   background:url(../images/ysbj2.jpg) top center; background-repeat:no-repeat;
   }
   
.ysww h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   margin-top:0px;
   margin-bottom:80px;
   color:#FFFFFF;
   }
   
.yswrow {
   height:auto; overflow:hidden;
   margin-left:-10px;
   margin-right:-10px;
   }
   
.yswrow li {
   list-style-type:none;
   width:20%;
   float:left;
   padding-left:10px;
   padding-right:10px;
   }
   
.ysmk {
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:27px;
   text-align:center;
   }
   
   
.ysmk h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   text-align:center;
   margin-top:14px;
   margin-bottom:40px;
   }
   
.pinzhi {
   height:auto; overflow:hidden;
   margin-top:54px;
   margin-bottom:54px;
   }   
   
.pzkk {
   height:auto; overflow:hidden;
   }
   
.pzkk-aa {
   width:26%;
   float:left;
   }
   
.pzkk-bb {
   width:71.8%;
   font-size:16px;
   color:#353535;
   float:right;
   }
   
.pzkk-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#4b4790;
   margin-top:18px;
   margin-bottom:5px;
   }

/* 公司 */
.bnnzi2 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 31%;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    z-index: 8;
}

.bnnzi2 h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:40px;
   text-align:center;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.bzmore {
   width:160px;
   height:40px;
   margin:55px auto 0px;
   }   
   
.bzmore a {
   display:block;
   width:160px;
   height:40px;
   line-height:40px;
   text-align:center;
   font-size:20px;
   background-color:#ffac1c;
   color:#FFFFFF;
   border-radius: 25px;
   }
   
.bzmore a:hover {
   background-color:#000000;
   }
   
.gsjs {
   height:auto; overflow:hidden;
   margin-top:60px;
   margin-bottom:60px;
   }
   
.gsjs-aa {
   width:163px;
   float:left;
   }
   
.gsjs-bb {
   width:1110px;
   line-height:37px;
   font-size:16px;
   color:#3b3b3b;
   float:right;
   }
   
.haochu {
   height:auto; overflow:hidden;
   background-color:#f0f0f0;
   padding-top:62px;
   padding-bottom:69px;
   } 
   
.haochu h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#4b4790;
   text-align:center;
   margin-top:0px;
   margin-bottom:56px;
   }  
   
.hcrow {
   height:auto; overflow:hidden;
   margin-left:-23px;
   margin-right:-23px;
   }
   
.hcrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:23px;
   padding-right:23px;
   }
   
.hckk {
  height:auto; overflow:hidden;
  }
  
.hckk h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#3b3b3b;
   text-align:center;
   margin-top:0px;
   margin-bottom:25px;
   }  
   
.hckk-zi {
   margin-top:30px;
   font-size:15.5px;
   line-height:32px;
   color:#3b3b3b;
   }    
   
.tedian {
   height:auto; overflow:hidden;
   margin-top:64px;
   margin-bottom:24px;
   }
   
.tedian h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#4b4790;
   text-align:center;
   margin-top:0px;
   margin-bottom:55px;
   }
   
.tdnn {
   height:auto; overflow:hidden;
   }

.td-aa {
   width:882px;
   float:left;
   }
   
.td-bb {
   width:370px;
   color:#4b4790;
   font-size:16px;
   line-height:37px;
   float:right;
   }
   
/* 离岸账户 */
.lian {
   height:auto; overflow:hidden;
   margin-top:56px;
   margin-bottom:25px;
   }
   
.lian h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#4b4790;
   text-align:center;   
   }
   
.lian-zi {
   width:1100px;
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:37px;
   color:#4b4b4b;
   margin:0px auto 40px;
   }
   
.larow {
   height:auto; overflow:hidden;
   margin-left:-35px;
   margin-right:-35px;
   }
   
.larow li {
   list-style-type:none;
   width:33.3%;
   padding-left:35px;
   padding-right:35px;
   padding-top:15px;
   padding-bottom:15px;
   margin-bottom:40px;
   float:left;
   }
   
.lakk {
   height:auto; overflow:hidden;
   padding:30px;
   padding-top:67px;
   padding-bottom:67px;
   font-size:16px;
   line-height:33px;
   color:#4b4b4b;
   box-shadow: 0px 0px 15px rgba(0,0,0,.3);
   border-radius: 15px;
   }
   
.lakk-tu {
   width:190px;
   margin:0px auto 56px;
   }
   
.lakk-zx {
   width:160px;
   height:40px;
   margin:47px auto 0px;
   }
   
.lakk-zx a {
   display:block;
   width:100%;
   height:40px;
   line-height:40px;
   text-align:center;
   font-size:20px;
   color:#FFFFFF;
   background-color:#ffac1c;
   border-radius: 25px;
   }
   
.lamore {
   width:138px;
   height:42px;
   margin:0 auto;
   }
   
.lamore a {
   display:block;
   width:100%;
   height:42px;
   line-height:42px;
   text-align:center;
   background-color:#4b4790;
   font-size:16px;
   color:#FFFFFF;
   border-radius: 5px;
   }
   
.lamore a:hover {
   background-color:#000000;
   }

/* 做账报税 */
.bszi {
   width:1100px;
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:37px;
   color:#4b4b4b;
   margin:60px auto 0px;
   }
   
.bszi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#4b4790;
   text-align:center;
   margin-top:0px;
   margin-bottom:39px;
   }
   
.yizhan {
   height:auto; overflow:hidden;
   background-color:#4b4790;
   padding:45px;
   padding-bottom:60px;
   font-size:22px;
   text-align:center;
   color:#FFFFFF;
   margin-top:42px;
   border-radius: 15px 0 15px 0;
   }
   
.yizhan h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#FFFFFF;
   text-align:center;
   margin-top:0px;
   margin-bottom:16px;
   }
   
.yzanniu {
   width:530px;
   height:auto; overflow:hidden;
   margin:40px auto 0px;
   }
   
.yzanniu-aa {
   width:223px;
   height:40px;
   float:left;
   }
   
.yzanniu-aa a {
   display:block;
   width:223px;
   height:40px;
   line-height:40px;
   text-align:center;
   font-size:20px;
   background-color:#ffac1c;
   color:#FFFFFF;
   border-radius: 20px;
   }
   
.yzanniu-aa a:hover {
   background-color:#000000;
   }
   
.yzanniu-bb {
   width:223px;
   height:40px;
   float:right;
   }
   
.yzanniu-bb a {
    display:block;
   width:223px;
   height:40px;
   line-height:40px;
   text-align:center;
   font-size:20px;
   background-color:#ffac1c;
   color:#FFFFFF;
   border-radius: 20px;
   }  
   
.yzanniu-bb a:hover {
   background-color:#000000;
   }
   
/* 公证认证 */   
.renzheng {
   height:auto; overflow:hidden;
   margin-top:50px;
   margin-bottom:95px;
   }  
   
.renzheng h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:45px;
   color:#4b4790;
   text-align:center;
   margin-top:0px;
   margin-bottom:45px;
   }
   
.rzkk {
   height:auto; overflow:hidden;
   }
   
.rzkk-aa {
   width:798px;
   color:#3b3b3b;
   font-size:16px;
   line-height:37px;
   float:left;
   }
   
.rzkk-bb {
   width:480px;
   float:right;
   }
   
.rzss {
   height:auto; overflow:hidden;
   margin-left:-24px;
   margin-right:-24px;
   margin-top:60px;
   }
   
.rzss li {
   list-style-type:none;
   float:left;
   width:25%;
   padding-left:24px;
   padding-right:24px;
   }
   
.rzkuai {
   height:auto; overflow:hidden;
   background-color:#f8f8f8;
   }
   
.rzkuai-zi {
   height:390px;
   color:#4b4b4b;
   line-height:29px;
   padding:15px;
   padding-top:42px;
   }
   
.rzkuai-zi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#4b4b4b;
   text-align:center;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.rzmore {
   width:138px;
   height:42px;
   margin:26px auto 58px;
   }
   
.rzmore a {
   display:block;
   width:100%;
   height:42px;
   line-height:42px;
   text-align:center;
   font-size:16px;
   border-radius: 10px;
   background-color:#4b4790;
   color:#FFFFFF;
   }
   
.rzmore a:hover {
   background-color:#ffac1c;
   color:#242424;
   }
   
/* 公证认证2 */
.renzz {
   height:auto; overflow:hidden;
   margin-top:56px;
   margin-bottom:10px;
   }
   
.renzz-lan {
   height:68px;
   }
   
.renzz-lan-aa {
   width:156px;
   float:left;
   }
   
.renzz-lan-aa li {
  list-style-type:none;
  position:relative;
  }
  
.renzz-lan-aa li a {
   display:block; 
   width:156px;
   height:68px;
   line-height:68px;
   background-color:#4b4790;
   text-align:center;
   color:#FFFFFF;
   font-size:22px;
   } 
   
.renzz-lan-bb {
   width:1144px;
   border:1px solid #d2d2d2;
   padding:17px;
   padding-right:0px;
   float:right;
   }
   
.renzz-lan-bb li {
   list-style-type:none;
   width:96px;
   float:left;
   margin-right:15px;
   }
   
.renzz-lan-bb li a {
   display:block;
   width:96px;
   height:32px;
   line-height:32px;
   text-align:center;
   font-size:14px;
   color:#333333;
   background-color:#eeeeee;
   }
   
.renzz-lan-bb li a:hover {
   color:#FFFFFF;
   background-color:#4b4790;
   }
   
.renzz-lan-bb li.hover a {
   color:#FFFFFF;
   background-color:#4b4790;
   }
   
.renzz-lan-aa li.mouseover .ul_hide {
    position: absolute;
    left: 0px;
    top: 68px;
    width: 156px;
	text-align:center;
    border: 0px solid #CBCBCB;
	background-color:#FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
    padding: 5px 0px;
    display: none;
}

.renzz-lan-aa li.mouseover .ul_hide li {
	line-height:30px;
	border-bottom:0px solid #ffffff;
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.renzz-lan-aa li.mouseover .ul_hide li a{
    color:#3b3b3b;
	text-align:center;
	   height: auto;
overflow: hidden;
    background-color:#FFFFFF;
	font-size:16px;
   line-height:30px;
   white-space: nowrap;
text-overflow: ellipsis;
}

.renzz-lan-aa li.mouseover .ul_hide li a:hover{
    display:block;
    color:#4b4790;
	background-color:#FFFFFF;
    text-decoration: none;
}

.renzz-nei {
   padding-top:60px;
   padding-bottom:15px;
   font-size:16px;
   line-height:37px;
   color:#3f3f3f;
   height:auto; overflow:hidden;
}

.renzz-nei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   text-align:center;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.lanse {
   color:#4b4790;
   }
   
/* 国际物流 */ 
.wuliu {
   height:auto; overflow:hidden;
   margin-top:80px;
   margin-bottom:49px;
   }
   
.wukk {
   height:auto; overflow:hidden;
   }
   
.wukk-aa {
   width:795px;
   font-size:16px;
   line-height:37px;
   color:#3b3b3b;
   float:left;
   }
   
.wukk-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:50px;
   }
   
.wkmore {
   width:98px;
   height:32px;
   margin-top:67px;
   }
   
.wkmore a {
   display:block;
   width:98px;
   height:32px;
   line-height:32px;
   text-align:center;
   background-color:#ffac1c;
   color:#000000;
   border-radius: 20px;
   }
   
.wkmore a:hover {
   background-color:#4b4790;
   color:#FFFFFF;
   }
   
.wukk-bb {
   width:480px;
   float:right;
   }
   
.wltop {
   margin-top:86px;
   height:auto; overflow:hidden;
   }
   
.wlxx {
   height:auto; overflow:hidden;
   margin-bottom:27px;
   }
   
.wlxx a {
   display:block;
   height:auto; overflow:hidden;
   background-color:#f8f8f8;
   padding:40px;
   padding-top:70px;
   padding-bottom:60px;
   font-size:14px;
   line-height:29px;
   color:#4b4b4b;
   }
   
.wlxx a:hover {
   background-color:#4b4790;
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.wlxx-tu {
   width:50px;
   height:50px;
   margin:0 auto;
   }
   
.w1 {
   background:url(../images/wl1.png) left; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.w2 {
   background:url(../images/wl2.png) left; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.w3 {
   background:url(../images/wl3.png) left; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.w4 {
   background:url(../images/wl4.png) left; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.w5 {
   background:url(../images/wl5.png) left; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.w6 {
   background:url(../images/wl6.png) left; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.wlxx:hover .w1 {
   background:url(../images/wl1.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.wlxx:hover .w2 {
   background:url(../images/wl2.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.wlxx:hover .w3 {
   background:url(../images/wl3.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.wlxx:hover .w4 {
   background:url(../images/wl4.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.wlxx:hover .w5 {
   background:url(../images/wl5.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.wlxx:hover .w6 {
   background:url(../images/wl6.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.wlxx h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#4b4790;
   text-align:center;
   margin-top:20px;
   margin-bottom:30px;
   }
   
.wlxx:hover h2 {
   color:#FFFFFF;
   transition: all 300ms ease-in 0ms;
   }
   
.wlmore {
   width:137px;
   height:42px;
   margin:15px auto 0px;
   }
   
.wlmore a {
   display:block;
   width:137px;
   height:42px;
   line-height:42px;
   text-align:center;
   font-size:16px;
   color:#FFFFFF;
   background-color:#4b4790;
   border-radius: 5px;
   }
   
.wlmore a:hover {
   background-color:#000000;
   }
   
   
.news {
   height:auto; overflow:hidden;
   padding-top:40px;
   padding-bottom:50px;
   background-color:#f5f5f5;
   }
   
.news h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:35px;
   }
   
.xwrow {
   height:auto; overflow:hidden;
   margin-left:-18px;
   margin-right:-18px;
   }
   
.xwrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:18px;
   padding-right:18px;
   }
   
.xwnn {
   height:auto; overflow:hidden;
   margin-bottom:8px;
   }
   
.xwnn a {
   display:block;
   }
   
.xwnn a:hover {
   background-color:#FFFFFF;
   }
   
.xwnn-tit {
   height:auto; overflow:hidden;
   padding:12px;
   padding-top:35px;
   padding-bottom:20px;
   font-size:16px;
   color:#272727;
   }
   
.xwnn-ss {
   height:auto; overflow:hidden;
   padding:10px;
   padding-top:20px;
   padding-bottom:23px;
   color:#575757;
   line-height:22px;
   border-bottom:1px solid #dfdfdf;
   }
   
.xwnn-time {
   height:auto; overflow:hidden;
   padding:10px;
   padding-top:12px;
   padding-bottom:20px;
   }
   
.xwnn-time-aa {
   width:50%;
   float:left;
   }
   
.xwnn-time-bb {
   width:50%;
   float:right;
   text-align:right;
   }
   
.xwmore {
   width:137px;
   margin:20px auto 0px;
   }
   
.xwmore a {
   display:block;
   width:137px;
   height:42px;
   line-height:42px;
   text-align:center;
   background-color:#4b4790;
   color:#FFFFFF;
   font-size:16px;
   border-radius: 5px;
   } 
   
.xwmore a:hover {
   background-color:#000000;
   }
   
/* 国际物流内页 */    
.wlnn {
   height:auto; overflow:hidden;
   }
   
.wlnn-aa {
   width:50%;
   float:left;
   }
   
.wlnn-aan {
   padding:30px;
   padding-top:200px;
   padding-right:108px;
   padding-bottom:50px;
   font-size:16px;
   line-height:29px;
   color:#4b4b4b;
   }
   
.wlnn-aan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   color:#4b4790;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:56px;
   }
   
.wlnn-more {
   width:110px;
   height:34px;
   margin-top:67px;
   }
   
.wlnn-more a {
   display:block;
   width:110px;
   height:34px;
   line-height:34px;
   text-align:center;
   border-radius: 25px;
   color:#FFFFFF;
   font-size:18px;
   background-color:#ffac1c;
   }
   
.wlnn-more a:hover {
   background-color:#000000;
   }
   
.wlnn-bb {
   width:50%;
   float:right;
   }
   
.wlfenye {
   height:auto; overflow:hidden;
   padding:30px;
   font-size:16px;
   color:#6a7177;
   border-top:1px solid #dfdfdf;
   }
   
.wlfenye a {
   color:#6a7177;
   }
   
.fwjs {
   height:auto; overflow:hidden;
   background-color:#f6f6f6;
   padding-top:70px;
   padding-bottom:55px;
   }
   
.fwjs h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:70px;
   }
   
.msk1 {
   height:auto; overflow:hidden;
   }
   
.msk1 li {
   list-style-type:none;
   width:25%;
   position:relative;
   float:left;
   }
   
.msk2 {
   width:975px;
   height:auto; overflow:hidden;
   position:relative;
   margin:-130px auto 0px;
   }
   
.msk2 li {
   list-style-type:none;
   width:33.3%;
   position:relative;
   float:left;
   }
   
.zhezhao {
   position:absolute;
   bottom:0px;
   left:0px;
   width:100%;
   height:0px;
   background:url(../images/touming.png);
   transition: all 300ms ease-in 0ms;
   }
   
.msk1 li:hover .zhezhao {
   height:100%;
   transition: all 300ms ease-in 0ms;
   }
   
.msk2 li:hover .zhezhao {
   height:100%;
   transition: all 300ms ease-in 0ms;
   }
  
.huagg {
   height:auto; overflow:hidden;
   font-size:16px;
   line-height:35px;
   color:#3b3b3b;
   margin-top:25px;
   margin-bottom:16px;
   }  
   
.huagg h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#4b4790;
   margin-top:25px;
   margin-bottom:25px;
   }
   
/* 展会服务 */   
.zhanhui {
   height:auto; overflow:hidden;
   margin-top:65px;
   margin-bottom:20px;
   }
   
.zhanhui-aa {
   width:18.3%;
   float:left;
   }
   
.zhtit {
   height:auto; overflow:hidden;
   line-height:67px;
   background-color:#4b4790;
   text-align:center;
   color:#FFFFFF;
   font-size:20px;
   }
   
.zh-hang {
   height:auto; overflow:hidden;
   padding:8px;
   padding-top:25px;
   padding-bottom:70px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.3);
   }
   
.zh-hang li {
   list-style-type:none;
   }
   
.zh-hang li a {
   display:block;
   height:auto; overflow:hidden;
   padding-left:12px;
   color:#3b3b3b;
   line-height:38px;
   border-bottom:1px solid rgba(223,223,223,0);
   }
   
.zh-hang li a:hover {
   background:url(../images/jte.png) right; background-repeat:no-repeat;
   border-bottom:1px solid rgba(223,223,223,1);
   }
   
.zh-hang li.hover a {
   background:url(../images/jte.png) right; background-repeat:no-repeat;
   border-bottom:1px solid rgba(223,223,223,1);
   }
   
.zhanhui-bb {
   width:78.7%;
   float:right;
   }
   
.zh-lan {
   height:68px;
   }
   
.zh-lan-aa {
   width:15.2%;
   float:left;
   }
   
.zh-lan-aa li {
  list-style-type:none;
  position:relative;
  }
  
.zh-lan-aa li a {
   display:block; 
   width:100%;
   height:68px;
   line-height:68px;
   background-color:#4b4790;
   text-align:center;
   color:#FFFFFF;
   font-size:22px;
   } 
   
.zh-lan-aa li.mouseover .ul_hide {
    position: absolute;
    left: 0px;
    top: 68px;
    width: 100%;
	text-align:center;
    border: 0px solid #CBCBCB;
	background-color:#FFFFFF;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
    padding: 5px 0px;
    display: none;
	z-index:8;
}

.zh-lan-aa li.mouseover .ul_hide li {
	line-height:30px;
	border-bottom:0px solid #ffffff;
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.zh-lan-aa li.mouseover .ul_hide li a{
    color:#3b3b3b;
	text-align:center;
	   height: auto;
overflow: hidden;
    background-color:#FFFFFF;
	font-size:16px;
   line-height:30px;
   white-space: nowrap;
text-overflow: ellipsis;
}

.zh-lan-aa li.mouseover .ul_hide li a:hover{
    display:block;
    color:#4b4790;
	background-color:#FFFFFF;
    text-decoration: none;
}
   
.zh-lan-bb {
   width:84%;
   padding:17px;
   padding-left:42px;
   border: 1px solid #d2d2d2;
   padding-right:0px;
   float:right;
   }
   
.zh-lan-bb li {
   list-style-type:none;
   width:96px;
   float:left;
   margin-right:15px;
   }
   
.zh-lan-bb li a {
   display:block;
   width:96px;
   height:32px;
   line-height:32px;
   text-align:center;
   font-size:14px;
   color:#333333;
   background-color:#eeeeee;
   }
   
.zh-lan-bb li a:hover {
   background-color:#ffac1c;
   }
   
.zh-lan-bb li.hover a {
   background-color:#ffac1c;
   }
   
.zh-nei {
   height:auto; overflow:hidden;
   padding:34px;
   margin-top:36px;
   border:1px solid #dfdfdf;
   }
   
.zhkuai {
   height:auto; overflow:hidden;
   }
   
.zhkuai a {
   display:block;
   height:auto; overflow:hidden;
   }
   
.zhkuai-tt {
   height:auto; overflow:hidden;
   padding:10px;
   padding-top:36px;
   padding-bottom:20px;
   font-size:16px;
   color:#272727;
   }
   
.zhkuai-zi {
   height:auto; overflow:hidden;
   line-height:28px;
   color:#575757;
   padding:20px;
   padding-bottom:29px;
   }
   
.zhkuai:hover {
   background-color:#FFFFFF;
   box-shadow: 0px 0px 10px rgba(0,0,0,.3);
   transition: all 300ms ease-in 0ms;
   }
  
.zhkuai 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%;}  

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


/* 分页 */
.page_list{
	display: flex;
	justify-content: flex-end;
	padding: 15px 0px 0px;
}
.page_info{
	text-align:right;
	color: #111111;
	font-family:Univers-Condensed;
	font-size: 1.8rem;
	line-height: 39px;
}
.page_list a{
	display: block;
	height: 40px;
	overflow: hidden;
	line-height: 39px;
	padding: 0px 20px;
	box-shadow: 0px 0px 2px #111111;
	border: 1px #111111 solid;
	border-radius: 2px;
	color: #111111;
	font-family:Univers-Condensed;
	font-size: 1.8rem;
	margin-left: 15px;
	text-transform:uppercase;
}
.page_list a:hover,.page_list a.on{
	border: 1px #f6222e solid;
	background-color: #f6222e;
	color: #111111;
	box-shadow: none;
} 

/* 移民服务 */ 
.yimin {
   height:auto; overflow:hidden;
   margin-top:40px;
   }
   
.yimin h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    color: #4b4790;
    margin-top: 0px;
    margin-bottom: 30px;
}
   
.ymrow {
   height:auto; overflow:hidden;
   margin-left:-25px;
   margin-right:-25px;
   }
   
.yimin-aa {
   width:72.9%;
   padding:10px;
   padding-left:25px;
   padding-right:25px;
   float:left;
   }
   
.guojia {
   height:auto; overflow:hidden;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.guojia-aa {
   width:21%;
   height:353px;
   background-color:#eeeeee;
   float:left;
   }
   
.guojia-aa li {
   list-style-type:none;
   height:auto; overflow:hidden;
   border-bottom:1px solid #d7d7d7;
   }
   
.gjt1 {
   width:85px;
   float:left;
   text-align:center;
   }
   
.gjt2 {
   width:60px;
   float:left;
   text-align:center;
   }
   
.guojia-aa li a {
   display:block;
   font-size:22px;
   color:#454545;
   padding-left:25px;
   height:76px;
   line-height:76px;
   }
   
.guojia-aa li a:hover {
   color:#4b4790;
   }
   
.guojia-bb {
   width:79%;
   padding:30px;
   padding-top:16px;
   padding-bottom:16px;
   line-height: 40px;
   float:right;
   }
   
.guojia-bb li {
   list-style-type:none;
   line-height:40px;
   }
   
.guojia-bb-t {
   width:18%;
   font-size:16px;
   color:#313131;
   font-weight:bold;
   float:left;
   }
   
   
.guojia-bb-h {
   width:82%;
   color:#616161;
   float:right;
   }
   
.gjhh {
   list-style-type:none;
   float:left;
   width:33.3%;
   }
   
.ymkk {
   height:auto; overflow:hidden;
   padding:30px;
   margin-top:45px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
   
.ymkk li {
   list-style-type:none;
   height:auto; overflow:hidden;
   padding-top:30px;
   padding-bottom:30px;
   border-bottom:1px solid #e0e0e0;
   } 
   
.ymkk-n-aa {
   width:33%;
   float:left;
   }
   
.ymkk-n-bb {
   width:64.3%;
   color:#3e3e3e;
   float:right;
   }
   
.ymkk-n-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#4b4790;
   margin-top:5px;
   margin-bottom:20px;
   }
   
.ymss {
   height:auto; overflow:hidden;
   padding-top:15px;
   padding-bottom:15px;
   margin-bottom:15px;
   border-bottom:1px solid #e7e7e7;
   }
   
.ymta {
   width:61%;
   float:left;
   }
   
.ymtak {
   width:33.3%;
   color:#3e3e3e;
   text-align:center;
   background:url(../images/fenge.jpg) right center; background-repeat:no-repeat;
   float:left;
   } 
   
.ymtak h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#4b4790;
   text-align:center;
   margin-top:0px;
   margin-bottom:12px;
   }  
   
.ymtb {
   width:39%;
   text-align:center;
   color:#3e3e3e;
   float:right;
   } 
   
.ymtb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#3e3e3e;
   font-size:14px;
   margin-top:0px;
   margin-bottom:5px;
   }
   
.dahong {
   font-size:24px;
   color:#d40d14;
   }
   
.yimin-bb {
   width:27.1%;
   padding-left:25px;
   padding-right:25px;
   padding-top:10px;
   padding-bottom:10px;
   line-height:45px;
   float:right;
   }
   
#slidingy {
	height:auto; overflow:hidden;
}

#slidingy span {
    float:left; width:100%; font-size: 22px; color: #454545; padding-left: 25px; height: 76px; line-height: 76px;
}

#slidingy span.menuNo {
    font-size: 22px;
color: #454545;
padding-left: 25px;
height: 76px;
line-height: 76px;
}
#slidingy span.menuOn {
    font-size: 22px;
color: #4b4790;
padding-left: 25px;
height: 76px;
line-height: 76px;
	}
#slidingy DIV.slidingList_none {
    display:none
}
#slidingy DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.tuijianx {
   height:auto; overflow:hidden;
   padding:35px;
   padding-left:42px;
   padding-right:42px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
  
.tuijianx h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   text-align:center;
   margin-top:0px;
   margin-bottom:0px;
   padding-bottom:40px;
   background:url(../images/tjtit.png) center bottom; background-repeat:no-repeat;
   }
   
.tjkk {
   height:auto; overflow:hidden;
   margin-top:20px;
   }
   
.tjkk p {
   text-align:center;
   color:#616161;
   font-size:16px;
   margin-top:12px;
   }
   
.weixin {
   height:auto; overflow:hidden;
   padding:34px;
   padding-bottom:15px;
   text-align:center;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   margin-top:36px;
   }
   
.weixin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   text-align:center;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.weixin p {
   margin-top:3px;
   color:#616161;
   }
     
/* 移民内页 */
.ymxq {
   width:100%;
   height:auto; overflow:hidden;
   padding:40px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.ymxq-nn {
   height:auto; overflow:hidden;
   }
   
.ymxq-nn-zuo {
   width:57.8%;
   float:left;
   }
   
.ymxq-nn-you {
   width:37.7%;
   font-size:16px;
   line-height:37px;
   float:right;
   }
   
.ymxq-nn-you h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:28px;
   color:#313131;
   margin-top:12px;
   margin-bottom:21px;
   }
   
.hongse {
   color:#d40d14;
   font-size:24px;
   }
   
.ymmore {
   margin-top:36px;
   width:159px;
   height:41px;
   }
   
.ymmore a {
   display:block;
   width:159px;
   height:41px;
   line-height:41px;
   text-align:center;
   color:#FFFFFF;
   background-color:#ffac1c;
   font-size:22px;
   border-radius: 25px;
   }
   
.ymmore a:hover {
   background-color:#000000;
   }
   
.ymxq-ss {
   margin-top:43px;
   height:auto; overflow:hidden;
   }
   
.ymxq-ss-lan {
   height:auto; overflow:hidden;
   background-color:#f5f5f5;
   line-height:60px;
   margin-bottom:30px;
   }
   
.ymxq-ss-lan li {
   list-style-type:none;
   width:156px;
   font-size:16px;
   float:left;
   background:url(../images/fenge.jpg) right center; background-repeat:no-repeat;
   }
   
#slidingm {
	height:auto; overflow:hidden;
}

#slidingm span {
    float:left; width:100%; font-size: 16px; color: #2c2c2c; height: 60px; line-height: 60px;
}

#slidingm span.menuNo {
    font-size: 16px;
color: #2c2c2c;
text-align:center;
height: 60px;
line-height: 60px;
}
#slidingm span.menuOn {
    font-size: 16px;
color: #4b4790;
text-align:center;
height: 60px;
line-height: 60px;
	}
#slidingm DIV.slidingList_none {
    display:none
}
#slidingm DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.ymxq-ss-nei {
   margin-top:24px;
   font-size:16px;
   line-height:40px;
   color:#3f3f3f;
   height:auto; overflow:hidden;
   }
   
.ymxq-ss-nei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#010101;
   margin-top:12px;
   margin-bottom:12px;
   }
   
.wendd {
   height:auto; overflow:hidden;
   padding:30px;
   margin-top:36px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.wendd h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#4b4790;
   margin-top:8px;
   margin-bottom:20px;
   }
   
.wendd-nn {
   height:auto; overflow:hidden;
   }
   
.wendd-nn li {
   list-style-type:none;
   width:50%;
   line-height:37px;
   float:left;
   }
   
.wendd-nn li a {
   color:#383838;
   }

.zixun {
   height:auto; overflow:hidden;
   padding:30px;
   margin-top:36px;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   }
   
.zixun h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:22px;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.zixun li {
   list-style-type:none;
   float:left;
   width:194px;
   margin-right:16px;
   margin-bottom:20px;
   }
   
.zixun li p {
   text-align:center;
   margin-top:12px;
   }
   
/* 海外投资 */
.haiwai {
   height:auto; overflow:hidden;
   margin-top:55px;
   }
   
.hwlan {
   width:300px;
   height:auto; overflow:hidden;
   margin:0px auto 9px;
   }  
   
.hwlan li {
   list-style-type:none;
   width:33.3%;
   float:left;
   }
   
.hwlan li a {
   display:block;
   width:100%; font-size: 18px; color:#313131; height: 30px; line-height: 30px; text-align:center;
   } 
   
.hwlan li a:hover {
   color:#FFFFFF; background-color:#4b4790; border-radius: 25px;
   }  
   
.hwlan li.hover a {
   color:#FFFFFF; background-color:#4b4790; border-radius: 25px;
   }  
   

.hwhh {
   height:auto; overflow:hidden;
   border:1px solid #eeeeee;
   margin-top:43px;
   }
   
.hwhh-aa {
   width:22.3%;
   position:relative;
   float:left;
   }
   
.hwhh-zi {
   position:absolute;
   width:100%;
   left:0px;
   top:78px;
   }
   
.hwhh-tt {
   width:77px;
   height:77px;
   line-height:77px;
   text-align:center;
   font-size:43px;
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   background:url(../images/quan.png); background-repeat:no-repeat;
   color:#FFFFFF;
   margin:0 auto;
   }
   
.hwhh-zi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:43px;
   margin-top:40px;
   margin-bottom:40px;
   color:#FFFFFF;
   font-size:30px;
   text-align:center;
   }
   
.hwmore {
   width:130px;
   height:34px;
   margin:0 auto;
   }
   
.hwmore a {
   display:block;
   width:130px;
   height:34px;
   line-height:34px;
   font-size:18px;
   background-color:#ffac1c;
   color:#FFFFFF;
   text-align:center;
   border-radius: 25px;
   }
   
.hwhh-bb {
   width:77.7%;
   padding:30px;
   padding-top:25px;
   padding-bottom:25px;
   float:right;
   }
   
.hwrow {
   height:auto; overflow:hidden;
   margin-left:-13px;
   margin-right:-13px;
   }
   
.hwrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:13px;
   padding-right:13px;
   }
   
.hwkuai {
   height:auto; overflow:hidden;
   font-size:14px;
   line-height:27px;
   color:#3f3f3f;
   }
   
.hwkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#121212;
   margin-top:20px;
   margin-bottom:12px;
   }
   
/* 海外投资2 */  
.fcc {
   height:auto; overflow:hidden;
   margin-top:60px;
   border-bottom:1px solid #ababab;
   }
   
.fcc li {
   list-style-type:none;
   height:auto; overflow:hidden;
   position:relative;
   margin-bottom:70px;
   } 
   
.fcc-aa {
   width:32.8%;
   position:absolute;
   background-color:#FFFFFF;
   z-index:6;
   padding-top:46px;
   color:#313131;
   font-size:16px;
   line-height:37px;
   left:0px;
   top:0px;
   float:left;
   }
   
.fcc-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#313131;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.fccmore {
   width:152px;
   height:40px;
   margin-top:30px;
   }
   
.fccmore a {
   display:block;
   width:152px;
   height:40px;
   line-height:40px;
   text-align:center;
   background-color:#4b4790;
   color:#FFFFFF;
   font-size:18px;
   border-radius: 25px;
   }
   
.fcc-bb {
   width:71%;
   float:right;
   }
   
.fcc-bb .swiper-container {
   margin-left:93px;
   }
   
.fcc-bb .swiper-button-prev {
    position: absolute;
    top: 92%;
    width: 29px;
    height: 29px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 29px 29px;
    background-position: center;
    background-repeat: no-repeat;
	left:29%;
}

.fcc-bb .swiper-button-next {
    position: absolute;
    top: 92%;
    width: 29px;
    height: 29px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 29px 29px;
    background-position: center;
    background-repeat: no-repeat;
	left:32%;
}
   
.fcnn {
   position:relative;
   } 
   
.fcnn-zi {
   position:absolute;
   width:100%;
   left:25px;
   bottom:30px;
   font-size:22px;
   color:#FFFFFF;
   z-index:9;
   }  
   
.fcc-bb .swiper-slide {

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
    }
	
.fcc-bb .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
	
.jingxuan {
   height:auto; overflow:hidden;
   margin-top:36px;
   }
   
.jingxuan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   margin-top:0px;
   margin-bottom:37px;
   }
   
.jxs {
   height:auto; overflow:hidden;
   }
   
.jxkk {
   height:auto; overflow:hidden;
   position:relative;
   }
   
.jxkk-t {
   position:absolute;
   width:108px;
   height:36px;
   line-height:36px;
   text-align:center;
   color:#FFFFFF;
   font-size:16px;
   background-color:#4b4790;
   border-radius: 5px;
   left:20px;
   bottom:34px;
   }
   
.jxs-zi {
   margin-top:26px;
   height:auto; overflow:hidden;
   font-size:12px;
   color:#4b4790;
   }
   
.guwent {
   height:auto; overflow:hidden;
   margin-top:46px;
   }
   
.guwent h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   margin-top:0px;
   margin-bottom:32px;
   color:#313131;
   }
   
.gwrow {
   height:auto; overflow:hidden;
   margin-left:-38px;
   margin-right:-38px;
   }
   
.gwrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-top:10px;
   padding-left:38px;
   padding-right:38px;
   }
   
.gwtu {
   height:143px;
   position:relative;
   background-color:#4b4790;
   font-size:18px;
   color:#FFFFFF;
   padding-top:100px;
   padding-left:40px;
   border-radius: 5px;
   margin-top:-72px;
   }
   
.ren {
   position:relative;
   height:auto; overflow:hidden;
   margin-left:40px;
   color:#FFFFFF;
   font-size:18px;
   z-index:6;
   }
   
.ren-a {
   width:88px;
   height:88px;
   border-radius: 50%;
   box-shadow: 0px 0px 15px rgba(0,0,0,.1);
   float:left;
   }
   
.ren-b {
   width:112px;
   float:left;
   margin-top:16px;
   margin-left:16px;
   line-height:72px;
   }
   
.zixunk {
   position:absolute;
   width:92px;
   height:37px;
   line-height:37px;
   font-size:14px;
   text-align:center;
   background-color:#7d77e5;
   border-radius: 15px 0 5px 0;
   right:0px;
   bottom:0px;
   z-index:5;
   }
   
.zixunk a {
   color:#FFFFFF;
   } 
   
/* 海外医疗 */  
.kanbin {
   height:auto; overflow:hidden;
   margin-top:66px;
   margin-bottom:75px;
   } 
   
.kanbin h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   text-align:center;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:35px;
   }
   
.kbnn {
   height:auto; overflow:hidden;
   margin-top:45px;
   }
   
.kbnn-aa {
   width:28.9%;
   border-radius: 10px;
   border:3px solid #f4f4f4;
   float:left;
   }
   
.kbnn-bb {
   width:66.5%;
   font-size:16px;
   line-height:27px;
   color:#404040;
   float:right;
   }
   
.kbnn-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#404040;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.xuhao {
   font-family: 'DIN-Medium', Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#4b4790;
   }
   
.kbmore {
   width:145px;
   height:33px;
   margin:50px auto 0px;
   }
   
.kbmore a {
   display:block;
   width:145px;
   height:33px;
   line-height:33px;
   text-align:center;
   background-color:#ffac1c;
   color:#000000;
   border-radius:20px;
   }
   
.kbmore a:hover {
   background-color:#000000;
   color:#FFFFFF;
   }
   
.xuanze2 {
   height:auto; overflow:hidden;
   padding-top:54px;
   padding-bottom:60px;
   background-color:#f6f6f6;
   }
   
.xuanze2 h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   text-align:center;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:56px;
   }
   
.xzkk {
   height:auto; overflow:hidden;
   text-align:center;
   font-size:16px;
   color:#323232;
   line-height:27px;
   }
   
.xzkk h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   color:#4b4790;
   text-align:center;
   margin-top:0px;
   margin-bottom:15px;
   }
   
.xzkk p {
   margin-top:12px;
   margin-bottom:0px;
   }
   
.liucheng {
   height:auto; overflow:hidden;
   margin-top:68px;
   margin-bottom:60px;
   }
   
.liucheng h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   text-align:center;
   font-size:26px;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:53px;
   }
   
.lclan {
   height:auto; overflow:hidden;
   margin-bottom:45px;
   }
   
.lclan li {
   list-style-type:none;
   width:20%;
   text-align:center;
   background:url(../images/jtt.png) top right; background-repeat:no-repeat;
   float:left;
   }
   
#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; font-weight:bold; text-align:center; font-size:14px; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; height:auto; overflow:hidden;
}

#slidingBlock span.menuNo .tb1 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc1.png) top; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuNo .tb2 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc2.png) top; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuNo .tb3 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc3.png) top; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuNo .tb4 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc4.png) top; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuNo .tb5 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc5.png) top; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuNo p {
   margin-top:16px;
   text-align:center;
   font-size:16px;
   color:#040404;
   }

#slidingBlock span.menuOn {
    font-weight:normal; width:100%; height:auto; overflow:hidden;
}

#slidingBlock span.menuOn .tb1 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc1.png) bottom; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuOn .tb2 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc2.png) bottom; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuOn .tb3 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc3.png) bottom; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuOn .tb4 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc4.png) bottom; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuOn .tb5 {
   width:65px;
   height:65px;
   margin:0 auto;
   background:url(../images/lc5.png) bottom; background-repeat:no-repeat;
   }
   
#slidingBlock span.menuOn p {
   margin-top:16px;
   text-align:center;
   font-size:16px;
   color:#040404;
   }

#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}
   
.lcnei {
   height:auto; overflow:hidden;
   } 
   
.lcnei p {
   font-size:16px;
   color:#353535;
   }
   
.lczixun {
   margin-top:45px;
   height:auto; overflow:hidden;
   padding:25px;
   padding-left:40px;
   padding-right:40px;
   background-color:#eeeeee;
   border-radius:6px;
   }  
   
.lczixun h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#353535;
   margin-top:0px;
   margin-bottom:30px;
   } 
   
.lczx {
   height:auto; overflow:hidden;
   }
   
.lczx li {
   list-style-type:none;
   float:left;
   width:50%;
   font-size:16px;
   color:#353535;
   line-height:27px;
   } 
   
.lantt {
   color:#4b4790;
   }  
   
.zxmore {
   width:145px;
   height:33px;
   margin:47px auto 0px;
   } 
   
.zxmore a {
   display:block;
   width:145px;
   height:33px;
   line-height:33px;
   text-align:center;
   background-color:#ffac1c;
   color:#000000;
   border-radius: 20px;
   }  
   
.zxmore a:hover {
   background-color:#000000;
   color:#FFFFFF;
   } 
   
.qianyue {
   height:auto; overflow:hidden;
   padding-top:65px;
   padding-bottom:65px;
   background-color:#f6f6f6;
   }
   
.qianyue h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   text-align:center;
   margin-top:0px;
   margin-bottom:54px;
   color:#4b4790;
   }
   
.qylan {
   width:456px;
   height:auto; overflow:hidden;
   margin:0px auto 73px;
   }
   
.qylan li {
   list-style-type:none;
   width:31.3%;
   float:left;
   margin-left:1%;
   margin-right:1%;
   }
   
#slidingo {
	height:auto; overflow:hidden;
}

#slidingo span {
    float:left;
}
#slidingo span.menuNo {
   width:100%; height:37px; line-height:37px;
   text-align:center; background-color:#ffffff; border-radius: 20px; text-align:center; font-size:20px;
   color:#040404;
}
#slidingo span.menuOn {
   width:100%; height:37px; line-height:37px;
   text-align:center; background-color:#4b4790; border-radius: 20px; text-align:center; font-size:20px;
   color:#FFFFFF;
}
#slidingo DIV.slidingList_none {
    display:none
}
#slidingo DIV.slidingList {
    width:100%;
	height:auto; overflow:hidden;
}

.qyrow {
   height:auto; overflow:hidden;
   margin-left:-30px;
   margin-right:-30px;
   }
   
.qyrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:30px;
   padding-right:30px;
   }
   
.qykk {
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   margin-bottom:36px;
   }
   
.qykk-zi {
   height:auto; overflow:hidden;
   line-height:47px;
   font-size:16px;
   padding-left:49px;
   color:#525252;
   }
   
.qykk:hover {
   background-color:#4b4790;
   transition: all 300ms ease-in 0ms;
   }
   
.qykk:hover .qykk-zi {
   color:#FFFFFF;
   background:url(../images/yee.png) right; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.qykk 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;}  

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


.qymore {
   width:145px;
   height:33px;
   margin:20px auto 0px;
   }
   
.qymore a {
   display:block;
   width:145px;
   height:33px;
   line-height:33px;
   text-align:center;
   background-color:#ffac1c;
   color:#000000;
   border-radius: 20px;
   }
   
.qymore a:hover {
   background-color:#000000;
   color:#FFFFFF;
   }
   
   
.anli {
   height:auto; overflow:hidden;
   margin-top:54px;
   margin-bottom:70px;
   }
   
.anli h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   text-align:center;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:68px;
   }
   
.alrow {
   height:auto; overflow:hidden;
   margin-left:-35px;
   margin-right:-35px;
   }
   
.alrow li {
   width:50%;
   float:left;
   list-style-type:none;
   padding-left:35px;
   padding-right:35px;
   }

.alxx {
   height:auto; overflow:hidden;
   border:1px solid #f6f6f6;
   margin-bottom:35px;
   }
   
.alxx-aa {
   width:43.5%;
   float:left;
   }
   
.alxx-bb {
   width:56.5%;
   padding:23px;
   padding-right:30px;
   padding-top:15px;
   padding-bottom:0px;
   float:right;
   }
   
.alxx-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#4b4790;
   font-weight:bold;
   margin-top:12px;
   margin-bottom:12px;
   }
   
.alxx-s {
   height:auto; overflow:hidden;
   padding-top:15px;
   padding-bottom:15px;
   font-size:14px;
   color:#525252;
   line-height:27px;
   border-top:1px solid #edefec;
   }
   
.anli .swiper-container {
   padding-bottom:40px;
   }
   
.anli .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #d3d3d3;
    opacity: 1;
}
  
.anli .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4b4790;
}

.ganyan {
   height:auto; overflow:hidden;
   background-color:#f6f6f6;
   padding-top:64px;
   padding-bottom:25px;
   }
   
.ganyan h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   color:#4b4790;
   text-align:center;
   margin-top:0px;
   margin-bottom:70px;
   }
   
.gykk {
   height:auto; overflow:hidden;
   margin-bottom:25px;
   }
   
.gykk-aa {
   width:21.7%;
   float:left;
   }
   
.gykk-bb {
   width:76.8%;
   float:right;
   font-size:14px;
   line-height:23px;
   color:#525252;
   }
   
.gykk-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#292929;
   margin-top:0px;
   margin-bottom:16px;
   }
   
.wenti {
   height:auto; overflow:hidden;
   margin-top:56px;
   margin-bottom:60px;
   }
   
.wenti h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   color:#4b4790;
   text-align:center;
   margin-top:0px;
   margin-bottom:25px;
   }
   
.wtkuai {
   height:auto; overflow:hidden;
   font-size:14px;
   line-height:23px;
   color:#525252;
   margin-top:35px;
   }
   
.wtkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.wtmore {
   width:100px;
   height:33px;
   margin-top:24px;
   }
   
.wtmore a {
   display:block;
   height:33px;
   line-height:33px;
   text-align:center;
   background-color:#ffac1c;
   color:#000000;
   border-radius:20px;
   }
   
.wtmore a:hover {
   background-color:#000000;
   color:#FFFFFF;
   }
   
.guwen {
   height:auto; overflow:hidden;
   box-shadow: 0px 0px 10px rgba(0,0,0,.3);
   }
   
.guwen-aa {
   width:37%;
   float:left;
   }
   
.guwen-bb {
   width:63%;
   padding:45px;
   padding-left:78px;
   padding-right:130px;
   float:right;
   }
   
.guwen-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   text-align:center;
   font-size:26px;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:20px;
   }
   
.guwen-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   text-align:center;
   font-size:16px;
   color:#525252;
   margin-top:0px;
   margin-bottom:23px;
   }
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:18px;
   }
   
.kk {
   height:45px;
   background-color:#f6f6f6;
   border:1px solid #f6f6f6;
   color:#afafaf;
   border-radius:0;
   }
   
.brow {
   height:auto; overflow:hidden;
   margin-left:-9px;
   margin-right:-9px;
   }
   
.brow li {
   list-style-type:none;
   width:50%;
   float:left;
   padding-left:9px;
   padding-right:9px;
   }
   
.yzm-aa {
   width:55%;
   float:left;
  }
.yzm-bb {
   width:40%;
   float:right;
  }
  
.anniuww {
   width:100%;
   height:45px;
   background-color:#FFFFFF;
   border:1px solid #4b4790;
   color:#4b4790;
   border-radius:0;
   }
   
.anniukk {
   width:100%;
   height:47px;
   background-color:#4b4790;
   border:1px solid #4b4790;
   color:#FFFFFF;
   border-radius:0;
   }
   
   
/* 高端旅游 */
.lvyou {
   height:auto; overflow:hidden;
   margin-top:55px;
   margin-bottom:70px;
   }
   
.lvyou h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:35px;
   text-align:center;
   }   
   
.lyrow {
   height:auto; overflow:hidden;
   margin-left:-9px;
   margin-right:-9px;
   }
   
.lyrow li {
   list-style-type:none;
   width:25%;
   float:left;
   padding-left:9px;
   padding-right:9px;
   margin-top:20px;
   }
   
.lyrow li p {
  text-align:center;
  margin-top:20px;
  font-size:16px;
  color:#292929;
  }
  
.dingzhi {
   height:858px;
   background:url(../images/dingzhi.jpg) top center; background-repeat:no-repeat;
   font-size:16px;
   color:#4b4790;
   line-height:42px;
   padding-top:150px;
   }
   
.dingzhi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.dingzhi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   color:#343434;
   margin-top:0px;
   margin-bottom:75px;
   }
   
.dzmore {
   width:172px;
   height:49px;
   margin-top:104px;
   }
   
.dzmore a {
   display:block;
   width:172px;
   height:49px;
   line-height:49px;
   text-align:center;
   background-color:#4b4790;
   color:#FFFFFF;
   border-radius:20px;
   font-size:16px;
   }
   
.dzmore a:hover {
   background-color:#000000;
   color:#FFFFFF;
   }
   
.ziyou {
   height:auto; overflow:hidden;
   margin-top:60px;
   margin-bottom:75px;
   }
   
.ziyou-aa {
   width:75.4%;
   float:left;
   }

.ziyou-bb {
   width:23.9%;
   color:#4b4790;
   font-size:16px;
   line-height:42px;
   float:right;
   }   
   
.ziyou-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   margin-top:33px;
   margin-bottom:30px;
   color:#4b4790;
   }  
   
.ziyou-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   margin-top:33px;
   margin-bottom:72px;
   color:#343434;
   }  
   
.zymore {
   width:170px;
   height:43px;
   margin-top:103px;
   }
   
.zymore a {
   display:block;
   width:170px;
   height:43px;
   line-height:43px;
   font-size:16px;
   text-align:center;
   border-radius: 20px;
   background-color:#4b4790;
   color:#FFFFFF;
   }
   
.zymore a:hover {
   background-color:#000000;
   }
   
.xianlu {
   background-color:#f9f9f9;
   height:auto; overflow:hidden;
   padding-top:76px;
   padding-bottom:93px;
   }
   
.xianlu h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   text-align:center;
   color:#4b4790;
   margin-top:0px;
   margin-bottom:26px;
   }
   
.xlkk {
   height:auto; overflow:hidden;
   padding:25px;
   padding-top:40px;
   padding-bottom:40px;
   background-color:#FFFFFF;
   margin-top:49px;
   }

.xlkk-aa {
   width:58.7%;
   float:left;
   }
   
.xlkk-bb {
   width:36.7%;
   font-size:18px;
   line-height:40px;
   color:#343434;
   float:right;
   }
   
.xlkk-bb h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:38px;
   color:#343434;
   margin-top:0px;
   margin-bottom:16px;
   }
   
.xlkk-bb h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   color:#343434;
   margin-top:0px;
   margin-bottom:24px;
   }
   
.xlkk-bb h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#343434;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.xl-zixun {
   height:auto; overflow:hidden;
   margin-top:25px;
   }
   
.xl-zixun-aa {
   width:50%;
   height:auto; overflow:hidden;
   font-size:18px;
   float:left;
   }
   
.xl-zixun-bb {
   width:122px;
   float:left;
   }
   
.xl-zixun-bb a {
   display:block;
   width:122px;
   height:38px;
   line-height:38px;
   text-align:center;
   background-color:#4b4790;
   color:#FFFFFF;
   border-radius:20px;
   }
   
.xl-zixun-bb a:hover {
   background-color:#000000;
   }
   
.jiage {
   font-size:28px;
   color:#4b4790;
   } 
   
.guanggao {
   height:254px;
   padding-top:75px;
   color:#FFFFFF;
   font-size:22px;
   text-align:center;
   background:url(../images/guanggao.jpg) center;
   }  
   
.guanggao h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   margin-top:0px;
   margin-bottom:20px;
   color:#FFFFFF;
   }
   
.moreload ul {
   padding:0px;
   height:auto; overflow:hidden;
   }	

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

.load {
   padding-top:20px;
   padding-bottom:20px;
   background-color:#f4f4f4;
   }

.morex {
   font-size:18px;
   color:#a1a1a8;
   }
   
   
.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: #4b4790;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}  

.icase ul {
   margin:0px;
   padding:0px;
   }
   
.icase ul li {
   list-style-type:none;
   }
   
/* 弹窗 */

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


/* 分页 */
.page_info{
	text-align:center;
	line-height:38px;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
	color: #666;
}
.page_list{
	display: flex;
	justify-content: center;
}
.page_list a{
	display: block;
	font-size: 1.6rem;
	font-family:Avenir-Regular;
	color: #666;
	line-height: 38px;
	padding: 0px 15px;
	margin: 0px 4px;
	transition: .3s;
}
.page_list a.on,.page_list a:hover{
	color: #fff;
	background-color: #013189;
	border-radius: 3px;
}


/* 关于我们 */
.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;
   } 
   
/* 产品中心 */

.cpkk-right-lan {
    height:auto; overflow:hidden;
    line-height: 50px;
    border-bottom: 1px solid #dcdddd;
    color: #898989;
}

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

.cpkkr-zuo {
    font-size: 16px;
}

.cpkkr-you {
    text-align: right;
    font-size: 14px;
}

.cptux {
   border:6px solid #efefef;
   background-color:#efefef;
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.cptux:hover {
   border:6px solid #0065b4;
   background-color:#0065b4;
   box-shadow:0px 0px 15px rgba(0,0,0,.5);
   transition: all 500ms ease-in 0ms;
   }
.cptux a {
   color:#333333;
   }
   
.cptux a:hover {
   color:#ffffff;
   }
   
.cptux p {
   margin-top:15px;
   margin-bottom:7px;
   text-align:center;
   } 
   
.cptux h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   text-align:center;
   margin-top:7px;
   margin-bottom:10px;
   }   
   
.cpyymore {
    width: 165px;
    height: 35px;
    margin: 15px auto 0px;
}

.cpyymore a {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #0065b4;
    border-radius: 20px;
} 


/* 产品详情 */
.pnr-nei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   text-align:center;
   color:#333333;
   margin-top:0px;
   margin-bottom:30px;
   }
   
.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: #0065b4;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
} 

/* 新闻列表 */

.newhh {
   margin-bottom:15px;
   height:auto; overflow:hidden;
   padding-top:10px; padding-bottom:10px;
   border:1px solid #f2f3f3;
   font-size:12px;
   background-color:#FFFFFF;
   }
   
.newhh:hover {
   border:1px solid #0065b4;
   background-color:#0065b4;
   transition: all 300ms ease-in 0ms;
   }
   
.newhh a:hover {
   color:#FFFFFF;
   }
   
.timex {
   margin-top:23px;
   }
   
   
.newhh h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:20px;
   margin-bottom:12px;
   }
    
   
.xwtp {
   margin-top:30px;
   margin-bottom:30px;
   } 
   
.xwda {
   font-size:18px;
   } 
   
   
.xwdd {
   background: #d7dbde;
   padding: 50px 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;
}

/* 弹窗 */

.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;
   }   
   
   
.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;
}
.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:70%;
}
}.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;
} 


/* 联系我们 */
.lxnnw {
    margin-top: 50px;
    margin-bottom: 50px;
}

.lxnnw h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 38px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.lxnnw h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 70px;
}

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 16px;
}

.lxhh-bb h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 16px;
    color: #333333;
}

.liuyans {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 45px;
    background-color: #f1f1f1;
}

.liuyans h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 83px;
}

.lykkm {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.hzi {
    color: #ddaa6e;
}

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

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

.kka {
    height: 60px;
    border: 1px solid #d2d2d2;
}

.kkb {
    border: 1px solid #d2d2d2;
}

.anniu {
    width: 208px;
    height: 54px;
	font-size:16px;
    background-color: #1d2c6a;
	border:1px solid #1d2c6a;
    padding: 0px;
}   


.xianlu {
   height:auto; overflow:hidden;
   margin-top:50px;
   margin-bottom:50px;
   }
   
.yingcang {
   display:block;
   }
   
.yd {
   display:none;
   }
   
.yc {
   display:block;
   }
 
@media (min-width: 1600px) and (max-width: 1800px) { 
  .container {
    width: 100%;
  }
  .nav {
    padding-left: 600px;
}
} 

@media (min-width: 1200px) and (max-width: 1600px) { 
  .container {
    width: 100%;
  }
   .nav {
    padding-left: 300px;
}
} 

@media (min-width: 1200px) and (max-width: 1400px) { 
  .container {
    width: 100%;
  }
  
 .kuanping { 
    width: 100%;
  }
.nav {
    padding-left: 200px;
}
} 


@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%;
   }
   
.logo {
   width:180px;
   }
   
.navbar-inverse {
    background-color: rgba(0,0,0,0.8);
}
   
.bnnzi {
   display:none;
   }
   
.yingcang {
   display:none;
   }
   
.modal-dialog {
    width: 95%;
    margin: 100px auto;
}

.fwlan {
   width:100%;
   }
   
.fwlan li {
    list-style-type: none;
    width: 25%;
    float: left;
}

.fwkk-zi {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    background: url(../images/fwzi.png);
    z-index: 8;
}

.fwkk-zi-aa {
   width:100%;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
font-size:14px;
   line-height:50px;
   }
   
.fwtit-bb h2 {
    font-size: 23px;
    color: #4b4790;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 4px;
}
   
.fwkk-zi-bb {
   display:none;
   }
   
.ywtit-bb h2 {
    font-size: 23px;
    color: #4b4790;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 4px;
} 

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

.ywkuai-aa {
    width: 100%;
    position: relative;
}

.ywkuai-bb {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #d2d2d2;
}

.ywkuai-bb-a li {
    list-style-type: none;
	width:100%;
}

.ywkuai-bb-a {
    width: 100%;
    float: left;
}

.ywkuai-bb-b {
    width: 100%;
    float: right;
}

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

.xzkuai-aa {
    width: 100%;
    float: left;
}

.xzkuai-bb {
    width: 100%;
    float: right;
	margin-top: 10px;
}

.dingyue {
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    padding: 15px;
    margin-bottom: 15px;
}

.dingyue-aa {
    width: 100%;
    float: left;
}

.dingyue-bb {
    width: 100%;
    height: 291px;
    padding: 20px;
	padding-top:60px;
	margin-top: 20px;
}

.dyleft {
    width: 60%;
    padding-right: 15px;
    color: #767676;
    line-height: 25px;
    border-right: 1px solid #b8b8b8;
    text-align: right;
    float: left;
}

.dyright {
    width: 36%;
}

.bottom-aa {
    width: 100%;
    float: left;
}

.bottom-bb {
    width: 100%;
    float: left;
}

.bottom-cc {
    width: 100%;
    float: right;
	margin-top:20px;
}

.bottom-cc li {
    list-style-type: none;
    width: 50%;
    line-height: 29px;
    padding-left: 10px;
    float: left;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.youtt-aa {
    width: 200px;
    text-align: center;
    margin-right: 15px;
    float: left;
}

.banner {
   margin-top:61px;
}

.gsrow li {
    list-style-type: none;
    width: 50%;
    float: left;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 20px;
}

.youshi h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.jiagou h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #4b4790;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.jgtu {
    margin: 0px auto 10px;
}

.jgkk {
    font-size: 16px;
    line-height: 25px;
	margin-top:15px;
}

.baohan {
    height: auto;
    overflow: hidden;
    padding: 30px;
    padding-top: 47px;
    font-size: 18px;
    text-align: center;
    background-color: #4b4790;
    color: #FFFFFF;
    border-radius: 15px 0 15px 0;
    margin-top: 50px;
}

.baohan h3 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.lcbj h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.zhuce h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #4b4790;
}

.zckk-zi-aa {
    width: 100%;
    font-size: 14px;
    color: #4b4790;
    padding-left: 0px;
    float: left;
}

.zckk-zi-aa h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.zckk-zi-bb {
    width: 100%;
    margin-top: 15px;
    float: right;
}

.zcrow li {
    list-style-type: none;
    width: 100%;
	margin-top:15px;
}

.zckk-zi {
    height: auto;
    overflow: hidden;
    margin-top: 8px;
}

.bh-anniu {
    width: 100%;
    margin: 20px auto 0px;
}

.bh-anniu-aa {
    width: 100%;
    float: left;
}

.bh-anniu-bb {
    width: 100%;
    float: left;
	margin-top:15px;
}

.pzkk {
    height: auto;
    overflow: hidden;
	margin-top:10px;
}

.bnnzi2 {
   display:none;
   }
   
.gsjs-aa {
    width: 30%;
    float: left;
}

.gsjs-bb {
    width: 66%;
    line-height: 30px;
    font-size: 14px;
    color: #3b3b3b;
    float: right;
}

.haochu h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #4b4790;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.hcrow li {
    list-style-type: none;
    width: 50%;
}

.gsjs {
   height:auto; overflow:hidden;
   margin-top:30px;
   margin-bottom:30px;
   }

.hckk h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #3b3b3b;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}

.tedian h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #4b4790;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}


.class {
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}

.class li {
    width: 49%;
    margin-right: 1%;
    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: #0f6bb0;
}

.class li a:hover {
    color: #fff;
    background: #0f6bb0;
}

.class li a {
    width: 100%;
    height: 32px;
    display: block;
    color: #848484;
    background: #fff;
    transition: all 300ms ease-in 0ms;
}

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

.larow li {
    list-style-type: none;
    width: 100%;
	margin-bottom: 20px;
}

.lakk {
    height: auto;
    overflow: hidden;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #4b4b4b;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
    border-radius: 15px;
}

.loading-2 {
    margin-left: 36%;
}

.yizhan {
    height: auto;
    overflow: hidden;
    background-color: #4b4790;
    padding: 15px;
    padding-bottom: 30px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
    border-radius: 15px 0 15px 0;
}

.yizhan h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.yzanniu {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0px;
}

.yzanniu-aa {
    width: 100%;
}

.yzanniu-aa a {
    width: 100%;
}   

.yzanniu-bb {
    width: 100%;
    float: left;
	margin-top:15px;
}

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

.bszi {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 37px;
    color: #4b4b4b;
    margin: 30px auto 0px;
} 

.renzheng h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #4b4790;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}  

.rzkk-aa {
    width: 100%;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 25px;
}

.rzkk-bb {
    width: 100%;
}

.rzss2 {
   margin-top:30px;
   }
   
.rzkuai img {
   width:100%;
   }
   
.renzz-lan-bb {
    width: 100%;
    padding: 15px;
   }
   
.renzz-lan-bb li {
    list-style-type: none;
    width: 23%;
    float: left;
    margin-right: 2%;
	margin-bottom:5px;
}

.renzz-lan-bb li a {
    display: block;
    width: 100%;
    height: 32px;
}

.wuliu {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 29px;
}

.wukk-aa {
    width: 100%;
   }
   
.wukk-bb {
    width: 100%;
	margin-top:15px;
}

.zhanhui-aa {
    width: 100%;
}

.zh-hang {
    height: auto;
    overflow: hidden;
    padding: 8px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
}

.zhanhui-bb {
    width: 100%;
	margin-top:15px;
}

.zh-lan-aa {
    width: 100%;
}

.zh-lan-bb {
    width: 100%;
    padding: 10px;
    border: 1px solid #d2d2d2;
}

.zh-lan {
    height: auto;
    overflow: hidden;
}

.zh-nei {
    height: auto;
    overflow: hidden;
    padding: 15px;
    margin-top: 20px;
}

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

.zhkuai-tt {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #272727;
}

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

.hwhh-aa {
    width: 100%;
    position: relative;
}


.hwhh-bb {
    width: 100%;
    padding: 15px;
}

.haiwai {
    margin-top: 20px;
}

.fcc {
    margin-top: 30px;
    border-bottom: 1px solid #ababab;
}

.fcc li {
    position: relative;
    margin-bottom: 20px;
}

.fcc-aa {
    width: 100%;
	height:auto; overflow:hidden;
	position:relative;
    padding-top: 20px;
    color: #313131;
    font-size: 14px;
    line-height: 25px;
}

.fcc-aa h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #313131;
    margin-top: 0px;
    margin-bottom: 15px;
}

.fcc-bb {
    width: 100%;
	margin-top:10px;
}

.fcc-bb .swiper-container {
    margin-left: 0px;
	padding-bottom:40px;
}

.fcnn-zi {
    position: absolute;
    width: 100%;
    left: 5px;
    bottom: 10px;
    font-size: 16px;
    color: #FFFFFF;
    z-index: 9;
}

.fcc-bb .swiper-button-prev {
    position: absolute;
    top: 98%;
    width: 29px;
    height: 29px;
    z-index: 10;
    left: 10%;
}

.fcc-bb .swiper-button-next {
    position: absolute;
    top: 98%;
    width: 29px;
    height: 29px;
    z-index: 10;
    right: 10%;
}

.lclan li {
    list-style-type: none;
    width: 33.3%;
}

#slidingBlock span.menuNo p {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
}

#slidingBlock span.menuOn p {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
}

.qylan {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 20px;
}

#slidingo span.menuNo {
    font-size: 16px;
}

#slidingo span.menuOn {
    font-size: 16px;
}

.guwen-aa {
    width: 100%;
}

.guwen-bb {
    width: 100%;
    padding: 15px;
}

.kanbin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.yimin-aa {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.yimin-bb {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.guojia-aa {
    width: 100%;
	height:auto; overflow:hidden;
}

.guojia-aa li {
   width:50%;
   float:left;
   }

.guojia-bb {
    width: 100%;
    padding: 15px;
    line-height: 40px;
}

.ymkk {
    height: auto;
    overflow: hidden;
    padding: 15px;
    margin-top: 10px;
}

.ymkk li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.ymkk-n-aa {
    width: 100%;
}

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

.ymkk-n-bb h2 {
    font-size: 20px;
    color: #4b4790;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dahong {
    font-size: 20px;
}

.yimin {
    margin-top: 20px;
}

.yimin h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.lvyou h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.dingzhi {
    height:auto; overflow:hidden;
    background:none;
	background-color:#fffdf8;
    font-size: 14px;
    color: #4b4790;
    line-height: 30px;
    padding-top: 30px;
	padding-bottom:30px;
}

.dingzhi h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #4b4790;
    margin-top: 0px;
    margin-bottom: 15px;
}

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

.dzmore {
    width: 100%;
    height: 30px;
    margin-top: 30px;
}

.dzmore a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 14px;
}

.ziyou {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 35px;
}

.ziyou-aa {
    width: 100%;
}

.ziyou-bb {
    width: 100%;
    color: #4b4790;
    font-size: 14px;
    line-height: 30px;
}

.ziyou-bb h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.ziyou-bb h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 40px;
    color: #343434;
}

.zymore {
    width: 100%;
    height: 30px;
    margin-top: 40px;
}

.zymore a {
    display: block;
    width: 100%;
    height: 30px;
	line-height:30px;
	font-size: 14px;
}

.guanggao {
    height: 254px;
    padding-top: 100px;
    font-size: 14px;
}

.guanggao h2 {
    font-size: 18px;

}

.lvyou {
    margin-top: 25px;
    margin-bottom: 25px;
}

.lykkm {
   width:100%;
   }
   
.biaow h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666666;
}

}


