* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;}
em, i {font-style: inherit;font-weight: inherit;}
ul {list-style: none;}
a {text-decoration: none;color: #333;}
tr, td {padding: 0 !important;}
input, textarea {outline: none;border: none;}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*head*/
.head {position: fixed;width: 100%;background: #fff;top:0;z-index: 100;    padding: 0 1%;}
.head_box {max-width: 1800px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;position: relative;/* padding: 0.8% 0; */}
.head_logo {display: flex;align-items: center;}
.head_logo i {}
.head_logo i img {}
.head_logo p {display:flex;margin: 0;font-size: 15px;padding: 0 0 0 16px;font-weight: lighter;flex-direction: column;}
.head_logo p span {font-size: 22px;font-family: Arial;color: #1f2c5c;font-weight: bold;padding: 5% 0 0;}
.head_con {width: 48%;display:  flex;align-items:  center;justify-content:  space-between;/* position: relative; */}
.head_nav {width: 70%;}
.head_nav>ul {display: flex;justify-content: space-between;align-items: center;width: 100%;margin: 0 !important;padding: 0;}
.head_nav>ul>li { width: 18%;display: flex;justify-content: center;}
.head_nav>ul>li>a {font-size: 16px;transition: 0.5s;position: relative;z-index:5;line-height: 90px;display: inline-block;padding: 0 10%;white-space: nowrap;}
.head_nav>ul>li>a:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;background: #1f2c5c;z-index:-1;opacity: 0;transition: 0.5s;}
.head_nav>ul>li.cur a:before,.head_nav>ul>li:hover a:before {opacity:1;}
.head_nav>ul>li.cur>a, .head_nav>ul>li:hover>a {color:#fff;}
.head_pho{display: flex;align-items: center;justify-content: space-between;height: 100%;}
.pho_wz p,.pho_wz b{color: #fff;}
.pho_wz p{font-size: 1rem;}
.pho_wz b{font-size: 1.4rem;}
.pho_ic{width: 37px;height: 37px;border-radius: 100%;border:1px solid #fff;display: flex;align-items: center;justify-content: center;}
.hlf {font-family: "htf" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.icon_search {height: 100%;display: flex;align-items: center;justify-content: center;}
.icon_pho,.icon_ss{width:40px;height:40px;border-radius:100%;}
.icon_pho{margin-left:12px;}

/*xiala*/
.dfs{display:flex;align-items:center;justify-content:space-between;width: 100%;}
.icon>div i{width:40px;height:40px;border-radius:100%;display: flex;justify-content: center;align-items: center;user-select:none;transition:all 0.5s;position: relative;}
.icon>div:hover i{background:#1f2c5c;}
.icon>div i:before,.icon>div i:after{content:'';width:40px;height:40px;border-radius:100%;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);transform:scale(0);}
.icon>div i:before{background:rgba(241,0,32,0.8);}
.icon>div i:after{background:rgba(241,0,32,0.6);}
.icon>div:hover i:before{animation:2s headIcon infinite;}
.icon>div:hover i:after{animation:2s headIcon infinite;animation-delay:0.5s;}
.icon>div i span{font-size:18px;color: #1f2c5c;position: relative;z-index:2;}
.icon>div:hover i span{color: #fff;}

.form_ul {padding:0;}
.iser_box,.itel_box{background:rgba(255,255,255,0.8);position:absolute;top:100%;right:0;padding:30px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 9}
.icon>div:hover .iser_box,.icon>div:hover .itel_box{transform:rotateX(0deg);}
.search_l{display:flex;align-items:center;justify-content:end;}
.search_l span+span{margin-left:4px;    font-size: 14px;}
.search_l a{color: #333;font-size: 14px;}
.search_r{margin-top:20px;position:relative;}
#infoname{height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;width: 100%;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.itel_box{width: 150px;text-align:center;padding: 10px;}
.itel_box a{color:#333;position:relative;display: flex;font-size: 16px;font-family: Arial;text-transform: uppercase;align-items: center;padding: 5%;transition:0.5s;justify-content: center;}
.itel_box a:hover {background:#1f2c5c;color:#fff;}
.itel_box a+a {margin: 8% 0 0;}
.itel_box a span {overflow:hidden;border-radius: 50%;margin: 0 10px 0 0;width: 20px;height: 20px;}
.itel_box a span img {width:100%;height:auto;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.search_l .iconfont{font-size: 16px;}
.icon_tel i{display: block;width: 98px;height: 30px;line-height: 28px;text-align: center;border:2px solid #b2b2b2;font-size: 14px;color: #7f7f7f;border-radius: 15px;font-style: normal;}
.icon_pho i span{font-size:18px!important;display: block;margin-top: -3px;}
.hx_bg{height: 142px;position: relative;margin-top: -142px;z-index: 99;}
.icon_search.icon_pho:hover .itel_box.dh_c {
    transform: rotateX(0);
}

@media screen and (max-width:1500px) {
.head_con {width:65%;}
}

.head_more {width: 120px;background: #1f2c5c;border-radius: 40px;display: flex;justify-content: center;align-items: center;height: 36px;}
.head_more a {color:#fff;font-size: 14px;}

.head_call {position: absolute;top: 150%;left: 0;width: 100%;background: #1f2c5c;padding: 3%;opacity: 0;transition: 0.5s all ease;visibility: hidden;}
.head_call>div>ul {display:flex;flex-wrap: wrap;justify-content: space-between;}
.head_call>div>ul>li {display:flex;flex-direction: column;width: 10%;}
.head_call>div>ul>li>a {font-size: 18px;color: #1d9b18;font-weight: bold;}
.head_call>div>ul>li dl {margin: 10% 0 0;}
.head_call>div>ul>li dl dt {padding: 8% 0;}
.head_call>div>ul>li dl dt>a {color: #fff;font-size: 14px;}
.head_call>div>ul>li dl dt:hover a {color:#1d9b18;}
.head_nav>ul>li:hover .head_call {visibility: visible;top:100%;opacity:1;}

.head_nav>ul>li:nth-child(n+3) {position:relative;}
.head_qit {position: absolute;top: 150%;left: 0;width: 100%;background: #1f2c5c;opacity: 0; transition: 0.5s all ease;visibility: hidden;display: flex;flex-direction: column;}
.head_qit>a {font-size:14px;color:#fff;padding: 15%;text-align: center;    white-space: nowrap;}
.head_nav>ul>li:hover .head_qit {visibility: visible;top:100%;opacity:1;}
.head_qit a:hover {background:#1d9b18;}



/*left*/
#floatMenu{position: fixed;left:20px;top:62%;z-index: 8;margin-top: -77px;display: none;}
#floatMenu li{margin: 10px 0;position: relative;}
#floatMenu li.first{opacity: 0;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
#floatMenu li a{width:12px;height: 12px;background: #1f2c5c;display: block;border-radius: 50%;-webkit-border-radius: 50%;overflow: hidden;}
#floatMenu p{position: absolute;width:102px;height: 23px;line-height: 23px;text-align: center;color: #fff;border-radius: 23px;-webkit-border-radius: 23px;background: #1f2c5c;top:-4px;left:30px;display: none;}
#floatMenu p::after{content: '';position: absolute;top:50%;margin-top: -4.5px;left:-7px;background: url("../icon-angle-left.png");width:8px;height: 9px;}
#floatMenu li.active a{background: #fff;}
#floatMenu li.active p{display: block;}

/*banner*/
.banner{position: relative;height: 100%;overflow: hidden;background: #fff;}
.banner a{/* position: absolute; *//* width:100%; *//* height: 900px; *//* z-index: 3; *//* opacity: 0; *//* z-index: 555; */overflow: hidden;}
.banner a img{height: auto;transform:scale(1);width: 100% !important;margin: 0 !important;}
.banner a.active{z-index:5;opacity: 1;}
.banner a.active img{transform: scale(1);opacity: 1;}

.banner .slick-active img {    transition: 6s linear; transform: scale(1.1);}

/*2*/
.section2{background: url("//memberpic.114my.com.cn/szxinbao1/uploadfile/image/20220721/20220721134050_2107162498.jpg") no-repeat center;background-size:100% 100%;overflow: hidden;position:relative;z-index:5;}
.section2:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(61,141,200,0.1);z-index:-1;}
.about {position:  relative;z-index: 5;padding: 5% 1% 0;}
.about:before {content:'';width:100%;background:url(https://memberpic.114my.com.cn/szxinbao1/uploadfile/image/20220621/20220621150849_858378566.png)no-repeat right;position:absolute;bottom: -42.5%;right:0;height: 109%;z-index: -1;display:none;}
.about_box {max-width: 1500px;margin: 0 auto;}
.about_txt {display: flex;flex-direction: column;width: 60%;}
.about_txt>p {display: flex;flex-direction: column;color: #fff;font-size: 36px;position:  relative;z-index: 5;}
.about_txt>p:before {content:'';width: 5%;height: 3px;background: #fff;position:absolute;bottom: -50%;left:0;z-index: -1;}
.about_txt p span {font-size: 20px;padding: 2%  0 0;font-weight:  lighter;letter-spacing: 1px;}
.about_txt em {display: flex;flex-direction: column;color: #fff;font-size:  16px;line-height: 30px;margin: 8% 0 0;font-weight:  lighter;}
.about_txt>a {font-size: 16px;border: 1px solid #fff;color: #fff;width: 20%;padding: 1.5% 0;display:  flex;justify-content:  center;align-items:  center;margin: 5% 0 0;transition: 0.5s all ease;position:  relative;}
.about_txt>a:hover {background:#1f2c5c;border: 1px solid transparent;}
.about_txt ul {display: flex;width: 100%;margin: 10% 0 0;position:  relative;z-index: 5;padding: 0;}
.about_txt ul:before {content:'';width: 128%;height:1px;background: rgba(255, 255, 255, 0.2);position:absolute;bottom: -60%;left: -23%;z-index: -1;}
.about_txt li {display: flex;flex-direction: column;align-items: center;width: 20%;}
.about_txt li a {color: #fff;display:  flex;flex-direction:  column;align-items:  center;position:  relative;}
.about_txt li a:before {content:'';width:10px;height:10px;box-shadow: 0 0 0 1px rgb(255 255 255 / 35%);position:  absolute;bottom: -66%;left:  0;right: 0;border-radius: 50%;margin: 0 auto;transition:0.5s all ease;}
.about_txt li:hover a:before {background: #333;box-shadow: 0 0 0 6px rgb(255 255 255 / 15%);}
.about_txt li a i {font-size:28px;transition: 0.5s all ease;}
.about_txt li:hover i {transform:translateY(-10px);}
.about_txt li a p {font-size:16px;padding: 15px 0 0;}

@media screen and (max-width:1800px) {
.about_box {    max-width: 1300px;}
}
@media screen and (max-width:1645px) {
.about_box {    max-width: 1100px;}
}
@media screen and (max-width:1450px) {
.about_box {    max-width: 900px;}
.about_txt {   width:80%;}
}



/*3*/
.section3{background: url("//memberpic.114my.com.cn/szxinbao1/uploadfile/image/20220725/20220725154015_1462615379.jpg") no-repeat;background-size: 100%;overflow: hidden;position:relative;z-index:5;}
.section3:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;/*background:rgba(31,44,92,0.1);*/z-index:-1;background:url(https://memberpic.114my.com.cn/szxinbao1/uploadfile/image/20220722/20220722161013_1990486423.png)no-repeat;opacity: 0.4;}
.pro {padding: 5% 1% 0;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;flex-direction: column;align-items: center;}
.pro_tit i {font-size: 80px;font-weight: bold;font-family: Arial;opacity: 0.3;text-transform: uppercase;color: #fff;}
.pro_tit b {font-size: 40px;display: flex;flex-direction: column;align-items: center;position: relative;margin: -3% 0 0;    color: #1f2c5c;}
.pro_tit b span {font-size: 18px;font-weight: lighter;padding: 5% 0 0;letter-spacing: 2px;}
.pro_tab {margin: 3% 0 0;}
.pro_nav {}
.pro_nav ul {display: flex;justify-content: space-between;align-items: center;padding:0;}
.pro_nav li {width: 11%;background: #fff;display: flex;justify-content: center;align-items: center;padding: 1% 0;position: relative;z-index: 5;}
.pro_nav li:before {content:'';width:0;height:100%;position:absolute;top:0;left:0;background:#1f2c5c;z-index:-1;transition: 0.5s all ease;}
.pro_nav li.on:before {width:100%;}
.pro_nav li.on a {color:#fff;}
.pro_nav li dl {display:none;}
.pro_nav li>a {font-size: 16px;font-weight: lighter;}
.pro_con {margin: 3% 0 0;overflow: hidden;}
.pro_roll {display: flex;transition: 0.5s all ease;}
.pro_call {width: 100%;flex-shrink: 0;}
.pro_call .divproduct_new_div {}
.pro_call .divproduct_new_div_item {display: flex !important;flex-direction: column-reverse;align-items: center;padding: 0.8%;margin: 0 0.1%;background: #fff;}
.pro_call .divproduct_new_div_item:hover img  {transform: scale(1.2);}
.pro_call .divproduct_new_div_item_content {width: 100%;text-align: center;padding: 6%;}
.pro_call .divproduct_new_div_item_title {}
.pro_call .divproduct_new_div_item_title a {font-size: 18px;font-weight: bold;    width: 100%; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; display: inline-block;}
.pro_call .divproduct_new_div_item_body {}
.pro_call .divproduct_new_div_item_body p {font-size: 14px;color: #999;line-height: 25px;padding: 5% 0 0;}
.pro_call .product_div_item_pic {}
.pro_call .product_div_item_pic a {overflow:hidden;    display: inline-block;}
.pro_call .product_div_item_pic img {width:100%;height:auto;transition: 0.5s all ease;}
.pro_call .ban_dot {display:none !important;}



/*4*/
.section4{background: url("//memberpic.114my.com.cn/szxinbao1/uploadfile/image/20220621/20220621144243_652591148.jpg") no-repeat;background-size: 100% 100%;position:relative;z-index:5;displat:none;}
.section4:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(31,44,92,0.3);z-index:-1;}
.adva {padding: 3% 0 0;}
.adva_box {max-width:1500px;margin:0 auto;}
.adva_con {}
.adva_con ul {}
.adva_con li {display:flex;width: 50%;transition:0.5s all ease;}
.adva_con li:hover {transform:translateX(20px);}
.adva_con li:nth-child(n+2) {margin: 4% 0 0;}
.adva_con li:nth-child(2) {margin:4% 0 0 3%;}
.adva_con li:nth-child(3) {margin:4% 0 0 5%;}
.adva_con li:nth-child(4) {margin:4% 0 0 7%;}
.adva_con li i {    font-size: 28px;color: #fff;transition:0.5s all ease;}
.adva_con li:nth-child(-n+2) i {font-size: 34px;}
.adva_con li:hover i {transform:rotateY(180deg);}
.adva_con li p {display: flex;flex-direction: column;font-size: 24px;color: #fff;padding: 0 0 0 3%;}
.adva_con li p span {font-size: 18px;font-weight: lighter;padding: 2% 0 0;font-family: Arial;line-height: 28px;}

/*5*/
.section5{background: url("//memberpic.114my.com.cn/szxinbao1/uploadfile/image/20220720/20220720162006_1231171134.jpg") no-repeat;background-size: 100% 100%;position:relative;z-index: 5;}
.section5:before {content:'';width: 100%;height:100%;background:rgba(31,44,92,0.2);position:absolute;top:0;left:0;z-index: -1;}
.appli {overflow: hidden;padding: 5% 1% 0;}
.appli_box {max-width: 1500px;margin:0 auto;}
.appli_tab {display: flex;justify-content: space-between;align-items: center;    flex-direction: column;}
.appli_tit {display:flex;flex-direction: column;align-items: center;width: 100%;}
.appli_tit i {font-size: 65px;font-family: Arial;color: #fff;    text-transform: uppercase; font-weight: bold;    opacity: 0.5;}
.appli_tit em {font-size:15px;color: #fff;opacity: 0.7;font-weight: lighter;/* margin: 2% 0 0; */line-height: 30px;text-align: center;display: none;}
.appli_tit p {font-size: 36px;display: flex;flex-direction: column;align-items: center;color: #fff;margin: -2% 0 0;}
.appli_tit p span {position: relative;width: 6px;height: 6px;background: #1f2c5c;border-radius:50%;margin: 20% 0;}
.appli_tit p span:before,.appli_tit p span:after {content:'';width: 6px;height: 6px;background: rgba(31,44,92,0.5);border-radius: 50%;position: absolute;top: 0;}
.appli_tit p span:before {left: -10px;}
.appli_tit p span:after {right: -10px;}
.appli_tit a {font-size: 15px;color: #fff;border: 1px solid #fff;border-radius: 40px;width: 50%;display: flex;justify-content: center;align-items: center;padding: 4% 0;font-weight: lighter;margin: 16% 0 0;    display: none;}
.appli_con {width: 100%;    margin: 2% 0 0;}
.appli_call {/* padding: 0% 1% 4.5% 0; */}
.appli_call .divdgweb_new_div_item {display: flex !important;flex-direction: column-reverse;position: relative;margin: 0 0.2%;background: #fff;padding: 0.3% 0.3%;}
.appli_call .divdgweb_new_div_item:hover .news_div_item_pic img {    transform: scale(1.2);}
.appli_call .divdgweb_new_div_item_content {width: 100%;display: flex;justify-content: center;flex-direction: column;/* overflow: hidden; */transition: 0.5s;margin: 8% 0 ;    text-align: center;}
.appli_call .divdgweb_new_div_item_title a {font-size: 17px;position: relative;}
.appli_call .divdgweb_new_div_item_title a:before{content:'查看更多';width: 72%;position: absolute;border: 1px solid #ddd;border-radius: 40px;font-size: 14px;padding: 4%;display: flex;justify-content: center;align-items: center;bottom: -180px;left: 0;}
.appli_call .divdgweb_new_div_item_body {font-size: 14px;line-height: 26px;font-weight: lighter;padding-top: 15px;text-overflow: ellipsis;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;display:none;}
.appli_call .news_div_item_pic {}
.appli_call .news_div_item_pic a {overflow:hidden;display:inline-block;}
.appli_call .news_div_item_pic img {width: 100%;height: auto;transition: 0.5s all ease;}
.appli_call .ban_dot {display: flex !important;width: 100%;justify-content: center;align-items: center;    margin: 3% 0 0;}
.appli_call .ban_dot li {width: 13px;height: 13px;display: inline-block;background: #fff;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.appli_call .ban_dot li.slick-active {background: #1f2c5c;}
.appli_call .ban_dot li button {font-size:0;border: none;outline: none;}
.appli_call button {display: none !important;}


/*6*/
.section6{background: url("//memberpic.114my.com.cn/szxinbao1/uploadfile/image/20220713/20220713090057_1242074244.jpg") no-repeat;background-size: 100% 100%;position:relative;z-index:5;}
.section6:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(31,44,92,0.3);z-index:-1;}
.news { padding: 3% 1% 0;}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_top {display: flex;align-items: center;justify-content: space-between;}
.news_tit {display: flex;flex-direction: column;width: 18%;}
.news_tit i {font-size: 70px;color: #fff;font-family: Arial;text-transform: uppercase;opacity: 0.2;letter-spacing: 1px;}
.news_tit b {display: flex;flex-direction: column;font-size: 36px;color: #fff;position: relative;margin: -18% 0 0;}
.news_tit b span {font-size: 16px;font-weight: lighter;opacity: 0.5;padding: 4% 0 0;}
.news_nav {width: 30%;}
.news_nav ul {display: flex;width: 100%;}
.news_nav li {width: 33.33%;display: flex;justify-content: center;border: 1px solid rgba(255,255,255,0.2);margin: 0 1%;padding: 3% 0;position:relative;transition:0.5s all ease;z-index: 5;border-radius: 40px;overflow: hidden;}
.news_nav li:after {content:'';width:0;height:100%;background: #1f2c5c;position:absolute;top:0;left:0;z-index: -1;transition: 0.5s all ease;}
.news_nav li.on {border:1px solid transparent;}
.news_nav li.on:after {width:100%;}
.news_nav li a {font-size: 16px;color: #fff;}
.news_con {margin: 3% 0 0;overflow: hidden;}
.news_con ul {display: flex;transition: 0.5s all ease;    padding: 0;}
.news_con li {display: flex;width: 100%;flex-shrink: 0;justify-content: space-between;}
.news_l {width: 57%;}
.news_l .news_div {display:flex;justify-content: space-between;}
.news_l .news_div_item {width: 49%;display: flex;flex-direction: column-reverse;align-items: center;background: #fff;position: relative;}
.news_l .news_div_item_date {display: flex;position: absolute;font-family: Arial;top: 68%;left: 19px;font-size: 15px;color: #999;}
.news_l .news_div_item_content {padding: 5% 5% 20%;}
.news_l .news_div_item_title {}
.news_l .news_div_item_body {font-size: 15px;font-weight: lighter;color: #999;padding: 15% 0 0;line-height: 24px;}
.news_l .news_div_item_title a {font-size: 22px;font-weight: bold;position: relative;}
.news_l .news_div_item_title a:after {content:'查看更多';font-size: 16px;position: absolute;bottom: -160px;left: 0;font-weight: lighter;}
.news_l .news_div_item_pic {}
.news_l .news_div_item_pic a {overflow: hidden; display: inline-block;}
.news_l .news_div_item_pic img {width:100%;height:auto;transition: 0.5s all ease;}
.news_l .news_div_item:hover img {    transform: scale(1.1);}
.news_r {width: 42%;}
.news_r .news_div {display:flex;justify-content: space-between;flex-direction: column;}
.news_r .news_div_item {width: 100%;display: flex;align-items: center;background: #fff;position: relative;/* justify-content: space-between; */padding: 4% 2% 9.5%;}
.news_r .news_div_item:nth-child(-n+2) {display:none;}
.news_r .news_div_item:nth-child(n+4) {margin: 2.2% 0 0;}
.news_r .news_div_item_date {display: flex;font-family: Arial;font-size: 15px;color: #999;position: relative;justify-content: center;align-items: center;padding: 12% 3% 0;}
.news_r .news_div_item_day {font-size: 30px;position: absolute;top: 35px;left: 27%;font-weight: bold;color: #1f2c5c;}
.news_r .news_div_item_content {position: relative;padding: 0 0 0 4%;}
.news_r .news_div_item_content:before {content:'';width:1px;height: 50%;background:#f8f8f8;position:absolute;top: 40%;left:0;}
.news_r .news_div_item_title {}
.news_r .news_div_item_body {font-size: 15px;font-weight: lighter;color: #999;padding: 3% 0 0;line-height: 24px;}
.news_r .news_div_item_title a {font-size: 20px;font-weight: bold;position: relative;}
.news_r .news_div_item_title a:after {content:'查看更多';font-size: 14px;position: absolute;bottom: -96px;left: 0;font-weight: lighter;}
.news_r .news_div_item_pic {display:none;}


/*7*/
.section7{background: url("//memberpic.114my.com.cn/szxinbao1/uploadfile/image/20220618/20220618152939_181944140.jpg") no-repeat center center; background-size: cover;}



.section .overturn{
	transform: translate(20px,20px) scale(0.5);
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	opacity: 1;
	transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	height: 100%;
}
.section.active .overturn{
	transform: translate(0px,0px) scale(1);
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	opacity: 1;
	transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}



/*links*/
.links {overflow: hidden;padding: 20px  0;position:  relative;z-index: 10;border-bottom: 1px solid rgba(153,153,153,0.1);}
.links_box {max-width:1500px;margin: 0 auto;display: flex;align-items:  center;justify-content:  space-between;}
.links_l {display: flex;align-items: center;width: 8%;justify-content:  space-between;}
.links_l i {font-size: 24px;}
.links_l p {font-size: 16px;font-weight: lighter;padding: 0 0 0;}
.links_r {width: 90%;}
.linkTagcs {}
.linkTagcs ul {}
.linkTagcs li {}
.linkTagcs li a {font-size:16px;}
/*foot*/
.section8 .fp-tableCell{vertical-align: top;}
.copy {position: relative;z-index: 6;background: #f8f8f8;padding: 1% 1% 0;}
.copy:after {content:'';width: 100%;height: 124%;background: url()no-repeat center top;position:absolute;top: -24%;left: 0;z-index: -1;display:none;}
.copy_box {max-width:  1500px;margin:  0 auto;}
.copy_tab {display:  flex;justify-content:  space-between;padding: 50px 0;}
.copy_nav {width: 40%;position:  relative;}
.copy_nav:after {content:'';width:1px;height: 100%;position:absolute;top:0;right: -13%;background: rgba(255, 255, 255, 0.1); padding: 0 ;}
.copy_nav>ul {display: flex;justify-content: space-between;width: 100%;    padding: 0;}
.copy_nav li {display: flex;flex-direction:  column;position:  relative;}
.copy_nav li>p {font-size: 17px;margin: 0 0 24px 0;font-weight: bold;}
.copy_nav li>a {font-size: 14px;font-weight: 100;padding: 0 0 20px 0;transition: 0.5s;}
.copy_nav li>a:hover {color:#1d9b18;}
.copy_more {width: 29%;display:  flex;flex-direction:  column;position:  relative;}
.copy_more:after {content:'';width:1px;height: 100%;position:absolute;top:0;right: -10%;background: rgba(255, 255, 255, 0.1);}
.copy_more>p {font-size: 17px;margin: 0 0 20px 0;font-weight: bold;}
.copy_more em>p {display: flex;align-items: center;font-weight: lighter;}
.copy_more em i {display: inline-block;    padding: 0 0 0 15%;}
.copy_more em>p i {display: flex; flex-direction: column; line-height: 22px;}
.copy_more em {font-size: 16px;font-weight: lighter;color: #999;line-height: 32px;}
.copy_roll {width: 12%;}
.copy_pic {overflow: hidden;}
.copy_pic ul {display:flex;    transition: 0.5s all ease;padding: 0;margin: 0;}
.copy_pic li {width:100%;flex-shrink: 0;}
.copy_pic li i {display:inline-block;}
.copy_pic li i img {width: 100%; height: auto;}
.copy_hov {width: 100%;margin: 8% 0 0;}
.copy_hov ul {display:flex;width: 100%;justify-content: space-around;padding: 0;    margin: 0;}
.copy_hov li {width: 40px;height: 40px;border: 1px solid #ddd;border-radius: 50%;    display: flex;justify-content: center;  align-items: center;    cursor: pointer;}
.copy_hov li i {font-size:21px;}
.copy_hov li.on {background: #1f2c5c;}
.copy_hov li.on i {color:#fff;}
.copy_hov li:nth-child(2) i { font-size: 16px;}
.copy_end {padding: 32px 0;font-size: 14px;font-weight:  lighter;display:  flex;justify-content:  center;align-items:  center;background: #eee;}
.copy_end a {font-size: 14px;}
.copy_more em a {font-size: 16px;color: #999;    line-height: 24px;}

@media screen and (max-width:1528px) {
.copy_more {width:35%;}

}
@media screen and (max-width:1200px) {
.copy_more em i {    padding: 0 0 0 17%;}
}

.banner a img{
	transition:transform 5s linear,opacity 1s linear;
	-webkit-transition:transform 5s linear,opacity 1s linear;
	-o-transition:transform 5s linear,opacity 1s linear;
	-moz-transition:transform 5s linear,opacity 1s linear;
	-ms-transition:transform 5s linear,opacity 1s linear;
}
.join span,.join b{
	 transition:all 0.1s linear;
	 -webkit-transition:all 0.1s linear;
	 -o-transition:all 0.1s linear;
	 -moz-transition:all 0.1s linear;
	 -ms-transition:all 0.1s linear;
 }
.transit,.nav-close,.at_once span,.combie_list li,.show_industry a,.show_industry a i,.vd_btn a,.fixed_left{
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
}
.active .protection span,.fixed_left li,.aldehyde_des i,.envi_list i,.envi_list li p,.join_investment_close,.liaojie_close i,.industry_des_con a i,.muban_des i{
	transition:all 0.4s linear;
	-webkit-transition:all 0.4s linear;
	-o-transition:all 0.4s linear;
	-moz-transition:all 0.4s linear;
	-ms-transition:all 0.4s linear;
}
.protection .line i,.join,.footer-fix,.envi_line,.intro_control a i{
	transition:all 0.6s linear;
	-webkit-transition:all 0.6s linear;
	-o-transition:all 0.6s linear;
	-moz-transition:all 0.6s linear;
 }
.made li,.section4 .protection_box::before,.section7 .protection_box::before,.move_step li,.envi_list li{
	transition:all 1s linear;
	-webkit-transition:all 1s linear;
	-o-transition:all 1s linear;
	-moz-transition:all 1s linear;
}
.step_line{
	transition:all 2.6s linear .2s;
	-webkit-transition:all 2.6s linear .2s;
	-o-transition:all 2.6s linear .2s;
	-moz-transition:all 2.6s linear .2s;
}
.trans,.nav-box{
	-webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
/**/
.vd_btn a:hover{
	transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
}
.join_investment_close:hover,.liaojie_close:hover i,.industry_des_con a:hover i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
/**/
.join1 a:hover::before,.join2 a:hover::before{animation:move 1s linear infinite;-webkit-animation:move 1s linear infinite;-moz-animation:move 1s linear infinite;-o-animation:move 1s linear infinite;}
@keyframes move{
	0%{
		transform: translate(0,0);
	}
	50%{
		transform: translate(10px,0);
	}
	100%{
		transform: translate(0,0);
	}
}
@-webkit-keyframes move{
	0%{
		transform: translate(0,0);
	}
	50%{
		transform: translate(10px,0);
	}
	100%{
		transform: translate(0,0);
	}
}
.join3 a:hover::before{animation:move3 1s linear infinite;-webkit-animation:move3 1s linear infinite;-moz-animation:move3 1s linear infinite;-o-animation:move3 1s linear infinite;}
@keyframes move3{
	0%{
		transform: translate(0,0);
	}
	50%{
		transform: translate(0,10px);
	}
	100%{
		transform: translate(0,0);
	}
}
@-webkit-keyframes move{
	0%{
		transform: translate(0,0);
	}
	50%{
		transform: translate(0,10px);
	}
	100%{
		transform: translate(0,0);
	}
}
.join4 a:hover::before{animation:move4 1s linear infinite;-webkit-animation:move4 1s linear infinite;-moz-animation:move4 1s linear infinite;-o-animation:move4 1s linear infinite;}
@keyframes move4{
	0%{
		transform: translate(0,0);
	}
	50%{
		transform: translate(-10px,0);
	}
	100%{
		transform: translate(0,0);
	}
}
@-webkit-keyframes move{
	0%{
		transform: translate(0,0);
	}
	50%{
		transform: translate(-10px,0);
	}
	100%{
		transform: translate(0,0);
	}
}


/**/
.section6.active .join_title{animation:smalltoBig 1s linear;-webkit-animation:smalltoBig 1s linear;-moz-animation:smalltoBig 1s linear;-o-animation:smalltoBig 1s linear;}
@keyframes smalltoBig{
	0%{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
	}
	100%{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
}
@-webkit-keyframes smalltoBig{
	0%{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
	}
	100%{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
}
/**/
.active .protection span:hover,.section4 .protection a:hover span,.section7 .protection span:hover,.aldehyde_des i:hover,.toshdow,.ppsp:hover i,.muban_des i:hover{ animation:toShadow 1.5s linear infinite;-webkit-animation:toShadow 1.5s linear infinite;-moz-animation:toShadow 1.5s linear infinite;-o-animation:toShadow 1.5s linear infinite; }
@keyframes toShadow{
	0%{
		box-shadow: 0 0 0 #ddd;
		-webkit-box-shadow: 0 0 0 #ddd;
	}
	50%{
		box-shadow: 0 0 32px #ddd;
		-webkit-box-shadow: 0 0 20px #ddd;
	}
	100%{
		box-shadow: 0 0 0 #ddd;
		-webkit-box-shadow: 0 0 0 #ddd;
	}
}
@-webkit-keyframes toShadow{
	0%{
		box-shadow: 0 0 0 #ddd;
		-webkit-box-shadow: 0 0 0 #ddd;
	}
	50%{
		box-shadow: 0 0 32px #ddd;
		-webkit-box-shadow: 0 0 20px #ddd;
	}
	100%{
		box-shadow: 0 0 0 #ddd;
		-webkit-box-shadow: 0 0 0 #ddd;
	}
}
.ljyd:hover i,.market_vd:hover i{animation:toShadow2 1.5s linear infinite;-webkit-animation:toShadow2 1.5s linear infinite;-moz-animation:toShadow2 1.5s linear infinite;-o-animation:toShadow2 1.5s linear infinite;}
@keyframes toShadow2{
	0%{
		box-shadow: 0 0 0 #fff;
		-webkit-box-shadow: 0 0 0 #fff;
	}
	50%{
		box-shadow: 0 0 32px #fff;
		-webkit-box-shadow: 0 0 20px #fff;
	}
	100%{
		box-shadow: 0 0 0 #fff;
		-webkit-box-shadow: 0 0 0 #fff;
	}
}
@-webkit-keyframes toShadow2{
	0%{
		box-shadow: 0 0 0 #fff;
		-webkit-box-shadow: 0 0 0 #fff;
	}
	50%{
		box-shadow: 0 0 32px #fff;
		-webkit-box-shadow: 0 0 20px #fff;
	}
	100%{
		box-shadow: 0 0 0 #fff;
		-webkit-box-shadow: 0 0 0 #fff;
	}
}

/**/
.section3.active .slide_Left,.section5.active li.li1,.slideInLeft,.hangye.active li.slideInLeft{
	-webkit-animation: slideInLeft 1.2s both;
	animation: slideInLeft 1.2s both;
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideInLeft {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		-moz-transform: translateX(-2000px);
		-o-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
/**/

.slideInRight,.hangye.active li.slideInRight{
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideInRight {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
		-moz-transform: translateX(2000px);
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
/**/
.section5.active li.li3,.section5.active li.li5,.slideInUp{
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
		-moz-transform: translateY(2000);
		-o-transform: translateY(2000);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=1);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes slideInUp {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
		-moz-transform: translateY(2000);
		-o-transform: translateY(2000);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=1);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
/**/
.section5.active li.li2,.section5.active li.li4,.slideInDown{
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}