/*个性化自定义*/
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*/
/*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;
    top: 0.3rem;
    left: 0;
    position: relative;
    z-index: 260;
    padding: 0.1rem 0 0 0;
}
.con_mbx_cen{
    display: block;
    width: 100%;
    height: auto;
    color: #4c4c4c;
    max-width: 13.54rem;
    margin: 0 auto;
    text-align: right;
}
.con_mbx_cen > a{
    margin: 0 0.1rem;
    color: #4c4c4c;
}
.con_mbx_cen > a:hover{
    color:#0656b7;
}
.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.35rem auto 0 auto;
    box-sizing: border-box;
    padding: 0 0 0 3.6rem;
    position: relative;
}
/*页面侧边栏*/
.con_zt_cen_aside{
    top: 0;
    left: 0;
    width: 3.0rem;
    height: auto;
    min-height: 4.8rem;
    position: absolute;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: bottom left;
    background-image: url(../images/gl/con_aside_bgys.png);
}
.con_zt_cen_aside_title{
    display: block;
    padding: 0.3rem 0 0.3rem 0.4rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/gl/con_aside_title_bg.png);
}
.con_zt_cen_aside_title > h3{
    display: block;
    color: #fff;
    font-size: 0.3rem;
    font-weight: 500;
    margin: 0 auto 0.04rem auto;
}
.con_zt_cen_aside_title > p{
    color: #fff;
    font-size: 0.12rem;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}
.con_zt_cen_aside_link{
    box-sizing: border-box;
    padding: 0.3rem 0.4rem;
}
.con_zt_cen_aside_link > a{
    color: #313131;
    display: block;
    top: 0;
    left: 0;
    position: relative;
    padding: 0.1rem 0 0.15rem 0;
    font-size: 0.17rem;
    margin-bottom: 0.1rem;
    border-bottom: 0.01rem #b4cbea solid;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
}

.con_zt_cen_aside_link > a.active {
   background-color:#E6EFF8;
   font-weight:bold;
   color:#184EAD;
   padding-left:0.2rem;
   padding-right:0.2rem;
   display:flex;
   align-items:center;
   justify-content:space-between;
}
.con_zt_cen_aside_link > a.active::after {
  content: "";
  display:inline-block;
  width:20px;
  height:20px;
  background:url("../images/menu-active-arrow.png");
  background-size:100% 100%;
}

.con_zt_cen_aside_link > a:hover{
    top: 0;
    left: -0.1rem;
    font-weight: bold;
}
.con_zt_cen_aside_btn{
    top: 0.02rem;
    right: -0.5rem;
    display: block;
    position: absolute;
    cursor: pointer;
    display: none;
}
.con_zt_cen_aside_btn:after{
    content: "";
    color: #fff;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.4rem;
    background-color: #174d95;
}
/*页面内容*/
.con_zt_cen_nero{
display: block;
    box-sizing: border-box;
    padding: 0.3rem 0.5rem 0 0.5rem;
    min-height: 5rem;
    background-color: white;
}
.con_zt_cen_nero > p{
    display: block;
    color: #141414;
    font-size: 0.13rem;
    margin: 0.2rem auto;
}
.con_zt_cen_nero > img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0.2rem auto;
}
@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{
        top: 0;
        padding: 0.25rem 0.1rem 0 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_aside{
        top: 10%;
        position: fixed;
        transition: All 0.2s ease-in-out;
        -webkit-transition: All 0.2s ease-in-out;
    }
    .con_zt_cen_aside.df{
        left: -3rem;
    }
    .con_zt_cen_aside.hov{
        left: 0;
    }
    .con_zt_cen_aside_btn{
        display: block;
		top: 1.23rem;
    }
    .con_zt_cen_nero{
        padding: 0.1rem 0 0 0;
    }
}
/*页面背景*/
.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;
    }
}