
@font-face {
    font-family: "iconfont"; /* Project id  */
    src: url('iconfont.ttf?t=1654102629619') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-guanbi{
    float: right;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background: #cb0000;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.icon-guanbi:before {
    content: "\e659";
    color: white;
}

.icon-caidan{
    cursor: pointer;
    display: none;
}
.icon-caidan:before {
    content: "\eaf1";
    color: white;
    font-size: 30px;
    margin-right: 20px;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Open Sans" !important;
    color: #6e7177;
}
@media screen and (min-width:321px) and (max-width:375px){html{font-size:11px}}

@media screen and (min-width:376px) and (max-width:414px){html{font-size:12px}}

@media screen and (min-width:415px) and (max-width:639px){html{font-size:15px}}

@media screen and (min-width:640px) and (max-width:1199px){html{font-size:20px}}


@media screen and (min-width:1200px){html{font-size:25px}}

body { font-size: 14px; font-family: "Open Sans"; font-weight: 400; }
.main{
    margin-bottom: 135px;
    background: #ffffff;
    position: relative;
    z-index: 222;
    padding: 30px 0;
}
.main-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.fcblack{
    color: black !important;
}
.top-bar{
    height: 40px;
    background-color: #303030;
    color: #c9c9c9;
    border-bottom: 1px solid #4f4f4f ;
}
.top-bar-container{

    display: flex;
    align-items: center;
    justify-content: end;
    line-height: 40px;
}

.top-bar-container p{
    border-left: 1px solid #4f4f4f ;
    border-right: 1px solid #4f4f4f ;
    font-size: 0.9em;
    padding: 0 10px;
    color:#c9c9c9;
}

.header-wrapper-nav{
    position: absolute;
    top: 41px;
    width: 100%;
}
.nav{
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
.layui-nav-child{
    top: 75px;
}
.nav .logo{
    max-width: 330px;
}
#tlogo{
    width: 100%;
}
.nav .logo #wlogo{
    display: none;
    max-width: 330px;
}
.translation_en,.translation_tc,.translation_sc{
    font-size: 14px !important;
}
.nav.activeBg{
    position: fixed;
    background: #ffffff;
}
.nav.activeBg .layui-nav .layui-nav-item a{
    color: #3C3A35;
}
.nav .nav-flex{
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
}
.nav .layui-nav{
    background: none;
}
.layui-nav .layui-this:after, .layui-nav-bar{
    background: none;
}
.layui-nav .layui-nav-item.layui-this a,.nav.activeBg .layui-nav .layui-nav-item.layui-this a{
    color: #c60035;
}
.nav.activeBg .layui-nav .layui-nav-item.layui-this .layui-nav-child a,.layui-nav .layui-nav-item.layui-this .layui-nav-child a{
    color: white;
    font-weight: 300;
}

.layui-nav .layui-nav-item a{
    font-size: 17px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    padding: 0 10px;
}
.layui-nav .layui-nav-item a.light{
    font-weight: normal;
}
.layui-nav .layui-nav-item a:hover{
    color: #c60035;
}
.layui-nav-more{
    display: none !important;
}
.layui-nav-child{
    background: black;
    padding: 0;
    border: none;
}
.layui-nav-child dd{
    margin: 0;
    padding: 0px;
}
.pd7{
    padding-right: 7% !important;
    padding-left: 7% !important;
}
.pd3{
    padding-right: 3% !important;
    padding-left: 3% !important;
}
.pd10{
    padding-right: 10% !important;
    padding-left: 10% !important;
}
.mg10{
    margin-right: 10% !important;
    margin-left: 10% !important;
}
.ol4{
    height: 10px !important;
}
.nav.activeBg .layui-nav .layui-nav-child a ,.layui-nav .layui-nav-child a{
    padding: 6px 20px;
    color: #808080;
    font-weight: 600;
}
.nav.activeBg .layui-nav .layui-nav-child a:hover,.layui-nav .layui-nav-child a:hover{
    background: #c60035;
    color: white;
}
.banner{
    height: 550px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.banner .bgimg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.banner .bgimg:after{
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: black;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}
.banner .banner-container{

    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.banner .banner-title{
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 1px;
    padding: 0 15px;
}
.banner .banner-title span{
    color: #ffffff;

}
.banner .banner-description{
    font-family: "Open Sans";
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    text-transform: none;
    color: #ffffff;
    padding: 0 15px;
}
.banner .banner-arrow{
    width: 100%;
    position: absolute;
    bottom: 40px;
    display: flex;
    justify-content: center;
}
.banner .banner-arrow .layui-icon-down{
    color: #ffffff;
    font-size: 30px;
    cursor:pointer

}
@-webkit-keyframes kenburns-bottom{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 84%;transform-origin:50% 84%}100%{-webkit-transform:scale(1.25) translateY(15px);transform:scale(1.25) translateY(15px);-webkit-transform-origin:bottom;transform-origin:bottom}}@keyframes kenburns-bottom{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);-webkit-transform-origin:50% 84%;transform-origin:50% 84%}100%{-webkit-transform:scale(1.25) translateY(15px);transform:scale(1.25) translateY(15px);-webkit-transform-origin:bottom;transform-origin:bottom}}

