@charset "utf-8";
/* CSS Document */
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none;font-family:myFont,"微软雅黑"; }
body{ margin:0px; padding:0px; font-size:12px;color:#898989;line-height:1; background:#FFF;}
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input{ margin:0px; padding:0px;}
input,textarea { border: none; outline: none; background: none; }
ul,li{ list-style:none}
img{border:0px; padding:0px; display: block;}
a{ color:#5c5c5c; text-decoration:none}

h2,h3,h4,b,strong { font-weight: normal; }
em,i { font-style: normal;}
/* 引用字体 */
@font-face {
    font-family: myFont;
    src: url("../font/PingFang Medium.ttf");
}

.clear{ zoom: 1; }
.clear:after { content: ''; display: block; clear: both; }
.fl { float:left}
.fr { float:right}
.hidden{display:none; background: url() no-repeat center;}
.cont{ width: 1440px; width: 75vw; min-width: 1440px; margin:0 auto; position: relative; }
body{ overflow-x: hidden;  }

html *,html *:before,html *:after{box-sizing:border-box;}
.btnnormal{position:relative;display:block;overflow:hidden;width:100%;height:80px;text-transform:uppercase;border:1px solid currentColor;color:#000;cursor:pointer; border:1px solid #fff; display: flex; align-items: center; justify-content: center;transition:0.5s ease-in-out}
.btnnormal span{ position: relative; z-index: 2; }
.btnnormal:before{content:"";position:absolute;z-index:-1;top:0;right:-50px;bottom:0;left:0;border-right:50px solid transparent;border-bottom:80px solid #630e13;transform:translateX(-100%);transition:0.5s ease-in-out}
.btnnormal:hover{color:#fff; border-color:#630e13; } 
.btnnormal:hover:before{transform:translateX(0);}

@-webkit-keyframes criss-cross-left{
	0%{left:-20px}
	50%{left:50%;width:20px;height:20px}
	100%{left:50%;width:800px;height:800px}
}
@keyframes criss-cross-left{
	0%{left:-20px}
	50%{left:50%;width:20px;height:20px}
	100%{left:50%;width:800px;height:800px}
}
@-webkit-keyframes criss-cross-right{
	0%{right:-20px}
	50%{right:50%;width:20px;height:20px}
	100%{left:50%;width:800px;height:800px}
}
@keyframes criss-cross-right{
	0%{right:-20px}
	50%{right:50%;width:20px;height:20px}
	100%{left:50%;width:800px;height:800px}
}
.buttonLine{position:relative;cursor:pointer;transition:0.5s ease-in-out;}
.buttonLine button{width:100%;height:80px;position:relative;background:rgba(0,0,0,.27);text-transform:uppercase;color:white;font-weight:700;letter-spacing:1px;border:none;font-size:15px;outline:none;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;cursor:pointer}
.buttonLine .border{position:absolute;background:none;transition:all .5s ease-in-out}
.buttonLine >.border:nth-of-type(1){top:0;left:0;width:0;height:0;border-top:2px solid #630e13;}
.buttonLine >.border:nth-of-type(2){top:0;right:0;width:10px;height:0;border-right:2px solid #630e13;}
.buttonLine >.border:nth-of-type(3){bottom:0;right:0;width:0;height:0;border-bottom:2px solid #630e13;}
.buttonLine >.border:nth-of-type(4){bottom:0;left:0;width:0;height:0;border-left:2px solid #630e13;}
.buttonLine:hover .border:nth-of-type(1){width:100%}
.buttonLine:hover .border:nth-of-type(2){height:100%}
.buttonLine:hover .border:nth-of-type(3){width:100%}
.buttonLine:hover .border:nth-of-type(4){height:100%}


.swiper-button-next:after, 
.swiper-button-prev:after{ display: none;}
.swiper-button-prev{ position: absolute; top:auto; left:auto; width: 56px;height: 56px;background:url(../img/img08.png) no-repeat center center rgba(0,0,0,0); background-size:100% 100%; z-index: 2;left: 0; top: 50%; margin-top: -28px; }
.swiper-button-prev:hover{ background-image: url(../img/img09.png) !important; }
.swiper-button-next{ position: absolute; top:auto; left:auto; width: 56px;height: 56px;background:url(../img/img10.png) no-repeat center center rgba(0,0,0,0); background-size:100% 100%; z-index: 2;right: 0; top: 50%; margin-top: -28px; }
.swiper-button-next:hover{ background-image: url(../img/img11.png) !important; }
.swiper-button-disabled{ opacity: 0.4 !important; }
.swiper-container{ transform: translate3d(0,0,0); }
.swiper-slide{ transform: translate3d(0,0,0); }

/*首页*/
.banner{width: 100%; overflow: hidden;position: relative; font-family: "impact";}
.banner .swiper-pagination-bullet{ border-radius: 0; opacity: 1; background-color: transparent; position: relative; bottom: 10px; transition: background-color .3s ease;background-image: url(../img/img04.png); width: 22px; height: 38px; margin:0 8px !important; background-size: cover; background-repeat: no-repeat; opacity: 0.3;}
.banner .swiper-container{width: 100% !important; overflow: hidden;}
.banner .swiper-pagination{bottom: 20px !important; height: 38px !important;}
.banner .swiper-slide{ overflow: hidden; }
.banner .swiper-slide a{ overflow: hidden; width: 100%; height: 100vh; }
.banner .swiper-slide a img{ width: 100%; object-fit: cover; height: 100vh; transition:1s linear 2s; opacity: 0; transform:scale(1,1); }
.banner .swiper-slide-active a img,
.banner .swiper-slide-duplicate-active a img{ transition:2s linear; transform:scale(1,1); opacity: 1; }	
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity: 1; }
.banner .item{ position: relative; }
.banner .swiper-slide .text{ position: absolute; left: 50%; top:58%; z-index: 8; transform:translateX(-50%); }
.banner .swiper-slide .text h3{ display: flex; align-items: center; height: 36px; opacity: 0; transform:translateY(30px); transition: all 1.2s 0.5s; color: rgba(255,255,255,0.5); padding-left: 165px; font-size: 100px; line-height: 0.8;font-family: "impact"; }
.banner .swiper-slide .text h4{ font-size: 50px; color: #fff; line-height:1.4; font-weight: bold; opacity: 0; transform:translateY(30px); transition: all 1.2s 0.7s; font-size: 64px; letter-spacing: 3px; white-space:  pre-wrap; max-width: 1360px; margin:0 auto; font-family: "微软雅黑";  }
.banner .swiper-slide .text .movea{ margin-top: 66px; transform:translateY(30px); opacity: 0; transition: all 1.2s 0.9s;}
.banner .swiper-slide .text .goa{ font-size: 15px; color: #fff; width: 118px; height: 42px; }
.banner .swiper-slide-active .text h3{ transform:translateY(0px); opacity: 1; }
.banner .swiper-slide-active .text h4{ transform:translateY(0px); opacity: 1;}
.banner .swiper-slide-active .text .movea{ transform:translateY(0px); opacity: 1;}
.banner .swiper-button-prev{ background-image: url(../img/img02.png); }
.banner .swiper-button-next{ background-image: url(../img/img03.png); }
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next{ display: block; }
.banner .swiperLead{ position: absolute; left:50%; width: 22px; bottom: 20px; margin-left: -11px; z-index: 2;  }

.head{ z-index: 3; position: fixed; left: 0; top: 0; z-index: 999; width: 100%; font-size: 16px;  }
.head .hmid{ padding: 35px 0 20px; width: 100%; transition: all 0.4s;  }
.head .hmid.padd{ padding: 20px 0 20px; }
.head .hmid .cont{ display: flex; align-items: center; justify-content: space-between;}
.head .logoa{ display: flex; align-items: center; height: 63px; float: left; cursor: pointer; }
.head .logoa img{ height: 56px; }
.head .logoa .img2{ display: none; }
.head .navbar{ }
.head .nava{ display: block; float: left; line-height: 60px; font-size: inherit; color: inherit; position: relative; cursor: pointer; padding: 0 30px; position: relative; }
.head .nava.on{ font-weight: bold;   }
.head .nava .biga{ font-size: inherit; color: inherit; font-weight:inherit; color: #fff; position: relative; transition: all .3s ease;  display:block; overflow: hidden;  }
.head .nava.on .biga:after{content: ""; display: block; width: 100%; height: 2px; background-color: #fff; position: absolute; left: 0; bottom: 5px; }
.head .nava .biga:before{content: ""; display: block; width: 100%; height: 20px; background-color:#efb7ba; position: absolute; top: 0; bottom: 0; left: -1%; margin: auto; transform-origin: 100% 0; transform: translate3d(-101.5%,0,0); -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; z-index: 1;}
.head .nava .biga:hover:before{ background-color: #630e13; transform-origin: 0 0; transform: translate3d(105%,0,0); transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);}

.head .nava:hover{ font-weight: bold; }
.head .nava .drop{width: 100%; position: absolute; left: 0; top: 100%; background: #f2effa; height: 0; overflow: hidden; transition: all 0.6s; width: 150px; left: 50%; margin-left: -75px; opacity: 0; transform: translateY(-20%); }
.head .nava .da{ font-size: 15px; color: #888; line-height: 46px; display: block; text-align: center; font-weight: normal; }
.head .nava:hover .drop{ height:auto; opacity: 1; transform: translateY(0); }
.head .nava .da:hover{ color: #111; background: #fff; position: relative; }
.head .nava .da:after{ content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 16px; background-color: #630e13; margin-top: -8px; left:-10px; transition:all 0.5s; }
.head .nava .da:hover:after{ left: 0;  }
.head.white{ background-color: rgba(255,255,255,1); color: #333; }
.head.white .hmid{ background-color: #fff; }
.head.white .nava .biga{ color: #333; }
.head.white .logoa .img1{ display: none; }
.head.white .logoa .img2{ display: block; }
.head.white .nava.on .biga:after{ background-color: #333; }


footer {
    background: #000000;
}
.he_content{width: 75vw;
    min-width: 1440px;
    margin: 0 auto;}

.he_fot {
    padding-top: 34px;
    padding-bottom: 35px;
}

.he_fotn{}
.he_fenx{ float: right; }

.he_fotte span {
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
}

.he_fotte {
    border-right: 1px solid #333333;
    padding-right: 25px;;float: right; 
}

.he_fenxli {
    padding: 0 23px;
    position: relative;
    cursor: pointer;
}

.he_fenlimg {
    width: 22px;
}

.he_fenlimg img {
    width: 100%;
}

.he_code {
    width: 90px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 30;
}

.he_code img {
    width: 100%;
}

.he_botm {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 8px;
    padding-bottom: 8px;
}

.he_botm {
    text-align: center;
}

.he_botmbox {
    text-align: center;
    display: inline-block; display: flex; align-items: center; justify-content: center;
}

.he_bymz a {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.36s;
}

.le_intbtl {
    left: -41px;
}

.he_bymz {
    
}

.he_btban{ display: flex; align-items: center; }

.he_btban span {
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.36s;
}

.he_btban a {
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.36s;
}

.he_btban img {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 19px;
}



.tit{ margin-bottom: 85px; position: relative; max-width: 1440px; }
.tit h3{ font-size: 52px; color: #000; line-height: 52px; font-weight: bold; }
.tit h3 span{ position: relative; z-index: 2; }
.tit h3 span:before{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height:18px; background-color: #630e13; z-index: -1;  }
.tit h4{ font-size: 22px; color: #777; line-height: 30px; margin-top: 25px; }
.tit .swiper-button-prev{ top: 80px; left:auto; right:80px;  }
.tit .swiper-button-next{ top: 80px; left:auto; right:0px;  }
.lefts .tit{ width: 350px; float: left; position: relative;  }
.lefts .tit h3 span{ padding-bottom: 60px; font-family: "微软雅黑"; }
.lefts .swiper-button-prev{ top: auto; bottom: 0; left: 0; right: auto; margin-top: 0; }
.lefts .swiper-button-next{  top: auto; bottom: 0; left: 60px; right: auto; margin-top: 0; }

.lefts .tit h3 span:before{ content: ""; position: absolute; left: 0; bottom: 0; width:70px; height:7px; background-color: #630e13; z-index: -1;  }
.maintxt{ color:#630e13 !important; }


.major{ padding: 115px 0; }
.major .show{ /*width: 87.5vw; margin-left: 12.5vw; margin-left: calc(50vw - 720px); width: calc(50vw - 720px + 1440px);*/ overflow: hidden; position: relative;  }
.major .show .swiper-container{  width: calc(100% - 350px);  float: right; overflow: hidden; }
.major .show .swiper-slide{ padding: 0 0px; }
.major .show .item{ display: block; height: 0; padding-bottom:30vw; padding-bottom: 118%; padding-bottom: 90%; position: relative; transition:all 0.5s; overflow: hidden; cursor: pointer;  }
.major .show .item .pic{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;  display: flex; align-items: center; justify-content: center;  }
.major .show .item .pic img{ display: block; object-fit: cover; width: 100%; height: 100%; transition: all 0.4s; }
.major .show .item .ups{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background-color: rgba(0,0,0,0.6); z-index: 2; padding:30px; line-height: 1.3; color: #fff; transition:all 0.5s; }
.major .show .item .ups h5{ font-size: 42px; font-size: 34px; line-height: 42px; }
.major .show .item .ups p{ font-size: 22px; font-size: 14px; margin-bottom: 10px; line-height: 22px; padding-top: 4px; }
.major .show .item .ups .line{ width: 50px; height: 1px; background-color: #fff; }
.major .show .item .ups .go{ position: absolute; left: 30px; bottom: 40px; width:48px; height: 48px; background: url(../img/img16.png) no-repeat left center / 100% 100%; cursor: pointer; transition:all 0.5s; }
.major .show .item:hover .ups .go{ background: url(../img/img17.png) no-repeat left center / 100% 100%;  }
.major .show .item:hover .ups{ padding: 40px 30px; }
.major .show .item:hover .pic img{ transform: scale(1.05); }
.major .show .item:hover .ups .go{ bottom: 60px; }

.syabout{ padding:400px 0 140px; padding:140px 0; position: relative; background-color: #fff;}
.syabout .sybgs{ z-index: 1; overflow: hidden;}
.syabout .sybgs .scrolls{ background: url(../img/img18.jpg) no-repeat center center / cover; background-attachment: fixed; transform: translateY(0) scale(1.05); transition: transform 0.1s ease-out; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.syabout .about{ width: 58.4vw; margin:0 auto; max-width: 1120px; font-size: 16px; color: #fff; line-height: 36px; text-align: center; position: relative; z-index: 2; }
.syabout .about p{ text-align: justify;text-align: left; }
.syabout .about h3{ font-size: 56px; color: #fff; line-height: 1.3; margin-bottom: 60px; }
.syabout .about .btnnormal{ margin: 50px auto 0; color: #fff; width: 220px; height: 56px; }
.syabout .about .btnnormal:before{ z-index: 1; }


.sytrend{ padding: 115px 0 95px; }
.sytrend.pb5{ padding-bottom: 30px; }
.sytrend .both{ display: flex; align-items: flex-start; justify-content: space-between; }
.sytrend .left{ padding-right: 100px; }
.sytrend .left .kind{ margin-bottom: 60px; width: 180px; overflow: hidden; }
.sytrend .left .taba{ display: block; font-size:22px; color: #666; line-height: 64px; cursor: pointer; position: relative; font-size: 20px; line-height: 54px; }
.sytrend .left .taba:before{ content: ""; left: 0px; top: 50%; width:3px; height: 0px;  transform: translateY(-50%); position: absolute; transition: all 0.4s; }
.sytrend .left .taba.on{ color:#630e13; padding-left:20px;  }
.sytrend .left .taba.on:before{ background-color: #630e13; height: 20px; }
.sytrend .morea{ font-size: 18px; color: #222; line-height: 32px; display: flex; align-items: center; cursor: pointer; }
.sytrend .morea img{ display: block; width: 22px; margin-left: 10px; }
.sytrend .switch{ float: right; flex:1; }
.sytrend .box{ padding-top: 20px; display: none; }
.sytrend .item{ background-color: transparent;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); box-shadow: none; padding: 20px 30px 0px; position: relative; transition: all 0.4s; cursor: pointer; overflow: hidden; }
.sytrend .item:hover{ border-color:#630e13;  }
.sytrend .item .time{ transition: background 0.4s; width: 74px; background-color: transparent;   margin-bottom: 25px; text-align:left;  color: #999;  position:relative; z-index:2; }
.sytrend .item .time b{ display: block; font-weight: bold; font-size: 48px;  line-height: 1.1; color: #bbb; }
.sytrend .item .time i{ display: block; font-size: 14px; line-height: 1.4; color: #bbb;  }
.sytrend .item .link{ transition: all 0.4s; font-size: 18px; color: #333; font-weight: bold !important; line-height: 28px; font-weight: bold; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4;-webkit-box-orient: vertical; transition: all 0.4s; height:108px; font-size: 20px; position:relative; z-index:2; font-weight: normal; line-height: 30px; height: 90px;  }
.sytrend .item .morea{ transition: all 0.4s; margin-top: 110px; position:relative; z-index:2; transform: translateY(0); }
.sytrend .item .morea span{ display: block; width: 19px;height: 12px; background: url(../img/img51.png) no-repeat 100% 100%; background-position: center; margin-left: 15px; }
.sytrend .item:hover{ box-shadow: none; }
.sytrend .item:hover .time{ background-image: none; background-color: #630e13; color: #fff; background-color: transparent; color:#fff; }
.sytrend .item:hover .time b{color:#fff;  }
.sytrend .item:hover .time i{color:#fff;  }
.sytrend .item:hover .link{ color: #630e13; color: #fff; }
.sytrend .item:hover .morea{ color: #fff; transform: translateY(-20px); }
.sytrend .item:hover .morea span{  background: url(../img/img50.png) no-repeat 100% 100% ; background-position: center;  }


.sytrend .swiper-container{  width: calc(100% - 350px);  float: right; overflow: hidden; }
.sytrend .item:hover{background:#630e13;}

.sytrend .intro{  float: right; width:1190px;background-color: #ffffff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); font-size: 17px; color: #666; line-height: 36px; padding: 20px 40px; }
.sytrend .intro h3{ font-size: 36px; color: #000; line-height: 1; font-weight: bold; margin-bottom:35px;  }
.sytrend .intro p{ margin-bottom: 30px; }
.sytrend .intro p b{ font-weight: bold; color:#630e13;  }

.sytrend .intro h4{ position: relative; overflow: hidden; margin-bottom: 25px; }
.sytrend .intro h4 span{ position: relative; line-height:78px; font-size: 24px; color: #000; font-weight: bold; float: left; z-index: 2; }
.sytrend .intro h4 span:after{ position: absolute; content: ""; left: 0; bottom: 0; height: 1px; background-color:#630e13; width: 100%;  }
.sytrend .intro h4:after{ position: absolute; content: ""; left: 0; bottom: 0; height: 1px; background-color:#e7e7e7; width: 100%;  }



/*页码*/
.pages{ padding: 40px 0px 100px; display: flex; align-items: center; justify-content:center; }
.pages a{ display: block; width:36px; height: 36px; border-radius: 6px; line-height: 34px; text-align: center; border:1px solid #eee; margin-left:10px; font-size: 14px; color: rgba(0, 0, 0, 0.65); cursor: pointer; transition: all 0.4s; } 
.pages a.on{ background-color: #630e13; border:1px solid #630e13; color: #fff; }
.pages a:hover{ background-color: #630e13; border:1px solid #630e13; color: #fff; }
.pages .change{ font-size: 14px; width: 60px; }
.pages p{ display: flex; align-items: center; font-size: 14px; color: #888; padding: 0 15px; }
.pages p input{ display: block; width: 50px; height: 36px; line-height: 34px; font-size: 14px; color: #333; text-align: center; margin:0 10px; border:1px solid #d9d9d9; border-radius: 6px; }
.pages a.sure{background-color: #630e13; border:1px solid #630e13; color: #fff; width: 50px; margin-left: 0; }
/*页码*/

 
@keyframes example {
    0% {transform: translateY(0);}
    25% {transform: translateY(-10px);}
    50% {transform: translateY(0);}
    75% {transform: translateY(10px);}
    100% {transform: translateY(0);}
}
.banbar{ height:540px;background:url(../img/img24.jpg) no-repeat center center / cover; position: relative; }
.banbar.smallH{ height: 290px; background-image: url(../img/img31.jpg); }
.banbar.bg2{ background-image: url(../img/img29.jpg); }
.banbar.bg3{ background-image: url(../img/img52.jpg); }
.banbar.bg4{ background-image: url(../img/img53.jpg); }
.banbar.bg5{ background-image: url(../img/img56.jpg); }
.banbar.bg6{ background-image: url(../img/img66.png); }


.banbar .tits{ text-align: center; height: 540px; color: #fff; position: relative; }
.banbar .tits .tha{ font-size: 44px; line-height: 1; color: #fff; font-weight: bold; font-size: 48px; text-align: left; position: absolute; left: 0; bottom: 20% }
.banbar .tits .thb{ font-size: 16px; line-height: 1; margin-top:40px; color: #fff; font-size: 20px; }
.banbar .tits .gown{ display: block; width: 58px; height: 58px;background:url(../img/img25.png) no-repeat center center / cover; margin-top: 110px; animation: example 3s infinite linear; cursor: pointer; }
.banbar .fixtab{ position: absolute; left: 0; bottom: 0; width: 100%; z-index: 9; }
.banbar .fixtab .cont{ display: flex; align-items: center; justify-content: space-between; }
.banbar .fixtab .lka{ height: 70px; background-color:rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; flex:1; cursor: pointer; transition:all 0.4s; margin-right: 10px; }
.banbar .fixtab .lka:last-child{ margin-right: 0; }
.banbar .fixtab .lka.on{ background-color: #630e13; }
.banbar .fixtab .lka:hover{ background-color: #630e13; }
.banbar .fixtab.two .lka{ width: calc(50% - 5px); }

.ppways{ background-image: url(../img/img26.jpg); background-size: 100% 100%; padding: 50px 0 85px; position: relative; z-index: 2; font-family: "impact";  }
.ppways .items{ color: #fff; }
.ppways .year{ margin-bottom: 50px; height: 75px; display: flex; align-items: flex-end; cursor: pointer;  }
.ppways .year b{font-size: 60px; font-weight: bold; opacity: 0.5; }
.ppways .year i{ width:36px; height: 36px; background-color: rgba(255,255,255,0.3); font-size: 16px; text-align: center; line-height: 36px; border-radius: 50%; }
.ppways .tree{ height: 400px; overflow-y: auto; display: none; }
.ppways .tone{ padding-left: 28px; position: relative; font-size: 18px; color: #fffefe; padding-bottom: 40px; line-height: 24px; }
.ppways .tone:before{ content: ""; position: absolute; left: 4px; top: 0; bottom: 0; width: 1px; background-color: #fff; }
.ppways .tone:after{ content: ""; position: absolute; left: 0px; top: 0; bottom: 0; width: 9px; height: 9px; border-radius: 50%; background-color: #fff; }
.ppways .tone:last-child:before{ display: none; }
.ppways .swiper-slide-active .year b{ font-size: 80px; opacity: 1; }
.ppways .swiper-slide-active .year i{ background-color: #630e13; }
.ppways .swiper-slide-active .tree{ display: block; }
.ppways .tabbtn{ display: flex; align-items: center; justify-content: center; margin-top: 50px; }
.ppways .tabbtn span{ font-size: 26px; color: #fffefe; margin:0 30px; cursor: pointer; line-height: 40px; border-bottom:3px solid transparent; opacity: 0.5; }
.ppways .tabbtn span.on{ border-bottom:3px solid #630e13; opacity: 1; }
.ppways h3{ font-size: 42px; color: #fffefe; line-height: 100px; background:url(../img/icon1.png) no-repeat left bottom / auto 6px; margin-bottom: 90px; font-weight: bold; }

.flex-start-between{ display: flex; align-items: flex-start; justify-content: space-between; }
.flex-between{ display: flex; align-items: center; justify-content: space-between; }
.gyinfo{ padding: 80px 0 70px; }
.gyinfo h2{ font-size:52px; color: #000; line-height: 1.4; text-align: left; font-weight: bold; margin-bottom: 50px;  }
.gyinfo ul{ font-size: 18px; color: #000; line-height: 1.4; margin:0 auto; margin-left: 120px; width: 200px; }
.gyinfo ul li{ margin-bottom:20px;  }
.gyinfo ul li span{ display: block; font-size: 20px; color: #630e13; } 
.gyinfo ul li span b{ font-size: 44px;  font-weight: bold; padding-right:10px;  }
.gyinfo .allpic{ display: block; width: 100%; }
.gyinfo .word{ font-size: 18px; color: #666; line-height: 2.5; text-align: center; text-align: justify; }
.gyinfo .left{ flex:1; }
.gyinfo ul i{ position: relative; display: block; }
.gyinfo ul i em{ position: relative; z-index: 2; background-color: #fff; padding-right: 12px; }
/*.gyinfo ul i:after{ content:""; position: absolute; left: 0; top: 50%; height: 2px; margin-top: -1px; width: 100%; background-color: #000; }*/

.movelist{ padding: 120px 0 90px; }
.movelist .items{float: left; width: 12.8%;height: 512px;padding-top: 206px;text-align: center; margin-right: 1.5%; background-position: center;background-repeat: no-repeat;background-size: cover;transition: all .8s ease; cursor: pointer; position: relative;}
.movelist .items:after{ content: '';display: block; width: 100%; height: 100%; position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.4; background-color: #000; }
.movelist .items:last-child{margin-right: 0;transform: translateY(-15px);}
.movelist .items:first-child{transform: translateY(-40px);}
.movelist .items:nth-child(3){transform: translateY(-72px);}
.movelist .items h5{font-size: 24px;color: #fff;margin-bottom: 20px;}
.movelist .items p{font-size: 16px;color: #fff;line-height: 28px;opacity: 0;transition: all .6s ease;transform: translateY(30px);transition: all 0s ease 0s;}
.movelist .items.active{width: 57.1%;padding:132px 258px 0 48px;text-align: left;}
.movelist .items.active:after{ content: '';display: block; width: 100%; height: 100%; position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0; background-color: #000; }
.movelist .items.active p{opacity: 1;transform: translateY(0);transition: all .4s ease .7s;}
.movelist .items.active h5{ font-size: 34px; }

.human{ padding: 75px 0 10px;  }
.human .list{ overflow: hidden; }
.human .item{ margin-right: 36px; margin-bottom: 36px; width: calc(33.33% - 24px); float: left; }
.human .item .pica{ display: block; overflow: hidden; }
.human .item .pica img{ display: block; width: 100%; transition: all 0.4s; }
.human .item .timea{ font-size: 14px; color: #888; line-height: 36px; padding-top:10px; display: block; cursor: pointer;  }
.human .item .texta{ font-size: 18px; color: #000; display: flex; align-items: center; justify-content: space-between; cursor: pointer;  }
.human .item .texta span{ display: block; width: calc(100% - 50px); line-height: 30px; font-size: 18px; color: #000; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical; transition: all 0.4s; }
.human .item .texta i{ display: block; width:44px; height: 44px; background:url(../img/img38.png) no-repeat left top / 100% 100%; transition: all 0.4s; }
.human .item:hover .texta i{ background-image:url(../img/img37.png);  }
.human .item:hover .pica img{ transform:scale(1.05); }
.human .item:hover .texta span{ color: #630e13; }
.human .item:nth-child(3n){ margin-right: 0; }

.xwinfo{ padding:90px 0; }
.xwinfo .title{ border-bottom: 1px solid #ececec; padding-bottom: 40px; font-size: 16px; color: #808080; line-height: 20px; font-weight: normal; margin-bottom: 30px;  }
.xwinfo .title h3{ font-weight: bold; margin-bottom:30px;  font-size: 36px; color: #111; line-height: 36px;  }
.xwinfo .title h5{ font-weight: normal; }
.xwinfo .word{ font-size: 16px; color: #333; line-height: 30px; margin-bottom: 60px; }
.xwinfo .word img{ display: block; max-width: 100%; margin:40px 0; }
.xwinfo .near{ padding: 30px 0; font-size:16px; color: #333; line-height: 36px; border-bottom: 1px solid #ececec;border-top: 1px solid #ececec;  }
.xwinfo .near a{ color: #333; cursor: pointer; transition: all 0.4s; }
.xwinfo .near a:hover{ color: #630e13; }

.worker{ padding:70px 0 90px;  }
.worker .filter{ margin-bottom:36px;  }
.worker .filter input{ display: block; height: 40px; border:1px solid #e5e5e5; line-height: calc(100% - 2px); font-size:14px; color: #808080; padding: 0 20px; margin-right: 15px; flex:1;  }
.worker .filter select{ display: block; height: 40px; border:1px solid #e5e5e5; line-height: calc(100% - 2px); font-size:14px; color: #808080; padding: 0 20px; margin-right: 15px; flex:1;  }
.worker .filter .go{ position: relative; width: 110px; height: 40px; border:1px solid #e5e5e5; line-height: calc(100% - 2px); font-size:14px; color: #808080; display: flex; align-items: center; justify-content: center; }
.worker .filter .go:hover{}
.worker .filter .go img{ display: block; width:16px; margin-right: 7px;  }
.worker .filter .go button{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; cursor: pointer; }
.worker .filter > div{ margin-bottom: 36px; }
.worker .filter .indexs{ border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; line-height: 68px; font-size:16px; color: #333;  }
.worker .filter .indexs span{ color: #808080; }
.worker .filter .indexs i{ cursor: pointer; font-weight: bold; }
.worker .filter .indexs i.on{ color: #630e13;  }
.worker .filter .indexs i:hover{ color: #630e13;  }
.worker .item{ float: left; width: calc(33.33% - 20px); margin-right: 30px; margin-bottom: 30px;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); background: #fff; padding: 30px; /*min-height: 244px;*/ cursor: pointer;transition: 0.6s all;border: 1px solid rgba(0,0,0,0) }
.worker .item:nth-child(3n){ margin-right: 0; }
.worker .item .imga{ float: left; width: 162px; height: 162px; overflow: hidden; }
.worker .item .imga img{ display: block; width: 162px; transition: all 0.4s; }
.worker .item .info{ font-size:16px; line-height: 22px; color: #666; width: calc(100% - 188px); float: right; }
.worker .item .info .namea{ font-size:22px; color: #000; font-weight: bold;   }
.worker .item .info .desc{ margin-top: 8px; height: 88px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4;-webkit-box-orient: vertical;  height: 88px;  }
.worker .item .info .desc b{ color:#630e13; font-weight: bold;  }
.worker .item:hover{ /*background-color: #630e13;box-shadow: 0 0 20px #ddd;*/border: 1px solid #630e13 }
/*.worker .item:hover .info .namea{ color: #fff; }
.worker .item:hover .info .desc{ color:#fff;  }
.worker .item:hover .info .desc b{ color:#fff;}*/
.worker .item:hover .imga img{ transform: scale(1.1); }

.workerinfo{ position: relative; margin-top: 60px; margin-bottom: 20px; }
.workerinfo .cont{ background: #fff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); padding: 50px; }
.workerinfo .info{ width: 425px; float: left; }
.workerinfo .pic{ width:100%;  }
.workerinfo .pic img{ display: block; width:100%; }
.workerinfo .intro{ float: right; width: calc(100% - 328px); font-size: 17px; color: #666; line-height: 28px; }
.workerinfo .intro h3{ font-size: 36px; color: #000; line-height: 1; font-weight: bold; margin-bottom:35px;  }
.workerinfo .intro p{ margin-bottom: 30px; }
.workerinfo .intro p b{ font-weight: bold; color:#630e13;  }
.workerinfo .way{ display: flex; align-items: center; justify-content: space-between; margin:50px 0;   }
.workerinfo .way p{ height: 50px; line-height: calc(100% - 2px); position: relative; padding-left: 64px; text-align: center; flex:1; border:1px solid #630e13; margin-right: 20px; display: flex; align-items: center; }
.workerinfo .way p i{ display: block; width: 48px; height: 48px; background:#630e13 url(../img/img46.png) no-repeat center center / 30px auto ; position: absolute; left: 0; top: 0;  }
.workerinfo .way p i.bg02{ background-color:#28a069; background-image: url(../img/img47.png);  }
.workerinfo .way p i.bg03{ background-color:#4674b8; background-image: url(../img/img48.png);  }
.workerinfo .way p:nth-child(2){ border-color:#28a069; }
.workerinfo .way p:nth-child(3){ border-color:#4674b8; margin-right: 0; }
.workerinfo .way p a{ font-size: 22px; color: #000;}
.workerinfo h4{ position: relative; overflow: hidden; margin-bottom: 25px; }
.workerinfo h4 span{ position: relative; line-height:78px; font-size: 24px; color: #000; font-weight: bold; float: left; z-index: 2; }
.workerinfo h4 span:after{ position: absolute; content: ""; left: 0; bottom: 0; height: 1px; background-color:#630e13; width: 100%;  }
.workerinfo h4:after{ position: absolute; content: ""; left: 0; bottom: 0; height: 1px; background-color:#e7e7e7; width: 100%;  }

.field{ padding: 80px 0 120px; }

.field .lists{ overflow: hidden; }
.field .item{ display: block; width: calc(33.33% - 20px); margin-right: 30px; margin-bottom: 30px; position: relative; transition:all 0.5s; overflow: hidden; cursor: pointer; float: left;  }
.field .item:nth-child(3n){ margin-right: 0; }
.field .item .pic{ position: relative; z-index: 1; width: 100%; height: 0; padding-bottom:30vw; padding-bottom: 100%; /*display: flex; align-items: center; justify-content: center; */  }
.field .item .pic img{ display: block; width: 100%; object-fit: cover; transition: all 0.4s; }
.field .item .ups{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; background-color: rgba(0,0,0,0.6); z-index: 2; padding:45px 40px; line-height: 1.3; color: #fff; transition:all 0.5s; }
.field .item .ups h5{ font-size: 42px; font-size: 32px; }
.field .item .ups p{ font-size: 22px; margin:18px 0 33px; font-size: 16px; }
.field .item .ups .line{ width: 50px; height: 1px; background-color: #fff; }
.field .item .ups .go{ position: absolute; left: 40px; bottom: 40px; width:56px; height: 56px; background: url(../img/img16.png) no-repeat left center / 56px auto; cursor: pointer; transition:all 0.5s; }
.field .item:hover .ups .go{ background: url(../img/img17.png) no-repeat left center / 56px auto;  }
.field .item:hover .ups{ padding: 60px 40px; }
.field .item:hover .pic img{ transform: scale(1.05); }
.field .item:hover .ups .go{ bottom: 60px; }

.btnpop{position:relative;display:block;overflow:hidden;text-transform:uppercase;position:relative;cursor:pointer;transition:0.9s linear;}
/*.btnpop:before,.btnpop:after{position:absolute;top:50%;z-index:-1;content:"";width:40px;height:40px;background-color:#630e13;border-radius:50%}
.btnpop:before{left:-40px;transform:translate(-50%,-50%)}
.btnpop:after{right:-40px;transform:translate(50%,-50%)}
.btnpop:hover{color:#fff}
.btnpop:hover:before{-webkit-animation:criss-cross-left 0.8s both;animation:criss-cross-left 0.8s both;-webkit-animation-direction:alternate;animation-direction:alternate}
.btnpop:hover:after{-webkit-animation:criss-cross-right 0.8s both;animation:criss-cross-right 0.8s both;-webkit-animation-direction:alternate;animation-direction:alternate}*/

.btnpop span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #630e13;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btnpop:hover {
  color: #e3e7d5;
}
.btnpop:hover span {
  width: 225%;
  height: 1200px;
}
.btnpop:active {
  background-color: #630e13;
}


.recruit{ padding: 70px 0; }
.recruit .word{ font-size: 16px; line-height: 24px; color: #666; text-align: center; margin:0 auto 60px; max-width: 1000px; }
.recruit .word h3{ font-size: 36px; color: #333; font-weight: bold; line-height: 1.4; margin-bottom: 18px; }
.recruit .list{ margin-top: 40px; }
.recruit .item{ margin-bottom: 20px; border:1px solid #f7f7f7; overflow: hidden; display: none; }
.recruit .item h4{ line-height: 88px; font-size: 20px; color: #111; padding: 0 0 0 40px; font-weight: bold; position: relative; cursor: pointer; display: flex; align-items: center; justify-content: space-between; border:1px solid #e6e6e6; border-left: 3px solid #630e13; border-right: none;   }
.recruit .item h4 span{ color: #999; font-weight: normal; }
.recruit .item .toggle{ width: 44px; height: 88px; background:#630e13 url(../img/jiai2.png) no-repeat center center / 24px 24px;  cursor: pointer; }
.recruit .item.on .toggle{ background-image: url(../img/jiani2.png); }
.recruit .item .desc{ padding: 0px 50px; border-top: 1px solid transparent; background-color: #fff; box-shadow: #f3f2f2 0 5px 10px 5px; font-size: 16px; line-height: 36px; color: #666; display: none; padding: 55px 50px; }
.recruit .item .desc .go{ display: block; width: 182px; height: 50px; background-color: #630e13; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; }
.recruit .item .one{ margin-bottom: 30px; }
.recruit .item .one:last-child{ margin-bottom: 0; }
.recruit .item h5{ font-size: 20px; color: #630e13; font-weight: bold; margin-bottom: 15px; }
.recruit .item.on{ background-color: #fff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); }
.recruit .item.on .desc{ background-color: #fff; }
.recruit .tabspan{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; }
.recruit .tabspan span{font-size: 20px; line-height: 30px; color: #630e13; transition: all 0.36s; padding: 8px 0; border:1px solid #630e13; cursor: pointer; margin:0 12px; flex:1; text-align: center; }
.recruit .tabspan span.on{ background-color:#630e13; color: #fff;  }

.contact{ padding: 90px 0; }
.contact .forms{ padding: 0; }
.contact .forms .line{ width: calc(33.33% - 18px); margin-right: 27px; margin-bottom: 32px; float: left; display: block; border:1px solid rgba(212,212,212,0.45); padding: 0 30px; font-size:16px; color: #333; line-height: 60px;  }
.contact .forms .line:nth-child(3){ margin-right: 0; }
.contact .forms .line.all{ width: 100%; margin-right: 0; }
.contact .forms textarea{ padding: 18px 30px; font-size:16px; color: #333; line-height: 40px; height: 230px;  }
.contact .forms .tip{ font-size: 16px; color: #777; line-height: 32px; }
.contact .part{background:#fff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); border-radius: 0; padding: 60px; }
.contact .libs{ }
.contact .lib{ float: left; width: calc(33.33% - 20px); margin-right: 30px; background-color: #fff; padding: 25px 28px; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06); min-height: 136px; }
.contact .lib:nth-child(3n){margin-right: 0px; }
.contact .lib .icon{ display: block; width: 44px; height: 44px; margin-right: 26px;  }
.contact .lib:hover p span{ color: #630e13;}
.contact .lib p{ line-height: 1; flex:1; }
.contact .lib p i{ display: block; font-size: 20px; color: #999; transition: all 0.4s; }
.contact .lib p span{ display: block; font-weight: bold; font-size: 18px; color: #000; margin-top: 18px; line-height: 24px; transition: all 0.4s; }
.contact h3{ margin-bottom: 55px; line-height: 1.3; }
.contact h3 em{ display: block; font-size: 18px; color: #777; }
.contact h3 span{ display: block; font-size: 40px; color: #000003; font-weight: bold; margin:10px 0 20px; }
.contact h3 i{ display: block; font-size: 16px; color: #888; }
.contact .bot{ display: flex; align-items: center; margin-top: 50px; }
.contact .go{ width: 300px; height: 62px;  background-color: #630e13; font-size: 16px; display: flex; align-items: center; justify-content: center; color: #fff; position: relative; transition: all 0.4s}
.contact .go:hover{ transform: scale(1.01); }
.contact .go img{ display: block; width:21px; margin-right: 16px;  }
.contact .go button{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; cursor: pointer; }
.contact .tel{ margin-left: 44px; padding-left:33px; background: url(../img/img64.png) no-repeat left center / 17px auto; height: 44px; line-height: 44px; font-size: 20px; color: #000; }

.essay{ padding-top: 80px; }
.essay .cont{ overflow: hidden;  }
.essay .item{ float: left; width: 33.33333%; background-color: #fff; border-left: 1px solid #ddd; margin-bottom: 65px; transition: all 0.36s;  padding: 45px 62px 52px 52px; position: relative; cursor: pointer; }
.essay .item .ga_e1xian{ width: 0; height: 48px; border: 1px solid #630e13; position: absolute; left: -1px; top: 45px; transition: all 0.36s; }
.essay h4{font-size: 24px; line-height:36px; color: #630e13; font-weight: 500; margin-bottom: 28px; transition: all 0.36s; height: 108px;text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;   }
.essay p{ font-size: 14px; line-height:22px; color: #666; transition: all 0.36s; height: 88px; overflow: hidden; margin-bottom: 60px;text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; }
.essay .more{ width: 100%; }
.essay .txt{font-size: 14px; color: #666; line-height: 1.5; margin-right: 14px; transition: all 0.36s; float: left;}
.essay .icon{position: relative; width: 15px; margin-top: 5px; transition: all 0.36s; float: left;}
.essay .fl { float: left; display: inline-block; width: 14px; height: 0; border-top: 1px solid #747474; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transition: width .36s ease, background .36s ease, margin .36s ease; }

.essay .fr {float: right; display: inline-block; border-top: 1px solid; border-right: 1px solid; width: 9px; height: 9px; line-height: 1.6; transform: rotate(45deg); border-color: #747474; -webkit-transition: width .32s ease, background .32s ease, margin .32s ease; }
.essay .item:hover { background-color: #630e13; }
.essay .item:hover h4,
.essay .item:hover p,
.essay .item:hover .txt { color: #fff; }
.essay .item:hover .icon { width: 133px; }
.essay .item:hover .fl { width: 132px; border-color: #fff;}
.essay .item:hover .fr { border-color: #fff; }
.essay .item:hover .ga_e1xian{ display: none;}

.fadeup {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}
.ryinfo{ padding: 60px 0 20px; }
.ryinfo .info{ width: 460px; float: left; max-width: 100%; }
.ryinfo .info .pic{ width: 100%; }
.ryinfo .info .pic img{ width: 100%; }
.ryinfo .lib{ margin-top: 30px; }
.ryinfo .lib dl{ width: 100%; height: 66px; overflow: hidden; box-shadow: 5px 0px 32px 0px rgba(67, 67, 67, 0.08);margin-bottom: 10px;transition: all 0.36s;position: relative;}
.ryinfo .lib dt img{ width: 17px; }
.ryinfo .lib dt{width: 96px; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 66px; float:left; font-size: 14px;line-height: 24px;color: #333333;}
.ryinfo .lib dd{ width: calc(100% - 96px); height: 66px; line-height: 66px; border-left: 1px solid #eeeeee; font-size: 14px; float:left; color: #630e13; padding: 0 22px; font-weight: bold; } 
.ryinfo .intro{ width: calc(100% - 460px); padding-left: 88px; float: right; }   
.ryinfo .intro h3{font-size: 40px; line-height: 48px; color: #333333;}
.ryinfo .intro h3 span{ font-size: 16px; line-height: 48px; color: #630e13; padding-left: 15px;}
.ryinfo .intro .desc{ font-size: 16px; line-height: 24px; color: #666666; margin-top: 10px; margin-bottom: 30px;}
.ryinfo .intro .one{ border-bottom: 1px solid #e5e5e5; padding: 20px 0; position: relative;  }
.ryinfo .intro .one h5{font-size: 20px; line-height: 36px; color: #333333;}
.ryinfo .intro .area{ overflow: hidden; margin-top: 12px; }
.ryinfo .intro .area a{ background: #f6f6f6; float: left; font-size: 16px; border: 1px solid #eeeeee;padding: 12px 30px; margin-right: 17px; margin-bottom: 17px;}
.ryinfo .intro .down{ font-size: 16px; line-height: 24px; color:#666; margin-top: 12px; }
.ryinfo .intro .one p{ font-size: 16px; line-height: 24px; color:#666; margin-top: 12px;}
.ryinfo .intro .one .down{ display: none; }
.ryinfo .intro .one .toggle{ position: absolute; right: 0; top: 20px; width: 36px; height: 36px; padding: 5px; cursor: pointer;  }
.ryinfo .intro .one .jian{ display: none; width: 100%; }
.ryinfo .intro .one .jia{ display: block; width: 100%; }
.ryinfo .intro .one.on .jian{ display:block; }
.ryinfo .intro .one.on .jia{ display:none; }
.ryinfo .intro .one.on .down{ display:block; }


.rwinfo{ padding-top: 60px; position: relative; overflow: hidden;  }
.rwinfo .cont{ }
.rwinfo:after{ content:""; position: absolute; right: 0; top: 0; height: 100%; background-color: #f7f7f7; width: calc(50vw - 720px + 450px + 0px) }
.rwinfo .left{ width: calc(100% - 450px); float: left; padding-right: 65px; padding-bottom: 80px; position: relative; z-index: 2; padding-left: 45px; }
.rwinfo h3{  font-size: 26px; line-height: 42px; color: #000000; }
.rwinfo h3.f40{ font-size: 40px; line-height: 48px; }
.rwinfo h5{ font-size: 18px; line-height: 30px; color: #999999; padding: 25px 0; font-weight: normal; }
.rwinfo h5 .share{ display: flex; align-items: center; font-size: 14px; line-height: 30px; color: #999; }
.rwinfo h5 .share a{ display: block; width: 30px; margin-left: 15px; } 
.rwinfo h5 .share a img{ display: block; width: 30px; } 
.rwinfo p{ font-size: 16px; color: #666; line-height: 24px; }
.rwinfo .word{ font-size: 16px; color: #666; line-height: 24px; }
.rwinfo .word img{ display: block; max-width: 100%; margin:20px auto; } 
.rwinfo .word a{ color: #630e13; }
.rwinfo .word a b{  font-weight: bold; }
.rwinfo .one{ margin-top: 40px; }
.rwinfo .bar{ position: relative; padding-left: 40px; margin-bottom: 40px; }
.rwinfo .bar span{ position: absolute; left: 0; top: 50%; margin-top: -20px; width: 40px; height: 40px; text-align: center; line-height: 24px; font-size: 16px; font-weight: bold; }
.rwinfo .bar span i{ position: relative; z-index: 2; color: #000; }
.rwinfo .bar span:before{ content: ""; position: absolute; left: 0; top: 0; width: 8px; height: 8px; transform: rotate(45deg); margin-left: -4px; background-color: #ffd427; }
.rwinfo .bar span:after{ content: ""; position: absolute; left: 50%; margin-left: -19px; bottom: 0; width: 38px; height: 38px; transform: rotate(45deg); background-color: #ffd427; }
.rwinfo .bar p{ min-height: 64px; background-color: #ffebec; padding: 5px 20px; }
.rwinfo .near{ height: 70px; overflow: hidden; margin-top: 40px; }
.rwinfo .near .link{ float: left; width: 49%; height: 60px; font-size: 14px; color: #666; line-height: 22px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding-right:15px; }
.rwinfo .near .link img{ display: block; width: 16px; margin:0 15px; }
.rwinfo .near .link span{ width: calc(100% - 40px); display: block; height: 44px; overflow: hidden;}
.rwinfo .near .link .prev{ transform: rotate(-180deg); }
.rwinfo .near .link:nth-child(2n){ float: right; padding-right: 0; padding-left: 15px; }
.rwinfo .near .link:hover{ background-color: #630e13; }
.rwinfo .near .link .black{ display: block; opacity: 0.6; }
.rwinfo .near .link .white{ display: none; }
.rwinfo .near .link:hover .black{ display: none; }
.rwinfo .near .link:hover .white{ display: block; }
.rwinfo .near .link:hover span{ color: #fff; }

.rwinfo .linetxt{ font-size: 16px; line-height: 28px; color: #666666; margin-bottom: 55px; padding: 40px 0 18px; border-bottom: 1px solid #e5e5e5;}
.rwinfo .sins{ margin-bottom: 40px; }
.rwinfo .sins .stit{ margin-bottom: 30px; position: relative; padding-left: 16px;}
.rwinfo .sins .stit p{font-size: 24px; line-height: 32px; position: relative; color: #630e13;}
.rwinfo .sins .stit span{ font-size: 48px; color: rgba(86, 141, 202, 0.2); color: #ffebec; position: absolute; top: -15px; left: 0px; z-index: -1; font-weight: bold; }
.rwinfo .sins .both{ overflow: hidden; }
.rwinfo .sins .both .lst{ width: calc(50% - 20px); float:right; }
.rwinfo .sins .both .lst:nth-child(2n){ float: left; }
.rwinfo .sins .both p{ font-size: 16px; line-height: 26px; color: #666666; position: relative; margin-bottom: 18px;}
.rwinfo .sins .both p b{ font-weight: bold; display: block; }

.rwinfo .right{ width: 450px; padding: 50px 50px 0 60px; position: absolute; top: 0; right: 0; height: 100%; background-color: #f7f7f7; z-index: 3;  }
.rwinfo .right .item{ margin-bottom: 45px; }
.rwinfo h4{ margin-bottom: 25px; font-size: 24px; line-height: 36px; color: #333; }
.rwinfo .right .more{  border: 1px solid #630e13; height: 42px; padding: 0 25px; font-size: 16px; line-height: 40px; width: 160px; color: #630e13; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-top: 25px; }
.rwinfo .right .more img{ display: block; margin-left: 12px; }
.rwinfo .right .pic{ overflow: hidden; cursor: pointer; }
.rwinfo .right .pic img{ display: block; width: 100%; transition: all 0.4s; }
.rwinfo .right .pic:hover img{ transform: scale(1.1); }
.rwinfo .right .he_bsxgd p { font-size: 16px; line-height: 24px; color: #666666; margin-bottom: 10px; transition: all 0.36s;}
.rwinfo .right .he_bsxgd p:hover{ color: #630e13; }


.field .ones{ float: left; width: calc(33.33% - 20px); margin:0 10px; background-color: #fff; padding: 60px 0 58px 45px; display: block; position: relative; overflow: hidden; margin-bottom: 20px;box-shadow: 5px 0px 32px 0 rgba(67, 67, 67, 0.08);
    background-color: #fff; transition: all 0.36s; }
.field .ones .icon{ display: block; width:54px; height: 54px; background-repeat:no-repeat; background-position:  right center; background-size: 100% auto; margin-bottom: 32px; }
.field .ones:nth-child(1) .icon{ background-image:url(../pic/a01.png);  }
.field .ones:nth-child(1):hover .icon{ background-image:url(../pic/a02.png); }
.field .ones:nth-child(2) .icon{ background-image:url(../pic/a03.png);  }
.field .ones:nth-child(2):hover .icon{ background-image:url(../pic/a04.png); }
.field .ones:nth-child(3) .icon{ background-image:url(../pic/a05.png);  }
.field .ones:nth-child(3):hover .icon{ background-image:url(../pic/a06.png); }
.field .ones:nth-child(4) .icon{ background-image:url(../pic/a07.png);  }
.field .ones:nth-child(4):hover .icon{ background-image:url(../pic/a08.png); }
.field .ones:nth-child(5) .icon{ background-image:url(../pic/a09.png);  }
.field .ones:nth-child(5):hover .icon{ background-image:url(../pic/a10.png); }
.field .ones:nth-child(6) .icon{ background-image:url(../pic/a11.png);  }
.field .ones:nth-child(6):hover .icon{ background-image:url(../pic/a12.png); }
.field .ones:nth-child(7) .icon{ background-image:url(../pic/a13.png);  }
.field .ones:nth-child(7):hover .icon{ background-image:url(../pic/a14.png); }
.field .ones:nth-child(8) .icon{ background-image:url(../pic/a15.png);  }
.field .ones:nth-child(8):hover .icon{ background-image:url(../pic/a16.png); }
.field .ones:nth-child(9) .icon{ background-image:url(../pic/a17.png);  }
.field .ones:nth-child(9):hover .icon{ background-image:url(../pic/a18.png); }
.field .ones:nth-child(10) .icon{ background-image:url(../pic/a19.png);  }
.field .ones:nth-child(10):hover .icon{ background-image:url(../pic/a20.png); }

.field .ones .name{font-size: 24px; line-height: 36px; color: #333; font-weight: bold; transition: all 0.36s; width: 362px; height: 36px; overflow: hidden;}
.field .ones .more{display: none; transition: all 0.4s; right: 45px; position:absolute; bottom: -58px; z-index:2; font-size: 16px; line-height: 36px; color: #fff;padding-right:20px; background: url(../img/img50.png) no-repeat right center / 16px auto; }
.field .ones:hover .more{ bottom: 58px; }
.field .ones:hover{ background-color:#630e13;  }
.field .ones:hover .name{ color: #fff; }


.zppart{background: url(../img/bgtxt.png) no-repeat right bottom / 30% auto; padding: 95px 0 50px;}
.zppart h2{ text-align: center;font-size: 36px;
    line-height: 44px;
    color: #333333;
    text-align: center; }
.zppart .kinds{ display: flex; align-items: center; justify-content: space-between; margin-top: 95px; }
.zppart .kinds a{ display: block; width:200px; text-align: center; cursor: pointer; }
.zppart .kinds a .pic{ display: block; width: 100%; overflow: hidden; border-radius: 50%; }
.zppart .kinds a .pic img{ display: block; width: 100%; transition: all 0.4s; }
.zppart .kinds a:hover .pic img{ transform: scale(1.1); }
.zppart .kinds a p{ font-size: 24px;
    line-height: 30px;
    color: #333333;
    height: 30px; margin-top: 30px; }

.zpabout{}
.zpabout .item{ overflow: hidden; padding-top: 20px;  position: relative; }
.zpabout .item:last-child{ padding-bottom: 20px; }
.zpabout .item .info{ float: left; width: 650px; position: relative; padding: 80px 80px 80px 80px; margin-bottom: 70px;background: #f8f9fa; }
.zpabout .item .info:before{content:""; position: absolute; width: 140%; top: 0; left: -20%; height: 100%; background-color:#f8f9fa;  }
.zpabout .item .show{ float: right; }
.zpabout .item.reverse .info{ float: right; }
.zpabout .item.reverse .show{ float: left; }
.zpabout .item.reverse .show h5{ justify-content: flex-start; text-align: left; }
.zpabout .item .info .bt{ padding: 40px 0 0 20px; font-size: 30px;
    line-height: 36px;
    color: #333333;
    position: relative;
    z-index: 2;
    font-weight: bold; }
.zpabout .item .info .bt i{ position: relative; z-index: 2; }
.zpabout .item .info .bt span{position: absolute;
    font-size: 100px; line-height: 100px;
    font-weight: bold;
    color: #e1e1e1;
    bottom: 0px;
    left: -4px;
    z-index: 1;}
    .zpabout .item .info ul{ margin:40px 0 35px; }
.zpabout .item .info li{ font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-left: 16px;
    position: relative;
    margin-bottom: 30px; }
.zpabout .item .info li::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 17px;
    background: #630e13;
}
.zpabout .item .show{width: calc(100% - 650px); position: relative; top: -70px; }
.zpabout .item .show h5{ display: flex; align-items: flex-end; justify-content: flex-end; text-align: right;
    font-size: 68px;
    color: #f6f6f7;
    font-weight: bold;
    line-height: 78px;
    height: 156px;
    /*position: absolute; left: 0; top: 0; width: 100%;*/
}
.zpabout .item .show .pic{ display: block; width: 100%; position: relative; z-index: 3; margin-top: 20px; }
.zpabout .item .show .pic img{ display: block; width: 100%; }


.g_fadeup1 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.g_fadeup2 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s;
}

.g_fadeup3 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}

.g_fadeup4 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.7s;
}
.g_fadeup5 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}

.g_fadeup6 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.9s;
}

@media screen and (max-width: 1470px){
	.cont{ width: 92vw; margin-left: auto; margin-right: auto; min-width: 320px; }
	.sytrend .left{ padding-right: 30px; }
	.major .show{ width: 100%; }
	.lefts .tit{ width: 250px; }
	.lefts .tit h3{ font-size: 40px; }
	.major .show .swiper-container{ width: 97vw; width: calc(100% - 250px); }
	.banner .swiper-slide .text h3{ font-size: 90px; }
	.banner .swiper-slide .text h4{ font-size: 60px; }
	.tit h3{ font-size: 46px; line-height: 48px; }
	.tit h3 span:before{ height: 12px; bottom: 4px; }
	.tit h4{ font-size: 18px; }
	.major .show .item .ups{ padding: 30px 30px; }
	.major .show .item .ups h5{ font-size: 26px; }
	.major .show .item .ups p{ font-size: 14px; }
	.major .show .item:hover .ups{ padding: 35px 30px; }


	.field .item .ups{ padding:35px 30px; line-height: 1.3; color: #fff; transition:all 0.5s; }
	.field .item .ups h5{ font-size: 26px; }
	.field .item .ups p{ margin:18px 0 33px; font-size: 15px; }
	.field .item .ups .go{ left: 30px; width: 48px; height:48px; background-size: 100% 100%;  }

	.syabout .about h3{ font-size: 48px; }

	.sytrend .swiper-container{ width: calc(100% - 250px); }
	.sytrend .item .link{ font-size: 20px; }
	.sytrend .morea{ font-size: 16px; }
	.sytrend .left .kind{ width: 180px; }
	.sytrend .left .taba{ font-size: 18px; line-height: 28px; padding: 15px 0; }
	.gyinfo h2{ font-size: 42px; }
	.worker .item{ padding: 25px; }
	.worker .item .imga{ width: 140px; height: 140px; }
	.worker .item .imga img{ width: 140px; height: 140px; }
	.worker .item .info{ width: calc(100% - 160px); }
	.worker .item .info .desc:last-child{ margin-top: 14px; }
	.workerinfo .way p a{ font-size: 18px; }
	.workerinfo .way p{ padding-left: 58px; }
	.workerinfo .pic{ width: 200px; }
	.workerinfo .pic img{ width: 200px; }
	.workerinfo .intro{ width: calc(100% - 240px); }
	.workerinfo .intro h3{ font-size: 32px; }
	.recruit .item h4{ font-size: 20px;}
	.recruit .item .desc{ padding: 0px 40px }
	.recruit .item.on .desc{ padding:40px }

    .field .ones{ padding: 25px 0 45px 25px; }
    .field .ones .name{ font-size: 20px; }
    .field .ones .more{ right: 25px; font-size: 14px; }
    .field .ones:hover .more{ bottom: 45px; }

    .zpabout .item .info{width: 500px;padding:60px 60px;}
    .zpabout .item .show{width: calc(100% - 500px);}

}
@media screen and (max-width: 1024px){
	.head{ height: 1.08rem; background-color: #fff !important; }
	.head .hmid{ padding: 0.1rem 0.3rem;}
    .head .hmid.padd{ padding: 0.1rem 0.3rem; }
	.head .menus{ position: static; float: right; margin-right: 0.1rem; display: block; width: 0.68rem; height: 0.68rem; position: relative; /* background-color: #630e13; margin-top: 0rem; background-image: url(../img/menu.png); background-size: 0.36rem auto; background-position: center center; background-repeat: no-repeat; border-radius: 0.08rem;*/ }

    

	.head .menus .navbtn,
	.head .menus .navbtn::after,
	.head .menus .navbtn::before { width: 28px; }

	.head .menus .navbtn {
    position: absolute;
    top: 50%; 
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
	}

	.head .menus .navbtn::after,
	.head .menus .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
	}

	.head .menus .navbtn::after {
    top: -10px;
	}

	.head .menus .navbtn::before {
    top: 10px;
	}

	.head .menus.on .navbtn {
    background: transparent;
	}

	.head .menus.on .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	}

	.head .menus.on .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

	/*.head .menus.on{  background-image: url(../img/menu.png); }*/
	.head .navbar{ position: fixed; left: -1200px; top: 1rem; background-color: #fff; width: 100%; height: auto; z-index: 99; background-color: #fff; padding: 0.2rem 0.4rem; bottom: 0; overflow-y:auto; transition: all 0.6s; border-top: 1px solid #ededed; }
	.head .navbar.on{ left: 0; }
	.head .navbar .nava{ color: #333 !important; border-bottom: 1px solid #eee; display: block; float: none; line-height: 0.88rem; height: auto; padding: 0; font-size: 0.28rem; }
	.head .navbar .nava .biga{ font-size: 0.3rem; color: #333; }
	.head .navbar .nava .da{ font-size: 0.3rem; }
	.head .nava .drop{ position: static; text-align: left; height: auto; display: none; width: 100%; margin-left: 0; opacity: 1; transform: translateY(0); }
	.head .nava .da{ font-size: 0.26rem; line-height: 0.8rem; text-align: left; padding-left:0.3rem;  }
	.head .nava .da:last-child{}
	.head .nava .drop.on{ display: block; }
	.head .logoa{ margin:0.2rem 0; height: 0.48rem; }
	.head .logoa img{ height: 0.48rem; }
	.head .logoa .img1{ display: none; }
	.head .logoa .img2{ display: block; }
	.headerH{ height:1.08rem; }
	
	.footer .ups{ padding: 0.3rem 0; display: block; }
	.footer ul{ display:none; }
	.footer .tel{ width: 100%; }
	.footer .code{ width: 100%; padding-right: 0; margin-top: 0.3rem; }
	.footer .tel b{ padding-left:0.4rem; background-size: 0.26rem; font-size: 0.4rem; }
	.footer .tel i{ margin:0.2rem 0 0.1rem; }
	.footer h3{ font-size: 0.28rem; margin-bottom: 0.2rem; }
	.footer .bot{ padding: 0.15rem 0; font-size: 0.24rem; line-height: 0.6rem; }
	.footer .bot i{ padding: 0 0.05rem; }
	.footer .code .pic{ left: 0; margin-left: 0; }

	.banner .swiper-slide .text{bottom: 20%;}
	.banner .swiper-slide .text h4{ font-size: 0.6rem; }
	.banner .swiper-slide .text h3{ font-size: 0.8rem; height: 0rem;padding-left:1.2rem; }
	.banner .swiper-button-prev,
	.banner .swiper-button-next{ display: none !important; }
	.banner .swiper-slide .text .movea{ margin-top: 0.3rem; }
	.banner .swiper-slide .text .goa{ width: 1.4rem; height: 0.48rem; font-size: 0.22rem; }

	.major{ padding: 0.6rem 0 0.6rem; }
	.tit{ margin-bottom: 0.4rem; }
	.tit h3{ font-size: 0.48rem !important; line-height: 0.6rem; }
	.tit h4{ font-size: 0.28rem; margin-top: 0.2rem; line-height: 0.36rem; transition: all 0; }
	.tit h3 span:before{ bottom: 0.06rem; height: 0.08rem; }
	.tit .swiper-button-prev{ width: 0.6rem; height: 0.6rem; top: 50%; right: 1.04rem; margin-top: -0.3rem; }
	.tit .swiper-button-next{ width: 0.6rem; height: 0.6rem; top: 50%; right: 0.24rem; margin-top: -0.3rem; }

	.lefts .tit{ width: 100%; margin-bottom: 0.5rem; }
	.lefts .tit h3 span:before{ background-color: transparent; }

	.lefts .swiper-button-prev{ width: 0.6rem; height: 0.6rem; top: 0%; left:auto; right: 0.8rem; margin-top:0rem;}
	.lefts .swiper-button-next{ width: 0.6rem; height: 0.6rem; top: 0%; left:auto; right: 0rem; margin-top: 0rem;}
	.major .show .swiper-container{ width: 100%; }
	.sytrend .swiper-container{ width: 100%; }

	.major .show .item{ /*padding-bottom: 5rem;*/ }
	.major .show .item .ups{ padding: 0.3rem 0.3rem; }
	.major .show .item .ups h5{ font-size: 0.66rem; }
	.major .show .item .ups p{ font-size: 0.28rem; margin:0.18rem 0 0.2rem; opacity: 0.6 }
	.major .show .item .ups .line{ width: 0.5rem; opacity: 0.5 }
	.major .show .item .ups .go{ left: 0.3rem; bottom: 0.3rem; width: 0.86rem; height: 0.86rem; background-size: 100% 100% !important; }
	.major .show .item:hover .ups{ padding: 0.4rem 0.3rem; }
	.major .show .item:hover .ups .go{ bottom: 0.4rem; }

	.syabout{ padding: 1.2rem 0 1.2rem; }
	.syabout .about{ width: 90%; font-size: 0.28rem; line-height: 0.48rem; }
	.syabout .about h3{ font-size: 0.48rem; font-weight: bold; margin-bottom: 0.5rem; }
	.syabout .about .btnnormal{ width: 2.1rem; height: 0.64rem; margin-top: 0.6rem; font-size: 0.28rem; }

	.sytrend{ padding:0.6rem 0 0.6rem;  }
	.sytrend .both{ display: block; }
	.sytrend .left{ width: 100%; padding-right: 0; }
	.sytrend .left .kind{ width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.3rem; }
	.sytrend .left .taba{ font-size: 0.3rem; padding: 0.1rem 0; line-height: 0.44rem; }
	.sytrend .left .taba.on{ padding-left: 0.12rem; }
	.sytrend .left .taba.on:before{ height: 0.24rem;}
	.sytrend .left .morea{ display: none; }
	.sytrend .switch{ width: 100%; }
	.sytrend .box{ padding-top: 0; }
	.sytrend .item{ width: 100% !important; margin:0 0 0rem 0; padding: 0; }
	.sytrend .item .link{ line-height: 0.4rem; height: 1.6rem; font-size: 0.44rem; line-height: 0.54rem;  }
	.sytrend .item  .morea{ font-size: 0.32rem; margin-top: 0rem; }
	.sytrend .item  .morea span{margin-left: 0.15rem;}
	.sytrend .item .time{ margin-bottom: 0.5rem; width: 1.3rem; height: 1.3rem; }
	.sytrend .item .time b{ font-size: 0.64rem; line-height: 1.4; }
	.sytrend .item .time i{ font-size: 0.26rem; line-height: 1.4; }
	.sytrend .morea img{ width: 0.22rem; margin-left: 0.1rem; }

	.banbar{ height: 4rem; }
	.banbar .tits{ height: 4rem; }
	.banbar .tits .tha{ font-size: 0.32rem; }
	.banbar .tits .thb{ font-size: 0.26rem; margin-top: 0.3rem; }
	.banbar .tits .gown{ width: 0.44rem; height: 0.44rem; margin-top: 0.4rem; }
	.banbar .fixtab .lka{ height: 0.8rem; font-size: 0.28rem; margin-right: 0.1rem; }

	.gyinfo{ padding: 0.5rem 0; }
	.gyinfo h2{ font-size: 0.4rem; margin-bottom: 0.4rem; }
	.gyinfo .word{ font-size: 0.26rem; line-height: 0.48rem;  }
    .gyinfo ul{ margin-left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; }
	.gyinfo ul li span{ font-size: 0.24rem; }
	.gyinfo ul li span b{ font-size: 0.4rem; }
	.gyinfo ul{ font-size: 0.24rem; padding: 0.6rem 0 0; }
    .gyinfo .flex-start-between{ display: block; }

	.ppways{ padding: 0.5rem 0; background-size:auto 100%; background-position: center; }
	.ppways h3{ font-size: 0.36rem; line-height: 1rem; margin-bottom: 0.5rem; }
	.ppways .year{ height: 1rem; margin-bottom: 0.5rem; }
	.ppways .year b{ font-size: 0.6rem !important; }
	.ppways .tone{ font-size: 0.28rem; padding-bottom: 0.3rem; line-height: 0.4rem; }
	.ppways .tabbtn span{ font-size: 0.32rem; margin:0 0.2rem; }

	.movelist{ padding: 0.3rem 0 0.3rem; }
	.movelist .items{ width: 100% !important; height: auto !important; margin:0 0 0.2rem; padding:0.9rem 0.3rem !important; transform:translateY(0) !important; text-align: left; }
	.movelist .items:after{ opacity: 0; display: none; }
	.movelist .items p{opacity: 0.5;transform: translateY(0);transition: all .4s ease .7s; font-size: 0.26rem;}
	.movelist .items.active p{opacity: 0.5;}
	.movelist .items h5{ font-size: 0.32rem !important; margin-bottom: 0.2rem; }

	.pages p{ display: none; }
	.pages a.sure{ display: none; }
	.pages{ width: 90%; margin-left: auto; margin-right: auto; padding: 0rem 0 0.8rem; }

	.xwinfo{ padding: 0.5rem 0; }
	.xwinfo .title h3{ font-size: 0.32rem; line-height: 0.4rem; margin-bottom: 0.2rem; }
	.xwinfo .title{ font-size: 0.26rem; line-height: 0.4rem; padding-bottom: 0.3rem; margin-bottom: 0.3rem; }
	.xwinfo .word{ font-size: 0.28rem; margin-bottom: 0.4rem; line-height: 0.52rem; }
	.xwinfo .word img{ margin:0.3rem 0; }
	.xwinfo .near{ padding: 0.1rem 0; line-height: 0.44rem; font-size: 0.28rem; }
	.xwinfo .near p{ padding: 0.1rem 0; }
	.banbar.smallH{ height: 3rem; }

	.human{ padding: 0.5rem 0; }
	.human .item{ width: calc(50% - 0.1rem); margin:0 0.2rem 0.25rem 0 !important;cursor: pointer; }
	.human .item:nth-child(2n){ margin:0 0 0.25rem 0 !important; }
	.human .item .timea{ font-size: 0.24rem; line-height: 0.4rem; padding-top: 0.1rem; }
	.human .item .texta{ font-size: 0.28rem; line-height: 0.48rem;  }
	.human .item .texta i{ width: 0.48rem; height: 0.48rem; display: none; }
	.human .item .texta span{ width: 100%; font-size: 0.28rem; line-height: 0.48rem; }

	.worker{ padding: 0.5rem 0; }
	.worker .filter .flex-between{ display: block; margin-bottom: 0.3rem; overflow-y: hidden; }
	.worker .filter input{ width: 100%; margin-right: 0; margin-bottom: 0.2rem; padding: 0 0.2rem; }
	.worker .filter select{ width: 100%; margin-right: 0; margin-bottom: 0.2rem; padding: 0 0.2rem; }
	.worker .filter .indexs{ line-height: 0.6rem; font-size: 0.28rem; font-size: 16px; font-size: 0.28rem; overflow: hidden; padding: 0.12rem 0; }
	.worker .filter .indexs span{ float: left; width: 100%; }
	.worker .filter .indexs i{ float: left; width: 11%; text-align: center; }
	.worker .filter .go{ float: right; }
	.worker .item{width: 100%; margin:0 0 0.2rem 0; float: none; padding: 0.2rem; min-height: 100px;}
	.worker .item .info{ font-size: 0.26rem; line-height: 0.4rem; calc(100% - 150px); }
	.worker .item .info .namea{ font-size: 0.32rem; }
	.worker .item .info .desc{ margin-top: 0.1rem; height: auto; font-size: 0.26rem; }
	.worker .item .info .desc:last-child{ height: auto; margin-top: 0.15rem; }
	
	.workerinfo{ top: -0.6rem; margin-bottom: 0.2rem; }
	.workerinfo .cont{ padding: 0.3rem; }
	.workerinfo .pic{ width: 100%; float: none;}
	.workerinfo .pic img{ width: 100%; }
	.workerinfo .intro{ width: 100%; float: none; font-size: 0.28rem; line-height: 0.48rem; margin-top: 0.2rem; }
	.workerinfo .intro h3{ font-size: 0.32rem; margin-bottom: 0.3rem; }
	.workerinfo .way{ margin:0.2rem 0; display: block; }
	.workerinfo .way p{ margin-right: 0; margin-bottom: 0.2rem; height: 0.64rem; padding-left: 0.7rem; margin-bottom: 0.3rem; border-width:0.02rem; overflow: hidden; }
	.workerinfo .way p i{ width: 0.62rem; height: 0.62rem; background-size: 0.36rem auto; }
	.workerinfo .way p a{ font-size: 0.28rem; }
	.workerinfo h4{ margin-bottom: 0.25rem; }
	.workerinfo h4 span{ line-height:0.72rem; font-size: 0.36rem; }
	.workerinfo .intro p{ margin-bottom: 0.3rem; }
	
	.field{ padding:0.5rem 0; }
	/*.field .item{ width: 100%; margin:0 0 0.2rem 0; padding:0 0.3rem 0.3rem; }
	.field .item .name{ font-size: 0.34rem; line-height: 1.2rem;border-bottom: 0.01rem solid #e5e5e5;}
	.field .item p{ margin:0.3rem 0; height: auto; line-height: 0.48rem; font-size: 0.28rem; }
	.field .item .morea{ font-size: 0.28rem; line-height: 0.48rem; }
	.field .item .morea i{ margin-left: 0.14rem; width: 0.3rem; height: 0.2rem; }*/
	
	.field .item{ width: 100%; margin:0 0 0.2rem 0 !important; padding:0;}
	.field .pic img{ }
	.field .item .ups{  padding:0.5rem 0.4rem;  }
	.field .item .ups h5{ font-size: 0.36rem; }
	.field .item .ups p{ margin:0.2rem 0 0.5rem; font-size: 0.28rem; }

	.field .item .ups .go{ left: 0.4rem; width: 0.6rem; height: 0.6rem; background-size: 100% 100%; }

	.sytrend .intro{ width: 100%; float: none; padding:0.1rem 0.3rem; line-height: 0.48rem; font-size: 0.28rem; }
	.sytrend .intro h4{ margin-bottom: 0.25rem;}
	.sytrend .intro h4 span{ line-height:0.72rem; font-size: 0.36rem;}
	
	.sytrend .left .phoneflex{ display: block; }
	.sytrend .left .phoneflex .taba{ width: 50%; float: left; }
	.sytrend.pt0{ padding:0.3rem 0 0.4rem !important; }

	.recruit{ padding:0.5rem 0; }
	.recruit .word h3{ font-size:20px; margin-bottom: 0.3rem; }
	.recruit .word{ font-size: 0.28rem; line-height: 0.44rem; margin-bottom: 0.3rem; }
	.recruit .list{ margin-top: 0.3rem; }
	.recruit .item{ margin-bottom: 0.2rem; }
	.recruit .item h4{ line-height: 1rem; font-size: 14px; padding: 0 0 0 0.2rem; }
    .recruit .item h4 span{ font-size: 12px; }
	.recruit .item .toggle{ width: 0.6rem; height:1rem; background-size: 0.3rem auto;}
	.recruit .item.on .desc{ padding:0.3rem; }
	.recruit .item .one{ margin-bottom: 0.3rem; }
	.recruit .item h5{ font-size: 0.3rem; }
	.recruit .item .desc{ font-size: 0.28rem; line-height: 0.52rem; }
    .recruit .item .desc .go{ width: 2.2rem; height: 0.6rem; }
    .recruit .tabspan{ margin-bottom: 0.3rem; }
    .recruit .tabspan span{ font-size: 14px; margin:0 0.08rem; padding: 0; }
	
	.contact{ padding: 0.5rem 0; }
	.contact .lib{ width: 100%; margin:0 0 0.25rem 0; padding:0.2rem 0.25rem; min-height: 1.92rem; }
	.contact .lib .icon{ width: 0.48rem; height: 0.48rem; margin-right: 0.26rem; }
	.contact .lib p i{ font-size: 0.28rem; line-height: 0.44rem; }
	.contact .lib p span{ font-size: 0.26rem; line-height: 0.44rem; margin-top: 0.04rem; height: auto; }
	.contact .part{ padding: 0.3rem; }
	.contact h3 em{ font-size: 0.28rem; }
	.contact h3 span{ margin:0.1rem 0 0.2rem; font-size: 0.44rem;}
	.contact h3 i{ font-size: 0.26rem; }
	.contact h3{ margin-bottom: 0.3rem; }
	.contact .forms .line{ width: 100%; outline: none;background:none; box-shadow: none;-webkit-appearance: none; margin:0 0 0.2rem 0; float: none; padding: 0 0.2rem; font-size: 0.26rem; line-height: 0.8rem; }
	.contact .forms textarea{ height: 2rem; }
	.contact .forms .tip{ font-size: 0.26rem; line-height: 0.44rem; }
	.contact .bot{ margin-top: 0.4rem; }
	.contact .go{ width:2.5rem; height: 0.84rem; border-width: 0.02rem; font-size: 0.26rem; }
	.contact .go img{ width: 0.3rem; margin-right: 0.14rem; }
	.contact .tel{ margin-left: 0.4rem; padding-left: 0.3rem; background-size: 0.2rem auto; line-height: 0.6rem; font-size: 0.24rem; height: 0.6rem; }
	

	.banner .swiper-slide a{ height: 5rem; }
	.banner .swiper-slide .text{position: absolute; left: 50%; top:50%; z-index: 8; transform:translateX(-50%);  }
	.banner .swiper-slide a img{ transition: 0s linear 0s; transform:scale(1.1,1.1); width: auto; height: 5rem; }
	.banner .swiper-slide-active a img,
	.banner .swiper-slide-duplicate-active a img{ transition:0s linear; transform:scale(1,1); }
	.major .show .item .pic img{}
	.footer{padding: 0 0.3rem;}
	.syabout .sybgs .scrolls{ transform: translateY(0) scale(1);background-attachment:inherit; }
	
	.he_fenxli{padding: 0 18px;}
	.he_fot{padding-top: 24px;padding-bottom: 20px;}

    .essay{ padding-top: 40px; }
    .essay .item{ padding: 30px 40px 35px 30px; }
    .essay h4{ font-size: 16px; line-height: 24px; height: 72px; }
    .essay p{ font-size: 14px; line-height: 20px; height: 80px; margin-bottom: 50px; }
    .essay .item .ga_e1xian{ top: 30px; }
    
    .rwinfo{ padding-top: 0.6rem; }
    .rwinfo h3{ font-size:20px; line-height:32px; }
    .rwinfo h5{ padding: 20px 0; font-size: 16px; }
    .rwinfo .left{ width: 100%; float: none; padding-right: 0; padding-bottom: 0.4rem; padding-left: 0; }
    .rwinfo .right{ width: 100%; float: none; position: relative; padding: 0.4rem; }
    .rwinfo .near{ height: auto; }
    .rwinfo .near .link{ width: 100%; margin-bottom: 12px; }
    .rwinfo h4{ font-size: 20px; margin-bottom: 12px; }
    .rwinfo .right .more{ font-size: 14px; width: 140px; }
    .rwinfo .right .more img{ width: 14px; }
    .rwinfo .right .item{ margin-bottom: 30px; }
    .rwinfo h3.f40{ font-size: 22px; }
    .rwinfo .linetxt{ padding: 18px 0; }
    .rwinfo:after{ display: none; }
    .rwinfo .sins{ margin-bottom: 0.3rem; }
    .rwinfo .sins:last-child{ margin-bottom: 0rem; }
    .rwinfo .sins .both p{ margin-bottom: 0.1rem; line-height: 24px; }
    
    .ryinfo{ padding: 0.6rem 0 0.2rem; }
    .ryinfo .info{ width: 100%; margin-bottom: 0.2rem; }
    .ryinfo .info .pic{ max-width: 460px; margin:0 auto;  }
    .ryinfo .intro{ width: 100%; padding: 0; }
    .ryinfo .intro h3{ font-size: 20px; }
    .ryinfo .intro .desc{ margin-bottom: 20px; }
    .ryinfo .intro .one h5{ font-size: 18px; }
    .ryinfo .intro .one .toggle{ padding: 10px; top: 15px; }
    .ryinfo .intro .one{ padding: 15px 0; }

    .field .ones{ padding: 25px 0 25px 25px; width: 100%; margin:0 0 0.2rem 0; }
    .field .ones .name{ font-size: 20px; }
    .field .ones .more{ right: 25px; font-size: 14px; }
    .field .ones:hover .more{ bottom:25px; }
    .field .ones .icon{ margin-bottom: 0.2rem; width: 48px; height: 48px; }
    
    .zpabout .item{ padding-top: 20px; }
    .zpabout .item .info{width: 100%; padding: 0.3rem; float:none !important; margin-bottom: 15px !important;}
    .zpabout .item .show{width:100%; float:none !important; top: 0;}
    .zpabout .item .show h5{ display: none; }
    .zpabout .item .info .bt span{ font-size: 60px; line-height: 1; }
    .zpabout .item .info .bt{ font-size: 20px; padding: 20px 0 0px; }
    .zpabout .item .info ul{ margin:15px 0 10px; }
    .zpabout .item .info li{ margin-bottom: 12px; font-size: 14px; line-height: 24px; }
    .zppart{ padding: 0.4rem 0; }
    .zppart .kinds a{ width: 20%; }
    .zppart .kinds a p{ font-size: 14px; margin-top: 12px; line-height: 20px; }
    .zppart .kinds{ margin-top: 0.3rem; }
    .zppart h2{ font-size: 20px; }
}
@media screen and (max-width: 798px){
    .essay .item{ width: 100%; padding: 0.3rem 0.4rem; }
    .essay h4{ margin-bottom: 12px; }
    .essay p{ margin-bottom: 30px; }
    .essay .item .ga_e1xian{ top: 0.3rem; }

    .rwinfo .sins .both .lst{ width: 100%; }
    .head.white .nava.on .biga:after{ background: #fff }
   

}