*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
}
body{
    overflow-x:hidden;
    color:#656565;background:#fff;
}
html,body{
    font-size:10px;
}
ul,li{
    list-style:none;
}
img{
    border:none;
    outline:none;
}
h1,h2,h3,h4,h5,h6,p,label{
    margin:0px;
}
a{
    color: #333333;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #d7000f;
}
.line_1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line_2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.hbtn{
    transition: ease-out .4s;
}
.hbtn:hover{
    transition: ease-out .4s;
}
input,textarea{
    border:none;
    outline: none;
    font-size: 14px;
    color: #333;
}

@keyframes wave{
    0%{
        opacity: 0;
        transform: translateY(0);
    }
    30%{
        opacity:.2;
        transform: translateY(35px);
    }
    100%{
        opacity: 1;
        transform: none;
    }
}
.wave{
    animation-name: wave;
    animation-fill-mode: both;
    animation-timing-function:ease-out;
    animation-duration: .8s;
}
.wave:nth-child(2){
    animation-delay:.1s;
}
.wave:nth-child(3){
    animation-delay:.2s;
}
.wave:nth-child(4){
    animation-delay:.3s;
}
.wave:nth-child(5){
    animation-delay:.4s;
}
.wave:nth-child(6){
    animation-delay:.5s;
}
@keyframes i5wave{
    0%{
        opacity: 0;
        transform: translateY(120px);
    }
    70%{
        opacity:.7;
        transform: translateY(-20px);
    }
    100%{
        opacity: 1;
        transform: none;
    }
}
.i5wave{
    animation-name: i5wave;
    animation-fill-mode: both;
    animation-timing-function:ease-out;
    animation-duration: .8s;
}
.i5wave:nth-child(2){
    animation-delay:.1s;
}
.i5wave:nth-child(3){
    animation-delay:.2s;
}
.i5wave:nth-child(4){
    animation-delay:.3s;
}
.i5wave:nth-child(5){
    animation-delay:.4s;
}

.page{display:flex; color:#303030;align-items: center;justify-content: center;}
.page_turner {padding:20px 0px 0px 1px;clear:both;}
.page_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}

.page1{float:right;text-align:left;margin:10px 30px;display:inline;}
.page1_turner {padding:4px 0px 0px 1px;float:left;clear:both;}
.page1_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page1_turner a:link, .page_turner a:visited { text-decoration:none; }
.page1_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}
.page::after{content:"";display: block;clear: both;}


