body{background:rgb(245,246,247);color:#333;font:18px/1.7 'Microsoft YaHei';}
.contain{
    width:100%;
}
.header{
    width: 100%;
    height: 165px;
    /*background: #7f1b15;*/
       background: url(/xxglb/images/header-back.png) no-repeat center;
       background-size: cover;
}
@media screen and (max-width: 600px) {
.header{
    width: 100%;
    height: 120px;
    background: #7f1b15;
       background: url(/xxglb/images/header-back.png) no-repeat center;
       background-size: cover;
  }
}

.c-header_mobile_title_box{
    width: 100%;
    height: 32px;
    background-color: #8c2620;
    
}
@media screen and (max-width: 600px) {
.c-header_mobile_title_box{
    width: 100%;
    height: 40px;
    background-color: #8c2620;
  }
}
.c-header_search_title_mobile {
    width: 44px;
    right: 5px;
    top: 2px;
    height: 34px;
    position: absolute;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
.c-header_search_title_mobile {
    width: 44px;
    right: 5px;
    top: 2px;
    height: 34px;
    position: absolute;
    overflow: hidden;
  }
.menu-list{
 display:none;
}
}

.c-header_search_title_icon_mobile {
    position: absolute;
    left: 142px;
    height: 33px;
    width: 40px;
    text-align: center;
}
.c-header_icon_search1_mobile {
    position: absolute;
    top: 7px;
    left: -132px;
    height: 18px;
    width: 18px;
    background-image: url(/xxglb/images/images/search-white.png);
}
.inputSearch_mobile {
    width: 21px;
    margin-top: -3px;
    background: none;
    border: none;
       outline-style: none;
}
.header-pc{
    width: 100%;
    margin: auto;
    height: 100%;
}
.header-pc-top{
    width: 1200px;
    margin: auto;
    height: 105px;
}
.header-pc-top img{
    height: 56px;
    margin-top:24px;
    float: left;
}
.header-pc-top-search{
    float: right;
    width: 210px;
    height: 35px;
    position: relative;
    margin-top: 47px;
}
.header-pc-top-search input{
    border-radius: 100px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background: transparent;

}
.header-pc-top-search img{
    height: 20px;
    position: absolute;
    top: 8px;
    margin: 0;
    right: 10px;
}
.header h1{
    height: 1px;
    border: none;
    background: rgba(255,255,255,0.2);
    margin: 0;
       margin-bottom: 10px;
}
.header-pc-bottom{
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    width: 1200px;
    margin: auto;
}
.index{
    width: 132px;
    text-align: center;
    cursor: pointer;
    float: left;
    color: white;
    position: relative;
    height: 49px;
}
.index:hover a.gmenu{
    border-bottom: 3px solid #D9463C;
    background-color: #D9463C;
}
.index a{
    color: white;
}
.index-box-list:hover a{
    background-color: #9b0d03 !important;
       border-bottom: none;
}
.index-box{
    font-size: 16px;
    /*left:2100px;*/
    width: 132px;
    height: 0;
    position: absolute;
    top: 49px;
    z-index: -1;
    opacity: 0;
    background: #D9463C;
    transition: all 0.5s;
    /*display: none;*/
       overflow: hidden;
}
.index:hover .index-box{
    /*left: 0!important;*/
    opacity: 0.8;
    /*display: block;
  visibility: visible;
  transition: all 0.5s;*/
  z-index: 99;   
}
.index-box-list{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;

}

.banner{
    width: 100%;
    /*height: 510px;*/
    overflow: hidden;
}
.banner img{
    /*height: 100%;*/
    width: 100%;
       display: block;
}
.lianjie{
    height: 160px;
    width: 100%;
    background: #ededed;
}
.lianjie-box{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.lianjie-index{
    width: 150px;
    text-align: center;
    color: #cb0912;
    font-size: 18px;
    float: left;
}
.lianjie-index img{
    width: 60px;
    height: 60px;
    margin-top:36px;
}
.list{
    width: 1200px;
    margin:60px auto;
}
.tongzhi-list{
    width: 550px;
    float: left;
}
.xinwen-list{
    width: 550px;
    float: right;
}
.title{
       font-size: 30px;
       height: 30px;
       font-weight: bolder;
       line-height: 26px;
       text-indent: 10px;
       margin-bottom: 20px;
       border-left: 6px solid #d9473c;
}
.title2{
    font-size: 30px;
       height: 30px;
       font-weight: bolder;
       line-height: 26px;
       text-indent: 10px;
       margin-bottom: 20px;
    
}
.title2 img{
    height: 30px;
    vertical-align: top;
    margin-right: 10px;
}
.tongzhi-index{
    margin-top: 30px;
    height: 18px;
    line-height: 16px;
    font-size: 16px;
}
.tongzhi-index img{
    height: 18px;
    vertical-align: top;
}
.tongzhi-index .date{
    float: right;
}
.tongzhi-index .content{
    width: 400px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  
    -o-text-overflow:ellipsis;
    display: inline-block;
}
.content a{
    color: #333;
}
.more-btn{
    font-size: 16px;
    height: 50px;
    width: 240px;
    background: #d9473c;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 25px;
}

.more-btn1{
    font-size: 16px;
    height: 50px;
    width: 240px;
    background: #d9473c;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 25px;
}

.sec-list{
    width: 100%;
    background: #ededed;
    padding: 1px 0;
}
.kexueyanjiu{
    width: 1200px;
    margin: auto;
    padding:50px 0;
}
.long-title{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 28px;
    font-size: 30px;
    text-align: center;
       font-weight: bold;
}
.long-title h1{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d9473c;
    margin: 0;
    border: none;
    top: 15px;
}
.long-title span{
    width: 200px;
    display: inline-block;
    background: rgb(245,246,247);
    position: relative;
    z-index: 99;
}
.kexue-index{
    width: 282px;
    height: 240px;
    float: left;

}
.kexue-index img{
    vertical-align: bottom;
}
#mobile-menu{
    width: 14px;
    position: absolute;
    top: -4px;
        padding: 0px 0 0 18px;
     /*right: 10px;
    height: 20px;
    left: auto;
    margin: auto;*/
}
.menu-list{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
        color: white;
    width: 100%;
    /*height: 350px;*/
    /*top: -360px;*/
    left: 0;
    /*transition: all 1s;*/
    z-index: 99;
}
.level1{
   font-size: 16px;
}
#close{
    width: 14px;
       position: absolute;
       top: -4px;
       padding: 0px 0 0 18px;
    display: none;
}
.menu-index{
    border-bottom: 1px #fff solid;
    padding-left: 20px;
    /*width: 100%;*/
    font-size: 16px;
    height: 50px;
    text-align: left;
    line-height: 50px;
    color: white;
}
.kexue-title{
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    text-align: center;
    color: white;
    background: #d9473c;
}
.wangxin{
    width: 100%;
    background: #ededed;
}
.wangxin-index{
    width: 156px;
    height: 126px;
    background: #f96969;
    text-align: center;
    color:white;
    float: left;
    font-size: 17px;
}
.wangxin-index img{
    margin-top:15px;
    width: 60px;
    height: 60px;
}
.kexueyanjiu a:hover .wangxin-index{
   background: #d9473c;
}
.footer{
    width: 100%;
    background: url(/xxglb/images/footerback.png);
    height: 76px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 30px;
    font-size: 14px;
    color: white;
    text-align: center;
}
.c-footer__body-content {
    min-width: 1200px;
    max-width: 1200px;
    padding-top: 22px;
    margin: auto;
    font-size: 14px;
}

