/*个性化自定义*/
body{
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #f8f8f8;
    font-family: "icofont","Microsoft YaHei";
}
#header{
//    background: none;
}
/*按钮字体绑定*/
input,button{
    font-family: "icofont","Microsoft YaHei";
}




/*CONTENT*/
#content{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 256;
}
/*BANNER*/
.con_banner{
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 0.05rem #fbb803 solid;
}
.con_banner_ecc{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    min-height: 5.3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/gl/con_banner.jpg);
}
.con_banner_ecc:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0,#0955bb 100%);
    background: -o-linear-gradient(90deg,rgba(0, 0, 0, 0) 0,#0955bb 100%);
    background: -moz-linear-gradient(90deg,rgba(0, 0, 0, 0) 0,#0955bb 100%);
    background: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 0) 0,#0955bb 100%);
}
.con_banner_ecc > h1{
    top: 50%;
    left: 50%;
    display: block;
    font-size: 0.45rem;
    color: #fff;
    font-weight: 500;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/*面包屑导航*/
.con_mbx{
    display: block;
    position: relative;
    z-index: 260;
    padding: 0.2rem 0 0.15rem 0;
}
.con_mbx_cen{
    display: block;
    width: 100%;
    height: auto;
    color: #4c4c4c;
    max-width: 12.8rem;
    margin: 0 auto;
    text-align: left;
}
.con_mbx_cen > a{
    margin: 0 0.1rem;
    color: #4c4c4c;
}
.con_mbx_cen > a:hover{
    color: #2fb7ff;
}
.con_mbx_cen > a.con_mbx_cen_home{
    position: relative;
    padding-left: 0.3rem;
}
.con_mbx_cen > a.con_mbx_cen_home:after{
    content: "";
    color: #c7c7c7;
    width: 0.14rem;
    height: 0.14rem;
    display: block;
    text-align: center;
    position: absolute;
    top: 0.03rem;
    left: 0.02rem;
    font-size: 0.14rem;
    line-height: 0.14rem;
}
/*页面主体*/
.con_zt{
    display: block;
    position: relative;
    z-index: 258;
    padding: 0.1rem 0 0.45rem 0;
}
.con_zt_cen{
    display: block;
    width: 100%;
    height: auto;
    max-width: 13.54rem;
    margin: 0 auto;
    position: relative;
}
/*页面内容*/
.con_zt_cen_nero{
    display: block;
    box-sizing: border-box;
    padding: 0.4rem 0.25rem 0.25rem 0.25rem;
    background-color: #fff;
}
/*文章内容页*/
.con_doc{
    display: block;
}
.con_doc_cen{
    display: block;
    width: 100%;
    height: auto;
    max-width: 11.5rem;
    margin: 0 auto;
    position: relative;
}
.con_doc_cen_title{
    display: block;
    text-align: center;
    padding: 0.5rem 0 0.1rem 0;
    margin: 0 auto 0.2rem auto;
}
.con_doc_cen_title > h2{
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: 400;
    color: #000;
    padding-bottom: 0.2rem;
    margin: 0 auto 0.15rem auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: 0.01rem #eee dotted;
}
.con_doc_cen_title_info{
    display: block;
    margin: 0 auto 0.1rem auto;
}
.con_doc_cen_title_info > span{
    font-size: 0.14rem;
    display: inline-block;
    margin: 0 0.15rem;
    color: #b2b2b2;
}
.con_doc_cen_nero{
    display: block;
    width: 100%;
    height: auto;
    min-height: 4.8rem;
    position: relative;
}
.con_doc_cen_nero > img{
    display: block;
    max-width: 70%;
    width: auto;
    height: auto;
    margin: 0.1rem auto;
}
.con_doc_cen_nero > p{
    font-size: 0.15rem;
    line-height: 0.3rem;
    display: block;
    margin: 0.2rem auto;
}
/*返回上级*/
.con_doc_back{
    display: block;
    text-align: center;
	padding:0.3rem;
}
.con_doc_back > a{
    color: #fff;
    display: block;
    font-size: 0.14rem;
    padding: 0.1rem 0.3rem;
    border-radius: 2rem;
    display: inline-block;
    background-color: #174d95;
}
.con_doc_back > a:hover{
    background-color: #3476ce;
}
@media screen and (max-width: 960px){
	.con_banner_ecc{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    min-height: 2.3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/gl/con_banner.jpg);
}

.con_banner_ecc > h1{
    top: 50%;
    left: 50%;
    display: block;
    font-size: 0.22rem;
    color: #fff;
    font-weight: 500;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}   
   .con_mbx{
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 0.2rem 0 0.1rem 0;
    }
    .con_mbx_cen > a{
        font-size: 0.14rem;
    }
    .con_mbx_cen > a.con_mbx_cen_home:after{
        top: 0;
    }
    .con_zt{
        z-index: 262;
    }
    .con_zt_cen{
        width: 95%;
        height: auto;
        padding: 0 0;
    }
    .con_zt_cen_nero{
        padding: 0.3rem 0.2rem 0.2rem 0.2rem;
    }
    .con_doc_cen_title{
        padding: 0.2rem 0 0.1rem 0;
    }
    .con_doc_cen_title > h2{
        font-size: 0.2rem;
    }
}
/*页面背景*/
.con_bgys{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.con_bgys_st01,
.con_bgys_st02{
    display: block;
    width: 6.4rem;
    height: 6.4rem;
    position: absolute;
    opacity: 0.4;
}
.con_bgys_st01{
    top: 2rem;
    right: 0;
    background-image: url(../images/gl/con_dwys_02.png);
}
.con_bgys_st02{
    bottom: 0;
    left: 0;
    background-image: url(../images/gl/con_dwys_01.png);
}




/*FOOTER*/
#footer{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    left: 0;
    bottom: -0.7rem;
    position: absolute;
    z-index: 512;
}
.foot_copy{
    display: block;
    background-color: #393939;
}
.foot_copy_link{
    width: 100%;
    height: auto;
    max-width: 13.54rem;
    margin: -0.5rem auto 0 auto;
    box-sizing: border-box;
    padding: 0.45rem 0 1rem 0;
    font-size: 0;
}
.foot_copy_link > *{
    font-size: 0.16rem;
}
.foot_copy_link_info,
.foot_copy_link_md{
    display: inline-block;
    vertical-align: top;
}
.foot_copy_link_info{
    width: 30%;
    height: auto;
    padding: 0.15rem 0 0 0;
}
.foot_copy_link_info_logo{
    display: block;
    margin: 0 auto 0.25rem auto;
}
.foot_copy_link_info_logo > img{
    display: block;
    width: 2.5rem;
    height: auto;
}
.foot_copy_link_info_contact{
    display: block;
}
.foot_copy_link_info_contact > p{
    display: block;
    margin: 0 auto 0.05rem auto;
    font-size: 0.13rem;
    color: #fff;
}
.foot_copy_link_md{
    width: 70%;
    height: auto;
    font-size: 0;
    padding: 0.2rem 0 0 0;
}
.foot_copy_link_md > *{
    font-size: 0.16rem;
}
.foot_copy_link_md_sub{
    width: 14.285%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.foot_copy_link_md_sub:after{
    display: block;
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 1.5rem;
    top: 0;
    right: 0.25rem;
    background-color: rgba(255, 255, 255, 0.05);
}
.foot_copy_link_md_sub:nth-last-child(1):after{
    display: none;
}
.foot_copy_link_md_sub > h3{
    font-size: 0.16rem;
    font-weight: 500;
    color: #fff;
    padding: 0 0 0.1rem 0;
    position: relative;
    margin: 0 auto 0.05rem auto;
}
.foot_copy_link_md_sub > a{
    display: block;
    padding: 0.1rem 0;
    font-size: 0.13rem;
    color: #c4c4c4;
}
.foot_copy_link_md_sub > a:hover{
    color: #fff;
}
.foot_copy_wz{
    display: block;
    border-top: 0.01rem rgba(255, 255, 255, 0.2) solid;
}
.foot_copy_wz_cen{
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 0.1rem 0;
    max-width: 13.54rem;
}
.foot_copy_wz_cen > p{
    color: #adadad;
    padding: 0.03rem 0;
    font-size: 0.12rem;
    margin: 0 auto;
}
@media screen and (max-width: 1280px){
    .foot_copy_link{
        padding: 0.2rem 4% 0.15rem 6%;
    }
    .foot_copy_link_info{
        width: 45%;
        margin: 0 auto 0.4rem auto;
    }
    .foot_copy_link_md{
        width: 100%;
    }
    .foot_copy_wz{
        padding: 0 4% 0 6%;
    }
}
@media screen and (max-width: 1080px){
    .foot_copy_link_md_sub:after{
        display: none;
    }
}
@media screen and (max-width: 760px){
    .foot_copy_link_info{
        width: 100%;
    }
    .foot_copy_link_info_logo > img{
        width: 2.2rem;
        height: auto;
    }
    .foot_copy_link_info_contact > p{
        font-size: 0.12rem;
    }
    .foot_copy_link_md_sub{
        width: 25%;
        height: auto;
        margin: 0 auto 7% auto;
    }
    .foot_copy_link_md_sub > a{
        padding: 0.07rem 0;
        font-size: 0.12rem;
    }
}
@media screen and (max-width: 580px){
    .foot_copy_link_info_contact > p{
        font-size: 0.12rem;
        margin: 0 auto 0.05rem auto;
    }
    .foot_copy_link_md_sub{
        width: 33.333%;
    }
    .foot_copy_link_md_sub > a{
        font-size: 0.12rem;
    }
}









