@charset "utf-8";

/* html,body{font-family: "微软雅黑";} */

body{font-size:16px;font-family:"微软雅黑",arial,sans-serif,serif,"Microsoft YaHei";color:#161616;line-height: 1.6;}

*{padding:0;margin:0;list-style:none;box-sizing: border-box;}

a{text-decoration:none;color:inherit;} 

i{font-style: normal;}

dl,ol,ul {list-style-type:none}

b{display: inline-block;}

em{font-style: normal;}



.odcontent{margin:0 auto; width:90%;max-width:1600px;}

@media only screen and (max-width: 520px){

	.odcontent{width: 90%;}

	body{font-size:14px;}

}



@media only screen and (max-width:380px){

	/* body{font-size:13px;} */

}



.idx_wrap{margin:0 auto; width:90%;max-width:1400px;}

@media only screen and (max-width: 520px){

	.idx_wrap{width: 90%;}

}



.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}

.clearfix{zoom:1}

input,textarea{border: none;outline: none;border-radius: 0;-webkit-appearance:none;}

button {border: none;padding: 0;}

.fl{float:left}

.fr{float:right}



.por{position: relative;}

.poa{position: absolute;}

.head_fixed{position: fixed;top: 0;left: 0;width: 100%;height: auto;z-index: 9999;}

img{border: none;vertical-align: middle;max-width: 100%;}



