body{
	margin:0px;
	padding:0px;
	font-family:'微软雅黑';
}
a{
	text-decoration:none;
}
li{
	list-style:none;
}
.head{
	width:100%;
	height:40px;
	background:#003366;
}
.head .head-cont{
	width:1200px;
	margin:0 auto;
	color:#ffffff;
	font-size:12px;
}
.head-cont .head-left{
	float:left;
}
.head-left p{
	line-height:40px;
}
.head-cont .head-right{
	float:right;
}
.head-right a{
	color:#ffffff;
	display:block;
	margin:12px;
	float:left;
}
.head-right span{
	margin:11px 12px 0px 0px;
	display:block;
	float:left;
}
.head-right p{
	float:left;
	font-size:18px;
	padding:0px;
	margin:8px 0px 0px 0px;
	background:url('../images/tb1.jpg') left no-repeat;
	padding-left:30px;
}


.nav{
	width:100%;
	height:80px;
	background:#0066cc;
}
.nav .nav-content{
	width:1200px;
	margin:0 auto;
}
.nav-content .logo{
	padding:12px 0px 0px 0px;
	display:block;
	width:18px;
	height:55px;
	float:left;
}
.nav-content ul{
	padding:0px;
	margin:0px;
	float:right;
	
}
.nav-content ul li{ 
 float:left;
 width:110px;
}

.nav-content ul li a{
	display:block;
	font-size:16px;
	color:#fff;
	height:80px;
	line-height:80px;
	text-align:center;
	font-weight:bold;
	font-family:'微软雅黑';
}
.nav-content ul li:hover{
	background:#0078db;
	}
.drop-down .div{ display: none;; }
.drop-down:hover .div{
		display: block;
		visibility: visible;
	    z-index:10000;
		position:absolute;
		opacity: 1;
        }
.div{
	width:110px;
	height:auto; 
	background:#0066cc;
	
	transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
	}
