body, html {
    width: 100%;
    background-color: #fff !important;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}
p{
    margin:0;
    padding:0;
}
@font-face{
    font-family: Bebas;
    src: url(../fonts/BEBAS__.TTF)
}

button {
    background: transparent;
}

button:active, button:focus {
    outline: none;
}
/*@media screen and (max-width:1200px){
    .banner_box .banner{
        position: absolute;
        left:-500px;
    }
}*/
.banner_box{
    width:100%;
    height: 450px;
    overflow: hidden;
    margin:0 auto;
    /*position: relative;*/
}
.banner_box .banner{
    width:100%;
    height:100%;
    background: url("../images/credit/bg.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.banner_box .banner .banner_word{
    width:548px;
    height: 220px;
    background: url("../images/credit/text.png") no-repeat center;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
}
@media screen and (max-width: 1300px) {
    .banner_box .banner .banner_word{
        left:-800px;
    }
}
.gland_info_box {
    width: 1200px;
    margin: 80px auto;
    overflow: hidden;
}
.gland_info_box .gland_info_1{
    width:1200px;
    height: 360px;
    /* background: pink; */
}
.gland_info_box .gland_info_1 .gland_info_1_word{
   width:626px;
   height: 360px;
   float: left; 
}
.gland_info_box .gland_info_1 .gland_info_1_word h2{
    font-size: 60px;
    color: #4c4948;
    font-family: Bebas;
    line-height: 60px;
}
.gland_info_box .gland_info_1 .gland_info_1_word span{
    display: block;
    width: 2px;
    height: 40px;
    background: #4c4948;
    margin:20px 0;
}
.gland_info_box .gland_info_1 .gland_info_1_word h3{
    font-size: 30px;
    color: #4c4948;
    line-height: 30px;
}
.gland_info_box .gland_info_1 .gland_info_1_word p{
    font-size: 16px;
    color: #4c4948;
    line-height: 26px;
    padding-top:30px;
}
.gland_info_box .gland_info_1 .gland_info_1_word p:nth-of-type(2){
    padding-top:24px;
}
.gland_info_box .gland_info_1 .gland_info_1_img{
    width:500px;
    height: 360px;
    float: right; 
    background: url("../images/credit/pic_01.png") no-repeat center;
    background-size: 100% 100%;
 }
.gland_info_box .gland_info_2{
    width:1200px;
    height: 360px;
    margin:100px auto;
    /* background: pink; */
}
.gland_info_box .gland_info_2 .gland_info_2_word{
   width:626px;
   height: 334px;
   float: right; 
}
.gland_info_box .gland_info_2 .gland_info_2_word h2{
    font-size: 60px;
    color: #4c4948;
    font-family: "Bebas";
    line-height: 60px;
    text-align: right;
}
.gland_info_box .gland_info_2 .gland_info_2_word span{
    display: block;
    width: 2px;
    height: 40px;
    background: #4c4948;
    margin:20px 0 20px 624px;
}
.gland_info_box .gland_info_2 .gland_info_2_word h3{
    font-size: 30px;
    color: #4c4948;
    line-height: 30px;
    text-align: right;
}
.gland_info_box .gland_info_2 .gland_info_2_word p{
    font-size: 16px;
    color: #4c4948;
    line-height: 26px;
    padding-top:30px;
    text-align: justify;
}
.gland_info_box .gland_info_2 .gland_info_2_img{
    width:500px;
    height: 360px;
    float: left; 
    background: url("../images/credit/pic_02.png") no-repeat center;
    background-size: 100% 100%;
 }
 .gland_info_box .gland_info_3{
    width:1200px;
    height: 360px;
    /* background: pink; */
}
.gland_info_box .gland_info_3 .gland_info_3_word{
   width:626px;
   height: 276px;
   float: left; 
}
.gland_info_box .gland_info_3 .gland_info_3_word h2{
    font-size: 60px;
    color: #4c4948;
    font-family: Bebas;
    line-height: 60px;
}
.gland_info_box .gland_info_3 .gland_info_3_word span{
    display: block;
    width: 2px;
    height: 40px;
    background: #4c4948;
    margin:20px 0;
}
.gland_info_box .gland_info_3 .gland_info_3_word h3{
    font-size: 30px;
    color: #4c4948;
    line-height: 30px;
}
.gland_info_box .gland_info_3 .gland_info_3_word p{
    font-size: 16px;
    color: #4c4948;
    line-height: 26px;
    padding-top:30px;
}
.gland_info_box .gland_info_3 .gland_info_3_word p:nth-of-type(2){
    padding-top:24px;
}
.gland_info_box .gland_info_3 .gland_info_3_img{
    width:500px;
    height: 360px;
    float: right; 
    background: url("../images/credit/pic_03.png") no-repeat center;
    background-size: 100% 100%;
 }
 .credit_jump_box{
     width: 100%;
     height: 680px;
     background: #efefef;
 }
 .credit_jump_box a{
     display: block;
     width:580px;
     height: 220px;
    position: relative;
 }
 .credit_jump_box .credit_jump_img{
     width: 1200px;
     height: 480px;
     margin:0 auto;
     padding-top: 100px;
 }
 .credit_jump_box .credit_jump_img .credit_jump_word{
     position: absolute;
     top:50px;
     left:60px;
 }
 .credit_jump_box .credit_jump_img .credit_jump_word h3{
     font-size: 26px;
     color: #4c4948;
     line-height: 26px;
 }
 .credit_jump_box .credit_jump_img .credit_jump_word span{
     display: block;
     font-size: 16px;
     color: #4c4948;
     line-height: 16px;
     padding-top:30px;
 }
 .credit_jump_box .credit_jump_img .credit_jump_word span:nth-of-type(2){
    padding-top:15px;
}
 .credit_jump_box .credit_jump_img .credit_jump_img_1{
    width: 580px;
    height: 220px;
    background: url(../images/credit/button_01.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
    /* position: relative; */
}

.credit_jump_box .credit_jump_img .credit_jump_img_2{
    width: 580px;
    height: 220px;
    background: url(../images/credit/button_02.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
    /* position: relative; */
    margin-left:40px;
}
.credit_jump_box .credit_jump_img .credit_jump_img_3{
    width: 580px;
    height: 220px;
    background: url(../images/credit/button_03.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
    /* position: relative; */
    margin-top:40px;
}
.credit_jump_box .credit_jump_img .credit_jump_img_4{
    width: 580px;
    height: 220px;
    background: url(../images/credit/button_04.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
    margin-left: 40px;
    margin-top:40px;
}

/*新闻详情*/
.lh_credit_news{
    width:100%;
    height:550px;
    /* background: #6ccbfd; */
    text-align: center;
    overflow: hidden;
}
.lh_credit_news .lh_credit_news_title h3{
    font-size: 46px;
    color: #4c4948;
    font-family: ArialMT;
    line-height: 46px;
    margin-top:90px;
}
.lh_credit_news .lh_credit_news_title h4{
    font-size: 36px;
    color: #4c4948;
    line-height: 36px;
    margin-top: 20px;
}
.lh_credit_news .lh_credit_news_link{
    position: relative;
    width:1200px;
    height: 218px;
    margin:60px auto 80px;
}
.lh_credit_news .lh_credit_news_link .lh_credit_center_line{
    width:1px;
    height: 218px;
    background: #999;
    position: absolute;
    top:0px;
    bottom: 0px;
    left:0;
    right:0;
    margin:auto;
}
.lh_credit_news_link_date{
    float: left;
    text-align: left;
    padding-bottom: 60px;
}
.lh_credit_news_link_box{
    width:600px;
    float: left;
}
.lh_credit_news_link_box:nth-of-type(2),.lh_credit_news_link_box:nth-of-type(4){
    padding-left: 80px;
}
.lh_credit_news_link_date .lh_credit_link_date_day{
    font-size: 20px;
    color: #4c4948;
    font-weight: 900;
    line-height: 20px;
}
.lh_credit_news_link_date .lh_credit_link_date_year{
    font-size: 16px;
    color: #4c4948;
    line-height: 16px;
    padding-top: 20px;
}
.lh_credit_news_link_content{
    float: left;
    padding-left: 30px;
    padding-bottom: 60px;
    width:459px;
}
.lh_credit_news_link_content .lh_credit_news_link_content_title{
    font-size: 22px;
    color: #4c4948;
    font-weight: 900;
    line-height: 22px;
    width: 459px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lh_credit_news_link_content .lh_credit_news_link_content_title:hover{
    color: #2678cb;
}
.lh_credit_news_link_content .lh_credit_news_link_content_summary{
    font-size: 16px;
    line-height: 1.5em;
    color: #4c4948;
    padding-top:20px;
    overflow:hidden;
    width: 459px;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.lh_credit_news_link_content{
    float: left;
    text-align: left;
    padding-bottom: 60px;
}

.chat_we_box{
    width:100%;
    height: 300px;
    overflow: hidden;
    background: #2b2d2e;
}
.chat_we_box .chat_we{
    width:1200px;
    height: 300px;
    margin: 0 auto;
}
.chat_we_box .chat_we .chat_we_left{
    color: #fff;
    float: left;
}
.chat_we_box .chat_we .chat_we_left h3{
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    margin-top:80px;
}
.chat_we_box .chat_we .chat_we_left i{
    width:20px;
    height: 2px;
    background: #fff;
    margin: 20px 0;
    display: block;
}
.chat_we_box .chat_we .chat_we_left p{
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 14px;
}
.chat_we_box .chat_we .chat_we_left p span{
    padding-left: 28px;
}
.chat_we_box .chat_we .chat_we_right{
    float: right;
    margin-top: 46px;
}
.chat_we_box .chat_we .chat_we_right .mark_map{
    width:550px;
    height: 200px;
}
.chat_we_box .chat_we .chat_we_right .mark_map .QD_map{
    width:550px;
    height: 200px;
}


.footer_box{
    width:100%;
    height:auto;
    background: #1e1f20;
}
.footer_box .friendLink{margin: 0 auto; width: 1200px; color: #fff; font-size: .14rem;}
.footer_box .friendLink h3{font-size: 18px; padding: 10px 0; box-sizing: border-box}
.footer_box .friendLink a{padding: 0 10px; color: #fff; box-sizing: border-box} 
.footer_box .friendLink a:not(:nth-last-child(1)){ border-right: 1px solid #fff}
.footer_box .friendLink a:nth-of-type(1){padding: 0 10px 0 0}
.footer_box .friendLink a:hover{color: #6ccbfd}
.footer_box .content{margin: 0 auto; width: 1170px; height:50px;font-size: 14px;color: #82888a;line-height: 50px;vertical-align: middle;position: relative;}
.footer_box .content span{
    position: absolute;
    left:40px;
}
.footer_box .content img{
    width: 20px;
    height: 20px;
    position: absolute;
    top:15px;
}

