@charset "utf-8";
.n_main {padding: 80px 0;}
.n_banner {position: relative;overflow: hidden;z-index: 1;margin-top: 0; }
.n_banner .bg {background-repeat: no-repeat;background-position: top center;background-size: cover;height: 28vw;display: flex;align-items: center;justify-content: flex-start; }

.n_banner .text_box {color:#fff;margin-top:80px;text-align: center;display:none;} 
.n_banner .text_box h3{font-weight:300;font-size:62px;}
.n_banner .text_box .n_btit{font-weight:bold;}
.n_banner .text_box .n_subtit{font-family:'arial';text-transform: uppercase;}
.n_banner .pc_img {background-repeat: no-repeat;background-position: center;background-size: cover;position: absolute; 	width: 100%;height: 100%; }
.n_banner .nybanner_text { 	position: absolute;width: 100%;height: calc(100% - 70px); 	display: flex; 	align-items: center;justify-content: center;color: #ffffff;text-align: center; 	padding-top: 70px; }
.n_banner .nybanner_text h3 {font-size: 50px; 	margin-bottom: 15px;font-weight: 600; }
.n_banner .nybanner_text p {font-size: 28px; }
/*.n_banner .position_l{position:absolute;bottom:0;left:0;font-size:16px;width:100%;}*/
/*.n_banner .position_l .wid1600{padding-left:1.6vw;display:flex;align-items: center;height:3vw;line-height:3vw;background:url("../images/home.svg")no-repeat center left;background-size:1.2vw; }
.n_banner .position_l i { font-size: 0;color: #fafafa;display: inline-block;margin: 0 8px;border:6px solid transparent;border-left: 8px solid #b3b3b3;position: relative;top: -1px; }*/
.n_banner .position_l a{color: #fff;display: block;  }
.n_banner .jjfa_nav{position: absolute;bottom:0;left:0;width:100%;color:#fff;}
.n_banner .jjfa_nav .wid1600{display:flex;}
.n_banner .jjfa_nav .position_l{background-image: url(../images/home_w.svg);}
.n_banner .jjfa_nav .position_l i{color: #ffffff;border: 6px solid transparent;border-left: 8px solid #ffffff;}

.nynav_box {width: 100%; border-bottom:1px solid #efefef;height: 70px; display:flex;}
.nynav_box .wid1600 { display: flex; justify-content: space-between;}
.nynav_box .position_l{font-size: 18px;padding-left: 34px;display: flex;align-items: center;background: url("../images/home.svg")no-repeat center left;background-size: 24px;}
/*.nynav_box .position_l i{font-size: 0;color: #ababab;display: inline-block;margin: 0 8px;border: 6px solid transparent;border-left: 8px solid #969696;position: relative;top: -1px;}*/
.nynav_box .position_l i{font-size:18px;padding:0 10px;font-family:'宋体'; font-weight: 600;}
.nynav_box .position_l a{display: block;font-size: 18px;font-weight:300;}
.nynav_box .position_l a:hover,.nynav_box .position_l a.on{color:#fbb03c;}
.nynav_box .n_nav ul{display: flex;}
.nynav_box .n_nav ul li{padding: 0 25px;}
.nynav_box .n_nav ul li a{font-size: 18px;height: 70px;display: flex;align-items: center;}
.nynav_box .n_nav ul li a:hover{color: #fbb03c;}
.nynav_box .n_nav ul li.on a{border-bottom: 4px solid #fbb03c;color: #fbb03c;}

/*翻页*/
.page{margin:50px auto 0px;}
.page .box{display:inherit;width:100%;text-align: center;}
.page a{height:42px;line-height:42px;border-radius:3px;border:1px solid #e5e5e5;cursor:pointer; font-size:22px;font-weight:300; display:inline-block;margin:0 5px;padding: 0 15px;color: #646466;box-sizing: border-box;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.page em{display:block;font-style:normal;color:#999999;font-size:18px;margin-top:20px;font-weight:300;}
.page .on,.page a:hover{background:#fbb03c;color:#fff;border:1px solid #fbb03c;}
.page a.no:hover{background:#fbfaff;color: #646466; }
/*移动端翻页*/
.ph_pages{display:none;margin-top:30px;}
.am-pagination{padding-left:0;margin:0 ;list-style:none;color:#999;text-align:left}
.am-pagination:after,.am-pagination:before{content:" ";display:table}
.am-pagination:after{clear:both}
.am-pagination>li{display:inline-block}
.am-pagination>li>a,.am-pagination>li>span{position:relative;display:block;padding:.5em 1em;text-decoration:none;line-height:1.2;background-color:#fff;border:1px solid #ddd;border-radius:0;margin-bottom:5px;margin-right:5px}
.am-pagination>li:last-child>a,.am-pagination>li:last-child>span{margin-right:0}
.am-pagination>li>a:focus,.am-pagination>li>a:hover,.am-pagination>li>span:focus,.am-pagination>li>span:hover{background-color:#eee}
.am-pagination>.am-active>a,.am-pagination>.am-active>a:focus,.am-pagination>.am-active>a:hover,.am-pagination>.am-active>span,.am-pagination>.am-active>span:focus,.am-pagination>.am-active>span:hover{z-index:2;color:#fff;background-color:#fbb03c;border-color:#fbb03c;cursor:default}
.am-pagination>.am-disabled>a,.am-pagination>.am-disabled>a:focus,.am-pagination>.am-disabled>a:hover,.am-pagination>.am-disabled>span,.am-pagination>.am-disabled>span:focus,.am-pagination>.am-disabled>span:hover{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed;pointer-events:none}
.am-pagination .am-pagination-prev{float:left}
.am-pagination .am-pagination-prev a{border-radius:0}
.am-pagination .am-pagination-next{float:right}
.am-pagination .am-pagination-next a{border-radius:0}
.am-pagination-centered{text-align:center}
.am-pagination-right{text-align:right}
.am-pagination{position:relative}
.am-pagination-default{margin-left:10px;margin-right:10px;font-size:1.6rem}
.am-pagination-default .am-pagination-next,.am-pagination-default .am-pagination-prev{float:none}
.am-pagination-select{margin-left:10px;margin-right:10px;font-size:14px;}
.am-pagination-select>li>a{line-height:36px;background-color:#eee;padding:0 15px;border:0;color:#555}
.am-pagination-select .am-pagination-select{position:absolute;top:0;left:50%;margin-left:-35px;width:70px;height:36px;text-align:center;border-radius:0}
.am-pagination-select .am-pagination-select select{display:block;border:0;line-height:36px;width:70px;height:36px;border-radius:0;color:#555;background-color:#eee;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:18px}


/*====移动端导航====*/
#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9;width: 100%;background: #fbb03c;}
#bnt_back { position: absolute; left:.5rem; top: 0; }
#bnt_back svg { fill: #fff; height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size:16px; color: #fff; text-align: center; margin: 0; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: .5rem; top: 15px; cursor: pointer; color: #fff; font-size: 18px; }
#bnt_sub_nav svg {fill: #fff;height: 20px;vertical-align: middle;width: 20px;}
#bnt_sub_nav img { display: block; height:20px;vertical-align: middle;}
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#sub_nav_content {background: #f0f3f5;display: none;box-shadow: 0 0 5px #999;z-index: 9;}
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #ca9e4e; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #ca9e4e; }
#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 0; }
#sub_nav_content dt { position: relative; background: #fff; z-index: 999; width: 33.333333%; display: inline-block; margin-bottom: 0; float: left; text-align: center; }
#sub_nav_content dt a {margin: 0 4px;display: block;color: #5b5349;line-height: 30px;font-size: 14px;font-weight: 400;vertical-align: top;}
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#sub_nav_content dt.title { background: #fafafb; }
#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }
#sub_nav_content dt.title_on { background: #fafafb; }
#sub_nav_content dt.title_on a { color: #fbb03c; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #fbb03c; }
#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #fbb03c;font-weight:bold;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }
#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }
#sub_nav_content dd a.on { color: #fbb03c; }
.three_nav{margin-bottom:50px;}
.three_nav .wid1600{display:flex;justify-content: center;}
.three_nav a{padding:15px 30px;color:#333333;background:#f0f0f0;position: relative;overflow: hidden; height:60px;border-radius:30px;font-size:22px; display:flex;align-items: center;justify-content: center; margin:0 20px;}
.three_nav a span{position: relative;z-index: 1;}
.three_nav a:after{content: ''; position: absolute; border-radius:30px;width: 0; height: 0; background: #fbb03c; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;  -ms-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;}
.three_nav a:hover:after,.three_nav a.on:after{width:100%;height:100%;}
.three_nav a:hover,.three_nav a.on{color:#ffffff;}
/*.ny_more{}
.ny_more:after{ content: ''; position: absolute; border-radius: 0; width: 0; height: 0; background: #fbb03c; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;}*/
.ny_more,.pro_more a{width: 160px;height: 50px;border: 2px solid #fbb03c; font-size:16px;border-radius: 3px;padding:0 12px;display:flex;color:#fbb03c;justify-content:center; align-items: center; line-height:46px;position: relative; overflow: hidden; }
.pro_more a{width:180px;}
.ny_more span,.pro_more span{margin-right:5px;position: relative; z-index: 1;}
.pro_more span{margin-right:10px;}
.ny_more i,.pro_more i{font-family: '宋体'; font-style:normal;font-weight:600;position: relative; z-index: 1;}
.pro_more i{display:flex;align-items: center; justify-content: center;}
.pro_more i svg{width:24px;height:24px;}
.ny_more:after,.pro_more a:after{content:'';position: absolute;border-radius:0; width:0;height:0;background:#fbb03c;-moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.ny_more:hover:after,.pro_more a:hover:after{width:100%;height:100%;}
.ny_more:hover,.pro_more a:hover{color:#ffffff;}
.pro_more a:hover svg path{fill:#ffffff;}


/* 内页图片列表 */
/*.ny_news_list .second_box .list{display: flex;flex-wrap: wrap;justify-content: flex-start;overflow: hidden;margin:0 -15px;}
.pic_list .item {width:33.33%;margin-top:15px;}
.pic_list .item .img{overflow: hidden;position: relative;padding-bottom:60%;}
.pic_list .item img {width: 100%;height: 100%; object-fit: cover;position: absolute; transition: all 0.6s ease;}
.pic_list .item .tit {background:#fff;padding:30px 30px 40px;text-align: justify;box-shadow: 1px 1px 20px 1px rgb(204 204 204 / 27%);}
.pic_list .item .tit .news-a{margin-bottom:20px;}
.pic_list .item .tit .news-a h3{font-size:24px;line-height:24px; color: #000;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;transition: all .5s; -webkit-transition: all .5s;}
.pic_list .item .tit .news-more{font-size:16px;}
.pic_list .item .tit .news-more span{margin-right:10px;}
.pic_list .item a{padding:8px 15px;display:block;}
.pic_list .item:hover img{transform: scale(1.2);}
.pic_list .item :hover .tit{color: #fbb03c;}*/

/**/
.pro_list{}
.pro_list .item_li{display:flex;justify-content: space-between;flex-wrap: wrap;}
.pro_list .item_li .item{width:48%;margin-bottom:50px;}
.pro_list .item_li .item a{display:flex;justify-content: space-between;background:#f9f9f9;padding:50px;}
.pro_list .item_li .item .img{width:30%;position: relative; padding-bottom: 60%; overflow: hidden;}
.pro_list .item_li .item .img img{width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all 0.6s ease;}
.pro_list .item_li .item .img:hover img { transform: scale(1.2);}
.pro_list .item_li .item .pro_textbox{width:60%;}
.pro_list .item_li .item .pro_text_tab{font-size:24px;margin-top:30px; font-weight:600;color:#222222; border-bottom:1px solid rgba(0 0 0 /15%);padding-bottom:20px;margin-bottom:20px;}
.pro_list .item_li .item .pro_text_bot{}
.pro_list .item_li .item .pro_c{font-size:32px;color:#fbb03c;font-weight:600;margin-bottom:20px;}
.pro_list .item_li .item .pro_d p{position: relative;padding:5px 0 5px 20px;font-size:18px;color:#333333;}
.pro_list .item_li .item .pro_d p:before{content:'';position: absolute;width:8px;height:8px;left:0;top:calc(50% - 4px);border-radius: 4px;background:rgb(248 117 38 / 40%);}
.pro_list .item_li .item .ny_more{margin-top:50px;}

/**/
.pro_show{padding-top:100px;}
.pro_show .nynav_box{border-bottom:0;}
.pro_show .fl01{background:#f9f9f9;padding-top:10px;}
.pro_show .fl01 .pro_tab{padding-bottom:70px;}
.pro_show .fl01 .pro_tab .wid1600{display:flex; justify-content: space-between;}
.pro_show .fl01 .pro_tab .pro_view{width:45%;background:#ffffff; position: relative; overflow: hidden;}
.pro_show .fl01 .pro_tab .pro_view .swiper-slide .imgbox{display:flex;justify-content: center;align-items: center;height:800px;}
.pro_show .fl01 .pro_tab .pro_view .swiper-slide .imgbox img{max-width:80%;max-height:80%}
.pro_show .fl01 .pro_tab .pro_view .swiper-pagination{bottom:20px;width:100%;}
.pro_show .fl01 .pro_tab .pro_view .swiper-pagination span{margin:0 5px;width:24px;height: 4px;border-radius: 0;}
.pro_show .fl01 .pro_tab .pro_view .swiper-pagination span.swiper-pagination-bullet-active{background:#fbb03c;}

.pro_show .fl01 .pro_tab .pro_text{width:50%;}
.pro_show .fl01 .pro_tab .pro_text .pro_text_tab{font-size: 24px;margin-top: 30px;color: #222222;border-bottom: 1px solid rgba(0 0 0 /15%);padding-bottom: 30px;margin-bottom: 30px;}
.pro_show .fl01 .pro_tab .pro_text .pro_text_tab .pro_a{font-size:46px;font-weight:600;}
.pro_show .fl01 .pro_tab .pro_text .pro_text_tab .pro_b{font-size:32px;}
.pro_show .fl01 .pro_tab .pro_text .pro_c{margin-bottom: 30px;}
.pro_show .fl01 .pro_tab .pro_text .pro_c ul{display:flex;}
.pro_show .fl01 .pro_tab .pro_text .pro_c ul li{width:50%;}
.pro_show .fl01 .pro_tab .pro_text .pro_c ul li h3{font-size:46px;line-height:50px;margin-bottom:10px; color: #fbb03c;font-weight: 600;}
.pro_show .fl01 .pro_tab .pro_text .pro_c ul li p{font-size:18px;color:#222222;}

.pro_show .fl01 .pro_tab .pro_text .pro_d p{position: relative;padding: 5px 0 5px 20px;font-size: 18px;color: #333333;}
.pro_show .fl01 .pro_tab .pro_text .pro_d p:before{content: '';position: absolute;width: 8px;height: 8px;left: 0;top: calc(50% - 4px);border-radius: 4px;background: rgb(248 117 38 / 40%);}
.pro_show .fl01 .pro_tab .pro_text .pro_more{margin-top: 50px;}

.pro_show .fl02{padding:60px 0;}
.pro_show .fl02 .pro_showtit{margin-bottom:30px;}
.pro_show .fl02 .pro_showtit h3{font-size:42px;}
.pro_show .fl02 .procon{font-size:18px;line-height:2em;}

/**/
.yfcx_box{}
.yfcx_box .fl01{padding:80px 0;}
.yfcx_box .yfcx_tit h3{font-size:46px;color:#222222;}
.yfcx_box .fl01 .yfcx_view{margin:60px 0 0; }
.yfcx_box .fl01 .yfcx_view .swiper{position: relative; overflow: hidden;}
.yfcx_box .fl01 .yfcx_view .swiper .item{display:flex;justify-content: space-between;}
.yfcx_box .fl01 .yfcx_view .txtbox{width:32%;margin-top:3%;}
.yfcx_box .fl01 .yfcx_view .txtbox .txt_a h3{font-size:42px;color: #fbb03c;}
.yfcx_box .fl01 .yfcx_view .txtbox .txt_b{}
.yfcx_box .fl01 .yfcx_view .txtbox .txt_b p{position: relative;padding: 5px 0 5px 20px;font-size: 24px;font-weight:300;color: #333333;}
.yfcx_box .fl01 .yfcx_view .txtbox .txt_b p:before{content: '';position: absolute;width: 8px;height: 8px;left: 0;top: calc(50% - 4px);border-radius: 4px;background: rgb(248 117 38 / 100%);}
.yfcx_box .fl01 .yfcx_view .imgbox{position: relative; padding-bottom:32%; overflow: hidden;width:66%;}
.yfcx_box .fl01 .yfcx_view .imgbox img{position: absolute; top:0;left:0;width:100%;height:100%;object-fit: cover;transition: all 0.6s ease;}
.yfcx_box .fl01 .yfcx_view .swiper-pagination{width:auto;bottom:10%;}
.yfcx_box .fl01 .yfcx_view .swiper-pagination span{width:45px; height:4px; border-radius: 0;margin-right:15px;}
.yfcx_box .fl01 .yfcx_view .swiper-pagination .swiper-pagination-bullet-active{background:#fbb03c;}

.yfcx_box .fl02{background:#f9f9f9;padding:80px 0 100px;}
.yfcx_box .fl02 .yfcx_tit {text-align:center;}
.yfcx_box .fl02 .yfcx_tit h4{display:flex;justify-content: center;}
.yfcx_box .fl02 .yfcx_tit h4 p{font-size:24px;font-weight:400;margin:0 20px;}
.yfcx_box .fl02 .yfcx_tit h4 p span{font-size:56px;color:#fbb03c;font-weight:600;}
.yfcx_box .fl02 .yfcx_tit h4 p span i{font-size:32px;}
.yfcx_box .fl02 .yfcx_view{ position: relative; overflow: hidden;margin-top:50px;}
.yfcx_box .fl02 .yfcx_view .swiper{padding-bottom:0px;}
.yfcx_box .fl02 .yfcx_view .swiper .imgbox{position: relative; padding-bottom:65%; overflow: hidden;width:100%;}
.yfcx_box .fl02 .yfcx_view .swiper .imgbox img{position: absolute; top:0;left:0;width:100%;height:100%;object-fit: cover;transition: all 0.6s ease;}
.yfcx_box .fl02 .yfcx_view .swiper-pagination{width:auto;bottom:0%;width:100%; display:none;}
.yfcx_box .fl02 .yfcx_view .swiper-pagination span{width:45px; height:4px; border-radius: 0;margin-right:15px;}
.yfcx_box .fl02 .yfcx_view .swiper-pagination .swiper-pagination-bullet-active{background:#fbb03c;}

.yfcx_box .fl03{padding:80px 0;}
.yfcx_box .fl03 .yfcx_view{ position: relative; overflow: hidden;margin-top:0px;}
.yfcx_box .fl03 .yfcx_view .swiper{padding-bottom:0px;}
.yfcx_box .fl03 .yfcx_view .swiper .imgbox{position: relative; padding-bottom:65%; overflow: hidden;width:100%;}
.yfcx_box .fl03 .yfcx_view .swiper .imgbox img{position: absolute; top:0;left:0;width:100%;height:100%;object-fit: cover;transition: all 0.6s ease;}
.yfcx_box .fl03 .yfcx_view .swiper .txtbox{padding:40px 35px 0;}
.yfcx_box .fl03 .yfcx_view .swiper .txtbox .txt_a{margin-bottom:15px;}
.yfcx_box .fl03 .yfcx_view .swiper .txtbox .txt_a h3{font-size:32px;line-height: 40px;color: #222222;}
.yfcx_box .fl03 .yfcx_view .swiper .txtbox .txt_b p{position: relative;padding: 5px 0 5px 20px;font-size: 20px;font-weight:400;color: #333333;}
.yfcx_box .fl03 .yfcx_view .swiper .txtbox .txt_b p:before{content: '';position: absolute;width: 8px;height: 8px;left: 0;top: calc(50% - 4px);border-radius: 4px;background: rgb(248 117 38 / 100%);}

.yfcx_box .fl03 .yfcx_view .swiper-pagination{width:auto;bottom:0%;width:100%; display:none;}
.yfcx_box .fl03 .yfcx_view .swiper-pagination span{width:45px; height:4px; border-radius: 0;margin-right:15px;}
.yfcx_box .fl03 .yfcx_view .swiper-pagination .swiper-pagination-bullet-active{background:#fbb03c;}

/**/
.about_box{}
.about_tit{margin-bottom:30px;}
.about_tit h3{font-size:46px;line-height:50px;color:#222222;}
.about_box .fl01{padding:80px 0;}
.about_box .fl01{padding:80px 0;}
.about_box .fl01 .wid1600{display:flex;flex-direction: column;}
.about_box .fl01 .ab_tab .about_con{font-size:20px;font-weight:300;margin-bottom:50px}
.about_box .fl01 .ab_tab .about_con p{margin-bottom:15px;}
.about_box .fl01 .ab_bot{text-align: center; position: relative; overflow: hidden; padding-bottom:35%;} 
.about_box .fl01 .ab_bot img{width: 100%; position: absolute; left: 0; height: 100%; object-fit: cover; top: 0;  -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.about_box .fl02{}
.about_box .fl02 .wid1600{display:flex; justify-content: space-between;}
.about_box .fl02 .item{width:49%; display: flex; flex-direction: column; justify-content: space-between;}
.about_box .fl02 .item .text{font-size:20px;margin-top:30px;font-weight:300;}
.about_box .fl02 .item .imgbox{position: relative;padding-bottom:65%; overflow: hidden;width:100%;}
.about_box .fl02 .item .imgbox img{position: absolute; top:0;left:0;width:100%;height:100%;object-fit: cover;transition: all 0.6s ease;}
.about_box .fl02 .item .imgbox:hover img{ transform: scale(1.05);}
.about_box .fl02 .item .imgbox .tit{position: absolute;color:#ffffff;top:30px;left:50px;}
.about_box .fl02 .item .imgbox .tit h3{font-size:42px;}

.about_box .fl03{background-repeat:no-repeat; background-position: top center; background-size:cover;margin:80px 0; min-height:25vw;padding:100px 0;}
.about_box .about_tit{text-align: center;max-width:940px;margin-left:auto;margin-right:auto;}
.about_box .about_tit h3{color:#fbb03c;margin-bottom:50px;}
.about_box .about_tit p{color:#ffffff;font-size:20px;font-weight:300;}
.about_box .fl03 .about_con{text-align: center;margin-top:50px;}

.about_box .fl04{background:#f3f3f1;}
.about_box .fl04 .item{display:flex;}
.about_box .fl04 .item:nth-child(2n-1){flex-direction: row-reverse;}
.about_box .fl04 .item .about_left{width:50%;position: relative;padding-bottom: 32%; overflow: hidden;}
.about_box .fl04 .item .about_left img{position: absolute; top: 0; left: 0;width: 100%; height: 100%; object-fit: cover; transition: all 0.6s ease;}
.about_box .fl04 .item .about_left img:hover{ transform: scale(1.05);}
.about_box .fl04 .item .about_right{margin:0 10vw 0 2%;width:calc(48% - 10vw);display:flex;flex-direction: column;justify-content: center;}
.about_box .fl04 .item .about_right .txt_a{margin-bottom:30px;}
.about_box .fl04 .item .about_right .txt_a h3{font-size:42px;color:#fbb03c;line-height:50px;}
.about_box .fl04 .item .about_right .txt_b{font-size:20px;color:#222222;text-align: justify;font-weight:300;}
.about_box .fl04 .item:nth-child(2n-1) .about_right{margin: 0 2% 0 10vw;}

.ny_tit{text-align: center;margin-bottom:50px;}
.ny_tit .tit_a{font-size:46px;color:#222222;margin-bottom:15px;}
.ny_tit .tit_b{font-size:24px;color:#666666;}

.ny_main{margin:80px 0;}
.nynavbox .wid1600{display:flex; justify-content: space-between;}
.nynav ul{display:flex;justify-content: center;}
.nynavbox .nynav{display:flex; align-items: center;}
.nynavbox .nynav ul{justify-content: flex-start;}
.search_r{width:360px;}
.search_r .sear-p{width: 100%; position: relative;}
.search_r .sear-p .inptext {width: 100%;height:52px;padding: 0 2vw;color:#222;font-size:18px;padding-left:12px;background-color:transparent; border: 0;border-bottom:4px solid #868686;}
.search_r .sear-p .sub1 { width:24px; height: 100%; position: absolute;cursor: pointer;right:0; top: -5px; background-image: url(../images/ico29_1.png)!important; background-repeat:no-repeat; background-position:  right center;background-color:transparent; border: 0; background-size:24px;}


.nynav ul li{margin:0 15px;}
.nynav ul li:first-child { margin: 0 15px 0 0;}
.nynav ul li a{display:block;padding:10px 20px;font-size:32px;height:52px;background:transparent;color:#222222; display:flex;align-items: center;}
.nynav ul li.on a,.nynav ul li:hover a{background:#fbb03c;color:#ffffff;}
.ny_news_list{margin-top:50px;}
.ny_news_list .first_box ul li{padding-bottom:30px; display: flex; align-items: center; justify-content: space-between;}
.ny_news_list .first_box ul li .imgbox{overflow: hidden;width:40%;}
.ny_news_list .first_box ul li .imgbox a{position: relative;display:block; overflow: hidden; padding-bottom: 60%;}
.ny_news_list .first_box ul li .imgbox img{width: 100%; position: absolute; left: 0;height: 100%; object-fit: cover;top: 0; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.ny_news_list .first_box ul li:hover .imgbox img{transform: scale(1.05);}
.ny_news_list .first_box ul li .textbox{float:left;width:calc(60% - 120px);margin:0 80px 0 60px;}
.ny_news_list .first_box ul li .textbox h3{color:#333333;line-height: 1.50;font-size:42px;margin-bottom:20px; overflow: hidden;}
.ny_news_list .first_box ul li .textbox .info{margin-bottom:30px; overflow: hidden;}
.ny_news_list .first_box ul li .textbox .info a{margin-bottom:1.75rem;line-height:36px;font-size:24px;color:#222;font-weight:300;}
.ny_news_list .first_box ul li .time{color:#666;margin:0.875rem 0 1.55rem;line-height:1.5rem; font-size:20px;}
.ny_news_list .first_box ul li:hover .textbox h3{color:#fbb03c;}
.ny_news_list .second_box .list ul{width:100%; display:flex;flex-wrap: wrap;}
.ny_news_list .second_box .list .news-li{display: block; width: 32%;margin:30px 2% 10px 0;color:#b2b2b2;background: #FFF; overflow: hidden; transition: all 0.3s;box-shadow: 0 0 3px 3px rgba(0 0 0 /0.08);}
.ny_news_list .second_box .list .news-li a{display:block; box-shadow:0 0 0 rgba(0 0 0 /0.8);}
.ny_news_list .second_box .list .news-li:nth-child(3n){margin-right: 0;}
.ny_news_list .second_box .list .news-li .news-img{text-align: center; position: relative; overflow: hidden; padding-bottom: 60%;}
.ny_news_list .second_box .list .news-li .news-img img{width: 100%; position: absolute; left: 0;height: 100%; object-fit: cover;top: 0; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.ny_news_list .second_box .list .news-img img{width: 100%; height: 100%; object-fit: cover; transition: all 0.5s;}
.ny_news_list .second_box .list .new{margin-top:30px;padding:0px 30px 25px;}
.ny_news_list .second_box .list .new h2{font-size:30px;line-height:1.2;color:#333;}
.ny_news_list .second_box .list .new p{font-size:24px;margin-top:20px;font-weight:300;text-align: justify; line-height:1.5; color:#787777;overflow: hidden;}
.ny_news_list .second_box .list .new .time{font-size:20px; margin:15px 0 10px; font-family: "arial"; color: #8a9194;}
.ny_news_list .second_box .list .news-li:hover{color: #fbb03c;}
.ny_news_list .second_box .list .news-li:hover img{transform: scale(1.05);}
.ny_news_list .second_box .list .news-li:hover p,.ny_news_list .second_box .list .news-li:hover .time{color:#333}
.ny_news_list .second_box .list .news-li:hover h2{color: #fbb03c;}

/**/
.ny_news_show{padding: 0;}
.ny_news_show .wid1600{display:flex; justify-content: space-between;}
.ny_news_show .left{width: calc(100% - 550px);padding: 0 58px 0 0;}
.ny_news_show .left .ar_title{margin-bottom: 30px;border-bottom: #e7eaed 1px solid;padding: 0 0 14px;}
.ny_news_show .left .ar_title h3{font-size: 30px;color: #303030;line-height: 1.5;margin-bottom:20px;}
.ar_article{font-size:18px;color:#222222;line-height:35px; min-height:300px;}
.ar_article p{font-size: 18px;color:#222222;line-height:1.5;margin-bottom:20px; font-weight:300}
.ar_article p:last-child{ margin-bottom:0}
.ar_article strong{ font-weight:bold;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#222222;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5{ font-weight:bold;}
.ny_news_show .ar_title h6 span{position:relative;font-size: 15px;color: #767676;display:inline-block;height: 40px;line-height: 40px;font-weight:normal;margin-right: 30px;vertical-align: top;}
.ny_news_show .ar_title h6 span img{ margin:-3px 0.45rem 0 0}
.ny_news_show .ar_title h6{position:relative;} 
.ny_news_show .ar_title h6:before{content:"";position:absolute;bottom:-3px;width:6.25rem;height:3px;background:#ff9637;display: none;}
.ny_news_show .ar_title h6 span svg{width: 18px;height: 18px;fill:#808080;margin-right: .5rem;display: inline-block;vertical-align: middle;margin-top: -3px;}
.ny_news_show .ar_title h6 span.shart_box svg{ width:26px; height:26px; fill:#808080}
.fenxiang_box{ display:inline-block;}
.fenxiang_box:hover .social-share{ opacity:1; visibility:visible }
.shart_box{display:inline-block; cursor:pointer}

/**/
.ny_news_show .right{width: 480px;display: table-cell;}
.ny_news_show .right .sticky{position:sticky;top: 120px;}
.ny_news_show .right .right_box{ background:#f9f9f9; padding: 40px 25px 10px;}
.ny_news_show .right h3{font-size: 24px;color: #242930;margin-bottom: 10px;}
.ny_news_show .right .fl03 ul li{border-bottom:#eeeeee 1px solid;padding: 20px 0;}
.ny_news_show .right .fl03 ul li:last-child{border:none;margin-bottom: 0;}
.ny_news_show .right .fl03 ul li a{ display:block; overflow:hidden}
.ny_news_show .right .fl03 ul li a .con{padding-top: 5px;}
.ny_news_show .right .fl03 ul li a .con .time{font-size:14px;color:#999;margin-bottom: 5px;font-family:Roboto;}
.ny_news_show .right .fl03 ul li a .con h4{font-size:18px;color:#333;height:46px;line-height: 23px;overflow:hidden;transition:0.6s;}
.ny_news_show .right .fl03 ul li a:hover .con h4{color:#ff9637;}
.ny_news_show .right .fl03 ul li a:hover .time{color:#333;}

/*======== 上一篇下一篇 ===========*/

#ar_fot{ margin-top:50px; position:relative;}
#ar_fot h3{ display:block; font-size:14px; line-height:30px; color:#fbb03c;*width:35px; height:35px; transition:.3s;}
#ar_fot h3 a{display:block; *width:35px; height:35px;}
#ar_fot h3 a:hover{ color:#fbb03c;}
#ar_fot h3.prev{ position: absolute; left:0; top:0;/*/* background:url(../images/news_prev.png) center no-repeat; background-size:contain;*/}
#ar_fot h3.next{ position: absolute; right:0; top:0;/* background:url(../images/news_next.png) center no-repeat; background-size:contain;*/}
#ar_fot h3.prev:hover{ background:url(../images/news_prev_on.png) center no-repeat; background-size:contain;}
#ar_fot h3.next:hover{ background:url(../images/news_next_on.png) center no-repeat; background-size:contain;}
#ar_fot .bnt_back{ font-size:14px; width:160px; height:35px; line-height:35px; margin:0 auto; text-align:center;  transition:.3s;}
#ar_fot .bnt_back a{ display:block; font-size:14px; color:#fbb03c; transition:.3s;border-radius:20px;border:1px solid #fbb03c; }
#ar_fot .bnt_back:hover a{ color:#fff;background:#fbb03c; }
/**/
.cont_box{}
.cont_box .fl01{padding:80px 0;display:flex; justify-content: space-between;}
.cont_box .fl01 .contact_l{width:40%;}
.cont_box .fl01 .contact_l .cont_tit{font-size:42px;color:#fbb03c;margin-bottom:20px;}
.cont_box .fl01 .contact_l p{display: flex;margin-bottom: 10px;font-size:24px;align-items: flex-start;font-weight:300;}
.cont_box .fl01 .contact_l i{margin-right:10px;display:flex;align-items: center;}
.cont_box .fl01 .contact_l p:nth-child(1) span{width:calc(100% - 50px);}

.cont_box .fl01 .contact_r{width:48%;}
.cont_box .fl01 .contact_r .mes_tit{font-size:32px;color:#333333;margin-bottom:30px;}
.cont_box .fl01 .contact_r form{display:flex; flex-wrap: wrap;justify-content: space-between;}
.cont_box .fl01 .contact_r .divs{overflow: hidden;border: 1px solid #dededf;margin-bottom: 20px; width:48%;position: relative;}
.cont_box .fl01 .contact_r .enquiry{width:100%; overflow: inherit;border:0;} 
.cont_box .fl01 .contact_r .divs em{position: absolute; color:#ff0000;top:10px;left:10px;}
.cont_box .fl01 .contact_r .inputs{width: 100%;height: 46px;line-height:46px;padding: 0 18px;font-size: 18px;background: none;color: #333;border: none;}
.cont_box .fl01 .contact_r .inputs::-webkit-input-placeholder,.cont_box .fl01 .contact_r .group .yzmbox .input::-webkit-input-placeholder{color: #808080;}
.cont_box .fl01 .contact_r .inputs:-moz-placeholder,.cont_box .fl01 .contact_r .group .yzmbox .input:-moz-placeholder{color: #808080;}
.cont_box .fl01 .contact_r .inputs::-moz-placeholder{color: #808080;}
.cont_box .fl01 .contact_r .inputs:-ms-input-placeholder,.cont_box .fl01 .contact_r .group .yzmbox .input:-ms-input-placeholder{color: #808080;}
.cont_box .fl01 .contact_r .select-wrapper{width:100%;height:46px;line-height:46px;background-color:transparent;border:solid 1px #dededf;}
.cont_box .fl01 .contact_r .select-wrapper.focus{border:solid 1px #fbb03c;}
.cont_box .fl01 .contact_r .select-wrapper .select-button{width:90%;background-color:transparent;padding-left:18px;font-size:18px;font-family:'LexendDeca'; color:#666666;}
.cont_box .fl01 .contact_r .select-wrapper .select-down{top: 21px !important;}
.cont_box .fl01 .contact_r .select-wrapper .select-list{width:100%;top: 46px !important;}
.cont_box .fl01 .contact_r .select-wrapper .select-list ul::-webkit-scrollbar {width: 4px;height: 8px;background-color: #F5F5F5;}
.cont_box .fl01 .contact_r .select-wrapper .select-list ul::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.cont_box .fl01 .contact_r .select-wrapper .select-list ul::-webkit-scrollbar-thumb { border-radius: 10px;background-color: #999;}
.cont_box .fl01 .contact_r .select-wrapper .select-list ul li{height:42px!important;line-height:42px!important;}
.cont_box .fl01 .contact_r .textarea{width:100%;}
.cont_box .fl01 .contact_r .textarea textarea{width:100%;padding:15px 18px 20px;font-size:18px; height:120px;background-color:transparent; border:0;}
.cont_box .fl01 .contact_r .textarea textarea::-webkit-input-placeholder{color: #808080;}
.cont_box .fl01 .contact_r .textarea textarea:-moz-placeholder{color: #808080;}
.cont_box .fl01 .contact_r .textarea textarea::-moz-placeholder{color: #808080;}
.cont_box .fl01 .contact_r .textarea textarea:-ms-input-placeholder{color: #808080;}
.cont_box .fl01 .contact_r .bnts{width: 140px;margin: 0 ;display: block;overflow: hidden;line-height: 46px;height: 46px;border-radius: 5px; background: #fbb03c;outline: none;-webkit-tap-highlight-color: transparent;transition: all 0.3s;cursor: pointer;color: #fff;font-size: 16px;border: none;letter-spacing:1px;}
.cont_box .fl01 .contact_r .bnts:hover{background: #fbb03c;}
.cont_box .fl01 .contact_r .group{display: flex;width:100%;align-items: center;justify-content: flex-start;}
.cont_box .fl01 .contact_r .group .yzmbox{width:48%;position: relative;height: 46px;margin-right:30px;}
.cont_box .fl01 .contact_r .group .yzmbox .yzm{position: absolute;right:0px;top: 1px;height: 100%;display: flex;align-items: center;justify-content: center;height:46px;}
.cont_box .fl01 .contact_r .group .yzmbox .yzm img{height:100%;}
.cont_box .fl01 .contact_r .group .yzmbox .input{overflow: hidden;border: 1px solid #dededf;width: calc(100% - 36px);height: 46px;line-height: 46px;padding: 0 18px;font-size: 16px;background: none;color: #333;}
.c_l{clear: both;}
.cont_box .fl02 .map_box { height: 30vw;}
/**/
.support_box{margin-top:60px;}
.support_box.downbox .wid1600{display:flex; justify-content: space-between;}
.support_box.downbox .item{position: relative;width:48%;}
.support_box.downbox .item:after{content:'';display:block;width:0;height:10px;background:#fbb03c;bottom:0;position: absolute;transition: all 0.5s;}
.support_box.downbox .item:hover:after{width:100%;}
.support_box.downbox .item .imgbox{position: relative; overflow: hidden; padding-bottom: 60%;}
.support_box.downbox .item .imgbox img{width: 100%; position: absolute; left: 0;height: 100%; object-fit: cover;top: 0; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.support_box.downbox .item .text{position: absolute;top:45%;left:7%}
.support_box.downbox .item .text h3{font-size:42px;color:#ffffff;margin-bottom:30px;line-height:50px}
.support_box.downbox .item .text a{display:block;width:150px;height:40px;background:#fbb03c;display:flex;align-items: center;justify-content: center;color:#ffffff;font-size:18px;}
.support_box.downbox .item .text img{width:20px;margin-left:5px}

.support_box.faqs{}
.support_box.faqs ul li{padding:20px 0;border-bottom:1px solid #e5e5e5;}
.support_box.faqs ul li:first-child{padding-top:0;}
.support_box.faqs ul li h3{padding-left:30px; position: relative;display:flex;justify-content: space-between;align-items: center;}
.support_box.faqs ul li h3:before{content:'';position: absolute; width:10px;height:10px;left:0;top:calc(50% - 5px);background:#fbb03c;border-radius:5px;}
.support_box.faqs ul li h3 span{font-size:24px;color:#222;}
.support_box.faqs ul li h3 i{width:18px;height:18px;position: relative;}
.support_box.faqs ul li h3 i:before{content:''; width:100%;height:2px;top:8px;left:0; position: absolute; background:#222222;}
.support_box.faqs ul li h3 i:after{content:''; width:2px;height:100%;top:0;left:8px; position: absolute; background:#222222;}
.support_box.faqs ul li .text{font-size:20px;line-height:1.5em;padding-left: 30px;height:0; overflow: hidden;transition: all 0.5s;}
.support_box.faqs ul li:hover .text{height:60px;}
.support_box.faqs ul li:hover h3 i:after{display:none;}
.support_box.faqs ul li:hover h3 span{color:#fbb03c;}

.support_box.serbox{}
.support_box.serbox .ser_tit{text-align: center;width:60%;margin:0 auto;}
.support_box.serbox .ser_tit h3{font-size:42px;line-height:1.2em;color:#fbb03c;}
.support_box.serbox .fl01 .seritem{display:flex; justify-content: space-between;margin-top:30px;}
.support_box.serbox .fl01 .seritem .item{width:calc(50% - 30px);background:#f9f9f9;}
.support_box.serbox .fl01 .seritem .item .txt{padding:30px 30px 30px 50px;font-size:20px;line-height:1.5em;color:#222222;position: relative;text-align: justify;}
.support_box.serbox .fl01 .seritem .item .txt:before{content:'';position: absolute; width:10px;height:10px;left:30px;top:40px;background:#fbb03c;border-radius:5px;}

.support_box.serbox .fl02{margin-top:70px;}
.support_box.serbox .fl02 .ser_bot{background:#f9f9f9;margin-top:30px;padding:50px 30px;}
.support_box.serbox .fl02 .ser_bot .ser_select{display:flex; justify-content: space-between;}
.support_box.serbox .fl02 .ser_bot .ser_select .sel_l,.support_box.serbox .fl02 .ser_bot .ser_select .sel_r{width:calc(50% - 30px);}
.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper{width:100%;height: 46px;line-height: 46px; background-color: #ffffff; border: solid 1px #e4e1e1;}
.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper .select-button{width:90%;background-color:transparent;padding-left:18px;font-size:18px;font-family:'LexendDeca'; color:#666666;}
.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper .select-down{top: 21px !important;}
.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper .select-list{width:100%;top: 46px !important;}
.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper .select-list ul::-webkit-scrollbar {width: 4px;height: 8px;background-color: #F5F5F5;}
.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper .select-list ul::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper .select-list ul::-webkit-scrollbar-thumb { border-radius: 10px;background-color: #999;}
.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper .select-list ul li{height:42px!important;line-height:42px!important;}
.support_box.serbox .fl02 .ser_bot .ser_con{margin-top:20px;padding-left:15px;font-size:20px;line-height:1.75em;color:#222;font-weight:300}

.support_box.serbox .fl03{margin-top:70px;}
.support_box.serbox .fl03 .seritem{display:flex; justify-content: space-between;margin-top:30px;}
.support_box.serbox .fl03 .seritem .item{width:calc(50% - 30px);background:#f9f9f9;}
.support_box.serbox .fl03 .seritem .item .txt{padding:50px 30px 50px 50px;position: relative;}
.support_box.serbox .fl03 .seritem .item .txt h3{font-size:32px;color:#222222;line-height:40px;margin-bottom:20px;}
.support_box.serbox .fl03 .seritem .item .txt .p{font-size:20px;line-height:1.5em;color:#222222;text-align: justify;}
.support_box.serbox .fl03 .seritem .item .txt:before{content:'';position: absolute; width:10px;height:10px;left:30px;top:65px;background:#fbb03c;border-radius:5px;}

.support_box.serbox .i_mesbox{margin-top:70px;}

.query_bj{background-repeat: no-repeat; background-position: center bottom; background-size:100% auto;background-color:#fefefe;background-image:url(../images/query_bg.jpg);padding:80px 0;margin: 0 !important;}
.support_box.query{}
.support_box.query .wid1600{display:flex; justify-content: center;}
.support_box.query .query_mes{background:#ffffff;padding:80px 60px;margin-top:20px;width:50%;min-width:500px;}
.support_box.query .query_mes .divs{display:flex;margin-bottom:30px;}
.support_box.query .query_mes .divs p{font-size:18px;color:#222222;line-height:46px;width:180px; text-align: right;}
.support_box.query .query_mes .divs .input{margin-left:30px;width:calc(100% - 210px);display:flex;}
.support_box.query .query_mes .divs input{border:#e4e1e1 solid 1px;height:46px;line-height:46px;padding:0 15px;font-size:18px; font-weight:300;}
.support_box.query .query_mes .divs input#tel{width:100%;}
.support_box.query .query_mes .divs .input .yzm{margin-left:10px;}

.support_box.query .query_mes .group{padding-left:210px;}
.support_box.query .query_mes .group .bnts{width: 140px;margin: 0 ;display: block;overflow: hidden;line-height: 46px;height: 46px;border-radius: 5px; background: #fbb03c;outline: none;-webkit-tap-highlight-color: transparent;transition: all 0.3s;cursor: pointer;color: #fff;font-size: 16px;border: none;letter-spacing: 2px;}
/*下载*/
.download-list li{margin-bottom:10px;display:flex;justify-content: space-between;align-items: center;background:#f2f3f5;*height: 85px;padding: 15px 24px;}
.download-list li .left{}
.download-list li .left a{font-size:24px;}
.download-list li .left p{color:#666666;font-size:16px;padding-top:12px;font-weight:300}
.download-list li .right{display:flex;}
.download-list li .right a{margin:0 30px;display:flex;font-size:18px;color:#666666;align-items: center;}
.download-list li .right a i{height: 26px;width: 26px;display: block;margin-right:10px}
.download-list li .right .load i{background: url(../images/down1.svg) no-repeat center left;background-size: 100%;}
.download-list li:hover .right .load i{background: url(../images/down2.svg) no-repeat center left;background-size: 100%;}
.download-list li:hover a{color:#fbb03c}
/**/
.pro_box{}
.world_mapbox{position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; display:flex;justify-content: center; align-items: center;}
.world_mapbox .wor_bg{background:rgba(0 0 0 /0.5);position: absolute;width:100%;height:100%;z-index:1;}
.world_mapbox .world_map{width:70%;padding:50px 70px 70px;background:#ffffff;z-index:2;position: relative;}
.world_mapbox .world_map .close{ position: absolute;top:50px;right:50px;width:26px;height:26px;}
.world_mapbox .world_map .close i{display:block;position: relative;width:26px;height:26px; cursor:pointer;}
.world_mapbox .world_map .close i:before,.world_mapbox .world_map .close i:after{content:'';width:26px;height:2px; position: absolute;background:#222;}
.world_mapbox .world_map .close i:before{top:calc(50% - 1px);left:0;-webkit-transform: rotate(316deg); -ms-transform: rotate(316deg); transform: rotate(316deg);}
.world_mapbox .world_map .close i:after{width:2px;height:26px;top:0;left:calc(50% - 1px);-webkit-transform: rotate(-44deg); -ms-transform: rotate(-44deg);transform: rotate(-44deg);}

.world_mapbox .world_map .world_map_tit{font-size:32px;color:#222;}
.world_mapbox .world_map .img_box{position: relative;margin-top:30px;}
.world_mapbox .world_map .img_box .img{position: absolute;top:0;left:0;opacity:0;}
.world_mapbox .world_map .img_box .img a{display:block;}
.world_mapbox .world_map .img_box .img a .txt{position: absolute;}
.world_mapbox .world_map .img_box .img1{*width:43.85%;z-index:1;width: 45.84%;}
.world_mapbox .world_map .img_box .img1:hover{opacity: 1;}
.world_mapbox .world_map .img_box .img2{/*width: 27.9%; left: 38.2%; top: 2.25%;*/width: 53.56%; left: 46.5%; top: 9.1%;z-index:1;}
.world_mapbox .world_map .img_box .img2:hover{opacity: 1;}
/*.world_mapbox .world_map .img_box .img3{width: 45.62%;right: 0.15%; left: auto; top: 3.40%;}*/
.world_mapbox .world_map .img_box .img3{/*width: 75.6%; right: 0;left: auto; top: 3.42%;*/width: 73.38%; right: 2.8%; left: auto; top: 33.75%;}
.world_mapbox .world_map .img_box .img3:hover{opacity: 1;}

.world_mapbox .world_map .img_box .txt{position: absolute;top:0;left:0;z-index:1;}
.world_mapbox .world_map .img_box .txt a{font-size:32px;color:#ffffff;font-weight:300;display:flex;}
.world_mapbox .world_map .img_box .txt a i{display:flex;height: 40px;}
.world_mapbox .world_map .img_box .txt a i img{width:30px;}
.world_mapbox .world_map .img_box .txt a p{margin-left:10px;line-height: 1.2;text-shadow: 2px 2px 2px rgb(0 0 0 / 70%);}
.world_mapbox .world_map .img_box .txt_01{/*top: 32%; left: 17%;*/top: 30%; left: 18%;}
.world_mapbox .world_map .img_box .txt_02{/*top: 26%;left: 54.5%;*/top: 28%; left: 60%;}
/*.world_mapbox .world_map .img_box .txt_03{top: 38%;left: 65%;}*/
.world_mapbox .world_map .img_box .txt_03{/*top: 42%;left: 62%;*/top: 56%; left: 50%;}

.pro_box .nynav ul{justify-content: flex-start;}
.pro_form{margin-top:30px;}
.pro_form form{display:flex; justify-content: space-between; align-items: flex-end;}
.pro_form form .item_li{width:calc(100% - 190px);display:flex;}
/*.pro_form form .form_item{width:calc((100% - 90px) / 3 - 50px);}*/
.pro_form form .form_item{width: 100%; margin-right: 50px;}
.pro_form form .item_li.pcr_box{width:calc(100% - 170px);}
.pro_form form .item_li.pcr_box .form_item{margin-right: 30px;}
.pro_form form .form_item:last-child,.pro_form form .item_li.pcr_box .form_item:last-child{margin-right:0;}
.pro_form form .form_item .item_tit{font-size:24px;color:#222222;margin-bottom:20px;padding-left:10px;}
.pro_form form .form_item .select-wrapper{width:100%;height:70px;line-height:70px;background-color:transparent;border:solid 1px #868686;}
.pro_form form .form_item .select-wrapper.focus{border:solid 1px #fbb03c;}
.pro_form form .form_item .select-wrapper .select-button{width:90%;background-color:transparent;padding-left:30px;font-size:20px;font-family:'LexendDeca'; color:#666666;}
.pro_form form .form_item .select-wrapper .select-down{top: 30px !important;}
.pro_form form .form_item .select-wrapper .select-list ul{padding:0 25px;}
.pro_form form .form_item .select-wrapper .select-list{width:100%;top: 70px !important;background:rgba(255 255 255 /0.6);}
.pro_form form .form_item .select-wrapper .select-list ul::-webkit-scrollbar {width: 4px;height: 8px;background-color: #F5F5F5;}
.pro_form form .form_item .select-wrapper .select-list ul::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.pro_form form .form_item .select-wrapper .select-list ul::-webkit-scrollbar-thumb { border-radius: 10px;background-color: #999;}
.pro_form form .form_item .select-wrapper .select-list ul li{height:65px!important;line-height:65px!important;padding:0 10px;font-size:20px; border-bottom: 1px solid #cccccc;}
.pro_form form .form_item .select-wrapper .select-list ul li.selected,.pro_form form .form_item .select-wrapper .select-list ul li:hover{background-color:transparent;color:#fbb03c;border-bottom: 1px solid #fbb03c;}
.pro_form form .group{width:90px;height:70px;background:#fbb03c;}
.pro_form form .group input{width:100%;height:100%;background:transparent;border:0;background-repeat: no-repeat; background-position: center; background-size:30px;background-image:url(../images/ico29.png);}


.pro_form form .form_item xm-select{height:70px;line-height:70px;border:solid 1px #868686;}
.pro_form form .form_item xm-select > .xm-tips { color: #222; padding-left:30px;font-size:20px;}
.pro_form form .form_item xm-select > .xm-icon{right:30px;}
.pro_form form .form_item xm-select .xm-label .scroll .label-content{height:70px;display:flex; padding-left:30px;align-items: center;font-size:20px;font-family:'LexendDeca';}
.pro_form form .form_item xm-select > .xm-body{background:rgba(255 255 255 /0.6);}
.pro_form form .form_item xm-select > .xm-body .xm-option-content{font-size: 20px;}
.pro_form form .form_item xm-select > .xm-body .scroll-body{padding:0 30px;}
.pro_form form .form_item xm-select > .xm-body .xm-option{height:65px;line-height:65px;padding:0 10px;font-size:20px; border-bottom: 1px solid #cccccc;background: transparent !important;}
.pro_form form .form_item xm-select .xm-body .xm-option .xm-option-icon{display:none}
.pro_form form .form_item xm-select > .xm-body .xm-option-content{padding-left:0;}
.pro_form form .form_item xm-select .xm-body .xm-option:hover .xm-option-content,.pro_form form .form_item xm-select .xm-body .xm-option.selected .xm-option-content{color:#fbb03c;}
.pro_form form .form_item xm-select .xm-body .xm-option:hover,.pro_form form .form_item xm-select .xm-body .xm-option.selected{border-bottom: 1px solid #fbb03c;}
.pro_form form .sear_group{height:70px;background:#fbb03c; border-radius:5px;}
.pro_form form .sear_group a{display:flex;align-items: center;padding:0 20px;height:70px;font-size:20px;color:#ffffff;}

.ny_pro_list{margin-top:30px;}
.ny_pro_list .item_li{}
.ny_pro_list .item_li ul{display:flex; flex-wrap: wrap;}
.ny_pro_list .item_li ul li{width:calc(33.333% - 50px);margin-right:calc(50px * 3 / 2);margin-bottom:30px;}
.ny_pro_list .item_li ul li:nth-child(3n){margin-right:0;}
.ny_pro_list .item_li ul li .img_box{padding:40px 50px;text-align: center; overflow: hidden;}
.ny_pro_list .item_li ul li .img_box img{height: 14.5vw;-moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.ny_pro_list .item_li ul li:hover .img_box img{transform: scale(1.05);}
.ny_pro_list .item_li ul li .text{padding: 0 20px;text-align: center;color:#222222;}
.ny_pro_list .item_li ul li .text .text_a{font-size:30px;margin-bottom:20px;}
.ny_pro_list .item_li ul li:hover .text .text_a{color: #fbb03c;}
.ny_pro_list .item_li ul li .text .text_b{font-size:20px;font-weight:300;width:100%;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ny_pro_list .page{margin-top:30px;}

.pro_show_banner{position: relative;}
.pro_show_banner .pro_show_bg{height:35vw;background-repeat: no-repeat;  background-position: bottom center; background-size: cover;display: flex; align-items: center;}
.pro_show_banner .pro_tab{display:flex; justify-content: center;}

.pro_show_banner .pro_img{max-width:25vw; position: relative; overflow: hidden; padding:0px 0 60px;}
.pro_show_banner .pro_img .imgbox{margin:0 30px;display:flex;align-items: center; justify-content: center;}
.pro_show_banner .pro_img img{height:25vw;}
.pro_show_banner .pro_text{margin-left:150px;width:610px; display: flex; flex-direction: column;justify-content: center;}
.pro_show_banner .pro_text .pro_tab_tit{border-bottom:solid 2px #dedede;font-size:80px;line-height:90px;padding-bottom:40px;}
.pro_show_banner .pro_text .pro_text_bot{padding:30px 0;}
.pro_show_banner .pro_text .pro_text_bot .pro_b{font-size:24px;margin-bottom:70px;}
.pro_show_banner .pro_text .pro_text_bot .pro_b p{position: relative;padding-left:24px;}
.pro_show_banner .pro_text .pro_text_bot .pro_b p:before{content:'';position: absolute; width: 14px; height:14px; left: 0; top: calc(50% - 4px); background:url(../images/pro_icon1.png) no-repeat center;}
.pro_show_banner .pro_text .pro_text_bot .pro_c ul{display:flex;}
.pro_show_banner .pro_text .pro_text_bot .pro_c ul li{margin-right:50px;text-align: center;}
.pro_show_banner .pro_text .pro_text_bot .pro_c ul li p{font-size:18px;font-weight:300;text-align: center;margin-top:10px;}
.pro_show_banner .pro_text .pro_text_bot .pro_c ul li i img{width:65px;}
.pro_show_banner .pro_img .swiper-button-prev, .pro_show_banner .pro_img .swiper-button-next {display: none; border-radius: 30px; border: #fff 2px solid; width: 60px; height: 50px; top: 55%;}
.pro_show_banner .pro_img .swiper-pagination { width: 100%; bottom: 0px;}
.pro_show_banner .pro_img .swiper-pagination span{width:32px;height:4px;background-color:rgba(0 0 0 /0.2);border:0;border-radius:0; margin-right:20px;opacity:1;}
.pro_show_banner .pro_img .swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;background-color:#fbb03c;}

.ny_pro_show{}
.pro_nynav_box{position: absolute; bottom:0;left:0;width:100%;}

.pro_show_box .pro_show_tit{border-bottom:4px solid #cccccc;padding-bottom:30px; display:flex;justify-content: space-between;}
.pro_show_box .pro_show_tit .pro_tit_l{padding-left:30px;font-size:32px;color:#222;width:;display:flex;}
.pro_show_box .pro_show_tit .pro_tit_r{display:flex;}
.pro_show_box .pro_show_tit .pro_tit_r a{display:block;width:52px;height:52px; border:solid #ececec 1px; border-radius: 50%;display:flex;align-items: center;justify-content: center;margin-left:30px;}
.pro_show_con {padding-top:50px;margin-bottom:60px;}
.pro_show_con .con1{display:flex; flex-wrap: wrap; margin-bottom:30px;margin-right:-35px;}
.pro_show_con .con1 .p{width:calc(20% - 35px);margin-right:35px;position: relative;padding-left: 25px;font-size:20px;font-weight:300;line-height:1.5em;color:#222222;margin-bottom:30px;}
.pro_show_con .con1 .p:before{content:'';position: absolute; width: 10px; height:10px; left: 0; top:11px; border-radius: 5px;  background: #fbb03c;}
.pro_show_con .con2 table td img{max-width:70px;}
.pro_subtxt1{font-size:20px;margin-top:30px;color: #666666;}
/**/
.pro_show_box .pro_mes .mes_tit{font-size: 32px; color: #222; margin-bottom: 30px;}
.pro_show_box .pro_mes  form{display:flex; flex-wrap: wrap;justify-content: space-between;}
.pro_show_box .pro_mes  form .pro_mes_l,.pro_show_box .pro_mes  form .pro_mes_r{width:caLc(50% - 15px);}
.pro_show_box .pro_mes  form .pro_mes_l{display:flex;justify-content: space-between;flex-wrap: wrap;}
.pro_show_box .pro_mes  form .pro_mes_l .divs{width:calc(50% - 15px);}
.pro_show_box .pro_mes .divs{overflow: hidden;border: 1px solid #dededf;margin-bottom: 20px; width:48%;position: relative;}
.pro_show_box .pro_mes form .pro_mes_l .enquiry{width:100%; overflow: inherit;border:0;margin-bottom:0;} 
.pro_show_box .pro_mes .divs em{position: absolute; color:#ff0000;top:10px;left:10px;}
.pro_show_box .pro_mes .inputs{width: 100%;height: 46px;line-height:46px;padding: 0 18px;font-size: 16px;background: none;color: #333;border: none;}
.pro_show_box .pro_mes .inputs::-webkit-input-placeholder,.pro_show_box .pro_mes .group .yzmbox .input::-webkit-input-placeholder{color: #808080;}
.pro_show_box .pro_mes .inputs:-moz-placeholder,.pro_show_box .pro_mes .group .yzmbox .input:-moz-placeholder{color: #808080;}
.pro_show_box .pro_mes .inputs::-moz-placeholder{color: #808080;}
.pro_show_box .pro_mes .inputs:-ms-input-placeholder,.pro_show_box .pro_mes .group .yzmbox .input:-ms-input-placeholder{color: #808080;}
.pro_show_box .pro_mes .select-wrapper{width:100%;height:46px;line-height:46px;background-color:transparent;border:solid 1px #dededf;}
.pro_show_box .pro_mes .select-wrapper.focus{border:solid 1px #fbb03c;}
.pro_show_box .pro_mes .select-wrapper .select-button{width:90%;background-color:transparent;padding-left:18px;font-size:16px;font-family:'LexendDeca'; color:#666666;}
.pro_show_box .pro_mes .select-wrapper .select-down{top: 21px !important;}
.pro_show_box .pro_mes .select-wrapper .select-list{width:100%;top: 46px !important;}
.pro_show_box .pro_mes .select-wrapper .select-list ul::-webkit-scrollbar {width: 4px;height: 8px;background-color: #F5F5F5;}
.pro_show_box .pro_mes .select-wrapper .select-list ul::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.pro_show_box .pro_mes .select-wrapper .select-list ul::-webkit-scrollbar-thumb { border-radius: 10px;background-color: #999;}
.pro_show_box .pro_mes .select-wrapper .select-list ul li{height:42px!important;line-height:42px!important;}
.pro_show_box .pro_mes .textarea{width:100%;}
.pro_show_box .pro_mes .textarea textarea{width:100%;padding:15px 18px 20px;font-size:16px; height:110px;background-color:transparent; border:0;}
.pro_show_box .pro_mes .textarea textarea::-webkit-input-placeholder{color: #808080;}
.pro_show_box .pro_mes .textarea textarea:-moz-placeholder{color: #808080;}
.pro_show_box .pro_mes .textarea textarea::-moz-placeholder{color: #808080;}
.pro_show_box .pro_mes .textarea textarea:-ms-input-placeholder{color: #808080;}
.pro_show_box .pro_mes .bnts{width: 140px;margin: 0 ;display: block;overflow: hidden;line-height: 46px;height: 46px;border-radius: 5px; background: #fbb03c;outline: none;-webkit-tap-highlight-color: transparent;transition: all 0.3s;cursor: pointer;color: #fff;font-size: 16px;border: none;letter-spacing: 1px;}
.pro_show_box .pro_mes .bnts:hover{background: #fbb03c;}
.pro_show_box .pro_mes .group{display: flex;width:100%;align-items: center;justify-content: flex-start;}
.pro_show_box .pro_mes .group .yzmbox{width:48%;position: relative;height: 46px;margin-right:30px;}
.pro_show_box .pro_mes .group .yzmbox .yzm{position: absolute;right: 0px;top: 1px;height: 100%;display: flex;align-items: center;justify-content: center;height:46px;}
.pro_show_box .pro_mes .group .yzmbox .yzm img{height:100%;}
.pro_show_box .pro_mes .group .yzmbox .input{overflow: hidden;border: 1px solid #dededf;width: calc(100% - 36px);height: 46px;line-height: 46px;padding: 0 18px;font-size: 16px;background: none;color: #333;}
.c_l{clear: both;}

.sear_tab .wid1600{display:flex; justify-content: space-between;align-items: center;}
.sear_tab .sear_tit{font-size:36px;color:#222222;line-height:40px;height:40px;}
.sear_box{margin-top:60px;}
.sear_box .item_li li {padding:26px 0;margin-bottom: 20px ;position:relative;}
.sear_box .item_li li a{display:flex;}
.sear_box .item_li li .picture{width:20%;overflow: hidden;display:flex;justify-content: center;}
.sear_box .item_li li .picture img{object-fit: cover;height:300px}
.sear_box .item_li li .piccon{margin-left:50px; width: calc(80% - 80px);}
.sear_box .item_li li .piccon h5{font-size:30px;color:#3a3a3a;position:relative;margin-bottom: 1vw;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.sear_box .item_li li .piccon p{font-size:24px;color:#999999;line-height: 1.8;}
.sear_box .item_li li .piccon .botm h6{font-size:18px;color: #999;font-weight:300;}
.sear_box .item_li li .piccon .botm span{font-size:18px;color:#666666; overflow: hidden;}
.sear_box .item_li li:hover .piccon span{color:#fbb03c;}
.sear_box .item_li li .piccon .botm{padding-top:30px;display:flex;justify-content: space-between;}

.sear_box .item_li li:before{ content: ""; display: block; width: 100%; height: 1px; background: #efefef; position: absolute; left: 0; bottom: 0;}
.sear_box .item_li li:after{content: "";display: block; width:0%; height: 1px;background: #fbb03c;position: absolute;left: 0;bottom: 0;transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s;-o-transition: 1s;}
.sear_box .item_li li:hover:after{ width: 100%;}
.sear_box .item_li li:hover h5{font-weight:bold;color: #fbb03c !important;;}
.sear_box .item_li li:hover .piccon p{color:#333;}
.searchnone_txt { min-height: 300px; display: flex; align-items: center; justify-content: center; color: #333333; text-align: center; font-size: 30px;}
.searchnone_txt p {  background: rgba(38, 95, 181, 0.1);  padding: 30px 50px;}

td, th {padding: 5px 10px;border: 1px solid #DDD;}
.selectTdClass{background-color:#edf5fa !important}
table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption{border:1px dashed #ddd !important}
table{margin-bottom:10px;border-collapse:collapse;display:table;}
td,th{padding: 5px 10px;border: 1px solid #DDD;text-align: center;}
caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
th{border-top:1px solid #BBB;background-color:#F7F7F7;}
table tr.firstRow th{border-top-width:2px;}
.ue-table-interlace-color-single{background-color: #fcfcfc;}
.ue-table-interlace-color-double{background-color: #f7faff;}
td p{margin:0;padding:0;}

@media(min-width: 1200px) {

	.ntext_list .list_box_13 li a:hover:before{height: 100%;top: 0;background: #fbb03c;}
	.ntext_list .list_box_13 li a:hover *{ color: #fff !important;}
	.ntext_list .list_box_13 li a:hover .con p{ opacity:.6;}

}
@media(max-width: 2000px) {
	.n_banner .text_box h3{font-size:50px;}
	.nynav_box .position_l{background-size: 20px;padding-left:28px;}
	.nynav_box .position_l a {font-size: 16px;}
	.about_box .fl01 {padding: 60px 0;}
	.about_tit h3 {font-size: 38px;line-height: 46px;}
	.about_box .about_tit h3 {margin-bottom: 30px;}
	.about_box .fl01 .ab_tab .about_con {font-size: 18px;margin-bottom: 30px;}
	.about_box .fl02 .item .text {font-size:18px;margin-top: 24px;}
	.about_box .about_tit p {font-size: 18px;}
	.about_box .fl02 .item .imgbox .tit h3 {font-size:36px;	}
	.about_box .fl03 {margin: 60px 0;padding-top: 80px;}
	.about_box .fl04 .item .about_right{margin: 0 6vw 0 2%;width: calc(48% - 6vw);}
	.about_box .fl04 .item:nth-child(2n-1) .about_right {margin: 0 2% 0 6vw;}
	.about_box .fl04 .item .about_right .txt_a h3 {	font-size: 32px;line-height:42px;}
	.about_box .fl04 .item .about_right .txt_b {font-size: 18px;}
	.about_box .fl04 .item .about_right .txt_a {margin-bottom: 20px;}

	.ny_main {margin: 60px 0;}
	.nynav ul li a {padding: 10px 20px;	font-size: 24px;height: 46px;}
	.ny_news_list .first_box ul li .textbox h3 {font-size:34px;margin-bottom: 15px;}
	.ny_news_list .first_box ul li .textbox .info p {line-height: 30px;font-size: 20px;}
	.ny_news_list .first_box ul li .time {margin:10px 0 20px;line-height: 1.5rem;font-size: 18px;}
	.ny_news_list .second_box .list .new h2 {font-size: 24px;}
	.ny_news_list .second_box .list .new p {font-size: 20px;margin-top: 15px;}
	.ny_news_list .second_box .list .new .time {font-size: 18px;}
	.cont_box .fl01{padding:60px 0;}
	.cont_box .fl01 .contact_l .cont_tit {font-size: 36px;}
	.cont_box .fl01 .contact_l p {font-size: 20px;}
	.cont_box .fl01 .contact_r .mes_tit {font-size: 24px;margin-bottom: 20px;}
	.cont_box .fl01 .contact_r .inputs,.cont_box .fl01 .contact_r .group .yzmbox .input{height: 42px; line-height: 42px; padding: 0 15px; font-size: 16px;}
	.cont_box .fl01 .contact_r .divs,.pro_show_box .pro_mes .divs{margin-bottom: 15px;}
	.cont_box .fl01 .contact_r .select-wrapper .select-down {top: 18px !important;}
	.cont_box .fl01 .contact_r .select-wrapper { height: 42px;line-height: 42px;}
	.cont_box .fl01 .contact_r .select-wrapper .select-button { padding-left: 15px; font-size: 16px;}
	.cont_box .fl01 .contact_r .textarea textarea {padding: 12px 15px 20px; font-size: 16px; height: 100px;}
	.cont_box .fl01 .contact_r .group .yzmbox,.cont_box .fl01 .contact_r .group .yzmbox .yzm{height: 42px;}
	.cont_box .fl01 .contact_r .bnts { width: 120px; line-height: 42px; height:42px; font-size: 16px;}
	.support_box {margin-top: 50px;}
	.support_box.downbox .item .text h3 {font-size: 36px;margin-bottom: 25px;line-height: 40px;}
	.support_box.query .query_mes .group .bnts {width: 120px;line-height:42px; height:42px;}
	.support_box.faqs ul li h3 span {font-size: 20px;}
	.support_box.faqs ul li .text {	font-size: 18px;}
	.support_box.faqs ul li:hover .text {height: 54px;}
	.query_bj{padding:60px 0;}
	.support_box.query .query_mes{padding: 60px 40px;margin-top: 0px;}
	.support_box.serbox .ser_tit h3 {font-size: 34px;}
	.support_box.serbox .fl01 .seritem .item .txt {font-size:18px;}
	.cont_box .fl01 .contact_r .divs em {left: 8px;}
	.support_box.query .query_mes .divs .input {height:42px; line-height:42px; font-size: 16px;}

	.support_box.serbox .fl02 .ser_bot .ser_con {margin-top: 15px;padding-left: 10px; font-size: 18px;}
	.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper,.pro_show_box .pro_mes .select-wrapper {height: 42px;line-height: 42px;}
	.pro_show_box .pro_mes .group .yzmbox,.pro_show_box .pro_mes .group .yzmbox .yzm{height: 42px;}
	.support_box.query .query_mes .divs input,.pro_show_box .pro_mes .inputs ,.pro_show_box .pro_mes .group .yzmbox .input,.pro_show_box .pro_mes .bnts{height: 42px;line-height: 42px;font-size: 16px;}
	.support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper .select-button {font-size: 16px;}
   .support_box.serbox .fl02 .ser_bot .ser_con { font-size: 16px;}
	.support_box.serbox .fl03 .seritem .item .txt h3 {font-size: 28px;margin-bottom:15px;}
	.support_box.serbox .fl03 .seritem .item .txt .p {font-size: 18px;}
	.ny_news_show .left .ar_title h3 {font-size: 24px;}
	.ny_news_show .ar_title h6 span {font-size: 14px;height:30px;line-height:30px;}
	.ar_article p,.ar_article{	font-size: 16px; font-weight:300;}
	.ny_news_show .right h3 {font-size: 20px;}
	.ny_news_show .right .fl03 ul li a .con h4 {font-size: 16px;}
	.ny_news_show .right .fl03 ul li{ padding: 15px 0;}
	.ny_news_show .right .right_box {padding: 30px 25px 10px;}
	.world_mapbox .world_map {width:65%;padding:40px 50px 40px;}
	.world_mapbox .world_map .world_map_tit {font-size: 24px;}
	.world_mapbox .world_map .img_box .txt a i {height: 30px;}
	.world_mapbox .world_map .img_box .txt a {font-size: 24px;}
	.world_mapbox .world_map .img_box .txt a i img {width: 24px;}
	.world_mapbox .world_map .close {position: absolute;top: 35px;right: 35px;}
	.pro_form form .form_item .select-wrapper {height:58px;line-height:58px;}
	.pro_form form .form_item .select-wrapper .select-list ul {padding: 0 20px;	}
	.pro_form form .form_item .select-wrapper .select-list ul li {height: 52px !important;line-height: 52px !important;padding: 0 10px;	font-size: 18px;}
	.pro_form form .form_item .select-wrapper .select-button{font-size:18px;padding-left: 20px;}
	.pro_form form .group {width: 70px;height: 58px;}
	.pro_form form .form_item .select-wrapper .select-down{top:25px !important;}
	.pro_form form .form_item .select-wrapper .select-list{ top: 58px !important;}
	.ny_pro_list .item_li ul li .text .text_a {font-size: 24px;margin-bottom: 15px;}
	.ny_pro_list .item_li ul li .text .text_b {	font-size: 18px;}
	.pro_show_banner .pro_text .pro_tab_tit {font-size: 60px;line-height: 70px;padding-bottom: 30px;}
	.pro_show_banner .pro_text .pro_text_bot .pro_b p {padding-left: 20px;margin-bottom:5px;}
	.pro_show_banner .pro_text .pro_text_bot .pro_b {font-size: 20px;margin-bottom:50px;}
	.pro_show_banner .pro_text .pro_text_bot .pro_c ul li{margin-right:35px}
	.pro_show_banner .pro_text .pro_text_bot .pro_c ul li img{width:56px;}
	.pro_show_banner .pro_text .pro_text_bot .pro_c ul li p {font-size: 16px;}
	.pro_show_banner .pro_text {margin-left: 120px;}
	.pro_show_box .pro_show_tit .pro_tit_l {padding-left:20px;font-size: 24px;}
	.pro_show_con .con1 .p {	padding-left: 20px;	font-size: 18px;}
	.pro_show_box .pro_mes .mes_tit {font-size: 24px;margin-bottom: 20px;}
	.pro_show_box .pro_mes .textarea textarea{height:94px}
	.download-list li .left a {font-size: 20px;}
	.download-list li .left p {font-size: 14px;padding-top: 8px;}
	.download-list li .right a {margin: 0 20px;	font-size: 16px;}
	.download-list li .right a i {height: 22px;width: 22px;}
	.sear_box .item_li li .picture {width: 25%;}
	.sear_box .item_li li .piccon {	margin-left: 40px;	width: calc(75% - 60px);}
	.sear_box .item_li li .piccon h5 {font-size: 24px;}
	.sear_box .item_li li .piccon p {font-size: 20px;}
	.sear_box .item_li li .piccon .botm h6,.sear_box .item_li li .piccon .botm span{font-size: 16px;}
	.sear_box {margin-top: 40px;}
	.sear_tab .sear_tit {font-size: 28px;}
	.pro_show_con .con1 .p {width:calc(25% - 35px);}
	.pro_form form .form_item .item_tit {font-size: 20px;margin-bottom: 15px;}
	.pro_subtxt1 {font-size:17px;}
	.pro_form form .form_item xm-select {height:58px;line-height: 58px;}
	.pro_form form .form_item xm-select .xm-label .scroll .label-content {height: 58px;font-size:18px;padding-left: 20px;}
	.pro_form form .form_item xm-select > .xm-body .xm-option-content{font-size: 18px;}
	.pro_form form .form_item xm-select > .xm-tips{padding-left: 20px;font-size: 18px;}
	.pro_form form .form_item xm-select > .xm-icon {right: 20px;}
	.pro_form form .form_item xm-select > .xm-body .xm-option {height: 52px;line-height: 52px;}
	.pro_form form .form_item{margin-right:30px;}
	.pro_form form .item_li {width: calc(100% - 155px);}
	.pro_form form .item_li.pcr_box {width: calc(100% - 145px);	}
	.pro_form form .item_li.pcr_box .form_item {margin-right: 20px;}
	.pro_form form .sear_group {height: 58px;}
	.pro_form form .sear_group a {padding: 0 15px;height: 58px;	font-size: 18px}




.page a { height: 36px; line-height: 36px;font-size: 16px;padding: 0 12px;}

}
@media(max-width:1650px) {
	.about_box .fl01 {padding: 40px 0;}
	.about_tit h3 {font-size: 32px;line-height: 40px;}
	.about_box .fl01 .ab_tab .about_con {font-size: 16px;margin-bottom: 24px;}
	.about_box .fl01 .ab_tab .about_con p {	margin-bottom: 10px;}
	.about_box .fl02 .item .text {font-size: 16px;margin-top: 20px;}
	.about_box .fl02 .item .imgbox .tit h3 {font-size: 30px;}
	.about_box .fl03 {margin: 40px 0;padding-top: 60px;}
	.about_box .fl04 .item .about_right .txt_a h3 {	font-size: 24px;line-height: 32px;}
	.about_box .fl04 .item .about_right .txt_b {font-size: 16px;line-height:1.5;}
	.ny_main {margin: 40px 0;}
	.n_banner .text_box h3 {font-size:40px;}
	.nynav ul li a {padding: 10px 20px;	font-size: 20px;height: 40px;}
	.ny_news_list {margin-top:30px;}
	.ny_news_list .first_box ul li .textbox h3 {font-size: 30px;  margin-bottom: 10px;  }
   .ny_news_list .first_box ul li .textbox .info p,.ny_news_list .first_box ul li .textbox .info a { line-height: 28px; font-size: 18px; }
    .ny_news_list .first_box ul li .time {  margin: 10px 0 20px;  line-height: 1.5rem; font-size: 16px; }
	.ny_news_list .second_box .list .new {margin-top: 20px;padding: 0px 25px 15px;}
	.ny_news_list .second_box .list .new h2 {font-size: 20px; }
   .ny_news_list .second_box .list .new p { font-size: 16px; margin-top: 10px; }
   .ny_news_list .second_box .list .new .time {font-size: 16px;margin: 15px 0 5px;}
   .ny_news_list .second_box .list .news-li {margin: 20px 2% 10px 0;}
   .cont_box .fl01 {padding: 60px 0;}
   .cont_box .fl01 .contact_l .cont_tit { font-size: 28px;margin-bottom: 10px;}
   .cont_box .fl01 .contact_l p { font-size: 18px;}
   .cont_box .fl01 .contact_r .mes_tit { font-size: 20px; margin-bottom: 10px;}
   .cont_box .fl01 .contact_r .divs,.pro_show_box .pro_mes .divs{ margin-bottom: 10px;}
   .cont_box .fl01 .contact_r .select-wrapper .select-down {top: 15px !important;}
   .cont_box .fl01 .contact_r .inputs,.pro_show_box .pro_mes .inputs {height: 38px;line-height: 38px; padding: 0 15px; font-size: 14px;}
   .cont_box .fl01 .contact_r .group .yzmbox,.pro_show_box .pro_mes .group .yzmbox .yzm,.pro_show_box .pro_mes .group .yzmbox{height: 38px;}
   .cont_box .fl01 .contact_r .select-wrapper,.pro_show_box .pro_mes .select-wrapper,.cont_box .fl01 .contact_r .group .yzmbox .yzm{ height: 38px;line-height: 38px;}
   .cont_box .fl01 .contact_r .select-wrapper .select-button { padding-left: 15px; font-size: 14px;}
   .cont_box .fl01 .contact_r .textarea textarea {padding: 12px 15px 20px; font-size: 14px; height: 80px;}
   .cont_box .fl01 .contact_r .group .yzmbox .input,.pro_show_box .pro_mes .group .yzmbox .input{height: 38px;line-height: 38px;font-size: 14px; padding: 0 15px;}
   .cont_box .fl01 .contact_r .bnts ,.pro_show_box .pro_mes .bnts{ width: 100px; line-height: 38px; height:38px; font-size: 14px;}
   .pro_show_box .pro_mes .select-wrapper .select-button{font-size: 14px;}
   .pro_show_box .pro_mes .textarea textarea {   height: 80px;}
   .nynavbox .search .sear-p .inptext {height: 42px;font-size: 16px; border-bottom: 3px solid #868686;}
   .nynavbox .search .sear-p .sub1 {width: 20px;background-size: 20px;}
   .support_box.downbox .item .text {top:35%;}
   .support_box.downbox .item .text h3 {font-size: 30px;margin-bottom: 20px;line-height: 40px;}
   .support_box.downbox .item .imgbox {padding-bottom: 50%;}
   .support_box {margin-top: 40px;}
   .support_box.faqs ul li h3 span {font-size: 18px;}
   .support_box.faqs ul li .text {font-size: 16px;}
   .support_box.faqs ul li:hover .text {height: 48px;}
   .support_box.faqs ul li h3:before {width:8px;height: 8px;top: calc(50% - 4px); border-radius: 4px;}
   .support_box.faqs ul li h3 i {width: 14px;height: 14px;}
   .support_box.faqs ul li h3 i:before {top: 6px;}
   .support_box.faqs ul li h3 i:after {left: 6px;}
   .support_box.query .query_mes .divs p {font-size: 16px;line-height: 40px; width: 160px;}
   .support_box.query .query_mes .divs .input {margin-left: 20px; width: calc(100% - 180px);height: 38px; line-height:38px; font-size: 14px;}
   .support_box.query .query_mes .group .bnts {width: 100px;line-height:38px; height:38px;}
   .support_box.serbox .ser_tit h3 {font-size: 28px;}
   .support_box.serbox .fl01 .seritem {margin-top: 20px;}
   .support_box.serbox .fl01 .seritem .item {width: calc(50% - 20px);}
   .support_box.serbox .fl01 .seritem .item .txt {font-size: 16px;}
   .support_box.serbox .fl02 {margin-top: 50px;}
   .support_box.serbox .fl02 .ser_bot .ser_select .sel_l, .support_box.serbox .fl02 .ser_bot .ser_select .sel_r {width: calc(50% - 20px);}
   .support_box.serbox .fl02 .ser_bot .ser_select .select-wrapper .select-button {font-size: 14px;}
   .support_box.serbox .fl02 .ser_bot .ser_con { font-size: 14px;}
   .support_box.serbox .fl02 .ser_bot {margin-top: 20px;padding: 30px 30px;}
   .support_box.serbox .fl03 { margin-top: 50px;}
   .support_box.serbox .fl03 .seritem .item {width: calc(50% - 20px);}
.support_box.serbox .fl03 .seritem .item .txt { padding: 30px 30px 30px 50px;}
.support_box.serbox .fl03 .seritem .item .txt:before {top: 45px;width: 8px;height: 8px;}
.support_box.serbox .fl03 .seritem .item .txt h3 {font-size: 24px; margin-bottom: 10px;}
.support_box.serbox .fl03 .seritem .item .txt .p {font-size: 16px;}

.pro_subtxt1 {font-size:15px;}
.pro_form form .form_item .item_tit {font-size: 18px;margin-bottom: 15px;}
	.pro_form form .form_item xm-select {height:50px;line-height: 50px;}
	.pro_form form .form_item xm-select .xm-label .scroll .label-content {height: 50px;font-size:16px;padding-left: 15px;}
	.pro_form form .form_item xm-select > .xm-tips{padding-left: 15px;font-size: 16px;}
	.pro_form form .form_item xm-select > .xm-icon {right: 15px;}
	.pro_form form .form_item xm-select > .xm-body .xm-option {height: 46px;line-height: 46px;}
	.pro_form form .form_item xm-select > .xm-body .xm-option-content{font-size: 16px;}
	.pro_form form .form_item{margin-right:20px;}
	.pro_form form .item_li {width: calc(100% - 130px);}
	.pro_form form .item_li.pcr_box {width: calc(100% - 130px);	}	
	
	.pro_form form .item_li.pcr_box .form_item {margin-right: 15px;}
	.pro_form form .sear_group {height: 50px;}
	.pro_form form .sear_group a {padding: 0 15px;height: 50px;	font-size: 16px}

	.ny_pro_list .item_li ul li {width: calc(33.333% - 30px);margin-right: calc(30px* 3 / 2);	margin-bottom: 20px;}
	.ny_pro_list .item_li ul li .img_box img {height: 20vw;}
	.ny_pro_list .item_li ul li .text .text_b {font-size: 16px;line-height:1.2;}
	.ny_pro_list .item_li ul li .text .text_a {	font-size: 20px; margin-bottom: 10px;}

	.pro_show_banner .pro_tab{margin-top:0px;}
	.pro_show_banner .pro_show_bg {/* height: 500px; */height:40vw;}
	.pro_show_banner .pro_img img {/* max-height: 300px; */}
	.pro_show_banner .pro_img{padding: 0px 0 40px;}
	.pro_show_banner .pro_text {margin-left: 90px;width: 500px;}
	.pro_show_banner .pro_text .pro_tab_tit {font-size: 50px;line-height: 50px;padding-bottom: 20px;}
	.pro_show_banner .pro_text .pro_text_bot {padding: 20px 0;}
	.pro_show_banner .pro_text .pro_text_bot .pro_b {font-size: 18px;margin-bottom: 30px;}
	.pro_show_banner .pro_text .pro_text_bot .pro_c ul li {	margin-right: 20px;	}
	.pro_show_banner .pro_text .pro_text_bot .pro_c ul li img {	width: 48px;}
	.pro_show_banner .pro_text .pro_text_bot .pro_c ul li p {font-size: 14px;}
	.pro_show_con .con1 .p {width:calc(33.3% - 35px);}



	.ny_news_show .left {padding: 0 20px 0 0;width: calc(100% - 480px);}
	.ny_news_show .right {width: 400px;}
}
@media(max-width: 1300px) {
	.pro_show_banner .pro_tab{margin-top:20px;}
	/*.pro_show_banner .pro_show_bg {	height: 90vh;}
	.pro_show_banner .pro_img img {	max-height: 60vh;}*/
	.pro_show_banner .pro_text {margin-left: 90px;	width: 380px;}
	.pro_show_banner .pro_text .pro_tab_tit {font-size: 40px;line-height: 50px;	padding-bottom: 20px;}
	.pro_show_banner .pro_text .pro_text_bot {padding: 20px 0;}
	.pro_show_banner .pro_text .pro_text_bot .pro_b {font-size: 16px;margin-bottom: 30px;}
	.pro_show_banner .pro_text .pro_text_bot .pro_c ul li {	margin-right: 20px;	}
	.pro_show_banner .pro_text .pro_text_bot .pro_c ul li img {	width: 48px;}
	.pro_show_banner .pro_text .pro_text_bot .pro_c ul li p {font-size: 13px;}

	.pro_show_box .pro_show_tit .pro_tit_l {padding-left: 15px;font-size: 20px;	}
	.pro_show_con .con1 .p {	padding-left: 20px;	font-size: 16px;}
	.pro_show_con {	padding-top: 30px;	margin-bottom: 40px;}
	.pro_show_box .pro_show_tit{ padding-bottom: 10px;}
	.cont_box .fl01 .contact_l p {font-size: 16px;}
}
@media(max-width: 1280px) {

	.ntext_list .list_box_13 li a .time{font-size:14px;padding-right:0;} 
	.ntext_list .list_box_13 li a .time span{font-size:36px;}
	.ntext_list .list_box_13 li a .con h5{font-size:18px;}
	.ntext_list .list_box_13 li a .con p{font-size:15px;}
	.pic_list .item .tit{line-height:46px;}
	.ar_article p,.ar_article{line-height: .2rem;}
	#ar_fot {margin-top:0px;}

}

@media (max-width: 1000px) {
#m_n_nav {display: none;}
.n_banner .bg{height:46vw;}
.nynav_box,.n_banner .position_l{display: none;}
.n_news_detail .content {display: block; }
.n_news_detail .n_left {width: 100%;padding: 0; }
.n_news_detail .n_right {width: 100%;display: none; } 
.pic_list .item{width:50%;    margin-top: 10px;}
.page{margin:0}
.n_banner .text_box h3 {font-size: 28px;}
.ny_news_list .second_box .list .news-li:nth-child(3n),.ny_news_list .second_box .list .news-li{margin: 0 20px 30px 0;}
.ny_news_list .second_box .list .news-li{width:48%;}
.ny_news_list .second_box .list ul {justify-content: space-between;}
.ny_news_list .second_box .list .news-li:nth-child(2n){margin-right:0;}
	 
.sear_box .item_li li .piccon h6,.sear_box .item_li li .piccon span,.ny_news_list .second_box .list .new .time{font-size:14px;}
.sear_box .item_li li .piccon h5,.ny_news_list .second_box .list .new h2{font-size:18px;}
.sear_box .item_li li .piccon p,.ny_news_list .second_box .list .new p{line-height: 22px;font-size:14px;}
.ny_news_list .second_box .list .new p{margin-top:10px;}
.social-share .social-share-icon{margin: 0 3px;font-size:  1.75vw;}
.n_news_detail {padding-bottom:0px;}
	
.world_mapbox .world_map {width:90%;padding: 20px 20px 20px;}
.world_mapbox .world_map .img_box .txt a i img {width: 18px;}
.world_mapbox .world_map .img_box .txt a {font-size: 16px;}
.world_mapbox .world_map .img_box .txt a p {margin-left: 5px;}
.world_mapbox .world_map .img_box .txt_01 {	top: 30%;left: 17%;	}
.world_mapbox .world_map .img_box .txt_02 {	/*top: 24%;left: 52%;*/}
.world_mapbox .world_map .img_box .txt_03 {	/*top: 36%;left: 62%;*/left: 48%;}
.world_mapbox .world_map .img_box .txt a i {height: 20px;}
.world_mapbox .world_map .close {top: 15px;right: 15px;}

.pro_form form {justify-content: flex-start;align-items: center;flex-direction: column;	}
.pro_form form .item_li,.pro_form form .item_li.pcr_box{flex-direction: column;width: 100%;margin-bottom:20px}
.pro_form form .item_li .form_item,.pro_form form .item_li.pcr_box .form_item{  margin-right: 0;margin-bottom:20px;}
.pro_form form .form_item:last-child, .pro_form form .item_li.pcr_box .form_item:last-child{margin-bottom:0px;}
.pro_form form .sear_group { width:100%;}
.pro_subtxt1 {font-size:14px;line-height:1.2;}
.pro_form form .form_item .item_tit {font-size: 16px; margin-bottom: 10px;}
.pro_form form .form_item xm-select > .xm-body .scroll-body { padding: 0 15px;}
.pro_form form .form_item xm-select {height:42px;line-height:42px;min-height:42px;}
.pro_form form .form_item xm-select .xm-label .scroll .label-content {height: 42px;font-size:14px;padding-left: 10px;}
.pro_form form .form_item xm-select > .xm-tips{padding-left: 10px;font-size: 14px;}
.pro_form form .form_item xm-select > .xm-icon {right: 10px;}
.pro_form form .form_item xm-select > .xm-body .xm-option {height: 38px;line-height: 38px;}
.pro_form form .form_item xm-select > .xm-body .xm-option-content{font-size: 14px;}
.pro_form form .form_item xm-select > .xm-body {background: rgba(255 255 255 / 0.99);}

.ny_pro_list .item_li ul { display: flex; flex-wrap: wrap; flex-direction: column;}
.ny_pro_list .item_li ul li {width: 100%; margin-right:0; margin-bottom: 20px;}
.ny_pro_list .item_li ul li .img_box img {height:30vw;}

.about_box .fl02 .wid1600 { flex-direction: column;  justify-content: flex-start;}
.about_box .fl02 .item {width:100%;margin-bottom:30px;}
.about_box .fl02 .item .imgbox .tit { top: 20px; left: 30px;}
.about_box .fl02 .item:nth-child(2){flex-direction: column-reverse; justify-content: space-between;margin-bottom:0px;}
.about_box .fl02 .item .text { font-size: 14px; margin-top: 0;margin-bottom:20px;}
.about_box .fl02 .item .imgbox .tit h3 {font-size: 20px;}
.about_box .fl03{background-size:cover;padding:50px 0 60px;}
.about_box .fl03 .about_con { margin-top: 30px;}
.about_tit h3 {font-size: 20px; line-height: 30px;}
.about_box .fl04 .item,.about_box .fl04 .item:nth-child(2n-1){ flex-direction: column;}
.about_box .fl04 .item .about_left {  width:100%;padding-bottom: 42%;}
.about_box .fl04 .item .about_right{width: 90vw;margin:0 auto;}
.about_box .about_tit h3 { margin-bottom: 15px;}
.about_box .about_tit p { font-size: 14px;}
.about_box .fl04 .item .about_right .txt_a { margin-bottom: 15px;}
.about_box .fl04 .item .about_right{padding:30px 0;}
.about_box .fl04 .item .about_right .txt_a h3 {font-size: 18px;}
.about_box .fl04 .item .about_right .txt_b {font-size: 14px;}

.nynavbox .wid1600 { flex-direction: column;}
.search_r { width: 100%;}
.search_r .sear-p .inptext { height: 48px; font-size: 15px; padding-left: 12px; border-bottom: 2px solid #868686;}

.support_box.downbox .wid1600 { flex-direction: column;}
.support_box.downbox .item { width:100%;margin-bottom:30px;}
.support_box.downbox .item:last-child{margin-bottom:0;}
.support_box.downbox .item .imgbox {padding-bottom: 60%;}
.support_box.downbox .item .text h3 { font-size: 20px; margin-bottom: 15px; line-height: 30px;}
.support_box.downbox .item .text a {width: 110px; height: 32px;font-size: 14px;}

.download-list li .left a { font-size: 16px;}
.download-list li .left p { font-size: 12px;}
.download-list li .right a {margin: 0 0; font-size: 14px;}
.download-list li .right a i { height: 20px;  width: 20px;}

.ny_news_show .right {display:none;}
.ny_news_show .left { padding: 0 ; width: 100%;}
.ny_news_show .left .ar_title h3 { font-size:16px;margin-bottom:10px;}
.ar_article p, .ar_article {line-height: 1.75;font-size:14px;}

.cont_box .fl01{flex-direction: column;padding: 40px 0;}
.cont_box .fl01 .contact_l,.cont_box .fl01 .contact_r{ width: 100%;}
.cont_box .fl01 .contact_l{margin-bottom:30px;}
.cont_box .fl01 .contact_l .cont_tit {font-size: 20px;}
.cont_box .fl01 .contact_l p {font-size: 14px;}
.cont_box .fl01 .contact_r .divs{width:100%;}
.cont_box .fl01 .contact_r .group .yzmbox { width:100%;margin-bottom:20px;margin-right:0;}
.cont_box .fl01 .contact_r .group{flex-direction: column;}
.cont_box .fl01 .contact_r .bnts, .pro_show_box .pro_mes .bnts{width:100%;max-width:150px;}
.cont_box .fl02 .map_box {height: 70vw;}
.time_phone{display:none;}
.pro_show_con .con1 .p { width: 100%;margin-right:0;margin-bottom:15px;}
.pro_show_con .con1{margin-right:0;}


.pro_show_box .pro_mes form{flex-direction: column;}
.pro_show_box .pro_mes form .pro_mes_l, .pro_show_box .pro_mes form .pro_mes_r {width:100%;}
.pro_show_box .pro_mes form .pro_mes_l .divs {width:100% ;}
.pro_show_box .pro_mes form .pro_mes_l{margin-bottom:10px;}
.pro_show_box .pro_mes .group{flex-direction: column;}
.pro_show_box .pro_mes .group .yzmbox{width:100%;margin-right:0;margin-bottom:10px;}
.pro_show_box .pro_mes .bnts{width:100%;}
.pro_show_banner .pro_text .pro_tab_tit { font-size: 36px;}




}

@media (max-width: 600px) {
.ny_news_list .second_box .list .news-li,.ny_news_list .second_box .list .news-li:nth-child(3n) { width: 100%;  margin: 0 0 20px;}
.ny_pro_list .item_li ul li .img_box img {height:40vw;}
.page{display: none;}
.ph_pages ,.time_phone{display: block;}
.n_banner .text_box h3{font-size: 20px;}
.n_banner .text_box p{font-size:16px;}
.n_banner .bg{height:46vw;}
.n_main{padding: 20px 0 30px;}
.pic_list .item a{padding: 8px ;}
.ny_news_list .second_box .list{margin:0 -8px;}
.pic_list .item .tit{font-size:16px}
.sear_box .item_li li .picture,.sear_box .item_li li .piccon{width:100%;float:none !important;}
.sear_box .item_li li .piccon{margin-left:0;margin-top:10px;}
.sear_box .item_li li .piccon .botm{padding-top: 10px;}
.n_banner .text_box{margin-top:20px;}
 .ny_news_list .second_box .list .news-li{width: 100%; }
.ntext_list .list_box_13 li a .time span{font-size: 2rem;}
.ntext_list .list_box_13 li a{flex-direction: column; align-items: flex-start;}
.ntext_list .list_box_13 li a .time{display:none}
.ntext_list .list_box_13 li a .con{padding:0;}
.sear_box .item_li li{padding: 16px 0;margin-bottom: 10px;}
.ar_article p,.ar_article{line-height: 1.5;}


.n_banner .bg{height:70vw}
.nynav ul li a { padding: 15px 20px; font-size: 16px; height: 40px;}
.ny_news_list .first_box ul li{flex-direction: column;}
.ny_news_list .first_box ul li .imgbox{width:100%;margin-bottom:20px;}
.ny_news_list .first_box ul li .textbox { float: none; width:100%; margin: 0 30px 0 30px;}
.ny_news_list .first_box ul li .textbox h3 { font-size: 16px; margin-bottom: 10px;}
.ny_news_list .second_box .list .news-li,.ny_news_list .second_box .list .news-li:nth-child(3n) { width: 100%;  margin: 0 0 20px;}
.ny_news_list .first_box ul li .textbox .info p, .ny_news_list .first_box ul li .textbox .info a{line-height: 20px; font-size: 14px;}
.ny_news_list .second_box .list .new {margin-top: 15px; padding: 0px 15px 10px;}
.sear_box .item_li li .piccon h5, .ny_news_list .second_box .list .new h2 {font-size: 16px;}

.pro_show_banner .pro_tab {flex-direction: column;align-items: center;margin-top: 50px; margin-bottom: 50px;}
.pro_show_banner .pro_show_bg { height: auto;}

.pro_show_banner .pro_text{margin-left:0%;width:100%;}
.pro_show_banner .pro_img{padding:35px 0;max-width:100%;}
.pro_show_banner .pro_img img { height:60vw;}

.download-list li {margin-bottom:5px;display: flex;justify-content: flex-start;align-items: flex-start;padding: 15px 20px;flex-direction: column;}
.download-list li .left p{padding-top:5px;}
.download-list li .left{margin-bottom:10px;}



}