/*public*/
html{background:#FFF;overflow-x:hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p{margin:0;padding:0;}
img{border:0;}
ol,ul{list-style:none;}
h1,h2,h3{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}
legend{color:#000;}
a{color:inherit;text-decoration:none;}
button{
    border:none!important;
    outline: none;
}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
/*******CSS reset*************/
body{position:relative;z-index:-2;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
@font-face {
    font-family:'zhenyan';
    src:url('../font/zhenyan.ttf');
}
@font-face {
    font-family:'syst';
    src:url('../font/SourceHanSerifCN-Heavy.ttf');
}
main{
    background: #fff;
    width: 100%;
}
.page{
    margin-bottom: 3vw;
}
.page a,.page span{
    display: inline-block;
    background: #577ab2;
    color: #fff;
    padding:6px;
    min-width: 36px;
    text-align: center;
}
.page .current{
    background: #30558f;
}
.page select{
    display:none;
}
.clear:after{
    display:block;
    content: '';
    clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.img_jz{
    position: relative;
    overflow: hidden;
    display: block;
}
.img_jz>img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.hidden{display:none;}
.warpper{
    width: 1400px;
    margin:0 auto;
}
/*public--end*/
.navbg{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:36px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.navbgchange{
    background: #fff;
}
.nav_left{
    float:left;
    margin-right: 20px;
}
.nav_left .logos{
    display: none;
}
.navbgchange .nav_left .logo {
    display: none;
}
.navbgchange .nav_left .logos {
    display: block;
}
.nav{
    float:left;
    width: 53%;
    display:flex;
    justify-content: space-between;
}

.nav li>a{
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    display:block;
    line-height: 62px;
    padding-bottom: 23px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position: relative;
}
.navbgchange .nav li>a{
    color: #333;
}
.nav li>a:before{
    display:block;
    content:"";
    width:100%; height:2px;
    background: #d71718;
    position:absolute; left:0; bottom:-1px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;
}
.nav li>a:hover{
    color: #d71718;
}
.nav li>a:hover:before,.nav #thyNavStyle>a:before{
    transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;
}
.navlist>ul:after{
    display: block;
    content: '';
    clear: both;
}
.navlist_pro{
    padding-bottom: 35px;
}
.navlist_pro a:hover{
    color: #d71718;
}
.navshow{
    background: rgba(255, 255, 255, 0.95);
    width:100%;
    display:block;
    position: fixed;
    top:121px;
    left:0;
    z-index: 99;
}
.navlist{
    display: none;
    padding-top: 2.6vw;
    padding-bottom: 4.8vw;
}
.navlist ul li{
    float:left;
    width: 21%;
    margin-right:2%;
    margin-bottom: 13px;
}
.navlist ul li>a:hover,.navlist ul li>a.heightlight{
    color: #d71718;
}

.navlist ul li:last-of-type{
    margin-right: 0;
}
.navlist ul li>a{
    display:block;
    font-size: 16px;
    color: #434343;
    padding-bottom: 17px;
    margin-bottom:2px;
    position: relative;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.navlist ul li>a:before,.navlist ul li>a:after{
    display: block;
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    height: 1px;
    background: #c1c1c1;
    width: 100%;
}
.navlist ul li>a:after{
    width: 30px;
    background: #d71718;
}
.navlist ul li>div a{
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #696969;
    font-weight: lighter;
}

.tel{
    float:right;
    line-height: 41px;
    font-size: 24px;
    padding-left: 44px;
    font-weight: bold;
    color: #d71718;
    background: url("../images/tel.png") no-repeat left center;
    margin-top: 15px;
}
.navbgchange .tel{
    background: url("../images/tels.png") no-repeat left center;
}
/*phone nav*/
.publicnavhead{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 10000;
}
.publicnavhead .warpper{
    display:flex;
    height: 55px;
    justify-content: space-between;
    align-items: center;
}

.navbgchange .phone_icon i{
    background: #000;
}
.phone_icon{
    float:right;
    position: fixed;
    right:2%;
    top:35px;
    width:32px;
    height: 17px;
    background:none;
}
.phone_icon i{
    display:block;
    position: absolute;
    background: #fff;
    height: 2px;
    right:0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.phone_icon i:first-of-type{  width: 47%;top:0;}
.phone_icon i:nth-of-type(2){  width: 73%;top:calc(50% - 1px);}
.phone_icon i:last-of-type{  width: 100%;bottom:0;}
.phone_icon_click i:first-of-type{  width: 100%;top:0;}
.phone_icon_click i:nth-of-type(2){  width: 73%;top:calc(50% - 1px);}
.phone_icon_click i:last-of-type{  width: 47%;bottom:0;}

.phone_menu a.mlnphonestyle{
    background: #aa0e1d;
}
.phone_proshow{
    display:none;
    position: fixed;
    width:100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.94);
    z-index: 10001;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:4% 2%;
}
.clickphone{
    width:100%;
    height: 100%;
    overflow-y: scroll;
    display:none;
    padding-right:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clickphone>a{
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 15px;
    left: 2%;
    background: #bd1121;
    padding: 5px 13px;
    letter-spacing: 2px;
    font-weight: lighter;
}
.clickphone div{
    border: 1px solid #807e7e;
    padding: 2%;
    padding-top: 4%;
    margin-bottom: 2vw;
}
.clickphone div>a{
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: lighter;
    margin-bottom: 9px;
}

/*phonemenu*/
.phone_nav{
    position: fixed;
    top:81px;
    box-shadow: 0px 7px 6px #cecece;
    right:-220px;
    background: #fff;
    width:220px;
    height:100%;
    overflow-y:auto;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.phone_nav>li{
    border-bottom: 1px solid #274576;
}
.phone_nav>li>p,.phone_nav>li>a{
    line-height: 52px;
    height: 52px;
    color: #fff;
    width: 100%;
    background: #30558f;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:20px;
    position: relative;
}
.phone_nav>li>p a{
    display: block;
    width:183px;
}
.phone_nav>li>p>span{
    position: absolute;
    right:3px;
    top:0;
    height: 100%;
    display: block;
    width:37px;
    background: url("../images/down.png") no-repeat center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.phone_nav>li>p>span.phorotatejt{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.phone_nav>li>div{
    display:none;
}
.phone_nav>li>div a{
    display:block;
    font-size: 14px;
    padding-left: 30px;
    line-height: 35px;
    color: #ffffff;
    background: #5674a3;
    border-bottom: 1px solid #667fb2;
}
.phone_nav>li div.pho_pro_sec a{
    padding-left: 42px;
    font-size: 13px;
}
/*修改phone scroll样式*/

.phone_nav::-webkit-scrollbar{
    width:2px;
    height:2px;
    /**/
}
.phone_nav::-webkit-scrollbar-track{
    background:#30558f;
    border-radius:1px;
}
.phone_nav::-webkit-scrollbar-thumb{
    background: #fff;
    border-radius:10px;
}
.phone_nav::-webkit-scrollbar-thumb:hover{
    background: #333;
}
.phone_nav::-webkit-scrollbar-corner{
    background: transparent;
}


/*banner*/
#banner{
    overflow: hidden;
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: -1;
}
.banner_text{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
}
.banner_text_cont{
    overflow: hidden;
    width: 736px;
}
.banner_text_cont h1{
    color: #fff;
    font-size: 43px;
    font-weight: bold;
    font-family: "syst",宋体;
}
.banner_text_cont small{overflow: hidden;
    height: 46px;
    margin-bottom: 22px;
    margin-top: 5px;
    display: block;
}
.banner_text_cont small p{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: lighter;
}
.banner_text_cont span{
    background: #d71718 url("../images/jt.png") no-repeat 131px center;
    display: block;
    width: 168px;
    line-height: 42px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:26px;
}
.banner_text_cont i{
    display: block;
    position: absolute;
    margin-top:10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.swiper-banner{
    width: 100%;
    height: 100%;
}
.swiper-banner .swiper-slide a{
    width: 100%;
    height: 100%;
}
.swiper-banner .swiper-slide a>img{
    min-height: 100%;
}
.swiper-banner .swiper-slide a .warpper{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
}
.banner_num{
    float:right;
    height: 110px;
    text-align: right;
    overflow: hidden;
}
.banner_num h3{
    font-size: 42px;
    color: #fff;
    line-height: 37px;
    opacity: 0;
    -webkit-transition: 350ms 0.3s all ease;
    -moz-transition: 350ms 0.3s all ease;
    -ms-transition: 350ms 0.3s all ease;
    -o-transition: 350ms 0.3s all ease;
    transition: 350ms 0.3s all linear;
    -webkit-transform: translateY(-37px);
    -moz-transform: translateY(-37px);
    -ms-transform: translateY(-37px);
    -o-transform: translateY(-37px);
    transform: translateY(-37px);
}
.banner_num b{
    display: block;
    width: 52px;
    margin-left:auto;
    margin-right: 0;
    height: 4px;
    background: #d71718;
    margin-top: 11px;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: 350ms 0.35s all ease;
    -moz-transition: 350ms 0.35s all ease;
    -ms-transition: 350ms 0.35s all ease;
    -o-transition: 350ms 0.35s all ease;
    transition: 350ms 0.35s all ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.banner_num small{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: 350ms 0.4s all ease;
    -moz-transition: 350ms 0.4s all ease;
    -ms-transition: 350ms 0.4s all ease;
    -o-transition: 350ms 0.4s all ease;
    transition: 350ms 0.4s all ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.ani-slide .banner_num small,.ani-slide .banner_num b{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity:1;
}
.ani-slide .banner_num h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.swiper-banner .swiper-pagination span{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    margin-left: 8px;
}
.swiper-banner .swiper-pagination span.swiper-pagination-bullet-active{
    background: #d71718;
}
.swiper-pagination-bg{
    position: absolute;
    bottom:29%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
.swiper-banner .swiper-pagination{
    bottom:0;
    right: 0;
}
.indeapply{
    display: block;
    height: 126px;
    position: absolute;
    bottom:6%;
    left:50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.indeapply>b{
    float:left;
    height: 100%;
    width: 17%;
}
.indeapply>b>img{
    height:100%;
}
.indeapply:hover>b img{
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    -moz-transform: translate(-50%,-50%) scale(1.03);
    -ms-transform: translate(-50%,-50%) scale(1.03);
    -o-transform: translate(-50%,-50%) scale(1.03);
    transform: translate(-50%,-50%) scale(1.03);
}
.indeapply>div{
    float:right;
    height: 100%;
    width: 80%;
    background:#fff url("../images/jt_icon.png") no-repeat 95% center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:2.8% 3.5%;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.indeapply>div p{
    font-size: 18px;
    color: #555555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
     -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.indeapply>div small{
    display: block;
    margin-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #a2a2a2;
     -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.indeapply:hover>div p{
    color: #d71718;
}
/*title*/
.title{
    padding-bottom: 40px;
}
.title>div{
    float:left;
}
.title small{
    font-size: 14px;
    color: #434343;
    text-transform: uppercase;
}
.title h5{
    font-weight: bold;
    font-size: 32px;
    color: #434343;
    font-family: "syst",宋体;
    line-height: 54px;
}
.title b{
    display: block;
    background: #d71718;
    width: 33px;
    height: 2px;
}
.more{
    display: block;
    text-transform: uppercase;
    float:right;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 144px;
    margin-top: 30px;
    line-height: 44px;
    background: #d71718;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

.more::before, .more::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.more::before {
    background: rgba(63, 81, 181, 0.45);
    -webkit-transition: 300ms 0.25s all ease;
    -moz-transition: 300ms 0.25s all ease;
    -ms-transition: 300ms 0.25s all ease;
    -o-transition: 300ms 0.25s all ease;
    transition: 300ms 0.25s all ease;
}
.more::after {
    background: #3f51b5;
}
.more:hover {
    color: #fff;
}
.more:hover::before{
    -webkit-transition: 300ms 0.25s all ease;
    -moz-transition: 300ms 0.25s all ease;
    -ms-transition: 300ms 0.25s all ease;
    -o-transition: 300ms 0.25s all ease;
    transition: 300ms 0.25s all ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.more:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

/*product*/
.productbg{
    background: #fff url("../images/probg.png") no-repeat right bottom;
    padding-top: 99px;
    padding-bottom: 100px;
}
.pro_cont a{
    display: block;
    width: 100%;
    background: #fff;
}
.pro_cont a>b{
    width:100%;
    height: 280px;
    background: #fff;
}
.pro_cont a>b>img{
    /*width: 100%;*/
    height: 100%;
}
.pro_cont a>b>div{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
}
.pro_cont a>b>div i{
    display:block;
    position: absolute;
    background: #d71718;
    -webkit-transition: 450ms 0s all linear;
    -moz-transition: 450ms 0s all linear;
    -ms-transition: 450ms 0s all linear;
    -o-transition: 450ms 0s all linear;
    transition: 450ms 0s all linear;
}
.pro_cont a>b>div i:first-of-type,.pro_cont a>b>div i:nth-of-type(3){ width:0;height:2px;}
.pro_cont a>b>div i:nth-of-type(1){
    left:20px;
    top:30px;
}
.pro_cont a>b>div i:nth-of-type(3){
    right:20px;  bottom:30px;
}
.pro_cont a:hover>b>div i:first-of-type,.pro_cont a:hover>b>div i:nth-of-type(3) { width:413px;}
.pro_cont a>b>div i:nth-of-type(2),.pro_cont a>b>div i:nth-of-type(4){ height:0;width:2px;}
.pro_cont a>b>div i:nth-of-type(2){
    top:21px;
    left:35px;
}
.pro_cont a>b>div i:nth-of-type(4){
    bottom:21px;
    right:35px;
}
.pro_cont a:hover>b>div i:nth-of-type(2),.pro_cont a:hover>b>div i:nth-of-type(4) { height:237px;}
.pro_cont a:hover>b>div {
    opacity: 1;
}
.pro_cont a>p{
    width:100%;
    font-size: 16px;
    color: #434343;
    height: 66px;
    display:flex;
    align-items: center;
    padding:0 18px;
    padding-right: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#f5f5f5 url("../images/linkicon.png") no-repeat 95% center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.pro_cont a:hover>p{
    color: #fff;
    background:#d71718 url("../images/linkicons.png") no-repeat 95% center;

}

.product{
    position: relative;
}
.product .swiper-button-next{
    background: #d71718;
    width: 50px;
    height: 125px;
    text-align: center;
    right:-75px;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product .swiper-button-prev{
    width: 50px;
    height: 125px;
    text-align: center;
    left:-75px;
    opacity: 1;
    background: #d71718;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product .swiper-button-prev:focus,.product .swiper-button-next:focus{
    outline:none;
}
.product .swiper-button-prev:after,.product .swiper-button-next:after{
    color: #fff;
    font-size: 20px;
}
.product .swiper-button-prev.swiper-button-disabled:after,.product .swiper-button-next.swiper-button-disabled:after{
    color: #838383;
    font-size: 20px;
}
.product .swiper-button-prev.swiper-button-disabled,.product .swiper-button-next.swiper-button-disabled{
    background: #f5f5f5;
}

/*apply*/
.applybg{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f3f3f3;
}
.apply_left{
    float:left;
    width: 45.8%;
}
.gallery-app-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 53px;
    height: 433px;
}
.gallery-app-left .swiper-pagination{
    bottom: 20px;
    left: 0;
    top: initial;
    width: 89%;
    height: 2px;
}
.gallery-app-left .swiper-pagination-progressbar-fill {
    background:#d71718;
}
.gallery-app-left .swiper-button-next{
    bottom:0;
    top: initial;
    right: 0;
    width: 12px;
}
.gallery-app-left .swiper-button-prev {
    bottom:0;
    top: initial;
    right:38px;
    left:initial;
    width: 12px;
}
.gallery-app-left .swiper-button-next:after,.gallery-app-left .swiper-button-prev:after{
    color: #828282;
    font-size: 21px;
}
.gallery-app-left .swiper-slide a{
    display: block;
    width:100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.gallery-app-left .swiper-slide a img{
    position: absolute;
    min-width: 100%;
    height: 100%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.apply_right{
    float:right;
    width: 49.5%;
}
.apply_right .title{
    padding-bottom: 8px;
}
.app_text{
    margin-bottom: 18px;
}
.app_text>small{
    display:none;
    font-size: 14px;
    line-height: 22px;
    color: #686868;
    font-weight: lighter;
}
.gallery-app-right{
    height: 192px;
}
.gallery-app-right .swiper-slide{
    background: #fff;
    text-align: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.gallery-app-right .swiper-slide:hover {
    background: #d71718;
}
.gallery-app-right .swiper-slide b{
    display: block;
    width: 100%;
    height: 65px;
    margin-top: 26px;
    margin-bottom: 7px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.gallery-app-right .swiper-slide:first-of-type b{
    background: url("../images/appicon01.png") no-repeat center;
}
.gallery-app-right .swiper-slide:first-of-type:hover b{
    background: url("../images/appicon01s.png") no-repeat center;
}
.gallery-app-right .swiper-slide:nth-of-type(2) b{background: url("../images/appicon02.png") no-repeat center;}
.gallery-app-right .swiper-slide:nth-of-type(2):hover b{background: url("../images/appicon02s.png") no-repeat center;}
.gallery-app-right .swiper-slide:nth-of-type(3) b{background: url("../images/appicon03.png") no-repeat center;}
.gallery-app-right .swiper-slide:nth-of-type(3):hover b{background: url("../images/appicon03s.png") no-repeat center;}
.gallery-app-right .swiper-slide:nth-of-type(4) b{background: url("../images/appicon04.png") no-repeat center;}
.gallery-app-right .swiper-slide:nth-of-type(4):hover b{background: url("../images/appicon04s.png") no-repeat center;}
.gallery-app-right .swiper-slide:nth-of-type(5) b{background: url("../images/appicon05.png") no-repeat center;}
.gallery-app-right .swiper-slide:nth-of-type(5):hover b{background: url("../images/appicon05s.png") no-repeat center;}
.gallery-app-right .swiper-slide p{
    font-size: 15px;
    color: #747474;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.gallery-app-right .swiper-slide small{
    font-size: 12px;
    color: #747474;
    font-weight: lighter;
    text-transform: uppercase;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    margin-bottom: 26px;
    display: block;
}
.gallery-app-right .swiper-slide i{
    display: block;
    width: 20px;
    height: 2px;
    background: #5f5f5f;
    margin:0 auto;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.gallery-app-right .swiper-slide:hover p,.gallery-app-right .swiper-slide:hover small{
    color: #fff;
}
.gallery-app-right .swiper-slide:hover i{
    background: #fff;
}
.apply_right .more{
    width: 100%;
    height: 50px;
    line-height: 50px;
}

/*college*/
.collegebg{
    background: url("../images/college.jpg") no-repeat center;
    width: 100%;
    height: 536px;
}
.college .title small{
    color: #fff;
    width: 100%;
}
.college .title h5{
    color: #fff;
    width: 100%;
}
.collegebg .warpper{
    display:flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    height: 100%;
}
.collegebg .college{
    width: 39%;
}
.college>small{
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 22px;
    display: block;
    margin-bottom: 25px;
}
.collhref{
    margin-bottom: 34px;
}
.collhref a{
    float:left;
    display: block;
    text-align: center;
    width: 123px;
    height: 46px;
    margin-bottom: 10px;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    margin-right:7px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position: relative;
    overflow: hidden;
}
.collhref a:before{
    position: absolute;
    content: '';
    display: block;
    top:50%;
    left:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border:1px solid #fff;
    width:100%;
    height: 100%;
    -webkit-transition: 400ms 0s all linear;
    -moz-transition: 400ms 0s all linear;
    -ms-transition: 400ms 0s all linear;
    -o-transition: 400ms 0s all linear;
    transition: 400ms 0s all linear;
}
.collhref a span{
    position: absolute;
    display: block;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.collhref a:hover:before{
    width: 1px;
    height: 1px;
    border-top:23px solid #d71718;
    border-bottom:23px solid #d71718;
    border-left:73.5px solid #d71718;
    border-right:73.5px solid #d71718;
}
.tel02{
    color: #fff;
    background: url("../images/tel.png") no-repeat left bottom;
    padding-left:38px;
    font-weight: lighter;
    padding-bottom: 5px;
}
.tel02 span{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
/*download*/
.download a>div svg{
    width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:0%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.download a>div svg rect{
    stroke-width: 3px;
    fill: transparent;
    stroke: transparent;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -220;
    transition: 1s all linear
}
.download a>div:hover svg rect {
    stroke-dasharray: 0 0;
    stroke-dashoffset: 0;
    stroke: #d71718;
    fill: #d71718;
}


.download a>div:before{
    position: absolute;
    content: '';
    top:50%;
    left:0%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.download a>div:after{
    position: absolute;
    content: '';
    left:0;
    top:50%;
    width:100%;
    height: 100%;
    /*background: #d71718;*/
    opacity: 0;
    -webkit-transition: 350ms 350ms all ease;
    -moz-transition: 350ms 350ms all ease;
    -ms-transition: 350ms 350ms all ease;
    -o-transition: 350ms 350ms all ease;
    transition: 350ms 350ms all ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.download a>div:hover:after{
    opacity: 1;
}
.download a>div{
    padding:20px 60px;
    position: relative;
    overflow: hidden;
}
.download a>div h5{
    font-size: 28px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.download a>div small{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.down_right a>div{
    padding:15px 34px;
}
.down_right a>div h5{
    font-size: 18px;
}
.down_right a>div small{
    font-size: 12px;
}
.download{
    height: 477px;
    margin-top: 103px;
    margin-bottom: 97px;
}
.down_left{
    float:left;
    width:49.2%;
    height: 100%;
    display:flex;
    align-items: center;
    justify-content:left;
    background: url("../images/down01.jpg") no-repeat center;
    background-size:100%;
    -webkit-transition: 400ms 0s all linear;
    -moz-transition: 400ms 0s all linear;
    -ms-transition: 400ms 0s all linear;
    -o-transition: 400ms 0s all linear;
    transition: 400ms 0s all linear;
}
.down_left:hover{
    background-size:104%;
}
.down_right{
    width: 49.7%;
    height: 100%;
    float:right;
}
.down_right a{
    float:left;
    display:flex;
    align-items: center;
    justify-content:left;
    height: 48.3%;
    overflow: hidden;
}
.down_right a:first-of-type{
    width: 100%;
    background: url("../images/down02.jpg") no-repeat center;
    background-size:100% 100%;
    -webkit-transition: 400ms 0s all linear;
    -moz-transition: 400ms 0s all linear;
    -ms-transition: 400ms 0s all linear;
    -o-transition: 400ms 0s all linear;
    transition: 400ms 0s all linear;
    margin-bottom: 2.2%
}
.down_right a:nth-of-type(2){
    width: 49%;
    background: url("../images/down03.jpg") no-repeat center;
    background-size:100% 100%;
    -webkit-transition: 400ms 0s all linear;
    -moz-transition: 400ms 0s all linear;
    -ms-transition: 400ms 0s all linear;
    -o-transition: 400ms 0s all linear;
    transition: 400ms 0s all linear;
}
.down_right a:nth-of-type(3){
    width: 49%;
    float:right;
    background: url("../images/down04.jpg") no-repeat center;
    background-size:100% 100%;
    -webkit-transition: 400ms 0s all linear;
    -moz-transition: 400ms 0s all linear;
    -ms-transition: 400ms 0s all linear;
    -o-transition: 400ms 0s all linear;
    transition: 400ms 0s all linear;
}
.down_right a:hover{
    background-size:104% 104%;
}

/*news*/
.newsbg{
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:59px;
    padding-bottom: 103px;
}
.news_left{
    float:left;
    width: 18.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:10px;
}
.news_left ul li a{
    font-size: 20px;
    color: #8e8e8e;
    line-height: 45px;
}
.news_left ul li a:hover{
    color: #434343;
}
.news_left>a{
    float:none;
    margin-top: 85px;
}
.news_right{
    float:right;
    border-left: 1px solid #d4d4d4;
    width:80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:3%;
}
.news_right>a{
    display: block;
    width:32%;
    margin-right:2%;
    float:left;
}
.news_right>a:last-of-type{
    margin-right: 0;
}
.news_right>a .img_jz{
    width: 100%;
    height: 100%;
}
.news_right>a .img_jz img{
    min-width: 101%;
    height: 100%;
}
.news_right>a:hover .img_jz img{
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    -moz-transform: translate(-50%,-50%) scale(1.03);
    -ms-transform: translate(-50%,-50%) scale(1.03);
    -o-transform: translate(-50%,-50%) scale(1.03);
    transform: translate(-50%,-50%) scale(1.03);
}
.news_right>a .newspic{
    width: 100%;
    height: 227px;
    position: relative;
    margin-bottom: 16px;
}
.news_right>a .newspic:before{
    position: absolute;
    content: '';
    display: block;
    width:30%;
    height: 50%;
    background: #d71718;
    left:0;
    bottom:0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.news_right>a:hover .newspic:before{
    left: -9px;
    bottom:-9px;
}
.news_right>a .newspic:after{
    position: absolute;
    content: 'Learn more';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top:30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width:100%;
    height: 100%;
    background: url("../images/newspicbg.png") repeat center;
    left:0;
    bottom:0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
}
.news_right>a:hover .newspic:after{
    opacity: 1;
}

.news_right>a .date{
    padding-bottom: 23px;
}
.news_right>a .date h4{
    color: #646464;
    font-size: 50px;
    font-weight: 600;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.news_right>a:hover .date h4{
    color: #d71718;
}
.news_right>a .date small{
    color: #9d9d9d;
    font-size: 14px;
}
.news_right>a>p{
    color: #434343;
    font-size: 16px;
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.news_right>a:hover>p{
    color: #d71718;
}
.news_right>a>small{
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*footer*/
footer{
    background:#1d1d1d;
}
.fot_top img{
    float:left;
}
.fot_top div{
    float:left;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 55px;
    padding-bottom: 16px;
    border-right:2px solid rgba(255, 255, 255, 0.15);
}
.fot_top div p{
    float:left;
    width: 208px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-left:1px solid #616161;
    margin-left:27px;
    padding-left:22px;
    margin-top: 15px;
}
.fot_top b{
    float:right;
    width: 25%;
    font-size: 16px;
    color: #e5e5e5;
    text-transform: uppercase;
    font-family: "zhenyan";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 27px;
    padding-top: 62px;
}
.fot_mid{
    border-top:2px solid rgba(255, 255, 255, 0.15);
    border-bottom:2px solid rgba(255, 255, 255, 0.15);
}
.fot_mid_left{
    float:left;
    width: 75%;
    display:flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:70px;
    padding-bottom: 53px;
    padding-top: 40px;
    border-right:2px solid rgba(255, 255, 255, 0.15);
}
.fot_mid_left li{
    float:left;
}
.fot_mid_left li h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    line-height: 60px;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 27px;
}
.fot_mid_left li h3:after{
    position: absolute;
    left:0;
    bottom:0;
    display:block;
    content: '';
    background: #fff;
    width:15px;
    height: 2px;
}
.fot_mid_left li a{
    display: block;
    font-size: 14px;
    font-weight: lighter;
    color: #7d7d7d;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.fot_mid_left li a:before{
    position: absolute;
    display:block;
    content: '';
    width:0px;
    height: 12px;
    background: #d71718;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.fot_mid_left li a:hover{
    padding-left:10px;
    color: #fff;
}
.fot_mid_left li a:hover:before{
    width:3px;
}
.fot_mid_right{
    float:right;
    width: 25%;
    padding-top: 57px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:57px;
}
.fot_mid_right small{
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
}
.fot_mid_right p{
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin-bottom: 17px;
}
.fot_mid_right img{
    width: 97px;
    margin-top: 19px;
}
.fot_bottom{
    line-height: 87px;
}
.fot_bottom>p{
    float:left;
    font-size: 14px;
    color: #a4a4a4;
    font-weight: lighter;
}
.fot_bottom>a{
    float:right;
    font-size: 14px;
    color: #a4a4a4;
    font-weight: lighter;
}
.fot_bottom>a {
    font-size: 14px;
    color: #a4a4a4;
    font-weight: lighter;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.fot_bottom a:hover{
    color: #fff;
}


/*z_company*/
.z_banner{
    width:100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-position: center 121px;
    background-attachment: fixed;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top: 121px;
}
.z_banner .warpper>h2{
    font-size: 36px;
    font-family: "syst",宋体;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.z_banner .warpper>h2:after{
    background: #fff;
    display: block;
    position: absolute;
    content: '';
    width:135px;
    height: 2px;
    top:50%;
    left:calc(100% + 25px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.z_banner .warpper>p{
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
    width:400px;
    line-height: 24px;
    font-weight: lighter;
}
.crumbs{
    background: #f3f3f3;
    line-height: 70px;
    margin-bottom: 5.9vw;
}
.crumbs .warpper>p{
    float:left;
    padding-left:25px;
    background: url("../images/home.png") no-repeat left center;
    color: #727272;
    font-size: 14px;
    font-weight: lighter;
}
.crumbs .warpper>div,.crumbs .warpper>div a{
    color: #727272;
    font-size: 14px;
    font-weight: lighter;
}
.crumbs .warpper>div{
    float:left;
}
.ztitle{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 55px;
}
.ztitle>h4{
    float:left;
    font-size: 32px;
    color: #434343;
    padding-bottom: 23px;
}
.ztitle>div{
    float:right;
}
.ztitle>div a{
    float:left;
    padding-bottom: 23px;
    font-size: 20px;
    color: #434343;
    margin-top: 16px;
    margin-left:43px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position: relative;
}
.ztitle>div a:before{ content:""; width:100%; height:1px; background:#d71718; position:absolute; left:0; bottom:0px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1); transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0); visibility:hidden\9;}
.ztitle>div a:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}
.ztitle>div a.ztit_light:after{
    width: 100%;
    position: absolute;
    display:block;
    content: '';
    bottom:0;
    left:0;
    height: 1px;
    background: #d71718;
}


.zcom_cont01>div{
    float:left;
    width: 22.5%;
}
.zcom_cont01>div>p{
    font-size: 14px;
    color: #7e7e7e;
    line-height: 20px;
}
.zcom_cont01>div>b{
    display: block;
    width: 2px;
    height: 35px;
    background: #d71718;
    margin-top: 38px;
    margin-bottom: 10px;
}
.zcom_cont01>div>i{
    display: block;
    width: 2px;
    height: 108px;
    background: #e6e6e6;
}
.zcom_cont01>div>span{
    display: block;
    font-size: 20px;
    color: #a7a7a7;
    text-transform: uppercase;
    transform-origin:left center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.zcom_cont01>div:last-of-type{
    float:right;
    width: 70.4%;
}
.zcom_cont01>div:last-of-type>h1{
    font-size: 26px;
    color: #7e7e7e;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 25px;
}
.zcom_cont01>div:last-of-type>small{
    font-size: 14px;
    color: #434343;
    font-weight: lighter;
    line-height: 29px;
}
.intro img{
    max-width: 100%;
}
.intro_att table{
    border-collapse: collapse;
}
.intro_att table td{
    border:1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px;
}
.intro_att table img{
    float:left;
    margin-right: 20px;
    max-width: 127px;
}
.intro_att table tr{
}
.intro_att strong{
    display: block;
    background: #30558f;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    padding-left:15px;
    margin-bottom: 23px;
}
.intro_img{
    margin-top: 3.5vw;
    margin-bottom: 4.5vw;
}
.zcom_cont02{
    height: 524px;
    width:100%;
    position: relative;
}
.zcom_cont02 img{
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zcom_cont02 ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 3.7vw 11%;
    padding-top: 0;
    position: absolute;
    left:50%;
    top:-20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zcom_cont02 ul li{
    float:left;
    margin-right: 11%;
    text-align: center;
}
.zcom_cont02 ul li:last-of-type{
    margin-right: 0;
}
.zcom_cont02 ul li div span{
    font-size: 45px;
    color: #d71718;
    font-weight: bold;
}
.zcom_cont02 ul li div sub{
    color: #5c5c5c;
    font-size: 16px;
}
.zcom_cont02 ul li p{
    font-size: 16px;
    color: #434343;
    font-weight: lighter;
}
.zcom_cont02>div{
    width: 100%;
    text-align: center;
    position: absolute;
    top:57%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zcom_cont02>div>h4{
    font-size: 42px;
    color: #fff;
}
.zcom_cont02>div>small{
    color: #fff;
    width: 41%;
    margin:0 auto;
    font-size: 16px;
    display:block;
    line-height: 26px;
    margin-top: 10px;
}
.ztitle02{
    font-size: 32px;
    color: #434343;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom:20px;
    margin-bottom: 60px;
    margin-top: 4.9vw;
}
.zcom_cont03{
    padding-bottom: 5.1vw;
}

/*zproduct*/
.zprotit{
    margin-bottom: 50px;
}
.zprotit>h4{
    font-size: 32px;
    color: #434343;
    letter-spacing: 3px;
}
.zprotit>small{
    display: block;
    margin-top: 17px;
    font-size: 16px;
    line-height: 26px;
    font-weight: lighter;
}

/*sidebar*/
.side_top:after{
    display: block;
    content: '';
    clear: both;
}
.sidebar{
    float:left;
    border:1px solid #cbcbcb;
    width: 297px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px 33px;
}
.sidebar li{
    border-bottom: 1px solid #e5e5e5;
}
.sidebar li:last-of-type{
    border-bottom: 0;
}
.zpro_right{
    float:right;
    width: 1055px;
}
.zpro_right .pro_cont a{
    float:left;
    width:32%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.zpro_right .pro_cont a:last-of-type{
    margin-right: 0;
}
.side_top{
    line-height: 72px;
}
.side_top>a{
    float:left;
    font-size: 18px;
    color: #434343;
    font-weight: lighter;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.side_top>a:hover,.side_top>a.heightlight{
    color: #d71718;
}
.side_top>span{
    float:right;
    display: block;
    width: 15px;
    height: 72px;
    background: url("../images/projt.png") no-repeat center;
    cursor: pointer;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.side_bottom{
    display: none;
    padding-bottom: 5px;
}
.side_bottom a{
    font-size: 14px;
    color: #434343;
    font-weight: lighter;
    display: block;
    margin-bottom: 16px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.side_bottom a:hover{
    color: #d71718;
}
.proopen .side_top span{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.proopen .side_bottom{
    display: block!important;
}


/*znews*/
.znewsbg{
    padding-top: 5.9vw;
    padding-bottom: 6vw;
    background: url("../images/newsbg.jpg") repeat-y center top;
}
.znews_crumbs .crumbs{
    margin-bottom: 0;
}
.znews_left{
    float:left;
    width: 68%;
}
.znews li{
    float:left;
    width: 49%;
    margin-bottom:2vw;
    background: rgba(255,255,255,0.8);
}
.znews li:nth-of-type(2n){
    float:right;
}
.znews li a{
    display: block;
}
.znews li a>b{
    width: 100%;
    height: 296px;
}
.znews li a>b img{
    width:100%;
    min-height: 100%;
}
.znews li a:hover>b img{
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    -moz-transform: translate(-50%,-50%) scale(1.03);
    -ms-transform: translate(-50%,-50%) scale(1.03);
    -o-transform: translate(-50%,-50%) scale(1.03);
    transform: translate(-50%,-50%) scale(1.03);
}
.znews li a>b span{
    display: block;
    position: absolute;
    left: 1.25rem;
    top: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:37px;
    font-size: 14px;
    color: #797f8a;
    width: 130px;
    font-weight: lighter;
    height: 36px;
    line-height: 36px;
    background-color: rgba(255,255,255,0.9);
    background-image:url(../images/time.png);
    background-repeat: no-repeat;
    background-position:10px center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.znews li a:hover>b span{
    background-color:#fff;
}
.znews li a>div{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 35px;
}
.znews li a>div>p{
    font-size: 18px;
    color: #000000;
    height: 55px;
    line-height: 25px;
    overflow: hidden;
    font-weight: lighter;
    text-overflow: ellipsis;
    transition: 0.6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.znews li a>div>small{
    font-size: 14px;
    line-height: 22px;
    color: #676565;
    height: 48px;
    margin: 6px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.znews li a>div>small p{
    text-indent: 0;
}
.znews li a>div>i{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    font-style: normal;
}
.moreline{
    display:inline-block;
    transition: 0.6s;
    border-bottom:1.5px solid #000000;
    position:relative;
}
.moreline:before{
    content:"";
    width:100%;
    height:1px;
    background:#d71718;
    position:absolute;
    left:0; bottom:-1.5px;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.znews li a:hover>div>i{ color: #d71718; }
.znews li a:hover>div>i:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9;}
.znews_right{
    float:right;
    width:28%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 30px;
    background: #fff;
}
.znews_right>h5{
    font-size: 1.5rem;
    color: #242930;
    margin-bottom: 1.875rem;
    font-weight: lighter;
    padding-top:2.5vw;
}
.znews_right>a{
    font-size: 18px;
    color: #777a7d;
    display: block;
    position: relative;
    padding-left: 16px;
    border-bottom: #eeeeee 1px solid;
    height: 60px;
    font-weight: lighter;
    line-height: 60px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.znews_right>a:before{
    content: "";
    width: 4px;
    height: 4px;
    background: #d7d8d9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    transition: 0.6s;
}
.znews_right>a.znewson:before,.znews_right>a:hover:before{
    background: #242930;
}
.znews_right>a.znewson,.znews_right>a:hover{
    color: #242930;
}

.znews_side a{
    display: block;
    border-bottom: #eeeeee 1px solid;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.znews_side a>b{
    width:36%;
    height: 77px;
    float:left;
}
.znews_side a>b img{
    height: 100%;
    min-width: 100%;
}
.znews_side a:hover>b img {
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    -moz-transform: translate(-50%,-50%) scale(1.03);
    -ms-transform: translate(-50%,-50%) scale(1.03);
    -o-transform: translate(-50%,-50%) scale(1.03);
    transform: translate(-50%,-50%) scale(1.03);
}
.znews_side a>div{
    float:right;
    width: 59%;
}
.znews_side a>div>span{
    font-size: 14px;
    color: #727e96;
    margin-bottom: 0.55rem;
    display: block;
    padding-left: 26px;
    background:url("../images/time.png") no-repeat left center;
}
.znews_side a>div>small{
    font-size: 16px;
    color: #6d6f73;
    height: 46px;
    line-height: 25px;
    font-weight: lighter;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.znews_side a:last-of-type{
    border-bottom: none;
}
.znews_side a:hover>div>small {
    color: #000;
}

.rel_center{
    text-align: center;
    background: rgba(255, 255, 255, 0.65);
    padding: 10vw;
}
.rel_center>img{
    margin:0 auto;
}
.rel_center>p{
    font-size: 24px;
    color: #ddd;
    font-weight: bold;
}
.cont_padding{
    padding-top: 5.9vw;
    padding-bottom: 6vw;
}
.znewsbg_contbg{
    background: #f6f7f9;
}
.znewsbg_cont .znews_left>h3{
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #000000;
    font-weight: lighter;
}
.znewsbg_cont .znews_left>span{
    display: block;
    margin: 1.25rem 0 2.5rem;
    font-size: 14px;
    color: #2f343d;
    font-weight: lighter;
    background: url("../images/time.png") no-repeat left center;
    padding-left:30px;
}
.znewsinfo_cont p{
    font-size: 14px;
    color: #676565;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: lighter;
}
.znewsbg_cont_pic{
    text-align: center;
    margin-bottom:2vw;
}
.znewsbg_cont_pic>img{
    margin:0 auto;
    max-width: 100%;
}
#prev_next li{
    color: #9e9e9e;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
}
#prev_next li a{
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
#prev_next li a:hover{
    color: #000;
}

/*apply*/
.zapply li{
    float:left;
    width:32%;
    margin-right:2%;
    margin-bottom: 3vw;
}
.zapply li:nth-of-type(3n){
    margin-right: 0;
}
.zapply li a{
    display: block;
}
.zapply li a b{
    width:100%;
    height:280px;
    -webkit-transition: 450ms 0s all linear;
    -moz-transition: 450ms 0s all linear;
    -ms-transition: 450ms 0s all linear;
    -o-transition: 450ms 0s all linear;
    transition: 450ms 0s all linear;
    background: #fff;
}
.zapply li a b img{
    min-width: 100%;
    height: 100%;
}
.zapply li a:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    -moz-transform: translate(-50%,-50%) scale(1.05);
    -ms-transform: translate(-50%,-50%) scale(1.05);
    -o-transform: translate(-50%,-50%) scale(1.05);
    transform: translate(-50%,-50%) scale(1.05);
}
.zapply li a>div{
    background: #f7f7f7 url("../images/zjt.png") no-repeat 93% center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 88px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:23px 32px;
    perspective: 400px;
}
.zapply li a>div:after{
    display: block;
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 100%;
    transform-origin: center bottom;
    background: #b31b20 url("../images/zjts.png") no-repeat 93% center;
    -webkit-transform: rotateX(106deg);
    -moz-transform: rotateX(106deg);
    -ms-transform: rotateX(106deg);
    -o-transform: rotateX(106deg);
    transform: rotateX(106deg);
    -webkit-transition: 450ms 0s all linear;
    -moz-transition: 450ms 0s all linear;
    -ms-transition: 450ms 0s all linear;
    -o-transition: 450ms 0s all linear;
    transition: 450ms 0s all linear;
}
.zapply li a:hover>div:after {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.zapply li a>div>p{
    font-size: 14px;
    color: #434343;
    font-weight: lighter;
    text-transform: uppercase;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position: relative;
    z-index: 2;
}
.zapply li a>div>small{
    position: relative;
    font-size: 18px;
    color: #7c7c7c;
    display: block;
    font-weight: bold;
    z-index: 2;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zapply li a:hover>div>p,.zapply li a:hover>div>small{
    color: #fff;
}
.zapplytit{
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:32px 25px;
}
.zapplytit p{
    margin-bottom: 0;
}
.zapplytit>h3{
    width: 100%;
    padding-left:30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.2vw;
}
.zapplytit>h3:before{
    display:block;
    content: '';
    position: absolute;
    background: #d71718;
    width:3px;
    height: 25px;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zapplytit .znewsbg_cont_pic {
    text-align: center;
    margin-bottom: 10px;
    float: right;
    margin-left: 23px;
}
.znewsinfo_cont strong{
    display: block;
    background: #30558f;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    padding-left: 15px;
    margin-bottom: 23px;
}

/*page*/
.page{
    text-align: center;
}

/*contact*/
#allmap{width:100%;height:460px;overflow:hidden;margin-top:66px;}
.zcontact,.jobsbg,.zcus,.zprobg{
    padding-bottom: 6vw;
}
.zcont_cont01_left{
    float:left;
    width: 40%;
    padding-top: 2.3vw;
}
.zcont_cont01_left>h4{
    font-size: 26px;
    color: #434343;
}
.zcont_cont01_left>h1{
    font-size: 24px;
    color: #434343;
    margin-top: 10px;
}
.zcont_cont01_left>b{
    display: block;
    margin-top: 12px;
    margin-bottom: 20px;
    background: #d71718;
    width:39px;
    height: 4px;
}
.zcont_cont01_left>small{
    font-size: 14px;
    color: #434343;
    letter-spacing: 5px;
}
.zcont_cont01_left>h5{
    font-size: 30px;
    color: #d71718;
    line-height: 25px;
    margin-top: 10px;
}
.zcont_cont01_left>p{
    font-size: 14px;
    color: #434343;
    font-weight: lighter;
    margin-top: 11px;
    margin-bottom: 29px;
}
.zcont_code{
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    padding-bottom: 0;
    width: 125px;
    text-align: center;
}
.zcont_code img{
    width: 100%;
}
.zcont_code p{
    font-size: 12px;
    color: #434343;
    line-height: 36px;
    font-weight: lighter;
}
.zcont_cont01_right{
    float:right;
    width: 50%;
}
.zcont_cont01_right>p{
    font-size: 20px;
    color: #434343;
    margin-bottom: 20px;
}
#zcontform input,.zcont_right_code input{
    font-size: 14px;
    color: #959595;
    font-weight: lighter;
    border:1px solid #d5d5d5;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:17px;
    margin-bottom: 8px;
    line-height: 49px;
}
#zcontform textarea{
    border:1px solid #d5d5d5;
    width:100%;
    font-size: 14px;
    color: #959595;
    height: 110px;
    margin-bottom: 6px;
    font-weight: lighter;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:17px;
}
.zcont_right_code input{
    float:left;
    width: 79%!important;
    margin-bottom: 0!important;
}
.zcont_right_code>img{
    float:right;
    width: 20%;
    height: 51px;
}
#zcontform input[type="submit"]{
    margin-top: 17px;
    width: 100%;
    line-height: 56px;
    background: #d71718;
    border:none;
    outline: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

/*server*/
.zser_cont ul:after{
    display: block;
    content: '';
    clear:both;
}
.zser_cont ul{
    background: #f5f5f5;
    margin-bottom: 24px;
}
.zser_cont ul li{
    float:left;
    font-size: 14px;
    color: #747474;
    line-height: 69px;
}
.zser_cont ul li:first-of-type{
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}
.zser_cont ul li:nth-of-type(2){width: 20%;text-align: center}
.zser_cont ul li:nth-of-type(3){width: 15%;}
.zser_cont ul li:nth-of-type(4){width: 10%;}
.zser_cont ul li:nth-of-type(5){width: 15%;text-align: center}
.zser_cont ul li:nth-of-type(5) a{
    display: block;
    width:100%;
    height: 69px;
    background: url("../images/download.png") no-repeat center;
}
.zer_cont_tit{
    margin-top: 25px;
}
.zer_cont_tit ul li{
    font-size: 18px;
    color: #434343;
}

#searchK>div{
    float:left;
    width: 42%;
    background: #f5f5f5;
    height: 69px;
    line-height: 69px;
}
#searchK>div:first-of-type{
    margin-right:1.25%;
}
#searchK>div:after{
    display: block;
    content: '';
    clear: both;
}
#searchK>div label{
    float:left;
    width: 20%;
    text-align: center;
    font-size: 18px;
    color: #434343;
}
#searchK>div input,#searchK>div select{
    float:right;
    width:80%;
    line-height: 69px;
    height: 69px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    background: none;
    border:none;
    outline: none;
    border-left:1px solid #e1e1e1;
    font-size: 14px;
    color: #747474;
    font-weight: lighter;
}
.search_s{
    float:right;
    background:#d71718 url("../images/zser_icon.png") no-repeat center;
    width: 13.5%;
    height: 69px;
    outline: none;
    border: none;
    cursor: pointer;
}
#kzertype option{
    cursor: pointer;
    line-height: 35px;
}

/*coop*/
.z_full{
    width:100%;
}
.z_full ul li{
    width: 32%;
    margin-right: 2%;
}
.z_full li:nth-of-type(2n){
    float:left;
}
.z_full ul li:nth-of-type(3n){
    margin-right: 0;
}
.zfull_cont{
    padding-bottom: 4vw;
}
.zfull_cont p{
    font-size: 16px;
    color: #6d6f73;
    height: 46px;
    line-height: 25px;
    font-weight: lighter;
}

/*job*/
.jobsbg{
}
.jobs ul{
    background: #fff;
}
.jobs li{
    margin-bottom:2vw;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
}
.jobs li>h3{
    color: #000;
    border-bottom: 2px solid #d71718;
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 2vw;
}
.jobs li>div{
    font-size: 14px;
    color: #676565;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: lighter;
}
.jobs li>a.more{
    float:none;
    margin-top:0;
}

/*intro*/
.intro{
    width: 100%;
    min-height: 577px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px;
}
.intro>h3{
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #000000;
    font-weight: lighter;
    width: 100%;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.2vw;
}
.intro>h3:before{
    display: block;
    content: '';
    position: absolute;
    background: #d71718;
    width: 3px;
    height: 25px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.intro>small{
    font-size: 14px;
    color: #434343;
    font-weight: lighter;
    line-height: 29px;
}

/*diary*/
.zdiary li a>div>p{
    height: 25px;
    -webkit-line-clamp: 1;
}
.zdiary li a>div>small{
    margin-top: 10px;
    padding-top: 13px;
    display:block;
    border-top: 2px solid #d71718;
}
/*honor*/
.zhonor li a>b {
    width: 100%;
    height: 621px;
    background: #fff;
}
.zhonor li a>b img {
    width: 100%;
    min-height: initial;
}

/*zproduct*/
.zpro_cont{
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.zproinfo_left{
    float:left;
    width: 48%;
    border:1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.zproinfo_left .swiper-slide b{
    width: 100%;
    height: 465px;
}
.zproinfo_left .swiper-slide b img{
    height: 100%;
}
.zproinfo_right{
    float:right;
    width: 47%;
}
.zproinfo_right h3{
    color: #282828;
    font-size: 30px;
    border-bottom: 1px dashed #cbcbcb;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
}
.zproinfo_right small{
    color: #282828;
    font-size: 14px;
    line-height: 25px;
}

.zpro_cont_tit{
    background:#575757;
}
.zpro_cont_tit span:first-of-type{
    border-left:none;
    background-image: url("../images/zpro_icon01.png");
}
.zpro_cont_tit span{
    float:left;
    width:25%;
    line-height: 60px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border-left: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    background-repeat: no-repeat;
    background-position: 94px center;
}
.zpro_cont_tit span.zpro_on,.zpro_cont_tit span:hover{
    background-color: #d71718;
}
.zpro_cont_tit span:nth-of-type(2){
    background-image: url("../images/zpro_icon02.png");
}
.zpro_cont_tit span:nth-of-type(3){
    background-image: url("../images/zpro_icon03.png");
}
.zpro_cont_tit span:nth-of-type(4){
    background-image: url("../images/zpro_icon04.png");
}
.zpro_cont_text{
    border:1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:35px;
}
.zpro_cont_text>div{
    display: none;
    color: #000000;
    font-size: 14px;
    line-height: 40px;
}
.zpro_cont_text>div table{
    width: 100%;
    max-width: 100%!important;
    border-collapse: collapse;
}
.zpro_cont_text>div table tr td{
    border: 1px solid #ddd;
    padding:10px;
}
.zpro_cont_text>div img{
    max-width: 100%;
}


.sxlist{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sxlist a{
    display: block;
    width: 32%;
    margin-bottom: 10px;
}
.sxlist a b{
    width: 100%;
    height: 225px;
}
.sxlist a b img{
    height: 100%;
}
.sxlist a>p{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    color: #666;
    font-size: 16px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.sxlist a:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    -moz-transform: translate(-50%,-50%) scale(1.03);
    -ms-transform: translate(-50%,-50%) scale(1.03);
    -o-transform: translate(-50%,-50%) scale(1.03);
    transform: translate(-50%,-50%) scale(1.03);
}
.sxlist a:hover p{
    background: #30558f;
    color: #fff;
}


/*产品详情*/
.zpro_cont_text>div.fjdownload table tr td{
    border:none;
    border-bottom:1px solid #e8e8e8;
}
.fjdownload table tr:nth-of-type(odd){
    background: #e8e8e8;
}
.fjdownload table tr td:last-of-type{
    width: 45px;
    text-align: center;
}
.fjdownload table tr td:nth-of-type(2){
    text-align: right;
}