html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:normal;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,simsun;color:#333;outline:0;}
body{background:#fff;}
a,a:hover{color:#333;}
/* 分割 */
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

.lf{
    float: left;
}
.rt{
    float: right;
}
button, input, textarea {
    outline: none;
    border: none;
}
@media screen and (min-width: 1200px){
    .mid-width,.to-mid{
        width: 1200px;
        margin: auto;
    }
    .header-nav ul li{
        margin-right: 50px;
    }
    .tail-nav ul li{
        margin-left: 75px;
    }
    .friendly-link{
        width:230px ;
    }
    .friendly-link p{
        background: url("imagesmain_icon10.png") no-repeat 200px center;
    }
    .bottombadge img {
        margin-right: 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    .mid-width,.to-mid{
        width: 768px;
        margin: auto;
    }
    .header-nav ul li{
        margin-right: 0;
    }
    .tail-nav ul li{
        margin-left: 20px;
    }
    .friendly-link{
        width:147px ;
    }
    .friendly-link p{
        background: url("imagesmain_icon10.png") no-repeat 125px center;
    }
    .footer-copyright {
        width: 340px;
    }
    .footer-copyright p:last-child{
        line-height: 1;
        margin-top: 2px;
    }
    .bottombadge img {
        margin-right: 0;
    }
}


/*header*/
.header{
    margin-top: -10px;
    margin-bottom: 25px;
}
.header-top{
    height: 85px;
    position: relative;
}
.header-logo img{
    height: 70px;
}
.header-search input{
    border: 2px solid #236ab9;
    border-radius: 10px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    font-size: 14px;
    position: absolute;
    right: 170px;
    top: 20px;
}
.header-search a{
    display: block;
    width: 25px;
    height: 25px;
    background: url(imagessearch.png) no-repeat center center;
    position: absolute;
    right:185px;
    top: 25px;
}
.header-btns{
    margin-right: 5px;
}
.header-btns a{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #0d60bc;
    line-height: 100px;
}
.header-btn1{
    background: url("imagesheader_01.png") no-repeat center 15px;
    margin-right: 25px;
}
/*.header-btn1:hover{*/
    /*background:yellow url("imagesheader_01.png") no-repeat center 20px;*/
/*}*/
.header-btn2{
    background: url("imagesheader_02.png") no-repeat center 15px;
}
/*.header-btn2:hover{*/
    /*background: url("imagesheader_02.png") no-repeat center 20px;*/
/*}*/
.header-nav{
    background: #0d60bc;
    height: 65px;
}
.weather{
    position: relative;
    float: left;
    width: 113px;
    height: 65px;
    background: white;

    padding-right: 10px;
}
.weather-icon{
    margin-top: 10px;
    width: 50px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    float: left;
}
.weather-icon img{
    /*vertical-align: middle;*/
    margin-top: -10px;
}
.weather-place{
    float: left;
    color: #0d60bc;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
}
.weather-place ul{
    display: none;
    position: absolute;
    top: -6px;
    left: 0;
    top: 14px;
    width: 60px;
    text-indent: 8px;
    background: white;
    z-index: 2;
}
.weather-place ul li{
    width: 50px;
    height: 20px;
    line-height: 20px;
}
.weather-place a{
    color: #3EABAB;
}
.weather-place a:hover{
    color: #0d60bc;
    background-color: #ffffff;
}
.weather-place p{
    position: absolute;
    width: 90px;
    background: url("imagesbanner_09.png") no-repeat 45px;
    cursor: pointer;
}
.weather-temp{
    position: absolute;
    top: 30px;
    left: 45px;
    color: #0d60bc;
    font-size: 14px;
}
.header-nav ul{
    float: right;
}
.header-nav ul li{
    float: left;
    position: relative;
}
.header-nav ul li:last-child{
    margin-right: 0;
}
.header-nav-li a{
    color: #ffffff;
    font-size: 15px;
    display: block;
    height: 65px;
    line-height: 95px;
    width: 90px;
    text-align: center;
}
.header-nav-li1{
    background: url("imagesbanner_01.png") no-repeat center 3px;
}
.header-nav-li1:hover,.header-nav-li1.checked{
    background: #e60412 url("imagesbanner_01.png") no-repeat center 3px;
}
.header-nav-li2{
    background: url("imagesbanner_02.png") no-repeat center 3px;
}
.header-nav-li2:hover,.header-nav-li2.checked{
    background:#e60412  url("imagesbanner_02.png") no-repeat center 3px;
}
.header-nav-li3{
    background: url("imagesbanner_03.png") no-repeat center 3px;
}
.header-nav-li3:hover,.header-nav-li3.checked{
    background:#e60412  url("imagesbanner_03.png") no-repeat center 3px;
}
.header-nav-li4{
    background: url("imagesbanner_04.png") no-repeat center 3px;
}
.header-nav-li4:hover,.header-nav-li4.checked{
    background:#e60412  url("imagesbanner_04.png") no-repeat center 3px;
}
.header-nav-li5{
    background: url("imagesbanner_05.png") no-repeat center 3px;
}
.header-nav-li5:hover,.header-nav-li5.checked{
    background:#e60412  url("imagesbanner_05.png") no-repeat center 3px;
}
.header-nav-li6{
    background: url("imagesbanner_06.png") no-repeat center 3px;
}
.header-nav-li6:hover,.header-nav-li6.checked{
    background:#e60412  url("imagesbanner_06.png") no-repeat center 3px;
}
.header-nav-li7{
    background: url("imagesbanner_07.png") no-repeat center 3px;
}
.header-nav-li7:hover,.header-nav-li7.checked{
    background:#e60412  url("imagesbanner_07.png") no-repeat center 3px;
}
.header-sj1{
    display: block;
    width: 0px;
    height: 0px;
    border:20px solid #ffffff;
    border-color:#e60412 transparent transparent;
    border-style:solid solid dashed dashed;
    line-height:0px;
    position:absolute;
    top: 90%;
    left: 25%;
    display: none;
}
.header-nav-li:hover span,.header-nav-li.checked span{
    display: block;
}

/*end-header*/


/* 侧边栏 */
.sidebar{
  position: fixed;;
  top: 40%;
  right: 10px;
  background: red;
  z-index: 999;
}
.sidebar li{
  position: relative;
  cursor: pointer;
  width: 54px;
  height: 56px;
  background: #0056ab;
  border-bottom: solid 1px white;
}
.sidebar li.top,.sidebar li.fold{
  background: #5b9be2;
}
.sidebar .cursor-up{
  position: absolute;
  bottom: 48px;
  left: 6px;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #5b9be2 transparent;
}
.sidebar li>a,.sidebar li .hidden-icon{
  position: absolute;
  width: 100%;
  height: 100%;
}
.sidebar .top a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 15px;
  background-repeat: no-repeat;
  background-position-x: 9px;
  background-image: url(imagestop.png);
}
.sidebar .msg>a,.sidebar .msg .hidden-icon{
  background-repeat: no-repeat;
  background-position: 8px;
  background-image: url(imagesyoujian.png);
}
.sidebar .weibo>a,.sidebar .weibo .hidden-icon{
  background-repeat: no-repeat;
  background-position:5px;
  background-image: url(imagesweibo.png);
}
.sidebar .weixin>a,.sidebar .weixin .hidden-icon{
  background-repeat: no-repeat;
  background-position: 5px;
  background-image: url(imagesweixin.png);


}
.sidebar .weixin .hidden-icon{
  position: absolute;
  display: block;
  width: 128px;
  height: 128px;
  background-color: black;
  /* 填写二维码路径 */
  background-image: url(imageswx.png);
  left: -138px;
  top: 0;
}
.sidebar .weixin .hover-weixin{
  width: 100%;
  height: 100%;
}

/*.sidebar .hidden-icon{
  right:10px;
}*/
.sidebar .hidden-icon{
  left:10px;
}
.sidebar .hover-left{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 250%;
  height: 100%;
  background: red;
}
.sidebar .hover-left>a{
  line-height: 56px;
  font-size: 14px;
  margin-right: 10px;
  float: right;
  color: #fff;
}
.sidebar .weixin .hover-left>a{
  line-height: 20px;
  width: 60%;
  padding-top: 8px;
  padding-left: 12px;
  font-size: 14px;
  color: #fff;
}
.sidebar li:hover .hover-left{
  display: block;
}



/* 侧边栏 */

/*slidebar-老版*/
/*.slidebar{
    position: fixed;
    height: 225px;
    top:215px;
    right: 10px;
}
.slidebar li{
    background-color: #0d60bc;
}
.slidebar li:hover{
    background: #5b9be1;
}
.slidebar li a{
    color: #ffffff;
    display: block;
    width: 55px;
    height: 55px;
    line-height: 75px;
    border-bottom: 1px  solid #ffffff;
    text-align: center;
}*/

/*end-sliderbar*/


/*tail*/
.tail{
    margin-top: 15px;
    background: url("imagestail-bac01.png") no-repeat;
}
.tail-nav-wrapper{
    background: #569dda;
}
.tail-nav{
    height: 50px;
    line-height: 50px;
}
.tail-nav span{
    background: url("imagesmain_icon09.png") no-repeat 80px;
    display: block;
    float: left;
    font-size: 18px;
}
.tail-nav span.footer-icon{
    width: 22px;
    height: 21px;
    background: url("../images/icons/footer-icon.png") no-repeat;
    margin:15px 15px 0 5px;
}
.tail-nav ul{
    float:left;
}
.tail-nav ul li{
    float: left;
    font-size: 14px;
}
.tail-nav a,span{
    color: #ffffff;
}
.footer{
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer,.footer a{
    color: #ffffff;
}
.friendly-link-all{
    float: left;
    position: relative;
}
.friendly-link-all .friendly-link1,.friendly-link-all .friendly-link2{
    float: left;
    margin-right: 20px;
    position: relative;
}
.friendly-link{
    /*width:230px ;*/
    height: 35px;
    line-height: 35px;
    border: 1px solid #83b5db;
    font-size: 14px;
    margin-bottom:15px;
}
.friendly-link p{
    cursor: pointer;
    padding-left: 20px;
    /*background-position-x:200px; */
}
.friendly-link-ul{
    position: absolute;
    top: 36px;
    left: 0;
    display: none;
    background: #ffffff;
    width: 100%;
    z-index: 998;
}
.friendly-link-ul li a{
    color: #83b5db;
}
.friendly-link-ul li{
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
}
.friendly-link-ul li:hover{
    cursor: pointer;
    background: #ccdce9;
}
.footer-copyright{
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 25px;
}
.footer-copyright p.bold{
    line-height: 1;
    font-weight: bold;
}
.bottombadge img{
    margin-top: -25px;
    float: right;
}
/*end-tail*/


/* 子页面的footer */
.gl-footer .gl-friendly-link-all{
  width: 25%;
  margin-top: 36px;
}
.gl-footer .gl-friendly-link-all .friendly-link{
  position: relative;
  background: #2e82c0;
  color: #fff;
}
.gl-footer .gl-footer-copyright{
  width: 50%;
  margin-top: 57px;
}
.gl-footer .gl-footer-copyright p{
  color: #fff;
}
.gl-footer .gl-footer-copyright .detail{
  margin-top: 15px;
}
.gl-footer .gl-bottombadge{
  margin-top: 48px;
}
