@charset "UTF-8";







	/* 瀛椾綋寮曞叆 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon-external-link{
    font-family:FontAwesome;
    font-weight: normal;
    font-style: normal;
}
.fa-angle-left:before{
    content: "\f104";
}


/* 澶撮儴 */


.menu{
    width: 50px;
    height: 50px;
    font-size: 26px!important;
    line-height: 50px!important;
    color: #e60013;
    text-align: center;
}
.s-head a{
    width: 80px;
    height: 80px;
    font-size: 46px!important;
    line-height: 80px!important;
    color:#ffffff!important;;
    text-align: center;
    float: left;
}



.tel400{
    float: left;
    font-size: 40px!important;
    line-height: 40px!important;
    color:#e60013;
    text-align: center;
	width:300px;
}


/* 渚ч潰涓诲鑸� */
.side_body{
    width: 70%;
    position: fixed;
    top: 0;
    left: -520px;
    height: 100%;
    z-index: 99999;
    background: #ffffff;
}
.side_body .lang{padding: 20px;font-size: 18px;} 
.side_body .top{
    height: 100px;
    padding: 20px 0 0 20px;
    border-bottom: solid 1px #eeeeee;
}
.side_body .top .hd{
    overflow: hidden;
    float: left;
}
.side_body .top .en{
    float: left;
    font-size: 24px;
    color: #666666;
    margin:10px 0 0 20px;
}
.side_body .top .en a{
    color: #666666;
    font-size: 30px;
}
.side_body .btm li{
   border-bottom: solid 1px #e2dfdf;
}
.side_body .btm li a{
    display: block;
    line-height: 50px;
    overflow: hidden;
    color: #000;
        font-size: 16px;
}
.side_body .btm li span{
    width: 46px;
    line-height: 50px;
    float: left;
    font-size: 28px;
    color: #e53333;
}
.side_body .btm li p{
    float: left;
    font-size: 28px;
    color: #666666;
}
.side_body .btm li i{
    float: right;
    line-height: 50px;
    font-size: 36px;
    color: #999999;
}
.side_body .btm li .box{
    display: block;
}
.side_body .btm li .box1{
    display: none;
}
.side_body .btm li .region{
    height: 50px;
    width: 100%;
    line-height: 50px;
    border-bottom: solid 1px #eeeeee;
}
.side_body .btm li .region p{
    text-indent: 46px;
    font-size: 24px;
}

/* 姝ｉ潰涓讳綋 */
.cover{
    width: 100%;
    height: 1000%;
    top: 0;
    left: 0;
    background: #333333;
    opacity: 0.8;
    position: absolute;
    z-index: 9999;
    display: none;
}

.close{
    width: 30px;
    height: 30px;
    top: 10px;
    right: 26px;
    position: fixed;
    z-index: 99999;
    background: url("/Public/home/images/close.png") no-repeat center center;
    display: none;
}
.more{text-align:center;height:80px;line-height:80px;}



