body{
    min-width: 750px;
}
.wrapper{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 750px;
    margin: 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 40px;
    background: #fff;
}

.cms-site-head{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}
.header-main{
    position: relative;
}
.header-top, .cms-site-head-position{
    height: 102px;
}
.header-top{
    background: #fff;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,.25);
    position: relative;
    z-index: 5;
}
.header-main.active .header-top{
    background: #f2f2f2;
}
.head-logo a{
    display: block;
}
.head-logo img{
    max-height: 80px;
}
.header-menu-btn{
    width: 40px;
    height: 33px;
    line-height: 43px;
    vertical-align: middle;
    position: relative;
    flex-shrink: 0;
}
.header-menu-btn span{
    display: inline-block;
    height: 3px;
    width: 40px;
    background-color: #C7000B;
    position: absolute;
    left: 0;
    border-radius: 2px;
}
.header-menu-btn span:nth-child(1)
{
    top: 0;
}
.header-menu-btn span:nth-child(2)
{
    top: 15px;
}
.header-menu-btn span:nth-child(3) {
    bottom: 0;
}

.header-main.active .header-menu-btn span:nth-child(1)
{
    left: 2px;
    top: 15px;
    transform: rotate(45deg);
}
.header-main.active .header-menu-btn span:nth-child(2)
{
    opacity: 0;
}
.header-main.active .header-menu-btn span:nth-child(3)
{
    left: 2px;
    bottom: 15px;
    transform: rotate(-45deg);
}

.header-nav{
    width: 100%;
    position: absolute;
    left: 0;
    max-height: calc(100vh - 102px);
    overflow: auto;
    z-index: 0;
}
.header-nav-main{
    background: #F2F2F2;
    padding-bottom: 50px;
    display: none;
}

.header-nav .nav-lv1{
    border-bottom: 1px solid #ccc;
}
.header-nav .nav-lv1>p{
    display: flex;
    align-items: stretch;
}
.header-nav .nav-lv1-item{
    line-height: 96px;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    flex-grow: 1;
}
.header-nav .active .nav-lv1-item{
    color: #C7000B;
}
.nav-lv1-btn{
    font-size: 30px;
    width: 40px;
    justify-content: right;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: default;
    font-size: 0;
    position: relative;
}
.nav-lv1-btn::before{
    content: '';
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 1px;
}
.nav-lv1-btn::after{
    display: block;
    content: '';
    width: 2px;
    height: 22px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    border-radius: 1px;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
}
.nav-lv1-btn.active::after{
    height: 0;
}
.header-nav .nav-lv1-sub{
    display: none;
    border-top: 1px solid #ccc;
}
.header-nav .nav-lv2{
    border-bottom: 1px dashed #ccc;
}
.header-nav .nav-lv2:last-child{
    border-bottom: none; 
}
.header-nav .nav-lv2-item{
    display: block;
    font-size: 26px;
    line-height: 96px;
    color: #333;
    text-indent: 2em;
}

.footer-top .wrapper{
    background: #333;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
}
.footer-main{
    border-bottom: 1px solid #666;
    padding-bottom: 50px;
    text-align: center;
}
.footer-contact {
    display: inline-block;
}
.footer-contact p{
    display: flex;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.footer-contact p span:first-child{
    flex-shrink: 0;
    margin-right: 10px;
}
.footer-contact p span{
    text-align: left;
}

.footer-vcode{
    padding-top: 50px;
    text-align: center;
}
.vcode-img{
    display: inline-block;
    width: 160px;
    margin-bottom: 10px;
}
.footer-vcode img{
    max-width: 100%;
}
.vcode-title{
    font-size: 22px;
}
.footer-copyright .wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #333333;
    color: #999;
    font-size: 22px;
    line-height: 2em;
}
.footer-copyright a{
    color: #999;
}
.footer-copyright p:last-child{
    display: flex;
    justify-content: space-between;
}
.footer-copyright .copyright{
    display: inline-block;
}