@media only screen and (max-width: 600px){
.c-footer__body-content {
    min-width: inherit;
    max-width: inherit;
    margin: auto;
}
}
.c-footer__copy-right-content {
    overflow: hidden;
    color: white;
    text-align: center;
}
@media screen and (max-width: 600px) {
.c-footer__copy-right-content {
    display: block;
    text-align: left;
    /* margin-top: 30px; */
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0 20px;
    line-height: 30px;
  }

}


.content a:hover{
    color: #d9473c;
    cursor: pointer;
}
.header-mobile{
    /*position: relative;*/
    height: 100%;
}
.header-mobile img{
    position: absolute;
    width: 96%;
    /*height: 44px;*/
    left: 50%;
    top: 7%;
    margin: 18px 0 0 -176px;
}
.heightSet {
         height:288px;
      }
@media screen and (max-width: 960px) {
    .banner img{
        height: auto;
        vertical-align: bottom;
    }
    .banner{
        height: auto;
    }
    .lianjie{
        height: auto;
        padding-bottom: 30px;
    }
    .lianjie-box{
        width: 100%
    }
    .lianjie-index{
        width: 100%;
        float: inherit;
    }
       .lianjie{
            display:none;
        }
    .list{
        width: 100%;
                margin: 50px 0 0 0;
    }
    .tongzhi-list{
        width:95%;
        float: inherit;
        margin: auto;
    }
    .tongzhi-index .content{
        width: 200px;
    }
    .xinwen-list{
        width: 95%;
        margin: auto;
        float: inherit;
        margin-top: 20px;
    }
    .kexueyanjiu{
        width: 100%
    }
    .kexue-index{
               width:90%;
        float: inherit;
        margin: 50px auto 0!important;
         
    }
    .wangxin-index{
               width: 45%;
        float: inherit;
        margin:  15px auto 0!important;
    }
       .fleft{
          float:left;
                   margin-left: 13px !important;
       }
      .fright{
          float:right;
                   margin-right: 13px !important;
       }
    .footer{
        line-height: 45px;
        max-width: inherit;
        min-width: inherit;
                   height: 100px;
    }
      .heightSet {
         height:auto;
      }
       .more-btn{
       margin: 50px auto;
       }
            .more-btn1{
       margin: 50px auto;
       }
}