.kenburns-bottom{-webkit-animation:kenburns-bottom 20s linear infinite alternate-reverse;animation:kenburns-bottom 20s linear infinite alternate-reverse}

.pd30{padding: 30px;}

.mt30{
    margin-top: 30px;
}
.mb30{
    margin-bottom: 30px;
}
.mb100{
    margin-bottom: 100px;
}
.mt100{
    margin-top: 100px;
}
.bdr{
    border-right: 1px solid #e4e4e4 ;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.center{
    text-align: center !important;
}
.white{
    color: white;
}
.column{
    flex-direction: column !important;
}
.p4{
    padding-left: 4%;
    padding-right: 4%;
}
.text-center{
    text-align: center !important;
}
.leader-text {
    margin: 0px auto;
    padding: 70px 0;
}
.leader-text p{
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    text-align: justify;
    line-height: 1.300em;
}

.group_pic{
    display: flex;
    justify-content: center;
}
.group_pic img{
    max-width: 2390px;
}

.centercontent p{
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    line-height: 2.143em;
}
.centercontent .t1{
    font-size: 18PX;
    color: #6e7177;
}
.centercontent .t2{
    color: #454545;
    font-size: 24px;
}
.centercontent .t3{
    color: #6e7177;
    font-size: 14px;
}
.globalimg img{
    width: 100%;
}

.red{
    background-color: rgb(169, 37, 36);
}
.ft20{
    font-size: 20px !important;
}
.ft24{
    font-size: 24px;
}
.ft18{
    font-size: 18px;
}
.fw800{
    font-weight: 800;
}
.fw700{
    font-weight: 700;
}
.fw600{
    font-weight: 600;
}

.mcontent{
    padding: 80px 200px;

}
.mcontent p{
    text-align: center;
    color: white;
    line-height: 2.143em;
}
.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(34,34,34,1);
    padding: 40px;
}
.footer p{
    margin-bottom: 20px;
}
.footer a,.footer p{
    text-align: center;
    color: #7a7a7a;
    font-weight: 700;
    font-size: 10px;
}


.footer .footer-nav{
    display: flex;
    justify-content: center;

}

.footer .footer-nav a{
    font-size: 10px;
    margin: 0 10px;
    text-transform: uppercase;
}
.footer .footer-nav a:hover{
    color: #ff6863;
}

.gotop{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 30px;
    color: #585858de;
    cursor:pointer;
    z-index: 999;
}

.leader-text p .subtitle{
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}

.leader-text p .subtitle::after{
    content: '';
    width: 40%;
    height: 1px;
    display: block;
    clear: both;
    margin-top: 0.233em;
    background-color: #c60035;
    margin: 0 auto;
}


.aboutcenter a,.aboutcenter p,.aboutcenter div{
    color: white;
}

.aboutcenter .righttext div{
    color: #454545;
}