.index-banner .swiper-container, .index-banner .swiper-wrapper{
    position: relative;
    z-index: 0;
}
.index-banner .banner-pagination{
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 8px;
    border-radius: 4px;
    opacity: 1;
    background: #fff;
    margin: 0 3px;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active{
    background: #fff;
    width: 26px;
}
.index-banner .swiper-slide a{
    display: block;
}
.index-banner .swiper-slide img{
    width: 100%;
}

.title-sty1{
    text-align: center;
    margin-bottom: 30px;
}
.title-sty1 p{
    font-size: 24px;
    line-height: 1.5em;
    color: #999999;
    text-transform: uppercase;
}
.title-sty1 h1, .title-sty1 h2, .title-sty1 h3, .title-sty1 h4{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 1.5em;
}
.title-sty1 h1::before, .title-sty1 h2::before, .title-sty1 h3::before, .title-sty1 h4::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #C7000B;
    vertical-align: middle;
    margin-right: 8px;
}
.title-sty1 h1:after, .title-sty1 h2:after, .title-sty1 h3:after, .title-sty1 h4:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #C7000B;
    vertical-align: middle;
    margin-left: 8px;
}
.btn-sty1{
    display: inline-block;
    padding: 0 80px;
    line-height: 66px;
    color: #C7000B;
    border: 1px solid #C7000B;
    border-radius: 5px;
}

.index-about .wrapper{
    padding-top: 60px;
    padding-bottom: 85px;
    background: url(../images/fet-bg.png) center bottom no-repeat;
    background-size: 100%;
}
.index-about-content{
    margin-bottom: 0px;
}
.index-about-content p{
    margin-bottom: 20px;
    color: #666;
}
.index-about-more{
    text-align: center;
}
.index-about .about-numbers{
    margin-bottom: 40px !important;
}
.index-about .img-outline{
    margin-bottom: 30px;
}
.index-philosophy{
    margin-bottom: 50px;
}
.index-news{
    margin-bottom: 50px;
}
.index-news-more{
    text-align: center;
}
.index-news-content{
    margin-top: 20px;
}
.index-news-content li{
    margin-bottom: 40px;
}

.page-banner img{
    width: 100%;
}

.page-manu-sub{
    background: #f8f8f8;
}
.page-content-side{
    height: 100px;
    overflow: hidden;
    display: flex;
}
.page-content-side button{
    width: 36px;
    height: 100px; 
    flex-shrink: 0;
    display: none;
}
.page-content-side.overflow button{
    display: block;
}
.page-content-side button.submenu-left{
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/submenu-left-black.png);
}
.page-content-side button.submenu-left.disabled{
    background-image: url(../images/submenu-left-gray.png);
}
.page-content-side button.submenu-right{
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/submenu-right-black.png);
}
.page-content-side button.submenu-right.disabled{
    background-image: url(../images/submenu-right-gray.png);
}
.side-nav{
    height: 200px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: auto;
    flex-grow: 1;
}
.side-nav ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.page-content-side.overflow .side-nav ul{
    justify-content: left;
}
.side-nav ul li{
    flex-shrink: 0;
}
.side-nav a{
    display: block;
    padding: 0 50px;
    line-height: 100px;
    font-size: 26px;
    color: #333;
}
.side-nav .active a{
    background: #C7000B;
    color: #fff;
}

.page-content-main{
    padding: 50px 0;
}
.page-content{
    min-height: 400px;
}
.page-content-title{
    margin-bottom: 50px;
}
.page-content-items{
    margin-bottom: 30px;
}


.jobs-item{
    background: #f6f6f6;
    margin-bottom: 20px;
}

.jobs-title, .jobs-content{
    padding: 0 20px;
}

.jobs-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    cursor: pointer;
}
.jobs-title h2{
    line-height: 77px;
    font-size: 26px;
    font-weight: bold;
}
.jobs-title i{
    font-size: 30px;
    font-weight: normal;
}
.jobs-item.active .jobs-title{
    background: #C7000B;
    color: #fff;
}

.jobs-details{
    padding: 30px 0;
}
.jobs-details p{
    line-height: 2em;
}
.jobs-content{
    display: none;
}

