@charset "utf-8";


.banner{
	width: 100%;
}
.slideBox{  
	width:100%; 
	height:483px; 
	overflow:hidden; 
}

.slideBox .hd .content{
	position: relative;
	z-index: 10;
}
.slideBox .hd ul{  
	 position: absolute;
	 right: 30px;
	 top: 10px;
	 height: 15px;
}
.slideBox .hd ul li{ 
	float:left; 
	margin: 0 3px;  
	width:15px; 
	height:15px; 
	line-height:14px; 
	text-align:center; 
	background:rgba(201,201,201,.5); 
	border-radius: 50%;
	cursor:pointer;
	text-indent: -9999px; 
}
.slideBox .hd ul li.on{ 
	background:rgba(255,255,255,.8); 
}
.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;  
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.slideBox .bd img{ 
	display:block;
	width:100%; 
	height:483px;   
}


.chose{
	padding-top: 40px;
	width: 100%;
	height: 218px;
	background: #001428;
}
.chose .content{
	position: relative;
	z-index: 10;
}

.banner-tips{
	position: absolute;
	top: -558px;
	z-index: 20;
}
.banner-tips p{
	font-size: 13px;
	color: #999;
}
.banner-tips p span{
	margin:0 20px 0 5px;
	font-weight:bold;
	color:#fff;
}


.btns{
	position: absolute;
	right: 30px;
	top: -236px;
	z-index: 30;
	overflow: hidden;
}
.btns ul{
	width: 280px;
}
.btns li{
	margin: 0 5px 5px;
	float: left;
	overflow: hidden;
}
.btns li a{
	display: block;
	float: left;
	height: 38px;
	text-align: center;
	border-radius: 10px;
	transition: width 1s;
}
.btns li a span{
	display: inline-block;
}
.btns li a .btns-t{
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
}
.btns li a .btns-t1{
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
}
.btns li a .btns-st{
	display: none;
	margin-left: 10px;
	font-weight: normal;
	font-size: 13px;
	color: #003366;
	transition: all 1s;
}

.btns li.current a{
	width: 180px;
	background: #fff;
	color: #cc0000;
}
.btns li.current a:hover{
	color: #fff;
	border:1px solid #fff;
	background: none;
}
.btns li.current a:hover .btns-st{
	color: #fff;
}
.btns li.current a .btns-st{
	display: inline-block;
}
.btns li a{
	width: 78px;
	color: #003366;
	background: #9baabb;
}



.text-green{
	color: #339900;
}
.text-red{
	color: #cc0000;
}
.index-price{
	position: absolute;
	top: -130px;
	z-index: 30;
	width: 100%;
	height: 100px;
	background: #f6f6f6;
	overflow: hidden;
}

.price-lsit{
	margin-left:20px;
	width: auto;
	overflow: hidden;
}
.price-lsit{
	padding: 16px 0 10px;
}
.price-lsit li{
	float: left;
	width: 180px;
	text-align: center;
	border-right: 1px solid #fff;
}
.price-lsit li:last-child{
	border-right: 0;
}
.span-f{
	font-size: 22px;
	font-weight: bold;
}
.price-lsit li i{
	margin-left: 5px;
	display: inline-block;
	width: 14px;
	height: 8px;
	vertical-align: middle;
}
.price-lsit li i.arr-green{
	background: url(../image/arr-down.png) no-repeat;
}
.price-lsit li i.arr-red{
	background: url(../image/arr-up.png) no-repeat;
}

