@charset "UTF-8";
@font-face{font-family:'din'; src: url('../font/din.OTF');}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
body { font-size: 14px; line-height: 1.2;  margin: 0 auto; color: #666; background-color: #fff; font-family: 'Microsoft YaHei', Arial, sans-serif;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, li, ol { list-style: none;}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{border-collapse:collapse;margin:0 auto!important;}
img { border: 0; outline: 0; vertical-align: middle;}

input, textarea, select, option { background: none; outline: 0; font-family: 'Microsoft YaHei', Arial, sans-serif; padding: 0; margin: 0; }
input { outline: none; font-family:'Microsoft YaHei', Arial, sans-serif;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none; border-radius: 0; }
textarea { -webkit-appearance: none; appearance: none; border-radius: 0; outline: none;}
::-moz-selection { background: #f39800; color: #fff; text-shadow: none; }
::selection { background: #f39800; color: #fff; text-shadow: none; }
select{ outline: none;}

select::-ms-expand { display: none; }

a{ text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clear{ clear:both;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }

.fl{ float: left;}
.fr{ float: right;}
.container{ width: 1400px; position: relative; margin: 0 auto; height: 100%;}


::-webkit-scrollbar {width: 6px;height: 6px;background-color: rgba(255,255,255,.1);}
::-webkit-scrollbar-thumb { border-radius: 50px; background-image: -webkit-linear-gradient(120deg, #0080cc,#8ec31f);  background-image: -moz-linear-gradient(120deg, #0080cc,#8ec31f); background-image: -o-linear-gradient(120deg, #0080cc,#8ec31f);background-image: linear-gradient(120deg, #0080cc,#8ec31f);}
::-webkit-scrollbar-thumb:hover { background: #8ec31f;}

/*======================等比填充======================*/
*[class*="rect-"] {position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] .full {position: absolute;left: 0;top: 0;width: 100%;height: 100%;*height: auto;}
.rect-48 {padding-bottom: 48%;}
.rect-50 {padding-bottom: 50%;}
.rect-57 {padding-bottom: 57%;}
.rect-67 {padding-bottom: 67%;}
.rect-72 {padding-bottom: 72%;}
.rect-101 {padding-bottom: 101%;}
.imgZoom img,.imgY180 img {-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom {overflow: hidden;-webkit-transform: rotate(0);transform: rotate(0);}
.imgZoom:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.imgY180:hover img {cursor: pointer;-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}
/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}

/*头部*/
.header{height:125px; z-index: 999;width: 100%; position:fixed;transition:0.5s all;  background: url(../img/header_bg.png)  repeat-x center bottom;}
.header:before{ content:''; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.15); transition:2s}
.header.on:before{ width:0%}
.header .logo{ position: relative; height:125px; display:flex;  align-items:center; transition:0.5s all; z-index: 999;}
.header .logo img{ height:60px; display:block;  transition:0.5s all;}
.header .logo .lg2{display: none;}
/*下拉菜单*/
.navBox { position: relative; height:125px; transition:0.5s all; z-index: 999;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 30px; position: relative;}
.navBox .nav li:last-child{ padding-right: 0;}
.navBox .nav li>a {display: block; position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .bg {background: #f39800;position: absolute;left: 50%;bottom: 0px;width:0;display: block;height:0.025rem;transition: 0.6s;z-index: -1; opacity: 0;visibility: hidden;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size: 17px; font-weight: 600;color: #fff;}
.navBox .nav li:hover>a .txt { color: #f39800;}
.subNavbox{width:100%;position:absolute; top:80%;left:50%;background:rgba(255,255,255,.96); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.2);-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.subNavbox:after{content:'';position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent rgba(255,255,255,.96);}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:15px;color: #333; padding:15px 0; transition:0.3s all; text-align: center; }
.subNavbox a:before{content:'';position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background: #f39800;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);transition:0.3s all;}
.subNavbox a.active,.subNavbox a:hover{color:#f39800}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }
/*导航下拉*/
.header.scroll {background:#fff; height:90px; transition: 0.5s all; box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.header.scroll.on:before{width:0px;transition: 0.01s all;}
.header.scroll .logo,.header.scroll .navBox,.header.scroll .tel{height:90px;}
.header.scroll .logo .lg1{display: none;}
.header.scroll .logo .lg2{display: block;}
.header.scroll .subNavbox{top:100%;}
.header.scroll .navBox .nav li>a .txt{ color: #333;}
.header.scroll .navBox .nav li:hover>a .txt { color: #f39800;}
.header.scroll .navBox .nav li.open>a .txt{ color: #f39800;}
.sp_nav,.sjj_nav{ display:none;}

/*======================轮播图======================*/
.banner_box{ position: relative; height: 100vh; max-height: 100%; overflow: hidden;}
#banner {width:100%; height:100vh; position: fixed; z-index:0; background:#000; overflow:hidden;}
#banner .swiper-slide .pic {height:100%; position:relative; z-index:1;}
#banner .swiper-slide .pic img{width:100%;height:100%;transition: all 6s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block;}
#banner .swiper-slide-active .pic img{ transform: scale(1.05,1.05);  -webkit-transform: scale(1.06,1.06); }
#banner .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); z-index:999; }
#banner .bannerText .innerText h2, #banner .bannerText .innerText h5 { text-align: center; }
#banner .bannerText .container { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
#banner .bannerText .container h2 { font-size: 58px;font-family: 'din'; text-transform: uppercase; color:#ffffff; transform: translateX(30px); -moz-transition: all 4s ease 0s;-ms-transition: all 4s ease 0s;-o-transition: all 4s ease 0s;-webkit-transition: all 4s ease 0s;transition: all 4s ease 0s;}
#banner .bannerText .container h5 { margin-top: 20px; font-size: 20px;color:#ffffff; transform: translateX(50px); -moz-transition: all 4s ease 0s;-ms-transition: all 4s ease 0s;-o-transition: all 4s ease 0s;-webkit-transition: all 4s ease 0s;transition: all 4s ease 0s;}
#banner .swiper-slide.swiper-slide-active .bannerText .container h2,#banner .swiper-slide.swiper-slide-active .bannerText .container h5{transform: translateX(0px);}
/*按钮切换*/	
.swiper-ctrl {position: absolute;right: 3%;bottom: 5%;width: 220px;z-index: 11;}
.swiper-ctrl .relative{position: relative;}
#banner .swiper-pagination {position: absolute; left: auto; right:0; top:50%; bottom: auto; margin-top: 10px; color: #fff; font-size: 16px; font-family:'din';}
#banner .swiper-pagination span {background: #ffffff !important; font-size: 16px; opacity: 1;}
#banner .swiper-pagination .swiper-pagination-bullet-active {background: #f39800 !important; opacity: 1;}
#banner .swiper-button-next,#banner .swiper-button-prev {position: absolute;left: auto;right:auto;width: 45px;text-transform: uppercase;color: #fff;font-size: 13px;line-height: 44px; opacity: .5; z-index:999; cursor:pointer;}
#banner .swiper-button-next:hover,#banner .swiper-button-prev:hover {opacity: 1;}
#banner .swiper-button-next {background: url(../img/ban_next.png) right center no-repeat; right: 0;}
#banner .swiper-button-prev {background: url(../img/ban_prev.png) left center no-repeat; left: 0; text-align: right;}
/*鼠标*/	
#banner .mouse{position:absolute; width:25px; left:50%; transform:translateX(-50%); bottom:25px; cursor:pointer;z-index: 10000;background:url(../img/shubiao.png) top center no-repeat; height:60px; text-align:center}
#banner .mouse span{ display:inline-block;width: 8px;height:20px; position: absolute; margin-left:-4px;left:50%; bottom:0;-webkit-animation:mouse 2s infinite;-moz-animation:mouse 2s infinite;animation:mouse 2s infinite}
@-webkit-keyframes mouse{
    0%{-webkit-transform:none;transform:none;opacity:1}
    100%{-webkit-transform:translateY(15px);transform:translateY(15px);opacity:0}
    }
    @-moz-keyframes mouse{
    0%{-moz-transform:none;transform:none;opacity:1}
    100%{-moz-transform:translateY(15px);transform:translateY(15px);opacity:0}
    }
    @keyframes mouse{
    0%{-webkit-transform:none;-moz-transform:none;transform:none;opacity:1}
    100%{-webkit-transform:translateY(15px);-moz-transform:translateY(15px);transform:translateY(15px);opacity:0}
}
#banner .swiper-slide:before {position: absolute;content: '';left: 0;top: 0;right: 0;bottom: 0;z-index: 2;background: rgba(0,0,0,.0) url(../img/header_bg.png) repeat-x left top;}
#banner .swiper-slide:after {position: absolute;content: '';left: 0;top: 0;right: 0;bottom: 0;opacity: .8;z-index: 3;background: rgba(0,0,0,.1);}

/*======================主体======================*/
.inProLine{position: relative; width: 100%;background: #fff;}
.inProLine .item{position: relative; width: 33.333333%;float: left;}
.inProLine .item .linebox{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding:9% 10%; box-sizing: border-box; }
.inProLine .item .linebox .linename{position: relative; font-size: 22px; color: #fff; font-weight: 600;}
.inProLine .item .linebox .linedesc{position: relative; margin-top: 15px;font-size: 15px; color: #fff; line-height: 1.8; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inProLine .item:nth-child(1) .linebox{background-image: -webkit-linear-gradient(120deg, #0080cc 40%, rgba(0,128,204, 0)); background-image: -moz-linear-gradient(120deg, #0080cc 40%, rgba(0,128,204, 0));  background-image: -o-linear-gradient(120deg, #0080cc 40%, rgba(0,128,204, 0));  background-image: linear-gradient(120deg, #0080cc 40%, rgba(0,128,204, 0));}
.inProLine .item:nth-child(1) .linebox::before{ position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: #0080cc; opacity: 0;z-index: 0; -moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s;}
.inProLine .item:hover:nth-child(1) .linebox::before{ opacity: 1;}
.inProLine .item:nth-child(2) .linebox{background-image: -webkit-linear-gradient(120deg, #f39800 40%, rgba(243,152,0, 0)); background-image: -moz-linear-gradient(120deg, #f39800 40%, rgba(243,152,0, 0)); background-image: -o-linear-gradient(120deg, #f39800 40%, rgba(243,152,0, 0));  background-image: linear-gradient(120deg, #f39800 40%, rgba(243,152,0, 0));}
.inProLine .item:nth-child(2) .linebox::before{ position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: #f39800; opacity: 0;z-index: 0; -moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s;}
.inProLine .item:hover:nth-child(2) .linebox::before{ opacity: 1;}
.inProLine .item:nth-child(3) .linebox{background-image: -webkit-linear-gradient(120deg, #8ec31f 40%, rgba(142,95,31, 0)); background-image: -moz-linear-gradient(120deg, #8ec31f 40%, rgba(142,95,31, 0)); background-image: -o-linear-gradient(120deg, #8ec31f 40%, rgba(142,95,31, 0));  background-image: linear-gradient(120deg, #8ec31f 40%, rgba(142,95,31, 0));}
.inProLine .item:nth-child(3) .linebox::before{ position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: #8ec31f; opacity: 0;z-index: 0; -moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s;}
.inProLine .item:hover:nth-child(3) .linebox::before{ opacity: 1;}
.inProLine .item .linebox .more{ margin-top: 8%; position: relative; width: 90px; color: #fff; font-size: 15px; padding: 12px 30px; border: 1px #fff solid; vertical-align: middle; -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s}
.inProLine .item .linebox .more i{ display: inline-block; width: 20px; height: 15px; background: url(../img/linem.png) center right no-repeat; background-size:auto 15px; -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.inProLine .item .linebox .more:hover{ width: 120px;}
.inProLine .item .linebox .more:hover i{width: 40px; background: url(../img/linem.png) center right no-repeat; background-size:auto 15px; }

.inProduct{ position: relative; padding: 70px 0; background: #fff;}
.inProduct .listbox{position: relative;}
.inProduct .listbox .title{ font-size: 36px; color: #333; margin-bottom: 30px;}
.inProduct .listbox ul{position: relative;}
.inProduct .listbox li{width:31.3%; height: 43.2%; position: absolute;bottom: 0;left: 0;}
.inProduct .listbox li a,.inProduct .listbox li dl,.inProduct .listbox li dt,.inProduct .listbox li dt img{display: block;width: 100%;height:100%; box-sizing: border-box;}
.inProduct .listbox li dl{position: relative;color: #fff;}
.inProduct .listbox li dt{position: relative;}
.inProduct .listbox li dd{position: absolute;left: 0;bottom: 0;width: 100%; background: url(../img/ratio_bg.png) center repeat;}
.inProduct .listbox li dd .text {padding: 25px; font-size: 24px; color: #fff; font-weight: 600;}
.inProduct .listbox li:nth-child(1),.inProduct .listbox li:nth-child(2){width:57.2%;height: 51.7%; top:0;bottom: auto;    box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.inProduct .listbox li:nth-child(2){left: auto;right: 0;width:39.8%;}
.inProduct .listbox li:nth-child(4){left: 34%;}
.inProduct .listbox li:nth-child(5){right: 0;left: auto;}

.inAbout{ display: block; width:100%; position:relative; padding: 140px 0 100px; box-sizing: border-box; background: url(../img/abobg.jpg) center no-repeat;}
.inAbout .title{ font-size: 50px; color: #f39800; margin-bottom: 25px;}
.inAbout .Abodesc{ width: 70%; margin-bottom: 48px; font-size: 24px; color: #333;line-height: 1.8; }
.inAbout .number {position: relative;width: 70%; margin-bottom: 90px;}
.inAbout .number .item {position: relative;float: left;width: 33.333%;padding: 0 3%;box-sizing: border-box;}
.inAbout .number .item .T{position: relative;}
.inAbout .number .item .T .math{font-size: 56px; color: #f39800;line-height: 1.2; margin-right: 10px;font-family:'din';}
.inAbout .number .item .T .num{font-size: 24px; color: #f39800; }
.inAbout .number .item .c{font-size: 18px;color: #666; }
.inAbout .more{ width: 200px;height: 45px; margin: 0; line-height: 45px; color: #fff; background: #f39800; text-align: center; border-radius: 3px; font-size: 15px; cursor: pointer; display: block; box-sizing: border-box;}
.inAbout .more:hover{background-image: -webkit-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -moz-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -o-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: linear-gradient(90deg, #8ec31f, #0080cc);}

.inParty{position: relative; padding: 70px 0; background: #fff;}
.inParty dl{overflow: hidden;position: relative; border:4px solid #f39800;}
.inParty dt{width: 100%;position: relative;}
.inParty dt img{ width: 100%;}
.inParty dd{width: 30%;position: absolute;top:0;right: 0;height: 100%; display: -webkit-flex;display: flex;flex-direction: column; justify-content: center;}
.inParty dd .text{position: relative; display: -webkit-flex;display: flex;flex-direction: column;justify-content: center;}
.inParty dd .text .t{margin-bottom: 15px; font-size: 36px; color: #3b3e43;}
.inParty dd .text p{ margin-bottom: 55px; font-size: 24px; color:#3b3e43}
.inParty dd .text .more{ width: 200px;height: 45px; margin: 0; line-height: 45px; color: #fff; background: #f39800; text-align: center; border-radius: 3px; font-size: 15px; cursor: pointer; display: block; box-sizing: border-box;}
.inParty dd .text .more:hover{background-image: -webkit-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -moz-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: -o-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: linear-gradient(90deg, #8ec31f, #0080cc);}

.inNews{position: relative; padding:0 0 70px; background: #fff;}
.inNews .box-title{display: flex;padding:0 0 35px 0;}
.inNews .box-title .title{flex: 1;font-size: 33px;color: #333;}
.inNews .news-box{ position: relative;}
.inNews .news-box li{ width: 32%; float: left; margin-right: 2%; -webkit-transition: 0.5s;-o-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.inNews .news-box li:last-child{ margin-right: 0;}
.inNews .news-box li .nbox{ position: relative; width: 100%;   box-sizing: border-box;}
.inNews .news-box li .nbox .tit{margin-top: 15px; margin-bottom: 10px; font-size: 24px; line-height: 32px; height: 64px; color: #333;  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inNews .news-box li .nbox .decs{margin-bottom: 25px; font-size: 15px; line-height: 1.8; color: #666; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inNews .news-box li .nbox .date{ margin-bottom: 30px; font-size: 16px; color: #f39800; font-family: 'din';}
.inNews .news-box li .nbox .more{color: #333; font-size: 15px; }
.inNews .news-box li .nbox .more i{ display: inline-block; width: 20px; height: 15px; vertical-align: middle; background: url(../img/nmore.png) center right no-repeat; background-size:auto 15px; -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.inNews .news-box li:hover .nbox .more i{width: 40px; background: url(../img/nmoreh.png) center right no-repeat; background-size:auto 15px; }
.inNews .news-box li:hover .nbox .tit{ color: #f39800;}
.inNews .news-box li:hover .nbox .more{ color: #f39800;}

.inJoin{ position: relative; padding: 80px 0; overflow: hidden; z-index: 2;}
.inJoin::before{position: absolute; content: ''; top:0; left: 0; width: 100%; height: 100%; background: url(../img/joinbg.jpg) center no-repeat; -webkit-animation: arrowMove 10s infinite; animation: arrowMove 10s infinite;}
.inJoin .box-title .title{margin-bottom: 20px; font-size: 34px;color: #fff; font-weight: bold;}
.inJoin .box-title .slogan{ margin-bottom: 60px; font-size: 20px;color: #fff; text-transform: uppercase}
.inJoin .box-title .more{ width: 200px;height: 45px; margin: 0; line-height: 45px; color: #fff; background: #f39800; text-align: center; border-radius: 3px; font-size: 15px; cursor: pointer; display: block; box-sizing:border-box}
.inJoin .box-title .more:hover{background-image: -webkit-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -moz-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: -o-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: linear-gradient(90deg, #8ec31f, #0080cc);}
@-webkit-keyframes arrowMove {
    0%{
        -webkit-transform:scale(1);transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.08);transform:scale(1.08)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes arrowMove {
	0%{
        -webkit-transform:scale(1);transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.08);transform:scale(1.08)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}

/*======================底部======================*/
.footer{position: relative; padding: 60px 0; background-color: #f5f5f5;}
.footer .f_le{ width: 16%; float: left;}
.footer .f_le .flogo{ margin-bottom: 40px;}
.footer .f_le .flogo img{ height: 60px;}
.footer .f_le .share_a{overflow: hidden;margin-bottom: 30px;}
.footer .f_le .share_a p{display: -webkit-flex; display: flex;  flex-direction: row;  justify-content: space-between;}
.footer .f_le .share_a a{float: left;width: 40px;height: 40px; line-height: 40px;border-radius: 50%;text-align: center;color: #666;background: #fff;}
.footer .f_le .share_a a i{font-size: 22px;}
.footer .f_le .share_a a.pic_01 i{font-size: 22px;}
.footer .f_le .share_a a i.iconin{font-size: 32px;}
.footer .f_le .share_a a i.icontoutiao1{font-size: 32px;}
.footer .f_le .share_a a:last-child{margin-right: 0;}
.footer .f_le .link { margin-top: 10px;}
.footer .f_le .link details { position: relative;}
.footer .f_le .link details div {width: 100%; padding: 10px 0; height: 160px; background-color: #ffffff;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);position: absolute;bottom: calc(100% + 0px);right: 0; overflow: auto;transform-origin: 100% 100%;color: #ffffff;}
.footer .f_le .link details[open] div {-webkit-animation: scale 0.25s ease;animation: scale 0.25s ease;}
.footer .f_le .link details div a{font-size: 15px; color: #333; font-weight: 500; line-height: 35px; float: left;padding:0 8%; width:100%;background: #f5f5f5;margin-bottom: 5px; box-sizing: border-box;}
.footer .f_le .link details div a:hover{color: #f39800;}
.footer .f_le .link summary { position: relative; width:100%; line-height: 40px; font-size: 15px;  padding: 0 20px; box-sizing: border-box; background:#e8e8e8 url(../img/foot_jt.png) 90% center no-repeat; background-size: auto 10px; cursor: pointer;}
.footer .f_le .link summary::marker {content:'';}
.footer .f_le .link summary::-webkit-details-marker {display: none;}
.footer .f_le .link summary:hover { color: #fff; background: #f39800 url(../img/foot_jth.png) 90% center no-repeat; background-size: auto 10px; }
@-webkit-keyframes scale {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}
@keyframes scale {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}
.footer .f_re {position: relative;width: 78%;float: right;}
.footer .f_re dl {width: 13.6%;float: left;}
.footer .f_re dl:last-child {width: 32%;}
.footer .f_re dl dt {font-size: 18px;color: #333333;font-weight: bold;}
.footer .f_re dl dd {margin-top: 20px;}
.footer .f_re dl dd a {display: block;width: 100%;font-size: 15px;color: #666666;line-height: 2;}
.footer .f_re dl dd a:hover {color: #f39800;}
.footer .f_re dl dd p {font-size: 15px;color: #666666;line-height: 2;}
.footer .f_re dl dd p span{font-size:20px; font-weight: 600;color: #f39800;font-family: 'din';}
.footer .f_re dl .ewm{ width: 100%; margin-top: 15px; padding-top: 15px; border-top: 1px #d5d5d5 solid;}
.footer .f_re dl .ewm .img{ width: 110px;}
.footer .f_re dl .ewm .img img{ width: 100%;}
.footer .f_re dl .ewm .img p{ font-size: 15px; line-height: 30px; color: #666; text-align: center;}
.copy {position: relative; width: 100%;font-size: 15px;color: #fff; line-height: 70px; background-image: -webkit-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -moz-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -o-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: linear-gradient(90deg, #8ec31f, #0080cc);}
.copy .copybox a {font-size: 15px;color: #fff;margin: 0 5px;}
.copy .copybox a:hover {color: #f39800;}
.copy .copybox .right{ float: right;}
/*======================底部分享弹出======================*/
.weixin-box{ position:fixed; width:260px; height:250px; z-index:999; left:50%; top:50%; transform: translate(-50%,-50%); background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:0 0 20px rgba(0,0,0,.1);}
.weixin-box .c{ position:absolute; width:30px; height:30px; right:0; top:4px; font-size:20px; font-style: normal; font-family: 'din'; text-align:center; cursor:pointer; z-index:2;}
.weixin-box h2{ position:relative; line-height:40px; font-size:17px; padding-left:10px;}
.weixin-box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin-box .img img{ width:120px; height:120px;}
.weixin-box p{ padding:15px 10px 0; text-align: center;}



/*二级页面 banner*/
.pbanner{ width:100%; position:relative; color: #fff;  overflow:hidden;}
.pbanner .bannerimg { position: relative; }
.pbanner .bannerimg img{width:100%; display:block; opacity:1;-webkit-animation: picMove 3s ease;animation: picMove 3s ease;}
@-webkit-keyframes picMove {
    0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes picMove {
	0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
.pbanner .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.05); }
.pbanner .bannerText .innerText h5, .pbanner .bannerText .innerText h6 { text-align: center; }
.pbanner .bannerText .container { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.pbanner .bannerText .container h6 { font-size: 24px; font-weight: normal; font-family: 'din'; text-transform: uppercase; }
.pbanner .bannerText .container h5 { margin-top: 10px; line-height: 1.3; font-size: 38px; }

.subnav .navbtn{ position: absolute; top:-60px; left: 0; width: 60px; height: 60px;line-height: 60px;text-align: center;background: #c67d02;cursor: pointer;}
.subnav .navbtn span{ font-size: 24px; color: #fff;}
.subnav .menuNav{ position: absolute; left: 60px; top: -60px; background: #f39800; z-index: 100;}
.subnav .menuNav .openNav{padding: 0 50px;height: 60px;line-height: 60px; font-size: 18px; color: #fff; cursor: pointer;}
.subnav .subnavlist{width:100%;position:absolute; top:100%; left:50%; padding: 15px 0; opacity:0; pointer-events:none; transition:all .3s;box-sizing: border-box; background: #c67d02; z-index: 99; -webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.subnav .subnavlist.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }
.subnav .subnavlist a{display: block; margin-bottom: 2px; padding:0 15px; height: 40px;line-height: 40px;font-size: 17px; color: #fff; text-align: center;}
.subnav .subnavlist a:hover{background: #f39800;}
.crumbs{line-height: 60px;font-size: 16px;color: #999;text-align: right; background: #f8f8f8;}
.crumbs .fangzi{display: inline-block; width: 17px; height: 15px; margin-right: 5px; margin-bottom: -1px;  background: url(../img/home.png) center no-repeat; background-size: auto 15px;}
.crumbs a{color: #333;margin: 0 2px; font-size:16px;}
.crumbs a:hover{color: #f39800;}
.subnav.fixednav{ position: fixed; left: 0; top: 150px; width: 100%; z-index: 99;}

.partynav .navbtn{ position: absolute; top:-60px; left: 0; width: 60px; height: 60px;line-height: 60px;text-align: center;background: #9b0303;cursor: pointer;}
.partynav .navbtn span{ font-size: 24px; color: #fff;}
.partynav .menuNav{ position: absolute; left: 60px; top: -60px; background: #b90000; z-index: 100;}
.partynav .menuNav .openNav{padding: 0 50px;height: 60px;line-height: 60px; font-size: 18px; color: #fff; cursor: pointer;}
.partynav .subnavlist{width:100%;position:absolute; top:100%; left:50%; padding: 15px 0; opacity:0; pointer-events:none; transition:all .3s;box-sizing: border-box; background: #9b0303; z-index: 99; -webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.partynav .subnavlist.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }
.partynav .subnavlist a{display: block; margin-bottom: 2px; padding:0 15px; height: 40px;line-height: 40px;font-size: 17px; color: #fff; text-align: center;}
.partynav .subnavlist a:hover{background: #b90000;}
.partycrumbs{line-height: 60px;font-size: 16px;color: #999;text-align: right; background: #f8f8f8;}
.partycrumbs .fangzi{display: inline-block; width: 17px; height: 15px; margin-right: 5px; margin-bottom: -1px;  background: url(../img/home.png) center no-repeat; background-size: auto 15px;}
.partycrumbs a{color: #333;margin: 0 2px; font-size:16px;}
.partycrumbs a:hover{color: #b90000;}

.profile{ padding: 90px 0;}
.profile .tit{ font-size: 20px; color: #555;}
.profile .doc{margin: 10px auto 40px; font-size: 36px; color: #f39800;}
.profile .cont{ font-size: 16px; line-height: 2; color: #333;}
.profile .pageNumber {position: relative;width: 100%; margin-top: 40px;}
.profile .pageNumber .item {position: relative;float: left;width: 33.333%;padding: 0 3%;box-sizing: border-box;}
.profile .pageNumber .item .T{position: relative;}
.profile .pageNumber .item .T .math{font-size: 56px; color: #f39800;line-height: 1.2; margin-right: 10px;font-family:'din';}
.profile .pageNumber .item .T .num{font-size: 24px; color: #f39800; }
.profile .pageNumber .item .c{font-size: 18px;color: #666; }

.culture{ padding: 90px 0; background: #f5f5f5;}
.culture .infor{margin-bottom: 50px; color:#333e46;}
.culture .infor .tit{font-size:36px; font-weight:bold;}
.culture .infor .con{font-size:18px; line-height: 2; margin-top: 10px;}
.culture-inner{position: relative;  display: grid;grid-gap: 10px; grid-template-columns: repeat(4,1fr);  flex-flow:wrap;}
.culture-item {width: 100%;  text-align: center;display: flex;}
.culture-content {position: relative; z-index: 3;  background: #fff; border-radius: 10px; padding: 40px 0; text-align: center; flex: 1;}
.culture-content:before {content: ""; width: 100%; height: 0; background: linear-gradient(to bottom, #0080cc 0%, #8ec31f 100%);
position: absolute; left: 0; bottom: 0; transition: 0.6s;z-index: -1;}
.culture-content:hover,.culture-content.active {color: linear-gradient(to bottom, #0080cc 0%, #8ec31f 100%);}
.culture-content:hover:before,.culture-content.active:before {height: 100%; bottom: auto; top: 0;}
.culture-content:before {border-radius: 10px;}
.culture-content:hover b {background: #fff; color: #f39800;}
.culture-content:hover strong,.culture-content:hover p {color: #fff;}
.culture-content b {display: block;width: 87px; height: 87px; margin: auto; text-align: center; line-height: 87px; color: #fff;font-size: 42px; border-radius: 50%; font-weight: normal; background: #f39800; box-shadow: 0 10px 20px rgba(243, 152, 0, 0.32);transition: 0.45s; }
.culture-content strong {display: block; margin-top: 53px; margin-bottom: 22px; line-height: 1; color: #333333; font-size: 24px;
transition: 0.4s; font-weight: normal;}
.culture-content p {color: #333333; font-size: 18px; line-height: 1.6; max-width: 90%; margin: auto; transition: 0.4s;}


.history{ padding: 90px 0; background: url(../img/history.png) center bottom no-repeat;  }
.history .infor{margin-bottom: 50px; color:#333e46;}
.history .infor .tit{font-size:36px; font-weight:bold;}
.history .infor .con{font-size:18px; line-height: 2; margin-top: 10px;}
.history-inner{position: relative; overflow: hidden;}
.history-inner .swiper-slide{position: relative; width: 33.333%; padding-bottom: 40px; margin-bottom: 50px; background: url(../img/historyline.png) repeat-x left bottom; }
.history-inner .swiper-slide:after {content: '';position: absolute;left: 1px;bottom: -20px;width: 12px;height: 12px;
    background: url(../img/historyd.png) no-repeat center;background-size: cover;}
.history-inner .swiper-slide .box{ padding: 35px 60px; border-right: 1px solid #dedede; }
.history-inner .swiper-slide:first-child .box{border-left: 1px solid #dedede;}
.history-inner .swiper-slide .box .date{ font-size: 40px; color: #f39800; margin-bottom: 10px;}
.history-inner .swiper-slide .box .con{ height: 90px; font-size: 16px; color: #666; line-height: 30px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.history-inner .swiper-button{position: relative;margin: 20px auto 0; text-align: center;}
.history-inner .swiper-button div{ margin: 0 10px;}
.history-inner .swiper-button .swiper-button-prev{ position: relative;  display: inline-block; width: 60px;height: 60px;text-align: center;font-size: 0.16rem;transition: .5s ease;line-height: 60px; background: #f5f5f5; cursor: pointer;}
.history-inner .swiper-button .swiper-button-next{ position: relative;  display: inline-block; width: 60px;height: 60px;text-align: center;font-size: 0.16rem;transition: .5s ease;line-height: 60px; background: #f5f5f5;  cursor: pointer;}
.history-inner .swiper-button .iconfont{ font-size: 18px;}
.history-inner .swiper-button .swiper-button-prev{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.history-inner .swiper-button .swiper-button-prev:hover,.history-inner .swiper-button .swiper-button-next:hover{ background: #f39800;}
.history-inner .swiper-button .swiper-button-prev:hover .iconfont,.history-inner .swiper-button .swiper-button-next:hover .iconfont{ color: #fff;}

.synthesis{ padding: 90px 0; background: #fff;}
.synthesis .infor{margin-bottom: 50px; color:#333e46;}
.synthesis .infor .tit{font-size:36px; font-weight:bold;}
.synthesis .infor .con{font-size:18px; line-height: 2; margin-top: 10px;}
.synthe-inner .item{float:left; width:31%; margin-left:3.5%; overflow:inherit;}
.synthe-inner .item:first-child{margin-left:0;}
.synthe-inner .item a{display:block;}
.synthe-inner .item .intro{position:relative; float:right; margin-top:-95px; width:92%; background:#fff; box-shadow:0 0 10px 0 rgba(0,0,0,0.2); transition:.5s ease;}
.synthe-inner .item .intro .box{padding:50px 35px; color:#333e46;}
.synthe-inner .item .intro .box .t{font-size:28px; font-weight:bold; transition:.5s ease;}
.synthe-inner .item .intro .box .c{ margin-top: 10px; font-size:15px; line-height: 2; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; transition:.5s ease;}
.synthe-inner .item:hover .intro{background:#f39800;box-shadow:inherit;}
.synthe-inner .item:hover .intro .box .t{transform:translateY(-10px)}
.synthe-inner .item:hover .intro .box .c{transform:translateY(-10px)}
.synthe-inner .item.cur .intro{background:#f39800; box-shadow:inherit;}
.synthe-inner .item.cur .intro .box .t{transform:translateY(-10px)}
.synthe-inner .item.cur .intro .box .c{transform:translateY(-10px)}

.pagehonor{position: relative; padding: 75px 0;}
.pagehonor .honor_list{display: grid;grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.pagehonor .honor_list li{position: relative; width: 100%; transition:0.5s; box-sizing: border-box; }
.pagehonor .honor_list li a{ display: block; background:#f8f8f8;}
.pagehonor .honor_list li:hover a{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); background:#f39800; transform: translate3d(0, -15px, 0);-webkit-transform: translate3d(0, -15px, 0);}
.pagehonor .honor_list .pic{overflow:hidden; position:relative;}
.pagehonor .honor_list .pic img{width:100%; display:block; transition:0.5s;}
.pagehonor .honor_list li .txt{position: relative; padding:15px 20px;}
.pagehonor .honor_list li .txt::after{position: absolute; content: ''; right: 0; bottom: 0; width: 0; height: 4px; background: #c67d02;  transition: all 0.8s ease 0s;}
.pagehonor .honor_list li:hover .txt::after{ width: 100%;left:0;}
.pagehonor .honor_list li .txt h5{ font-size:17px; color: #333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; line-height:1.8;transition:0.5s;}
.pagehonor .honor_list li:hover .pic img{transform:scale(1.1);}
.pagehonor .honor_list li:hover h5{color:#fff;}

.pagecompany{position: relative; padding: 75px 0;}
.pagecompany .company_list{display: grid;grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.pagecompany .company_list li{position: relative; width: 100%;  transition:0.5s; box-sizing: border-box; }
.pagecompany .company_list li a{ display: block; background:#f8f8f8;}
.pagecompany .company_list li:hover a{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); background:#f39800; transform: translate3d(0, -15px, 0);-webkit-transform: translate3d(0, -15px, 0);}
.pagecompany .company_list .pic{overflow:hidden; position:relative;}
.pagecompany .company_list .pic img{width:100%; display:block; transition:0.5s;}
.pagecompany .company_list li .txt{position: relative; padding:15px 20px;}
.pagecompany .company_list li .txt::after{position: absolute; content: ''; right: 0; bottom: 0; width: 0; height: 4px; background: #c67d02;  transition: all 0.8s ease 0s;}
.pagecompany .company_list li:hover .txt::after{ width: 100%;left:0;}
.pagecompany .company_list li .txt h5{ font-size:17px; color: #333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; line-height:1.8;transition:0.5s;}
.pagecompany .company_list li:hover .pic img{transform:scale(1.1);}
.pagecompany .company_list li:hover h5{color:#fff;}

.cooperate{position: relative; padding: 75px 0;}
.cooperate .cooperate_list{display: grid;grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.cooperate .cooperate_list li{position: relative; width: 100%; transition:0.5s; box-sizing: border-box; }
.cooperate .cooperate_list li a{ display: block; background:#f8f8f8;}
.cooperate .cooperate_list li:hover a{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); background:#f39800; transform: translate3d(0, -15px, 0);-webkit-transform: translate3d(0, -15px, 0);}
.cooperate .cooperate_list .pic{overflow:hidden; position:relative;}
.cooperate .cooperate_list .pic img{width:100%; display:block; transition:0.5s;}
.cooperate .cooperate_list li .txt{position: relative; padding:15px 20px;}
.cooperate .cooperate_list li .txt::after{position: absolute; content: ''; right: 0; bottom: 0; width: 0; height: 4px; background: #c67d02;  transition: all 0.8s ease 0s;}
.cooperate .cooperate_list li:hover .txt::after{ width: 100%;left:0;}
.cooperate .cooperate_list li .txt h5{ font-size:17px; color: #333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; line-height:1.8;transition:0.5s;}
.cooperate .cooperate_list li:hover .pic img{transform:scale(1.1);}
.cooperate .cooperate_list li:hover h5{color:#fff;}

.groupNews{ position: relative; padding: 75px 0;}
.groupNews .title{font-size: 36px;color: #555;font-weight: 600; line-height: 1;margin: 0 auto 50px;text-align: center;}
.groupNews .gNews{position: relative;}
.groupNews .gNews ul{display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.groupNews .gNews li{ width: 100%; -webkit-transition: 0.5s;-o-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.groupNews .gNews li .nbox{ position: relative; width: 100%;   box-sizing: border-box;}
.groupNews .gNews li .nbox .tit{margin-top: 15px; margin-bottom: 10px; font-size: 24px; line-height: 32px; height: 64px; color: #333;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.groupNews .gNews li .nbox .decs{margin-bottom: 25px; font-size: 15px; line-height: 1.8; color: #666; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.groupNews .gNews li .nbox .date{ margin-bottom: 30px; font-size: 16px; color: #f39800; font-family: 'din';}
.groupNews .gNews li:hover .nbox .tit{ color: #f39800;}
.groupNews .more{ width: 200px;height: 45px; margin: 40px auto 0; line-height: 45px; color: #fff; background: #f39800; text-align: center; border-radius: 3px; font-size: 15px; cursor: pointer; display: block; box-sizing:border-box}
.groupNews .more:hover{background-image: -webkit-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -moz-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: -o-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: linear-gradient(90deg, #8ec31f, #0080cc);}
.industryNews{ position: relative; padding: 75px 0; background: #f8f8f8;}
.industryNews .title{font-size: 36px;color: #333;font-weight: 600; line-height: 1;margin: 0 auto 50px;text-align: center;}
.industryNews .industrybox{display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.industryNews .industrybox .item{ width: 100%;  padding:0 20px; border-right: 1px #ccc solid; box-sizing: border-box;}
.industryNews .industrybox .item .box .time{font-size:15px; color:#fff; text-align:center; background:#f39800; display:inline-block; padding:10px; margin-bottom:20px; border-radius: 5px;}
.industryNews .industrybox .item .box .tit{font-size:20px; font-weight:bold; color:#333; line-height:32px; height:64px; overflow:hidden; margin-bottom:20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.industryNews .industrybox .item:hover .box .tit{color:#f39800;}
.industryNews .industrybox .item .box .con{font-size:15px; color:#666; line-height:1.8; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.industryNews .more{ width: 200px;height: 45px; margin: 40px auto 0; line-height: 45px; color: #fff; background: #f39800; text-align: center; border-radius: 3px; font-size: 15px; cursor: pointer; display: block; box-sizing:border-box}
.industryNews .more:hover{background-image: -webkit-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -moz-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: -o-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: linear-gradient(90deg, #8ec31f, #0080cc);}
.pageNews{position: relative; padding: 75px 0;}
.pageNews .news_list{display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.pageNews .news_list li{position: relative; width: 100%; float: left;  transition:0.5s; box-sizing: border-box; }
.pageNews .news_list li a{ display: block; background:#f6f8fd;}
.pageNews .news_list li:hover a{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); background:#f39800; transform: translate3d(0, -15px, 0);-webkit-transform: translate3d(0, -15px, 0);}
.pageNews .news_list .pic{overflow:hidden; position:relative;}
.pageNews .news_list .pic img{width:100%; display:block; transition:0.5s;}
.pageNews .news_list li .txt{position: relative; padding:20px 25px;}
.pageNews .news_list li .txt::after{position: absolute; content: ''; right: 0; bottom: 0; width: 0; height: 4px; background: #c67d02;  transition: all 0.8s ease 0s;}
.pageNews .news_list li:hover .txt::after{ width: 100%;left:0;}
.pageNews .news_list li .txt h5{ font-size:18px; color: #333;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; line-height:1.8;transition:0.5s;}
.pageNews .news_list li .txt p{font-size:15px; color:#888;padding:10px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; line-height:1.8; transition:0.5s;}
.pageNews .news_list li .txt .time{display:block; font-size:17px;color:#999;padding:20px 0px 20px 0px ; font-family:'din'; transition:0.5s;}
.pageNews .news_list li .txt .time span{ color: #333;}
.pageNews .news_list li:hover .pic img{transform:scale(1.1);}
.pageNews .news_list li:hover h5,.pageNews .news_list li:hover .txt p,.pageNews .news_list li:hover .time,.pageNews .news_list li:hover .time span{color:#fff;}
.pageNews .boxNews .boxNewsl{ width: 68%; float: left;  box-sizing: border-box;padding: 40px;  box-shadow: 0 0 20px rgb(0 0 0 / 8%); background: #fff;}
.pageNews .pageNewsT{ width:100%; margin:0 auto; font-size:30px; line-height: 1.4; color:#333;}
.pageNews .pageNewsC{ width:100%; margin:0 auto; font-size:15px; color:#666;padding:15px 0; border-bottom:solid 1px #ccc; }
.pageNews .pageNewsD{ width:100%; margin:0 auto; font-size:16px; color:#333; line-height:2; margin-top:20px;}
.pageNews .pageNewsD p a{font-size: 15px !important; }
.pageNews .pageNewsD img{max-width:100%; margin:5px 0;}
.pageNews .pageNewsD table{border-collapse:collapse;width:100% !important;}
.pageNews .pageNewsD table,.pageNews .pageNewsD tr{ font-size: 15px; color: #444; }
.pageNews .pageNewsD table,.pageNews .pageNewsD th,.pageNews .pageNewsD td{border: 1px solid #333333; text-align: center; font-size: 15px;}
.pageNews .boxNews .boxNewsr{ position: relative; width: 32%; float: left; padding-left: 45px; box-sizing: border-box;}
.pageNews .boxNews .boxNewsr .caption{margin-bottom: 30px;color: #333333;font-size: 30px;font-weight: normal;}
.pageNews .boxNews .boxNewsr .related-body .item{margin-bottom: 15px;}
.pageNews .boxNews .boxNewsr .related-body .item .infor{padding:20px 4%;background: #fff;}
.pageNews .boxNews .boxNewsr .related-body .item .infor .tit{ font-size: 18px;color: #333;font-weight: bold; max-height: 22px; margin-bottom: 11px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pageNews .boxNews .boxNewsr .related-body .item .infor .con{font-size: 14px;color:#666;line-height: 24px; max-height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pageNews .boxNews .boxNewsr .related-body .item:hover .infor .tit{ color:#f39800;}
.pageNews .boxNews .boxNewsr .related-body .item:hover .infor .party_tit{ color:#b90000;}


.guideparty{background-image: url(../img/party_bg.jpg); background-size: 100%;background-repeat: no-repeat;background-color: #fff;position: relative;}
.guideparty .party_banner{ margin-top: 125px;}
.guideparty .party_banner img{ width: 100%; height: auto;}
.party_yin{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.party_yin .yinl{-webkit-box-flex: 0;-webkit-flex: 0 0 25%;flex: 0 0 25%; max-width: 25%;}
.party_yin .yinr{-webkit-box-flex: 0;-webkit-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
.party_yin .yinr .yintitle{background: #b90000;height: 60px;border-top-left-radius: 6px;border-top-right-radius: 6px;padding-left: 25px;margin-bottom: 0;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
.party_yin .yinr .yintitle .txt{line-height: 60px; color: #fff;font-weight: bold; font-size: 24px;-webkit-flex-shrink: 0;flex-shrink: 0;margin-bottom: 0; margin-right: 10px;}
.party_yin .yinr .yintitle .txt:after {content: '';display: block;float: right;top: 15px;position: relative;left: 15px;background: url(../img/party_ico.png);width: 88px;height: 30px; background-size: auto 30px;}
.party_yin .yinr .yintitle .titleBorder{width: 100%; text-align: right;}
.party_yin .yinr .yin_content {padding: 25px;background: #fff;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px; line-height: 2; box-shadow: 0 0 20px rgb(0,0,0,8%);}
.party_gate{ position: relative; padding-top: 50px;}
.party_gate .ulbox{ position: relative; display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.party_gate .ulbox li{ width: 100%; float: left; background: #fff; box-shadow: 0 0 20px rgb(0,0,0,8%);}
.party_gate .ulbox li .img{ position: relative;}
.party_gate .ulbox li .img .topTxt{position: absolute; bottom: 0; left: 0; width: 60%; height: 55px;line-height: 55px;text-align: center;color: #fff;font-size: 18px; font-weight: 600; border-top-left-radius: 6px;border-top-right-radius: 6px;  background: #b90000;}
.party_gate .ulbox li:hover .img .topTxt{background: #9b0303;}
.party_gate .ulbox li .text{ padding: 20px;font-size: 15px;line-height: 2;color: #666;}
.party_gate .ulbox li .text .ntext{height: 150px;}
.party_gate .ulbox li .text .ntext .ScrollBox{ font-size: 15px;line-height: 2;width: 100%;padding-right: 5px;height: 150px;overflow: auto; box-sizing: border-box}
.party_gate .ulbox li .text .ntext .ScrollBox p{ position: relative; padding-left: 20px;}
.party_gate .ulbox li .text .ntext .ScrollBox p::before{content: '';position: absolute;left: 0;top: 12px;width: 6px;height: 6px;
background: #b90000;border-radius: 50%;}
.party_gate .ulbox li .text .ntext .ScrollBox::-webkit-scrollbar {/*滚动条整体样式*/ width: 4px;/*高宽分别对应横竖滚动条的尺寸*/ height: 1px; }
.party_gate .ulbox li .text .ntext .ScrollBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 10px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1); box-shadow: inset 0 0 5px rgba(0,0,0,0.1); background: #b90000; }
.party_gate .ulbox li .text .ntext .ScrollBox::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1); box-shadow: inset 0 0 5px rgba(0,0,0,0.1); border-radius: 10px; background: #EDEDED; }
.party_box{ position: relative; padding: 50px 0 70px;}
.party_masses{ position: relative; float: left; -webkit-box-flex: 0;-webkit-flex: 0 0 49%;flex: 0 0 49%; max-width: 49%; box-shadow: 0 0 20px rgb(0,0,0,8%);}
.party_masses .massestitle{background: #b90000;height: 60px;border-top-left-radius: 6px;border-top-right-radius: 6px;padding-left: 25px;margin-bottom: 0;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
.party_masses .massestitle .txt{line-height: 60px; color: #fff;font-weight: bold; font-size: 24px;-webkit-flex-shrink: 0;flex-shrink: 0;margin-bottom: 0; margin-right: 10px;}
.party_masses .massestitle .txt:after {content: '';display: block;float: right;top: 15px;position: relative;left: 15px;background: url(../img/party_ico.png);width: 88px;height: 30px; background-size: auto 30px;}
.party_masses .massestitle .titleBorder{width: 100%; text-align: right;}
.party_masses .massestitle .titleBorder .iconfont{color: #fff;margin-top: 12px;margin-right: 25px;display: block;font-size: 30px;-moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.party_masses .massestitle .titleBorder:hover .iconfont{ margin-right: 15px; }
.party_masses .masseslist{padding: 25px;background: #fff;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
.party_masses .masseslist .list-item:first-child{background: #fcebec;border-bottom: 0;margin-left: -25px;margin-right: -25px;margin-top: -25px;padding: 16px 25px;}
.party_masses .masseslist .list-item:first-child .Title{margin-bottom: 10px; font-size: 20px; font-weight: 600; color: #333;}
.party_masses .masseslist .list-item:first-child .Title a{ color: #333; display: block;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.party_masses .masseslist .list-item:first-child:hover .Title a{ color: #b90000;}
.party_masses .masseslist .list-item:first-child .summary{ font-size: 15px; line-height: 2; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.party_masses .masseslist .list-item:first-child .date{ margin-top: 10px; color: #959595; font-size: 14px;}
.party_masses .masseslist .list-item{padding: 15px 0 10px 0;color: #535353; border-bottom: 1px solid #e5e5e5; -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;flex-direction: column;}
.party_masses .masseslist .list-item .listTitle{margin-bottom: 10px; font-size: 17px; color: #333;}
.party_masses .masseslist .list-item .listTitle a{ color: #333;display: block;   overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.party_masses .masseslist .list-item:hover .listTitle a{ color: #b90000;}
.party_masses .masseslist .list-item .date{margin-top: 10px; color: #959595; font-size: 14px;}
.party_dynamic{ position: relative; float: right; -webkit-box-flex: 0;-webkit-flex: 0 0 49%;flex: 0 0 49%; max-width: 49%; box-shadow: 0 0 20px rgb(0,0,0,8%);}
.party_dynamic .dynamictitle{background: #b90000;height: 60px;border-top-left-radius: 6px;border-top-right-radius: 6px;padding-left: 25px;margin-bottom: 0;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
.party_dynamic .dynamictitle .txt{line-height: 60px; color: #fff;font-weight: bold; font-size: 24px;-webkit-flex-shrink: 0;flex-shrink: 0;margin-bottom: 0; margin-right: 10px;}
.party_dynamic .dynamictitle .txt:after {content: '';display: block;float: right;top: 15px;position: relative;left: 15px;background: url(../img/party_ico.png);width: 88px;height: 30px; background-size: auto 30px;}
.party_dynamic .dynamictitle .titleBorder{width: 100%; text-align: right;}
.party_dynamic .dynamictitle .titleBorder .iconfont{color: #fff;margin-top: 12px;margin-right: 25px;display: block;font-size: 30px;-moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.party_dynamic .dynamictitle .titleBorder:hover .iconfont{ margin-right: 15px;}
.party_dynamic .dynalist{padding: 25px;background: #fff;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
.party_dynamic .dynalist .list-item:first-child{background: #fcebec;border-bottom: 0;margin-left: -25px;margin-right: -25px;margin-top: -25px;padding: 16px 25px;}
.party_dynamic .dynalist .list-item:first-child .Title{margin-bottom: 10px; font-size: 20px; font-weight: 600; color: #333;}
.party_dynamic .dynalist .list-item:first-child .Title a{ color: #333; display: block;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.party_dynamic .dynalist .list-item:first-child:hover .Title a{ color: #b90000;}
.party_dynamic .dynalist .list-item:first-child .summary{ font-size: 15px; line-height: 2; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.party_dynamic .dynalist .list-item:first-child .date{ margin-top: 10px; color: #959595; font-size: 14px;}
.party_dynamic .dynalist .list-item{padding: 15px 0 10px 0;color: #535353; border-bottom: 1px solid #e5e5e5; -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;flex-direction: column;}
.party_dynamic .dynalist .list-item .listTitle{margin-bottom: 10px; font-size: 17px; color: #333;}
.party_dynamic .dynalist .list-item .listTitle a{ color: #333;display: block;   overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.party_dynamic .dynalist .list-item:hover .listTitle a{ color: #b90000;}
.party_dynamic .dynalist .list-item .date{margin-top: 10px; color: #959595; font-size: 14px;}

.pageparty{padding: 75px 0; position: relative; }
.pageparty .party_wrap .list_box{padding-top:40px; position:relative; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; color:#404040;}
.pageparty .party_wrap .list_box:first-child{padding-top:0;}
.pageparty .party_wrap .list_main{overflow:hidden; width:88%; padding-bottom:45px; padding-right:20px; border-bottom: 1px solid #e7e7e7;}
.pageparty .party_wrap .list_main .bd_r{width:20%; margin-left:3%;}
.pageparty .party_wrap .list_main .bd_c{overflow:hidden;}
.pageparty .party_wrap .list_main .bd_c .list_title{height:30px; line-height:30px; font-size:22px; color: #333; font-weight:bold; display:block;}
.pageparty .party_wrap .list_box:hover .list_main .bd_c .list_title{color: #b90000;}
.pageparty .party_wrap .list_main .bd_c .list_tool{font-size:14px; color:#c1c1c1; padding:10px 0px}
.pageparty .party_wrap .list_main .bd_c .list_tool span{display:inline-block; vertical-align:middle;}
.pageparty .party_wrap .list_main .bd_c .list_tool .see_number_ico{font-size: 14px;}
.pageparty .party_wrap .list_main .bd_c .list_tool .share_more{cursor:pointer; margin:0 20px}
.pageparty .party_wrap .list_main .bd_c .list_p{font-size:15px; line-height:28px; height:56px; overflow:hidden; display:block;}
.pageparty .party_wrap .list_time{position:relative; width:100px; padding:10px 0 20px; font-size:16px; font-family: 'din';text-align:center; color:#fff; background:#b90000; font-weight:bold; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.pageparty .party_wrap .list_box .list_time_day{display:block; font-size:30px;}
.pageparty .party_wrap .list_box:hover .list_time{background: #9b0303;}
.pageparty .party_wrap .list_box a:hover{color:#404040;}

.activity{padding: 75px 0; position: relative;}
.activity_wrap{position: relative; display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.activity_wrap .box-new-item { display: block; width: 100%;}
.filler2 { position: absolute; display: block; -webkit-transition: 0.3s ease 0s; -moz-transition: 0.3s 0s; -o-transition: 0.3s 0s; transition: 0.3s 0s; }
.box-new-item .filler2 { background-color: #f39800; z-index: 5; }
.box-new-item .filler2-left { width: 2px; height: 0%; left: 0%; top: 0%; }
.box-new-item .filler2-right { width: 2px; height: 0%; right: 0%; bottom: 0%; }
.box-new-item .filler2-top { width: 0%; height: 2px; right: 0%; top: 0%; }
.box-new-item .filler2-bottom { width: 0%; height: 5px; left: 0%; bottom: 0; }
.box-new-item:hover .filler2-left { height: 100%; }
.box-new-item:hover .filler2-right { height: 100%; }
.box-new-item:hover .filler2-top { width: 100%; }
.box-new-item:hover .filler2-bottom { width: 100%; }
.box-new-item { position: relative; transition: 300ms; -webkit-transition: 300ms; }
.box-new-item .box{position: relative;}
.box-new-item .img { overflow: hidden; transition: 100ms; -webkit-transition: 100ms; }
.box-new-item .line { position: absolute; left: 0px; bottom: -7px; width: 0%; height: 7px; background-color: #f39800; transition: 300ms; -webkit-transition: 300ms; }
.box-new-item .con { padding: 25px 25px 55px; border: 1px solid #e4e4e4; }
.box-new-item .con .t { font-size: 17px; font-weight: 600; line-height: 1.5; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }
.box-new-item .con .time { font: 14px/1.8 "din"; color: #a5a5a5; padding: 10px 0px; }
.box-new-item .con .c { font-size: 15px; line-height: 2; color: #747474; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.box-new-item:hover { background-color: #fff; }
.box-new-item:hover .img img { transform: scale(1.08); -webkit-transform: scale(1.08); }
.box-new-item:hover .line { width: 100%; }
.box-new-item:hover .ibox-more i { width: 100%; }
.box-new-item:hover .con .t { color: #f39800; }
.box-new-item .ibox-link { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block; }
.box-new-item .ibox-more { background: url(../img/more_i1.png) no-repeat scroll left center; width: 19px; height: 20px; position: absolute; bottom: 18px; }
.box-new-item .ibox-more i { position: absolute; background: url(../img/more_i2.png) no-repeat scroll left center; width: 0%; height: 100%; }
.trans3 { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }


.joinProfile { padding:80px 0; }
.joinProfile .container { text-align: center; }
.joinProfile .container h5 { font-size: 36px; margin-bottom: 35px; background-image:-webkit-linear-gradient(120deg, #0080cc, #8ec31f);  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.joinProfile .container .f20 { max-width: 100%; width: 85%; color: #707070; font-size: 16px; line-height: 2; margin-left: auto; margin-right: auto; }
.joinPromotion { position: relative; padding-bottom: 80px; background: url(../img/pagejoin.jpg) center top no-repeat;}
.joinPromotion .promotion { position: relative; z-index: 2; color: #fff; }
.joinPromotion .promotion .stitle { padding: 80px 0; }
.joinPromotion .promotion .stitle h5 {font-size: 36px; font-weight: 600; margin-bottom: 15px; text-align: center;}
.joinPromotion .promotion .stitle .line {margin-left: auto;margin-right: auto;width: 35px;height: 6px;background: -webkit-gradient(linear, left top, right top, color-stop(70%, #0080cc), color-stop(30%, #8ec31f));background: linear-gradient(to right, #0080cc 70%, #8ec31f 30%);}
.joinPromotion .promotion .items { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.joinPromotion .promotion .items .item { cursor: pointer; width: 24.14%; position: relative; z-index: 3; overflow: hidden;}
.joinPromotion .promotion .items .item:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0, 0, 0, 0.3); }
.joinPromotion .promotion .items .item .font { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; padding: 27px; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-transition: padding .5s; transition: padding .5s; }
.joinPromotion .promotion .items .item .font:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: -webkit-gradient(linear, left top, left bottom, from(#f39800), to(#c67d02)); background: linear-gradient(to bottom, #f39800, #c67d02); opacity: 0; -webkit-transition: .5s; transition: .5s; }
.joinPromotion .promotion .items .item .font .title i { font-size: 34px; line-height: 1; display: block; margin-bottom: 22px; -webkit-transition: font-size .6s; transition: font-size .6s; }
.joinPromotion .promotion .items .item .font .title h6 { font-size: 22px; line-height: 1.4; }
.joinPromotion .promotion .items .item .font .text { height: 0; overflow: hidden; -webkit-transition: height .55s; transition: height .55s; }
.joinPromotion .promotion .items .item .font .text .line { position: relative; width: 100%; padding: 25px 0 35px; }
.joinPromotion .promotion .items .item .font .text .line:after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 1px; width: 100%; background: #fff; opacity: .3; }
.joinPromotion .promotion .items .item .font .text p { font-size: 14px; line-height: 2; }
.joinPromotion .promotion .items .item:hover .font { padding-bottom: 60px; }
.joinPromotion .promotion .items .item:hover .font .text{height: 144px;}
.joinPromotion .promotion .items .item:hover .font:before { opacity: .9; }
.joinPromotion .promotion .items .item:hover .font .title i { font-size: 50px; }
.pageJoin{position: relative; padding: 75px 0;}
.pageJoin .joinlist .list_dt{position:relative; overflow:hidden; transition:.5s ease; border-bottom:1px solid #e8e8e8;}
.pageJoin .joinlist .list_dt .num{position:absolute; left:20px; color:#ededed; line-height:1; top:0; font-size:85px; font-weight:lighter; font-family: 'din';}
.pageJoin .joinlist .list_dt .box{padding:30px; position:relative;}
.pageJoin .joinlist .list_dt .box .tit{font-size:26px; line-height:1; color:#000; transition:.5s ease;}
.pageJoin .joinlist .list_dt .box .date{font-size:16px; line-height:1; color:#2f2f2f; margin-top:25px; transition:.5s ease;}
.pageJoin .joinlist .list_dt .box .icon{float:right; font-size:16px; margin-top:10px; font-weight:bold; transition:.5s ease;}
.pageJoin .joinlist .list_dt .box .icon i{font-size: 20px;}
.pageJoin .joinlist .list_dt#open{background: #f5f5f7;}
.pageJoin .joinlist .list_dt#open .box .icon{color: #f39800; transform: rotateZ(90deg);}
.pageJoin .joinlist .list_dt#open .box .tit,.pageJoin .joinlist .list_dt#open .box .date{color: #f39800;}
.pageJoin .joinlist .list_dd{display: none;padding: 30px;font-size: 15px;line-height: 2;color: #555;background: #fafafb;}
.pageJoin .joinlist .list_dd .jointd{display: inline-block;width: 160px;height: 50px; margin-top: 40px; line-height: 50px;
border-radius: 30px;background: #f39800; cursor: pointer;text-align: center; transition: .5s ease;}
.pageJoin .joinlist .list_dd .jointd .common-btn{display: inline-block; color: #fff;font-size: 16px; transition: .5s ease;}
.pageJoin .joinlist .list_dd .jointd .common-btn i {transition: .5s ease;}
.pageJoin .joinlist .list_dd .jointd:hover{background-image: -webkit-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -moz-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: -o-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: linear-gradient(90deg, #8ec31f, #0080cc);}
.pageJoin .joinlist .list_dd .jointd:hover i{margin-left: 10px;}

.content{position: relative; padding: 75px 0;}
.content .left{ float: left; width: 40%; height: 480px; padding:40px; box-sizing: border-box; background: #f3f4f8;}
.content .left p{padding:20px 0; border-bottom:1px solid #dcdde1; line-height:32px; }
.content .left p:first-child span{font-size: 20px;font-weight: 600;color: #f39800;font-family: 'din';}
.content .left p .iconfont{margin-right:20px; font-size: 25px;  color: #f39800; vertical-align: middle;}
.content .left .ewm_box .ewm{width:50%; float:left; margin-top: 30px; text-align:center;}
.content .left .ewm_box .ewm img{ width: 120px; height: 120px;}
.content .left .ewm_box .ewm .txt{margin-top:10px;}
.contactMap{float:right; width:58%; }
.contactMap .Map{height: 480px; width: 100%; padding: 10px; box-sizing: border-box; background: #f3f4f8;}

.pageProduct{ position: relative; padding: 60px 0;}
.pageProduct .pro_list{display: grid;grid-gap: 40px; grid-template-columns: repeat(3,1fr);}
.pageProduct .pro_list .item{ width: 100%; position: relative; }
.pageProduct .pro_list .item .img_scale{ position: relative; text-align: center;}
.pageProduct .pro_list .item .intro { position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 1; background: rgba(255,255,255,.8); border: 4px solid #f39800; opacity: 0; display: flex; align-items: center; justify-content: center; box-sizing: border-box; transition: .4s;-ms-transition: .4s;-o-transition: .4s;-webkit-transition: .4s; -moz-transition: .4s;}
.pageProduct .pro_list .item:hover .intro{opacity: 1;}
.pageProduct .pro_list .item .intro i {display: inline-block;width: 60px;height: 60px;background: url(../img/icon13.png) no-repeat center;transition: ease .6s .1s;-ms-transition: ease .6s .1s;-o-transition: ease .6s .1s;-webkit-transition: ease .6s .1s;-moz-transition: ease .6s .1s;transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);-webkit-transform: translateY(20px);-moz-transform: translateY(20px);}
.pageProduct .pro_list .item:hover .intro i { transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0);}
.pageProduct .pro_list .item .desc{position: relative;padding: 25px 0;border-bottom: 1px solid #e1e1e1;}
.pageProduct .pro_list .item .desc:after { content: ''; width: 0%; height: 1px; background: #f39800;left: 0;bottom: -1px;position: absolute;transition: ease .6s;-ms-transition: ease .6s;-o-transition: ease .6s;-webkit-transition: ease .6s;-moz-transition: ease .6s;}
.pageProduct .pro_list .item:hover .desc:after{ width: 100%;}
.pageProduct .pro_list .item .desc p {margin-bottom: 10px; font-size: 18px; font-weight: bold; font-style: normal; color: #333;}
.pageProduct .pro_list .item .desc span{font-size: 14px; color: #999; height: 16px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis;}
.pageProduct .pro_list .item:hover .desc p{ color: #f39800;}
.boxProduct{ background: #f9f9f9;padding: 40px 3%; box-sizing: border-box;}
.boxProduct .imgLift {float: left;width: 40%;position: relative;overflow: hidden;zoom: 1;}
.boxProduct .imgLift .thumbSwiper {position: relative;width: 100%;margin-top: 20px;}
.boxProduct .imgLift .mySwiper {width: 88%;margin: 0 6%;overflow: hidden;position: relative;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper .swiper-slide {float: left;width: 23.5% !important;margin-right: 2%;text-align: center;}
.boxProduct .imgLift .mySwiper .swiper-slide:last-child {margin-right: 0;}
.boxProduct .imgLift .mySwiper .swiper-slide img {display: block;width: 100%;border: 2px solid #eee;cursor: pointer;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper .swiper-slide.swiper-slide-thumb-active img {border: 2px solid #f39800;}
.boxProduct .imgLift .mySwiper2 .swiper-slide img {display: flex;width: 100%;border: 2px #eee solid;box-sizing: border-box;}
.boxProduct .imgLift .mySwiper2 .swiper-slide span {width: 100%;}
.boxProduct .imgLift .thumbSwiper .swiper-button-prev {position: absolute;top: 50%;left: 0;width: 13px;height: 26px;background: url(../img/pro_left.png) center no-repeat;background-size: auto 26px;cursor: pointer;transform: translateY(-50%);}
.boxProduct .imgLift .thumbSwiper .swiper-button-prev:hover {background: url(../img/pro_lefth.png) center no-repeat;background-size: auto 26px;}
.boxProduct .imgLift .thumbSwiper .swiper-button-next {position: absolute;top: 50%;right: 0;width: 13px;height: 26px;background: url(../img/pro_right.png) center no-repeat;background-size: auto 26px;cursor: pointer;transform: translateY(-50%);}
.boxProduct .imgLift .thumbSwiper .swiper-button-next:hover {background: url(../img/pro_righth.png) center no-repeat;background-size: auto 26px;}
.boxProduct .conRight {float: right;width: 56%;}
.boxProduct .conRight .tit{font-size: 24px; font-weight: 600; color: #f39800; margin-bottom: 10px; padding-bottom:10px;}
.boxProduct .conRight .tib {font-size: 20px;font-weight: 600; color: #333;line-height:1;}
.boxProduct .conRight .tic {margin-top: 10px; color: #333; font-size: 16px; font-weight: normal; line-height: 26px; border-bottom: 1px solid #ddd; padding-bottom: 15px;}
.boxProduct .conRight .con {font-size: 16px;line-height: 26px;color: #222;margin-top: 20px; margin-bottom:20px;}
.boxProduct .conRight .more{position:relative; padding:0 45px; box-sizing:border-box; line-height:50px; background:#f39800; color:#fff; font-size:16px; display:inline-block; margin-top:20px; margin-bottom:15px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.boxProduct .conRight .more:hover{background: #016db1;}
.boxProduct .conRight .links{position:relative; margin-top: 40px;}
.boxProduct .conRight .links a{display:inline-block; margin-right:35px; padding: 0 35px; height: 45px; line-height: 45px; background: #f39800;}
.boxProduct .conRight .links img{vertical-align:middle; margin-right:5px; height:15px;}
.boxProduct .conRight .links span{color:#fff; font-size:17px; font-weight: bold;}
.boxProduct .conRight .links a:hover{ background:#c67d02;}
.boxProduct .contentPage {position: relative;width: 100%;margin-top: 20px;}
.boxProduct .contentPage .titTop {width: 100%;font-size: 24px;color: #333;line-height: 2;border-bottom: 2px #eee solid;}
.boxProduct .contentPage .conten {margin-top: 30px;font-size: 16px;line-height: 2;color: #666;}
.boxProduct .contentPage .conten a {color: #666;}
.boxProduct .contentPage .conten a:hover {color: #de8c04;}
.boxProduct .contentPage .conten img {max-width: 90%;}
.boxProduct .contentPage .conten table {border-collapse: collapse; width: 100%;}
.boxProduct .contentPage .conten table,.boxProduct .contentPage .conten tr {font-size: 16px;color: #444;}
.boxProduct .contentPage .conten table,.boxProduct .contentPage .conten th,.boxProduct .contentPage .conten td {font-size: 15px;text-align: center;border: 1px solid #666;}
.boxProduct .contentPage .goback {border-top: 2px #eee solid;text-align: right;margin-top: 40px;padding-top: 20px;}
.boxProduct .contentPage .goback a {display: inline-block;width: 160px;height: 50px;line-height: 50px;text-align: center;background: #f39800;color: #ffffff;}
.boxProduct .contentPage .goback a img {position: relative; margin-right: 10px; height:16px;}
.boxProduct .contentPage .goback a:hover {background: #c67d02;}


/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages li { margin-top: 30px; display:inline-block; height:36px; line-height:36px; background:#f7f7f7; }
.pages li a{text-align:center; color:#333; padding:0 15px;}
.pages .active {background:#f39800; text-decoration:none}
.pages .active a{color:#fff; }
.pages li:hover { background:#f39800; text-decoration:none }
.pages li:hover a{ color:#fff;}
.pages span{ display:inline-block; height:26px; line-height:26px;  border:1px solid #ccc; color:#333; text-align:center; padding:0 13px;}
.pages1{ width:100%; padding: 2% 0; background: #fff;border-top: 1px #ddd solid; margin-top: 20px; }
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333; font-size: 15px;}
.pages1_l:hover a{ color:#f39800;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333; font-size: 15px;}
.pages1_r:hover a{ color:#f39800;}
.backbox{padding-top:20px;position:relative;  padding: 2% 0;border-top: 1px #ddd solid; margin-top: 30px;}
.bc-prev,.bc-next{display:block;width:143px;height:45px;border:1px solid #b5b5b5;overflow:hidden;color:#666;line-height:45px;position:relative;}
.bc-prevn,.bc-nextn{display:block;width:143px;height:45px;border:1px solid #b5b5b5;overflow:hidden;color:#666;line-height:45px;position:relative; text-align: center;}
.bc-prev,.bc-prevn{float:left;}
.bc-next,.bc-nextn{float:right;}
.bc-prev .aw,.bc-next .aw{width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;background-image:url(../img/bcaw.png);}
.bc-prev .aw{left:18px;background-position:left top;}
.bc-prev p{padding-left:51px;position:relative;}
.bc-next .aw{right:18px;background-position:right bottom;}
.bc-next p{text-align:right;padding-right:51px;position:relative;}
.bc-prev .bg,.bc-next .bg{height:100%;width:0;background:#f39800;display: block;position: absolute;top: 0;left: 0;
transition: 300ms;-webkit-transition: 300ms;-ms-transition: 300ms;}
.bc-prev .bg{left:auto;right:0;}
.backlist{width:145px;height:40px;line-height:40px;background:#f39800;display:block;color:#fff;text-align:center;position:absolute;left:50%;top:50%; transform: translate(-50%, -50%);}
.pager .prev:hover,.pager .next:hover{ background:#f39800; }
.bc-prev:hover,.bc-next:hover{color:#fff;border-color:#f39800;}
.bc-prev:hover .bg,.bc-next:hover .bg{ width:100%; }
.bc-prev:hover .aw{ background-position:right top; }
.bc-next:hover .aw{ background-position:left bottom; }
.backlist:hover{ background-image: -webkit-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -moz-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: -o-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: linear-gradient(90deg, #8ec31f, #0080cc); }

.party_back{padding-top:20px;position:relative;  padding: 2% 0;border-top: 1px #ddd solid; margin-top: 30px;}
.party_back .bc-prev,.party_back .bc-next{display:block;width:143px;height:45px;border:1px solid #b5b5b5;overflow:hidden;color:#666;line-height:45px;position:relative;}
.party_back .bc-prevn,.party_back .bc-nextn{display:block;width:143px;height:45px;border:1px solid #b5b5b5;overflow:hidden;color:#666;line-height:45px;position:relative; text-align: center;}
.party_back .bc-prev,.party_back .bc-prevn{float:left;}
.party_back .bc-next,.party_back .bc-nextn{float:right;}
.party_back .bc-prev .aw,.party_back .bc-next .aw{width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;background-image:url(../img/bcaw.png);}
.party_back .bc-prev .aw{left:18px;background-position:left top;}
.party_back .bc-prev p{padding-left:51px;position:relative;}
.party_back .bc-next .aw{right:18px;background-position:right bottom;}
.party_back .bc-next p{text-align:right;padding-right:51px;position:relative;}
.party_back .bc-prev .bg,.party_back .bc-next .bg{height:100%;width:0;background:#b90000;display: block;position: absolute;top: 0;left: 0;
transition: 300ms;-webkit-transition: 300ms;-ms-transition: 300ms;}
.party_back .bc-prev .bg{left:auto;right:0;}
.party_back .backlist{width:145px;height:40px;line-height:40px;background:#b90000;display:block;color:#fff;text-align:center;position:absolute;left:50%;top:50%; transform: translate(-50%, -50%);}
.party_back .pager .prev:hover,.party_back .pager .next:hover{ background:#b90000; }
.party_back .bc-prev:hover,.party_back .bc-next:hover{color:#fff;border-color:#b90000;}
.party_back .bc-prev:hover .bg,.party_back .bc-next:hover .bg{ width:100%; }
.party_back .bc-prev:hover .aw{ background-position:right top; }
.party_back .bc-next:hover .aw{ background-position:left bottom; }
.party_back .backlist:hover{ background-image: -webkit-linear-gradient(90deg, #8ec31f, #0080cc); background-image: -moz-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: -o-linear-gradient(90deg, #8ec31f, #0080cc);  background-image: linear-gradient(90deg, #8ec31f, #0080cc); }