  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }  a{text-decoration:none; }
  ol,ul{list-style:none; } /*-----------------[åˆå§‹åŒ–]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:"å¾®è½¯é›…é»‘","Microsoft Yahei";}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"å¾®è½¯é›…é»‘","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

select::-ms-expand { display: none;}
input::-webkit-outer-spin-button,  
input::-webkit-inner-spin-button {  
    -webkit-appearance: none;  
} 

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*å¸ƒå±€*/
.wp{width: 1200px;margin: 0 auto;}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*******************************
  -------[=å¤´éƒ¨]-------
********************************/
.header{
    background-color: #fff;
    height: 100px;
}
.nav li{
    height: 41px;
}
.nav li:hover .sub{
    display: block;
}

.nav li .sub{
    position: absolute;
    width: 1200px;
    top:100px;
    left:0;
    right:0;
    margin:0 auto;
    background: #F5F5F5;
    padding: 60px 120px 0 89px;
    height: 369px;
    z-index: 9;
    display: none;
}
.header .sub .links{
    float: left;
    margin-right: 55px;
}
.header .sub .links a{
    display: block;
    line-height: 38px;
    display: block;
    width: 186px;
    position: relative;
    color:#373737;
     font-size: 16px;
}
.header .sub .links a:hover{
    color:#03629E;
}
.header .sub .links a span{
     display: block;
     margin-left: 17px;
     border-bottom: 1px solid #C2C2C2;
}
.header .sub .links a::after{
    content:'';
    width: 4px;
    height: 4px;
    background: #373737;
    border-radius: 50%;
    display: block;
    position: absolute;
    left:0;
    top: 18px;
    overflow: hidden;
}
.header .sub  .info{
    overflow: hidden;
}
.header .sub  .info .pic{
    float: left;
    margin-right: 38px;
}
.header .sub  .info .txt{
    overflow: hidden;
    font-size: 16px;
    color:#373737;
    line-height: 30px;
}
.header .sub  .info .txt h4{
    font-size: 18px;
    color:#373737;
    margin-bottom: 10px;
    font-weight: normal;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 100px;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
} 
.header .right{
    float: right;
}
.header .right .top{
    overflow: hidden;
    padding-top: 19px;
    line-height: 20px;
    margin-bottom: 17px;
    text-align: right;
}
.header .right .join{
     font-size: 16px;
    color:#747474;
    margin-right: 18px;
}
.header .right .link{
    margin:0 7px;
}
.header .right .link img{
    display: inline-block;
}
.header .right .top span{
    font-size: 16px;
    color:#747474;
    margin-right: 20px;
}
.header .right .top .cn{
    display: inline-block;  
}
.header .right .top .cn i{
    display: inline-block;
    vertical-align: middle;
    background-color: #747474;
    width: 1px;
    height: 13px;
    margin:-2px 15px 0;
}
.header .right .top .cn a{
     font-size: 14px;
    color:#747474;
}
.header .right .join:hover{
   color:#03629E; 
}
.header .right .top .cn a:hover{
    color:#03629E;
}
.nav{}
.nav ul{
    float: left;
}
.nav ul li{
    float: left;
}
.nav ul li.on .v1{
    color:#03629E;
    font-weight: bold;
}
.nav ul li .v1{
    font-size: 18px;
    color:#373737;
    padding: 0 20px;
    position: relative;
    line-height: 25px;
    display: inline-block;
}
.nav ul li .v1:hover{
    color:#03629E;
}
.nav ul li .v1::after{
    position: absolute;
    top: 7px;
    right:0;
    content:'';
    display: block;
    width: 1px;
    height: 8px;
    background-color: #373737;
}
.nav ul li:last-child .v1::after{
    display: none;
}
.nav .so{
    float: left;
    width:184px;
    height:25px;
    border-radius:12px;
    position: relative;
    padding-right: 45px;
    overflow: hidden;
}
.nav .so .btn{
    position: absolute;
    right:0;
    top: 0;
    width: 45px;
    height: 25px;
    background: #747474 url(../images/so.png) no-repeat center center;
    border:none;
    font-size: 0;
}
.nav .so  .inp{
    display: block;
    width: 100%;
    height: 25px;
    border:none;
    padding: 0 10px;
    border:1px solid #747474;
    border-radius:12px 0 0 12px;
}