.container_m{
    width: 83.33vw;
    margin:0 auto;
}
/*header*/
header{
    width:83.33vw;
    height:7.29vw;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .wap{
    display: none;
}
header .left img{
    width:16.15vw;
}
header .pc .topmsg{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .pc .topmsg a{
    font-size:1.4rem;
    color:#808080;
    line-height: 1;
}
header .pc .topmsg a:nth-child(2){
    position: relative;
    margin:0 1.875vw;
}
header .pc .topmsg a:nth-child(2)::before{
    content:"";
    display: block;
    width:2px;
    background-color:#a7a7a7;
    position: absolute;
    top:-1px;
    bottom:-1px;
    left:-0.9375vw;
}
header .pc .topmsg a:nth-child(2)::after{
    content:"";
    display: block;
    width:2px;
    background-color:#a7a7a7;
    position: absolute;
    top:-1px;
    bottom:-1px;
    right:-0.9375vw;
}
header .pc .topform{
    min-width:100%;
    margin-top:1rem;
    width: 15.26vw;
    height:1.875vw;
    border:1px solid #e6e6e6;
    border-radius:.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .pc .topform input[type="text"]{
    flex:1;
    height:100%;
    padding-left:1rem;
}
header .pc .topform input[type="submit"]{
    width:2.6vw;
    height:100%;
    background:url(../image/icon_search.png) center center / 1.04vw no-repeat;
}
.navbtn{
    display: block;
    width: 2.5rem;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    z-index: 10;
}
.navbtn b{
    display: block;
    height: .4rem;
    background-color: #d7000e;
    margin: .4rem 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.navbtn.on b{
    margin: -0.4rem 0 0;
    width: 2.5rem;
}
.navbtn.on b:nth-child(1){
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.navbtn.on b:nth-child(2){
    display: none;
}
.navbtn.on b:nth-child(3){
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.wap .nav{
    display: none;
    position: fixed;
    top: 7rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
    height: auto;
    padding: 0 20%;
}
.wap .nav.on{
    display: block;
}
.formwap{
    width: 100%;
    height: 3rem;
    margin: 1rem 0;
    line-height: 3rem;
    border-radius: .5rem;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.formwap input[type="text"]{
    padding-left:10px;
    flex:1;
    height:100%;
}
.formwap input[type="submit"]{
    width:3.5rem;
    height:100%;
    background: url(../image/icon_s.png) center center / 60% no-repeat;
}
.navwrap_pc_wrap{
    overflow:hidden;
    width:100%;
    height:3.125vw;
    background:url(../image/bg_nav.png) center center no-repeat;
}
.navwrap_pc{
    width:83.33vw;
    height:100%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navwrap_pc li{
    flex:1;
    height: 100%;
    position: relative;
}
.navwrap_pc li::before{
    content:"";
    display: block;
    width:1px;
    height:33.33%;
    background-color:#cccccc;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.navwrap_pc li:last-child::after{
    content:"";
    display: block;
    width:1px;
    height:33.33%;
    background-color:#cccccc;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}
.navwrap_pc li a{
    display: block;
    height: 100%;
    font-size:1.8rem;
    color: #fff;
    line-height: 3.125vw;
    text-align: center;
}
.navwrap_pc li.on a{
    position: relative;
}
.navwrap_pc li.on a::after{
    content:"";
    display: block;
    width:11px;
    height: 11px;
    background-color:#fff;
    position: absolute;
    bottom:-10px;
    left:50%;
    transform: rotate(45deg) translateX(-50%);
}
.navwrap_pc li a:hover{
    background:url(../image/nav_h.jpg) center center no-repeat;
}
.navwrap_wap li a{
    display: block;
    font-size: 1rem;
    color: #333;
    font-weight: 700;
    text-align: center;
    line-height: 2.3;
    border-top: 1px solid #e5e5e5;
}
.navwrap_wap li.on a{
    color:#d7000f;
}
.navwrap_wap li:first-child a{
    border-top:none;
}
.bannerwrap{
    width:83.33vw;
    margin:1.822vw auto 2.865vw; 
}
.bannerwrap img{
    width:100%;
}
#indexbanner .swiper-pagination{
    bottom:18px;
}
.bannerbullet{
    display: inline-block;
    width:8px;
    height:8px;
    margin:0 4px;
    border-radius:50%;
    background-color:#d7000f;
    opacity:.5;
}
.bannerbullet_active{
    opacity:1;
}

/*footer*/
footer{
    width:100%;
    height:17.96875vw;
    padding-top:2.96875vw;
    background-color:#c9c9c9;
}
.ft_top{
    height:8.49vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft1{
    width:11.46vw;
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.ft1 a{
    width:50%;
    font-size:1.8rem;
    color: #333333;
    line-height:1.5;
    text-align: center;
    white-space: nowrap;
}
.ft2{
    width:35.42vw;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
    margin:0 6.5625vw 0 10.26vw;
}
.ft2 img{
    width:20.83vw;
}
.ft3{
    width:14.375vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ft3 .item{
    width:6.198vw;
    text-align: center;
}
.ft3 .item img{
    width:100%;
}
.ft3 .item p{
    font-size:1.8rem;
    color:#333333;
    line-height: 1;
    margin-top:1rem;
    white-space: nowrap;
}
.ft_end{
    margin-top:4.17vw;
    text-align: center;
}
.ft_end > *{
    font-size:1.8rem;
    color:#545454;
    line-height: 1;
}

/*index*/
.wrapper{
    width:83.33vw;
    margin:0 auto;
}
.index1{
    width:100%;
    display: flex;
    align-items:stretch;
    justify-content: space-between;
    flex-wrap:wrap;
}
.i1_1{
    width:31.25vw;
    position: relative;
}
.i1_2{
    width:23.4375vw;
}
.i1_3{
    width:23.4375vw;
}
.pagi_news{
    position: absolute;
    height:3.125vw;
    padding-right:13px;
    bottom:0;
    left:0;
    right:0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index:5;
}
.newsbullet{
    width:1.09375vw;
    height:1.09375vw;
    background: #999999;
    font-size:1.6rem;
    color:#ffffff;
    line-height:1.09375vw;
    text-align: center;
    margin:0 4px;
    font-family: "Arial";
}
.newsbullet_active{
    background-color: #d7000f;
}
#swiper_news .swiper-slide{
    position: relative;
}
#swiper_news .title{
    position: absolute;
    height:3.125vw;
    padding-left:1.5625vw;
    bottom:0;
    left:0;
    right:0;
    display: flex;
    align-items: center;
    z-index:8;
    background:rgba(0,0,0,.4);
}
#swiper_news .title a{
    font-size:2rem;
    color:#ffffff;
    font-weight: bold;
    width:15.625vw;
}
#swiper_news img{
    width:100%; 
}
.i1_2 .titlewrap{
    height:1.979vw;
    margin-bottom:1.354vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.i1_2 .titlewrap span{
    font-size:2rem;
    color: #545454;
    line-height: 1;
    cursor: pointer;
}
.i1_2 .titlewrap span:hover{
    font-weight: bold;
    color:#d7000f;
    position: relative;
}
.i1_2 .titlewrap span:hover::after{
    content:"";
    display: block;
    width:100%;
    height:.4rem;
    position: absolute;
    bottom: -1.3rem;
    background-color:#d7000f;
}
.i1_2 .titlewrap span.on{
    font-weight: bold;
    color:#d7000f;
    position: relative;
}
.i1_2 .titlewrap span.on::after{
    content:"";
    display: block;
    width:100%;
    height:.4rem;
    position: absolute;
    bottom: -1.3rem;
    background-color:#d7000f;
}
.i1_2 .wrap{
    display: none;
}
.i1_2 .wrap.on{
    display: block;
}
.i1_2 .contentwrap .item{
    height:2.552vw;
    display: flex;
    align-items: center;
    border-bottom:1px dashed #e6e6e6;
}
.i1_2 .contentwrap .item::before{
    content:"";
    display: block;
    width:.3125vw;
    height:.3125vw;
    background-color:#333333;
    border-radius:50%;
    margin-right:1.4rem;
}
.i1_2 .contentwrap .item a{
    width:60%;
    font-size:1.6rem;
    color:#666666;
}
.i1_2 .contentwrap .item span{
    font-size:1.4rem;
    color:#999999;
    margin-left:auto;
}
.i1_3 .title{
    width:100%;
    height: 3.125vw;
    background: #d7000f;
    display: flex;
    align-items: center;
    padding-left:1.5625vw;
}
.i1_3 .title span{
    font-size: 2.4rem;
    color:#ffffff;
    font-weight: bold;
}
.i1_3 .content{
    height:15.625vw;
    background-color:#e6e6e6;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.i1_3 .content img{
    width:20.05vw;
    margin:0.365vw 0;
}
.index2{
    width:100%;
    height:37.5vw;
    margin-top:3.8vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index2 .item{
    width:39.79vw;
}
.index2 .title{
    width:100%;
    height: 4.48vw;
    margin-bottom:1.15vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #e6e6e6;
}
.index2 .title span{
    font-size:3rem;
    color:#333333;
    font-weight: bold;
    cursor:pointer;
    margin-right:2.1875vw;
    position: relative;
}
.index2 .title span:not(:first-child)::before{
    content:"";
    width:2px;
    height:1.71875vw;
    background-color:#333;
    position: absolute;
    left:-1.09375vw;
    top:50%;
    transform: translateY(-50%);
}
.index2 .title .left{
    display: flex;
    align-items: center;
}
.index2 .title .sline{
    width:2px;
    height:1.71875vw;
    background-color:#333;
    margin:0 1.09375vw;
}
.index2 .title span.on{
    color:#d7000e;
}
.index2 .title span:hover{
    color:#d7000e;
}
.index2 .title .more{
    width:1.5625vw;
    height:1.5625vw;
    background:url(../image/more.png) center center / contain;
}
.indexabout img{
    width:100%;
    margin-bottom: 1.5625vw;
}
.indexabout div p{
    font-size:2.4rem;
    color:#333333;
    line-height:3.4rem;
}
.index2 .shartline{
    width:1px;
    height:100%;
    background-color:#d9d9d9;
}
.indexnews .wrap{
    display: none;
}
.indexnews .wrap.on{
    display: block;
}
.indexnews .firstitem{
    border-bottom: 1px dashed #e6e6e6;
}
.indexnews .firstitem .img{
    display: block;
    position: relative;
}
.indexnews .firstitem .img::after{
    content:"";
    display: block;
    width:4.84375vw;
    height:4.84375vw;
    background-image: url(../image/play.png);
    background-size: contain;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.indexnews .firstitem .img img{
    vertical-align: top;
    width:100%;
}
.indexnews .firstitem .line_1{
    display: block;
    width:100%;
    font-size:2.4rem;
    color:#333333;
    line-height:3.59375vw;
}
.i3list{
    margin-top:.67vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.i3list a{
    display: block;
    width: 100%;
    font-size:2.4rem;
    color:#333333;
    line-height:2;
    padding-left:2.083vw;
    position: relative;
}
.i3list a::before{
    content:"";
    display: block;
    width:0.417vw;
    height:0.417vw;
    background-color:#d7000e;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.index4{
    margin-bottom:4.01vw;
}
.index4 .title{
    height: 9.583vw;
    background: url(../image/bg_index4.jpg) center center / 100% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index4 .title span{
    font-size:3.6rem;
    color:#d7000f;
}
.index4 .content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.index4 .content .item{
    width:40.625vw;
    position: relative;
}
.index4 .content img{
    width:100%;
    vertical-align: top;
}
.index4 .content p{
    height:4.167vw;
    background-color: #d7000f;
    text-align: center;
    line-height: 4.167vw;
    font-size:3.2rem;
    color:#ffffff;
}
/*child*/
.childwrap{
    width:83.33vw;
    margin:0 auto 2.5vw;
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
}
.childbanner{
    width:83.33vw;
    margin:1.822vw auto 1.822vw;
}
.childbanner img{
    vertical-align: top;
    width: 100%;
}
.breadwrap{
    width:100%;
    margin-bottom:1.5vw;
}
.breadwrap *{
    font-size:1.8rem;
    color: #676767;
    line-height: 2;
}
.breadwrap a::after{
    content:">";
    margin:0 5px;
}
.breadwrap span:last-child{
    color:#d7000f;
}
.childsortswrap{
    width:22.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.childsortswrap .title{
    width:100%;
    height:2.5vw;
    display: flex;
    align-items: center;
    background-color:#d7000f;
    color:#fff;
    padding-left:24%;
    font-size:1.8rem;
    font-weight: bold;
}
.childsortswrap .title::before{
    content:"";
    display: block;
    width:0.2083vw;
    height:1.2vw;
    background-color: #fff;
    border-radius:.1vw;
    margin-right:.8vw;
}
.childsorts{
    width:100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}
.childsorts a{
    display: flex;
    align-items: center;
    height:2.5vw;
    width:100%;
    padding-left:29%;
    background:url(../image/list.png) left 24% center no-repeat;
    font-size:1.4rem;
    color:#3f3e3e;
    font-weight: bold;
    border-bottom:1px solid #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.childsorts a.on{
    color:#d7000f;
}
.childsorts a:hover{
    color:#d7000f;
}
.childcontainer{
    width:77.5%;
    padding:2.5vw;
    border:1px solid #dcdcdc;
}
.childcontainer .title{
    font-size:1.8rem;
    font-weight: bold;
    height:2.5vw;
    margin-bottom:1.5vw;
    background:url(../image/bg_title.jpg) bottom / 100% auto no-repeat;
}
.c_newsitem{
    width:100%;
    height:2.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e6e6e6;
}
.c_newsitem a{
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:1.5vw;
    background:url(../image/news.gif) left center no-repeat;
}
.article_title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.article_info{
    display: flex;
    justify-content: center;
    align-items: center;
    height:28px;
    background-color:#999;
    margin:15px 0;
}
.article_info span{
    font-size:13px;
    margin:0 13px;
    color:#fff;
}
.article_others{
    margin-top:20px;
    padding:20px 0;
    border-top: 1px dashed #333;
}
.article_others a{
    line-height:25px;
    font-size:14px;
}
.article_content{
    margin-top:15px;
}
.backlist{
    background-color:#fff;
    color:#fff;
    padding:5px 10px;
    border:1px solid #d7000f;
    color:#d7000f;
}
.backlist:hover{
    background:#d7000f;
    color:#fff;
}
.childpro,.childpic{
    display: flex;
    flex-wrap: wrap;
}
.proitem{
    width:33%;
    padding:20px 20px 0;
    border:1px solid #eeeeee;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
.proitem:nth-child(3n+2){
    margin: 0 0.5% 20px;
}
.proitem:hover{
    border-color:#d7000f;
}
.proitem img{
    width:100%;
    height:82%;
}
.proitem p{
    font-size:14px;
    color:#333333;
    line-height:45px;
    text-align: center;
}
.picitem{
    width:420px;
    padding:20px 20px 0;
    border:1px solid #eeeeee;
    margin-bottom:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
.picitem:nth-child(3n+2){
    margin: 0 30px 20px;
}
.picitem:hover{
    border-color:#0a408a;
}
.picitem img{
    width:100%;
}
.picitem p{
    font-size:14px;
    color:#333333;
    line-height:45px;
    text-align: center;
}
.childmessage{
    padding:0 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.msgform{
    width:70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.msgitem{
    margin-bottom:1.5rem;
}
.msgitem p{
    font-size:1.4rem;
    line-height:1.5;
    color:#5a5a5a;
    margin-bottom:.5vw;
}
.msgcode p{
    font-size:1.4rem;
    line-height:1.5;
    color:#5a5a5a;
}
.msgitem input{
    width:100%;
    height:2vw;
    padding-left:15px;
    border:1px solid #c1c1c1;
    outline:none;
}
.msgitem textarea{
    width:100%;
    height: 5vw;
    border:1px solid #c1c1c1;
    outline:none;
    resize: none;
    line-height:2vw;
}
.msgcode{
    display: flex;
    height:2vw;
    align-items: center;
    margin-bottom:1.5rem;
}
.msgcode input{
    width:120px;
    height:100%;
    border:1px solid #c1c1c1;
    outline:none;
    margin:0 20px;
    padding-left:15px;
}
.msgform input[type="submit"]{
    width:100%;
    height:2vw;
    border:none;
    outline:none;
    color:#fff;
    background-color: #d7000f;
    cursor: pointer;
    font-size: 1.4rem;
}
.jobtitle{
    width:100%; height:5vw; 
    line-height:5vw; 
    padding-left:4vw; 
    background:#696969; 
    font-size:2.4rem; 
    color:#FFFFFF; 
    display:block
}
.recruitment{
    width:100%;
    margin-bottom:1.5vw;
    text-align:center;
}
.recruitment tr th{
    line-height:2.3;
    font-size:1.5rem;
    background-color:#f5f5f5;
    color: #696969;
    font-weight: bold;
}
.recruitment tr td{
    font-size:1.2rem;
    line-height:2.5;
}
.recruitment tr td:nth-child(1){
    font-weight:bold;
}
.imgnewswrap{
    width:100%;
    padding:1rem 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.imgnewswrap:not(:last-child){
    border-bottom:1px solid #ccc;
}
.imgnewswrap .img{
    width:30%;
}
.imgnewswrap .img img{
    width: 100%;
}
.imgnewswrap .right{
    flex:1;
    padding-left:1rem;
}
.imgnewswrap .title{
    font-size:1.8rem;
    font-weight: bold;
    background: none;
}
.imgnewswrap .right .content{
    font-size:1.4rem;
    line-height: 1.8;
    margin-top:1.2rem;
}