.cms-site-pagination{
    margin-top: 50px;
    margin-bottom: 20px;
    display: flex;
}
.cms-site-pagination ul{
    display: flex;
    width: 100%;
    justify-content: center;
    justify-items: center;
}
.cms-site-pagination ul li{
    text-align: center;
    margin: 0 5px;
}
.cms-site-pagination ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ccc;
    font-size: 22px;
    color: #333;
    border-radius: 2px;
}
.cms-site-pagination ul li a:hover{
    background-color: rgb(200, 173, 124);
    color: #fff;
}
.cms-site-pagination ul .page_t a{
    font-size: 12px;
    min-width: 84px;
}


.news-text-list li{
    border-bottom: 1px dashed #f1f1f1;
}
.news-text-item{
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 20px 0;
}
.news-text-item h3{
    flex-grow: 1;
    color: #333;
    line-height: 50px;
    font-weight: normal;
    height: 100px;
    overflow: hidden;
}
.news-text-item h3 span{
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    margin-right: 5px;
}
.news-text-item time{
    flex-shrink: 0;
    margin-right: 20px;
    background: #E6E6E6;
    color: #999;
    padding: 20px 0;
    width: 120px;
}
.news-text-item time span{
    display: block;
    text-align: center;
    line-height: 1em;
}
.news-text-item time span:first-child{
    line-height: 50px;
    font-size: 40px;
}

.news-download-list li{
    border-bottom: 1px dashed #f1f1f1;
}
.news-download-item{
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 20px 0;
}
.news-download-item h3{
    flex-grow: 1;
    color: #333;
    line-height: 60px;
    font-weight: normal;
}
.news-download-item h3 span{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    margin-right: 5px;
}
.news-download-item h3 span.download-icon{
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: url(../images/icon-download.png) center center no-repeat;
    background-size: cover;
}
.news-download-item time{
    margin-left: 30px;
    color: #999;
}

.news-pic-list li{
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.news-pic-item{
    display: flex;
    align-items: center;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.news-pic-img{
    width: 280px;
    flex-shrink: 0;
    margin-right: 50px;
    max-height: 180px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.20);
}
.news-pic-img img{
    min-height: 170px;
}
.news-pic-text{
    flex-grow: 1;
}
.news-pic-text h3{
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.75em;
    max-height: 3.5em;
}
.news-pic-item .summary{
    display: none;
}
.news-pic-text time{
    color: #999;
    font-size: 24px;
}

.team-item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #d9d9d9;
}
.team-item-content p{
    line-height: 2em;
}
.team-item-title{
    display: flex;
    margin-bottom: 15px;
    justify-content: left;
    align-items: flex-start;
}
.team-item-title h3{
    line-height: 50px;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 3px solid #C7000B;
    margin-right: 30px;
}
.team-item-title h4{
    line-height: 50px;
    font-size: 26px;
    font-weight: normal;
}

.title-underline{
    margin-bottom: 25px;
    text-align: center;
}
.title-underline h3{
    display: inline-block;
    border-bottom: 5px solid #C7000B;
}
.title-underline h3 span{
    line-height: 1em;
    margin-bottom: -3px;
}



.page-main-title{
    margin-bottom: 50px;
}
.page-main-title h1{
    padding: 0 50px;
    font-size: 36px;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: center;
}
.page-main-title p{
    font-size: 22px;
    color: #666;
}
.page-main-title time{
    margin-right: 10px;
}
.page-main-title span{
    margin-right: 5px;
}

.cms-site-overlay-content{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cms-site-overlay-content{
    background: rgba(0,0,0,.5);
}
.cms-site-overlay-all{
    width: 680px;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
}
.cms-site-overlay-title{
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 0 30px 0;
    margin-bottom: -2px;
}
.cms-site-overlay-title h2{
    font-size: 36px;
    line-height: 50px;
}
.cms-site-overlay-msg{
    width: 90%;
    padding: 20px 5%;
    background: #fff;
    max-height: calc(100vh - 450px);
    overflow: auto;
    margin-bottom: -2px;
}
.cms-site-overlay-msg p{
    margin-bottom: 10px;
    color: #333;
}
.cms-site-overlay-bottom{
    padding: 30px 50px;
    background: #fff;
    display: flex;
    justify-content: center;
}
.cms-site-overlay-bottom a{
    line-height: 60px;
    display: inline-block;
    background: #999;
    color: #fff;
    border-radius: 4px;
    margin: 0 20px;
    padding: 0 40px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    background: #C7000B;
}


.team>ul>li{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.team>ul>li:last-child{
    border-bottom: 0;
}

.team ul li ul li{
    padding-bottom: 15px;
    line-height: 2em;
    padding-left: 15px;
    position: relative;
}
.team ul li ul li::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/d.png) center center no-repeat;
    left: -16.5px;
    top: 23px;
}