/*******************************
  -------[=banner]-------
*******************************/
.banner a{display: block;height: 795px;}
.banner img{display: block;width: 100%;height: 100%;}



/*******************************
  -------[=åº•éƒ¨]-------
********************************/
.m-links{
    background-color: #F5F5F5;
    height: 97px;
}
.m-links .pic{
    float: left;
    overflow: hidden;
    line-height: 97px;
    margin-right: 115px;
}
.m-links .pic img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.m-links  .link{
    padding-top: 32px;
}
.m-links  .link dl{
    display: block;
    float: left;
    margin-right: 50px;
    position: relative;
}

.m-links  .link dl dt{
    display: block;
    width:171px;
    height:33px;
    background:rgba(54,54,54,0);
    border:1px solid rgba(180, 180, 180, 1);
    border-radius:3px;
    overflow: hidden;
    position: relative;
    padding-right: 51px;
    text-align: center;
    font-size: 12px;
    color:#2E2E2E;
    line-height: 31px;
}
.m-links  .link dl dt .js-dj{
    display: block;
    position: absolute;
    width:51px;
    height:34px;
    background:rgba(180,180,180,1) url(../images/icon20.png) no-repeat center center;
    right:0;
    top: 0;
    cursor: pointer;
}
.m-links  .link dl dd{
    position: absolute;
    width: 100%;
    top: 33px;
    left:0;
    right:0;
    display: none;
    background:#03629E;
}
.m-links  .link dl dd a{
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color:#fff;
}
.m-links  .link dl dd a:hover{
    opacity: .5;
}
.footer{
    background: url(../images/pic6.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    height: 179px;
    font-size: 16px;
    color:#FFFFFF;
    line-height: 32px;
    padding-top: 40px;
}

                            





                        
/*******************************
    -------[=æ­£æ–‡]-------
********************************/
.row-1{
    overflow: hidden;
    padding-top: 77px;
}
.row-1 .tit{
    text-align: center;
    font-size: 26px;
    color:#434343;
    font-weight: bold;
    position: relative;
    margin-bottom: 33px;
}
.row-1 .tit::after{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top: 50%;
    height: 15px;
    width: 519px;
     margin-top: -7px;
    background: url(../images/icon21.png) no-repeat;
}
.row-1 .tit::before{
    content:'';
    display: block;
    position: absolute;
    right:0;
    top: 50%;
    margin-top: -7px;
    height: 15px;
    width: 519px;
    background: url(../images/icon22.png) no-repeat;
}
.slider1{
    float: left;
    width:539px;
    height:369px;
    overflow: hidden;
    margin-right: 49px;
} 
.row-1 .box{
    overflow: hidden;
}
.row-1 .info{
    overflow: hidden;
}
.row-1 .info .txt{
    position: relative;
    margin-top: -4px;
    margin-bottom:12px;
}    
.row-1 .info .txt h3 a{
    font-size: 24px;
    display: block;
    color:#373737;
    line-height: 34px;
    margin-bottom:6px;
}
.row-1 .info .txt h3 a:hover,.ul-list1 li a:hover{
    color:#E62129;
}
.row-1 .info .txt p{
    font-size: 16px;
    color:#202020;
    line-height: 28px;
}
.g-more1{
    height: 27px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.g-more1::after{
    content:'';
    display: block;
    position: absolute;
    left:0;
    right:79px;
    top: 13px;
    height: 1px;
    background-color: #CACACA;
}
.g-more1 a{
    display: block;
    float: right;
    width:78px;
    height:27px;
    padding: 0 0 0 13px;
    line-height: 27px;
    color:#fff;
    font-size: 12px;
    background:#E62129 url(../images/more.png) no-repeat right 13px center;
}

.slider1 .slick-dots{
    position: absolute;
    top: 24px;
    right:15px;
}
.slider1 .slick-dots li{
    display: inline-block;
}
.slider1 .slick-dots li button{
    width:12px;
    height:12px;
    background:rgba(0,0,0,1);
    opacity:0.57;
    font-size: 0;
    border:none;
    cursor: pointer;
    padding: 0;
    margin:0 2px;
}
.slider1 .slick-dots li.slick-active button{
    background-color: #E62129;
}
.slider1  .item a{
    display: block;
    position: relative;
}
.slider1  .item a .txt{
    position: absolute;
    bottom:30px;
    left:34px;
    right:34px;
}
.slider1  .item a .txt h3{
    font-size: 24px;
    color:#fff;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slider1  .item a .txt p{
    font-size: 18px;
    color:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-list1{
    overflow: hidden;
    margin-bottom: 12px;
}
.ul-list1 li{
    margin-bottom: 12px;
}
.ul-list1 li a{
    display: block;
    font-size: 18px;
    color:#202020;
    line-height: 26px;
    overflow: hidden;
    width: 406px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-list1 li span{
    float: right;
    line-height: 26px;
    font-size: 14px;
    color:#474747;
}
.ul-list2{
    overflow: hidden;
}
.ul-list2 li{
    width: 33.33%;
    float: left;
    height: 67px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ul-list2 li.l1{
    background-image: url(../images/bg1.jpg);
}
.ul-list2 li.l2{
    background-image: url(../images/bg2.jpg);
}
.ul-list2 li.l3{
    background-image: url(../images/bg3.jpg);
}
.ul-list2 li a{
    display: block;
    font-size: 20px;
    color:#fff;
    line-height: 67px;
    padding: 0 24px;
}
.ul-list2 li img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 16px;
}

.slider2{
    height: 68px;
    border-bottom: 1px solid #938787;
    overflow: hidden;
    margin-bottom: 93px;
}
.slider2 h3{
    float: left;
    font-size: 18px;
    color:#4E4E4E;
    line-height: 68px;
}
.slider-2{
    overflow: hidden;
    padding:0 56px;
} 
.slider-2  .item{
    overflow: hidden;
}
.slider-2 .slick-prev{
    position: absolute;
    top: 0;
    right:38px;
    width:10px;
    height:68px;
    background:url(../images/prev.png) no-repeat center center;
    font-size: 0;
    border:none;
}
.slider-2 .slick-next{
    position: absolute;
    top: 0;
    right:0px;
    width:10px;
    height:68px;
    background:url(../images/next.png) no-repeat center center;
    font-size: 0;
    border:none;
    cursor: pointer;
}     
.slider-2  .item a{
    display: inline-block;
    font-size: 14px;
    color:#7A7A7A;
    line-height: 68px;
    padding-left: 25px;
    background: url(../images/icon1.png) no-repeat left center;
    margin-right: 50px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}    
.slider-2 .item a:hover{
    color:#E62129;
}
.slider-2  .item a:last-child{
    margin-right: 0;
}               
.row-3{
    overflow: hidden;
    margin-bottom: 44px;
}
.row-3 .item{
    overflow: hidden;
}                   
.row-3 .item.tt{
    float: left;
    width: 451px;
    margin-right: 51px;
 }
 .g-tit{
    font-size: 24px;
    color:#464747;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 14px;
 }
.g-tit img{
    display: inline-block;
    vertical-align: middle;
    margin:-2px 9px 0 0;
}
.row-3 .news{
    display: block;
    height:224px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}     
.row-3 .news img{
    display: block;
    width: 100%;
    height: 100%;
    transition:all .3s;
}     
.row-3 .news:hover img{
    transform: scale(1.05);
}      
.row-3 .news p{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,.66);
    text-align: center;
    font-size: 16px;
    color:#FFFFFF;
    height: 35px;
    line-height: 35px;
}
.ul-list3{
    overflow: hidden;
}
.ul-list3 li{
    margin-bottom: 30px;
}
.ul-list3 li a{
    display: block;
    padding-left: 51px;
    background: url(../images/icon9.png) no-repeat left top;
    height: 37px;
} 
.ul-list3 li a h3{
    font-size: 14px;
    color:#2E2E2E;
    line-height: 18px;
    margin-bottom: 4px;
}
.ul-list3 li a:hover h3{
    color:#E62129;
}
.ul-list3 li a p{
    font-size: 12px;
    color:#373737;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}                     
.ul-list3 li:last-child{
    margin-bottom: 21px;
}
.row-3 .more{
    display: block;
    margin:0 auto;
    width:87px;
    height:27px;
    background:#E5E5E5;
    border-radius:13px;
    text-align: center;
    font-size: 14px;
    color:#03629E;
    line-height: 27px;
}
.row-3 .more:hover{
    background-color: #03629E;
    color:#E5E5E5;
}
.ul-list4{
    overflow: hidden;
    margin-bottom: 15px;
}
.ul-list4 li{
    margin-bottom:3px;
}
.ul-list4 li a{
    display: block;
    padding-left: 36px;
    font-size: 16px;
    color:#565656;
    line-height: 54px;
    height:54px;
    background-color:#EAEAEA;
}
.ul-list4 li a:hover{
    background-color: #553636;
    color:#fff;
}
.ul-list4 li i{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.ul-list4 li .i1{
    background-image: url(../images/icon10.png);
}
.ul-list4 li .i2{
    background-image: url(../images/icon15.png);
}
.ul-list4 li .i3{
    background-image: url(../images/icon12.png);
}
.ul-list4 li .i4{
    background-image: url(../images/icon13.png);
}

.ul-list4 li:hover .i1{
    background-image: url(../images/icon14.png);
}
.ul-list4 li:hover .i2{
    background-image: url(../images/icon11.png);
}
.ul-list4 li:hover .i3{
    background-image: url(../images/icon16.png);
}
.ul-list4 li:hover .i4{
    background-image: url(../images/icon17.png);
}
.row-2{
    overflow: hidden;
    margin-bottom: 79px;
    position: relative;
}
.row-2::after{
    content:'';
    display: block;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    height: 495px;
    background:rgba(0,104,147,.06);
    z-index: 1;
}

.row-2 .top{
    height: 312px;
    background: url(../images/pic7.jpg) no-repeat;
    position: relative;
    z-index: 2;
}
.row-2 .top .item1{
    position: absolute;
    left:145px;
    top:0;
    font-size: 30px;
    font-weight: bold;
    color:#03629E;
    width: 167px;
    text-align: center;
}
.row-2 .top .item1 i{
    display: block;
    width: 21px;
    height: 7px;
    background: url(../images/icon5.png) no-repeat;
    margin:0 auto;
}
.row-2 .top .item2{
    position: absolute;
    left:511px;
    top:0;
    font-size: 30px;
    color:#464747;
}
.row-2 .top .item3{
    position: absolute;
    right:171px;
    top:0;
    font-size: 30px;
    color:#464747;
}
.table{
    width: 988px;
    height: 496px;
    background-color: #002f7a;
    margin:0 auto;
    position: relative;

    z-index: 3;
    overflow: hidden;
}
.ul-tab{
    position: absolute;
    top: 45px;
    left:45px;
    width: 240px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 3;
}
.ul-tab li{
    width: 50%;
    float: left;
}
.ul-tab li a{
    display: block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color:#828282;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
}
.ul-tab li.on a{
    background-color: #d62230;
    color:#fff;
}


#chart-panel {
    position: absolute;
    top: -20%;
    left:-15%;   
    width: 130%;
    height: 130%;
}
.ul-map{
    position: relative;
    z-index: 7;
    height: 100%;
    padding-right: 10px;
     overflow-y: scroll;
     padding-right: 10px;
     /*display: none;*/
}
.m-box1 .after{
    position: absolute;
    z-index: 6;
    bottom:48px;
    right:52px;
    height: 242px;
    width: 166px;
    display: none;
}
.m-box1 .after:after{
    content:'';
    position: absolute;
    left: 0;top: 0;
    width: 155px;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
    background-color: #fff;
}
.header .right .top span em{
    font-style:normal;
}
.ul-map::-webkit-scrollbar { 
    width: 2px;   
    border-radius: 10px;    
} 
.ul-map::-webkit-scrollbar-track {  background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
} 
.ul-map::-webkit-scrollbar-thumb { background: #E62129;
    border-radius: 13px; 
} 
.ul-map::-webkit-scrollbar-thumb:window-inactive { 
     background: rgba(255, 255, 255, 0.1);
    border-radius: 13px;
}
.ul-map li {
   border-bottom: 1px solid #b9e2f4; 
}
.ul-map li a{
    display: block;
    font-size: 10px;
    color:#225787;
    line-height: 14px;
    height: 34px;
    padding: 3px 22px 0;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 50;
    width: 3px;
    height: 100%;
    display: block!important;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #fff;
}
.swiper-scrollbar-drag {
    height:40px;
    width: 100%;
    position: relative;
    background: #E62129;
    border-radius: 10px;
    left: 0;
    top: 0;
}
