﻿html{ background:#fff; color:#676767; overflow-x:hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}
img{border:0;}
ol,ul,li{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 !important;}
/*******CSS reset*************/
body{ background:#fff; color:#676767; font-size:14px;}
a{ color:#676767;}
a:hover{color:#c91611;}

/*修改滚动条*/
::-webkit-scrollbar{
    width:6px;
    height:6px ;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #f8f8f8;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #088484;
}

@media screen and (max-width:768px){
    .row{ margin: 0;}
}

/*******CSS reset*************/
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;}
.hidden{display:none;}
.jj_pic{ float:left; margin:0 10px 0 0;}
.nr_pic{ text-align:center; position:relative; width:100%; padding: 2% 0;}

.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
/*.img-cover-4by3 p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}*/
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}


#prev_next{ border-top: 1px solid #e6e6e6;}
#prev_next li{ float: left; width: 50%; color: #999999; height: auto; line-height: 50px;}
#prev_next li a{ color: #999999;}
#prev_next li:last-of-type{ float: right;}
#prev_next li:hover{ color: #e33f3f;}
#prev_next li:hover a{ color: #e33f3f;}
@media screen and (max-width:991px){
    #prev_next li{  width: 100%; line-height: 25px; font-size: 13px; margin-top: 2%;}
}



/** header **/
#top_bj{ width: 100%; height: auto; transition:0.5s; position: fixed; z-index: 9;}
#top_index{ height: auto; margin: 0 auto; padding: 0;}
#logo{ padding-top: 1.2%; padding-bottom: 1%; text-align: center;}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.5s; position: relative; z-index: 1; }
#top_tel{ color: #fff;}
#top_tel .top_tel_con{ padding-top: 8%; transition: 0.3s;}
#top_tel .top_tel_con p i{ font-size: 26px; margin-right: 10px; transition: 0.3s;}
#top_tel .top_tel_con span{ display: block; font-size: 30px; font-weight: bold; padding-top: 2%; transition: 0.3s;}
@media screen and (max-width:1440px){
    #top_tel .top_tel_con p{ font-size: 12px;}
    #top_tel .top_tel_con span{ font-size: 24px;}
}
@media screen and (max-width:1200px){
    #top_index .row{ margin: 0;}
}
@media screen and (max-width:991px){
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 4% 2%; text-align: left;}
}

#nav{ height: auto; transition:0.3s; padding-top: 1.5%; text-align: center; margin: 0; position: relative;}
#nav li{ display: inline-block; padding: 0 2.5%; height: 50px; line-height: 50px; font-size: 16px; font-weight: normal; color: #fff; text-align: center; transition:0.5s;}
#nav li a{ display: inline-block; position: relative; z-index: 1; color: #fff;}
#nav li:hover a{ color: #fff;}
@media screen and (max-width:1600px){
    #nav li{ font-size: 14px; padding: 0 2.5%;}
}
@media screen and (max-width:1440px){
    #nav li{ padding: 0 2%;}
}
@media screen and (max-width:1200px){
    #nav li{ font-size: 12px; padding: 0 2%;}
}

.top_bj_active{ width: 100%; z-index: 20; background: rgba(0,0,0,0.5) !important; top: 0; box-shadow: 0 0 20px rgba(0,0,0,0.2); position: fixed !important;}
.top_bj_active #logo{ padding: 0.5% 0;}
.top_bj_active #logo img{ transform: scale(0.8);}
.top_bj_active #nav{ padding-top: 1%;}
.top_bj_active #top_tel .top_tel_con{ padding-top: 4%;}
#top_tel .top_tel_con p i{ font-size: 22px;}
.top_bj_active #top_tel .top_tel_con span{ font-size: 26px; }
@media screen and (max-width:1200px){
    .top_bj_active #logo{ padding: 1% 0 0 1%;}
}
@media screen and (max-width:991px){
    .top_bj_active #logo{ padding: 2% 0;}
}
@media screen and (max-width:768px){
    .top_bj_active #logo{ padding: 3% 2%;}
    video{ width: 95% !important; height: 210px !important;}
}


/*手机导航*/
.ovh{overflow: hidden;display: none; width: 100%;height: 100vh;position: fixed;left: 0;top:0;background: rgba(0,0,0,.3);width: 100%;height: 100%;position: absolute;left: 0;right: 0;top:0;bottom:0;z-index: 99;}
.ovh.show{display: block;}
.menu{position: absolute;right: 15px;line-height: 32px; width: 75px;height: 30px;top: 50%;transform: translateY(-50%); z-index: 99;}
.menu .menu_button{width: 35px;float: right;height: pointer;cursor: pointer}
.menu .menu_button>.line{float: right;width: 100%;height: 3px;background: #323e4a;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.menu .menu_button>.line:nth-child(2){transition-delay:0.05s;}
.menu .menu_button>.line:nth-child(3){transition-delay:0.1s;}
.m-sub-menu.show {right: 0;transition: all 0.44s ease 0s;z-index: 100000000;}
.m-sub-menu {position: fixed;right: -100%;width: 100%;top: 0;z-index: 100;height: 100%;background-color: #fff;transition: all 0.64s ease 0s;}
.m-sub-menu .top-box {line-height: 70px;background-color: #088484;font-size: 16px;color: #fff;text-indent: 25px;position: relative;}
.m-sub-menu .top-box .menu_button{width: 40px;height: 40px;cursor: pointer;position:absolute;right: 15px;top:18px; }
.m-sub-menu .top-box .menu_button .line{background: #fff;float: right;width: 40px;height: 3px;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.m-sub-menu .top-box .menu_button .line:nth-child(1){transform:translateY(10px) rotate(45deg);-webkit-transform:translateY(10px) rotate(45deg);}
.m-sub-menu .top-box .menu_button .line:nth-child(2){transform:translateY(0) rotate(0);-webkit-transform:translateY(0) rotate(0);display: none;}
.m-sub-menu .top-box .menu_button .line:nth-child(3){transform:translateY(0px) rotate(-45deg);-webkit-transform:translateY(0px) rotate(-45deg);}
.m-sub-menu .list-wrap{height:calc(100vh - 70px);overflow-y: scroll;}
.m-sub-menu .list-wrap ul{padding-bottom: 80px;}
.m-sub-menu .list-wrap li {line-height: 60px;border-bottom: 1px solid #f2f2f2;}
.m-sub-menu .list-wrap li:last-child{border:none;}
.m-sub-menu .list-wrap li .col-box {display: block;width: 100%; padding: 0 8%;}
.m-sub-menu .list-wrap .tit {font-size: 16px;color: #666;}
.m-sub-menu .sec-sub-list {position: absolute;right: -100%;top: 70px;width: 100%;}
.m-sub-menu .sec-sub-list .return-fir {display: block; width: 100%; padding: 0 5%;line-height: 60px;background-color: #333;}
.m-sub-menu .sec-sub-list .return-fir p {padding-left: 18px;color: #fff;font-size: 18px;}
.m-sub-menu .sec-sub-list .return-fir p i{ float: left; padding-right: 10px;}
.m-sub-menu .sec-sub-list .boxs {width: 100%;height: 100vh; position: absolute;left: 0;top: 0; transition: all 0.4s ease 0s;background-color: #fff;}
.m-sub-menu .sec-sub-list .boxs.show {left: -100%;}
.m-sub-menu .sec-sub-list ul{width: 100%;/*height: 400px;*/overflow-y:auto}
.m-sub-menu .sec-sub-list li {line-height:50px; border-bottom: 1px solid #f2f2f2;}
.m-sub-menu .sec-sub-list li a {display: block;width: 84%;padding: 0 7.8% 0 8.2%;font-size: 16px;color: #666;}



#banner{ position: relative;}
#banner .swiper-slide img{ width: 100%;}
#banner .swiper-pagination{ bottom: 5%;}
#banner .swiper-pagination-bullet{ width: 12px; height: 12px; border: 1px solid #fff; background: none; border-radius: 100%; transition:0.3s; opacity: 0.3;}
#banner .swiper-pagination-bullet-active{ width: 12px; background: #fff; opacity: 1;}
#banner .swiper-button-next:after,#banner .swiper-button-prev:after{ display: none;}
#banner .swiper-button-next i,#banner .swiper-button-prev i{ color: #fff; font-size: 40px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px;}
#banner .swiper-button-next{ right: 5%;}
#banner .swiper-button-prev{ left:5%; }

#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #d33f23;}
@media screen and (max-width:1440px){
    #banner #flash_icon p{ width: 12%;}
}


/*foot*/
#end_line{ height: auto; text-align: center; line-height: 55px; width: 100%; background: #373634; color: rgba(255,255,255,0.3);}
#end_line .container{ border-top: 1px solid rgba(255,255,255,0.05);}
#end_line a{ color: rgba(255,255,255,0.3);}
#end_line a:hover{ color: #fff;}
#footer{ background: #373634; width: 100%;}
#footer .main{ padding: 0;}
#footer .main #end_logo{ padding: 1.5% 0; border-bottom: 1px solid rgba(255,255,255,0.05);}
#footer .main .row{ padding: 3% 0;}
#footer .main .tit{ color: #fff; font-size: 16px; height: 40px;}
#footer .main ul{ float: left; padding: 0 5.5%;}
#footer .main ul a{ transition: 0.3s;}
#footer .main ul a:hover{ color: rgba(255,255,255,0.7);}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:768px){
}





/** main **/
.main{ line-height: 30px; padding: 5% 0;}
#gsjj_bj{ width: 100%; position: relative; background: url("../image/jj_left.png") no-repeat left bottom;}
#gsjj_bj:before{ position: absolute; right: 0; top: 0; width: 100%; height: 100%; background: url("../image/jj_right.png") no-repeat right top; content: '';}
#gsjj_bj .main{ padding: 0;}
#gsjj_bj .gsjj_font{ padding: 5% 15px;}

.tit_in{ position: relative; padding-bottom: 1%;}
.tit_in p{ text-transform: uppercase; color: #FFFFFF !important; font-size: 60px; text-shadow: 1px 1px #d8d8d8,-1px -1px #d8d8d8,1px -1px #d8d8d8,-1px 1px #d8d8d8;}
.tit_in h2{ color: #363636; font-weight: bold; font-size: 36px; padding: 15px 0 5px;}
.tit_in span{ color: #3a3a3a; font-size: 16px;}
.tit_in:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; width: 10%; background: #088484;}
@media screen and (max-width:1440px){
    .tit_in p{ font-size: 50px;}
    .tit_in h2{ font-size: 28px;}
    .tit_in span{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    .tit_in p{ font-size: 40px;}
    .gsjj_font_zy .tit_in span{ font-size: 20px;}
}
@media screen and (max-width:768px){
    .tit_in p{ font-size: 30px;}
    .tit_in h2{ font-size: 22px;}
    .tit_in span{ font-size: 12px;}
    .xs-l{ margin-left: 15px;}
}


.gsjj_font .content{ padding: 5% 0; width: 90%; color: #676767; font-size: 16px; line-height: 35px;}
@media screen and (max-width:1200px){
    .gsjj_font .content{ font-size: 14px; width: 95%; line-height: 30px;}
}
@media screen and (max-width:768px){
    .gsjj_font .content{ width: 100%;}
}


.more_in{ color: #fff; padding: 0 5%; background: #c91611; height: 60px; line-height: 60px; border-radius: 30px; transition: 0.3s;}
.more_in .icon-more{float: right; margin-top: 9%;}
.more_in .circle {width: 2rem; height: 2rem; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50%; position: relative;z-index: 3; display: block; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.more_in .circle::before { width: 4px; height: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.5); content: ''; position: absolute; margin: auto; top: 0; bottom: 0; left: 10px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scaleX(12); -moz-transform: scaleX(12); -ms-transform: scaleX(12); -o-transform: scaleX(12); transform: scaleX(12); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.more_in .circle::after { content: ''; display: block; width: 5px; height: 5px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; background-color: #fff; border-radius: 50%; }
.more_in:hover .icon-more .circle { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.more_in:hover .icon-more .circle::before { -webkit-transform: scaleX(12) translateX(100%); -moz-transform: scaleX(12) translateX(100%); -ms-transform: scaleX(12) translateX(100%); -o-transform: scaleX(12) translateX(100%); transform: scaleX(12) translateX(100%); }
.more_in:hover { background: #088484;}
.more_in a{ color: #fff;}
@media screen and (max-width:768px){
    .more_in{ height: 45px; line-height: 45px;}
    .more_in .icon-more{ margin-top: 5%;}
}




.gsjj_num ul{ border-left: 1px solid #e9e9e9; height: 100%; padding: 20% 0;}
.gsjj_num ul:nth-of-type(2){ padding: 25.5% 0 10%;}
.gsjj_num ul li{ margin-bottom: 40%; padding: 0 0 0 12%; position: relative; cursor: pointer;}
.gsjj_num ul li:last-of-type{ margin-bottom: 0;}
.gsjj_num ul li h2{ float: left; position: relative;}
.gsjj_num ul li:before{ position: absolute; left: 0; top: 0; content: ''; height: 30%; width: 2px; background: #00784c;}
.gsjj_num ul li h2 p{ color: #000000; font-size: 72px; font-weight: bold; font-family: Arial; transition: 0.5s;}
.gsjj_num ul li h2 sup{ color: #505050; font-size: 14px; position: absolute; right: -25px; top: 0;}
.gsjj_num ul li span{ display: block; clear: both; color: #3f3f3f; font-size: 16px;}

.gsjj_num ul li:hover h2 p{
    /*background: url("../image/num_zz.jpg") no-repeat center;*/
    /*-webkit-background-clip: text;*/
    /*color: transparent;*/
    background: url("../image/num_zz.jpg") no-repeat center;
    -webkit-text-fill-color:transparent;
    -webkit-background-clip:text;
    -webkit-animation-name:masked-animation;
    -webkit-animation-duration:40s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
}
@-webkit-keyframes masked-animation {
    0% {background-position:left bottom;}
    100% {background-position:right bottom;}
}
@media screen and (max-width:1440px){
    .gsjj_num ul li h2 p{ font-size: 56px;}
}
@media screen and (max-width:1200px){
    .gsjj_num ul li h2 p{ font-size: 48px;}
    .gsjj_num ul li h2 sup{ font-size: 12px;}
    .gsjj_num ul li span{ font-size: 14px;}
}




#cpbj{ background: url("../image/cpbj.jpg") repeat-y center;}
#cpbj .main{ padding: 5% 0;}

#khal .swiper-slide { background-position: center; position: relative;}
#khal .gallery-top { height: auto; padding: 0; position: relative;}
#khal .gallery-top .swiper-slide{ margin: 0;}
#khal .gallery-top .swiper-slide .pic{ text-align: center; position: relative;}
#khal .gallery-top .swiper-slide .pic p img{ width: 100%;}
#khal .gallery-top .swiper-slide .pic span{ display: block; position: absolute; width: 100%; left: 0; top: 0; z-index: 1; padding-top: 15%;}
#khal .gallery-top .swiper-slide .pic span img{ vertical-align: middle; max-width: 90%;}
/*#khal .gallery-top .swiper-slide .float-left{ padding-right: 7%;}*/
#khal .gallery-top .swiper-slide .tit{ color: #444444; text-align: left; position: relative; padding-bottom: 5%;}
#khal .gallery-top .swiper-slide .tit p{ text-transform: uppercase; color: #FFFFFF !important; font-size: 60px; text-shadow: 1px 1px #d8d8d8,-1px -1px #d8d8d8,1px -1px #d8d8d8,-1px 1px #d8d8d8; height: 70px; padding-top: 5%;}
#khal .gallery-top .swiper-slide .tit span{ display: block; color: #000000; font-size: 36px; font-weight: bold; padding: 20px 0 0;}
#khal .gallery-top .swiper-slide .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 3px; width: 15%; background: #088484;}
#khal .gallery-top .swiper-slide .content{ color: #444444; text-align: left; padding-top: 5%; font-size: 14px; line-height: 30px;}
#khal .gallery-top .swiper-slide ul{ padding: 5% 0; text-align: center;}
#khal .gallery-top .swiper-slide ul li{ float: left; width: 50%; cursor: pointer;}
#khal .gallery-top .swiper-slide ul li p{ display: inline-block; width: 90px; height: 90px; border: 1px solid #d0d0d0; line-height: 90px; border-radius: 100%; transition: 0.3s;}
#khal .gallery-top .swiper-slide ul li p i{ font-size: 50px; transition: 0.3s;}
#khal .gallery-top .swiper-slide ul li span{ display: block; color: #5e5e5e; font-size: 16px; height: 40px; line-height: 40px;}
#khal .gallery-top .swiper-slide ul li:hover p{ background: #088484;}
#khal .gallery-top .swiper-slide ul li:hover p i{ color: #fff;}


#khal .gallery-thumbs { height: auto; padding: 10% 0 0;}
#khal .gallery-thumbs .swiper-slide { cursor: pointer; color: #fff; font-size: 20px; height: 40px; line-height: 40px; text-align: center; padding: 0 0 0 30%;}
#khal .gallery-thumbs .swiper-slide span{ float: left; position: relative;}
#khal .gallery-thumbs .swiper-slide span i{ display: none; transition: 0.3s;}
#khal .gallery-thumbs .swiper-slide p{ float: left; margin-left: 7%; font-size: 14px; transition: 0.3s;}
#khal .gallery-thumbs .swiper-slide span:before{ position: absolute; left: 7px; top: 0; content: ''; border-left: 1px solid rgba(255,255,255,0.2); width: 1px; height: 165%;}
#khal .gallery-thumbs .swiper-slide span i:nth-of-type(1){ display: block;}
#khal .gallery-thumbs .swiper-slide-thumb-active span i:nth-of-type(1){ display: none;}
#khal .gallery-thumbs .swiper-slide-thumb-active span i:nth-of-type(2){ display: block;}
#khal .gallery-thumbs .swiper-slide-thumb-active p{ font-size: 16px;}

@media screen and (max-width:1440px){
    #khal .gallery-top .swiper-slide .content{ padding: 5% 0;}
    #khal .gallery-top .swiper-slide ul{ display: none;}
}
@media screen and (max-width:991px){
    #cpbj{ background: #088484;}
    #khal .gallery-thumbs .swiper-slide{ padding: 0 0 0 10px;}
    #khal .gallery-thumbs .swiper-slide span:before{ display: none;}
    #khal .gallery-top .swiper-slide .tit p{ font-size: 50px; height: auto;}
    #khal .gallery-top .swiper-slide .tit span{ color: #fff;}
    #khal .gallery-top .swiper-slide .tit:before{ background: #fff;}
    #khal .gallery-top .swiper-slide .content{ color: #fff;}
    #khal .gallery-top .swiper-slide .pic{ padding-top: 5%;}
}
@media screen and (max-width:768px){
    #khal .gallery-top .swiper-slide .tit p{ font-size: 30px;}
    #khal .gallery-top .swiper-slide .tit span{ font-size: 22px; padding: 0;}
}



.index05 {padding:0;overflow:hidden;}
.index05 .content {background:url(../image/in05_bg3.jpg) no-repeat center;background-size:cover; padding: 0;}
.index05 .txtbox {padding:15px; float: left; width: 25%; height: 100%;}
.index05 .t4 {color:#fff;font-size:14px;font-family:Arial;}
.index05 .t5 {color:#fff;font-size:16px;font-weight:bold;margin-top:20px;}
.index05 .t6 {color:#fff;line-height: 30px; font-size: 16px; margin-top:15px;overflow:hidden;white-space:wrap;text-overflow: ellipsis; min-height: 100px;}
.index05 .more {color:rgba(255,255,255,.63);width:40px;height:40px;line-height:40px;font-size:16px;font-weight:bold;border-radius: 50%;border:1px solid rgba(255,255,255,.1);margin-top:15px;text-align:center;}
.index05 .num{ color: rgba(255,255,255,0.4); font-weight: 100; font-family: Bahnschrift; font-size: 100px;}

@media(min-width:1400px) {
    .index05 .content {height: 700px;}
    .index05 .t5 {}
    .index05 .txtbox.active .t4,.index05 .txtbox:hover .t4 {margin-top:20%;}
}
@media(min-width:1200px) {
    .index05 {padding:0;}
    .index05 .content { background:url(../image/in05_bg.jpg) no-repeat center;background-position:0 0;transition:.36s background-position ease-in;}
    .index05 .txtbox {padding:50px; }
    .index05 .t4 {font-size:16px;height:auto; margin-top: 40%;}
    .index05 .t5 {font-size:35px;}
    .index05 .t6 {margin-top:30px;}
    .index05 .num{ font-size: 140px;}
    .index05 .txtbox.active .t4,.index05 .txtbox:hover .t4 {margin-top:20%;}
    .index05 .txtbox.active .more,.index05 .txtbox:hover .more { color: #088484; border: 1px solid rgba(8,132,132,.5);}
    .index05 .txtbox.active .num,.index05 .txtbox:hover .num { color: rgba(8,132,132,.5);}
    .index05 .more {margin-top:25px;}
}
@media(min-width:992px) {
    .index05 .txtbox {flex:1;padding:25px;border-right:1px solid rgba(255,255,255,.2);transition:.36s background;}
    .index05 .t4 {height:auto; text-transform: uppercase;transition:.36s margin;}
    .index05 .t5 {font-size:20px;transition:.36s margin;}
    .index05 .t6 {color:rgba(255,255,255,1);line-height: 24px;height:auto;transition:.36s height;}
    .index05 .txtbox.active,.index05 .txtbox:hover {background:rgba(255,255,255,.8);transition:.36s background;}
    .index05 .txtbox.active .t4,.index05 .txtbox:hover .t4{ color: #999999;}
    .index05 .txtbox.active .t5,.index05 .txtbox:hover .t5 { color: #088484; margin-top:8px;transition:.36s margin;}
    .index05 .txtbox.active .t6,.index05 .txtbox:hover .t6 {color:#565656;height:auto;transition:.36s height;}
    .index05 .txtbox.active .more,.index05 .txtbox:hover .more {opacity:0;}
}
@media(max-width:991px) {
    .index05 .content {padding:30px 0; margin-top: 30px;}
    .index05 .txtbox {border-bottom:1px solid rgba(255,255,255,.2);}
    .index05 .txtbox:last-child {border:none;}
    .index05 .txtbox{ float: none; width: 100%; height: auto;}
    .index05 .num{ font-size: 100px;}
}
@media screen and (max-width:768px){
    .index05 .t4{ margin-top: 5%;}
    .index05 .num{ font-size: 70px;}
}
@media screen and (max-width:750px){
}



#news{position: relative; margin-top: 2%;}
#news .swiper-container {
    width: 100%;
    height: 100%;
}
#news .swiper-slide {
    transition:0.3s;
    overflow: hidden;
    position: relative;
    background: #fff;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#news .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
#news .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#news .swiper-slide .font{ width: 100%; padding: 3% 0;}
#news .swiper-slide .font span{ color: #999999; font-family: Arial;}
#news .swiper-slide .font h3{ color: #333333; font-size: 16px; transition:0.3s; font-weight: bold; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; padding-top: 5px;}
#news .swiper-slide .font p{ color: #666666; font-size: 14px; padding-top: 5px; transition:0.3s;}
#news .swiper-slide .font .more{ height: 35px; line-height: 35px; border: 1px solid #e0e0e0; width: 30%; border-radius: 20px; text-align: center; float: left; margin-top: 3%; transition: 0.3s;}
#news .swiper-slide:hover img{ transform: scale(1.1);}
#news .swiper-slide:hover .more{ background: #c91611; color: #fff; border: 1px solid #c91611;}
@media screen and (max-width:768px){
    #news{ padding: 0 15px;}
}

.xwmore{ width: 15%; padding: 0 30px;}
@media screen and (max-width:1440px){
    .xwmore{ width: 20%;}
}
@media screen and (max-width:991px){
    .xwmore{ width: 30%;}
}



.hui{ background: #f9f9f9;}
#link{ padding-left: 15%;}

#link ul{ padding: 0;;}
#link ul div{ padding: 0; border: 1px solid #ececec}
#link ul li{ text-align: center;}
#link ul li img{ width: 70%; position: relative; transition: 0.8s;}
#link ul li:hover img{
    transform: rotateX(360deg);
}
@media screen and (max-width:991px){
    #link{ padding: 0; margin-top: 5%;}
}





/** 公司简介 **/
#zi_banner{ position: relative;}
#zi_banner #pic{ width: 100%;}
#zi_banner #pic img{ width: 100%; height: auto;}
#zi_banner #home_nav{ position: absolute; left: 0; z-index: 1; bottom: -30px; width: 100%;}
#zi_banner #home_nav .container{ background: #fff; height: 70px; line-height: 70px; box-shadow: 0 0 15px rgba(0,0,0,0.1);}
#zi_banner #home_nav .container .home{ float: left; background: #088484; text-align: center; color: #fff; font-size: 22px; font-weight: bold;}
#zi_banner #home_nav .container .home i{ margin-right: 20px;}
#zi_banner #home_nav ul li{ float: left; width: 25%; font-size: 16px; color: #333333; transition: 0.3s; text-align: center; cursor: pointer; position: relative;}
#zi_banner #home_nav ul li i{ margin-right: 10px; font-size: 18px;}
#zi_banner #home_nav ul li:after{ position: absolute; right: 0; top: 35%; content: ''; background: #dddddd; width: 1px; height: 30%;}
#zi_banner #home_nav ul li:before{ position: absolute; width: 0; height: 2px; left: 0; bottom: 0; content: ''; background: #ec3030; transition: 0.3s;}
#zi_banner #home_nav ul li:last-of-type:after{ display: none;}
#zi_banner #home_nav ul li:hover:before{ width: 100%;}
#zi_banner #home_nav ul li:hover{ color: #ec3030;}

#zi_banner .main{ width: 100%; position: absolute; left: 0; top: 0; z-index: 1; text-align: center; color: #fff; padding-top: 10%;}
#zi_banner .main i{ font-size: 70px;}
#zi_banner .main p{ font-size: 36px; padding: 2% 0;}
#zi_banner .main span{ display: inline-block; padding: 0 10%;}

@media screen and (max-width:1440px){
    #zi_banner .main span{ display: none;}
    #zi_banner .main i{ font-size: 36px;}
    #zi_banner .main p{ font-size: 28px;}
}
@media screen and (max-width:991px){
    #zi_banner #pic img{ width: 150%; margin-left: -15%;}
    #zi_banner .main i{ display: none;}
    #zi_banner .main{ padding-top: 15%;}
}
@media screen and (max-width:768px){
    #zi_banner #pic img{ width: 200%; margin-left: -15%;}
    #zi_banner #home_nav ul{ padding: 0;}
    #zi_banner #home_nav ul li{ font-size: 12px; padding: 0;}
    #zi_banner #home_nav .container{ height: 50px; line-height: 50px;}
    #zi_banner .main p{ font-size: 28px;}
    #zi_banner .main{ padding-top: 20%;}
}


.main_zy{ line-height: 30px; padding: 7% 0 5%;}
@media screen and (max-width:768px){
    .main_zy{ padding: 10% 0 5%;}
}


.gsjj_pic{ text-align: center;}
.gsjj_font_zy .tit_in{ padding-bottom: 2%;}
.gsjj_font_zy .tit_in h2{ position: relative; margin-top: -20px; padding: 0 0 10px;}
.gsjj_font_zy .tit_in span{ padding: 10px 0; color: #000000; font-size: 26px; font-weight: bold;}
.gsjj_font_zy .tit_in:before{ background: #ec3030; width: 5%; height: 3px;}

.gsjj_font_zy .content{ clear: both; height: 205px; padding: 0 3% 0 0; margin: 3% 0; overflow-y: scroll;}
.gsjj_font_zy .content::-webkit-scrollbar{
    width:3px;
    height:6px ;
}
.gsjj_font_zy .content::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #e8e8e8;
}
.gsjj_font_zy .content::-webkit-scrollbar-thumb{
    background: #e30713;
}

.gsjj_font_zy ul{ text-align: center; padding-top: 10px;}
.gsjj_font_zy ul li{ display: inline-block; width: 32%;}
.gsjj_font_zy ul li h2{ display: inline-block; color: #e33f3f; font-size: 60px; font-weight: bold; position: relative;}
.gsjj_font_zy ul li h2 sup{ display: block; width: 25px; height: 25px; background: #e33f3f; border-radius: 100%; line-height: 25px; color: #fff; font-size: 14px; font-weight: normal; position: absolute; right: -30px; top: 0;}
.gsjj_font_zy ul li p{ color: #656565; font-size: 14px; margin-top: -10px;}
@media screen and (max-width:1440px){
    .gsjj_font_zy ul li h2{ font-size: 50px;}
}
@media screen and (max-width:991px){
    .gsjj_font_zy ul li h2{ font-size: 40px;}
}
@media screen and (max-width:768px){
    .gsjj_font_zy .tit_in span{ font-size: 16px;}
    .gsjj_font_zy .tit_in h2{ padding: 0;}
}



.jjys_pic{ padding: 0;}
.jjys_font{ padding: 3%; color: #666666; font-size: 16px; line-height: 35px;}
.jjys_font .tit{ color: #e33f3f; font-size: 30px; font-weight: bold;}
.jjys_font i{ display: block; color: #dcdcdc; margin: 1.5% 0 0;}
.jjys_font .bt{ color: #e33f3f; font-size: 36px; padding-bottom: 30px;}
@media screen and (max-width:1820px){
    .jjys_font .tit{ font-size: 26px;}
}
@media screen and (max-width:1600px){
    .jjys_font .tit{ font-size: 20px;}
    .jjys_font{ font-size: 15px; padding: 2%;}
    .jjys_font i{ display: none;}
}
@media screen and (max-width:1200px){
    .jjys_font .tit{ font-size: 20px;}
    .jjys_font{ font-size: 14px; line-height: 25px;}
}
@media screen and (max-width:991px){
    .jjys_font .tit{ font-size: 18px;}
    .jjys_font{ font-size: 14px;}
    .jjys_font .bt{ font-size: 24px;}
}

.tit_zy{ position: relative; padding-bottom: 1%; text-align: center;}
.tit_zy p{ text-transform: uppercase; color: #FFFFFF !important; font-size: 60px; text-shadow: 1px 1px #d8d8d8,-1px -1px #d8d8d8,1px -1px #d8d8d8,-1px 1px #d8d8d8;}
.tit_zy h2{ position: relative; margin-top: -20px; color: #363636; font-weight: bold; font-size: 36px; padding: 0 0 5px;}
.tit_zy:before{ position: absolute; left: 48%; bottom: 0; content: ''; height: 3px; width: 4%; background: #ec3030;}
@media screen and (max-width:991px){
    .tit_zy p{ font-size: 40px;}
    .tit_zy h2{ font-size: 28px;}
}




#whbj{ background: url("../image/whbj.png") no-repeat center; min-height: 642px; position: relative;}
#whbj .dian{ position: absolute; cursor: pointer;}
#whbj .dian .yuan{ border-radius: 100%; text-align: center; background: #d70312; color: #fff; transition: 0.3s;}
#whbj .dian .font{ color: #d70312; position: absolute; text-align: center; font-size: 16px; opacity: 0; transition: 0.3s;}
#whbj .dian:hover .yuan{ box-shadow: 0 0 20px rgba(215,3,18,0.5);}
#whbj .dian:hover .font{ opacity: 1;}

#whbj .dian1{ left: 44.5%; top: 38%;}
#whbj .dian1 .yuan{ width: 156px; height: 156px; line-height: 156px; font-size: 30px;}
#whbj .dian1 .font{ bottom: -45%;}

#whbj .dian_l1{ left: 35%; top: 23%;}
#whbj .dian_l1 .yuan{ width: 70px; height: 70px; line-height: 70px; font-size: 18px; background: rgba(215,3,18,0.7) }
#whbj .dian_l1 .font{ left: -280%; bottom: 25%;}

#whbj .dian_l2{ left: 30%; top: 45%;}
#whbj .dian_l2 .yuan{ width: 100px; height: 100px; line-height: 100px; font-size: 24px; background: rgba(215,3,18,1) }
#whbj .dian_l2 .font{ left: -215%; bottom: 25%;}

#whbj .dian_l3{ left: 38%; bottom: 18%;}
#whbj .dian_l3 .yuan{ width: 72px; height: 72px; line-height: 72px; font-size: 18px; background: rgba(215,3,18,0.6) }
#whbj .dian_l3 .font{ left: -335%; bottom: 25%;}

#whbj .dian_r1{ right: 35%; top: 17%;}
#whbj .dian_r1 .yuan{ width: 105px; height: 105px; line-height: 105px; font-size: 24px; background: rgba(215,3,18,1) }
#whbj .dian_r1 .font{ right: -145%; bottom: 35%;}

#whbj .dian_r2{ right: 30%; top: 47%;}
#whbj .dian_r2 .yuan{ width: 71px; height: 71px; line-height: 71px; font-size: 18px; background: rgba(215,3,18,0.8) }
#whbj .dian_r2 .font{ right: -230%; bottom: 27%;}

#whbj .dian_r3{ right: 35%; bottom: 15%;}
#whbj .dian_r3 .yuan{ width: 100px; height: 100px; line-height: 100px; font-size: 24px; background: rgba(215,3,18,1) }
#whbj .dian_r3 .font{ right: -190%; bottom: 35%;}

@media screen and (max-width:1200px){
    #whbj .dian1{ left: 42%;}
    #whbj .dian_l1{ left: 25%;}
    #whbj .dian_l2{ left: 18%;}
    #whbj .dian_l3{ left: 30%;}
    #whbj .dian_r1{ right: 25%;}
    #whbj .dian_r2{ right: 20%;}
    #whbj .dian_r3{ right: 30%;}
}




/*新闻页面*/
.de-news-list {
    overflow: hidden;
    min-height: 644px;
    padding: 3% 15px 0;
}

.de-news-list ul li {
    padding: 0 !important;
    overflow: hidden;
    background: #fbfbfb;
    margin-bottom: 3%;
    transition: 0.5s;
    position: relative;
}

.de-news-list ul li::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    background: #0891e1;
    width: 0;
    transition: 0.3s;
}

.de-news-list ul li a {
    display: block;
}

.de-news-list ul li .img {
    height: 0;
    float: left;
    padding-bottom: 18%;
    position: relative;
    overflow: hidden;
}

.de-news-list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    position: absolute;
    transition: 0.3s;
}

.de-news-list ul li .img .time {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
}

@media screen and (max-width: 765px) {
    .de-news-list ul li .img {
        padding-bottom: 70%;
    }
}

.de-news-list ul li .box {
    float: right;
    padding: 3% 2%;
    font-size: 14px;
}

.de-news-list ul li .box h4 {
    color: #323232;
    line-height: 1.1;
    overflow: hidden;
    margin: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold !important;
}

.de-news-list ul li .box p {
    color: #999;
    line-height: 28px;
    height: auto;
    overflow: hidden;
    margin: 2% 0 0 !important;
}

.de-news-list ul li .box .xwmore {
    margin-top: 2%;
    color: #999999;
    float: right;
    line-height: 40px;
    padding: 0;
    width: 30%;
    text-align: center;
}

.de-news-list ul li .box .xwmore span {
    display: block;

    font-size: 14px;
    width: 100%;
    background: #333;
    color: #fff;
    transition: 0.3s;
}

.de-news-list ul li .box dl {
    margin-top: 3%;
    float: left;
    width: 60%;
}

.de-news-list ul li .box dl dt {
    float: left;
    font-weight: normal;
    padding-right: 3%;
}

.de-news-list ul li .box dl dt i {
    float: left;
    padding-right: 10px;
}

.de-news-list ul li:hover {
    box-shadow: 0px 0px 20px rgba(204, 204, 204, 0.4);
    transform: translateY(-10px);
}

/*.de-news-list ul li:hover::before{ width: 100%;}*/
.de-news-list ul li:hover .xwmore span {
    background: #e33f3f;
    color: #fff;
    letter-spacing: 3px;
}

.de-news-list ul li:hover .time {
    background: #088484;
}

.de-news-list ul li:hover img {
    transform: scale(1.1);
}

.news-detail-content{ background: #fff; padding: 30px !important; border-radius: 5px;}
.news-detail-content .news-detail {
    line-height: 3rem;
    padding: 0 0 30px;
    color: #666;
}
.news-detail-content .news-detail p {
    font-size: 15px;
    color: #666;
}
.news-detail-content .news-detail .img{ text-align: center; padding-bottom: 3%;}
.news-detail-content .news-detail img {
    max-width: 100%;
    margin: 0 auto;
}

.news-detail-title {
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.news-detail-title .h3 {
    font-size: 30px;
    color: #323232;
    height: 50px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #efefef;
}
@media screen and (max-width:768px){
    .news-detail-title .h3{ font-size: 16px; height: 35px;}
}

.news-detail-title .b {
    font-size: 13px;
    color: #999999;
    text-align: left;
    line-height: 20px;
    margin-top: 3%;
}

.news-detail-title .b i {
    display: inline-block;
    padding-right: 10px;
}

.news-detail-title p {
    text-align: left;
    font-size: 1rem;
}

.news-detail-title p a {
    color: #ccc;
}


.pro-sider {
    float: none;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-bottom: 5%;
}
.pro-sider .in-title {
    padding: 5% 15%;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}
.pro-sider .in-title h3 {
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333333;
}
.pro-sider .in-title h3 i{ display: block; float: left; color: #eb0115; font-size: 30px; margin-right: 10px;}
.pro-sider .in-title em {
    font-size: 12px;
    color: #999999;
    font-family: arial;
    text-transform: uppercase;
}
.pro-sider .pro-sider-ul {
    background: #fff;
    overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
    padding: 0 7%;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #e6e6e6;
    transition:0.3s;
}
@media screen and (max-width:765px){
    .pro-sider .pro-sider-ul .ul-li{ padding: 0 3%;}
}
.pro-sider .pro-sider-ul .ul-li a {
    display: block;
    float: left;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a i{ display: block; float: right; color: #adadad;}

.pro-sider .pro-sider-ul .ul-li:hover i,.pro-sider .pro-sider-ul .ul-li:hover a { color: #fff; }
.pro-sider .pro-sider-ul .ul-li:hover { background: #eb0115; }
.pro-sider .pro-sider-ul .ul-li:last-of-type { border-bottom: none;}
.pro-sider .pro-sider-ul #li-on{ background: #eb0115; }
.pro-sider .pro-sider-ul #li-on i,.pro-sider .pro-sider-ul #li-on a{ color: #fff;}


#xgcp{ padding: 7% 15px 2%;}
#xgcp li{ margin-bottom: 10%;}
#xgcp li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xgcp li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xgcp li p{ height: 40px; line-height: 40px; background: #f4f4f4; text-align: center; transition: 0.3s; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#xgcp li:hover p{ background: #088484; color: #fff;}
#xgcp li:hover .pic img{ transform: scale(1.1);}


.news01 {padding: 3% 0 0;}
.news01 li{ margin-bottom: 7%;}
.news01 .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news01 .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
/*.news01 .shuiyin{position: absolute; background: url("../images/shuiyin.png") no-repeat center; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}*/
.news01 .imgbox1 {width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.news01 .imgbox1 p { text-align: center; left: 0; position: absolute; height:100%; width:100%; transition: 0.3s;}
.news01 .imgbox1 p img{ max-width: 100%; max-height: 100%; transition:0.3s;}
.news01 .slide:hover .imgbox img {transform: scale(1.1);}

.news01 .txtbox { height: 50px; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; background: #fff; border-bottom: 1px solid #e2e2e2;}
.news01 .txtbox span{ display: block; z-index: 1; position: relative; transition:0.3s;}
.news01 .txtbox:after {  position: absolute;content: ""; background: #e33f3f; height: 100%; width:100%;  left: 0;bottom: 0;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.news01 .slide:hover .txtbox::after { -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1);
    -o-transform: scaleX(1); transform: scaleX(1);
}
.news01 .slide:hover .txtbox span{ color: #fff;}


/*联系我们*/
#lxwm{ padding: 3% 0; margin: 0; }
#lxwm li{ height: 420px; text-align: center; border: 1px solid #eeeeee; border-right: none;}
#lxwm li:nth-of-type(4){ border-right: 1px solid #eeeeee;}
#lxwm li .pic{ padding: 70px 0 20px; transition: 0.3s;}
#lxwm li h3{ font-size: 20px; font-weight: bold; transition: 0.3s; text-transform: uppercase;}
#lxwm li p{ font-size: 15px; padding-top: 70px; transition: 0.3s;}
#lxwm li p img{ max-width: 100%; position: relative; margin-top:-50px; transition: 0.4s;}
#lxwm li:hover h3{ opacity: 0;}
#lxwm li:hover .pic{ padding-top: 120px;}
#lxwm li:hover p{ padding-top: 0px;}
#lxwm li:nth-of-type(4):hover .pic{ opacity: 0;}
#lxwm li:nth-of-type(4):hover p img{ margin-top: -120px;}
@media screen and (max-width:991px){
    #lxwm li:nth-of-type(2){ border-right: 1px solid #eeeeee;}
    #lxwm li p{ font-size: 12px;}
}



.in_title{ line-height: 40px; padding: 3% 0 10px; color: #747474; font-size: 16px;}
.in_title p{ font-size: 30px; color: #3e3e3e; text-transform: uppercase;}



.inner_contact_02{ margin: 3% 0 0;}
#jobs_title{padding:0; width:100%; background: #373634;color: #fff;font-size: 14px;height: 54px;line-height: 54px; text-align: center;}
.inner_contact_02 .td1{width: 24.33%;float: left; text-align: center;}
.inner_contact_02 .td2{width: 21.33%;float: left; text-align: center;}
.inner_contact_02 .td3{width: 21.91%;float: left; text-align: center;}
.inner_contact_02 .td4{width: 17.41%;float: left; text-align: center;}
.inner_contact_02 .td5{width: 15%;float: left; text-align: center;}
.inner_contact_02 .td5 a{color: #dd0004;font-size: 14px;}
@media screen and (max-width:768px){
    .inner_contact_02 .td4{ width: 30%;}
    #zpbj .single_tit:before{ display: none;}
}

#jobs_ul{padding:0 0 73px;width: 100%;}
#jobs_ul li{width: 100%;}
#jobs_ul li .jobs_title{font-size: 14px; width: 100%; line-height: 30px; background: rgba(255,255,255,0.6); color: #777;padding:16px 0;border-bottom: solid 1px #efefef;}
#jobs_ul li .jobs_box{padding:20px 3.5% 36px;background: rgba(245,245,245,0.7); position: relative;display: none;}
#jobs_ul li .jobs_box .info1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}
#jobs_ul li .jobs_box .info1 p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin: 5px 0px !important;
}
#jobs_ul li .jobs_box .info2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 22px;
}
#jobs_ul li .jobs_box .info2 h3 {
    font-size: 18px;
    color: #333333;
    line-height: 3;
    font-weight: normal;
}
#jobs_ul li .jobs_box .info2 p {
    font-size: 14px;
    color: #777777;
    line-height: 2.5;
}
#jobs_ul li .jobs_box .info2 .float-right .pic{ padding-top: 3%;}
#jobs_ul li .jobs_box .info2 .float-right .pic img{ width: 30%;}
#jobs_ul li .jobs_box .info2 .float-left {
    width: 50%;float: left;
}
#jobs_ul li .jobs_box .info2 .float-right {
    width: 43.5%;float: right;
}
#jobs_ul li .jobs_box .info2 .float-left .info-box {
    border-right: 1px solid #e5e5e5;padding-right: 10%;
}
#jobs_ul li .jobs_box .info3 {
    margin-top: 31px;
}
#jobs_ul li .jobs_box .info3 .apply_btn {
    width: 151px;
    height: 41px;
    line-height: 41px;
    background: #dd0004;
    font-size: 16px;
    color: #ffffff;
    float: right;
    transition: 0.3s;
    text-align: center;
}
#jobs_ul li .jobs_box .info3 .apply_btn:hover {
    background: #bc9b6f;
}
#jobs_ul li .jobs_box .info3 .all {
    float: right;
    font-size: 14px;
    color: #777777;
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
}
#jobs_ul li .jobs_box i {
    position: absolute;
    left: 18px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}



/*产品中心*/
.cp_bai{ background: #fff; position: relative; padding: 30px; margin-top: -100px; border-top: 5px solid #088484; box-shadow: 0 0 15px rgba(0,0,0,0.05);}
.cp_bai #zi_home{ height: 40px; line-height: 40px; position: absolute; right: 0; top: -45px; color: #fff;}
.cp_bai #zi_home i{ margin-right: 10px;}
.cp_bai #zi_home a{ color: #fff;}

#pro_list{ height: 50px; line-height: 35px;}
#pro_list li{ float: left; padding: 0 2%; transition: 0.3s;}
#pro_list li i{ margin-right: 10px; color: #d6d6d6; transition: 0.3s;}
#pro_list li:hover i,#pro_list li:hover a{ color: #00784c;}

.pro li{ margin-top: 3%;}
.pro li .li-img{ float: left; width: 50%; background: url("../image/cpbj1.jpg") no-repeat center; text-align: center; padding-top: 3%;}
.pro li .li-img img{ max-height: 90%; max-width: 80%;}
.pro li .font{ float: right; padding: 5% 2% 0; width: 50%;}
.pro li .font h2{ color: #333333; font-size: 30px;}
.pro li .font .content{ color: #585858; font-size: 14px; padding: 3% 0; line-height: 30px;}
.pro li dl{ text-align: center; padding: 3% 0 4%;}
.pro li dl dd{ float: left; margin: 0; width: 20%;}
.pro li dl dd p{ width: 90px; height: 90px; border: 1px solid #d2d2d2; line-height: 90px; border-radius: 100%; display: inline-block; transition: 0.3s;}
.pro li dl dd p i{ font-size: 36px; transition: 0.3s;}
.pro li dl dd span{ display: block; color: #5e5e5e; font-size: 16px; height: 40px; line-height: 40px;}
.pro li dl dd:hover p{ background: #088484; border: 1px solid #088484;}
.pro li dl dd:hover p i{ color: #fff;}
.pro li:nth-of-type(2n) .font{ float: left !important;}
.pro li:nth-of-type(2n) .li-img{ float: right !important;}


.cp_home{ border-bottom: 1px solid #e9e9e9; height: 50px;}
.cp_home .tit{ color: #333333; font-size: 24px; font-weight: bold;}
.cp_home #pro_list li{ float: right;}




.cp_content{ padding: 3% 0; color: #444444; line-height: 35px;}

.xnys{ padding-bottom: 5%;}
.xnys li p{ float: left; width: 90px; height: 90px; background: #088484; border-radius: 5px; text-align: center; line-height: 90px;}
.xnys li span{ float: left; display: block; padding-left: 15px; line-height: 25px; color: #333333; font-weight: bold; width: 75%;}
@media screen and (max-width:1440px){
    .xnys li span{ width: 70%;}
}
@media screen and (max-width:1200px){
    .xnys li p{ width: 70px; height: 70px; line-height: 70px;}
}
@media screen and (max-width:991px){
    .xnys li{ margin-bottom: 2%;}
    .xnys li span{ font-size: 13px;}
}


#hzlc{ background: #f8f9fa; padding: 2% 2% 1%; text-align: center;}
#hzlc li{ display: inline-block; padding: 0 4%;}
#hzlc li i{ font-size: 40px; color: #5c6e7d;}
#hzlc li p{ color: #5c6e7d; font-size: 15px; font-weight: bold;}
@media screen and (max-width:1200px){
    #hzlc li{ padding: 0 3%;}
}


#khal_info{position: relative; margin-top: 2%;}
#khal_info .swiper-container {
    width: 100%;
    height: 100%;
}
#khal_info .swiper-slide {
    transition:0.3s;
    overflow: hidden;
    position: relative;
    background: #fff;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#khal_info .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
#khal_info .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#khal_info .swiper-slide .font{ width: 100%; padding: 3% 0 5%; text-align: center; transition: 0.3s;}
#khal_info .swiper-slide .font h3{ color: #353535; font-size: 16px; transition:0.3s; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; padding: 5px 0;}
#khal_info .swiper-slide .font .more{ display: inline-block; height: 35px; line-height: 35px; background: #fff; width: 40%; border-radius: 20px; text-align: center; margin-top: 3%; transition: 0.3s; opacity: 0;}
#khal_info .swiper-slide:hover img{ transform: scale(1.1);}
#khal_info .swiper-slide:hover .font{ background: #006464;}
#khal_info .swiper-slide:hover .font h3{ color: #fff;}
#khal_info .swiper-slide:hover .more{ opacity: 1;}
@media screen and (max-width:768px){
    #khal_info{ padding: 0 15px;}
}






/************************************/
.page{margin: 5% 0 2%;}
.page a{display:inline-block;height:18px;line-height:18px;border:1px solid #dbdbdb;padding:0 2px 0;}
.page a:hover{background:#404040;color:#fff;border:none;height:20px;line-height:20px;padding:0 3px 0;}
.page .current {padding:0 6px 0;height:18px;line-height:18px;background:#404040;color:#fff;}
/****************news*****************/
.news_title{color:#3f3f3f;text-align:left; font-size: 24px; line-height:40px; padding-bottom: 10px;}
.meta{color:#999;text-align:left; height: 50px; border-bottom: 1px solid #e6e6e6;}
@media screen and (max-width:768px){
    .news_title{ font-size: 16px;}
}
/***********news_info**************/
.jobs li{ height:auto; margin:23px 18px 18px 28px;border-bottom:1px dotted #666; position:relative;}
.jobs a{ position:absolute; right:0; top:0;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px; display:block; background:#f00;}
.jobs strong{color:#da020d;}
.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}
/***************jobs***************/
.rel_center{ text-align:center; left:50%;}
.pro_name{display:block;color:#da020d;text-align:left; font-size: 18px; margin-bottom: 10px;}
.info_title{ height: 60px; border-bottom: 1px solid #ececec; text-align: center; color: #343434; font-size: 30px;}
.info_title b{display:inline-block; padding: 0 20px; height:100%; border-right:1px solid #fff; background:#333; color:#fff; line-height:35px;}
.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}
/********goods_info&jobs_info*******/
.order{ font-size: 13px; width: 100%; margin: 0 auto;}
.order tr{ height: auto; margin-bottom: 10px;}
.order .t_r{ width: 25%;}
.order input{ border: 1px solid #efefef;  width: 100%; height:45px; line-height: 45px; margin-bottom: 5px; border-radius: 5px; padding-left: 10px;}
.order #content{ height: 100px;}
.order img{vertical-align:-5px;cursor:pointer;}
.order #submit{width:50%;height:45px; line-height: 45px; background:#088484; color: #fff; margin-top: 10px; cursor:pointer;}
@media screen and (max-width:768px){
    .order .col-12{ padding: 0;}
}
/**************order&message********/
.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a:hover{ color:red}