﻿html, body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', '微软雅黑', 'Microsoft YaHei UI', '黑体', '宋体', 'arial', 'sans-serif';
    color: #333;
    min-width: 320px;
    /*max-width: 1920px;*/
    margin:0 auto !important;
}

a {
    border: none;
    outline: none;
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

a:hover{
    color: #ff545c;
}

img {
    border: none;
    outline: none;
}

h1, h2, h3, h4, ul, li, dl, ol, p, table, td, dd {
    padding: 0;
    margin: 0;
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1720{
    max-width: 1720px;
    margin:0 auto;
}
.w1680 {
    max-width: 1780px;
    margin: 0 auto;
}

.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.center {
    margin: 0 auto;
}

.iln {
    display: inline;
}

.ibk {
    display: inline-block;
}

.bk {
    display: block;
}

.p_rel, .p-rel {
    position: relative;
}

.p_abs, .p-abs {
    position: absolute;
}

.none {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.cut {
    overflow: hidden;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}
.x-red{
    color: #f00;
}


header.header{
    padding: 5px 30px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header.header a.logo{
    height: 50px;
    display: block;
    float: left;
}
header.header a.logo img{
    display: block;
    height: 100%;
}

header.header a.nav,header.header nav.nav a.close{
    display: block;
    height: 100%;
    line-height: 50px;
    color:#ff545c;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
header.header a.nav.on{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
header.header a.nav span:last-child,header.header nav.nav a.close span:last-child{
    margin: 15px 0 0 15px;
    display: block;
    float: right;
    text-align: right;
    width: 30px;
    height: 19px;
    overflow: hidden;
}
header.header a.nav span:last-child i,header.header nav.nav a.close span:last-child i{
    display: block;
    height: 1px;
    background: #ff545c;
    width:100%;
    margin-bottom: 8px;
    position:relative;
}
header.header a.nav span:last-child i:first-child{
    left:15px;
}
header.header a.nav span:last-child i:last-child{
    left:10px;
}

header.header nav.nav{
    width:290px;
    background: rgba(255, 255, 255, 0.95);
    position:fixed;
    right:0;
    top:0;
    height: 100%;
    z-index: 999;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
header.header nav.nav.on{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

header.header nav.nav a.close{
    text-align: center;
    height: 50px;
    margin-top: 5px;
}
header.header nav.nav.on a.close span{
    float: none;
    vertical-align: middle;
    display: inline-block;
    color:#ff545c;
    margin:0;
}
header.header nav.nav.on a.close span:last-child{
    height: 30px;
    position: relative;
    margin-left: 15px;
}
header.header nav.nav.on a.close span i{
    position: absolute;
    margin:0;
    left:0;
    top:50%;
    width:24px;
    background: #ff545c;
}
header.header nav.nav.on a.close span i:first-child{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header.header nav.nav.on a.close span i:last-child{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header.header nav.nav dl dt,
header.header nav.nav dl dd{
    overflow: hidden;
    margin-top: 30px;
}
header.header nav.nav dl a{
    display: block;
    font-size: 16px;
    line-height: 36px;
    padding:10px 0;
    text-align: center;
    font-weight: bold;
    color:#333;
}
header.header nav.nav dl a:hover{color:#ff545c;}
header.header nav.nav dl dd a{
    font-size: 14px;
    font-weight: 500;
}
header.header nav.nav div.p1-EN {
    display: inline-block;
    position:relative;
    font-size: 12px;
    color: #b1b1b1;
    left:50%;
    top:45px;
    letter-spacing: 0.8rem;
    word-wrap: normal !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translate(0, -50%);
    -ms-transform: rotate(90deg) translate(0, -50%);
    -o-transform: rotate(90deg) translate(0, -50%);
    transform: rotate(90deg) translate(0, -50%);
}
header.header nav.nav div.p1-EN:after {
    content:'';
    display: inline-block;
    width: 78px;
    height: 10px;
    margin: 0 0 3px 30px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAAKBAMAAADoTXVUAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX////AwsLAwsLAwsLAwsLAwsLAwsLAwsLAwsLAwsLAwsLAwsKr95mBAAAADHRSTlMAESIzVXeZu8zd7v/xv4fsAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAADVJREFUGJVjYCAMFIhQAwRMi4lTx+ApQJw61kYiDUwnUh17AnHqGFuJNFDSgTh1zIsYdhMHACVJIHSBQulLAAAAAElFTkSuQmCC') no-repeat right center;
}

section.footer{
    padding:0 15px;
    background: #f1f1f1;
    overflow: hidden;
}
section.footer div.countup{
    widows: 90%;
    margin:20px 5%;
    background: #fff;
    color: #333;
    padding:50px;
    text-align: center;

}
section.footer div.countup h3 {
    color: #000;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    font-size: 32px;
}
section.footer div.countup h3 small{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ddd;
    margin-top: 8px;
}
section.footer div.countup div.yq {
    width: 80%;
    margin: 30px auto 0;
}
section.footer div.countup div.yq div.one{
    width: 33.3333%;
    float: left;
}
section.footer div.countup div.yq div.one div.ss {
    font-size: 64px;
    font-weight: bold;
    color: #ff545c;
    display: block;
}
section.footer div.countup div.yq div.one b {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
section.footer div.copyright{
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
}
section.footer div.copyright .nav {
    float: left;
    text-align: left;
    width: 70%;
}
section.footer div.copyright .nav li {
    float: left;
    width: 20%;
}
section.footer div.copyright .nav li .tt {
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #333;
}
section.footer div.copyright .nav li dd {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #606060;
    margin: 0px;
}
section.footer div.copyright .nav li .tt,
section.footer div.copyright .nav li dd{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
section.footer div.copyright .nav li dd a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #606060;
}
section.footer .banquan {
    /*height: 50px;*/
    line-height: 50px;
padding-top: 15px;
    text-align: center;
    margin-top: 60px;
    border-top: #e2e2e2 1px solid;
    color: #8f8f8f;
}


section.footer div.copyright .ewm {
    float: right;
    font-size: 18px;
    color: #606060;
    text-align: center;
    line-height: 33px;
    max-width: 185px;
    overflow: hidden;
}
section.footer div.copyright .ewm img{
    max-width: 100%;
    display:block;
}


body > section.banner {
    height: 600px;
    width: 100%;
    background: url('../images/news/new_banner.jpg') no-repeat center / cover;
    position: relative;
    display: table;
    overflow: hidden;
}

body > section.banner div.tt{
    font-size: 36px;
    display: table-cell;
    vertical-align: middle;
color: #fff;
    text-align: center;
}
body > section.banner .tt span {
    display: inline-block;
    border-bottom: #fff 2px solid;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    font-weight: bold;
}



@media screen and (max-width: 1199px){
    section.footer div.copyright .nav{
        width:100%;
    }
    section.footer div.copyright .ewm{
        display:none;
    }
}
@media screen and (max-width:991px) {
    section.footer div.countup h3{
        font-size: 22px;
    }
    section.footer div.countup div.yq div.one div.ss{
        font-size: 42px;
    }

    section.footer div.copyright .nav{
        display: none;
    }
}
@media screen and (max-width:767px) {
    header.header{
        padding:5px 3%;
    }
    header.header nav.nav{
        width:50%;
        background: #fff;
    }
    section.footer div.countup{
        padding:20px 10px;
        margin: 20px 0;
    }
    section.footer div.countup h3{
        font-size: 18px;
    }
    section.footer div.countup h3 small{
        font-size: 14px;
    margin-top: 0px;
    }
    section.footer div.countup div.yq{
        width:100%;
    }
    section.footer div.countup div.yq div.one div.ss{
        font-size: 28px;
    }
    section.footer div.countup div.yq div.one b{
        font-weight: normal;
    }
    section.footer div.copyright{
        display: none;
    }
    section.footer .banquan {
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    line-height: 24px;
    font-size: 12px;
    }

    body > section.banner{
        height: 300px;
    }
    body > section.banner div.tt{
        font-size: 24px;
    }
    body > section.banner .tt span{
        line-height: 48px;
        font-size: 24px;
        height: auto;
    }

}