.div .ys{
	color:#fff;
	text-align:left;
	padding-left:30px;
	padding:0px;
	text-align:center;
}	
.div .ys:hover{
	background:#0078db;
}


 *{ margin:0; padding:0; }
  img{ display: block; border:none;}
  ul,li{ list-style: none;}
  .lubo{ width: 100%; min-width:1000px;clear: both; position: relative; height:500px;}
  .lubo_box{ position: relative; width: 100%; height:368px; }
  .lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:500px; opacity: 0;filter:alpha(opacity=0);}
  .lubo_box li a{ display: block;width: 100%;  height: 100%;}

  .lubo_box li img{ width: 100%; height: 500px;}

  /*圆点*/
  .cir_box{ overflow: hidden; position: absolute; z-index: 100;}
  .cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
  .cir_on{ background: #0078db !important;}

  /*按钮*/
  .lubo_btn{ position: absolute; width: 100%; top: 200px;}
  .left_btn, .right_btn{ width: 30px; height: 80px; background: #0078db;opacity: 0.8;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 80px; font-size: 30px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
  .left_btn{ float: left;}
  .right_btn{ float: right;}
  
.proud{
	width:100%;
	height:850px;
	background:#f8f8f8;
}
.proud .bt{
	width:370px;
	margin:0 auto;
	padding:70px 0px 27px 0px; 
}
.proud .rx-url{
	width:810px;
	margin:0 auto;
	height:70px;
}
.rx-url ul li{
	float:left;
	width:170px;
	border:1px solid #ccc;
	height:43px;
	background:#fff;
	border-radius:10px;
	text-align:center;
	margin:14px;
}
.rx-url ul li a{
	line-height:43px;
	color:#000;
}
.rx-url ul li:hover{
	background:#6665ef;
	border:1px solid #6665ef;
}
.rx-url ul li:hover a{
	color:#fff;
}
.on{
	background:#6665ef!important;
	border:1px solid #6665ef!important;
	
}
.on a{
color:#fff!important;	
}
.rxtb{
	position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
	background:url('../images/rx.png') no-repeat;
}
.proud .rmlb{
	width:1200px;
	margin:0 auto;
	height:500px;
}
.proud .rmlb ul li{
	width:288px;
	height:480px;
	float:left;
	border:1px solid #ccc;
	border-radius:10px;
	background:#fff;
	margin:5px;
}

.rmlb ul li:hover{
	-moz-box-shadow: 0 1px 10px 1px #6665ef;
	-webkit-box-shadow: 0 1px 10px 1px #6665ef;
	box-shadow: 0 1px 10px 1px #6665ef;
}


.rmlb ul li p{
	background:#f8f8f8;
	border-radius:10px 10px 0px 0px;
	height:80px;
	text-align:center;
	font-size: 18px;
    font-weight: bold;
    color: #333;
	line-height:80px;
	position: relative;
}

.rmlb ul li .divlb{
	padding:20px;
	font-size:12px;
}

.divlb div{
	height:30px;
}
.divlb b{
	float:left;
	text-align:right;
	width:40%;
	display: inline-block;
	font-weight: bold;
    color: #333;
}
.divlb span{
	display:block;
	float:right;
	width:60%;
	text-align:center;
	color: #666;
}
.rmlb ul li .money{
	text-align:center;
	margin-bottom:40px;
}
.money .spana{
	font-size:18px;
	color: #666;
}
.money .spanb{
	font-size:16px;
	color: #666;
}
.money .spanc{
	font-size:36px;
	color: #ff6600;
}
.ljzx{
height:40px;
background:#fff;
text-align:center;
width:250px;
margin:0 auto;
display:block;
color:#666;
line-height:40px;
border-radius:5px;
border:1px solid #666;
}
.ljzx:hover,.ljzxs:hover{
  background:#6665ef;
	border:1px solid #6665ef;
	color:#fff;
}

.ljzxs{
height:40px;
background:#fff;
text-align:center;
width:250px;
margin:0 auto;
display:block;
color:#758dcf;
line-height:40px;
border-radius:5px;
border:1px solid #758dcf;
}

.about{
	background:url('../images/index2_02.jpg') no-repeat;
	height:790px;
	width:100%;
	background-size:100% 100%;  
}
.about .title{
	width:370px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:50px;
}
.about .aboutjj{
	width:1200px;
	margin:0 auto;
	height:400px;
	
}
.aboutjj .aboutjj-left{
	float:left;
	width:50%;
	font-size:14px;
	color:#777;
	line-height:30px;
	
}
.aboutjj-left .dicff{
	text-indent:2em;
	padding-top:30px;
	margin-bottom:50px;
}

.aboutjj .aboutjj-right{
	float:right;
	width:40%
}

.jjfa{
	width:1200px;
	margin:0 auto;
}
.jjfa ul{
	
}
.jjfa ul li{
	float:left;
	margin:20px;
}
.jjfa ul li .jjfabt{
	background:url('../images/jjfa.jpg') no-repeat;
	font-size:16px; 
	color:#305dc3;
	font-weight:bold;
	padding-left:40px;
	height:35px;
	line-height:28px;
	width:120px;
	margin:0 auto;
}
.jjfa ul li span{
	display:block;
	width:250px;
	font-size:12px;
	color:#889ebd;
	line-height:25px;
	text-indent:2em;
	text-align:center;
}



.sjzx{
	width:100%;
	background:#f5f5f5;
	height:990px;
}
.sjzx .sjzxbt{
	width:371px;
	margin:0 auto;
	height:65px;
	padding-top:78px;
	padding-bottom:40px;
}
.sjzx .wzms{
	text-align:center;
	background:#ff874b;
	width:430px;
	margin:0 auto;
	font-size:14px;
	color:#fff;
	padding:10px 5px 10px 5px ;
	border-radius:5px;
}

.sjzx .fbt img{
	width:100%;
	height:687px;
}

.news{
	width:100%;
	height:600px;
	background:#fff;
}
.news .title{
	padding-top:70px;
	padding-bottom:10px;
	width:368px;
	height:60px;
	margin:0 auto;
}
.newms{
	text-align:center;
	font-size:14px;
	margin-bottom:50px;
}
.news .cont{
	width:1250px;
	margin:0 auto;
}
.cont ul{
	float:left;
	width:385px;
	height:320px;
	margin:14px;
}
.cont ul li{
	line-height:25px; 
    font-size:12px;
	height:25px;
	margin: 0 0 15px;
	padding-left:20px;
	
	}
.cont ul li span{
	background:#f6f6f6;
	display:block;
	width:55px;
	color:#999999;
	text-align:center;
	margin-right:15px;
	float:left;
	border-radius:5px;
}
.cont ul li a{
	color:#333;
	display:block;
	float:left;
}
.gsxw{
	
	width:385px;
	height:109px;
	font-size:25px;
	color:#f5f5f5;
	line-height:109px;
	text-align:center;
}
.ba{
	background:url('../images/gsxw.jpg') no-repeat;
}
.bb{
	background:url('../images/hyxw.jpg') no-repeat;
}
.bc{
	background:url('../images/hydt.jpg') no-repeat;
}

.cont ul li:hover span{
	background:#6665ef!important;
	color:#fff;
}







.hzhb{
	width:100%;
	height:460px;
}
.hzhb p{
	width:365px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:30px;
}
.hzhb ul{
	width:1200px;
	margin:0 auto;
}
.hzhb ul li{
	float:left;
	margin:10px 34px 10px 34px;
}




.footer{
	width:100%;
	background:#454857;
	height:320px;
}
.footer a:hover{
	color:#fff;
}
.footer .footer-cont{
	padding-top:40px;
	width:1200px;
	margin:0 auto;
}
.footer-cont .footer-left{
	float:left;
}
.footer-left ul{}
.footer-left ul li{
	float:left;
	margin:30px;
}
.footer-left ul li p{
	font-size:16px;
	color:#fff;
	line-height:45px;
}
.footer-left ul li a{
	display:block;
	color:#939699;
	font-size:12px;
	line-height:25px;
}

.footer-left ul li span{
	display:block;
	color:#939699;
	font-size:12px;
	line-height:25px;
	width:240px;
}

.footer-cont .footer-right{
	float:right;
	text-align:center;
	color:#fff;
	padding-top:40px;
}


.footer-bottom{
	width:100%;
	height:55px;
	background:#3a3c49;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:55px;
}
.footer-bottom a{
	color:#fff;
}
.footer-bottom a:hover{
	text-decoration:underline;
}



.zlmst img{
	width:100%;
}

.gywmlm{
	height:77px;
	width:100%;
	border-bottom:1px solid #ccc;
}
.gywmlm ul{
	margin:0 auto;
	width:685px;
	padding-top:34px;
}
.gywmlm ul li{
	float:left;
	width:137px;
	height:43px;
	text-align:center;
}
.gywmlm ul li a{
	font-size:16px;
	color:#717379;
	line-height:43px;
	
}
.gywmlm ul li:hover{
	background:#6665ef;
	border-radius:10px 10px 0px 0px;
}
.gywmlm ul li:hover a{
	color:#fff;
}

.gysl{
	width:1200px;
	margin:0 auto;
	height:650px;
}
.gysltitle{
	border-bottom:1px solid #ccc;
	height:93px;
	width:1200px;
	margin:0 auto;
}
.gysltitle span{
	display:block;
	border-bottom:2px solid #6665ef;
	width:120px;
	font-size:26px;
	text-align:center;
	padding-top:56px;
}

.gysl .gywmleft{
	float:left;
	width:685px;
	font-size:14px;
	color:#666666;
	line-height:30px;
	text-align: justify;
	text-indent:2em;
	padding-top:50px;
}
.gysl .gywmright{
	float:right;
	width:400px;
	padding-top:60px;
}

.sltd{
	width:100%;
	background:#f5f5f5;
	height:660px;
}
.sltd .sltd-marg{
	width:1200px;
	margin:0 auto;
	padding-top:73px
}
.sltd-marg .sltdleft{
	float:left;
	background:#fff;
	width:565px;
	height:400px;
}
.jstd{
	padding-top:30px;
	text-align:center;
	display:block;
	font-size:24px;
	font-weight:bold;
}
 .jstd img{
	width:113px;
	height:118px;
	margin:0 auto;
	padding-bottom:10px;
}
.wzms{
	font-size:14px;
	color:#666666;
	line-height:30px;
	padding:20px 20px 0px 20px;
	text-align: justify;
	text-indent:2em;
}

.sltd-marg .sltdright{
	float:right;
	background:#fff;
	width:565px;
	height:400px;
}

.sltdleft:hover,.sltdright:hover{
	-moz-box-shadow: 0 1px 10px 1px #fac599;
	-webkit-box-shadow: 0 1px 10px 1px #fac599;
	box-shadow: 0 1px 10px 1px #fac599;
}


.slln{
	width:100%;
	height:750px;
	background:#3a54a3;
}
.sllns{
	width:810px;
	margin:0 auto;
	height:310px;
}
.sllns p{
	float:left;
	width:200px;
	text-align:center;
	color:#b0bee9;
	font-size:14px;
	margin:50px 35px 35px 35px;
}

.sllns p:hover{
	-moz-box-shadow: 0 1px 10px 1px #fac599;
	-webkit-box-shadow: 0 1px 10px 1px #fac599;
	box-shadow: 0 1px 10px 1px #fac599;
}

.sllns p img{
	width:123px;
	margin:0 auto;
	height:118px;
}
.sllns p span{
	color:#fff;
	padding:15px;
	display:block;
	font-size:18px;
}
.sltz{
	text-align:center;
	font-size:30px;
	color:#fff;
}
.sltzp{
	width:1200px;
	margin:0 auto;
}
.sltzp p{
	background:url('../images/tzs.jpg')0px 8px no-repeat;
	width:485px;
	float:left;
	font-size:14px;
	color:#fff;
	padding-left:25px;
	height:50px;
	line-height:30px;
	margin:45px 45px 15px 45px;
}

.ryzz{
	width:100%;
	height:668px;
	background:#f5f5f5;
}
.ryzz .ryzzs{
	width:937px;
	height:187px;
	margin:0 auto;
	padding-top:50px;
}
.ryzz ul{
	width:1100px;
	margin:0 auto;
	padding-top:20px;
}
.ryzz ul li{
	float:left;
	height:235px;
	width:250px;
	margin:12px;
	text-align:center;
	font-size:14px;
	color:#666666;
	line-height:40px;
}
.ryzz ul li p{
	width:250px;
	height:195px;
	background:#fff;
	border:1px solid #d9d9dc;
	
}
.ryzz ul li p img{
	margin:0 auto;
	padding:10px 0px 0px 0px;
}








/***********************新闻中心************************************************************/
.xwzx{
	width:1200px;
	margin:0 auto;
	height:auto;
}
.xwzx-left{
	width:250px;
	float:left;
	margin-top:40px;
}
.xwzx-left .xwbt{
	font-size:26px;
	border-bottom:3px solid #305dc3;
	width:120px;
	text-align:center;
}
.xwzx-left ul{
	margin-top:20px;
}
.xwzx-left ul li{
	width:240px;
	height:45px;
	border-bottom:0px solid #305dc3;
	background:url('../images/xwss.jpg') no-repeat;	
	line-height:43px;
	
}
.xwzx-left ul li:hover{
	background:url('../images/xwjt.jpg') no-repeat;	
}
.xwzx-left ul .ons{
	background:url('../images/xwjt.jpg') no-repeat;	
}

.ons a{
	color:#fff!important;
}

.xwzx-left ul li a{
	font-size:16px;
	padding-left:60px;
	color:#393939;
	display:block;
	width:180px;
	height:45px;
}
.xwzx-left ul li:hover a{
	color:#fff;
}

.xwzx-right{
	float:left;
	width:900px;
	border-left:1px solid #cccccc;
	margin-bottom:30px;
	margin-top:40px;
	min-height:300px;
}
.xwzx-right ul{
	margin-left:50px;
}
.xwzx-right ul li{
width:850px;
height:150px;	
padding:0px 25px 25px 25px;
}

.xwzx-right ul li:hover{
	-moz-box-shadow: 0 1px 10px 1px #888888;
	-webkit-box-shadow: 0 1px 10px 1px #888888;
	box-shadow: 0 1px 10px 1px #888888;
}
.xwzx-right ul li .btsj{
	height:80px;
	line-height:100px;
}
.btsj a{
	font-size:16px;
	color:#000;
}
.btsj a:hover{
	color:#305dc3;
}

.btsj span{
	float:right;
	font-size:26px;
	color:#a699ad;
}
.xwjj{
	width:600px;
	font-size:14px;
	color:#888888;
	line-height:30px;
	text-indent:2em;
}
.ckxq{
	width:100px;
	float:right;
	display:block;
}

.xwbt{
	text-align:center;
	font-size:20px;
	padding:30px 0px 40px 0px;
}
.xwxqsftyp{
	padding:30px;
	line-height:30px;
	text-indent:2em;
}

.thePage {padding:30px;font-size:14px; color:#797878;}
.thePage p{
	height:30px;
}
.thePage a{ font-size:14px; color:#797878;}
.thePage p:hover{ font-size:14px; color:#305dc3;}
.thePage p:hover a{ font-size:14px; color:#305dc3;}


.pages{
	width:100%;
	margin-top:70px;
	margin-left:100px;
	margin-bottom:50px;
}
.pages a,.pages span {
	display: inline-block;
	padding: 5px 18px;
	margin: 0 1px;
	border: 1px solid #50A8E6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
			
.pages a,
.pages li {
	display: inline-block;
	list-style: none;
	text-decoration: none;
	color: #58A0D3;
}		
.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
	margin: 0;
}
.pages a:hover {
	border-color: #50A8E6;
}
.pages span.current {
	background: #50A8E6;
	color: #FFF;
	font-weight: 700;
	border-color: #50A8E6;
}


.cplb{
	width:1200px;
	margin:0 auto;
	height:150px;
}
.cplb .bt{
	border-bottom: 1px solid #ccc;
    height: 93px;
    width: 1200px;
    margin: 0 auto;	
}		
.bt span{
	display: block;
	border-bottom: 2px solid #6665ef;
	
	font-size: 26px;
	text-align: center;
	padding-top: 56px;
	}
	
