@charset "utf-8";
/*公共样式 start*/
/*html,body{height:100%}*/body,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div,input{border:0 none;margin:0;padding:0;font-weight:normal;}
ul,ol,li{list-style-type:none;}
select,input,img{vertical-align:middle; outline:none;}
input,button,select{font-family: "Microsoft YaHei";color: #333333;}
a img{border:0;}
a:hover{text-decoration:none;}
em,i{/*font-style:normal;*/}
.floatL{float:left;}
.floatR{float:right;}
/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{ zoom:1; }

body{font-size: 12px;color: #555555;font-family: 'Open Sans','Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;}
html,
body,
#app {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
}
body a{color: #555555;text-decoration: none;}
/*页面公共部分*/
.mT15{
    margin-top: 15px;
}
.mT50{
    margin-top: 50px;
}
.mB10{
    margin-bottom: 10px;
}
.mT10{
    margin-top: 10px;
}
.pT15{
    padding-top: 15px;
}
.pT30{
    padding-top: 30px;
}
.mR10{
    margin-right: 10px;
}
.mR6{
    margin-right: 6px;
}
.mT18{
    margin-top: 18px;
}
.mT40{
    margin-top: 40px;
}
.icon{
    display: inline-block;
    background: url("../images/icon.png");
}
.wrapper{
    /*width: 1600px;
    margin: 0 auto;*/
}
.header{
    position: relative;
    width: 100%;
    height: 145px;
    background:#fff url("../images/banner-bg_01.png") no-repeat  center;
}
.banner{
    width: 1024px;
    height: 145px;
    margin: 0 auto;
    background: url("../images/banner_01.png") no-repeat center;
}
.banner .right-top{
    float: right;
    margin: 20px 20px 0 0;
}
.banner .right-top .wechart{
    text-align: right;
    margin-bottom: 10px;
}
.banner .right-top .search-box{
    width: 316px;
    height: 33px;
    border-radius: 5px;
    zoom: 1;
    background-color: #fff;
}
.banner .right-top .search-box:after{
    content: "";
    clear: both;
    visibility: hidden;
    width: 0;
}
.banner .right-top .search-box input{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding-left: 10px;
    margin-left: 10px;
    width: 257px;
}
.banner .right-top .search-box .search{
    width: 17px;
    height: 17px;
    float: right;
    background-position: 0 0;
    margin: 10px;
}
.nav-bar{
    height: 100px;
    background-color: #03589c;
}
.nav-bar ul{
    background-color: #03589c;
    width: 1100px;
    height: 50px;
    margin: 0 auto;
    zoom: 1;
}
.nav-bar ul li{
    float: left;
    position: relative;
}
.nav-bar ul li .nav-link{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 115px;
    height: 37px;
    padding-top: 10px;
    text-align: center;
}
.nav-bar ul li.nav-li.last{
    margin-right: 0;
}
.nav-bar ul li.nav-li:hover .nav-link,.nav-bar ul li.on .nav-link{
    background-color: #4f87cb;
}

.content-bg{
    background: url("../images/banner_02.jpg") repeat-x left top;
}
.content-box{
    width: 993px;
    margin: 0 auto;
    overflow: hidden;
}
.content-page{
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}
.nav-bar ul li .hid{
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    z-index: 100;
    width: 200px;
    background-color: #fff;
    border: 1px solid #2baef5;
}
.nav-bar ul li .hid dl dd{
    list-style-type: none;
    line-height: 44px;
    height: 44px;
    text-align: center;
    margin: 0;
}
.nav-bar ul li .hid dl dd a{
    color: #232323;
    display: block;
    font-size: 16px;
    padding-top: 0;
    height: 44px;
    line-height: 44px;
    background-color: #f6f7f8;
}
.nav-bar ul li .hid dl dd.cur a,
.nav-bar ul li .hid dl dd:hover a{
    background-color: #2baef5;
    color: #fff;
}
/*footer*/
.footer{
    background: url("../images/footer.png") repeat-x;
    height: 131px;
    margin-top: 13px;
}
.footer .wf{
    width: 815px;
    margin: 0 auto;
    padding: 38px 0;
}
.footer .left-f{
    float: left;
    width: 340px;
}
.footer .right-f{
    float: right;
    width: 475px;
}
.footer ul li{
    font-size: 12px;
    color:#fff;
    line-height: 20px;
}
/*form*/
/* icon */
.cb,.rb{background-image:url(../images/icon1.png);}
/* select box */
.sb{
    border:solid 1px #cfcfcf;cursor:pointer;background-color:#ffffff;position:relative;float:left;margin:0 10px 0 0;display:inline-block;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.sb_active{
    border:solid 1px #3b88c4;
    border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
}
.sb *{color:#666666;font:normal 12px Song;cursor:pointer;background-color:#fff;}
.sb .opts{border:1px solid #3B88C4;cursor:pointer;display:none;height:auto;left:0;max-height:121px;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:auto;z-index:99;}
.sb > .selected{
    padding:0 15px 0 5px;overflow:hidden;position:absolute;cursor:pointer;left:0;

    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.sb .opts a{width:auto;height:24px;line-height:24px;padding:0 5px;cursor:default;outline:none;white-space:nowrap;text-decoration:none;display:block;cursor:pointer;}
.sb .opts a.selected{background:#ffffe1;}
.sb .opts a.none{background:#fff;}
.sb .opts a:hover{background:#ffffe1;cursor:pointer;}
.sb .sb_icon{width:7px;height:4px;position:absolute;cursor:pointer;right:4px;}
.sb .arrow{background-position:-27px -18px;}
.sb_active .arrow{background-position:-27px -4px;	}
/* checkbox box */
.cb{width:13px;height:13px;display:inline-block;*display:inline;zoom:1;background-position:0 0;cursor:pointer;}
.cb_active{background-position:0 -13px;}
/* radio box */
.rb{width:13px;height:13px;margin:0 auto;padding:0;display:inline-block;*display:inline;zoom:1;vertical-align:middle;background-position:-13px 0;cursor:pointer;}
.rb_active{background-position:-13px -13px;}
/* html{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
     filter: grayscale(100%); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

} */
*::-webkit-scrollbar {
 width: 4px
}

*::-webkit-scrollbar-thumb {
 background: transparent;
 border-radius: 4px
}

*:hover::-webkit-scrollbar-thumb {
 background: hsla(0, 0%, 53%, .4)
}

*:hover::-webkit-scrollbar-track {
 background: hsla(0, 0%, 53%, .1)
}

.arc_list{width:700px; height:810px; margin:0 auto;  padding:15px 0; line-height:24px; font-size:14px; position:relative;}
.arc_list ul li{width:700px; height:30px; border-bottom:1px dotted #cccccc; text-indent:15px;}
.arc_title{width:570px; height:29px; float:left; line-height:29px;}
.arc_time{width:130px; height:29px; float:right; color:#999999; line-height:29px;}