#fp-nav.fp-right {
    right: 48px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    width: 16px;
    height: 15px;
    margin: 30px 0;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    transition: all .5s;
    background: none;
    border: solid 1px #fff;
    margin: -6px 0 0 -6px;
    width: 13px;
    height: 13px;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span, #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    background: #e8373d;
    border-color: #e8373d;
    margin: -6px 0 0 -6px;
    width: 13px;
    height: 13px;
}
/*头部*/
.headbox .fixedbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 102;
}
.headbox .logo {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    display: inline-block;
    *display: inherit;
    zoom: 1;
    z-index: 103;
    transition: all 0.3s ease-in-out
}
.headbox .logo img {
    max-width: 70%;
}
.headbox .MenuBut {
    float: right;
    width: 61px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    background-color: #e8373d;
}
@media(min-width:1200px) {
    .headbox .logo.on {
        top: 3%;
    }
    .headbox .logo.on img {
        max-width: 100%;
        transition: all 0.3s ease-in-out
    }
    .headbox .logo.on .MenuBut {
        width: 70px;
        height: 70px;
        line-height: 61px;
    }
}
@media(max-width:640px) {
    .headbox .logo img {
        max-width: 100%;
    }
}
.headbox .version {
    float: right;
    margin-right: 30px;
}
.headbox .Tmenu_icon {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    width: 35px;
    height: 35px;
    z-index: 2;
}
.headbox .Tmenu_icon i {
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    height: 3px;
    margin-top: -2px;
    top: 50%;
}
.headbox .Tmenu_icon i::before, .headbox .Tmenu_icon i::after {
    position: absolute;
    background: #fff;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: transform 0.3s;
}
.headbox .Tmenu_icon i::before {
    top: 9px;
}
.headbox .Tmenu_icon i::after {
    top: -9px;
}
.headbox .MenuBut.open .Tmenu_icon i {
    background: none !important;
}
.headbox .MenuBut.open .Tmenu_icon i::before, .headbox .MenuBut.open .Tmenu_icon i::after {
    top: 0 !important;
}
.headbox .MenuBut.open .Tmenu_icon i::before {
    width: 100%;
    background-color: #fff;
    transform: rotate(40deg);
}
.headbox .MenuBut.open .Tmenu_icon i::after {
    width: 100%;
    background-color: #fff;
    transform: rotate(-40deg);
}
.headbox .search_box, .headbox .language {
    padding: 14.5px 0;
    float: right;
    color: #fff;
    line-height: 40px;
}
.headbox .search_box {
    cursor: pointer;
    width: 20px;
    margin: 0 0 0 25px;
    height: 70px;
    background: url(../images/search_icon2.png) no-repeat center;
}
.headbox .language a {
    transition: all .5s;
    color: #fff;
    font-size: 18px;
}
.headbox .language em {
    padding: 0 8px;
}
.headbox .search_input {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #fff;
    border-radius: 3px;
    width: 235px;
    right: 180px;
}
.headbox .search_input .text {
    width: 80%;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    vertical-align: middle;
}
.headbox .search_input .but_st {
    background: url(../images/search_icon.png) no-repeat center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.headbox.active .search_box, .headbox.active .language, .headbox.active .language a, .headbox.on .search_box, .headbox.on .language, .headbox.on .language a {
    color: #999999;
}
.headbox.on .search_box, .headbox.active .search_box {
    background: url(../images/search_icon.png) no-repeat center;
}
.headbox .language a:hover, .headbox .language a.on {
    color: #e8373d;
}
@media(max-width:640px) {
    .headbox .logo {
        width: 45%;
        top: 10px;
    }
    .headbox .MenuBut {
        position: fixed;
        top: 10px;
        right: 0;
        width: 45px;
        height: 40px;
        line-height: 40px;
    }
    .headbox .search_box, .headbox .language {
        padding: 10px 0;
    }
    .headbox .language a {
        font-size: 14px;
    }
    .headbox .search_box {
        margin-left: 10px;
        margin-right: 50px;
    }
    .headbox .search_input {
        right: 2%;
    }
}
/*导航菜单*/
.Topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.Topnav.active {
    z-index: 101;
}
.Topnav li {
    text-align: center;
    padding-top: 80px;
    width: 16.666%;
    height: 100vh;
    float: left;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.Topnav li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
}
.Topnav li {
    position: relative;
    opacity: 0;
    top: -40px;
    transition-property: opacity, top, background;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-property: opacity, top, background;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
}
.Topnav li .Juz {
    transition: all .5s;
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
}
.Topnav li .xlie {
    line-height: 60px;
    font-family: 'Impact';
    font-size: 60px;
    color: #efefef;
}
.Topnav li a {
    /*font-family: 'siyuanh';*/
}
.Topnav li .Only {
    display: block;
    margin: 30px 0;
    font-size: 24px;
    color: #333333;
}
.Topnav li dl dd {
    padding: 5px 0;
}
.Topnav li dl a {
    line-height: 25px;
    color: #999999;
    display: inline-block;
    vertical-align: middle;
}
.Topnav li:hover .Only, .Topnav li.on .Only {
    color: #e8373d;
}
.Topnav li dl a:hover {
    color: #333333;
}
.Topnav li .Juz:hover {
    transform: translateY(-5%);
}
.Topnav.active li {
    top: 0;
    opacity: 1;
}
.Topnav.active li:nth-child(1) {
    transition-delay: 0.4s, 0.4s, 0s;
    -webkit-transition-delay: 0.4s, 0.4s, 0s;
}
.Topnav.active li:nth-child(2) {
    transition-delay: 0.6s, 0.6s, 0s;
    -webkit-transition-delay: 0.6s, 0.6s, 0s;
}
.Topnav.active li:nth-child(3) {
    transition-delay: 0.8s, 0.8s, 0s;
    -webkit-transition-delay: 0.8s, 0.8s, 0s;
}
.Topnav.active li:nth-child(4) {
    transition-delay: 1s, 1s, 0s;
    -webkit-transition-delay: 1s, 1s, 0s;
}
.Topnav.active li:nth-child(5) {
    transition-delay: 1.2s, 1.2s, 0s;
    -webkit-transition-delay: 1.2s, 1.2s, 0s;
}
.Topnav.active li:nth-child(6) {
    transition-delay: 1.4s, 1.4s, 0s;
    -webkit-transition-delay: 1.4s, 1.4s, 0s;
}
@media(max-width:768px) {
    .Topnav li .xlie {
        font-size: 40px;
    }
    .Topnav li .Only {
        margin: 15px auto;
        font-size: 18px;
    }
}
@media(max-width:640px) {
    .Topnav ul {
        padding-top: 60px;
        height: 100vh;
        background-color: #fff;
        overflow-y: auto;
    }
    .Topnav li {
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .Topnav li .Juz {
        position: relative;
        top: auto;
        left: auto;
    }
    .Topnav li dl {
        display: none;
    }
    .Topnav li .xlie {
        font-size: 20px;
        line-height: 25px;
    }
    .Topnav li .Only {
        margin: 0;
    }
}
/*首页banner*/
.Hbanner .owl-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Hbanner .owl-carousel .owl-stage-outer {
    position: absolute;
    height: 100%;
    width: 100%;
}
.Hbanner .owl-carousel .item .pic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 100vh;
}
.Hbanner .text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.Hbanner li {
    padding-right: 4.5%;
    margin-bottom: 2%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}
.Hbanner li a {
    color: #fff;
}
.Hbanner li .digital i, .Hbanner li .digital span {
    transition: all .5s;
    text-shadow: 2px 2px 10px #000;
    font-style: normal;
    font-size: 70px;
    line-height: 70px;
    font-family: 'Impact';
}
.Hbanner li .digital i {
    font-size: 65px;
}
.Hbanner li .digital em {
    padding: 0 5px;
    font-style: normal;
}
.Hbanner li:last-child {
    padding-right: 0;
}
.Hbanner li a:hover span {
    color: #e8373d;
}
.Hbanner .wenben {
    font-size: 70px;
    color: #ffffff;
    transition: all .5s;
    text-shadow: 2px 2px 10px #000;
    font-style: normal;
}
@media(max-width:1600px) {
    .Hbanner li {
        font-size: 20px;
        padding-right: 3.3%;
    }
    .Hbanner li .digital span {
        font-size: 60px;
    }
    .Hbanner li .digital i {
        font-size: 50px;
    }
}
@media(max-width:1366px) {
    .inner {
        padding: 0 3%;
    }
}
@media(max-width:768px) {
    .Hbanner .text {
        text-align: center;
    }
    .Hbanner li {
        text-align: center;
        min-width: 35%;
        margin-right: 3%;
        padding-right: 0;
        font-size: 16px;
    }
    .Hbanner li .digital span {
        font-size: 40px;
        line-height: 40px;
    }
    .Hbanner li .digital i {
        font-size: 36px;
        line-height: 40px;
    }
}
@media(max-width:640px) {
    .Hbanner li {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/**/
.TihsAn {
    color: #fff;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
.TihsAn>span {
    transition: all .5s;
    margin-bottom: 10px;
    display: block;
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.TihsAn .icon {
    -webkit-animation: tuwa 1.5s infinite;
    -moz-animation: tuwa 1.5s infinite;
    -ms-animation: tuwa 1.5s infinite;
    animation: tuwa 1.5s infinite;
}
.TihsAn .icon span {
    transition: all .5s;
    width: 15px;
    height: 27px;
    display: block;
    margin: 0 auto 5px;
    background: url(../images/icon_sb2.png) no-repeat center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.TihsAn .icon em {
    transition: all .5s;
    display: block;
    width: 9px;
    height: 12px;
    margin: 0 auto;
    background: url(../images/icon_xa2.png) no-repeat center;
}
.TihsAn.on {
    color: #333;
}
.TihsAn.on .icon span {
    background: url(../images/icon_sb.png) no-repeat center;
}
.TihsAn.on .icon em {
    background: url(../images/icon_xa.png) no-repeat center;
}
@-webkit-keyframes tuwa {
    from {
        transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        -o-transform: translateY(-20%);
    }
    to {
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
    }
}
@media(max-width:1460px) {
    .TihsAn {
        bottom: 20px;
    }
}
@media(max-width:640px) {
    .TihsAn {
        bottom: 10px;
    }
}
/*首页*/
#fullpage {
    z-index: 5;
}
.section {
    background-size: cover;
    background-repeat: no-repeat;
}
.section2 {
    background-color: #ececec;
}
.Hnews-lbox {
    position: relative;
}
.Hnews-lbox .Textcon {
    width: 45%;
    float: left;
}
.Hnews-lbox .time {
    margin-bottom: 35px;
    /* font-family: 'DINBold'; */
    font-size: 28px;
    line-height: 30px;
    color: #e8373d;
}
.Hnews-lbox .tit a {
    transition: all .5s;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
}
.Hnews-lbox .text {
    margin: 35px auto;
    line-height: 32px;
    font-size: 18px;
    color: #555555;
    font-family: "siyuanh";
}
.Hnews-lbox .Abut a {
    transition: all .5s;
    border: solid 1px #e8373d;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #e8373d;
    display: inline-block;
}
.Hnews-lbox .Abut a:hover {
    background-color: #e8373d;
    color: #fff;
}
.Hnews-lbox .tit a:hover {
    color: #e8373d;
}
.Hnews-lbox .owl-dots {
    position: absolute;
    right: 56%;
    bottom: 5px;
}
.Hnews-lbox .owl-dots .owl-dot {
    display: inline-block;
    overflow: hidden;
    margin-left: 15px;
}
.Hnews-lbox .owl-dots .owl-dot span {
    transition: all .5s;
    border-radius: 13px;
    width: 13px;
    height: 13px;
    background-color: #d2d2d2;
    display: block;
    float: right;
}
.Hnews-lbox .owl-dots .owl-dot.active span {
    background-color: #e8373d;
    width: 65px;
}
.Hnews-rbox {
    width: 44.7%;
    float: right;
    position: relative;
    margin-top: 6%;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    margin-right: 25px;
}
.Hnews-rbox .pic {
    position: relative;
    z-index: 3;
}
.Hnews-rbox .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.Hnews-rbox video {
    width: 100%;
    height: 100%;
}
.Hnews-rbox .Abut {
    cursor: pointer;
    background: url(../images/video_icon.png) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Hnews-rbox .pic.on {
    opacity: 0;
}
@media(max-width:1440px) {
    .Hnews-rbox {
        margin-top: 9%;
    }
}
@media(max-width:1366px) {
    .Hnews-rbox {
        margin-top: 7.8%;
    }
}
@media(max-width:1024px) {
    .Hnews-rbox {
        width: 48%;
    }
    .Hnews-lbox .tit a {
        font-size: 26px;
        line-height: 40px;
    }
    .Hnews-lbox .time {
        margin-bottom: 20px;
    }
    .Hnews-lbox .text {
        margin: 15px 0;
        font-size: 16px;
    }
    .Hnews-rbox .Abut {
        width: 50px;
        height: 50px;
    }
}
@media(max-width:768px) {
    .section2 .inner {
        padding-top: 56px;
    }
    .Hnews-lbox .Textcon {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }
    .Hnews-lbox {
        width: 100%;
        margin-bottom: 30px;
    }
    .Hnews-lbox .tit a {
        font-size: 26px;
        line-height: 40px;
    }
    .Hnews-lbox .time {
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 40px;
    }
    .Hnews-lbox .text {
        line-height: 25px;
        height: 75px;
        overflow: hidden;
        font-size: 16px;
    }
    .Hnews-rbox {
        width: 80%;
        float: left;
        margin: 0 auto;
        overflow: hidden;
    }
    .Hnews-rbox .Abut {
        width: 50px;
        height: 50px;
    }
}
@media(max-width:640px) {
    #fp-nav {
        display: none;
    }
    .section2 .inner {
        padding-top: 35px;
    }
    .Hnews-lbox {
        width: 100%;
        margin-bottom: 30px;
    }
    .Hnews-lbox .tit a {
        font-size: 18px;
        line-height: 30px;
    }
    .Hnews-lbox .time {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 30px;
    }
    .Hnews-lbox .text {
        margin: 10px 0;
        line-height: 25px;
        height: 75px;
        overflow: hidden;
        font-size: 14px;
    }
    .Hnews-rbox {
        width: 100%;
        float: left;
        margin: 0 auto;
        overflow: hidden;
    }
    .Hnews-rbox .Abut {
        width: 50px;
        height: 50px;
    }
    .Hnews-lbox .owl-dots button span {
        width: 10px;
        height: 10px;
    }
    .Hnews-lbox .owl-dots button.active span {
        width: 45px;
    }
}
/**/
.section3 .tit {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    /*font-family: 'siyuanh';*/
}
.section3 .text {
    padding: 25px 0;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    /*font-family: 'siyuanh';*/
}
.section3 .Abut {
    margin-top: 50px;
}
.section3 .Abut a {
    transition: all .5s;
    border: solid 1px #e8373d;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #e8373d;
    display: inline-block;
}
.section3 .Abut a:hover {
    background-color: #e8373d;
    color: #fff;
}
@media(max-width:640px) {
    .section3 .tit {
        font-size: 26px;
    }
    .section3 .text {
        padding: 10px 0;
        font-size: 26px;
        line-height: 30px;
    }
    .section3 .Abut {
        margin-top: 10px;
    }
}
/*section4*/
.section4 .title {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 35px;
    /*font-family: 'siyuanh';*/
}
.section4 li {
    transition: all .5s;
    color: #fff;
    width: 19%;
    padding: 2% 2% 3%;
    text-align: center;
    float: left;
}
.section4 li .tit {
    font-size: 30px;
}
.section4 li .icon_tu {
    margin-bottom: 10px;
}
.section4 li .icon_tu img {
    width: 51%;
}
.section4 li .wenb {
    opacity: 0;
    transition: all .5s;
    font-size: 15px;
    line-height: 25px;
    height: 75px;
    margin: 20px auto;
    overflow: hidden;
}
.section4 .Abut {
    transition: all .5s;
    opacity: 0;
    margin-top: 10px;
}
.section4 .Abut a {
    transition: all .5s;
    border: solid 1px #e8373d;
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #e8373d;
    display: inline-block;
}
.section4 li:hover {
    background: rgba(255, 255, 255, .12);
}
.section4 li:hover .Abut, .section4 li:hover .wenb {
    opacity: 1;
}
.section4 li a:hover {
    background-color: #e8373d;
    color: #fff;
}
@media(max-width:1440px) {
    .section4 li {
        width: 25%;
    }
}
@media(max-width:640px) {
    .section4 .title {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .section4 li {
        background: rgba(255, 255, 255, .12);
        width: 49%;
        margin-bottom: 2%;
        padding: 2%;
        display: block;
    }
    .section4 li:nth-child(2n) {
        float: right;
    }
    .section4 li .tit {
        font-size: 16px;
    }
    .section4 li .icon_tu img {
        width: 40%;
    }
    .section4 li .wenb {
        line-height: 25px;
        margin: 5px 0;
        height: 75px;
        opacity: 1;
        overflow: hidden;
        font-size: 12px;
    }
    .section4 .Abut {
        opacity: 1;
        display: block;
    }
    .section4 .Abut a {
        height: 30px;
        display: block;
        margin: 0 auto;
        line-height: 30px;
        font-size: 11px;
        width: 90%;
        overflow: hidden;
    }
}
/*footer*/
.footer {
    position: relative;
    z-index: 4;
    background: #333333;
    height: 100vh;
    width: 100%;
}
.footer .Juz {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer_nav {
    padding: 0 80px;
    margin-bottom: 100px;
}
.footer_nav dl {
    width: 22%;
    float: left;
    /*font-family: 'siyuanh';*/
}
.footer_nav dl:nth-child(2) {
    width: 22%;
}
.footer_nav dl:nth-child(3) {
    width: 22%;
}
.footer_nav dl:nth-child(4) {
    width: 22%;
}
.footer_nav dl:nth-child(5) {
    width: 12%;
}
.footer_nav dl:nth-child(6) {
    width: 12%;
}
.footer_nav dl dt, .footer_nav dl a {
    color: #fff;
}
.footer_nav dl a {
    transition: all .5s;
    font-size: 20px;
}
.footer_nav dl dt {
    font-weight: bold;
    padding-bottom: 40px;
    font-size: 24px;
}
.footer_nav dl dd {
    line-height: 40px;
}
.footer_nav .liaxdl {
    margin-top: 60px;
}
.footer_nav .liaxdl a {
    font-size: 24px;
}
.footer_nav dl a:hover {
    color: #e8373d;
}
.Copyright {
    padding: 70px 0;
    border-top: solid 1px rgba(234, 234, 234, .2);
}
.Copyright, .Copyright a {
    text-align: center;
    color: rgba(255, 255, 255, .3);
}
.Copyright .Banquan {
    padding: 10px 0;
}
.footer .Guanzw span {
    display: inline-block;
    margin-right: 10px;
}
.footer .Guanzw a {
    margin: 0 5px;
    display: inline-block;
    position: relative;
}
.footer .Guanzw .hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.footer .Guanzw a img {
    transition: all .5s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.footer .Guanzw a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}
.footer .Guanzw a:hover .Moren {
    opacity: 0;
}
.footer .Guanzw a:hover .hide {
    opacity: 1;
}
@media(max-width:1024px) {
    .footer_nav {
        padding: 0 10px
    }
}
@media(max-width:768px) {
    .footer_nav {
        margin-bottom: 50px;
    }
    .Copyright {
        padding: 30px 0;
    }
    .footer .Juz {
        bottom: 10%;
    }
    .footer_nav dl dt {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .footer_nav dl a {
        font-size: 15px;
    }
    .footer_nav dl dd {
        line-height: 35px;
        font-size: ;
    }
    .footer_nav .liaxdl a {
        font-size: 18px;
    }
}
@media(max-width:640px) {
    .footer .Juz {
        top: 60px;
        bottom: auto;
    }
    .footer_nav dl {
        width: 100% !important;
        text-align: center;
        float: left;
    }
    .footer_nav dl dt {
        font-size: 17px;
    }
    .footer_nav dl dt:hover {
        color: #e8373d;
    }
    .footer_nav dl dd {
        display: none;
    }
    .footer_nav .liaxdl {
        margin-top: 0;
    }
}
/**/
.Main {
    position: relative;
    min-height: 100px;
    z-index: 5;
}
/*内页banner*/
.banner {
    position: relative;
    z-index: 4;
}
.banner .time {
    height: 100vh;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .Juz {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.banner .text_l {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    /*font-family: 'siyuanh';*/
}
.banner .text_l a {
    margin-bottom: 50px;
    display: block;
    font-size: 70px;
    color: #fff;
    line-height: 70px;
}
.banner .Tubw .icon {
    text-align: center;
    margin-right: 100px;
    display: inline-block;
    vertical-align: middle;
}
.banner .Tubw .img {
    height: 80px;
    line-height: 80px;
    display: block;
    overflow: hidden;
}
.banner .Tubw .icon span {
    padding-top: 10px;
    font-size: 30px;
    line-height: 35px;
    display: block;
}
@media(max-width:1460px) {
    .banner .Juz {
        width: 80%;
        right: 0;
        margin: auto;
    }
}
@media(max-width:1024px) {
    .banner .Tubw .icon span, .banner .text_l {
        font-size: 16px;
        line-height: 30px;
        padding-top: 0;
    }
    .banner .text_l a {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .banner .Tubw .icon {
        margin-right: 5%;
    }
    .banner .Tubw img {
        width: 80%;
    }
    .banner .Juz {
        width: 100%
    }
}
@media(max-width:1024px) {
    .banner .Tubw .img {
        height: 50px;
        line-height: 50px;
    }
    .banner .Tubw img {
        width: 50%;
    }
}
/*关于我们*/
.About-box .tit {
    font-size: 40px;
    color: #333333;
    line-height: 50px;
    /*font-family: 'siyuanh';*/
}
.Profile {
    background-color: #f5f5f5;
    padding: 95px 0;
}
.Profile .tit {
    margin-bottom: 50px;
}
.Profile .list {
    margin: 0 auto;
    text-align: center;
}
.Profile li {
    margin-right: 9%;
    vertical-align: top;
    margin-bottom: 50px;
    float: left;
}
.Profile li:nth-child(1), .Profile li:nth-child(4) {
    width: 23%;
    float: left;
}
.Profile li:nth-child(2), .Profile li:nth-child(5) {
    width: 35%;
}
.Profile li:nth-child(3), .Profile li:nth-child(6) {
    width: 24%;
    margin-right: 0;
    float: right;
}
.Profile li .icon {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.Profile li .text {
    width: 72%;
    text-align: left;
    font-size: 16px;
    color: #999999;
    float: left;
}
.Profile li .Year span {
    font-size: 60px;
    line-height: 50px;
    color: #e8373d;
    font-family: 'DINBold';
}
.Profile li .Year em {
    font-style: normal;
}
.Profile li .Tiw {
    font-size: 30px;
    color: #333333;
    line-height: 35px;
}
.Global {
    background-color: #fff;
}
.Global .Relat {
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
}
.Global .wth {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 5%;
    text-align: center;
}
.Global .tit {
    display: block;
    text-align: left;
    vertical-align: top;
}
.Global .flbox {
    text-align: left;
    line-height: 50px;
    font-size: 24px;
    display: block;
    vertical-align: top;
    margin: 10px 0;
}
.Global .flbox .mice {
    font-size: 30px;
    color: #e8373d;
    padding-right: 30px;
}
.cc {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%
}
.Course {
    background-color: #f5f5f5;
    position: relative;
    height: 100vh;
    background-size: cover;
}
.Course .Juz {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.Course_list {
    position: relative;
}
.Course_list .ul {
    padding: 0 110px;
    padding-top: 300px;
    padding-bottom: 300px;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.Course_list .ul .owl-stage-outer {
    overflow: visible;
}
.Course_list::after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #bbbbbb;
}
.Course_list .ul .owl-item {
    position: relative;
    opacity: 0;
    transition: .3s;
}
.Course_list .ul .owl-item.active {
    opacity: 1
}
.Course_list .ul .owl-item li {
    position: absolute;
    bottom: 0;
    min-height: 235px;
    width: 80%;
    padding-left: 25px;
}
.Course_list .ul .owl-item li .details {
    margin-bottom: 10px;
    max-height: 230px;
    overflow: hidden;
}
.Course_list .ul .owl-item li::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0px;
    bottom: -10px;
    background: url(../images/point.png) no-repeat center;
    background-size: contain;
}
.Course_list .ul .owl-item li::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    left: 10px;
    bottom: 0;
}
.Course_list .ul .owl-item:nth-child(2n) li {
    top: 0px;
    bottom: auto;
    padding-top: 100px;
}
.Course_list .ul .owl-item:nth-child(2n) li::after {
    top: auto;
    top: -10px;
}
.Course_list .ul .time {
    transition: .3s;
    margin-bottom: 15px;
    font-family: 'DINBold';
    color: #e8373d;
    font-size: 40px;
    line-height: 40px;
}
.Course_list .ul li:hover .time {
    transform: scale(1.05);
}
.Course_list .ul .details {
    font-size: 17px;
    color: #666666;
}
.Course_list .anniu {
    position: absolute;
    width: 100%;
    top: 50%;
    display: none;
}
.Course_list .anniu .nav_link {
    cursor: pointer;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background-size: 13px !important;
    position: absolute;
    margin-top: -28px;
    z-index: 1;
}
.Course_list .anniu .prev {
    left: -55px;
    background: #fff url(../images/icon_l.png) center center no-repeat;
}
.Course_list .anniu .next {
    right: -55px;
    background: #fff url(../images/icon_r.png) center center no-repeat;
}
.Course_list .anniu .prev:hover {
    background: #fff url(../images/icon_l_o.png) center center no-repeat;
}
.Course_list .anniu .next:hover {
    background: #fff url(../images/icon_r_o.png) center center no-repeat;
}
@media(min-width:1025px) {}
.Profile li:nth-child(3n+1) {
    clear: both;
}
}
@media(max-width:1440px) {
    .Course_list .anniu .prev {
        left: -20px;
    }
    .Course_list .anniu .next {
        right: -20px;
    }
}
@media(max-width:1366px) {
    .Course_list .anniu .prev {
        left: 0;
    }
    .Course_list .anniu .next {
        right: 0;
    }
}
.Course_list .owl-nav {
    display: block;
}
.Course_list .owl-nav>div {
    cursor: pointer;
    padding: 0 !important;
    margin: -27.5px 0 0 !important;
    border-radius: 50% !important;
    width: 55px;
    height: 55px;
    line-height: 1000;
    overflow: hidden;
    background-size: 13px !important;
    position: absolute;
    z-index: 1;
    top: 50%;
}
.Course_list .owl-nav>div.owl-prev {
    left: 0px;
    background: #fff url(../images/icon_l.png) center center no-repeat;
}
.Course_list .owl-nav>div.owl-next {
    right: 0px;
    background: #fff url(../images/icon_r.png) center center no-repeat;
}
.Course_list .owl-nav>div.owl-prev:hover {
    background: #fff url(../images/icon_l_o.png) center center no-repeat;
}
.Course_list .owl-nav>div.owl-next:hover {
    background: #fff url(../images/icon_r_o.png) center center no-repeat;
}
.Course_list .owl-nav>div.owl-prev.disabled {
    background: #fff url(../images/icon_l.png) center center no-repeat !important;
    opacity: 1 !important;
}
.Course_list .owl-nav>div.owl-next.disabled {
    background: #fff url(../images/icon_r.png) center center no-repeat !important;
    opacity: 1 !important;
}
@media(max-width:1024px) {
    .Profile li {
        margin-right: 8%;
    }
    .Profile li:nth-child(1), .Profile li:nth-child(4) {
        width: 20%;
        float: left;
    }
    .Profile li:nth-child(2), .Profile li:nth-child(5) {
        width: 37%;
    }
    .Profile li:nth-child(3), .Profile li:nth-child(6) {
        width: 25%;
        margin-right: 0;
        float: right;
    }
    .Profile li:nth-child(2n+1) {
        clear: both;
    }
    .Profile li .icon {
        width: 50px;
    }
    .Profile li .Year span {
        font-size: 40px;
    }
    .Profile li .Tiw {
        font-size: 26px;
    }
    .Profile li .text {
        width: auto;
        font-size: 14px;
    }
    .Global {
        padding: 60px 0;
    }
    .Global .flbox {
        font-size: 20px;
        line-height: 40px;
    }
    .Global .wth {
        padding: 5% 2% 0;
    }
    .Course_list .anniu {
        z-index: 5;
    }
}
@media(max-width:768px) {
    .Profile li {
        margin-top: 20px;
        width: 49% !important;
        margin-right: 0;
        text-align: center;
        float: inherit !important;
        display: inline-block;
        margin-bottom: 0;
    }
    .Profile li .icon {
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .Profile li .icon img {
        max-height: 50px;
    }
    .Profile li .Year span {
        font-size: 40px;
    }
    .Profile li .Tiw {
        font-size: 26px;
    }
    .Profile li .text {
        width: auto;
        font-size: 14px;
    }
    .Global .wth {
        padding-top: 0;
        position: relative;
    }
    .Global .flbox {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
}
@media(max-width:640px) {
    .About-box .tit {
        font-size: 36px;
    }
    .Profile {
        padding: 30px 0;
    }
    .Profile .tit {
        margin-bottom: 30px;
    }
    .Profile li {
        width: 49% !important;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .Profile li .Year span {
        font-size: 30px;
    }
    .Profile li .Tiw {
        font-size: 20px;
    }
    .Profile li .text {
        font-size: 12px;
    }
    .Global {
        padding: 30px 0;
    }
    .Global .flbox {
        margin-top: 10px;
        line-height: 30px;
        font-size: 16px;
    }
    .Global .flbox .mice {
        font-size: 18px;
        padding-right: 10px;
    }
    .Course_list .ul .owl-item li {
        width: 100%;
    }
    .Course_list .ul .time {
        font-size: 24px;
        line-height: 30px;
    }
    .Course_list .ul .owl-item li .details {
        font-size: 14px;
        line-height: 25px;
    }
    .Course_list .ul .owl-item:nth-child(2n) li {
        padding-top: 10px;
    }
    .Course_list .anniu .nav_link {
        width: 35px;
        height: 35px;
        margin-top: -17px;
        background-size: 10px !important;
    }
}
/*董事会主席致词*/
.Chairman {
    padding-bottom: 200px;
    position: relative;
}
.Chairman .bg i {
    z-index: 0;
}
.Chairman .bg .i1 {
    display: inline-block;
    content: '';
    width: 667px;
    height: 1334px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/Chairman-1.png) no-repeat;
}
.Chairman .bg .i2 {
    display: inline-block;
    content: '';
    width: 741px;
    height: 1352px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/Chairman-2.png) no-repeat;
}
.Chairman .bg .i3 {
    display: inline-block;
    content: '';
    width: 450px;
    height: 457px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/Chairman-3.png) no-repeat;
}
.Chairman .inner {
    position: relative;
    z-index: 2;
}
.Chairman .Tit {
    padding: 130px 0 0;
    margin-bottom: 65px;
    font-size: 40px;
    color: #000;
    text-align: center;
    line-height: 60px;
    border-bottom: solid 1px #e5e5e5;
}
.Chairman .Tit::after {
    margin: 40px auto 0;
    display: block;
    content: '';
    width: 40px;
    height: 5px;
    background-color: #e8373d;
    overflow: hidden;
}
.Chairman-text {
    /*font-family: 'siyuanh';*/
    font-size: 22px;
    color: #333333;
    line-height: 40px;
}
.Chairman-text .color1 {
    color: #e8373d;
    font-weight: bold;
}
.Chairman-text .Texr {
    text-align: right;
    margin-top: 5%;
}
@media(max-width:768px) {
    .Chairman .bg .i1 {
        width: 326px;
        height: 651px;
        background-size: contain;
    }
    .Chairman .bg .i2 {
        width: 284px;
        height: 518px;
        background-size: contain;
    }
    .Chairman .bg .i3 {
        width: 158px;
        height: 167px;
        background-size: contain;
    }
}
/*公司治理*/
.Gsizhil-Con {
    padding: 80px 0 100px;
}
.Gsizhil-Con .red {
    color: #e8373d;
    font-family: "siyuanh";
    font-size: 18px;
}
.Gsizhil-Con .tit {
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    font-family: "SyhtRegular";
}
.Gsizhil-box1 .pic {
    text-align: center;
}
.Gsizhil-box2 {
    font-size: 18px;
    color: #666666;
    font-family: "siyuanh";
}
.Gsizhil-box2 .pawd {
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
}
.Gsizhil-box2 .Yuan-so {
    padding-bottom: 15px;
    font-family: "SyhtRegular";
}
.Gsizhil-box2 .Yuan-so span {
    display: inline-block;
    width: 160px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    background-color: #e8373d;
    color: #fff;
    border-radius: 30px;
}
.Gsizhil-box2 .tuimg {
    text-align: center;
}
.Gsizhil-box4 .Tishi, .Gsizhil-box3 .Tishi {
    padding-bottom: 25px;
    font-family: "siyuanh";
    font-size: 24px;
    color: #333333;
}
.Gsizhil-box4 .zhushi, .Gsizhil-box3 .zhushi {
    padding: 20px 0;
    font-size: 18px;
    color: #666666;
    font-family: "siyuanh";
}
.Gsizhil-box3 .table-shell {
    text-align: center;
}
.Gsizhil-box3 .table-shell th {
    padding: 10px;
    background-color: #e8373d;
    color: #fff;
    font-weight: 500;
    font-family: "SyhtRegular";
}
.Gsizhil-box3 .table-shell td {
    padding: 8px 10px;
    font-size: 18px;
    color: #666666;
    font-family: "siyuanh";
    color: #666666;
}
.Gsizhil-box3 .table-shell tr:nth-child(2n+1) td {
    background-color: #f7f7f7;
}
.Gsizhil-box4 ul {
    border: solid 1px #e5e5e5;
}
.Gsizhil-box4 li {
    font-size: 18px;
    color: #666666;
    border-bottom: solid 1px #e5e5e5;
    font-family: "siyuanh";
    padding: 10px 35px;
    overflow: hidden;
}
.Gsizhil-box4 li span {
    width: 50%;
    float: left;
}
.Gsizhil-box4 li .Abut-dow {
    float: right;
}
.Gsizhil-box4 li a {
    text-decoration: underline;
    margin-right: 50px;
}
.Gsizhil-box4 li a:last-child {
    margin-right: 0;
}
.Gsizhil-box4 li:hover {
    background-color: #e8373d;
    border-color: #e8373d;
    color: #fff;
}
.Gsizhil-box4 li:hover a {
    color: #fff;
}
.Gsizhil-box4 li:last-child {
    border-bottom: none;
}
.Gsizhil-box5 .tiw {
    font-family: "SyhtRegular";
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    color: #e8373d;
}
.Gsizhil-box5 .Gudonz {
    line-height: 30px;
    font-size: 18px;
    float: left;
    width: 47%;
}
.Gsizhil-box5 .Gudonz .Tewx {
    text-transform: uppercase;
}
.Gsizhil-box5 .Gudonz .Relat {
    padding-left: 30px;
}
.Gsizhil-box5 .Gudonz em {
    position: absolute;
    left: 0;
    top: 0;
}
.Gsizhil-box5 .Gudonz2 {
    max-width: 48%;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    float: right;
}
@media(max-width:768px) {
    .Gsizhil-box5 .Gudonz, .Gsizhil-box5 .Gudonz2 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
}
@media(max-width:640px) {
    .Gsizhil-Con .tit {
        font-size: 36px;
    }
    .Gsizhil-Con .spacing {
        height: 10px;
    }
    .Gsizhil-box4 .Tishi, .Gsizhil-box3 .Tishi {
        font-size: 18px;
    }
    .Gsizhil-box3 .table-shell th {
        padding: 5px;
        font-size: 14px;
    }
    .Gsizhil-box3 .table-shell th:nth-child(1) {
        width: 90px;
    }
    .Gsizhil-box3 .table-shell td {
        padding: 5px;
        font-size: 14px;
    }
    .Gsizhil-box5 .Gudonz2, .Gsizhil-box5 .Gudonz, .Gsizhil-box4 li, .Gsizhil-box2, .Gsizhil-Con .red, .Gsizhil-box4 .zhushi, .Gsizhil-box3 .zhushi {
        font-size: 14px;
    }
    .Gsizhil-box4 li {
        padding: 10px;
    }
    .Gsizhil-box4 li a {
        margin-right: 20px;
    }
    .Gsizhil-box4 li span {
        width: 60%;
    }
}
/*金矿业务*/
.Mine-ywu {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.Mine-ywu .YeJinq {
    padding-bottom: 110px;
}
.Mine-ywu .YeJinq .tite {
    padding: 30px 0;
    font-size: 40px;
    color: #333333;
    line-height: 60px;
}
.Mine-ywu .YeJinq p {
    font-size: 24px;
    color: #333333;
    line-height: 40px;
}
.Mine-list li {
    position: relative;
}
.Mine-list li::before {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.Mine-list li::after {
    transition: all .5s;
    display: block;
    position: absolute;
    top: 89px;
    left: 50%;
    margin-left: -11px;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/point2.png) no-repeat center;
    background-size: contain;
}
.Mine-list .Ninw {
    transition: all .5s;
    text-align: center;
    font-size: 18px;
    color: #666666;
}
.Mine-list .Ninw p {
    transition: all .5s;
    font-family: 'DINBold';
    font-size: 40px;
    line-height: 48px;
    color: #333333;
}
.Mine-list .text {
    font-size: 16px;
    line-height: 28px;
    padding-top: 60px;
}
.Mine-list .wenb {
    border-radius: 6px;
    padding: 20px;
    transition: all .5s;
}
.Mine-list li:hover .Ninw, .Mine-list li:hover .Ninw p {
    color: #e8373d;
}
.Mine-list li:hover .wenb {
    color: #fff;
    background-color: #e8373d;
}
.Mine-list li:hover::after {
    background: url(../images/point3.png) no-repeat center;
}
.Mine-layout {
    padding: 100px 0 70px;
}
.Mine-layout .title {
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    padding-bottom: 80px;
}
.Mine-layout .pic {
    float: left;
}
.Mine-layout .text {
    width: 45%;
    float: right;
}
.Mine-layout .wenz {
    line-height: 28px;
}
.Mine-layout .wenz em {
    width: 15px;
    display: inline-block;
    vertical-align: top;
}
.Mine-layout .Abut {
    margin-bottom: 20px;
}
.Mine-layout .Abut .but {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    background-color: #e8373d;
    border-radius: 60px;
}
.Mine-line {
    border-top: solid 1px #f1f1f1;
    padding: 80px 0;
}
.Mine-line li {
    width: 31%;
    float: left;
    border: solid 1px #e3e3e3;
    background-color: #f8f8f8;
    margin-bottom: 3%;
    margin-right: 3.4%;
    position: relative;
}
.Mine-line li:nth-child(3n) {
    margin-right: 0;
}
.Mine-line li a {
    transition: all .5s;
    position: relative;
    display: block;
    line-height: 50px;
    padding: 0 50px 0 30px;
}
.Mine-line li a span {
    display: block;
    border-right: solid 1px #e3e3e3;
}
.Mine-line li a::after {
    transition: all .5s;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: block;
    background: url(../images/line_icon1.png) no-repeat center;
}
.Mine-line li a:hover {
    background-color: #e8373d;
    color: #fff;
}
.Mine-line li a:hover::after {
    background: url(../images/line_icon.png) no-repeat center;
}
.Mine-line li:hover {
    border-color: rgba(238, 238, 238, .3);
}
.Mine-line li a:hover span {
    border-right-color: rgba(238, 238, 238, .3);
}
@media(max-width:1024px) {
    .Mine-layout .pic {
        width: 50%;
        float: left;
    }
    .Mine-layout .text {
        width: 45%;
        float: right;
    }
}
@media(max-width:640px) {
    .Mine-ywu {
        padding: 40px 0;
    }
    .Mine-ywu .YeJinq {
        padding-bottom: 30px;
    }
    .Mine-ywu .YeJinq .tite {
        padding: 10px 0;
        font-size: 36px;
        line-height: 36px;
    }
    .Mine-ywu .YeJinq p {
        font-size: 18px;
        line-height: 30px;
    }
    .Mine-list .Ninw p {
        font-size: 36px;
        line-height: 36px;
    }
    .Mine-list li::before {
        top: 75px;
    }
    .Mine-list li::after {
        top: 65px;
    }
    .Mine-list .text {
        font-size: 15px;
        padding-top: 40px;
    }
    .Mine-list .wenb {
        padding: 13px;
    }
    .Mine-layout {
        padding: 50px 0;
    }
    .Mine-layout .title {
        font-size: 36px;
        padding-bottom: 20px;
    }
    .Mine-layout .pic {
        width: 100%;
        float: left;
    }
    .Mine-layout .text {
        line-height: 20px;
        width: 100%;
        float: right;
    }
    .Mine-line {
        padding: 50px 0;
    }
    .Mine-line li {
        width: 100%;
    }
}
/*铁矿业务*/
.Iron-back {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.Iron-screen1, .Iron-screen2 {
    padding: 100px 0;
}
.Iron-screen1 .tu-box {
    width: 31%;
    float: left;
    margin-right: 3.4%;
    overflow: hidden;
}
.Iron-screen1 .tu-box:nth-child(3n) {
    margin-right: 0;
}
.Iron-screen1 .pic {
    position: relative;
    overflow: hidden;
}
.Iron-screen1 .pic:after {
    display: none;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .15);
    position: absolute;
}
.Iron-screen1 .tu-box:hover .pic:after {
    display: inline-block;
}
.Iron-screen1 .pic img {
    transition: .3s;
}
.Iron-screen1 .tu-box:hover .pic img {
    transform: scale(1.2);
}
.Iron-screen1 .wenb {
    color: #fff;
    width: 76%;
    font-size: 18px;
    line-height: 30px;
    min-height: 120px;
    position: absolute;
    left: 12%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}
.Iron-screen1 .tit {
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    color: #333333;
    border-bottom: solid 3px #e8373d;
}
.Iron-screen2 {
    /*font-family: 'siyuanh';*/
}
.Iron-screen2 .tit {
    font-size: 30px;
    color: #333;
    line-height: 50px;
}
.Iron-screen2 .wenz {
    padding: 25px 0;
    font-size: 20px;
    color: #333;
}
.Iron-screen2 .pic img {
    display: block;
    margin: 0 auto;
}
.Iron-screen3 {
    padding: 60px 0;
}
.Iron-screen3 .list-box {
    /*overflow: hidden;*/
    margin-bottom: 3.6%;
}
.Iron-screen3 .list-box .pic {
    width: 31.3%;
    float: left;
    padding-right: 2.7%;
    transition: .3s
}
.Iron-screen3 .list-box .pic:hover {
    transform: scale(1.05);
}
.Iron-screen3 .list-box .tit {
    font-size: 24px;
}
.Iron-screen3 .list-box .tit span {
    position: relative;
    display: block;
}
.Iron-screen3 .list-box .tit::after {
    content: '';
    margin: 15px 0;
    display: inline-block;
    width: 2em;
    border-bottom: solid 3px #e8373d;
}
.Iron-screen3 .list-box:nth-child(2n) .pic {
    padding-left: 30px;
    padding-right: 0;
    float: right;
}
.Iron-screen3 .wenb {
    float: left;
    width: 68%;
    color: #333333;
    font-size: 18px;
    line-height: 36px;
}
/**/
@media(max-width:640px) {
    .Iron-screen2 {
        padding: 40px 0;
        line-height: 35px;
    }
    .Iron-screen2 .wenz {
        width: 100%;
        font-size: 17px;
        padding: 10px 0;
    }
    .Iron-screen2 .tit {
        font-size: 36px;
    }
    .Iron-screen3 .list-box:nth-child(2n) .pic, .Iron-screen3 .list-box .pic {
        width: 100%;
        padding: 0;
    }
    .Iron-screen3 .list-box .text {
        width: 100%;
        float: left;
        padding-top: 20px;
    }
    .Iron-screen3 .wenb {
        width: 100%;
        font-size: 16px;
    }
    .Iron-screen1 .tu-box {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}
/**/
.Gaosun-box {
    padding: 110px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.Gaosun-box .tit {
    padding-bottom: 30px;
    font-size: 40px;
    color: #333333;
    line-height: 60px;
}
.Gaosun-box .Youshi ul {
    padding-top: 30px;
    overflow: hidden;
}
.Gaosun-box .Youshi li {
    display: block;
    width: 22%;
    margin-right: 16.5%;
    float: left;
}
.Gaosun-box .Youshi li:nth-child(3n) {
    margin-right: 0;
}
.Gaosun-box .Youshi li .Tmu {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #e8373d;
}
.Gaosun-box .Youshi li .wez {
    font-size: 18px;
    /*font-family: 'siyuanh';*/
    line-height: 30px;
}
.Gaosun-box .Cp-lian {
    padding-top: 70px;
    overflow: hidden;
    width: 100%;
}
.Gaosun-box .Cp-lian .pic {
    text-align: center;
}
.Gaosun-box .Cp-lian .pic>img {
    display: none
}
.Gaosun-box .Cp-lian .Lt {
    max-width: 930px;
    margin: 0 auto;
}
.Gaosun-box .Cp-lian .Lt .section_1 {
    float: left;
    width: 172px;
    height: 330px;
    margin-right: 100px;
    padding: 72px 0;
    position: relative;
}
.Gaosun-box .Cp-lian .Lt .section_1:after {
    display: inline-block;
    content: '';
    width: 0px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 100%;
    top: 50%;
    animation: cd linear 2s infinite;
}
.Gaosun-box .Cp-lian .Lt .section_2 {
    float: left;
    width: 172px;
    height: 330px;
    margin-right: 100px;
    padding: 26px 0;
    position: relative;
}
.Gaosun-box .Cp-lian .Lt .section_2:after {
    display: inline-block;
    content: '';
    width: 0px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 100%;
    top: 50%;
    animation: cd linear 2s infinite;
}
.Gaosun-box .Cp-lian .Lt .section_3 {
    float: right;
    width: 286px;
    height: 330px;
    margin-left: 100px;
    position: relative;
}
.Gaosun-box .Cp-lian .Lt .section_3:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 276px;
    background: #e0e0e0;
    position: absolute;
    left: -100px;
    top: 27px;
    opacity: 0;
    animation: gd linear 2s infinite;
}
.Gaosun-box .Cp-lian .Lt span {
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding-top: 15px;
    display: block;
}
.Gaosun-box .Cp-lian .Lt .section_3 .ul {}
.Gaosun-box .Cp-lian .Lt .section_3 .ul li {
    position: relative;
    margin-bottom: 15px;
    line-height: 54px;
    width: 286px;
    height: 54px;
    padding: 0 40px;
    color: #fff;
    border-radius: 3px;
    text-align: left;
    background: #E8373D;
    font-size: 18px;
}
.Gaosun-box .Cp-lian .Lt .section_3 .ul li:last-child {
    margin-bottom: 0;
}
.Gaosun-box .Cp-lian .Lt .section_3 .ul li:after {
    display: inline-block;
    content: '';
    width: 0px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: -100px;
    top: 50%;
    animation: cd linear 2s infinite;
}
@keyframes cd {
    0% {
        width: 0;
    }
    100% {
        width: 100px;
    }
}
@keyframes gd {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.Gaosun-box .fuglv {
    padding-top: 75px;
}
.Gaosun-box .fuglv .twbox {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    color: #666666;
}
.Gaosun-box .fuglv .pic {
    position: relative;
    float: left;
    width: 20.543%;
}
.Gaosun-box .fuglv .iwo2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.Gaosun-box .fuglv span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #333333;
}
.Gaosun-box .fuglv span em {
    font-style: normal;
}
.Gaosun-box .fuglv .wenb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 31%;
    line-height: 36px;
    color: #666666;
    /*font-family: 'siyuanh';*/
}
.Gaosun-box .chixua {
    padding-top: 70px;
    overflow: hidden;
    width: 100%;
}
.Gaosun-box .chixua .wenz {
    font-size: 18px;
    /*font-family: 'siyuanh';*/
    line-height: 30px;
}
@media(max-width:640px) {
    .Gaosun-box {
        padding: 40px 0;
    }
    .Gaosun-box .tit {
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .Gaosun-box .Cp-lian .pic>img {
        display: block;
    }
    .Gaosun-box .Cp-lian .Lt {
        display: none;
    }
    .Gaosun-box .Youshi ul {
        padding-top: 10px;
    }
    .Gaosun-box .Youshi li {
        width: 100%;
        margin-bottom: 20px;
    }
    .Gaosun-box .Youshi li .Tmu {
        font-size: 24px;
        line-height: 25px;
        padding-bottom: 10px;
    }
    .Gaosun-box .Youshi li .wez {
        font-size: 16px;
        line-height: 25px;
    }
    .Gaosun-box .fuglv, .Gaosun-box .chixua, .Gaosun-box .Cp-lian {
        padding-top: 30px;
    }
    .Gaosun-box .fuglv .pic {
        width: 40%;
        margin: 10px auto 0;
        float: inherit;
    }
    .Gaosun-box .fuglv span {
        font-size: 30px;
    }
    .Gaosun-box .fuglv .wenb {
        padding-top: 10px;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        padding-left: 0;
        width: 100%;
        float: left;
    }
}
/*绿色建材*/
.Building-Screen1 {
    padding: 120px 0;
    overflow: hidden;
}
.Building-box .tit {
    font-size: 40px;
    color: #333333;
    line-height: 60px;
}
.Building-Screen1 .pic {
    float: right;
    width: 47%;
}
.Building-Screen1 .text {
    width: 50%;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    float: left;
}
.Building-Screen1 .Abutw {
    padding-top: 50px;
}
.Building-Screen1 .Abutw a {
    width: 200px;
    display: inline-block;
    background-color: #e8373d;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff
}
.Building-Screen2 {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.Building-Screen2 .tit {
    padding-bottom: 30px;
}
.Building-Screen2 li {
    border-bottom: solid 5px #dcdcdc;
    margin-right: 2.15%;
    margin-top: 2.15%;
    text-align: center;
    padding: 10px 10px 0;
    background: url(../images/list_back.png);
    width: 23.3%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.Building-Screen2 li:nth-child(4n) {
    margin-right: 0;
}
.Building-Screen2 li .pic {
    overflow: hidden;
}
.Building-Screen2 li a {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}
.Building-Screen3 {
    padding: 120px 0;
}
.Building-Screen3 .tit {
    padding-bottom: 50px;
}
.Building-Screen3 li {
    margin-right: 2.2%;
    text-align: center;
    width: 8%;
    text-align: center;
    float: left;
}
.Building-Screen3 li:last-child {
    margin-right: 0;
}
.Building-Screen3 li .icon {
    border-radius: 10px;
    margin-bottom: 10px;
}
.Building-Screen3 .back1 a {
    color: #136334;
}
.Building-Screen3 .back1 .icon {
    background-color: #136334;
}
.Building-Screen3 .back2 a {
    color: #456765;
}
.Building-Screen3 .back2 .icon {
    background-color: #456765;
}
.Building-Screen3 .back3 a {
    color: #4b5e8a;
}
.Building-Screen3 .back3 .icon {
    background-color: #4b5e8a;
}
.Building-Screen3 .back4 a {
    color: #139341;
}
.Building-Screen3 .back4 .icon {
    background-color: #139341;
}
.Building-Screen3 .back5 a {
    color: #e47c19;
}
.Building-Screen3 .back5 .icon {
    background-color: #e47c19;
}
.Building-Screen3 .back6 a {
    color: #d7171c;
}
.Building-Screen3 .back6 .icon {
    background-color: #d7171c;
}
.Building-Screen3 .back7 a {
    color: #318da3;
}
.Building-Screen3 .back7 .icon {
    background-color: #318da3;
}
.Building-Screen3 .back8 a {
    color: #b44d33;
}
.Building-Screen3 .back8 .icon {
    background-color: #b44d33;
}
.Building-Screen3 .back9 a {
    color: #857169;
}
.Building-Screen3 .back9 .icon {
    background-color: #857169;
}
.Building-Screen3 .back10 a {
    color: #bad580;
}
.Building-Screen3 .back10 .icon {
    background-color: #bad580;
}
.Building-Screen4 {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.Building-Screen4 .tit {
    padding-bottom: 50px;
}
.Building-Screen4 li {
    background-color: #f8f8f8;
    border: solid 1px #e3e3e3;
    margin-bottom: 20px;
    line-height: 50px;
    width: 47%;
    float: left;
}
.Building-Screen4 li:nth-child(2n) {
    float: right;
}
.Building-Screen4 li span {
    transition: all .5s;
    color: #333333;
    background: url(../images/point4.png) no-repeat 23px center;
    background-size: 17px;
    padding-left: 60px;
    padding-right: 30px;
}
.Building-Screen4 li a:hover span {
    color: #cf000e;
}
.Building-Screen4 .Abut {
    text-align: center;
    padding: 50px 0 25px;
}
.Building-Screen4 .Abut a {
    transition: all .5s;
    color: #cf000e;
    padding: 14px 70px;
    border-radius: 60px;
    display: inline-block;
    border: dashed 1px #a0a0a0;
}
.Building-Screen4 .Abut a:hover {
    background-color: #cf000e;
    color: #fff;
    border-color: #cf000e;
}
@media(max-width:768px) {
    .Building-Screen4, .Building-Screen2, .Building-Screen1, .Building-Screen3 {
        padding: 50px 0;
    }
    .Building-Screen3 li a {
        font-size: 14px;
    }
}
@media(max-width:640px) {
    .Building-box .tit {
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 20px;
    }
    .Building-Screen1 .text {
        width: 100%;
        font-size: 16px;
    }
    .Building-Screen1 .pic {
        width: 100%;
    }
    .Building-Screen1 .Abutw {
        padding: 25px 0;
    }
    .Building-Screen2 li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 3%;
    }
    .Building-Screen2 li:nth-child(2n) {
        float: right;
    }
    .Building-Screen3 li {
        width: 18%;
        margin-right: 2.3%;
    }
    .Building-Screen3 li:nth-child(5n) {
        margin-right: 0;
    }
    .Building-Screen4 li {
        width: 100%;
    }
    .Building-Screen4 .Abut {
        padding: 30px 0;
    }
    .Building-Screen4 .Abut a {
        padding: 10px 30px;
    }
}
/*HSEC工作机构*/
.Social-Con .tit {
    font-size: 40px;
    color: #333333;
    line-height: 60px;
}
.Social-box1 {
    padding: 100px 0;
}
.Social-box1 li {
    width: 31.2%;
    float: left;
    margin-right: 3%;
}
.Social-box1 li:nth-child(3n) {
    margin-right: 0;
}
.Social-box1 li .Juli {}
.Social-box1 .pic {
    display: inline-block;
    position: relative;
    top: -4px;
}
.Social-box1 .Tmuw {
    display: inline-block;
    font-size: 28px;
    color: #333333;
    line-height: 60px;
    padding-left: 10px;
}
.Social-box1 .tisw {
    font-size: 34px;
    color: #e8373d;
    line-height: 44px;
    margin-top: 10px;
}
.Social-box2 .textcon {
    padding-top: 50px;
}
.Social-box2 .wenb {
    width: 48%;
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    /*font-family: 'siyuanh';*/
}
.Social-box2 .tla {
    font-size: 24px;
    color: #333333;
    padding-bottom: 5px;
    display: block;
}
.Social-box2 .pic {
    width: 46.5%;
    float: right;
}
.Social-box3 {
    padding-top: 80px;
    padding-bottom: 135px;
}
.Social-box3 .wenb {
    padding-top: 20px;
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
@media(max-width:1200px) {
    .Social-box1 .tisw {
        font-size: 32px;
    }
    .Social-box1 .Tmuw {
        font-size: 24px;
    }
}
@media(max-width:1024px) {
    .Social-Con .tit {
        font-size: 36px;
    }
    .Social-box1 li .Juli {
        padding: 20px;
    }
    .Social-box3 .wenb, .Social-box2 .wenb {
        font-size: 16px;
    }
}
@media(max-width:768px) {
    .Social-Con .tit {
        font-size: 36px;
    }
    .Social-box1 {
        padding: 50px 0;
    }
    .Social-box1 .tisw {
        font-size: 30px;
    }
    .Social-box1 .Tmuw {
        font-size: 22px;
        line-height: 40px;
    }
    .Social-box1 .pic img {
        width: 40px;
    }
    .Social-box1 li .Juli {
        padding: 10px;
    }
    .Social-box3 .wenb, .Social-box2 .wenb {
        font-size: 16px;
    }
}
@media(max-width:640px) {
    .Social-Con .tit {
        font-size: 36px;
        line-height: 50px;
    }
    .Social-box1 {
        padding: 50px 0;
    }
    .Social-box1 li {
        width: 100%;
        margin-bottom: 20px;
    }
    .Social-box1 .pic img {
        width: 50px;
    }
    .Social-box1 li .Juli {
        padding: 20px;
    }
    .Social-box2 .wenb {
        width: 100%;
        line-height: 25px;
        font-size: 16px;
    }
    .Social-box2 .pic {
        width: 100%;
        padding-top: 20px;
    }
    .Social-box3 {
        padding: 50px 0 100px;
    }
}
/*企业社会责任*/
.Corporate-Con {
    /*font-family: 'siyuanh';*/
}
.Corporate-Con .title .tit {
    padding: 15px 0;
    font-size: 40px;
    color: #333333;
    line-height: 60px;
}
.Corporate-Con .title .redla {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #e8373d;
}
.Corporate-Con .dian-list {
    line-height: 32px;
    font-size: 18px;
    color: #666666;
}
.Corporate-Con .dian-list li {
    background: url(../images/icon_yu.png) no-repeat left 13px;
    padding-left: 20px;
}
.Corporate-Con .Mwenb {
    padding: 50px 0 20px;
    color: #333333;
}
.Corporate-Con .Mwenb span {
    color: #e8373d;
}
.Corporate-box2 .text .ul {
    float: left;
    width: 55%;
}
.Corporate-box2 .text img {
    float: right;
    width: 40%
}
.Corporate-box2 .Ry {
    padding: 50px 60px;
    background: rgba(242, 242, 242, .35);
    border: 1px solid #D9D9D9;
    margin: 40px 0 0;
}
.Corporate-box2 .Ry .Rp {
    float: left;
    width: 30%;
    font-size: 20px;
    line-height: 34px;
    color: #e8373d;
}
.Corporate-box2 .Ry img {
    float: right;
    width: 65%
}
.Corporate-box3, .Corporate-box2, .Corporate-box1 {
    padding: 160px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.Corporate-box2, .Corporate-box3 {
    padding: 90px 0;
}
.Corporate-box3 .Tmu-lst li {
    width: 48%;
    background-color: #fff;
    float: left;
}
.Corporate-box3 .Tmu-lst li:nth-child(2n) {
    float: right;
}
.Corporate-box3 .Tmu-lst .Juaz {
    padding: 30px;
}
.Corporate-box3 .Tmu-lst .Tim {
    font-size: 24px;
    color: #333333;
}
.Corporate-box3 .Tmu-lst .Tim span {
    display: block;
}
.Corporate-box3 .Tmu-lst .Tim::after {
    content: '';
    margin: 15px 0 10px;
    display: inline-block;
    width: 2em;
    border-bottom: solid 3px #e8373d;
}
.Corporate-box3 .Tmu-lst .wenz {
    font-size: 18px;
    line-height: 30px;
}
.Corporate-box3 .Tmu-lst .pic {
    padding-top: 10px;
    transition: .3s;
    position: relative;
    top: 0;
}
.Corporate-box3 .Tmu-lst .pic:hover {
    top: 8px;
    transform: scale(1.04);
}
.Corporate-box3 .Tmu-lst .Abut {
    text-align: center;
    padding-top: 35px;
}
.Corporate-box3 .Tmu-lst .more {
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #e8373d;
}
@media(max-width:1200px) {
    .Corporate-Con .title .tit {
        font-size: 36px;
        line-height: 50px;
    }
    .Corporate-Con .title .redla {
        font-size: 18px;
    }
    .Corporate-Con .title .icon img {
        max-height: 50px;
    }
    .Corporate-Con .dian-list {
        font-size: 16px;
    }
    .Corporate-Con .Mwenb {
        padding: 30px 0 20px;
    }
    .Corporate-box1 {
        padding: 90px 0;
    }
    .Corporate-box2, .Corporate-box3 {
        padding: 60px 0;
    }
    .Corporate-box3 .Tmu-lst .Juaz {
        padding: 20px;
    }
    .Corporate-box3 .Tmu-lst .wenz {
        font-size: 16px;
    }
}
@media(max-width:640px) {
    .Corporate-Con .title .tit {
        font-size: 36px;
        line-height: 50px;
    }
    .Corporate-Con .title .redla {
        font-size: 18px;
    }
    .Corporate-Con .title .icon img {
        max-height: 50px;
    }
    .Corporate-Con .dian-list {
        font-size: 16px;
    }
    .Corporate-Con .Mwenb {
        padding: 30px 0 20px;
    }
    .Corporate-box1 {
        padding: 90px 0;
    }
    .Corporate-box2, .Corporate-box3 {
        padding: 60px 0;
    }
    .Corporate-box3 .Tmu-lst li {
        width: 100%;
        margin-bottom: 20px;
    }
    .Corporate-box3 .Tmu-lst .Juaz {
        padding: 20px;
    }
    .Corporate-box3 .Tmu-lst .wenz {
        font-size: 16px;
    }
    .Corporate-box2 .text .ul, .Corporate-box2 .text img, .Corporate-box2 .Ry .Rp, .Corporate-box2 .Ry img {
        float: none;
        width: 100%;
    }
    .Corporate-box2 .Ry {
        padding: 20px
    }
}
/*社区关系*/
.Community-Con {
    padding: 90px 0;
}
.Community-Con .tit {
    padding: 25px 0 0;
    font-size: 40px;
    color: #333333;
    line-height: 60px;
}
.Community-Con .wenb {
    padding: 25px 0;
    color: #666666;
    font-size: 18px;
    line-height: 34px;
}
.Community-Con .list-sw {
    padding-top: 20px;
}
.Community-Con li {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
}
.Community-Con li span {
    padding: 15px 0;
    display: block;
}
.Community-Con li .img-Box {
    box-shadow: 0 0px 20px #a9a9a9;
}
.Community-Con li .img-Box:nth-child(1) {
    float: left;
    width: 31.75%;
}
.Community-Con li .img-Box:nth-child(2) {
    float: right;
    width: 65.43%;
}
.Community-Con li:nth-child(2n) .img-Box:nth-child(1) {
    width: 65.43%;
}
.Community-Con li:nth-child(2n) .img-Box:nth-child(2) {
    width: 31.75%;
}
.Community-Con li .img-Box .tuka {
    overflow: hidden;
}
.Community-Con li .img-Box .tuka img {
    transition: .3s;
}
.Community-Con li .img-Box:hover .tuka img {
    transform: scale(1.1);
}
@media(max-width:1200px) {
    .Community-Con {
        padding: 50px 0;
    }
    .Community-Con li span {
        padding: 5px 0;
        font-size: 18px;
    }
    .Community-Con li {
        margin-bottom: 25px;
    }
    .Community-Con li .img-Box {
        width: 100% !important;
        margin-bottom: 25px;
    }
    .Community-Con li .img-Box:last-child {
        margin-bottom: 0;
    }
}
@media(max-width:640px) {
    .Community-Con .tit {
        padding-top: 0;
    }
    .Community-Con .wenb {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}
/*员工关系*/
.Employee-Con {
    padding: 90px 0;
}
.Employee-Con .tit {
    padding-bottom: 40px;
    font-size: 40px;
    color: #333333;
    line-height: 60px;
}
.Employee-Con .shadow {
    text-align: center;
    box-shadow: 0 0px 20px #999;
}
.Employee-Con .shadow .pic {
    overflow: hidden;
}
.Employee-Con .shadow .pic img {
    transition: .3s;
}
.Employee-Con li:hover .shadow .pic img {
    transform: scale(1.05);
}
.Employee-Con li {
    margin-top: 40px;
}
.Employee-Con li span {
    padding: 15px 0;
    display: block;
}
.Employee-box1 .pic {
    width: 49.6%;
    box-shadow: 0 0 20px #999;
    float: left;
}
.Employee-box1 .pic img {
    width: 100%;
    transition: .3s;
}
.Employee-box1 .pic:hover img {
    transform: scale(1.04);
}
.Employee-box1 .text-shell {
    font-size: 18px;
    line-height: 34px;
    float: right;
    width: 45%;
    color: #666666;
}
.Employee-box1 .Tum {
    padding: 20px 0;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
}
.Employee-box1 .stwa {
    padding-bottom: 15px;
    font-size: 20px;
    color: #363636;
}
.Employee-box2 li {
    width: 31.8%;
    float: left;
    margin-right: 2.3%;
}
.Employee-box2 li:nth-child(3n) {
    margin-right: 0;
}
.Employee-box3 li {
    float: left;
    width: 65.7%;
}
.Employee-box3 li:nth-child(2n) {
    width: 31.8%;
    float: right;
}
.Employee-box4 li {
    width: 48%;
    float: left;
}
.Employee-box4 li:nth-child(2n) {
    float: right;
}
@media(max-width:768px) {
    .Employee-Con {
        padding: 50px 0;
    }
    .Employee-box1 .pic {
        width: auto;
        width: 100%;
    }
    .Employee-box1 .text-shell {
        width: 100%;
    }
}
@media(max-width:640px) {
    .Employee-Con .tit {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 25px;
    }
    .Employee-Con li {
        width: 100% !important;
        margin-top: 30px;
    }
    .Employee-Con li span {
        padding: 8px 0;
    }
    .Employee-box1 .stwa {
        font-size: 18px;
        line-height: 30px;
    }
    .Employee-box1 .text-shell {
        font-size: 16px;
        line-height: 25px;
    }
}
/*ESG报告*/
.ESGReport-Con {
    padding: 50px 0 80px;
}
.ESGReport-Con .tit {
    width: 100%;
    padding: 30px 0 50px;
    font-size: 40px;
    color: #333333;
    line-height: 60px;
    float: left;
}
.ESGReport-Con li {
    transition: all .5s;
    border: solid 1px #e0e0e0;
    float: left;
    width: 26.2%;
    margin-bottom: 50px;
    margin-right: 10.6%;
}
.ESGReport-Con li:hover {
    box-shadow: 0 0 20px #999;
}
.ESGReport-Con li:nth-child(3n) {
    margin-right: 0;
}
.ESGReport-Con .Tubow {
    cursor: pointer;
    padding-top: 135%;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% !important;
}
.ESGReport-Con .Tankw {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.ESGReport-Con .Tankw .tiws {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background-color: #fff;
}
.ESGReport-Con .Tankw .tiws a {
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    border-right: solid 1px #ccc;
    vertical-align: middle;
}
.ESGReport-Con .Tankw .tiws a:last-child {
    border-right: none;
}
.ESGReport-Con .Tankw .close {
    cursor: pointer;
    opacity: 1 !important;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: url(../images/close.png) no-repeat center;
}
@media(max-width:640px) {
    .ESGReport-Con {
        padding: 30px 0;
    }
    .ESGReport-Con .tit {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 25px;
    }
    .ESGReport-Con li {
        margin-bottom: 30px;
        margin-right: 4.3%;
        width: 30%;
    }
    .ESGReport-Con .Tankw .tiws {
        width: 80%;
    }
}
.load-more {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.load-more .but-a {
    cursor: pointer;
    transition: all .5s;
    border: solid 1px #e8373d;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #e8373d;
    display: inline-block;
}
.load-more .but-a:hover {
    background-color: #e8373d;
    color: #fff;
}
/*分页*/
.Page002046 .Pages {
    text-align: center;
    padding: 3% 0;
}
.Page002046 .Pages a {
    transition: all .5s;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ececec;
    padding: 0 15px;
    background-color: #fff;
    line-height: 38px;
    color: #666666;
}
.Page002046 .Pages a:hover, .Page002046 .Pages a.a_cur {
    background-color: #e8373d;
    color: #fff;
}
.Page002046 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.Page002046 .Pages em a {
    float: left;
    margin-left: -1px;
}
.Page002046 .Pages .a_first, .Page002046 .Pages .a_end, .Page002046 .Pages .p_cur, .Page002046 .Pages .p_count, .Page002046 .Pages .p_jump, .Page002046 .Pages .p_total {
    display: none;
}
.Page002046 .Pages .a_prev, .Page002046 .Pages .a_next {
    padding: 0;
    width: 80px;
    overflow: hidden;
    height: 38px;
}
@media(max-width:640px) {
    .Page002046 .Pages a {
        padding: 0 15px;
        margin: 0 5px;
    }
    .Page002046 .Pages .a_prev, .Page002046 .Pages .a_next {
        font-size: 14px;
        width: 70px;
    }
}
/*新闻列表*/
.News-Con {
    padding: 80px 0 100px;
    background-color: #f5f5f5;
}
.News-Con .Hnews-lbox .Textcon {
    width: 46%;
}
.News-Con .Hnews-lbox .tit a {
    font-size: 26px;
}
.News-Con .Hnews-lbox .text {
    font-size: 16px;
    max-height: 96px;
    overflow: hidden;
}
.News-Con .Hnews-lbox .Abut a {
    background-color: #e8373d;
    color: #fff;
}
.News-Con .Hnews-lbox .owl-dots .owl-dot.active span {
    width: 13px;
}
.News-Con .Hnews-lbox .owl-dots {
    right: 55%;
    bottom: 21%;
}
.News-Con .owl-loaded .owl-stage-outer {
    padding: 20px 0;
}
.News-Con .Hnews-rbox {
    width: 51%;
    box-shadow: 0 0 20px #333;
}
.News-Con .selectBox {
    text-align: right;
    padding: 60px 0;
}
.News-Con .selectBox .selectCon {
    position: relative;
    background-color: #fff;
    width: 400px;
    height: 70px;
    float: right;
}
.News-Con .selectBox .Ynas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 70px;
    line-height: 70px;
}
.News-Con .selectBox .Moren {
    background: url(../images/Jian_t.png) no-repeat 93% center;
    cursor: pointer;
    font-size: 16px;
    color: #e8373d;
    font-family: 'SyhtRegular';
    line-height: 70px;
    width: 100%;
    padding-left: 100px;
    padding-right: 70px;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.News-Con .selectBox .Moren span {
    position: relative;
    display: block;
    border-right: solid 1px #ebebeb;
    padding-right: 30px;
}
.News-Con .selectBox ul {
    display: none;
    border-top: solid 1px #ebebeb;
    position: absolute;
    top: 100%;
    z-index: 5;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.News-Con .selectBox ul li {
    border-bottom: solid 1px #ededed;
    padding: 0 100px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    cursor: pointer;
}
.News-list {
    padding-top: 60px;
}
.News-list li {
    transition: all .5s;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 40px 100px;
    position: relative;
}
.News-list li .tit {
    padding-bottom: 15px;
    font-size: 22px;
    color: #333333;
}
.News-list li .Jian {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    min-height: 54px;
    overflow: hidden;
}
.News-list li:hover {
    box-shadow: 0 0px 20px #999;
}
.News-list .time {
    padding: 40px 50px;
    height: 100%;
    background-color: #e8373d;
    position: absolute;
    left: 0;
    top: 0;
}
.News-list .time .day {
    display: block;
    font-family: 'DINBold';
    font-size: 36px;
    color: #fff;
}
.News-list .time .year {
    font-family: 'DINMedium';
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}
.News-list .text {
    padding-left: 160px;
}
@media only screen and (max-width:1024px) {
    .News-Con .Hnews-lbox {
        width: 100%;
    }
    .News-Con .Hnews-lbox .owl-dots {
        bottom: 17%;
    }
    .News-Con .Hnews-rbox {
        width: 50%;
        float: right;
    }
}
@media only screen and (max-width:768px) {
    .News-Con .Hnews-lbox {
        width: 100%;
    }
    .News-Con .Hnews-lbox .owl-dots {
        bottom: 10%;
    }
    .News-list li {
        padding: 20px 50px;
    }
    .News-list li .tit {
        padding-bottom: 10px;
    }
    .News-list .text {
        padding-left: 120px;
    }
    .News-list .time {
        padding: 20px;
    }
}
@media only screen and (max-width:640px) {
    .News-Con {
        padding: 30px 0;
    }
    .News-Con .Hnews-rbox {
        width: 100%;
        margin-top: 30px;
    }
    .News-Con .Hnews-lbox .owl-dots {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .News-Con .Hnews-lbox .Textcon {
        width: 100%;
    }
    .News-Con .selectBox {
        padding: 10px 0 30px;
    }
    .News-Con .selectBox .Ynas, .News-Con .selectBox .Moren {
        height: 60px;
        line-height: 60px;
    }
    .News-Con .selectBox .selectCon {
        width: 100%;
        height: 60px;
    }
    .News-list {
        padding-top: 0;
    }
    .News-list .time .day {
        font-size: 24px;
    }
    .News-list .text {
        padding-left: 70px;
    }
    .News-list li {
        padding: 10px 30px 10px 50px;
        margin-bottom: 20px;
    }
    .News-list li .tit {
        padding-bottom: 0;
        font-size: 18px;
    }
    .News-list li .Jian {
        font-size: 14px;
        line-height: 25px;
        max-height: 50px;
    }
}
/*新闻详情*/
.news-info {
    padding: 90px 0;
}
.news-info .title {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    font-family: "SyhtRegular";
}
.news-info .time {
    text-align: center;
    padding: 20px 0 60px;
    border-bottom: solid 1px #e5e5e5;
    line-height: 25px;
    font-size: 18px;
    color: #666666;
    font-family: "siyuanh";
}
.news-info .Info {
    padding: 60px 0;
    font-size: 22px;
    line-height: 42px;
    font-family: "siyuanh";
    color: #333333;
}
.news-info .info_pn {
    font-size: 16px;
}
.news-info .info_pn a:hover {
    color: #e8373d;
}
.news-info .but-a {
    cursor: pointer;
    transition: all .5s;
    border: solid 1px #e8373d;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #e8373d;
    display: block;
    margin: auto
}
.news-info .but-a:hover {
    background-color: #e8373d;
    color: #fff;
}
/*投资者关系*/
.investor-Con {
    line-height: 70px;
    padding-bottom: 130px;
}
.investor-Con .tit {
    padding-top: 40px;
    margin-bottom: 30px;
    font-size: 40px;
    color: #333333;
    line-height: 70px;
    font-family: "SyhtRegular";
}
.investor-Con .but {
    margin-top: 15px;
    background-color: #e8373d;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    width: 130px;
    color: #fff;
    font-family: "SyhtRegular";
}
.investor-box1 .stock {
    line-height: 35px;
    padding: 60px;
    background: url(../images/investor_back.png) no-repeat center;
    background-size: cover;
}
.investor-box1 .stock-l {
    font-family: '微软雅黑';
    width: 50%;
    float: left;
}
.investor-box1 .stock-l .stock-xa {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.investor-box1 .stock-l span {
    font-size: 40px;
    font-weight: bold;
    color: #e8373d;
}
.investor-box1 .stock-l .up {
    background: url(../images/icon_stock_up.png) no-repeat center;
    display: inline-block;
    width: 16px;
    margin: 0 5px;
    height: 13px;
}
.investor-box1 .stock-l .down {
    background: url(../images/icon_stock_down.png) no-repeat center;
    display: inline-block;
    width: 16px;
    margin: 0 5px;
    height: 13px;
}
.investor-box1 .stock-xw {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.investor-box1 .stock-r {
    font-size: 0;
    text-align: right;
    width: 50%;
    float: right;
}
.investor-box1 .stock-r li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.investor-box1 .stock-r li span {
    font-size: 30px;
    color: #e8373d;
    font-weight: bold;
    padding: 0 20px;
}
.investor-box1 .stock-r h4 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.investor-box1 .stock-xli {
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    float: left;
}
.investor-Con .investor-box2 .tit {
    float: left;
}
.investor-box2 .selectBox {
    float: right;
    padding-top: 40px;
    text-align: right;
    margin-bottom: 30px;
}
.investor-box2 .selectBox .selectCon {
    position: relative;
    background-color: #fafafa;
    width: 400px;
    height: 70px;
    float: right;
}
.investor-box2 .selectBox .Ynas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 70px;
    line-height: 70px;
}
.investor-box2 .selectBox .Moren {
    background: url(../images/Jian_t.png) no-repeat 93% center;
    cursor: pointer;
    font-size: 16px;
    color: #e8373d;
    font-family: 'SyhtRegular';
    line-height: 70px;
    width: 100%;
    padding-left: 100px;
    padding-right: 70px;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.investor-box2 .selectBox .Moren span {
    position: relative;
    display: block;
    border-right: solid 1px #ebebeb;
    padding-right: 30px;
}
.investor-box2 .selectBox dl {
    display: none;
    border-top: solid 1px #ebebeb;
    position: absolute;
    top: 100%;
    z-index: 5;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.investor-box2 .selectBox dl dd {
    border-bottom: solid 1px #ededed;
    padding: 0 100px;
    background-color: #fafafa;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    cursor: pointer;
}
.investor-box2 .list-gg {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.investor-box2 li {
    transition: all .5s;
    position: relative;
    margin-bottom: 30px;
    padding: 35px 0;
    overflow: hidden;
    width: 100%;
    border: solid 1px #e0e0e0;
}
.investor-box2 .time {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-right: 50px;
    border-right: solid 1px #e0e0e0;
    padding: 0 50px;
    float: left;
    font-family: 'DINBold';
    font-size: 36px;
    line-height: 35px;
    color: #666666;
}
.investor-box2 .time p {
    font-size: 16px;
    font-family: "DINMedium";
}
.investor-box2 .inwa {
    width: 95%;
    padding-left: 250px;
}
.investor-box2 .inwa span {
    line-height: 30px;
}
.investor-box2 li:hover {
    background-color: #e8373d;
}
.investor-box2 li:hover a {
    color: #fff;
}
.investor-box2 li:hover .time {
    color: #fff;
}
.investor-box3 .list-dow li {
    /*font-family: 'siyuanh';*/
    font-size: 20px;
    margin-right: 3.9%;
    float: left;
    width: 22%;
    text-align: center;
    transition: all 0.3s ease-in-out
}
.investor-box3 .list-dow li .img {
    box-shadow: 0 0 20px #999;
    overflow: hidden;
}
.investor-box3 .list-dow li:hover {
    transform: translateY(-30px);
}
.investor-box3 .list-dow li:nth-child(4n) {
    margin-right: 0;
}
.investor-box3 .list-dow li span {
    margin-top: 10px;
}
@media only screen and (max-width:768px) {
    .investor-box1 .stock {
        padding: 60px 40px;
    }
    .investor-box1 .stock-l {
        width: 40%;
    }
    .investor-box1 .stock-r {
        width: 60%;
    }
    .investor-box1 .stock-r li span {
        padding: 0 10px;
    }
    .investor-box1 .stock-xli {
        font-size: 16px;
    }
    .investor-box2 .time {
        padding: 0 30px;
    }
    .investor-box2 .inwa {
        padding-left: 200px;
    }
    .investor-box3 .list-dow li {
        font-size: 16px;
        line-height: 25px;
    }
}
@media only screen and (max-width:640px) {
    .investor-Con .tit {
        font-size: 36px;
        line-height: 60px;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .investor-box1 .stock {
        padding: 30px 20px;
    }
    .investor-box1 .stock-l {
        width: 100%;
        margin-bottom: 10px;
    }
    .investor-box1 .stock-l span {
        font-size: 35px;
    }
    .investor-box1 .stock-l .stock-xa {
        margin: 0;
    }
    .investor-box1 .stock-r {
        width: 100%;
        text-align: left;
    }
    .investor-box1 .stock-r li {
        line-height: 25px;
        text-align: left;
        margin-right: 20px;
    }
    .investor-box1 .stock-r li span {
        padding: 0 5px;
        font-size: 18px;
    }
    .investor-box1 .stock-xli {
        font-size: 14px;
        line-height: 25px;
    }
    .investor-box2 .time {
        padding: 0 10px;
        line-height: 25px;
        font-size: 18px;
    }
    .investor-box2 .time p {
        font-size: 14px;
    }
    .investor-box2 .inwa {
        padding-left: 80px;
    }
    .investor-box3 .list-dow li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .investor-box3 .list-dow li:nth-child(2n) {
        float: right;
    }
}
/*财务信息*/
.Annual-Con {
    line-height: 70px;
    padding: 100px 0;
}
.Annual-Con .tit {
    margin-bottom: 70px;
    font-size: 40px;
    color: #333333;
    line-height: 70px;
    font-family: "SyhtRegular";
}
.Annual-box .list-dow li {
    margin-bottom: 90px;
    /*font-family: 'siyuanh';*/
    font-size: 20px;
    margin-right: 10%;
    display: inline-block;
    width: 26%;
    text-align: center;
}
.Annual-box .list-dow li .img {
    box-shadow: 0 0 20px #999;
}
.Annual-box .list-dow li:nth-child(3n) {
    margin-right: 0;
}
.Annual-box .list-dow li span {
    margin-top: 10px;
}
/*公司资料*/
.Companyzl-Con {
    line-height: 70px;
    padding: 100px 0;
}
.Companyzl-Con .tit {
    margin-bottom: 40px;
    font-size: 40px;
    color: #333333;
    line-height: 70px;
    font-family: "SyhtRegular";
}
.Companyzl-Con .list-dow {
    font-size: 0;
}
.Companyzl-Con .list-dow li {
    margin-bottom: 50px;
    display: block;
    float: left;
    width: 27%;
    padding-right: 10px;
    line-height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.Companyzl-Con .list-dow li:nth-child(3n+1) {
    clear: both;
    width: 45%;
}
.Companyzl-Con .list-dow .tcw {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 26px;
    color: #333333;
    font-family: "SyhtRegular";
}
.Companyzl-Con .list-dow .tcw::after {
    content: '';
    width: 4px;
    height: 80%;
    background-color: #e8373d;
    position: absolute;
    top: 10%;
    left: 0;
}
.Companyzl-Con .list-dow .tex {
    min-height: 185px;
    padding-left: 30px;
    line-height: 25px;
    font-size: 18px;
    color: #666666;
    /*font-family: 'siyuanh';*/
}
@media only screen and (max-width:768px) {
    .Companyzl-Con .list-dow li {
        margin-bottom: 30px;
    }
    .Companyzl-Con .list-dow li:nth-child(3n+1) {
        width: 40%;
    }
    .Companyzl-Con .list-dow .tcw {
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .Companyzl-Con .list-dow .tex {
        padding-left: 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width:640px) {
    .Companyzl-Con {
        padding: 50px 0;
    }
    .Companyzl-Con .tit {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .Companyzl-Con .list-dow li {
        width: 48%;
        margin-bottom: 30px;
        padding-right: 0;
        float: auto;
    }
    .Companyzl-Con .list-dow li:nth-child(3n+1) {
        width: 48%;
        float: auto;
        clear: inherit;
    }
    .Companyzl-Con .list-dow li:nth-child(2n) {
        float: right;
    }
    .Companyzl-Con .list-dow .tcw {
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .Companyzl-Con .list-dow .tex {
        min-height: auto;
        padding-left: 15px;
        font-size: 14px;
    }
}
/*投资者联络*/
.liaison-Con {
    padding: 100px 0;
}
.liaison-Con li {
    line-height: 30px;
    width: 46.5%;
    float: left;
    font-family: "SyhtRegular";
}
.liaison-Con li img {
    transition: all 0.3s ease-in-out
}
.liaison-Con li:hover img {
    box-shadow: 0 0 20px #999;
}
.liaison-Con li .text {
    padding: 30px 0;
}
.liaison-Con li .tie {
    margin-bottom: 15px;
    font-size: 22px;
    color: #333333;
}
.liaison-Con li:nth-child(2n) {
    float: right;
}
.liaison-Con li:nth-child(2n+1) {
    clear: both;
}
.liaison-Con li .wenb {
    font-size: 16px;
    color: #666666;
}
.liaison-Con li .wenb p {
    word-wrap: break-word;
    position: relative;
    padding-left: 5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.liaison-Con li em {
    position: absolute;
    left: 2em;
    font-style: normal;
}
.liaison-Con li .wenb .addr {
    background: url(../images/Gudonz_icon1.png) no-repeat left 5px;
}
.liaison-Con li .wenb .youb {
    background: url(../images/Gudonz_icon2.png) no-repeat left 5px;
}
.liaison-Con li .wenb .telg {
    background: url(../images/Gudonz_icon2.png) no-repeat left 5px;
}
.liaison-Con li .wenb .faxl {
    background: url(../images/Gudonz_icon3.png) no-repeat left 5px;
}
@media only screen and (max-width:640px) {
    .liaison-Con {
        padding: 50px 0;
    }
    .liaison-Con li {
        width: 100%;
        margin-bottom: 10px;
    }
}
/*联系我们*/
.Cantactus-Con {
    padding: 100px 0;
}
.Cantactus-Con .tit {
    margin-bottom: 40px;
    font-size: 48px;
    color: #333333;
    line-height: 70px;
    font-family: "SyhtRegular";
}
.Cantactus-Con #allmap {
    width: 100%;
    height: 600px;
}
.Cantactus-Con #allmap img {
    max-width: inherit;
}
.Cantactus-Con .text-box {
    margin-top: 60px;
    width: 100%;
}
.Cantactus-Con .shell-box {
    cursor: pointer;
    position: relative;
    border: solid 1px #e5e5e5;
    padding: 30px 55px;
    width: 48%;
    float: left;
}
.Cantactus-Con .shell-box:nth-child(2n) {
    float: right;
}
.Cantactus-Con .tcs {
    margin-bottom: 20px;
    font-size: 26px;
    color: #333333;
    font-family: "SyhtRegular";
}
.Cantactus-Con .tum {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 15px;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    /*font-family: 'siyuanh';*/
    line-height: 35px;
}
.Cantactus-Con .tum:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.Cantactus-Con .shell-box.on .tum {
    border-bottom-color: rgba(255, 255, 255, .3);
}
.Cantactus-Con .shell-box.on {
    border: solid 1px #e8373d;
    background-color: #e8373d;
}
.Cantactus-Con .shell-box.on .tcs, .Cantactus-Con .shell-box.on .tum {
    color: #fff;
}
.Cantactus-Con .tum.addr {
    background: url(../images/Gudonz_icon1.png) no-repeat left 8px;
}
.Cantactus-Con .tum.youb {
    background: url(../images/Gudonz_icon2.png) no-repeat left 8px;
}
.Cantactus-Con .tum.telg {
    background: url(../images/Gudonz_icon3.png) no-repeat left 8px;
}
.Cantactus-Con .tum.faxl {
    background: url(../images/Gudonz_icon5.png) no-repeat left 8px;
}
.Cantactus-Con .shell-box.on .tum.addr {
    background: url(../images/Gudonz_icon1_on.png) no-repeat left 8px;
}
.Cantactus-Con .shell-box.on .tum.youb {
    background: url(../images/Gudonz_icon2_on.png) no-repeat left 8px;
}
.Cantactus-Con .shell-box.on .tum.telg {
    background: url(../images/Gudonz_icon3_on.png) no-repeat left 8px;
}
.Cantactus-Con .shell-box.on .tum.faxl {
    background: url(../images/Gudonz_icon5_on.png) no-repeat left 8px;
}
.Cantactus-Con .shell-box.on::after {
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -16px;
    content: '';
    display: block;
    width: 33px;
    height: 24px;
    background: url(../images/Jtox.png) no-repeat center;
}
@media only screen and (max-width:768px) {
    .Cantactus-Con .shell-box {
        width: 48%;
        margin-bottom: 30px;
        padding: 20px 10px;
    }
    .Cantactus-Con .tcs {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .Cantactus-Con .tum {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width:640px) {
    .Cantactus-Con {
        padding: 50px 0;
    }
    .Cantactus-Con .tit {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .Cantactus-Con .text-box {
        margin-top: 30px;
    }
    .Cantactus-Con .shell-box {
        width: 100%;
    }
    .Cantactus-Con .shell-box.on::after {
        display: none;
    }
    .Cantactus-Con #allmap {
        height: 300px;
    }
}
@media only screen and (max-width:1200px) {
    .wth, .inner {
        padding: 0 2%;
    }
}