.picScroll-left{ 
	position:relative;
	padding: 0 10px;
	overflow:hidden;   
}
.picScroll-left .hd{ 
	padding:0 20px; 
	overflow:hidden;   
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next{
	margin-top: -13px; 
	position: absolute;
	top: 50%;
	z-index: 100;
	display:block;  
	width:16px; 
	height:27px;   
	overflow:hidden;
	cursor:pointer; 
}

.picScroll-left .hd .prev{ 
	left: 10px;
	background: url(../image/left_arr.png) no-repeat;
}
.picScroll-left .hd .prev:hover{ 
	background: url(../image/left_arr1.png) no-repeat;
}
.picScroll-left .hd .next{ 
	right: 10px;
	background: url(../image/right_arr.png) no-repeat; 
}
.picScroll-left .hd .next:hover{ 
	background: url(../image/right_arr1.png) no-repeat; 
}
.picScroll-left .bd{ width: 100%;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }

.price-more{
	margin-left: 15px;
	margin-top: 35px;
	width: 7px;
	height: 37px;
}
.price-more a{
	margin:0 auto;
	display: block;
	width: 7px;
	height: 37px;
	text-indent: -9999px;
	background: url(../image/mdot.png) no-repeat;
	overflow: hidden;
}
.price-more a:focus,
.price-more a:hover{
	background: url(../image/mdot1.png) no-repeat;
}



.price-buy{
	margin-top: 33px;
	margin-right: 42px;
	width: 162px;
	height: 40px;
}
.price-buy a{
	display: block;
	width: 162px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #cc0000;
	border-radius: 5px;
	overflow: hidden;
}
.price-buy a:hover{
	background: #ec2e2e;
}



.chose-con{
	padding: 0 30px;
}

.chose-text{
	margin-left:40px;
	padding-top: 10px;
	width: 243px;
}
.chose-text h3{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #999;
}
.chose-text p{
	font-size: 14px;
	text-align: justify;
	color: #999;
}

.chose-list{
	width: 806px;
}
.chose-list li{
	float: left;
	width: 25%;
	text-align: center;
	cursor: pointer;
}
.chose-list li a{
	display: block;
	width: 100%;
}
.chose-list li i{
	display: inline-block;
	width: 95px;
	height: 85px;
	transition: all 1s; 
}
.chose-list li i.c-ico1{
	background: url(../image/chose-img1.png) no-repeat;
}
.chose-list li i.c-ico2{
	background: url(../image/chose-img2.png) no-repeat;
}
.chose-list li i.c-ico3{
	background: url(../image/chose-img3.png) no-repeat;
}
.chose-list li i.c-ico4{
	background: url(../image/chose-img4.png) no-repeat;
}
.chose-list li:hover i{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.chose-list li:hover i.c-ico1{
	background: url(../image/chose-img11.png) no-repeat;
}
.chose-list li:hover i.c-ico2{
	background: url(../image/chose-img21.png) no-repeat;
}
.chose-list li:hover i.c-ico3{
	background: url(../image/chose-img31.png) no-repeat;
}
.chose-list li:hover i.c-ico4{
	background: url(../image/chose-img41.png) no-repeat;
}


.chose-list li p{
	margin-top: 10px;
	font-size: 16px;
	color: #999;
}


.advantage{
	width: 100%;
}
.advantage-con{
	width: 600px;
}
.advantage-msg{
	padding-top: 30px;
	margin: 0 auto;
	width: 250px;
}
.advantage-msg h2{
	font-size: 36px;
	font-weight: bold;
	color: #003366;
}
.advantage-msg p{
	font-size: 20px;
	color: #333;
}
.advantage-msg ul{
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.advantage-msg ul li{
	padding-left: 20px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	background: url(../image/list-arr.png) no-repeat left center;
}
.advantage-msg a{
	display: block;
	width: 155px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #003366;
	border-radius: 5px;
	border: 1px solid #003366;
	overflow: hidden;
}
.advantage-msg a:hover{
	color: #fff;
	background: #003366;
}

.price-tab{
	width: 600px;
}


.outBox{ 
	width:100%; 
}
.outBox .hd{ 
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}
.outBox .hd ul{ 
	width: 100%;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	overflow: hidden;
}
.outBox .hd ul li{ 
	float:left; 
	width: 25%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #003366;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	cursor:pointer;  
}
.outBox .hd ul li.on{ 
	color: #fff;
	background: #003366;
}
.outBox .bd { 
	width: 100%;
}
.priceTab-msg{
	padding: 5px;
	width: 100%;
	border: 2px solid #dddddd;
	overflow: hidden;
}
.priceTab-msg-top{
	margin-bottom:10px;
	padding: 10px;
	width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	overflow: hidden;
}
.price-pro{
	padding-top: 5px;
	margin-right: 20px;
	text-align: center;
}
.price-pro h3{
	font-size: 18px;
	color: #003366;
}
.price-pro p{
	font-size: 12px;
	color: #999;
}
.price-dl dt,.price-dl dd{
	display: inline-block;
}
.price-dl dt{
	margin-right: 10px;
	font-size: 32px;
}
.price-ul{
	width: 220px;
}
.price-ul li{
	width: 100%;
}
.price-ul li span{
	margin: 0 5px;
	display: inline-block;
	font-size: 13px;
	color: #999;
}

.priceTab-msg-con{
	width: 100%;
}
.inBox{
	width: 100%;
}
.inHd{
	margin-bottom: 10px;
	height: 32px;
}
.inHd p a{
	margin: 0 10px;
	display: inline-block;
	width: 85px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	text-align: center;
	color: #003366;
	border: 1px solid #003366;
	border-radius: 5px;
	overflow: hidden;
}
.inHd p a:hover{
	color: #fff;
	background: #003366;
}
.inBox ul{
	margin-top: 10px;
	width: 272px;
	height: 22px;
	border: 1px solid #eaeaea;
}
.inBox ul li{
	float: left;
	width: 45px;
	height:20px;
	line-height: 20px;
	text-align: center;
	border-right: 1px solid #eaeaea;
	cursor: pointer;
}
.inBox ul li:last-child{
	border-right: 0;
}
.inBox ul li.on{
	color: #fff;
	background: #003366;
}
.inBd{
	width: 100%;
}
.price-chat-con{
	margin-bottom: 5px;
}
.price-bottom{
	width: 100%;
}
.price-bottom p{
	font-size: 12px;
	color: #bfbfbf;
}
.price-bottom a{
	font-size: 12px;
	color: #999;
}


.conbg{
	background: url(../image/conbg2.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: 100%;
}
.management{
	width: 100%;
}
.management-con{
	position: relative;
	width: 100%;
}
.management-tips{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.management-tips p{
	font-size: 20px;
	color: #fff;
}
.management-conr{
	padding-top: 55px;
	padding-left: 20px;
	width: 600px;
}
.management-conr h3{
	font-weight: bold;
	font-size: 36px;
	color: #fff;
}
.management-conr p{
	font-size: 20px;
	color: #fff;
}
.management-conr ul{
	margin-bottom: 20px;
	padding-top: 20px;
}
.management-conr ul li{
	padding-left: 30px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	background: url(../image/list-arr1.png) no-repeat left center;
}
.management-conr a{
	display: block;
	width: 155px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #003366;
	border-radius: 5px;
	border: 1px solid #003366;
	background: #fff;
	overflow: hidden;
}
.management-conr a:hover{
	color: #fff;
	background: #003366;
}

.management-list{
	width: 100%;
	height: 120px;
	border: 1px solid #003366;
	background: rgba(255,255,255,.5);
	overflow: hidden;
}
.management-list li{
	float: left;
	width: 239px;
	height: 118px;
	text-align: center;
	border-right: 1px solid #003366;
	overflow: hidden;
}
.management-list li:last-child{
	width: 242px;
	border-right:none;
}
.management-list li a{
	padding-top: 24px;
	display: block;
	width: 100%;
	height: 118px;
}

.management-list li a span{
	margin: 0 auto 10px;
	display: block;
	width: 44px;
	height: 38px;
}
.management-list li a p{
	font-size: 16px;
	color: #003366;
}
.management-list li a p:nth-of-type(2){
	display: none;
}
.management-list li a:hover{
	padding-top: 15px;
}
.management-list li a:hover p:nth-of-type(1){
	display: none;
}
.management-list li a:hover p:nth-of-type(2){
	display: block;
}
.management-list li a span.sico1{
	background: url(../image/ico1.png) no-repeat;
}
.management-list li a:hover span.sico1{
	background: url(../image/ico21.png) no-repeat;
}
.management-list li a span.sico2{
	background: url(../image/ico4.png) no-repeat;
}
.management-list li a:hover span.sico2{
	background: url(../image/ico21.png) no-repeat;
}
.management-list li a span.sico3{
	background: url(../image/ico3.png) no-repeat;
}
.management-list li a:hover span.sico3{
	background: url(../image/ico5.png) no-repeat;
}
.management-list li a span.sico4{
	background: url(../image/ico1.png) no-repeat;
}
.management-list li a:hover span.sico4{
	background: url(../image/ico5.png) no-repeat;
}
.management-list li a span.sico5{
	background: url(../image/ico4.png) no-repeat;
}
.management-list li a:hover span.sico5{
	background: url(../image/ico5.png) no-repeat;
}
.management-list li a:hover{
	background: #003366;
}
.management-list li a:hover p{
	color: #fff;
}

.management-btn{
	width: 100%;
}
.management-btn a{
	margin: 45px auto 0;
	display: block;
	width: 310px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #003366;
	border-radius: 5px;
	border: 1px solid #003366;
	background: #fff;
	overflow: hidden;
}
.management-btn a:hover{
	color: #fff;
	background: #003366;
}


.conbg2{
	background: url(../image/conbg3.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.world{
	width: 100%;
}
.world-l{
	width: 600px;
}
.world-l-msg{
	padding-top: 15px;
	margin: 0 auto;
	width: 420px;
}
.world-l-msg h3{
	margin-bottom: 5px;
	font-size: 36px;
	font-weight: bold;
	color: #003366;
}
.world-l-msg p{
	font-size: 20px;
	color: #333;
}
.world-l-msg ul{
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
.world-l-msg ul li{
	padding-left: 20px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	background: url(../image/list-arr2.png) no-repeat left center;
}
.world-l-msg a{
	display: block;
	width: 155px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #003366;
	border-radius: 5px;
	border: 1px solid #003366;
	overflow: hidden;
}
.world-l-msg a:hover{
	color: #fff;
	background: #003366;
}

.world-r{
	width: 600px;
}
.world-r ul{
	padding-left: 25px;
	width: 555px;
}
.world-r ul li{
	margin-bottom: 24px;
	height: 95px;
	overflow: hidden;
}
.strategy{
	width: 100%;
	height: 95px;
	overflow: hidden;
}
.strategy-date{
	width: 90px;
	height: 95px;
}
.strategy-date dt{
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
	background: #003366;
}
.strategy-date dd{
	padding-top: 5px;
	height: 67px;
	text-align: center;
	background: #fff;
}
.strategy-date dd span{
	display: block;
	font-size: 30px;
	color: #666;
	font-weight: bold;
}
.strategy-date dd em{
	display: block;
	font-style: normal;
	font-size: 12px;
	color: #999;
}

.strategy-text{
	width: 420px;
	height: 95px;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
.strategy-text a{
	padding-top: 30px;
	display: block;
	font-size: 16px;
	color: #666;
	text-align: justify;
}
.strategy-text a:hover{
	color: #003366;
}

.world-tips{
	margin: 20px 0;
	width: 100%;
	text-align: center;
}
.world-tips p{
	color: #003366;
	font-size: 20px;
}

.index-newsl,.index-newsc{
	width: 465px;
	height: 341px;
	overflow: hidden;
}
.index-newsc{
	margin-left: 15px;
}

.news-tab{ 
	width:100%;  
}
.news-tab .hd{
	height:52px;  
	background:#003366; 
}
.news-tab .hd ul{  
	height:52px;   
}
.news-tab .hd ul li{ 
	float:left; 
	padding:0 15px;
	line-height: 52px; 
	font-size: 16px;
	color: #fff;
	cursor:pointer;  
}
.news-tab .hd ul li.on{
	font-size: 20px; 
	font-weight: bold;
}
.more-btn {
	margin-right: 18px;
	margin-top: 18px;
	display: block;
	width: 75px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	background: #fff;
	color: #003366;
	border-radius: 25px;
}
.more-btn span{
	margin-left: 5px;
	display: inline-block;
	font-family: '宋体';
}
.more-btn:hover{
	color: #CC0000;
}
.news-tab .bd{
	width: 100%;
	height: 289px;
	background: #fff;
	overflow: hidden;
}
.news-tab .bd .news-tabs{ 
	padding: 10px;
}
.news-tabs li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news-tabs li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.news-tabs-con{
	padding: 0 20px;
	width: 100%;
}
.news-data{
	width: 30px;
	overflow: hidden;
}

.news-data dl dt{
	padding-top: 3px;
	font-weight: normal;
	width: 30px;
	height: 45px;
	color: #666;
	text-align: center;
	background: #ddd;
	overflow: hidden;
}
.news-data dl dt span{
	display: block;
	font-size: 16px;
}
.news-data dl dt em{
	display: block;
	font-style: normal;
	font-size: 13px;
}
.news-data dl dd{
	font-size: 12px;
	color: #666;
}
.news-text{
	padding-top: 10px;
	width: 350px;
	overflow: hidden;
}
.news-text a{
	display: block;
	font-size: 16px;
	color: #333;
	text-align: justify;
}
.news-text a:hover{
	color: #003366;
}

.index-newsr{
	width: 240px;
	height: 341px;
	overflow: hidden;
}
.aside-video{
	width: 100%;
}
.aside-video a{
	display: block;
}
.aside-video h3{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #003366;
}
.video-con{
	position: relative;
	width: 100%;
	height: 290px;
	overflow: hidden;
}
.video-con img{
	width:100%;
	height:100%;
}
.video-con .video-mark{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 100%;
	background: rgba(63,63,63,.5);
}
.aside-video a:hover .video-mark{
	background: rgba(63,63,63,0);
}
.video-con span{
	display: block;
	margin-left: -13px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 40;
	width: 26px;
	height: 33px;
	background: url(../image/play.png) no-repeat;
}



.page{
	padding-bottom: 30px;
	width: 100%;
}


.page-crumd{
	height: 30px;
	overflow: hidden;
}
.breadcrumb {
  padding: 0px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  line-height: 30px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a{
	color: #808080;
}
.breadcrumb > li a:hover{
	color: #003366;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #808080;
  content: ">";
}


.page-left{
	width: 886px;
	overflow: hidden;
}


.page-menu{
	margin-bottom: 20px;
	width: 100%;
}
.page-menu ul{
	margin:0 5px 5px;
	padding-bottom: 15px;
	padding-top: 25px;
	background: #fff;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
}
.page-menu ul li{
	margin: 0 15px;
	float: left;
}
.page-menu ul li a{
	display: block;
	float: left;
	font-size: 20px;
	color: #4c4c4c;
}
.page-menu ul li a span{
	margin-top: 5px;
	display: none;
	width: 100%;
	height: 5px;
	background: #003366;
	overflow: hidden;
}
.page-menu ul li.active a,
.page-menu ul li a:hover{
	color: #003366;	
}
.page-menu ul li.active a span,
.page-menu ul li a:hover span{
	display: block;
}


.page-news{
	width: 100%;
	overflow: hidden;
}
.page-news li{
	margin-bottom: 15px;
}
.page-news-item{
	margin:0 5px 5px;
	padding: 15px;
	height: 120px;
	background: #fff;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
}
.page-news-img{
	margin-right: 18px;
	width: 180px;
	height: 90px;
	overflow: hidden;
}
.page-news-img a{
	display: block;
}
.page-news-img img{
	width: 100%;
	height: 100%;
}
.page-news-text{
	position: relative;
	padding-top: 10px;
	height: 90px;
	overflow: hidden;
	
}
.page-news-text h3 a{
	display: block;
	font-size: 18px;
	color: #333;
}
.page-news-text h3 a:hover{
	color: #003366;
}
.page-news-text p{
	position: absolute;
	left:0px;
	bottom: 0;
	font-size: 14px;
	color: #808080;
}
.page-news-text p span{
	margin-right: 15px;
	display: inline-block;
}


.page-num{
	margin: 30px 0;
	width: 100%;
	overflow: hidden;
}
.page-num ul{
	width: 100%;
	text-align: center;
}
.page-num li{
	margin-right: 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 28px;
	vertical-align: middle;
}
.page-num li a{
	padding:0 10px;
	display: block;
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
}
.page-num li span{
	padding:0 10px;
	display: block;
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
}
.page-num li span.current,
.page-num li.active a,
.page-num li a:hover{
	color: #fff;
	background: #006699;
	border: 1px solid #025984;
}
.page-num li input{
	float: left;
	width: 80px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
}
.page-num li button{
	margin-left: 10px;
	float: left;
	width: 60px;
	height: 28px;
	color: #fff;
	background: #006699;
	border: 1px solid #025984;
}


.page-right{
	position: relative;
	width: 304px;
}
.aside-right{
	width: 304px;
}


.ad-img{
	margin-bottom: 10px;
	width: 100%;
	height: 97px;
	overflow: hidden;
}
.ad-img img{
	height: 100%;
}


.aside-reg{
	margin-bottom: 10px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.aside-form{
	width: 100%;
}
.reg-btn{
	width: 100%;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: 24px;
	color: #ebecf0;
	border: none;
	background: #006699;
}

.aside-form-con{
	padding: 15px;
}
.aside-form-con p{
	margin-bottom: 10px;
	height: 40px;
	overflow: hidden;
}
.aside-form-con p input.reg-inpt{
	padding-left: 15px;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
}
.capt-int{
	width: 165px !important;
}
.a-code{
	width: 98px;
	height: 40px;
	overflow: hidden;
}
.a-code img{
	height: 100%;
}
.code-btn{
	width: 98px;
	height: 40px;
	border: none;
	color: #fff;
	background: #006699;
}
.code-btn.active{
	color: #fff;
	background: #003366;
}

.aside-tips{
	font-size: 12px;
	color: #333;
}
.aside-tips .aside-input{
	display: none;
}
.aside-tips .aside-input ~ .span-input {
  	display: inline-block;
  	width: 13px;
  	height: 13px;
  	border: 1px solid #ddd;
  	vertical-align: middle;
}
.aside-tips .aside-input:checked ~ .span-input{
  background: url(../image/lag-ch.jpg) no-repeat;
  border: none;
}

.aside-btn{
	width: 304px;
}
.aside-btn a{
	margin-bottom: 10px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #003366;
}
.aside-btn a:hover{
	color: #003366;
	border: 1px solid #003366;
	background: none;
}

.aside-code-bot{
	margin-bottom: 10px;
	width: 304px;
	background: #fff;
}
.aside-code-bot ul{
	padding: 15px;
	width: 100%;
	text-align: center;
}
.aside-code-bot ul li{
	display: inline-block;
	width: 112px;
}
.code-img{
	margin-bottom: 10px;
	width: 112px;
	height: 112px;
	background: #003366;
	overflow: hidden;
}
.code-img img{
	height: 100%;
}
.aside-code-bot ul li{
	margin: 0 10px;
}
.aside-code-bot ul li p{
	font-size: 16px;
	color: #333;
}

.close-code{
	display: none;
	position: absolute;
	bottom: -30px;
	width: 100%;
	height: 30px;
	
}
.close-code a{
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #e1e1e1;
}
.close-code a:focus,
.close-code a:hover{
	color: #999;
}


.relevant-news{
	padding: 45px 0;
	width: 100%;
	border-top:1px solid #003366;
	background: #ebf0f9;
	overflow: hidden;
}

.relevant-newsl,
.relevant-newsc,
.relevant-newsr{
	width: 380px;
	height: 340px;
	overflow: hidden;
}
.relevant-newsc{
	margin-left: 30px;
}
.relevant-newsh{
	padding-left: 25px;
	width: 100%;
	height: 52px;
	background: #003366;
	overflow: hidden;
}
.relevant-newsh h2{
	line-height: 52px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.relevant-newsb{
	padding: 15px;
	height:288px;
	background: #fff;
	overflow: hidden;
}
.relevant-newsb .news-tabs li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.relevant-newsb .news-tabs li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.relevant-newsb .news-text{
	width:260px;
}
.relevant-newsb .strategy{
	width: 100%;
	height: 70px;
	overflow: hidden;
}
.relevant-newsb .strategy-date{
	width: 68px;
	height: 70px;
}
.relevant-newsb .strategy-date dt{
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
	background: #003366;
}
.relevant-newsb .strategy-date dd{
	padding-top:3px;
	height: 48px;
	text-align: center;
	background: #f4f4f4;
}
.relevant-newsb .strategy-date dd span{
	display: block;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
.relevant-newsb .strategy-date dd em{
	display: block;
	font-style: normal;
	font-size: 10px;
	color: #999;
}
.relevant-newsb .strategy-text{
	width: 260px;
	height: 70px;
	border-bottom: none;
}
.relevant-newsb .strategy-text a{
	padding-top: 15px;
}



.words-list{
	width: 100%;
}
.words-list li{
	margin-bottom: 22px;
	margin-right: 42px;
	float: left;
	width: 372px;
	height: 80px;
}
.words-list li:nth-of-type(3n){
	margin-right: 0;
}
.words-list li a{
	padding:0 35px;
	float: left;
	display: block;
	width: 372px;
	height: 80px;
	line-height: 78px;
	font-size: 18px;
	color: #666;
	border: 1px solid #e6e6e6;
	background: #fff;
	overflow: hidden;
}
.words-list li a span{
	float: right;
	font-size: 16px;
}
.words-list li.active a,
.words-list li a:hover{
	color: #fff;
	border: 1px solid #003366;
	background: #003366;
}


.video-banner{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.picFocus{  
	position: relative;
	width:100%;
	overflow:hidden; 
}
.picFocus .hd{ 
	position: absolute;
	left: 0;
	bottom: 22px;
	width:100%; 
	overflow:hidden; 
}
.picFocus .hd ul{ 
	width: 100%;
	text-align: center; 
	overflow:hidden;  
}
.picFocus .hd ul li{ 
	position: relative;
	margin: 0 5px;
	display: inline-block;
	*display: inline;
	zoom: 1; 
	width: 142px;
	height: 72px; 
	text-align:center; 
	border: 4px solid rgba(255,255,255,.57);
	cursor:pointer;
	overflow: hidden; 
}
.picFocus .hd ul li img{ 
	width:134px; 
	height:64px;  
	    
}
.picFocus .hd ul li p{
	display: none;
	padding:16px 20px;
	position: absolute;
	top: 0;
	left: 0;
	width:134px; 
	height:64px;
	font-size: 12px; 
	color: #fff;
	background: rgba(0,0,0,.7);
	overflow: hidden;
}
.picFocus .hd ul li.on{ border: 4px solid #fff;}
.picFocus .hd ul li.on p{
	display: block;
}
.picFocus .bd li{
	 vertical-align:middle; 
}
.picFocus .bd img{
	display:block; 
	width:100%; 
	height:500px;   
}


.video-main{
    padding: 40px 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.video-inner{
    width: 100%;
}
.video-inner-nav{
    width: 180px;
    height: auto;
    overflow: hidden;
}
.video-inner-lsit{
    padding: 10px 0;
    width: 100%;
    background: #036;
}
.video-inner-lsit li{
    width: 100%;
    height: 80px;
}
.video-inner-lsit li a{
    display: block;
    width: 100%;
    height:80px;
    line-height: 80px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.video-inner-lsit li.active a,
.video-inner-lsit li a:hover{
    color: #036;
    background: #fff;
}
.video-inner-con{
    padding-top: 20px;
    width: 1000px;
}


.video-item{
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
.video-hd{
    margin-bottom: 15px;
    overflow: hidden;
}
.video-title{
    width: 100%;
    height: 42px;
    background: url(../image/t-line.png) repeat-x;
    overflow: hidden;
}
.video-title h2{
    margin-right: 10px;
    height: 42px;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    border-bottom: 3px solid #003366;
}
.video-nav ul li{
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #404040;
    cursor: pointer;
}
.video-nav ul li:before{
    padding: 0 15px;
    content: '//';
}
.video-nav ul li.on{
    color: #003366;
}
.video-nav ul li.on:before{
    color: #404040;
}



.video-item-con{
    width: 100%;
    overflow: hidden;
}
.video-group{
    width: 100%;
}

.video-big{
    width: 580px;
    height: 312px;
    overflow: hidden;
}
.video-list{
    background: #fff;
    overflow: hidden;
}
.video-list-img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.video-list-img a{
    display: block;
    width: 100%;
    height: 100%;
}
.current .video-list-img a .video-mark,
.current .video-list-img a .video-btn,
.video-list-img a:hover .video-mark,
.video-list-img a:hover .video-btn{
    display: block;
}
.video-list-img a .video-mark{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(25,42,85,.5);
}
.video-btn{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    background:rgba(0,0,0,.5);
    border-radius:50%;
    overflow: hidden;
}
.video-btn span{
    display: block;
    text-align: center;
    background: none;
    border-radius:50% ;
    overflow: hidden;
}
.video-btn span i{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
}
.video-big .video-list{
    width: 580px;
    height: 312px;
}
.video-big .video-list-img{
    width: 100%;
    height: 250px;
}
.video-big .video-btn{
    margin-left: -31px;
    margin-top: -31px;
    width: 62px;
    height: 62px;
}
.video-big .video-btn span{
    margin: 8px auto;
    width: 44px;
    height: 44px;
    line-height: 44px;
}
.video-big .video-btn span i{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}
.video-date{
    position: absolute;
    right: 0;
    bottom: 1px;
    z-index: 40;
    display: block;
    width: 46px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.5);
}

.video-list-text{
    padding: 10px;
    border-top: 1px solid #e6e6e6;
}
.video-list-text a{
    display: block;
    width: 100%;
    height: 100%;
}
.video-list-text h3{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #4c4c4c;
    white-space: nowrap;
    text-overflow:ellipsis ;
    overflow: hidden;
}
.video-list-text p{
    color: #666;
    white-space: nowrap;
    text-overflow:ellipsis ;
    overflow: hidden;
}



.video-small{
    width: 407px;
}
.video-small ul{
    width: 100%;
}
.video-small ul li{
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 190px;
}

.video-small .video-list{
    width: 100%;
}
.video-small .video-list-img{
    width: 100%;
    height: 100px;
}
.video-small .video-list-text{
    padding: 5px;
}
.video-small .video-list-text h3{
    font-size: 12px;
}
.video-small .video-list-text p{
    font-size: 12px;
}
.video-small .video-btn{
    margin-top: -22px;
    margin-left: -22px;
    width: 44px;
    height: 44px;
}
.video-small .video-btn span{
    margin: 6px auto;
    width: 32px;
    height: 32px;
    line-height: 30px;
}
.video-small .video-btn span i{
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
}


.video-show{
    width: 100%;
}
.video-show .video-small{
    width: 100%;
}
.video-show .video-small ul li:nth-of-type(4n){
    margin-right: 10px;
}


.video-more{
    padding-right: 10px;
    width: 100%;
}
.video-more a{
    display: block;
    font-size: 16px;
    color: #003366;
}
.video-more a span{
    font-family: '宋体';
}


.video-details{
	padding: 27px 0;
	width: 100%;
	background: #07233f;
	overflow: hidden;
}
.video-details-con{
	width: 100%;
	overflow: hidden;
}
.video-details-cl{
	width: 888px;
}
.video-play-box{
	margin-bottom: 15px;
	width: 100%;
	height: 500px;
}
.video-play-title{
	width: 100%;
	overflow: hidden;
}
.video-play-title h3{
	line-height: 48px;
	font-size: 24px;
	color: #e5e5e5;
}
.video-details-cr{
	width: 302px;
}
.video-play-list{
	margin-bottom: 15px;
	padding: 8px;
	width: 100%;
	height: 500px;
	background: #11202e;
	overflow:hidden ;
}
.video-play-list .content{
	width: 100%;
	height: 484px;
}
.video-play-items ul{
	width: 100%;
}
.video-play-items ul li{
	margin-bottom: 12px;
	overflow: hidden;
}
.video-play-items .video-list{
	margin: 0;
	background: none;
	width: 100%;
}
.video-play-items .video-list-img{
	margin-right: 10px;
	width: 115px;
	height: 68px;
	border: 3px solid #11202e;
}
.video-play-items li.active .video-list-img,
.video-play-items li:hover .video-list-img{
	border: 3px solid #fff;
}
.video-play-items li.active .video-btn,
.video-play-items li:hover .video-btn{
	display: block;
}
.video-play-items .video-list-text{
	padding: 5px;
	border: none;
}
.video-play-items .video-list-text p{
	margin-bottom: 5px;
	font-size: 12px;
	text-overflow: inherit;
	white-space: normal;
}
.video-play-items .video-list-text p i{
	margin-right: 5px;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../image/play11.png) no-repeat;
	vertical-align: middle;
}
.video-play-items li.active .video-list-text p ,
.video-play-items li:hover .video-list-text p {
	color: #ded6d6;	
}
.video-play-items li.active .video-list-text p i,
.video-play-items li:hover .video-list-text p i{
	background: url(../image/play1.png) no-repeat;
}
.video-play-items .video-btn{
	margin-top: -13px;
	margin-left: -13px;
	width: 27px;
	height: 27px;
}
.video-play-items .video-btn span{
	margin: 4px auto;
	width: 19px;
	height: 19px;
	line-height: 16px;
} 
.video-play-items .video-btn span i{
	margin-left: 2px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #fff;
}
.video-play-items .video-date{
	height: 16px;
	line-height: 16px;
}
.video-details-down{
	padding: 0 15px;
	width: 100%;
	height: 48px;
	background: #11202e;
	overflow: hidden;
}
.video-details-down p{
	line-height: 48px;
	font-size: 14px;
	color: #adadad;
}
.video-details-down a{
	margin-top: 10px;
	display: block;
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #1a6ab9;
	overflow: hidden;
}
#container1_logo{
	display: none !important;
}


.instantMain-top{
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	height: 42px;
}
.instantMain-top .content{
	position: relative;
}
.instantMain-top .instant-colock {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
#clock {
	position: relative;
	width: 30px;
	height: 30px;
	background: url(../image/clockface.png) no-repeat;
}
#sec,#min, #hour {
	position: absolute;
	width: 1px;
	height: 30px;
	top: 0px;
	left: 15px;
} 
#sec {
	background: url(../image/sechand.png) no-repeat;
	z-index: 3;
}
#min {
	background: url(../image/minhand.png) no-repeat;
	z-index: 2;
}
   
#hour {
	background: url(../image/hourhand.png) no-repeat;
	z-index: 1;
}
.instantMain-title{
	margin-left: 52px;
	background: url(../image/t-line.png) repeat-x;
	overflow: hidden;
}
.instantMain-title h3{
	margin-right: 36px;
	font-size: 24px;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #003366;
}
.instantMain-title span{
	color: #265aa3;
}
.instantMain-Brush{
	padding-top: 10px;
	font-size: 16px;
	color: #333;
}
.instantMain-Brush .aside-input{
	display: none;
}
.instantMain-Brush .aside-input ~ .span-input {
  	display: inline-block;
  	width: 13px;
  	height: 13px;
  	border: 1px solid #ccc;
  	border-radius: 3px;
  	vertical-align: middle;
}
.instantMain-Brush .aside-input:checked ~ .span-input{
  background: url(../image/lag-ch.jpg) no-repeat;
  border: none;
}

.radio-inline, .checkbox-inline {
    padding-left: 0px; 
}


.right-button{
	width: 490px;
	height: auto;
	overflow: hidden;	
}
.right-button ul{
	padding: 0 10px;
}
.right-button ul li{
	padding-top: 10px;
	margin-right: 22px;
	float: left;
	color: #666;
	overflow: hidden;
}
.right-button ul li:last-child{
	margin-right: 0;
}
.right-button ul li label{
	font-weight: normal;
}

.switch-box-label{
	margin-right: 5px;
	float: left;
	font-size: 16px;
	color: #333;
}
.switch-box {
  display: block;
}
.switch-box .switch-box-slider {
  position: relative;
  display: inline-block;
  height: 26px;
  width: 50px;
  border: 1px solid #ccc; 
  border-radius: 13px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.switch-box .switch-box-slider:after {
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #6197e1;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  content: '';
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.switch-box .switch-box-input {
  display: none;
}
.switch-box .switch-box-input ~ .switch-box-label {
  margin-left: 8px;
}
.switch-box .switch-box-input:checked ~ .switch-box-slider:after {
  left: 23px;
 
}
.switch-box .switch-box-input:disabled ~ .switch-box-slider {
  background: #6197e1;
  cursor: default;
}
.switch-box .switch-box-input:disabled ~ .switch-box-slider:after {
  background: #6197e1;
}
.switch-box.is-notice .switch-box-input:checked:not(:disabled) ~ .switch-box-slider {
  background: #6197e1;
  border: 1px solid #6197e1;
}
.switch-box.is-notice .switch-box-input:checked:not(:disabled) ~ .switch-box-slider:after {
  background: #fff;
}
.switch-box.is-night .switch-box-input:checked:not(:disabled) ~ .switch-box-slider {
  background: #6197e1;
  border: 1px solid #6197e1;
}
.switch-box.is-night .switch-box-input:checked:not(:disabled) ~ .switch-box-slider:after {
  background: #fff;
}
.switch-box.is-voice .switch-box-input:checked:not(:disabled) ~ .switch-box-slider {
  background: #6197e1;
  border: 1px solid #6197e1;
}
.switch-box.is-voice .switch-box-input:checked:not(:disabled) ~ .switch-box-slider:after {
  background: #fff;
}
.switch-box.is-danger .switch-box-input:checked:not(:disabled) ~ .switch-box-slider {
  background: #6197e1;
}
.switch-box.is-danger .switch-box-input:checked:not(:disabled) ~ .switch-box-slider:after {
  background: #6197e1;
}
.switch-box.is-warning .switch-box-input:checked:not(:disabled) ~ .switch-box-slider {
  background: #6197e1;
}
.switch-box.is-warning .switch-box-input:checked:not(:disabled) ~ .switch-box-slider:after {
  background: #6197e1;
}


.instant-msg{
	padding: 15px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.instant-msg ul{
	margin-left: 5px;
	border-left: 1px solid #ddd;
}
.instant-msg ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.instant-msg-table{
	width: 100%;
}
.instant-msg-table tbody tr td{
	padding: 5px;
}
.instant-msg-table tbody tr td:first-child{
	width: 94px;
}
.instant-msg-table tbody tr td:nth-of-type(2){
	border-bottom: 1px solid #ddd;
}
.ins-msg{
	width: 100%;
}
.ins-time{
	position: relative;
	padding: 10px;
	font-size: 16px;
	width: 84px;
	color: #666;
}
.ins-time i{
	position: absolute;
	top: auto;
	left: -15px;
	display: block;
	width: 19px;
	height: 19px;
	background: url(../image/sidle.png) no-repeat;
}
.inews i{
	background-position: 0 -26px;
}
.icity i{
	background-position: 0 -83px;
}
.ins-time span{
	display: inline-block;
	width: 64px;
	overflow: hidden;
}

.ins-title{
	margin-top: 10px;
	margin-right: 10px;
	display: block;
	width: 74px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	background: #f99f47;
	color: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.ins-msg-text{
	color: #666;
	overflow: hidden;
}
.hot .ins-time{
	color: #d6081a;
}
.hot .inews i{
	background-position: 0 -64px;
}
.hot .icity i{
	background-position: 0 -45px;
}
.hot .ins-msg-text{
	color: #d6081a;
}


.instant-more{
	margin: 30px 0;
	width: 100%;
	overflow: hidden;
}
.instant-more a{
	margin: 0 auto;
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: center;
	background: #eee;
	border-radius: 5px;
	overflow: hidden;
}
.instant-more a:focus,
.instant-more a:hover{
	color: #fff;
	background: #003366;
}


.today-data{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.today-datah{
	margin-bottom: 15px;
	width: 100%;
	height: 42px;
	text-align: center;
	background: url(../image/t-line.png) repeat-x;
	overflow: hidden;
}
.today-datah h3{
	display: inline-block;
	line-height: 39px;
	font-size: 24px;
	color: #003366;
	border-bottom: 3px solid #003366;
}
.today-datab{
	width: 100%;
}
.today-datab ul{
	width: 100%;
}
.today-datab ul li{
	width: 100%;
	border-bottom: 1px solid #eee;
}
.today-datab ul li:last-child{
	border-bottom: none;
}
.today-datab ul li a{
	padding:10px;
	display: block;
}
.today-datab ul li a:hover{
	background: #eff6ff;
}
.today-datab ul li a:hover tr td h4{
	color: #d6081a;
}
.today-datab ul li a:hover tr td .ptime{
	color: #003366;
	background: url(../image/clock-s1.png) no-repeat left center;
}
.today-datab ul li a:hover tr td p span{
	color: #003366;
}
.today-datab-table{
	width: 100%;
	overflow: hidden;
}
.today-datab-table table{
	width: 100%;
}
.ptime{
	margin-bottom: 5px;
	color: #808080;
	padding-left: 22px;
	background: url(../image/clock-s.png) no-repeat left center;
}
.listview-rtext h4{
	margin-bottom: 5px;
	width: 85%;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #666;	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.listview-rtext p{
	width: 100%;
	overflow: hidden;
}
.listview-rtext p span{
	float: left;
	display: block;
	width: 48%;
	text-align: center;
	font-size: 12px;
	color: #808080;
}
.listview-add{
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #808080;
}
.listview-add span{
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 100%;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}
.span-red{
	background: #ff0000;
}
.span-gay{
	background: #a3a3a3;
}
.span-yellow{
	background: #f3a401;
}

.moreDiv{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.moreDiv a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #003366;
	border: 1px solid #003366;
	overflow: hidden;
}
.moreDiv a:focus,
.moreDiv a:hover{
	color: #fff;
	background: #003366;;
}


.instant-tisp{
	display: none;
	position: fixed;
	right: 100px;
	bottom: 20px;
}
.instant-tisp-con{
	margin: 5px;
	padding: 10px;
	width: 400px;
	height: auto;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}
.instant-tisp-t{
	margin-bottom: 10px;
	height: 24px;
	background: url(../image/t-line1.png) repeat-x;
}
.instant-tisp-t h3{
	display: inline-block;
	font-size: 16px;
	height: 24px;
	line-height: 22px;
	color: #003366;
	border-bottom: 2px solid #003366;
}
.instant-tisp-t a{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../image/close.png) no-repeat;
}
.instant-tisp-b{
	width: 100%;
}
.instant-tisp-b p{
	margin-bottom: 5px;
	color: #333;
}
.instant-tisp-b p span{
	display: inline-block;
	color: #808080;
}
.instant-tisp-b p a{
	color: #f30;
}



body.theme-night{
	background: #0c1f2e;
}


body.theme-night .breadcrumb > li a{
	color: #6197e1;
}
body.theme-night .breadcrumb > li a:hover{
	color: #5487ca;
}
body.theme-night .breadcrumb > li + li:before {
    color: #6197e1;
}
body.theme-night .breadcrumb > .active {
    color: #6197e1;
}
body.theme-night .instantMain-title h3{
	color: #6197e1;
	border-bottom: 3px solid #6197e1;
}
body.theme-night .instantMain-title span{
	color: #6197e1;
}
body.theme-night .instantMain-Brush{
	color: #6197e1;
}
body.theme-night .switch-box-label{
	color: #6197e1;
}

body.theme-night .instant-msg{
	background: #082842;
}
body.theme-night .instant-msg ul{
	border-left: 1px solid #fff;
}
body.theme-night .instant-msg-table tbody tr td:nth-of-type(2){
	border-bottom: 1px solid #215193;
}
body.theme-night .ins-time{
	color: #6197e1;
}
body.theme-night .ins-msg-text{
	color: #6197e1;
}
body.theme-night .hot .ins-time{
	color: #d6081a;
}
body.theme-night .hot .ins-msg-text{
	color: #d6081a;
}


body.theme-night .instant-more a{
	color: #215193;
	background: none;
	border: 1px solid #215193;
}
body.theme-night .instant-more a:focus,
body.theme-night .instant-more a:hover{
	color: #5487ca;
	background: #215193;
}



body.theme-night .aside-reg{
	background: #082842;
}
body.theme-night .reg-btn{
	color: #fff;
	background: #5487ca;
}
body.theme-night .aside-form-con p input.reg-inpt{
	background: #082842;
	border: 1px solid #215193;
}
body.theme-night .code-btn{
	color: #123d78;
	background: #5487ca;
}
body.theme-night .code-btn.active{
	color: #5487ca;
	background: #215193;
}
body.theme-night .aside-tips{
	color: #123d78;
}
body.theme-night .aside-btn a{
	color: #5487ca;
}
body.theme-night .aside-btn a:hover{
	color: #5487ca;
	border: 1px solid #5487ca;
}
body.theme-night .aside-code-bot{
	background: #082842;
}
body.theme-night .aside-code-bot ul li p{
	color: #5487ca;
}


body.theme-night .today-data{
	background: #082842;
}
body.theme-night .today-datah{
	background: url(../image/t-line2.png) repeat-x;
}
body.theme-night .today-datah h3{
	color: #5487ca;
	border-bottom: 3px solid #5487ca;
}
body.theme-night .today-datab ul li{
	border-bottom: 1px solid #6197e1;
}
body.theme-night .today-datab ul li a:hover{
	background: #093355;
}
body.theme-night .today-datab ul li a:hover tr td h4{
	color: #f00;
}
body.theme-night .today-datab ul li a:hover tr td .ptime{
	color: #265aa3;
}
body.theme-night .today-datab ul li a:hover tr td p span{
	color: #265aa3;
}
body.theme-night .ptime{
	color: #265aa3;
}
body.theme-night .listview-rtext h4{
	color: #588cd1;	
}
body.theme-night .listview-rtext p span{
	color: #265aa3;
}
.moreDiv a{
	color: #3d6ba1;
	border: 1px solid #3d6ba1;
}
.moreDiv a:focus,
.moreDiv a:hover{
	color: #fff;
	background: #6197e1;;
}


.golb-main{
	padding:20px 10px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.golb-title{
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.golb-title h2{
	font-size: 36px;
	color: #333;
}
.golb-con{
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.golb-con h3{
	margin-bottom: 15px;
	font-size: 22px;
	color: #003366;
}
.golb-con h3 span{
	font-size: 16px;
	color: #666;
}
.golb-con p{
	margin-bottom: 25px;
	font-size: 16px;
	color: #666;
	text-align: justify;
}
.golb-dl{
	margin-bottom: 25px;
}
.golb-dl dt{
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.golb-dl dd{
	padding-left: 12px;
	font-size: 16px;
	color: #666;
	background: url(../image/dot.png) no-repeat left center;
}


.pro-more{
	width: 100%;
}
.pro-more li{
	padding-top: 13px;
	margin-right: 25px;
	float: left;
	width: 221px;
	height: 142px;
	text-align: center;
	background: #d7d7d7;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.pro-more li span{
	font-size: 13px;
	color: #333;
}
.pro-more li p{
	margin-bottom: 0;
	font-size: 52px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.pro-more li p em{
	font-style: normal;
	font-size: 18px;
}
.pro-more li a{
	display: block;
	width: 100%;
	height:36px;
	line-height: 36px;
	color: #fff;
	background: #003366;
}
.pro-more li a:focus,
.pro-more li a:hover{
	background: #042445;
}


.golb-trade{
	padding: 10px;
	width: 100%;
}
.golb-trade-t{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.golb-trade-t h3{
	font-size: 36px;
	color: #333;
}
.golb-trade ul{
	width: 100%;
}
.golb-trade ul li{
	margin: 0 45px 30px;
	float: left;
	width: 332px;
	height: 95px;
}
.golb-items{
	width: 100%;
	height: 95px;
}
.golb-items img{
	margin-right: 20px;
	float: left;
}
.golb-items-text{
	overflow: hidden;
}
.golb-items-text h4{
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}
.golb-items-text p{
	text-align: justify;
}


.golb-abtn{
	width: 100%;
	overflow: hidden;
}
.golb-abtn a{
	margin: 20px auto;
	display: block;
	width: 307px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #003366;
	border: 2px solid #003366;
	border-radius: 5px;
	overflow: hidden;
}
.golb-abtn a:focus,
.golb-abtn a:hover{
	color: #fff;
	background: #003366;
}



.details{
	padding: 20px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.details-title{
	margin-bottom: 15px;
	width: 100%;
}
.details-title h2{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
.details-title p span{
	margin-right: 15px;
	display: inline-block;
	color: #666;
}
.details-b{
	width: 100%;
}
.details-tips{
	margin-bottom: 25px;
	padding: 10px;
	width: 100%;
	background: #ededed;
	overflow: hidden;
}
.details-tips p{
	font-size: 16px;
	color: #333;
}
.details-con p{
	margin-bottom: 25px;
	font-size: 16px;
	color: #333;
}
.details-con img{
	margin-bottom: 25px;
    max-width: 100%;
}

.bashare-box{
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.bashare-box p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.bashare-box p a{
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.bashare-box p a:hover{
	color: #003366;
}
.details-ul{
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.details-ul li{
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
}
.details-ul li a{
	display: inline-block;
	font-size: 16px;
}

.articles{
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.articles-con{
	padding: 10px;
	width: 418px;
	height:224px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.articles-title{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.articles-title h3{
	padding-left: 15px;
	font-size: 20px;
	color: #333;
	border-left: 6px solid #003366;
}
.articles-list li a{
	display: block;
	width: 98%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.articles-list li a:hover{
	color: #003366;
}



.subbanner{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.subbanner img{
	height: 100%;
}
.down{
	width: 100%;
}
.down-wrap{
	position: relative;
	height: 1066px;
}
.down-main{
	position: absolute;
	top: -50px;
	margin: 5px;
	padding: 20px;
	width: 1200px;
	background: #fff;
	box-shadow: 2px 2px 18px rgba(0,0,0,.11);
	overflow: hidden;
}
.down-main .xiazai-cont{text-align: center;}
.down-main .xiazai-cont .xiazai-btn{
	color: #fff;
    font-size: 24px;
    background: #003366;
    padding: 6px 35px;
    border: 1px solid #003366;
    border-radius: 6px;
	}
.down-main .xiazai-cont .xiazai-btn:hover{
	color: #003366;
	background: #fff;
	border: 1px solid #003366;
}
.down-main .xiazai-cont .xiazai-2{
	margin-left: 130px;
}
.down-category{
	padding: 20px 80px 0;
	margin: 16px auto 30px;
	width: 1090px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.down-cat-msg{
	padding-bottom: 30px;
	width: 500px;
	overflow: hidden;
}
.down-cat-msg h3{
	margin-bottom: 96px;
	font-size: 36px;
	color: #003366;
}
.down-btns{
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.down-btns li{
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #ccc;
}
.down-btns li:last-child{
	border-bottom: none;
}
.down-btns li a{
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #336699;
	overflow: hidden;
}
.down-btns li a:focus,
.down-btns li a:hover{
	background: #003366;
}
.down-btns li i{
	margin-right: 25px;
	display: inline-block;
	width: 36px;
	height: 40px;
	vertical-align: middle;
}
.down-btns li i.i-win{
	background: url(../image/down-win.png) no-repeat;
}
.down-btns li i.i-and{
	background: url(../image/down-and.png) no-repeat;
}
.down-btns li i.i-ios{
	background: url(../image/down-ios.png) no-repeat;
}

.down-code{
	width: 100%;
	overflow: hidden;
}
.down-code ul li{
	display: inline-block;
	width: 48%;
}
.down-code ul li:first-child{
	margin-right: 10px;
}
.down-code ul li img{
	margin-right: 15px;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.down-code ul li p{
	padding-top: 25px;
}

.down-avd{
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.down-avd h3{
	margin-bottom: 15px;
	font-size: 36px;
	text-align: center;
}
.down-avd-text{
	margin: 0 auto;
	width: 985px;
}
.down-avd-text p{
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.down-avd-list{
	width: 100%;
	text-align: center;
}
.down-avd-list li{
	float:left;
	width: 20%;
	overflow:hidden;
}
.down-avd-list li p{
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
}

.down-abtn{
	width: 100%;
}
.down-abtn p{
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.down-abtn a{
	margin:20px auto; 
	display: block;
	width: 310px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #003366;
	border-radius: 5px;
	overflow: hidden;
}
.down-abtn a:focus,
.down-abtn a:hover{
	color: #003366;
	border: 1px solid #003366;
	background: none;
}

.modal {top: 15%; }
.modal-header {border-bottom: none;background: #036;}
.modal-title {text-align: center;color: #fff;}
.close {color: #fff;opacity: 1}
.close:focus,
.close:hover {color: #fff;filter: alpha(opacity=100);opacity: 1;}
.aside-form-con2{margin: 0 auto;width: 85%;}
.aside-form-con2 .ts{font-size: 16px;line-height: 50px;}
.aside-form-con2 .input-c{height: 60px;overflow: hidden;position: relative;}
.aside-form-con2 .input-c .message_error{position: absolute;top: 39px;left: 5px;color: red;}
.aside-form-con2 .input-c input.reg-inpt{padding-left: 15px;width: 100%;height: 40px;border: 1px solid #ddd;}
.capt-int{width: 69% !important;}
.a-code{width: 29%;height: 40px;overflow: hidden;}
.a-code img{height: 100%;}
.code-btn{width: 29%;height: 40px;border: none;color: #fff;background: #21399a;}
.code-btn.active{color: #fff;background: #003366;}
.aside-btn{width: 100%;}
.aside-btn a{margin-bottom: 10px;display: block;width: 100%;height: 60px;line-height: 60px;text-align: center;font-size: 24px;color: #fff;background: #003366;border-radius: 5px;}
.aside-btn a:hover{background: #006699;}


.intr{
	width: 100%;
}
.intr-tips{
	margin-bottom: 20px;
	overflow: hidden;
}
.intr-tips h3{
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #036;
}
.intr-tips p{
	font-size: 24px;
	color: #666;
}
.intrTable{
	margin-bottom: 20px;
	width: 100%;
}
.intrTable table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.intrTable table thead tr th,
.intrTable table tbody tr td{
	padding: 10px 20px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
}
.intrTable table thead tr th{
	font-weight: normal;
	font-size: 18px;
	background: #036;
	color: #fff;
	text-align: center;
}
.intrTable table thead tr th:first-child{
	background: #069;
}
.intrTable table tbody tr td{
	color: #666;
}
.intrTable table tbody tr td:first-child{
	background: #ededed;
}
.intrTable table tbody tr td i{
	margin: 0 auto;
	display: block;
}
.a-more{
	margin: 5px auto;
	display: block;
	width: 185px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #036;
	overflow: hidden;
}
.a-more:hover{
	color: #fff;
	background: #069;
}

.img-no{
	width: 18px;
	height: 2px;
	background: url(../image/none.png) no-repeat;
}
.img-suc{
	width: 28px;
	height: 28px;
	background: url(../image/ok.png) no-repeat;
}
.intrBtn{
	width: 100%;
	text-align: center;
}
.intrBtn a{
	margin: 0 15px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 304px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size:20px;
	color: #fff;
	border-radius: 5px;
	background: #036;
}
.intrBtn a:last-child{
	background: #069;
}
.intrBtn a:hover{
	color: #fff;
	background: #036;
}
.join{
	width: 100%;
}
.join-title{
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.join-con{
	width: 100%;
}
.join-msg p{
	font-size: 20px;
	color: #666;
}
.join-ulList{
	padding-top: 15px;
	width: 100%;
}
.join-ulList ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.join-ulList ul li p{
	font-size: 16px;
	color: #036;
	height: 44px;
}
.join-ulList ul li p span{
	font-size: 14px;
	color: #666;
}
.join-ulList ul li a{
	margin: 5px auto;
	display: block;
	width: 178px;
	height: 40px;
	line-height: 34px;
	font-size: 20px;
	color: #036;
	background: #fff;
	border: 2px solid #036;
	border-radius:5px;
	overflow: hidden;
}
.join-ulList ul li:nth-of-type(1) a,
.join-ulList ul li:nth-of-type(2) a{
	color: #fff;
	background: #036;
}
.join-ulList ul li:nth-of-type(1) a:hover,
.join-ulList ul li:nth-of-type(2) a:hover{
	color: #036;
	background: #fff;
}
.join-ulList ul li a:hover{
	color:#fff;
	background: #036;
}


.book{
	padding: 25px;
	margin: 0 5px 5px;
	background: #fff;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
}
.book p{
	margin-bottom: 25px;
	font-size: 16px;
	color: #666;
	text-align: justify;
}
.agr-main{
	height: 800px;
	overflow-x: hidden;
	overflow-y: auto;
}
.agr-msg{
	padding-right: 10px;
}
.agr-msg p strong{
	font-size: 20px;
}


.help{
	width: 100%;
}
.help-l{
	width: 160px;
}
.help-menu{
	width: 100%;
}
.help-menu h2{
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #003366;
	overflow: hidden;
}
.help-menu ul{
	padding-bottom: 20px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.help-menu ul li{
	border-bottom: 1px solid #ddd;
}
.help-menu ul li:last-child{
	border-bottom: none;
}
.help-menu ul li a{
	padding: 15px 0;
	display: block;
	font-size: 16px;
	color: #404040;
	text-align: center;
}
.help-menu ul li.active a{
	font-weight: bold;
	color: #003366;
}
.help-menu ul li.active a:hover{
	font-weight: normal;
}
.help-menu ul li a:hover{
	color: #fff;
	background: #2688ac;
}
.help-ul li a i{
	margin-right: 10px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../image/img.png) no-repeat;
	vertical-align: middle;
}
.help-ul li a i.hico1{
	background-position: 0 -244px;
}
.help-ul li a i.hico2{
	background-position: 0 -198px;
}
.help-ul li a i.hico3{
	background-position: 0 -330px;
}
.help-ul li a i.hico4{
	background-position: 0 -286px;
}
.help-ul li a i.hico5{
	background-position: 0 -44px;
}
.help-ul li a i.hico6{
	background-position: 0 -22px;
}
.help-ul li a i.hico7{
	background-position: 0 -154px;
}
.help-ul li a i.hico8{
	background-position: 0 -110px;
}
.help-ul li a:hover i.hico1{
	background-position: 0 -220px;
}
.help-ul li a:hover i.hico2{
	background-position: 0 -176px;
}
.help-ul li a:hover i.hico3{
	background-position: 0 -308px;
}
.help-ul li a:hover i.hico4{
	background-position: 0 -264px;
}
.help-ul li a:hover i.hico5{
	background-position: 0 -66px;
}
.help-ul li a:hover i.hico6{
	background-position: 0 0;
}
.help-ul li a:hover i.hico7{
	background-position: 0 -132px;
}
.help-ul li a:hover i.hico8{
	background-position: 0 -88px;
}
.data-ul li a{
	position: relative;
}
.data-ul li a i{
	position: absolute;
	left: 10px;
	top: 15px;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../image/data.png) no-repeat;
	vertical-align: middle;
}
.data-ul li a i.dico1{
	background-position: 0 -176px;
}
.data-ul li a i.dico2{
	background-position: 0 -154px;
}
.data-ul li a i.dico3{
	background-position: 0 -132px;
}
.data-ul li a i.dico4{
	background-position: 0 -66px;
}
.data-ul li a i.dico5{
	background-position: 0 -88px;
}
.data-ul li a i.dico6{
	background-position: 0 -110px;
}
.data-ul li a i.dico7{
	background-position: 0 -44px;
}
.data-ul li a i.dico8{
	background-position: 0 -22px;
}
.data-ul li a i.dico9{
	background-position: 0 0;
}
.data-ul li a i.dico10{
	background-position: 0 -110px;
}
.data-ul li a i.dico11{
	background-position: 0 -88px;
}
.data-ul li a i.dico12{
	background-position: 0 -66px;
}
.data-ul li a i.dico13{
	background-position: 0 -44px;
}
.data-ul li a i.dico14{
	background-position: 0 -88px;
}
.data-ul li a i.dico15{
	background-position: 0 -110px;
}
.data-ul li a i.dico16{
	background-position: 0 -44px;
}
.data-ul li a i.dico17{
	background-position: 0 -66px;
}
.data-ul li a i.dico18{
	background-position: 0 -22px;
}
.data-ul li a i.dico19{
	background-position: 0 -66px;
}
.data-ul li a i.dico20{
	background-position: 0 0;
}
.data-ul li a i.dico21{
	background-position: 0 -264px;
}
.data-ul li a i.dico22{
	background-position: 0 -374px;
}
.data-ul li a i.dico23{
	background-position: 0 -352px;
}
.data-ul li a i.dico24{
	background-position: 0 -330px;
}
.data-ul li a:hover i.dico1{
	background-position: -23px -176px;
}
.data-ul li a:hover i.dico2{
	background-position: -23px -154px;
}
.data-ul li a:hover i.dico3{
	background-position: -23px -132px;
}
.data-ul li a:hover i.dico4{
	background-position: -23px -66px;
}
.data-ul li a:hover i.dico5{
	background-position: -23px -88px;
}
.data-ul li a:hover i.dico6{
	background-position: -23px -110px;
}
.data-ul li a:hover i.dico7{
	background-position: -23px -44px;
}
.data-ul li a:hover i.dico8{
	background-position: -23px -22px;
}
.data-ul li a:hover i.dico9{
	background-position: -23px 0;
}
.data-ul li a:hover i.dico10{
	background-position: -23px -110px;
}
.data-ul li a:hover i.dico11{
	background-position: -23px -88px;
}
.data-ul li a:hover i.dico12{
	background-position: -23px -66px;
}
.data-ul li a:hover i.dico13{
	background-position: -23px -44px;
}
.data-ul li a:hover i.dico14{
	background-position: -23px -88px;
}
.data-ul li a:hover i.dico15{
	background-position: -23px -110px;
}
.data-ul li a:hover i.dico16{
	background-position: -23px -44px;
}
.data-ul li a:hover i.dico17{
	background-position: -23px -66px;
}
.data-ul li a:hover i.dico18{
	background-position: -23px -22px;
}
.data-ul li a:hover i.dico19{
	background-position: -23px -66px;
}
.data-ul li a:hover i.dico20{
	background-position: -23px 0;
}
.data-ul li a:hover i.dico21{
	background-position: -23px -264px;
}
.data-ul li a:hover i.dico22{
	background-position: -23px -374px;
}
.data-ul li a:hover i.dico23{
	background-position: -23px -352px;
}
.data-ul li a:hover i.dico24{
	background-position: -23px -330px;
}


.help-r{
	padding:22px 26px;
	width: 1020px;
	background: #fff;
	overflow: hidden;
}

.textToggle{
	width: 100%;
}
.textToggle li{
	margin-bottom: 20px;
}
.textToggle li a{
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #666;
}
.textToggle li a:hover{
	font-weight: bold;
}
.textToggle li.active a{
	padding-bottom: 10px;
	font-size: 24px;
	color: #404040;
	background: url(../image/t-line.png) repeat-x;
}
.textToggle li.active a:hover{
	font-weight: normal;
}
.textToggle li.active a span{
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 3px solid #2678ac;
}
.textToggle-con{
	padding-top: 10px;
	display: none;
	width: 100%;
}
.textToggle-con p{
	margin-bottom: 15px;
	font-size: 14px;
	color: #adadad;
}
.textToggle li.active .textToggle-con{
	display: block;
}


.webmap{
	width: 100%;
}
.webmap li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.webmap li:last-child{
	border-bottom: none;
}
.webmap-list{
	padding: 0 10px;
	width: 100%;
}
.webmap-list span{
	margin-right: 20px;
	float: left;
	display: block;
	width: 46px;
	height: 42px;
	background: url(../image/map.png) no-repeat;
}
.webmap-list span.mico1{
	background-position:0 -252px;
}
.webmap-list span.mico2{
	background-position:0 -210px;
}
.webmap-list span.mico3{
	background-position:0 -336px;
}
.webmap-list span.mico4{
	background-position:0 -294px;
}
.webmap-list span.mico5{
	background-position:0 -168px;
}
.webmap-list span.mico6{
	background-position:0 -42px;
}
.webmap-list span.mico7{
	background-position:0 0;
}
.webmap-list span.mico8{
	background-position:0 -126px;
}
.webmap-list span.mico9{
	background-position:0 -84px;
}

.webmap-list-nav h3{
	margin-bottom: 5px;
	font-size: 16px;
	color: #0067a9;
}
.webmap-list-nav p a{
	margin-right:20px;
	display: inline-block;
	color: #666;
}
.webmap-list-nav p a:hover{
	font-weight: bold;
}

.data-list{
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.data-cons{
	margin: 0 10px;
	padding:22px 15px;
	background: #f3f5f9;
	overflow: hidden;
}
.data-cons h3{
	margin-bottom: 10px;
	font-size: 32px;
	color: #333;
}
.data-cons-items{
	margin-bottom: 10px;
}
.data-cons-num{
	margin-right: 50px;
	width: 245px;
}
.data-cons-num dl{
	margin-bottom: 5px;
	width: 100%;
}
.data-cons-num dl dt,.data-cons-num dl dd{
	display: inline-block;
}
.data-cons-num dl dt{
	margin-right: 15px;
	font-size: 30px;
	font-weight: normal;
}
.data-cons-num p{
	width: 100%;
}
.data-cons-num p span{
	display: inline-block;
	width: 49%;
	font-size: 16px;
	color: #666;
}

.text-red{
	color: #ff0000;
}
.text-green{
	color: #009900;
}
.data-cons-num dl dd{
	font-size: 20px;
}
.data-cons-num dl dd span{
	display: block;
}
.data-cons-num dl dd i{
	margin-left: 5px;
	display: inline-block;
	width: 20px;
	height: 21px;
}
.data-cons-num dl dd span.text-red i{
	background: url(../image/up.png) no-repeat;
}
.data-cons-num dl dd span.text-green i{
	background: url(../image/down.png) no-repeat;
}
.data--cons-ul{
	width: 264px;
}
.data--cons-ul li{
	margin-bottom: 5px;
	width: 100%;
}
.data--cons-ul li span{
	display: inline-block;
	width: 49%;
	color: #666;
}

.data-cons-btns a{
	margin: 0 10px;
	display: inline-block;
	width: 136px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: #003366;
	overflow: hidden;
}
.data-cons-btns a:focus,
.data-cons-btns a:hover{
	background: #006699;
}

.data-pro-msg{
	width: 100%;
}
.data-pro-msg h3{
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}
.data-pro-msg p{
	font-size: 16px;
	color: #666;
}

.data-pro-table{
	margin: 15px 0 20px;
	width: 100%;
	overflow: hidden;
}
.data-pro-table table{
	width: 100%;
	border: 1px solid #c5e0fb;
	border-collapse: collapse;
}
.data-pro-table table tr:nth-of-type(odd){
	background: #c5e0fb;
}
.data-pro-table table tr td{
	padding: 5px;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #c5e0fb;
	border-bottom: 1px solid #c5e0fb;
}

.data-pro-news{
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.data-pro-newsl{
	width: 474px;
}
.data-pro-t{
	margin-bottom: 10px;
}
.data-pro-t h3{
	font-size: 20px;
	color: #333;
}

.data-pro-t .more-btn {
	margin-right: 0;
	margin-top:5px;
	line-height: 18px;
	border: 1px solid #003366;
	background: #fff;
	color: #003366;
	border-radius: 25px;
}
.data-pro-t .more-btn span{
	margin-left: 5px;
	display: inline-block;
	font-family: '宋体';
}
.data-pro-t .more-btn:hover{
	color: #fff;
	background: #003366;
}

.data-pro-newsl ul{
	padding:10px 25px;
	border: 1px solid #ddd;
}
.data-pro-newsl ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.data-pro-newsl ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.data-pro-newsl ul li .news-tabs-con{
	padding: 0;
}
.data-pro-newsl ul li .news-text{
	width: 370px;
}


.abanner{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.abanner img{
	height: 100%;
}
.about-hd,.about-bd{
	width: 100%;
	overflow: hidden;
}
.about-hd{
	margin-bottom: 30px;
}

.abg1{
	background: #ebf4fc;
}
.about-htitle{
	width: 100%;
	text-align: center;
}
.about-htitle h2{
	position: relative;
	padding: 0 100px;
	display: inline-block;
	font-size: 30px;
	color: #003366
}
.about-htitle h2 span{
	position: absolute;
	top: 50%;
	display: block;
	width: 92px;
	height: 2px;
	background: #6e8dac;
}
.about-htitle h2 span.sline-l{
	left: 0;
}
.about-htitle h2 span.sline-r{
	right: 0;
}


.about-msg{
	width: 100%;
}
.about-msgl{
	padding-top: 15px;
	width: 375px;
	height: 263px;
	overflow: hidden;
}
.about-msgl img{
	width: 375px;
	height: 100%;
	border-radius: 10px;
}
.about-msgr{
	width: 790px;
}
.about-msgr h3{
	margin-bottom: 10px;
	font-size: 24px;
	color: #333;
}
.about-msgr p{
	line-height: 32px;
	font-size: 16px;
	color: #666;
	text-align: justify;
}



.abg2{
	background: url(../image/abg1.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.abg2 .about-htitle h2{
	color: #fff
}
.abg2 .about-htitle h2 span{
	background: #a2a7ae;
}
.about-adv{
	width: 100%;
}
.about-adv ul li{
	margin-bottom: 60px;
	float: left;
	width: 50%;
}
.about-items{
	padding:20px;
	margin: 0 auto;
	display: table;
	width: 458px;
	height: 200px;
	border: 2px solid #91cffe;
	border-radius: 5px;
	overflow: hidden;
}
.about-items-img,.about-items-text{
	display: table-cell;
	vertical-align: middle;
}
.about-items-img i{
	display: block;
	width: 62px;
	height: 68px;
}
.about-items-img i.aico1{
	background: url(../image/lag-ch.png) no-repeat;
}
.about-items-img i.aico2{
	background: url(../image/lag-ch.png) no-repeat;
}
.about-items-img i.aico3{
	background: url(../image/lag-ch.png) no-repeat;
}
.about-items-img i.aico4{
	background: url(../image/lag-ch.png) no-repeat;
}
.about-items-text{
	padding-left:20px;
	padding-right: 50px;
}
.about-items-text h3{
	margin-bottom: 5px;
	font-size: 24px;
	color: #91cffe;
}
.about-items-text p{
	line-height: 30px;
	font-size: 16px;
	color: #ccc;
}


.abg3{
	background: url(../image/abg2.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.about-contact{
	width: 100%;
}
.about-add{
	width: 100%;
}
.about-clist{
	margin-bottom: 40px;
}
.about-clist img{
	margin-right: 26px;
	float: left;
	width: 77px;
	height: 78px;
	overflow: hidden;
}
.about-clist-text{
	padding-top: 5px;
	overflow: hidden;
}
.about-clist-text h3{
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}
.about-clist-text img{
	float: none;
}
.about-clist-text p{
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
}
.about-clist-text p span{
	color: #333;
}
.about-clist-text a{
	display: block;
	width: 136px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #003366;
	border: 1px solid #003366;
	border-radius: 5px;
	overflow: hidden;
}
.about-clist-text a:focus,
.about-clist-text a:hover{
	color: #fff;
	background: #003366;
}
.about-kf,
.about-tel,
.about-code-kf,
.about-code-dyh{
	margin-right: 95px;
	width: 345px;
}

.about-clist-text img{
	margin-top: 5px;
	margin-left: 6px;
	width: 146px;
	height: 146px;
	overflow: hidden;
}


.videoScroll-left{ 
	position:relative;  
	margin: 0 5px 15px; 
	padding: 0 10px;
	background: #fff;
	overflow:hidden; 
}

.videoScroll-left .hd .prev,
.videoScroll-left .hd .next{ 
	margin-top: -18px;
	position: absolute;
	top: 50%;
	display:block;  
	width:36px; 
	height:36px; 
	overflow:hidden;
	cursor:pointer;	
	opacity: 0.3;
}
.videoScroll-left .hd .prev{
	left: 10px;
	background: url(../image/v-prev.png) no-repeat; 
}
.videoScroll-left .hd .next{ 
	right: 10px;
	background: url(../image/v-next.png) no-repeat;  
}

.videoScroll-left .hd a:hover{ 
	opacity: 1;	
}

.videoScroll-left .bd{ padding:10px 36px;   }
.videoScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.videoScroll-left .bd ul li{ 
	margin:0 13px; 
	float:left; 
	_display:inline;
	width: 170px; 
	height: 103px;
	overflow:hidden; 
}
.picList-item{
	position: relative;
	width: 170px; 
	height: 103px;
}
.picList-item a{
	display: block;
}
.picList-item .pic{ 
	width: 170px; 
	height: 103px;
	background: #036;
	overflow: hidden;	
}
.picList-item .pic img{
	width: 100%;
	height: 100%;
}
.picList-item p{
	padding: 0 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: rgba(255,255,255,.5);
}


.Strategy .details-title{
    text-align: center;
}
.Strategy-subnav{
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    height: 43px;
    border-bottom: 1px solid #ddd;
}
.Strategy-subnav ul{
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 43px;
}
.Strategy-subnav ul li{
    margin-right: 80px;
    padding: 0 20px;
    float: left;
}
.Strategy-subnav ul li:last-child{
    margin-right: 0;
}
.Strategy-subnav ul li a{
    display: block;
    line-height: 40px;
    font-size: 20px;
    color: #333;
}
.Strategy-subnav ul li.active a{
    font-weight: bold;
    color: #036;
    border-bottom: 4px solid #036;
}
.Strategy-product{
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
.Strategy-product ul li{
    margin-right: 10px;
    margin-bottom: 12px;
    float: left;
    width: 111px;
    height: 32px;
    overflow: hidden;
}
.Strategy-product ul li:nth-of-type(7n){
    margin-right: 0;
}
.Strategy-product ul li a{
    display: block;
    width: 111px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
}
.Strategy-product ul li.active a{
    color: #fff;
    background: #036;
    border-color:#036;
}
.Strategy-pronav{
    margin-bottom: 30px;
    width: 100%;
}
.Strategy-pronav ul{
    width: 100%;
}
.Strategy-pronav ul li{
    margin-bottom: 10px;
    float: left;
    width: 50%;
}
.Strategy-pronav ul li a{
    margin: 0 auto;
    display: block;
    width: 282px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    background: #ededed;
    overflow: hidden;
}
.Strategy-pronav ul li a.text-green{
    color: #349800;
}
.Strategy-pronav ul li a.text-red{
    color: #c60001;
}
.mask-x{position: fixed;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.6;background: #000000;z-index:9999999;display: none;}


.rj-step{width: 1200px;margin: auto;background: #fff;}
.rj-step img{width: 100%;}
.rj-step .banner{width: 100%;margin-bottom: 40px;}
.rj-step .tab-cont {width: 100%; margin: auto;}
.rj-step .nav {width: 100%;height: 80px;margin: auto;display: flex;margin-bottom: 40px;}
.rj-step .nav a {vertical-align: top;display: block;width: 50%;height: 80px;line-height: 78px;font-size: 14px;text-align: center;flex: 2;cursor: pointer;border: 1px solid #999;color: #999;}
.rj-step .nav a:first-child{border-right: none;}
.rj-step .nav a:last-child{border-left: none;}
.rj-step .nav a.on{border: 1px solid #00adfe;color: #00adfe;}
.rj-step .nav a:last-child img{width: 60px;height: 60px;}
.rj-step .nav a:first-child img{width: 85px;height: 56px;}
.rj-step .nav a span{line-height: 20px; margin-left: 15px;}
.rj-step .contentBox{width: 100%;}
.rj-step .contentBox .box{display:none;width: 100%;margin-top: 30px;}
.rj-step .contentBox .box.active{display:block;}
.rj-step .contentBox .box .box-l{width: 100%;margin-top: 1rem;}
.rj-step .contentBox .box .box-l img{width: 100%;margin-left: 0;}
.rj-step .contentBox .box .box-l h3{font-size: 16px;font-weight: 600;line-height: 40px;}
.rj-step .contentBox .box .box-l p{font-size: 16px;}
.rj-step .contentBox .box .box-r{width: 100%;margin-top: 30px;}
.rj-step .contentBox .box .box-r img{width: 100%;margin-left: 0;}

.header-bottom h1 img {
	height: 62px;
}

.ad {
	position: relative;
	display: block;
}
.ad:after {
	content: "广告";
	display: block;
	position: absolute;
	right: 2px;
	bottom: 2px;
	font-size: 12px;
	color: #fff;
	padding: 0 2px;
	border: 1px solid #fff;
	background: #0000004d;
}
