﻿/* 主内容 */
.main_title h2 {

    font-size:30px;
    font-weight:normal;
    color:#003585;
    text-align: center;
    margin-top: 32px;
    letter-spacing: 0px;
}
.main_title h2 a{color:#226ebc;}
.main_title p {
    font-size:18px;
    /*font-weight:bold;*/

    text-align: center;
    margin-top: 24px;
    letter-spacing: 2px;
    color:#226ebc;
}
.main_title p a{
	    color:#005796;
}
.main1 {
    margin-top: 36px;
    overflow: hidden;
}
/* 轮播 */
.banner {
    position: relative;
    float: left; 
    height: 360px; 
    width: 640px; 
    margin:0 auto;
    overflow: hidden;
}
/* .banner:hover .l{
    transform: translateX(65px);
    transition: all .5s;
}
.banner:hover .r{
    transform: translateX(-65px);
    transition: all .5s;
} */
.banner img {
    width: 640px;
    height: 360px;
}
.banner_list{
    position: absolute;
    width: 5760px
}
.banner_list li{
    float: left; 
    width: 640px;
    height:640px;  	
    position:relative;
}
.banner_list li a{display:block;position:relative;}
.banner_list li p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:530px;font-size:16px;color:#fff;line-height:45px;height:45px;padding:0 100px 0 10px;position:absolute;left:0;bottom:4px;z-index:99;background-color:rgba(0,0,0,0.6);}
.l:hover,
.r:hover{
    text-decoration: none;
}
.l,
.r{
    width: 35px; 
    height: 80px;  
    color: #fff; 
    font-size: 50px; 
    line-height: 75px; 
    display: block; 
    position: absolute;  
    z-index: 2;
    top: 140px;
    text-align:center;
}
.l{
    left: -35px;
}
.l img,
.r img {
    width: 20px;
    height: 35px;
}
.r{
    right: -35px;
}
.banner_btn{
    position: absolute; 
    bottom: 15px; 
  left:auto !important;
    right: 10px !important;
  margin-left:0 !important;
  z-index:999;
}
.banner_btn li a{
    display: block; 
    width: 10px; 
    height: 10px;
}
.banner_btn li.active{
    background: #ffffff;
}
.banner_btn li{
    float: left; 
    width:10px ; 
    margin-right:10px;
    height: 10px; 
    background:rgb(182, 179, 179); 
}
/* .ml{
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 600px; 
    height: 610px; 
    background: #ccc0; 
    display: none;
}
.mr{position: absolute; 
    right: 0; 
    top: 0; 
    width: 600px; 
    height: 610px; 
    background: #ccc0; 
    display: none;
} */
/* 新闻table */
.right1 {
    position: relative;
    overflow: hidden;
    width:550px;
    height:360px;
}
.right1_top {
    width: 100%;
    border-bottom: 1px solid rgba(216,216,216,1);
}
.right1_top a {
    margin: 0 25px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    /*font-weight: bold;*/
    padding: 16px 0;
}

.right1_top .current:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #005796;
}
.right1_top .current {
    color:#005796;
    font-weight:bold;
}
.right1_content {
    position: absolute;
    left: 0;
    top: 57px;
    width: 3000px;
    overflow: hidden;
}
.right1_content p{
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(216,216,216,1);
    text-indent: 2px;
    font-size: 20px;
}
.right1_content ul {
    float: left;
    width: 550px;
}
.right1_content li {
    height: 22px;
  margin:15px 0;
}
.right1_content li i {
  margin-left:10px;
    margin-top: 8px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(184,184,184,1);
    vertical-align: top;
}
.right1_content a {
    display: inline-block;
    width: 75%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
    padding-left: 23px;
    font-weight: 400;
    background: url(../images/icons/dot.png) no-repeat 5px 8px;
}
.right1_content a:hover {
    color: #04558D;
}
.right1_content span {
float:right;
    font-size: 16px;
    color: #999;
}
/* main2 */
.main2 {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.main2_left {
    width: 80%;
    overflow: hidden;
}
.zwgk {
    overflow: hidden ;
}
.zwgk >a{
    position: relative;
    width:160px;
    font-size:18px;
    /*font-weight:bold;*/
    color:#005796;
    text-align: center;
    padding: 17px 0;
    border-bottom:2px solid #005796;
}
.zwgk >a.small{font-size:16px;color:#999;}
.zwgk >a.small:hover{color:#005796;}

.zwgk_a a {
    float: left;
    width: 160px ;
    height: 54px;
    background:#f5f5f5;
    margin-right: 2px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 16px;
    line-height: 54px;
    box-sizing: border-box;
}
.zwgk_a a:hover {
    color:#005796;
    font-weight:bold;
}
.main2_right {
    margin-top: 4px;
}
.main2_right a {
    display: block;
    font-size:18px;
    width:240px;
    height:54px;
    background:#e7e6e6;
    margin-bottom: 2px;
    line-height: 54px;
    text-align: center;
}
.main2_right a:hover {
    color:#005796;
    font-weight:bold;
}
.banshi {
    margin-right: 20px;
    margin-top: 20px;
}
.banshi a,
.banshi span {
    color: #999;
    /*font-weight: bold;*/
}
.banshi span {
    margin: 0 5px;
}
.banshi .current {
    color: #005796;
}

.frbs {
    display: none;
}
.main2_right2 a {
    background:#c5e0b3;
}
/* 主内容3 */
.main3 {
    overflow: hidden;
}
.left_img {
    width: 960px;
    height: 270px;
    position:relative;
    overflow:hidden;
}
.left_img .scroll-box{position:relative;height:270px;overflow:hidden;}
.left_img .img-box{float:left;width:960px;height:270px;}
.left_img .img-box img{
    display:block;
    width: 100%;
    height: 100%;
}
.left_img .dots-list{position:absolute;right:10px;bottom:10px;z-index:99;}
.left_img .dots-list li{display:inline-block;*display:inline;*zoom:1;width:15px;height:15px;border-radius:50%;background-color:#e0e0e0;margin:0 5px;cursor:pointer;}
.left_img .dots-list li.curr{background-color:#005396;}

.right_img>div {
    width: 240px;
    height: 84px;
    margin-bottom: 9px;
}
.right_img>div >img{
    width: 100%;
    height: 100%;
}
/* 主内容4 */
.main4 {
    margin-top: 11px;
    overflow: hidden;
}
.hdjl {
    padding: 40px 20px;
    width: 108px;
    height: 163px;
    text-align: center;
    background:#f8f6f8;
    border:1px solid #1379c2;
}
.hdjl p {
    display: inline-block;
    width: 48px;
    height: 53px;
    /*font-weight:bold;*/
    color:rgb(0,87,150);
    font-size: 22px;
    margin-bottom: 34px;
}
.hdjl p a{color:rgb(0,87,150);}
.hdjl a:hover{font-weight:bold;}
.hdjl a.small {
    display: block;
    text-decoration:underline;
    color:rgb(0,87,150);
    font-size: 16px;
    margin-bottom: 18px;
}
.main4_cen {
    width: 790px;
    margin-left: 20px;
}
.main4_cen li span:nth-child(1) {
  text-align: center;
    width: 114px;
}
.main4_cen li span:nth-child(2) {
    width: 250px;
}
.main4_cen li span:nth-child(3) {
    width: 116px;
}
.main4_cen li span:nth-child(4) {
  text-align: center;
    width: 138px;
}
.main4_cen li span:nth-child(5) {
    width: 116px;
}
.main4 .table_title {
    background:#f1f3f4;
    height: 45px;
    line-height: 45px;
    text-indent: 7px;
}
.main4 .table_item{line-height:2.2;}
.main4 .main4_cen span {
  text-align: center;
    display: inline-block;

}
.main4 ul li a span:nth-child(1){
    width: 120px;
}
.main4_cen li a span:nth-child(2) {
  text-align: left;
    width: 250px;
}
.main4_cen li a span:nth-child(3) {
    width: 116px;
}
.main4_cen li a span:nth-child(4) {
    width: 138px;
}
.main4_cen li a span:nth-child(5) {
    width: 116px;
}
.main4_cen .table_main {
    margin: 15px 0;
}
.main4_cen .table_main:hover a span {
    color: #04558D;
}
.main4_cen_p {
    width: 97%;
    text-indent: 2px;
}
.main4_cen_p a {
    color: #2E74B5;
}
.main4_right {
    width: 240px;
}
.main4_right a:hover {
    color: #005796;
    font-weight:bold;
}
.main4_right a:nth-child(1),.main4_right a.wsxf{
    background: url(../images/wsxf.png) no-repeat 52px 18px;
    background-color:#f1f3f4;
}
.main4_right a:nth-child(2),.main4_right a.zjdc{
    background: url(../images/zjdc.png) no-repeat 52px 18px;
    background-color:#f1f3f4;
}
.main4_right a:nth-child(3),.main4_right a.zxft{
    background: url(../images/zxft.png) no-repeat 52px 18px;
    background-color:#f1f3f4;
}
.main4_right a:nth-child(4),.main4_right a.jyta{
    background: url(../images/jyta.png) no-repeat 52px 18px;
    background-color:#f1f3f4;
}
.main4_right a {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-indent: 2em;
    font-size:18px;
    line-height: 60px;
    margin-bottom: 2px;
}
.main5 {
    margin-top: 30px;
    overflow: hidden;
}
.main5_map {
    width: 320px;
    height: 180px;
}
.main5_map img {
    width: 100%;
    height: 100%;
}
.main5_cen {
    width: 520px;
    padding: 0 20px;
}
.main5_cen_title {
    display: inline-block;
    padding: 10px 20px;
      font-size: 18px;
    /*font-weight:bold;*/
    color:#005796;
    border-bottom: 2px solid #005796;
}
.main5_cen_word {
    padding-top: 15px;
    text-indent: 2em;
    line-height: 30px;
}
.main5_cen_more {
    color:rgb(0,87,150);
}
.main5_right {
    width: 320px;
    height: 180px;
}
.main5_right img {
    width: 100%;
    height: 100%;
}
.main6 {
    overflow: hidden;
    margin-top: 30px;
}
.main6 span {
    display: inline-block;
    margin: 0 20px;
}
.main6 span,
.main6 a {
    color: #005796;
    /*font-weight: bold;*/
    font-size: 18px;
}
.main6 a:hover{font-weight:bold;}
.main6 a.video {
    display: inline-block;
    background: url(../images/video.png) no-repeat left 4px;
    margin-left: 70px;
    padding-left: 20px;
    height: 25px;
    margin-right: 10px;
}
.main6 a.video,
.main6 span.main6_more {
    color:rgba(51,51,51,1);
    font-size: 15px;
    
}
.main6 span.main6_more {
    margin: 0;
}
.link_box {
    position: relative;
    height: 65px;
    margin-top: 30px;
}
.link_a {
    padding: 15px 43px;
    background:#2e74b5;
    color: #fff;
    font-size:18px;
}
.link_box > a,.link_box .a {
    float: left;
    padding: 5px 0;
   margin-left: 63px;
   font-size:18px;
   margin-top: 10px;
  position:relative;
}
.link_box > a:hover,.link_box .a:hover {
    color: rgba(46,116,181,1);
    border-bottom: 2px solid #2e74b5;
}
.others {
    display: none;
    position: absolute;
    top: 36px;
    right: -378px;
    width: 1030px;
    background: #fff;
    z-index: 1;
    background-color:#f8f6f8;
  padding:15px;
}
.others a {
    float: left;
    width: 100px;
    height: 30px;
  font-size:16px;
}
.others > a:hover {
    color: #2e74b5;
}

.hd-table th{background-color:#f1f3f4;line-height:45px;font-size:16px;color:#333;padding:0 10px;font-weight:normal;}
.hd-table td{font-size:16px;color:#333;line-height:25px;padding:5px 10px;}
.hd-table td a:hover{color:#2e74b5;font-weight:bold;}

.carousel-box{width: 640px;height: 360px;position: relative;overflow: hidden;}
.carousel-box ul,.carousel-box ul li a{display: block;width: 100%;height: 100%;}
.carousel-box ul{position:relative;}
.carousel-box ul li{display:none;position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;}
.carousel-box ul li.curr{display:block;}
.carousel-box ul li a,.carousel-box ul li a img{display:block;width: 100%;height: 100%;}
.carousel-box .title{position:absolute;width:100%;height:26px;line-height:26px;background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#90000000); zoom: 1;background:rgba(0,0,0,0.6);bottom:0;left:0;z-index:99;}
.carousel-box .title a{display:block;padding:0 10px;height:100%;font-size: 12px;font-weight:bold;color: #fff;text-overflow: ellipsis;white-space:nowrap;overflow: hidden;}
.carousel-box .banner{position: absolute;right: 0;bottom: 0;z-index: 100;height: 26px;background:none;}

.carousel-box .banner .btns{margin-right: 10px;height: 100%;}
.carousel-box .banner .btns li{display: inline-block;*display: inline;*zoom: 1;width: 10px;height: 10px;background-color:#b5b5b5;margin-left: 5px;margin-top: 8px;cursor: pointer;}
.carousel-box .banner .btns li:hover,.carousel-box .banner .btns li.active{background-color:#fff;}

.carousel-box .btn{width: 26px;height: 100%;position: absolute;top: 0;z-index: 99;cursor: pointer;transition: all .4s;-moz-transition: all .4s; /* Firefox 4 */-webkit-transition: all .4s; /* Safari å’Œ Chrome */-o-transition: all .4s; /* Opera */}
.carousel-box .prev{left: -35px;background: url(../images/icons/prev.png) no-repeat center center;}
.carousel-box:hover .prev{left: 5px;}
.carousel-box .next{right: -35px;background: url(../images/icons/next.png) no-repeat center center;}
.carousel-box:hover .next{right: 5px;}