.c-header_search {
    float: right;
    height: 34px;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    background: url(/xxglb/images/images/head-input.png) no-repeat;
    width: 188px;
}

.c-header_icon_search {
    position: relative;
    left: 160px;
    top: 27%;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    background-image: url(/xxglb/images/images/search.png);
}

.inputSearch {
    width: 21px;
    margin-top: -3px;
    background: none;
    border: none;
       outline-style: none;
}

.inputText {
    width: 110px;
    height: 27px;
    line-height: 30px;
    border: 0;
    outline-style: none;
    margin: -15px 0 0 14px;
    float: left;
    padding-right: 30px;
    color: #fff;
    background-color: rgba(255,255,255,0);
        font-size: 16px;
}

.c-header_lib_ul {
    background-color: #4988ed!important;
    width: 135px!important;
    
}
.c-header_lib_ul_li:hover {
    background-color: #4988ed!important;
}

.c-notice__half-content-horn {
    display: inline-block !important;
    margin-top: -2px;
    background-position: 0px -272px;
    width: 18px;
    height: 18px;
    background-image: url(/xxglb/images/sprite2.png);
    margin-right: 3px;
    margin-bottom: -4px;
}

.c-jiangzuo__half-content-horn {
    display: inline-block;
    margin-top: -2px;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    background-image: url(/xxglb/images/jzuo.png);
    background-color: #d9473c;
    margin-right: 3px;
    margin-bottom: -4px;
}

.morea{
  display: inline-block;
  width: 240px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #d9473c;
  text-decoration: none;
  border: 1px solid #d9473c;
  transition: 0.6s all;

}

.more-btn a:hover {
    display: block;
    background-color: #f5f6f7 !important;
    color: #d9473c !important;
    transition: 0.6s all !important;
}

.more-btn1 a:hover {
    display: block;
    background-color: #ededed !important;
    color: #d9473c !important;
    transition: 0.6s all !important;
}

.lianjie-index a{
   color:#d9473c;
}

@media only screen and (max-width: 600px) {
  .pagewidth {
     width: 100% !important;
    }
  .side_col {
       width: 97.3% !important;
       float: none !important;
      }
  .main_col {
       width: 100% !important;
      }
  .termsSearch{
     display: none !important;
  }
    .mainM{
       padding-right: 5px;
       padding-left: 5px;
    }
  .main{
    margin-top: 0px !important;
  }
  #middleTop--wrapper{
    overflow-x: auto !important;
    white-space: nowrap !important;
    overflow-y: hidden !important;
  }
}

ul, li {
    list-style-type: none;
        padding-left: 0px;
}
.c-header_list_content {
    height: 40px;
    border-bottom: 1px #dddddd solid;
    line-height: 40px;
    padding-left: 20px;
    color: white;
}
.c-header_list_img_container {
    float: right;
    margin-right: 20px;
}
.c-header_list_img_down {
       position: relative !important;
    height: 8px !important;
    width: 12px !important;
    margin-bottom: 14px;
       float: right;
}
.c-header-padding-left-40 {
    padding-left: 40px;
}
.c-header_list_img_container {
    float: right;
    margin-right: 20px;
}
.c-header_list_img_right {
    position: relative !important;
    height: 10px !important;
    width: 10px !important;
    margin-bottom: 14px;
       float: right;
}
.c-header_list_level2_menu li {
    height: 40px;
    border-bottom: 1px #dddddd solid;
    line-height: 40px;
}
.c-header_list_level2_menu li a {
    color: #d0cece;
    display: block;
    width: 100%;
    height: 100%;
}