.team ul li ul li::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #C7000B;
    left: -12px;
    top: 27px;  
}

.team ul li ul li:last-child::after{
    content: "";
    background: none;
}

.team .team-name p{
    display: inline-block;
}

.team .team-name h3{
    display: inline-block;
    font-size: 28px;
    margin-right: 15px;
}

.ceo-top {
    position: relative;
    overflow: hidden;
}

.ceo-img {
    float: right;
    margin-left: 30px;
}
.ceo-img img {
    max-width: 280px;
    height: auto;
    display: block;
}
.ceo-top .ceo-blocks-title{
    width: 340px;
}
.ceo-blocks-title{
    margin-bottom: 20px;
}
.ceo-blocks-title h2{
    border-bottom: 1px solid #C7000B;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    margin-right: 5px;
}
.ceo-blocks-title h2::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/d.png) center center no-repeat;
    right: -5px;
    top: 40px;
}
.ceo-blocks-title h2 span{
    display: inline-block;
    padding: 0 2px;
    border-bottom: 2px solid #C7000B;
    line-height: 40px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.ceo-blocks-title h3{
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
}
.ceo-text{
    font-size: 26px;
    line-height: 2em;
}
.ceo-text p{
    margin-bottom: 10px;
}
.ceo-blocks{
    margin-top: 30px;
}
.ceo-blocks strong span{
    font-weight: normal;
    color: #C7000B;
}
.ceo-blocks .strategy-table{
    width: 100%;
}

.strategy-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
  background: #fff;
  box-shadow: 0 2px 8px rgba(160,13,19,0.04);
  font-size: 18px;
  line-height: 2em;
}
.strategy-table th, .strategy-table td {
  border: 1px solid #f2dede;
  padding: 5px 5px;
  text-align: center;
}
.strategy-table th {
  background: #C7000B;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.strategy-table tr:nth-child(even) td {
  background: #f7f7f7;
}
.strategy-table tr td:first-child{
    font-weight: bolder;
}
.strategy-table tr:nth-child(odd) td {
  background: #fff;
}
.ceo-blocks .links p{
    text-align: center;
    margin-top: 40px;
}
.ceo-blocks .links a{
    width: 390px;
    height: 104px;
    border-radius: 21px;
    background: #C7000B;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    line-height: 104px;
    text-align: center;
    display: inline-block;
}


.honor .honor-title{
    text-align: center;
    width: 150px;
    height: 56px;
    background-color: #C7000B;
    color: #fff;
    line-height: 56px;
    border-radius: 18px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

.honor>ul:first-child{
    margin-top: 0;
}

.honor-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 50px;
}

.honor-body li{
    width: 46%;
    margin-right: 8%;
}
.honor-body li:nth-child(2n){
    margin-right: 0;
}
.honor-body li .img-outline{
    width: 100%;
    margin: auto;
}

.honor-body li:nth-child(4n){
    margin-right: 0;
}

.honor-body li .honor-text{
    position: relative;
    top: -50px;
    background-color: rgba(51, 51, 51, 0.3);
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 1.5em;
}
.honor-body li .honor-text p{
    color: #fff;
    font-size: 20px;
}

.about-text{
    margin-top: 30px;
    color: #666;
    line-height: 2em;
}
.about-numbers{
    margin-top: 30px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.about-numbers p{
    text-align: center;
    color: #666;
    font-size: 24px;
    line-height: 1.5em;
    vertical-align: bottom;
}
.about-numbers strong{
    font-weight: normal;
    color: #000;
    display: inline-flex;
    justify-items: flex-end;
}
.about-numbers strong span{
    font-weight: bold;
    font-size: 30px;
    margin-right: 3px;
}
.about-numbers p:nth-child(2n){
    font-size: 0;
}
.about-numbers p:nth-child(2n)::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #ccc;
    margin: 0 5px;
}