.about-lay{
    margin: 0 10%;
}
.about-first{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-yuanjing{
 display: flex;
    background-color: #a82425;
}
.about-yuanjing.fanzhuan{
    flex-direction: row-reverse;
    background-color: #970C36;
}
.yuanjing{
    width: 20%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 300;
    background: #58090c;
}
.yuanjing-detail{
    flex:1;
    justify-content: center;
    align-items: start;
    display: flex;
    flex-direction: column;
    margin: 40px 30px;
}
.yuanjing-detail .ata{
    color: white;
    max-width: 550px;
    display: inline-block;
}
.yuanjing-detail p{
    font-size: 0.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    line-height: 1.5em;
}
.about-first .about-single p{
    margin-bottom: 20px;
}

@media screen and (max-width:760px){
    .about-yuanjing,.about-yuanjing.fanzhuan{
        flex-direction: column;
    }
    .yuanjing{
        width: 100%;
        padding: 20px 0;
    }
}

.about-first div:first-child{
   margin-right: 30px;
}
.textred{
    font-weight: 600 !important;
}
.about-title{
    font-size: 28px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    font-weight: 300;
}

.about-detail{
    font-size: 20px;
    padding-top: 30px;
    text-align: center;
    line-height:2.2rem;
}

.about-card{
    background-color: white;
    display: flex;
    margin: 30px 10px;
}
.about-card .lefticon{
    padding: 20px;
}

.about-card .righttext .about-subtitle{
    font-size: 20px;
    font-weight: 600;
    line-height: 2.5rem;
}

.about-card .righttext .about-subcontent{
    color: #6e7177;
    font-weight: 400;
    line-height: 2rem;
}

.about-board{
    background-color: rgb(48, 48, 48);
    color: rgb(255, 255, 255);
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.board{
    width: 100%;
    max-width: 1200px;
    padding-bottom: 40px;
}
.home-tip{
    font-size: 18px !important;}
.layui-timeline-content{
    padding-right: 15px;
}
@media screen and (max-width: 1200px)   {
    .main-container{
        width: 930px;
    }
    .about-board{
        padding:50px 6% ;
    }

    .about-first{

        flex-direction: column;

    }

    .about-first div:first-child{
        margin-right: 0px;
    }
    .logo img{
        height: 50px;
    }
    .banner{
        height: 427px;
    }
    .banner .banner-title{
        font-size: 45px !important;
    }
    .banner .banner-description{
        font-size: 22px !important;
    }
    .nav .nav-flex{
        height: 60px;
        line-height: 60px;
    }

    .boxes{
        width: 767px !important;
    }
    .lboxes{
        width: 767px !important;
    }
    .home-tip{
        font-size: 16px !important;}

    .years{
        padding: 100px 20px;
    }
}
.board-title{
    color: white;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 26px;
}

.board-detail{
    color: white;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 24px;
}

@media screen and (max-width: 960px)   {
    .main-container{
        width: 750px;
    }
}
@media screen and (max-width: 767px)   {
    .main-container{
        width: 100%;
    }
    .logo img{
        height: 45px;
    }
    .banner{
        height: 220px;
    }
    .banner .banner-title{
        font-size: 25px !important;
    }
    .banner .banner-description{
        font-size: 14px !important;
    }
    .banner .banner-arrow{
        display: none;
    }
    .boxes{
        width: 100% !important;
    }
    .lboxes{
        width: 100% !important;
    }
    .rightboxes{
        width: 100% !important;
    }
    .home-tip{
        font-size: 14px !important;}
    .board-title{
        font-size: 22px;
    }

    .board-detail{
        font-size: 21px;
    }
}

.year-list{

}
.years{
    margin: 0 auto;

    max-width: 1200px;
    padding-top: 120px;
    padding-bottom: 120px;
}
.year-title{
    font-weight: 600;
    font-size: 30px;
    color: #454545;
    margin-bottom: 20px;
}


.board-person{
    display: flex;
    flex-direction: column;
}
.board-person p{
    flex: 1;
    font-size: 22px;
    font-weight: 300;
    color: white;padding-right: 20px;

}
.htip{
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.line{
    height: 1px;

    border-top: 1px solid  #484857;
}
.layui-timeline-item{
    margin-bottom: 30px;
    padding: 0;
}
.layui-timeline-title{
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.layui-timeline-item:before{
    width: 2px;
    background-color: #c60035;
    left: 0;
}

.layui-timeline-item .layui-text p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
}


.jumbotron{
    min-height: 660px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.business-content{
    flex-direction: column;
    margin-top: 20px;
}
.business-content p{

    margin: 10px 10px 0 20px;
    font-size: 12px;
    color: white;
}
.boxes{
    width: 1200px;
    display: flex;
    justify-content: end;
    margin: 0 auto;
}
.lboxes{
    width: 1200px;
    display: flex;
    justify-content: start;
    margin: 0 auto;

}
.home .boxtitle{
    padding: 0;
    border: none;
}
.home .jumbotron{
    min-height: 750px;
}

.home .rightboxes{
    background-color: #ffffffb8;
}
.home .rightboxes .boxdetail,.home .rightboxes .boxtitle{
    color: black;
    font-weight: 300;
    text-align: justify;
}
.home .rightboxes .boxdetail{
    line-height: 1.4em;
}
.home .rightboxes .read-more{
    font-weight: 300;
    color: #ff0042;
    background: none;
    margin: 0;
    padding: 0;
    text-align: left;
    letter-spacing: unset;
}
.rightboxes{
    width: 340px;
    background-color: white;
    padding:30px;
}

.boxtitle{
    font-size: 28px;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    font-family: "Open Sans";
}
.boxdetail{
    font-family: "Open Sans";
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color:#6e7177;
    line-height: 2.143em;
}

.read-more{
    display: block;
    width: 297px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    background-color: #ff0042;
    font-size: 12px;
    letter-spacing: 0.3em;
}
.read-more:hover{
    color: white;
    background-color: #ff004494;
}

.read-more.green{
    background-color: #86C8B7;
}
.read-more.green:hover{
    background-color: #86C8B794;
}

.leader-text p.contact-title{
    text-align: left;
    color: #6e7177;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}


.news-items{
    background-color: rgb(234, 234, 234);
    padding:5px 10px ;

}

.news-items .single{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.news-items .single .leftcontent{
    margin-right: 35px;
    flex: 1;
    min-width: 300px;
    text-align: left;
}


.leftcontent .riqi{
    font-weight: bold;
    margin-bottom: 10px;
}
.leftcontent .riqi::before{
    content: "";
    background-color: #c60035;
    width: 10px;
    height: 10px;
    line-height: inherit;
    margin-right: 10px;
    display:inline-block;
    position: relative;

}
.leftcontent .titles{
    line-height: 30px;
}

.rightcontent a.download{
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    background-color: #c60035;
    color: white;
    text-align: center;
    padding: 1.6em 4em;
    line-height: 100%;
}

.list-items{
    background-color: rgb(234, 234, 234);
    padding: 30px 20px;
}

.list-pdf{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.list-pdf i{
    width: 270px;
    min-width: 160px;
}

.item-pdf{
    display: flex;
    flex-direction: column;
    max-width: 270px;
    min-width: 160px;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.cover{
    margin-bottom: 10px;
}
.item-pdf .cover img{
    width: 100%;
}
.item-pdf .pdftitle{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-pdf .downloadpdf{
    display: block;

    max-width: 200px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    padding: 1.45em 3.7em;
    background-color: #c60035;
    color: white;
    text-align: center;
}




.wrap{
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    overflow: hidden;
}
.mobile-active{
    -webkit-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
}

.mobile-menu{
    color: #808080;
    background-color: #222222;
    position: fixed;
    width: 280px;
    height: 100%;
    max-height: 100%;
    z-index: 9999;
    top: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    -webkit-transform: translate(280px, 0);
    transform: translate(280px, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobile-show.mobile-menu{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pc-menu{
    display: block;
}
.mobile-nav{
    margin-top: 100px;
}
.mobile-nav ul li a{
    display: block;
    margin: 0 20px ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)    ;
}
.mobile-nav ul.two{
    margin-left: 20px;
}
.mobile-nav ul li a{
    font-size: 14px;
    line-height: 40px;
    color: #808080;
    font-weight: 400;
}
.mobile-nav ul li a:hover{
    color: white;
}

@media screen and (max-width: 1200px)   {
    .top-bar-container{
        justify-content: center;
    }

    .top-bar-container p{
        border-left: none;
        border-right: none;
    }
    .icon-caidan{
        display:block;
    }
    .icon-caidan.blackbg:before{
        color: black;
    }
    .pc-menu{
        display: none;
    }
}