*:focus{

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



a,li,div {-webkit-tap-highlight-color:transparent}



input:-webkit-autofill,

 textarea:-webkit-autofill,

 select:-webkit-autofill {

     background-color: transparent!important;

     background-image: none !important;

     -webkit-box-shadow: 0 0 0 1000px #f2f3f7 inset !important;

     -webkit-text-fill-color: #333;

}



/* 自定义样式 */

.ver-mid{vertical-align: middle;}

.ver-bl{vertical-align: baseline;}

.flx{display: flex;flex-wrap: nowrap;justify-content: space-between;}

.flx_w{display: flex;flex-wrap: wrap;justify-content: space-between;}

.txt_center{text-align: center;}

.hide{display: none;}

.center{text-align: center;}

.right{text-align: right;}

.left_text{text-align: left;}

.w1200{margin: 0 auto;width: 90%;max-width: 1200px;}

.blue{color: #003167;}

.green{color: #2bad43;}

.red{color: #c51010;}

.ow{overflow: hidden;}



@font-face {

	font-family:HongMeng;
    
	src: url(../fonts/HarmonyOS_Sans_SC_Thin.ttf);
             
}

@font-face {

	font-family:Pingfang;

	src: url(../fonts/PingFangBold.ttf);

}

@font-face {

	font-family:zhenyan;

	src: url(../fonts/zhenyan.ttf);

}



.idx_title {}

.idx_title > .por{display: inline-block;}

.idx_title .title{font-size: 40px;line-height: 1.4;font-weight: normal;}

.idx_title > .por .title{position: absolute;left:0;bottom:0;z-index: 2;}

/* .idx_title .title:after{content: "";position: absolute;left: 0;bottom: 0;width: 80px;height: 9px;background: #ff7e00;z-index: -1;} */

.idx_title .line{margin-top:28px;display: inline-block;width: 62px;height: 3px;background: #35974d;}

.idx_title .slogan{margin-top: 30px; font-size: 15px;line-height: 1.6;}

.idx_title .en{display: block;margin-left:-1.5vw;margin-bottom: 10px;font-size: 140px;font-family: arial;color: rgba(2,138,72,0.1);text-transform:uppercase;font-family: gotham;line-height: 1em;white-space: nowrap;letter-spacing: -2px;}

@media only screen and (min-width:481px){

}

@media only screen and (max-width:1920px){

    .idx_title .en{font-size: 7vw;}

}

@media only screen and (max-width:1280px){

.idx_title .title{}

.idx_title .slogan{font-size:16px;}

}

@media only screen and (max-width:850px){

	.idx_title .title{font-size: 28px;}

	.idx_title > .por .title{transform: translateY(20%);line-height: 1;}

.idx_title .en{margin-bottom: 8px;margin-left: -1vw;}

.idx_title .slogan{font-size: 14px;}

}

@media only screen and (max-width:520px){

.idx_title .title{font-size: 20px;font-weight:bold;}

.idx_title .en{font-size: 30px;}

.idx_title .line{margin-top:20px;width: 40px;}

.idx_title .slogan{font-size: 14px;line-height: 24px;}

}

@media only screen and (max-width:380px){

	/* .idx_title .title{font-size: 16px;} */

}



.more_other{margin-top: 50px;display: flex;flex-wrap: wrap;}

.more_other a{display: block;padding:12px 20px;width:auto;text-align: center;color: #fff;font-size: 16px;position: relative;z-index: 1;border-radius: 30px;overflow: hidden;background-color: #09C86B;line-height: 1;}

.more_other a:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: linear-gradient(to right,transparent,#028A48);opacity: 1;transition: all .3s linear;z-index: -1;}

.more_other a:hover{}

.more_other a:hover:after{background-image: linear-gradient(to left,#09C86B,#09C86B);}

.more_other a i{display: inline-block;margin-left: 13px;width: 20px;height: 20px;background: url(../images/icon_10.png)no-repeat right center;vertical-align: middle;background-size: auto 100%;}

.more_other a span{display: inline;vertical-align: middle;font-size: 16px;letter-spacing: 1px;font-family: lighter;line-height: 1em;}

@media only screen and (max-width:850px){

	.more_other a span{font-size: 14px;}

	.more_other a i{margin-left: 8px;width: 11px;height: 16px;}

}

@media only screen and (max-width:520px){

	.more_other a {padding:6px 12px;}

	.more_other a span{font-size: 12px;}

	.more_other a i{margin-left: 8px;width: 11px;height: 16px;}

}



.side_wechat{position: fixed;z-index: 98;left: 0;bottom:50%;cursor: pointer;transform: translateY(50%);}

.side_wechat span{padding: 14px 6px;font-family: gotham;color: #333;background-color: #DBDBDB;writing-mode: vertical-lr;border-radius: 0 6px 6px 0;overflow: hidden;letter-spacing: 1px;}

@media only screen and (max-width:520px){

	.side_wechat{bottom:18%;font-size: 12px;}

}







/* header{height: 155px;} */

/* .idx .head {background: transparent;}

.idx .head .head_mid .head_nav .first_nav > li > a{color: #fff;}

.idx .head .head_mid .head_nav .first_nav > li > a:after{background: #fff;}

.idx .head .head_mid #search_btn{filter: grayscale(1) brightness(100);} */



.head{position: fixed;left: 0;top: 0;width: 100%;z-index: 2147483647;background: rgba(0,0,0,0.15);color: #fff;background: transparent;transition: all .3s linear;z-index: 99;}

/* 6c88bd */

#header.scro{background: rgba(0,0,0,0.4) !important;color: #fff !important;/*box-shadow: 0 0 10px rgba(0,0,0,0.1);background: rgba(255,255,255,0.8) !important;color: #333;*/}

#header.scro .head_mid .lf_part .logo img{filter: grayscale(1) brightness(10) !important;filter: initial !important;}

#header.scro .head_mid .lf_part .logo .logo2{opacity: 0 !important;}

#header.scro .head_mid .head_nav .first_nav > li > a{padding: 32px 0;}

#header.scro .head_mid #search_btn{filter: initial;}

#header.scro .m_search .tel{filter: initial;}

#header.scro .head_mid .menu_btn span{background: #666;}

#header.scro .head_mid .head_nav .first_nav > li > a{color: #fff !important; }

#header.scro .head_mid .head_nav .first_nav > li:hover > a{color:#c60101 !important;}

#header.scro .head_mid .head_nav .first_nav > li.cur > a{color: #c60101 !important;}

#header.scro .head_mid .menu_btn span{background: #fff !important;}

#header.scro .head_mid .head_nav .first_nav > li > a > i{filter: none;}

#header.scro .language .drop_icon{filter: initial;}

#header.scro .language #wx_top{color:#333;}



#nei_h #header{background: rgba(0,0,0,1);color: #fff;/*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/}

#nei_h #header .head_mid .lf_part .logo img{filter: initial;}

#nei_h #header .head_mid .lf_part .logo .logo2{opacity: 0;}

/* #nei_h #header .head_mid .head_nav .first_nav > li > a{padding: 32px 0;} */

#nei_h #header .head_mid #search_btn{filter: initial;}

#nei_h #header .tel{filter: initial;}

#nei_h .head .language #wx_top{color: initial;}

#nei_h #header .m_search .tel{filter: initial;}

/* #nei_h #header .head_mid .menu_btn span{background: #666;}

#nei_h #header .head_mid .head_nav .first_nav > li > a{color: #333;}

#nei_h #header .head_mid .head_nav .first_nav > li:hover > a{color:#1b1b1b;color: #ea1e24 !important;}

#nei_h #header .head_mid .head_nav .first_nav > li.cur > a{color: #1b1b1b;color: #ea1e24 !important;} 

#nei_h #header .head_mid .menu_btn span{background: #1b1b1b;}*/

#nei_h #header .head_mid .head_nav .first_nav > li > a > i{filter: none;}

#nei_h #header .language .drop_icon{filter: initial;}



.nei #header{background: #fff;padding:20px 0;box-shadow: 0  0 10px rgba(0,0,0,0.1);}

.nei #header .head_mid .head_nav .first_nav > li > a{padding: 32px 0;}



.nei #header .head_mid .menu_btn span{background: #e50011;}



/* .head.scro {background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}

.head.scro .head_mid .lf_part .logo{filter: initial;}

.head.scro .head_mid .head_nav .first_nav > li{color: #2a2a2a;}

.head.scro .head_mid .rt_part .hot_line{color: #2a2a2a;}

.head.scro .head_mid .head_nav .first_nav > li > a > i{filter: grayscale(1) brightness(0.2);} */

.head .top_wrap{margin:0 auto;width: 90%;max-width: 1266px;}

.head .head_top{padding: 11px 0;font-size: 12px;color: #716666;background: #f7f7f7;}

.head .head_top .top_share a{display: inline-block;margin-right: 13px;padding-right: 13px;border-right: 1px solid #d7d9ea;}

.head .head_top .top_share a i{display: block;}

.head .head_top .top_share a i img{display: block;}

.head .head_top .top_share a:nth-last-child(1){margin-right: 0;padding-right: 0;border-right: 0;}

.head .head_top .top_right{width: calc(100% - 186px);width: -webkit-calc(100% - 186px);}

.head .head_top .top_right .flx_w{justify-content: flex-end;}

.head .head_top .top_right .flx_w > div{margin-left: 2.5%;padding-left: 22px;}

.head .head_top .top_right .cts:nth-child(1){background: url(../images/icon_01.png)no-repeat left top;}

.head .head_top .top_right .cts:nth-child(2){background: url(../images/icon_02.png)no-repeat left top;}

.head .head_top .top_right .language {background: url(../images/icon_03.png)no-repeat left top;line-height: 19px;cursor: pointer;color: #00369c;}

.head .head_top .top_right .language ul{display: none;position: absolute;left: 50%;top: 150%;width: 110px;padding: 0 10px;box-shadow: 0 0 5px rgba(0,0,0,0.1);transform: translateX(-50%);background: #fff;z-index: 2;}

.head .head_top .top_right .language > i{margin-left: 3px;}

.head .head_top .top_right .language ul li{line-height: 30px;}

.head .head_top .top_right .language ul li i{display: inline-block;vertical-align: middle;margin-right: 6px;}

.head .head_top .top_right .language ul li span{display: inline-block;vertical-align: middle;white-space: normal;text-overflow: ellipsis;overflow: hidden;}



.head .hide_name{position: absolute;left: 0;top: 0;margin-left: -2000px;}

.head .head_mid{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}

.head .head_mid  a.logo_w{display: block;}

.head .head_mid .lf_part{position: relative;box-sizing: border-box;display: flex;flex-wrap: nowrap;justify-content: flex-start;width: auto;align-items: center;}

.head .head_mid .lf_part .logo{white-space: nowrap;font-size: 18px;position: relative;overflow: hidden;text-align: center;}

.head .head_mid .lf_part .logo img{display: block;vertical-align: middle;}

.head .head_mid .lf_part .logo .logo2{display: block;position: absolute;left:0;top:0;z-index: 2;opacity: 0;}

.head .head_mid .lf_part .logo span{display: block;margin-top: 5px;}

.head .head_mid .lf_part .cpy_name{margin-left:10px;}

.head .head_mid .lf_part .cpy_name p{font-size: 33px;font-weight: bold;letter-spacing: 4px;}

.head .head_mid .lf_part .cpy_name em{font-size: 12px;font-weight: bold;letter-spacing: -0.2px;}

.head .head_mid .lf_part .l_slogan{font-size: 16px;margin-left:20px;}

.head .head_mid .head_nav {width: calc(98% - 564px);width:-webkit-calc(98% - 564px);box-sizing: border-box;position: relative;}

.head .head_mid .head_nav .first_nav{position: relative;text-align: right;white-space: nowrap;}

.head .head_mid .head_nav .first_nav .curtain{position: absolute;left: 50%;top: 100%;width: 90vw;max-width: 1686px;height: 100%;background: rgba(255,255,225,0.95);transform: translateX(-50%);display: none;box-sizing: border-box;}

.head .head_mid .head_nav .first_nav > li{display: inline-block;margin: 0 2.6%;white-space: nowrap;position: relative;z-index: 1;}

.head .head_mid .head_nav .first_nav > li:after{content:"";position: absolute;left:0;top:0;width:100%;height:0;z-index: -1;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,10%);transition: height 0.2s linear;}

/* .head .head_mid .head_nav .first_nav > li:first-child{padding-left:0}

.head .head_mid .head_nav .first_nav > li:last-child{padding-right:0} */

.head .head_mid .head_nav .first_nav > li > a{display: block;padding: 46px 0;position: relative;font-size: 16px;transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;}

.head .head_mid .head_nav .first_nav > li > a > i{display: inline-block;margin-left:7px;width: 16px;height: 16px;background: url(../images/icon_06.png)no-repeat center;filter: brightness(100);line-height: 1;display: none;}

.head .head_mid .head_nav .first_nav > li.last > a > i{display: inline-block;margin-left:0;vertical-align: text-top;font-size: 10px;}

/* .head .head_mid .head_nav .first_nav > li > a > i{position: absolute;display: inline-block;margin-left: 4px;top: 50%;left: 110%;width: 12px;height: 12px;transform: translateY(-50%);background: url(../images/icon_list.png)no-repeat center;} */

.head .head_mid .head_nav .first_nav > li.cur{background: transparent;}

/* .head .head_mid .head_nav .first_nav > li > a:after{content: "";position: absolute;left: 50%;bottom: 0;width: 0;height: 3px;background: #2bad43;transform: translateX(-50%);transition: width 0.3s linear;} */

.head .head_mid .head_nav .first_nav > li.cur > a:after{width: 150%;}

.head .head_mid .head_nav .first_nav > li.cur > a{color: #ea1e24;}

.head .head_mid .head_nav .first_nav > li:hover > a{color: #ea1e24;}

/* 指向 */

/* .head .head_mid .head_nav .first_nav > li.cur > a:after{width: 100%;}

.head .head_mid .head_nav .first_nav > li:hover > a:after{content: "";width: 100%;} */

/* .head .head_mid .head_nav .first_nav > .hightlight{position: absolute;left: 50%;bottom: 0;width: 0;height: 4px;transform: translateX(-50%);background: #1178a6;transition: all 0.3s ease-out;} */

.head .head_mid .head_nav .pc_secnav{position: absolute;top: 100%;left: 0%;width:auto;min-width: 100%;height: auto;transform: translate(0,0) scale(0.9);z-index: 3;display: none;box-sizing: border-box;z-index: 2;background: rgba(51,51,51,0.6);opacity: 0;transition: all .3s linear;transform-origin: left top;box-shadow: 0 0 10px rgba(0,0,0,0.1);border-radius:0 0 10px 10px;overflow: hidden;transform: translateY(-40px);}

.head.scro .head_mid .head_nav .pc_secnav{transform: translateY(-30px);}

/* 横版 */

/* .head .head_mid .head_nav .pc_secnav{position: absolute;position:fixed;top: 0;left: 0;width: 100%;min-width:100%;height: auto;min-height:300px;transform: translate(0,-10px) scale(1);z-index: 3;display: none;box-sizing: border-box;z-index: 2;background:transparent;opacity: 0;transition: all .3s linear;transform-origin: center top;background-repeat: repeat-x;background-size:auto 100%;background-position: top 0;} */

/* .head .head_mid .head_nav .pc_secnav.on{transform:translate(0,0) scale(1);opacity: 1;}

.head .head_mid .head_nav .pc_secnav .lf_nav{ display: flex;flex-wrap: wrap;justify-content: space-between;padding: 52px 2.5% 5% 16%;margin:0 0 0 auto;width: 67.7%;text-align: left;box-sizing: border-box;box-sizing: border-box;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one{width: calc(90% - 323px);width: -webkit-calc(90% - 323px);}

.head .head_mid .head_nav .pc_secnav .lf_nav .one .top .nav_name{margin-bottom:28px;font-size:36px;font-weight: bold;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one .top .des{font-size: 14px;white-space: initial;line-height: 1.6;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one > ul{display: flex;flex-wrap: wrap;justify-content: flex-start;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one > ul > li{padding:14px 10px;width: 50%;text-align: left;font-size: 18px;box-sizing: border-box;transition: margin-bottom .3s ease-out;position: relative;text-align: center;text-shadow: 0 0 1px #ccc;color: #ccc;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one > ul > li > a{display: block;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one > ul > li > a > p{margin-top: 10px;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one > ul > li:hover > a{color:#fff;font-weight: bold;text-shadow: 0 0 1px #fff;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one > ul > li .img{position: relative;padding-bottom: 56.18%;width: 100%;height: 0;overflow: hidden;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one > ul > li .img img{position: absolute;left:50%;top:50%;width: 100%;transform: translate(-50%,-50%);z-index: 2;}

.head .head_mid .head_nav .pc_secnav .lf_nav .one_img{width: 323px;order: -1;}

.head .head_mid .head_nav .pc_secnav .zixun{position: absolute;right: 0;top: 0;padding:3.2% 5% 3% 7%;height: 100%;width: 32.3%;text-align: left;background: url(../images/head_bg.jpg)no-repeat center/cover;box-sizing: border-box;color: #a90101;}

.head .head_mid .head_nav .pc_secnav .zixun a{display: block;margin-bottom: 10px;}

.head .head_mid .head_nav .pc_secnav .zixun a:hover{text-decoration: underline;}

.head .head_mid .head_nav .pc_secnav .zixun b{display: block;margin-bottom:	38px;font-size:22px;font-weight:normal;}

.head .head_mid .head_nav .pc_secnav .zixun .zx_links{font-size:20px;margin-bottom:16px;font-weight: bold;}



.head .head_mid .head_nav .pc_secnav .lf_nav .two{width: 100%;width: calc(90% - 323px);width: -webkit-calc(90% - 323px);width: 100%;}

.head .head_mid .head_nav .pc_secnav .lf_nav .two .top .nav_name{margin-bottom:28px;font-size:36px;font-weight: bold;}

.head .head_mid .head_nav .pc_secnav .lf_nav .two .top .des{font-size: 14px;white-space: initial;line-height: 1.6;}

.head .head_mid .head_nav .pc_secnav .lf_nav .two > ul{display: flex;flex-wrap: wrap;justify-content: space-between;}

.head .head_mid .head_nav .pc_secnav .lf_nav .two > ul:after{content:"";width: 49%;width: 32%;}

.head .head_mid .head_nav .pc_secnav .lf_nav .two > ul > li{margin-bottom: 2%;width: 49%;text-align: left;font-size: 18px;box-sizing: border-box;transition: margin-bottom .3s ease-out;position: relative;text-align: center;text-shadow: 0 0 1px #ccc;color: #ccc;background: rgba(51,51,51,0.8);border-radius: 6px;width: 32%;}

.head .head_mid .head_nav .pc_secnav .lf_nav .two > ul > li > a{display: flex;align-items: center;justify-content: center;padding:30px 10px;}

.head .head_mid .head_nav .pc_secnav .lf_nav .two > ul > li > a > p{}

.head .head_mid .head_nav .pc_secnav .lf_nav .two > ul > li:hover{background: #a90101;}

.head .head_mid .head_nav .pc_secnav .lf_nav .two > ul > li:hover > a{color:#fff;font-weight: bold;text-shadow: 0 0 1px #fff;} */

/* 横版end */



.head .head_mid .head_nav .pc_secnav .lf_nav{width: 100%;/*min-width: 130px;*/}

.head .head_mid .head_nav .pc_secnav .lf_nav > ul{display: flex;flex-wrap: wrap;justify-content: center;/*padding:26px 0 30px;*/}

.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li{width: 100%;text-align: left;font-size: 16px;color: #ccc;box-sizing: border-box;transition: margin-bottom .3s ease-out;position: relative;}

.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li > a{display: block;padding: 14px 20px;}

.head .head_mid .head_nav .pc_secnav .lf_nav > ul > li:hover > a{color: #fff;background: rgba(169,1,1,0.8);}



.head .head_mid .head_nav .proNav{width: 1000px;left:100%}

.head .head_mid .head_nav .proNav .lf_nav{padding:20px 0;width: 160px;box-sizing: border-box;}

.head .head_mid .head_nav .proNav .sec_list{width:calc(100% - 160px);width:-webkit-calc(100% - 160px);background: #f2f2f2;}

.head .head_mid .head_nav .proNav .sec_list_wrap{padding:18px 3%;box-sizing: border-box;}

.head .head_mid .head_nav .proNav .sec_list_wrap:after{content:"";width: 31%;}

.head .head_mid .head_nav .proNav .sec_list .item{margin-top:2%;width:31%;text-align:left;}

.head .head_mid .head_nav .proNav .sec_list .item:nth-child(-n+3){margin-top: 0;}

.head .head_mid .head_nav .proNav .sec_list .item a{display: block;margin-top:10px;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color:#000;}

.head .head_mid .head_nav .proNav .sec_list .item a.sec_hd{font-size:16px;font-weight: bold;padding-bottom:10px;border-bottom:1px solid #ccc;white-space: pre-wrap;}

.head .head_mid .head_nav .proNav .sec_list .item a:hover{color:#2bad43}

.head .head_mid .head_nav .proNav .lf_nav > ul > li.on > a{background: #333;}



.head .head_mid .app_right{display: none;}

header .mobile_nav{position: fixed;left: -100vw;top: 0;width: 300px;height: 100vh;transition: all .3s;box-sizing: border-box;/*z-index: 2147483647;*/z-index: 100;background: #302e2f;}

header .mobile_nav .m_logo{display: block;padding:30px 5% 0;width: 100%;box-sizing: border-box;}

header .mobile_nav.sld{left:0;width: 76%;}

.head .head_mid .menu_part{position: relative;display:inline-block;width: 34px;height: 20px;vertical-align: middle;display: none;}



.head .head_mid .menu_btn{display: inline-block;position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;transform: translate(-50%,-50%);z-index: 2;cursor: pointer;}

.head .head_mid .menu_btn span{display: block;width: 100%;height: 2px;transform-origin: center;background: #fff;}

.head .head_mid .menu_btn span:nth-child(1){top: 0;}

.head .head_mid .menu_btn span:nth-child(2){position: relative;margin: 5px 0px;width: 100%;opacity: 1;transition: all .5s;}

.head .head_mid .menu_btn span:nth-child(3){top:100%;margin: 0 0 0 0;}

.head .head_mid .menu_btn.open{/* width: 20px;height: 14px; */z-index: 9999;}

.head .head_mid .menu_btn.open span{width: 100%;}

.head .head_mid .menu_btn.open span:nth-child(1){position: absolute;top: 50%;left: 0;transform: rotateZ(45deg);transition: all 0.3s 0.5s;}

.head .head_mid .menu_btn.open span:nth-child(2){opacity: 0;width: 0;margin: 10px 0;}

.head .head_mid .menu_btn.open span:nth-child(3){position: absolute;top: 50%;left: 0;transform:rotateZ(-45deg);transition: all 0.3s 0.5s;}

.head .head_mid .rt_part{box-sizing: border-box;position: relative;}

.head .head_mid .rt_part .flx_w{align-items: center;}

.head .head_mid .rt_part .hot_line{width: auto;box-sizing: border-box;color: #000;box-sizing: border-box;font-size: 18px;position: relative;overflow: hidden;}

.head .head_mid .rt_part .hot_line.on{overflow: initial;}

.head .head_mid .rt_part .hot_line i{display: block;width: 25px;height: 25px;background: url(../images/icon_tel.png)no-repeat center;background-size: 25px;cursor: pointer;}

.head .head_mid .rt_part .hot_line > div{position: absolute;padding: 10px;right: 0;top: 150%;background: #fff;opacity: 0;transition: all .3s linear;color: #1178a6;}

.head .head_mid .rt_part .hot_line.on > div{right: 0;opacity: 1;}

.head .head_mid .rt_part .hot_line b{display: block;white-space: nowrap;;}



.head .top_func{padding:10px 0;background-image: linear-gradient(90deg,#1f512a,#5dc1a7,#1f512a);color: #fff;}

.head .top_func .tel {padding-left: 18px;color: #fff;background-image: url(../images/headtel.png);background-repeat: no-repeat;background-position: left center;}

.head .top_func .line{display: inline-block;margin: 0 24px;}

.head .top_func .language{display: inline-block;position: relative;}

.head .top_func .language > p{font-size: 16px;white-space: nowrap;}

.head .top_func .language img{vertical-align: middle;}

.head .top_func .language span{display: inline-block;vertical-align: text-bottom;margin: 0 8px;}

.head .top_func .language i.drop_icon{display: inline-block;width: 12px;height: 9px;background: url(../images/drop_icon.png)no-repeat center;vertical-align: middle;}

.head .top_func .language .show{display: none;position: absolute;top: calc(100% + 10px);top: -webkit-calc(100% + 10px);right:0;padding: 10px 15px;width: 104px;height: auto;z-index: 2;background: #fff;color: #333;box-shadow: 0 3px 10px rgba(225,225,225);border-radius: 4px;}

.head .top_func .language .show .yuyan li{margin: 5px 0;}

.head .top_func .language .show .yuyan li:hover{color: #1f512a;}



.head #search_btn{display: inline-block;width: 44px;height:44px;background: url(../images/i_search.png)no-repeat center;vertical-align: middle;border-radius: 50%;filter: brightness(100);}

#header .m_search{white-space: nowrap;vertical-align: middle;position: relative;}

#header #search_btn{position: relative;cursor: pointer;}

#header #search_box{width:180px;box-sizing: border-box;z-index: 2;filter: initial;background:#333;border-radius: 6px;overflow: hidden;position: absolute;right: 0;top: calc(100% + 20px);top:-webkit-calc(100% + 20px);display: none;}

#header #search_box input{display: inline-block;vertical-align: middle;height: 40px;background-color: transparent;}

#header #search_box input::placeholder{color: rgba(255,255,255,0.6);}

#header #search_box input.key{padding:0 10px;width: calc(100% - 40px);box-sizing: border-box;font-size:12px;color: #fff;}

#header #search_box input.upload{width: 40px;height: 40px;background: url(../images/search.png)no-repeat center;color: #fff;}

#header .hot_tel{display: inline-block;border-radius: 30px;}

#header .hot_tel span{display:inline-block;font-size: 20px;}

#header .tel{display: inline-block;margin-right:12px;width: 30px;height: 30px;background: url(../images/hot_tel.png)no-repeat center/100% auto;vertical-align: middle;filter: grayscale(1) brightness(100);line-height: 30px;text-align: center;font-size:15px;}

#header span{display: block;vertical-align: middle;}



/* minglu_add */

.head .language {display: inline-block;/* position: absolute; */right:0;top:50%;line-height: 19px;cursor: pointer;/* transform: translateY(-50%); */z-index: 2;vertical-align: baseline;position: relative;}

.head .language #wx_top img{display: inline-block;vertical-align: middle;}

.head .language .drop_icon{display: inline-block;vertical-align: middle;margin-right: 4px;width: 22px;height: 22px;background: url(../images/icon_02.png)no-repeat center;filter: brightness(100);}

.head .language > p{font-size: 16px;white-space: nowrap;}

.head .language #wx_top{display: block;width: 44px;height:44px;border-radius: 50%;text-align: center;line-height: 44px;color: #fff;font-size: 20px;}

.head .language img{vertical-align: middle;}

.head .language span{display: inline-block;vertical-align: middle;margin: 0 8px;}

.head .language .show{display: none;position: absolute;top: calc(100% + 10px);top: -webkit-calc(100% + 10px);left:0;padding: 10px 15px;width: 104px;height: auto;z-index: 2;background: #fff;color: #333;box-shadow: 0 3px 10px rgba(225,225,225);border-radius: 4px;}

.head .language .show .yuyan li{margin: 5px 0;padding-left:10px;position: relative;box-sizing: border-box;}

.head .language .show .yuyan li:hover{color: #2bad43;}

.head .language .show .yuyan li:after{content:"";position: absolute;left:0;top:50%;width: 6px;height: 6px;transform: translateY(-50%);border-radius: 50%;background: #ccc;}



header .mobile_nav #m_btn{position: absolute;right: 20px;top: 12px;width: 60px;height: 60px;cursor: pointer;z-index: 100;}

header .mobile_nav #m_btn i{position: absolute;left: 50%;top: 50%;width: 30px;height: 30px;transform: translate(-50%,-50%);background: url(../images/m_btm.png)no-repeat center;}

header .mobile_nav #m_btn:hover i{transform: translate(-50%,-50%) rotateZ(180deg);}





/* mobile-start */

	header .mobile_nav .m_logo img{width: auto;opacity: 0;}

	header .mobile_nav .second_nav {position: relative;padding: 12px 5%;width: 100%;height: 100%;background: transparent;box-sizing: border-box;z-index: 99;max-height: 80vh;overflow-y: scroll;}

	header .mobile_nav .second_nav::-webkit-scrollbar {

	/*滚动条整体样式*/

	width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/

	height: 1px;

	}

	header .mobile_nav .second_nav::-webkit-scrollbar-thumb {

	/*滚动条里面小方块*/

	border-radius: 10px;

	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);

	background   : #535353;

	}

	header .mobile_nav .second_nav::-webkit-scrollbar-track {

	/*滚动条里面轨道*/

	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);

	border-radius: 10px;

	background   : #ededed;

	}



	header .mobile_nav .second_nav > li{padding: 30px 0;width: 100%;line-height: 1.6;cursor: pointer;transform: translateY(-100%);transition: all 0.2s ease-out;opacity: 1;box-sizing: border-box;}

	header .mobile_nav .second_nav > li p{display: inline-block;width:calc(90% - 20px);width:-webkit-calc(90% - 20px)}

	header .mobile_nav .second_nav > li > a:hover{color: #c61010 !important;}

	header .mobile_nav .second_nav > li i{display: inline-block;float: right;width: 20px;height: 20px;background:url(../images/down.png)no-repeat center;vertical-align: middle;transform: initial;background-size: 20px auto;}

	header .mobile_nav.sld .second_nav > li{transform: translateY(0);opacity: 1;border-bottom: 1px solid rgba(255,255,255,0.2);}

	header .mobile_nav.sld .second_nav > li:nth-child(1){transition-delay: 0.2s;}

	header .mobile_nav.sld .second_nav > li:nth-child(2){transition-delay: 0.25s;}

	header .mobile_nav.sld .second_nav > li:nth-child(3){transition-delay: 0.3s;}

	header .mobile_nav.sld .second_nav > li:nth-child(4){transition-delay: 0.35s;}

	header .mobile_nav.sld .second_nav > li:nth-child(5){transition-delay: 0.4s;}

	header .mobile_nav.sld .second_nav > li:nth-child(6){transition-delay: 0.45s;}

	header .mobile_nav.sld .second_nav > li:nth-child(7){transition-delay: 0.5s;}

	header .mobile_nav.sld .second_nav > li > a{font-size: 16px;color: #fff;}

	header .mobile_nav .second_nav .next_nav{display: none;margin-top: 20px;}

	header .mobile_nav .second_nav .next_nav > li{padding-left: 24px;font-size: 16px;box-sizing: border-box;position: relative;color: #ccc;}

	header .mobile_nav .second_nav .next_nav > li > a{display: block;}

	/* header .mobile_nav .second_nav .next_nav > li:before{content: "";position: absolute;left: 0;top: 50%;width: 6px;height: 6px;border-radius: 50%;transform: translateY(-50%);background: #fff;} */

	header .mobile_nav .second_nav .next_nav > li:hover{color: #c61010;}

	header .mobile_nav .second_nav .bg_line{position: absolute;top: -4.5px;left: 50%;width: calc(100% + 20px);width: -webkit-calc(100% + 20px);height: 45px;background-color: #ff0000;transform: translateX(-50%);z-index: -1;border-radius: 30px;transition: top .3s ease;display: none;}

	@keyframes rotation{

		from{transform: rotateZ(0deg);}

		to{transform: rotateZ(720deg);}

	}

	

	/* header .mobile_nav .mobile_contact{width: 40%;height: 100%;position: relative;z-index: 2;}

	header .mobile_nav .mobile_contact .company_contact{width: 100%;height: 60%;text-align: center;color: #fff;position: relative;background: #195894;}

	header .mobile_nav .mobile_contact .company_contact .info{position: absolute;padding: 0 5%;left: 0;width: 100%;top: 50%;transform: translateY(-50%);font-size: 16px;box-sizing: border-box;}

	header .mobile_nav .mobile_contact .company_contact .info p{margin: 10px 0;}

	header .mobile_nav .mobile_contact .company_contact .info p.addr-tip{background: url(../images/icon_addrgery.png)no-repeat center 37px;font-size: 24px;}

	header .mobile_nav .mobile_contact .company_contact .info .address{font-size: 22px;}

	header .mobile_nav .mobile_contact .company_contact .info .contact-tel{font-size: 24px;}

	header .mobile_nav .mobile_contact .company_btm{width: 100%;height: 40%;background: #f5f2f2;position: relative;}

	header .mobile_nav .mobile_contact .company_btm .info{position: absolute;left: 0;width: 100%;top: 50%;padding: 0 5%;transform: translateY(-50%);font-size: 40px;text-align: center;font-weight: bold;color: #110a04;box-sizing: border-box;} */

	

	/* 手机端飞入特效 */

	/* header .mobile_nav.sld .mobile_contact .company_contact{}

	header .mobile_nav.sld .mobile_contact .company_btm{} */

	/* @keyframes a1{

		from{transform: translateX(100%);opacity: 0;}

		to{transform: translateX(0);opacity: 1;}

	}

	@-ms-keyframes a1{

		from{transform: translateX(100%);opacity: 0;}

		to{transform: translateX(0);opacity: 1;}

	}

	@-moz-keyframes a1{

		from{transform: translateX(100%);opacity: 0;}

		to{transform: translateX(0);opacity: 1;}

	}

	@keyframes a2{

		from{transform: translateY(100%);opacity: 0;}

		to{transform: translateY(0);opacity: 1;}

	}

	@-ms-keyframes a2{

		from{transform: translateY(100%);opacity: 0;}

		to{transform: translateY(0);opacity: 1;}

	}

	@-moz-keyframes a2{

		from{transform: translateY(100%);opacity: 0;}

		to{transform: translateY(0);opacity: 1;}

	} */



/* mobile-end */

@media only screen and (max-width:1920px){

	#header .m_search{}

}



@media only screen and (max-width:1600px){

	.head .head_mid .head_nav .first_nav{margin-right: 0;}

	/* .head .head_mid .btn_box{width: 150px;} */

	/* .head .head_mid .app_right .search input{width: 95px;} */

	.head .head_mid .head_nav{}

	.head .head_mid .head_nav .first_nav > li{margin: 0 2%;}

	.head .head_mid .rt_part{padding-left: 0;width: auto;min-width: initial;}

}



@media only screen and (max-width:1440px){

	/* .head .head_top{display: none;} */

	

	/* .head .head_mid .lf_part .logo{width: 300px;} */

	/* .head .head_mid .head_nav{width: calc(100% - 300px);width: -webkit-calc(100% - 300px);} */

	/* .head .head_mid .head_nav .first_nav > li{padding: 0 12px;} */

	.head .top_wrap{width: 90%;}

	.head .head_mid .lf_part .logo{}

	.head .head_mid .lf_part .logo img{width: 200px;}

	.head .head_mid .lf_part .logo .logo2{;}

	.head .head_mid .lf_part .l_slogan{display:none;}

	.head .head_mid .head_nav .first_nav > li > a{}

	



	.head .head_mid .head_nav{width: calc(98% - 460px);width: -webkit-calc(98% - 460px);}

}



@media only screen and (max-width:1280px){

	#header #search_box{display:none;}

	.head .head_mid .head_nav{}

	

	#header .hot_tel{}

	#header .m_search{}

	.head #search_btn{width: 36px;height: 36px;}

	.head .language #wx_top{width: 36px;height: 36px;line-height: 36px;}

}



@media only screen and (max-width:1280px){

	#header .hot_tel{position: absolute;right:176px;top:50%;width: auto;transform: translateY(-50%);}

	.head .top_func .language > p{font-size: 12px;}

	.head .top_func .language img{width: 20px;}

	.head #search_btn{}

	.head .m_search{margin-right:16px;/* position: absolute;right:80px;top:50%;transform: translateY(-50%); */}

	#header #search_box{top:69px;right:0}

	.nei #header{padding: 2% 0;}

	/* .head .head_mid .lf_part .logo{width: 200px;} */

	.head .top_wrap > .flx{justify-content: center;}

	.head .head_top .top_share{display: none;}

	.head .head_top .top_right{width: 100%;white-space: nowrap;}

	.head .head_mid{position: relative;display: block;padding:18px 0;}

	.head .head_mid .logo{font-size: 24px;}

	.head .head_mid .logo .log0_img img{display: block;}

	.head .head_mid .head_nav{padding: 0;position: initial;width: auto;position: absolute;right: 0;top:50%;transform: translateY(-50%);}

	.head .head_mid .head_nav .first_nav{display: none;}

	.head .head_mid .btn_box{width: auto;}

	.head .head_mid .app_right .laugage{margin-left: 30px;}

	

	.head .head_mid .lf_part{width:auto;}

	.head .head_mid .lf_part .cpy_name{margin-left: 8px;}

	.head .head_mid a.logo_w{/* display: inline-block; */}

	.head .head_mid .rt_part{display: block;position: absolute;right:80px;top: 50%;transform: translateY(-50%);}

	.head .head_mid .menu_btn{width: 100%;height: auto;display: inline-block;}

	.head .head_mid .menu_btn span:nth-child(2){margin:8px 0;}

	/* .head .head_mid .menu_btn span:nth-child(2):after{content: "";position: absolute;left: 112%;top:-1px;width: 6px;height: 6px;background: #fff;clip-path: polygon(0 0, 50% 100%, 50% 100%, 100% 0);} */

	.head .head_mid .menu_part{left: auto;right: 0;visibility: visible;display: inline-block;}

	.head .top_func .line{margin:0 10px;}

	

	/* mobile-start */

	header .mobile_nav{}

	header .mobile_nav.sld .second_nav > li > a{font-size: 16px;}

	header .mobile_nav .second_nav .next_nav > li{padding: 10px 15px;font-size: 16px;text-align: center;}

	header .mobile_nav #m_btn{top:30px;width: 20px;height: 20px;}

	header .mobile_nav #m_btn i{width: 20px;height: 20px;background-size:100% auto}

	/* header .mobile_nav .mobile_contact .company_contact .info .contact-tel{font-size: 20px;}

	header .mobile_nav .mobile_contact .company_btm .info{font-size: 30px;} */

}



@media only screen and (max-width:1080px){

	.head .head_mid .lf_part .logo img{width: 160px;}

}

	

	

	

@media only screen and (max-width:850px){

	.head .top_func{font-size: 12px;}

	#header .top_func #search_box{top:65px}

	header .mobile_nav{}

	header .mobile_nav.sld{}

	.head .head_mid .lf_part .logo{font-size: 16px;}

	.head .head_mid .lf_part .logo span{margin: 0 0 0 10px;}

	/* .head .head_mid .lf_part .logo .logo2{width: 120px;} */

	.head .head_mid .lf_part .cpy_name p{font-size: 26px;}

	.head .head_mid .lf_part .cpy_name em{letter-spacing: 0;}

	.head .head_mid .rt_part .hot_line{font-size: 14px;}

	header .mobile_nav .m_logo img{}

	header .mobile_nav .second_nav .next_nav > li{}

	

	.head .head_mid .lf_part .logo img:nth-child(1){}

	.head .language > p{font-size: 14px;}

	.head .language #wx_top{font-size: 18px;}

	

	#header .tel{width: 24px;height: 24px;}

	#header .hot_tel span{font-size: 18px;}

}

@media only screen and (max-width:680px){

	.head .search_nav .search_box{margin: 20px auto;width: 90%;}

	header .mobile_nav .mobile_contact{display: none;}

	header .mobile_nav .second_nav{width: 100%;}

	#header .hot_tel{display: none;}

}

@media only screen and (max-width:520px){

	.head{border-bottom-color: transparent;}

	/* .head .m_search{right:46px;} */

	#header .hot_tel{display:none;}

	#header .top_func #search_box{top:61px}

	/* .head .head_mid{justify-content: space-between;} */

	.head .top_func .line{margin:0 2px;}

	.head .top_func .language img{display: none;}

	.head .top_func .language .show{width: 70px;font-size:12px}

	.head .top_func .language > p{font-size:12px}

	.head #search_btn{font-size: 16px;}

	.head .top_wrap{}

	.head .top_wrap span{display: none;}

	.head .head_top .top_right .language ul li{line-height: 24px;}

	.head .head_top .top_right .language ul li i{width: 20px;}

	/* .head .head_mid .lf_part{transform: translateX(50px);} */

	.head .head_mid .lf_part .logo{font-size: 16px;}

	.head .head_mid .lf_part .logo img{width: 114px;}

	.head .head_mid .lf_part .logo .logo2{}

	.head .head_mid .lf_part .cpy_name p{letter-spacing: 1px;font-size: 18px;}

	.head .head_mid .lf_part .cpy_name em{width: 92px;display: block;}

	.head .head_mid .menu_part{width: 22px;}

	.head .head_mid .menu_btn.open span{width: 100%;}

	.head .head_mid .menu_btn.open span:nth-child(2){margin: 7px 0;}

	.head .head_mid .menu_btn span:nth-child(2){margin:4px 0;}

	.head .head_mid .rt_part{right:70px;}

	.head .hot_line{display: none;}

	

	header .mobile_nav .m_logo{}

	header .mobile_nav .m_logo img{}

	header .mobile_nav{}

	header .mobile_nav.sld{width: 100%;}

	header .mobile_nav.sld .second_nav > li > a{font-size: 16px;}

	header .mobile_nav .second_nav{max-height: 455px;overflow-y: scroll;box-sizing: border-box;}

	header .mobile_nav .second_nav > li{padding: 20px 0;font-size: 14px;}

	header .mobile_nav .second_nav .next_nav > li{padding:6px 15px;margin: 6px 0;font-size: 16px;}

	header .mobile_nav .second_nav .bg_line{top: 0;width: 100%;height: 28px;}

	.head .head_top .top_right .flx_w > .cts{display: none;}

	header .mobile_nav #m_btn{top:18px;right:5%;}

	

	.head .language > p{font-size:12px;}

	#header .m_search{margin-right: 0;}

	.head #search_btn{width: 30px;height: 30px;}

	.head .language #wx_top{width: 30px;height: 30px;line-height: 30px;}

	

}

@media only screen and (max-width:320px){

	/* .head .head_mid .lf_part{width: 65px;} */

}



.ewm_hide{display: none;position: absolute;left:50%;bottom:calc(100% + 10px);width:130px;z-index: 10;max-width: initial;transform: translateX(-50%);}

@media only screen and (max-width:850px){

	.ewm_hide{}

}

@media only screen and (max-width:520px){

	.ewm_hide{width: 120px;}

}



/* foot */

.foot{background-color: #010101;color: #dedede;}

.foot .side_part{width: 35.3%;}

.foot .side_part .companyName{margin-top: 26px;font-size: 23px;letter-spacing: 6px;}

.foot .side_part .con{margin-top: 4px;letter-spacing: 1px;}

.foot .map_address{margin-top:8.6%;width: 100%;padding-bottom: 42%;height: 0;overflow: hidden;position: relative;z-index: 2;}

.foot .map_address img{position: absolute;top: 50%;right: 0;width: 100%;transform: translateY(-50%);}

.foot .map_address img.mb{display: none;}

.foot .map_address .guide{position: absolute;display: none;top: 58%;left: 50%;width: auto;background: rgba(0,0,0,0.8);padding: 5px10px;color: #fff;z-index: 2;}

.foot .map_address .light{position: absolute;top: 53%;left: 48.5%;transform: translate(-50%,-50%);z-index: 3;}

.foot .map_address .light i{display: block;width: 50px;height: 50px;border-radius: 25px;border: 1px solid #16ca8b;box-shadow:  0px 0px 10px #16ca8b inset ;}

#map {display: block;top: 0;left: 0;width: 100%;height: 100%;position: absolute;border: none;}

#map img {left: 0;top: 0;width: auto;max-width:none;}

#map label{max-width: none;}





.foot .ft_mid {padding:93px 0 76px;}

.foot .ft_mid .lf_part{width:46%;}

.foot .ft_mid .lf_part .row{/* display: flex;flex-wrap: wrap;justify-content: space-between;*/} 

.foot .ft_mid .lf_part .row:not(:last-of-type){margin-bottom: 18%;}

.foot .ft_mid .lf_part .row .hd{margin-bottom: 15px;width:auto;font-size: 36px;letter-spacing: 2px;font-size: 30px;letter-spacing: 1px;font-weight: bold;font-family: arial;color: #fff;}

.foot .ft_mid .lf_part .row .others{width: 100%;align-items: flex-start;}

.foot .ft_mid .lf_part .row:nth-child(2){align-items:flex-start;}



.foot .company_mes .name{font-size: 24px;}

.foot .company_mes .mes{font-size: 16px;display: flex;flex-wrap: wrap;justify-content: space-between;}

.foot .company_mes .mes li{margin-bottom:1%;width: 40%;font-size: 23px;word-break: break-all;font-weight: lighter;white-space: nowrap;}



.foot .company_mes  .ft_hot_line{margin-top: 30px;}

.foot .company_mes  .ft_hot_line i{display: inline-block;vertical-align: middle;margin-right:4px;width: 30px;}

.foot .company_mes  .ft_hot_line span{display: inline-block;vertical-align: middle;font-size: 33px;color: #ea5405;letter-spacing: -1px;}



.foot .add{width:49%;font-size: 23px;font-weight:lighter;}

.foot .share{width: auto;min-width: 40%;max-width: 48%;position: relative;}

.foot .share .ad_wrap{position: relative;display: inline-block;white-space: nowrap;}

.foot .share .por{position: initial;}

.foot .share a{display: inline-block;width: auto;vertical-align: text-bottom;}

.foot .share a .ic{display: block;height: 48px;}

/* .foot .share a.ali .ic{height: 30px;}*/

.foot .share a:not(:last-of-type){margin-right:0.64vw}





.foot .ft_mid .rt_part{width:40.56%;}

.foot .ft_search .hd{font-size: 36px;}

.foot .ft_search .search_box{margin-top: 30px;padding-bottom: 6px;border-bottom: 1px solid #443b38;}

.foot .ft_search form{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}

.foot .ft_search .search_box{}

.foot .ft_search .search_box input{font-size: 22px;background-color: transparent;letter-spacing: 2px;}

.foot .ft_search .search_box input::placeholder{color: #231915;}

.foot .ft_search .search_box .key{width:calc(98% - 44px);width:-webkit-calc(98% - 44px)}

.foot .ft_search .search_box .send{width: 44px;height: 38px;background-image: url(../images/icon_search.png);background-repeat: no-repeat;background-size: 38px auto;background-position: center;}



.foot .friend{margin-top: 30px;}

.foot .friend .hd{font-size: 22px;letter-spacing: 2px;}

.foot .friend .link{margin-top: 7%;}

.foot .friend .link a{display: inline-block;margin-bottom: 15px;color: #9e9f9f;}

.foot .friend .link a:not(:last-of-type){margin-right: 3%;}



footer{padding:18px 0;background-color: #131217;color: rgba(255,255,255,0.3);}



@media only screen and (max-width:1600px){

	.foot .ft_mid .lf_part{width: 54%;}

}

@media only screen and (max-width:1440px){

	.foot .ft_mid .lf_part .row .hd{font-size:30px;}

	.foot .ft_search .hd{font-size:30px;}

}

@media only screen and (max-width:1280px){

	.foot .ft_mid .lf_part{width: 55.36%;}

	.foot .ft_mid .lf_part .row .hd{font-size: 26px;}

	.foot .ft_mid .lf_part .row .others{}

	.foot .ft_search .hd{font-size:26px;}

	.foot .ft_search .search_box input{font-size:20px;letter-spacing: 1px;}

	.foot .ft_search .search_box .send{background-size:26px auto;width: 38px;height: 30px;}

	.foot .friend .hd{font-size: 18px;}

	.foot .friend .link{margin-top: 14px;}

	.foot .friend .link a{margin-bottom: 10px;}



	.foot .company_mes .mes li{font-size: 18px;}

	.foot .add{font-size: 18px;}

	.foot .share a .ic{height: 38px;}

}

@media only screen and (max-width:1080px){

	.foot .ft_search .hd{font-size:22px;}

	.foot .ft_mid .lf_part .row .hd{font-size: 22px;}

	.foot .share a .ic{height: 30px;}

}

@media only screen and (max-width:990px){

	.foot .map_address{margin-top: 60px;}

	.foot .side_part{width: 100%;margin-bottom: 6%;}

	.foot .ft_mid .lf_part{width: 100%;}

	.foot .ft_mid .lf_part .row:not(:last-of-type){margin-bottom:30px}

	

	.foot .ft_mid .rt_part{margin-top:30px;width: 100%;}

}

@media only screen and (max-width:850px){

	.foot .ft_mid{padding:68px 0 50px;}

	.foot .company_mes .name{font-size:22px;}

	

	.foot .share a .ic{height: 28px;}

}



@media only screen and (max-width:680px){

	.foot .ft_mid{padding:50px 0 40px}

}

@media only screen and (max-width:520px){

	.foot .ft_logo img{width: 134px;}

	.foot .side_part{margin-bottom: 20px;}

	.foot .side_part .companyName{margin-top: 18px;font-size: 16px;letter-spacing: 2px;}

	.foot .side_part .con{letter-spacing: 0;color: rgba(255,255,255,0.84);}



	.foot .company_mes .mes li{font-size: 13px;width: 48%;font-weight: normal;letter-spacing: -0.4px;}

	.foot .company_mes .mes li:nth-child(odd){width: 49%;}

	

	.foot .ft_mid{padding:40px 0 46px;}

	.foot .ft_mid .lf_part .row:not(:last-of-type){margin-bottom: 20px;}

	.foot .ft_mid .lf_part .row .hd{width: 100%;margin-bottom:8px;font-size:16px;letter-spacing: 0.8px;}

	.foot .ft_mid .lf_part .row .others{width: 100%;align-items: flex-end;}

	.foot .company_mes .name{font-size: 18px;font-weight: bold;}

	.foot .company_mes .mes{font-size:15px}

	.foot .company_mes .ft_hot_line i{font-size: 24px;}

	.foot .company_mes .ft_hot_line span{font-size: 22px;}

	.foot .ft_search{display: none;}

	.foot .friend{margin-top:0;}

	

	.foot .share a .ic{height: 20px;}

	.foot .friend .hd{font-size: 16px;letter-spacing: 1px;}

	.foot .friend .link{font-size: 13px;}

	.foot .add{font-size: 13px;font-weight: normal;letter-spacing: -0.8px;}

	.foot .map_address{margin-top: 28px;}

	.foot .share{min-width: 48%;}

	.foot .share a:not(:last-of-type){margin-right: 1.68vw;}

}

@media only screen and (max-width:380px){

	.foot .company_mes .mes li{font-size: 12px;}

	.foot .add{font-size: 12px;}

}







/* footer-fd */

.footer-fd {position: fixed;bottom: 0;left: 0;width: 100%;z-index: 101;padding: 12px 0;background-color: rgba(0,0,0,0.6);background-image: url(../images/fd_bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;color:#fff;/* opacity: 0;visibility:hidden; */}

.footer-fd .wrap {display: flex;}

.footer-fd .one{justify-content:center;align-items:center;flex-wrap:nowrap;}

.footer-fd .left,.footer-fd .right {}

.footer-fd .left {width: 586px;}

.footer-fd .first .go{font-size:18px;}

.footer-fd .first .go span{margin-right:10px;width: 76px;}

.footer-fd .first .go .flx_w{align-items:center;}

.footer-fd .left .item {display: flex;padding: 0 15px;height: 36px;line-height: 36px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;background-color: #13944a;position: relative;margin-right: 12px;font-size: 14px;color: #ffffff;}

.footer-fd .left .item .icon {margin-right: 6px;}

.footer-fd .left .item .icon.wx {background-image: url(../images/cb_icon1.png);}

/* .footer-fd .left .item .icon.wq {background-image: url(../images/icon_21.png);} */

/* .footer-fd .left .item .icon.px {background-image: url(../images/cb_icon4.png);} */

.footer-fd .left .item .icon.dh {background-image: url(../images/cb_icon2.png);}

.footer-fd .left .item .code {display: none;}

.footer-fd .right {display: flex;align-items: center;justify-content: center;}

.footer-fd .right .icon {width: 35px;height: 35px;display: inline-block;background-image: url(../images/cb_20.png);background-repeat: no-repeat;background-position: center;background-size: contain;margin-right: 18px;}

.footer-fd .right .tit {font-size: 20px;font-weight: bold;color: #252b3a;line-height: 1.1;}



.footer-fd .leave{margin-left:5%;}

.footer-fd .leave form{white-space:nowrap;}

.footer-fd .leave input{padding:0 16px;margin-left:20px;width: 154px;height: 58px;height: 44px;border:1px solid #fff;border-radius:6px;background:transparent;color:#fff;box-sizing:border-box;}

.footer-fd .leave input:first-child{margin-left:0}

.footer-fd .leave input::placeholder{color:#fefefe;}

.footer-fd .leave .up{margin-left:40px;border-color:#521f79;background:#521f79;}



.footer-fd #btm_close{position: absolute;right:5%;bottom:calc(100% + 20px);bottom:-webkit-calc(100% + 20px);}

@media only screen and (max-width:1280px){

	.footer-fd .first .go{font-size:16px;}

	.footer-fd .first .go span{}

	.footer-fd .leave{margin-top:0;margin-left:20px;}

	.footer-fd .leave .up{margin-left:20px}

	

}

@media only screen and (max-width:1080px){

	.footer-fd .left{width: 100%;justify-content: center;}

	.footer-fd .right{margin-top: 10px;width: 100%;}

	.footer-fd .leave{margin-left:0;}

	.footer-fd .leave input{height: 44px;}

}

@media only screen and (max-width:850px){

	.footer-fd .first .go{font-size:16px}

	.footer-fd .first .go span{}

	.footer-fd .first .go .tit{display:none;}

	.footer-fd #btm_close{width: 40px;}

	.footer-fd .leave input{margin-left:10px;width: 130px;font-size:12px}

	.footer-fd .leave .up{margin-left:10px;}

	

	.footer-fd .right .tit{font-size: 24px;}

	.footer-fd .right .icon{width: 30px;height: 30px;background-size: 30px;}

}

@media only screen and (max-width:680px){

	.footer-fd .left .item {flex-direction: column;align-items: center;height: auto;background-color: transparent;color: var(--red-text-color);line-height: 1.1;padding: 0;margin: 0 8px;}

	.footer-fd .left .item .icon {height: 20px;display: block;margin-right: 0;margin-bottom: 5px;}

	.footer-fd .left .item .icon {background-image: url(../images/cb_icon3f.png);}

	.footer-fd .left .item .icon.wx {background-image: url(../images/cb_icon1f.png);}

	.footer-fd .left .item .icon.dh {background-image: url(../images/cb_icon2f.png);}

	.footer-fd .right{display: none;}

	.footer-fd .left .item {font-size: 12px;flex: 1;white-space: nowrap;}

}

@media only screen and (max-width:520px){

	.footer-fd{display: none;}

}





/* mb_nav */

.mb_nav.fix{position: fixed;left: 0;bottom: 0;z-index: 99;}

.mb_nav{width: 100%;background: #1a2039;color: #fff;display: none;}

.mb_nav ul{display: flex;flex-wrap: wrap;justify-content: flex-start;position: relative;}

.mb_nav ul li{width: 25%;text-align: center;box-sizing: border-box;}

.mb_nav ul li .lst{padding: 14px 1%;box-sizing: border-box;}

.mb_nav ul li i{display: inline-block;margin-bottom: 6px;width: 18px;height: 18px;vertical-align: middle;background-repeat: no-repeat;background-size: 100% auto;background-position: center;filter:grayscale(1) brightness(100);}

.mb_nav ul li i.mb_h{background-image: url(../images/mb_home.png);}

.mb_nav ul li i.mb_t{background-image: url(../images/mb_tel.png);/* background-image: url(../images/tel_i.png); */}

.mb_nav ul li i.mb_ab{background-image: url(../images/mb_ab.png);}

.mb_nav ul li i.mb_p{background-image: url(../images/mb_product.png);}

.mb_nav ul li i.mb_c{background-image: url(../images/mb_contact.png);background-image: url(../images/lx_i.png);}

.mb_nav ul li span{font-size: 12px;display: block;vertical-align: middle;}

.mb_nav ul li:nth-last-child(1){border-right: 0;}

.mb_nav ul li.home{position: absolute;left:50%;top:0;width: 66px;height: 66px;transform:translate(-50%,-50%);border-right:0;background:linear-gradient(to bottom,#ff0000 60%,transparent 60%);border-radius:50%;border:4px solid #f18190;}

.mb_nav ul li.home i{position: absolute;left:50%;top:50%;width: 30px;height: 22px;transform:translate(-50%,-50%)}

@media only screen and (max-width:480px){

	.mb_nav{display: block;}

}

@media only screen and (max-width:320px){

	.mb_nav ul li i{width: 15px;height: 15px;}

}





/*浮动*/

/* ft_side_nav */

.ft_side_nav{position:fixed;right:3%;bottom:10%;width:auto;transform: translate(0,0);z-index: 100;visibility: hidden;opacity:0;color: #181818;}

.ft_side_nav ul{}

.ft_side_nav ul li{text-align: center;position: relative;}

.ft_side_nav ul li:not(:last-of-type){margin-bottom: 4px;}

.ft_side_nav ul li:last-child{border-bottom: 0;}

.ft_side_nav ul li .one{}

.ft_side_nav ul li i{display: block;width: 58px;height: 58px;background-color: #a90101;border-radius: 50%;position: relative;}

.ft_side_nav ul li i img{position: absolute;left:50%;top:42%;transform: translate(-50%,-50%);filter: brightness(100);width: 78%;}

.ft_side_nav ul li p{margin-top: 5px;font-size: 12px;}

.ft_side_nav .show{position: absolute;top:0;right:calc(100% + 10px);right:-webkit-calc(100% + 10px);width:105px;border-radius: 10px;box-shadow: 0 0 6px rgba(0,0,0,0.3);display: NONE;}

.ft_side_nav .show i{position: absolute;right:0;top:0;width: 22px;height: 22px;line-height:22px;text-align:center;border:2px solid #199242;color:#199242;border-radius:50%;z-index: 2;transform:translate(50%,-50%);cursor: pointer;background:#fff;}

.ft_side_nav ul li:nth-child(4) .show{display:block;}

.ft_side_nav .htl{position: absolute;top:0;right:100%;padding:10px 20px;width:auto;height: 100%;box-shadow: -6px 3px 6px rgba(0,0,0,0.1);white-space: nowrap;background: #fff;box-sizing: border-box;color: #010101;font-size:18px;display:none}

.ft_side_nav .htl b{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}

.ft_side_nav .htl b span{display: inline-block;vertical-align: middle;width: 20px;margin-top: -7px;}

/* .ft_side_nav ul li:hover{background-image: linear-gradient(to right,#09C86B,#028A48);} */

@media only screen and (max-width:850px){

	.ft_side_nav{}

	.ft_side_nav ul li .one i{display: inline-block;width: 40px;height: 40px;}

	.ft_side_nav ul li i img{max-width: 42%;}

	.ft_side_nav .htl{display: none;}

	.ft_side_nav{display: block;}

}

@media only screen and (max-width:768px){

	.ft_side_nav .htl{font-size: 14px;width: 150px;}

}

@media only screen and (max-width:480px){

	.ft_side_nav{bottom:10%;}

	.ft_side_nav ul li p{display: none;}

	.ft_side_nav .htl{width: 128px;}

	.ft_side_nav .htl b span{display: none;}

}



/* ft_side_nav */

.ft_side_nav2{position:fixed;right:0;top:50%;width:50px;transform: translate(0,-50%);z-index: 100;visibility: hidden;opacity:0;background: #1b1b1b;}

.ft_side_nav2 ul{box-shadow:0 0 20px rgba(0,0,0,0.12)}

.ft_side_nav2 ul li{text-align: center;position: relative;color: #fff;}

.ft_side_nav2 ul li:not(:last-of-type):after{content:"";position: absolute;left:50%;bottom:0;width:100%;height: 1px;background: rgba(255,255,255,0.6);transform: translateX(-50%);}

.ft_side_nav2 ul li:last-child{border-bottom: 0;}

.ft_side_nav2 ul li .one{padding:10px 10px}

.ft_side_nav2 ul li p{margin-top: 5px;font-size: 12px;white-space: nowrap;display:none;}

/* .ft_side_nav2 .show{position: absolute;top:0;right:calc(100% + 10px);right:-webkit-calc(100% + 10px);width:105px;border-radius: 10px;box-shadow: 0 0 6px rgba(0,0,0,0.3);display: NONE;}

.ft_side_nav2 .show i{position: absolute;right:0;top:0;width: 22px;height: 22px;line-height:22px;text-align:center;border:2px solid #199242;color:#199242;border-radius:50%;z-index: 2;transform:translate(50%,-50%);cursor: pointer;background:#fff;}

.ft_side_nav2 ul li:nth-child(4) .show{display:block;} */

.ft_side_nav2 .htl{position: absolute;top:0;right:100%;padding:10px 20px;width:180px;height: 100%;box-shadow: -6px 3px 6px rgba(0,0,0,0.1);background: #fff;box-sizing: border-box;color: #010101;font-size:14px;display:none;word-break: break-all;text-align: left;}

.ft_side_nav2 .htl b{display: block;word-break: break-all;}

/* .ft_side_nav2 .htl b{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}

.ft_side_nav2 .htl b span{display: inline-block;vertical-align: middle;width: 20px;margin-top: -7px;} */

@media only screen and (max-width:850px){

	.ft_side_nav2{display:none;}

	.ft_side_nav2 ul li .one i{display: inline-block;width: 24px;}

	.ft_side_nav2 .htl{display: none;}

}

@media only screen and (max-width:768px){

	.ft_side_nav2 .htl{font-size: 14px;width: 150px;}

}

@media only screen and (max-width:480px){

	.ft_side_nav2{width: 50px;}

	.ft_side_nav2 ul li p{display: none;}

	.ft_side_nav2 .htl{width: 128px;}

	/* .ft_side_nav2 .htl b span{display: none;} */

}



/* mb_nav */

.mb_nav.fix{position: fixed;left: 0;bottom: 0;z-index: 99;}

.mb_nav{width: 100%;background: #16938c;color: rgba(255,255,255,0.5);display: none;}

.mb_nav ul{display: flex;flex-wrap: wrap;justify-content: flex-start;position: relative;}

.mb_nav ul li{width: 25%;text-align: center;box-sizing: border-box;}

.mb_nav ul li .lst{padding: 14px 1%;box-sizing: border-box;}

.mb_nav ul li i{display: inline-block;margin-bottom: 6px;width: 18px;height: 18px;vertical-align: middle;background-repeat: no-repeat;background-size: 100% auto;background-position: center;filter:grayscale(1) brightness(100);}

.mb_nav ul li i.mb_h{background-image: url(../images/mb_home.png);}

.mb_nav ul li i.mb_t{background-image: url(../images/mb_tel.png);/* background-image: url(../images/tel_i.png); */}

.mb_nav ul li i.mb_ab{background-image: url(../images/mb_ab.png);}

.mb_nav ul li i.mb_p{background-image: url(../images/mb_product.png);}

.mb_nav ul li i.mb_c{background-image: url(../images/mb_contact.png);}

.mb_nav ul li span{font-size: 12px;display: block;vertical-align: middle;}

.mb_nav ul li:nth-last-child(1){border-right: 0;}

.mb_nav ul li.home{position: absolute;left:50%;top:0;width: 66px;height: 66px;transform:translate(-50%,-50%);border-right:0;background:linear-gradient(to bottom,#ff0000 60%,transparent 60%);border-radius:50%;border:4px solid #f18190;}

.mb_nav ul li.home i{position: absolute;left:50%;top:50%;width: 30px;height: 22px;transform:translate(-50%,-50%)}

@media only screen and (max-width:480px){

	.mb_nav{display: block;}

}

@media only screen and (max-width:320px){

	.mb_nav ul li i{width: 15px;height: 15px;}

}



.new_p{position: absolute;left:50%;top:50%;padding:3% 4%;background: #fff;transform: translate(-50%,-50%);z-index: 801;width: 50.2%;color: #030403;line-height: 1.2;text-align: center;display: none;max-width: 400px;min-width:234px}

.new_p i{display: block;position: absolute;top:6px;right:6px;width: 20px;cursor: pointer;font-size: 18px;color: #030403;}

.new_p p{text-align: left;}

.new_p span{display: inline-block;margin-top: 6%;font-size: 16px;background: #c61010;color: #fff;padding: 2px 18px 4px;border-radius: 2px;cursor: pointer;}

.map_address2 .new_p{padding:2% 4%}

@media only screen and (max-width:520px){

	.new_p{padding:26px 6% 4%;width: 64.2%;}

	.new_p span{padding: 4px 18px 4px;font-size: 12px;}

}