﻿/* CSS Document */
@font-face{
    font-family: 'Sans';
	src:url(../fonts/OpenSans-Regular.ttf);
}
/*transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;*/
body,div,ul,li,h1,h2,h3,h4,h5,p,table,td,tr,p,dl,dt,dd{ padding:0; margin:0; list-style:none;}
body{ font-family:"微软雅黑",Arial, Helvetica, sans-serif;font-size:14px; color:#262626;min-width: 1240px;}
a{ color:#262626; text-decoration:none;}
a:hover{text-decoration:none!important; color:#eb3c00;}
img{ border:0;}
.clear{ clear:both;}
.wid{ width:1200px; margin:0 auto;}
.wid:after,.wid ul:after,.header:after,.banenr:after,.home_pro_box:after,.home_net_num:after,.mid_cont:after,.home_prolist ul:after,.pro_prolist ul:after,.pro_list:after,.pro_class_sm:after{ content:""; display:block; clear:both;}
.fl{ float:left;}
.fr{ float:right;}



.header{ position:fixed; left:0; top:0; width:100%; z-index:10000; background-color:#fff;  height:140px;}
.search-en{padding:45px 0 0 5.5%;}
.search-wrapper {padding:0px 15px 0 10px;}
.search-wrapper .input-holder {overflow: hidden;height:50px;background: rgba(255,255,255,0);border-radius:6px;position: relative;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.search-wrapper.active .input-holder {position: absolute; left:50px;top:40px;border-radius: 50px;width:450px;background: rgba(0,0,0,0.5);-webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);-moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);}
.search-wrapper .input-holder .search-input {width:100%;height:38px;font-size: 14px;font-weight: 400;line-height:38px;padding:0px 10px 0 20px;opacity: 0;position: absolute;top:0px;left:0px;background: transparent;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border:none;outline:none;
color:#FFF;-webkit-transform: translate(0, 60px);-moz-transform: translate(0, 60px);transform: translate(0, 60px);-webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);-moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);-webkit-transition-delay: 0.3s;-moz-transition-delay: 0.3s;transition-delay: 0.3s;}

.search-wrapper.active .input-holder .search-input {opacity: 1;-webkit-transform: translate(0, 10px);-moz-transform: translate(0, 10px);transform: translate(0, 10px);}
.search-wrapper .input-holder .search-icon {width:27px;height:38px;border:none;/*border-radius:6px;*/background:url(../images/search.png) no-repeat center;padding:0px;outline:none;position: relative;z-index: 2;float:right;cursor: pointer;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.search-wrapper.active .input-holder .search-icon {width: 50px;height:38px;margin: 7px 10px 10px 10px;border-radius: 30px;}
.search-wrapper .input-holder .search-icon span {width:22px;height:30px;display: inline-block;vertical-align: middle;position:relative;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);-moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);}
.search-wrapper.active .input-holder .search-icon span {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {position: absolute;content:'';}
.search-wrapper .input-holder .search-icon span::before {width: 4px;height: 14px;left: 9px;top: 0px;border-radius: 2px;background: #974BE0;}
.search-wrapper .input-holder .search-icon span::after {width: 14px;height: 14px;left: 0px;top: 0px;border-radius: 16px;border: 4px solid #974BE0;}
.search-wrapper .close {position: absolute;z-index: 1;top:50px;left:515px;width:25px;height:25px;cursor: pointer;opacity: 0;-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);transform: rotate(-180deg);-webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);-moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);-webkit-transition-delay: 0.2s;-moz-transition-delay: 0.2s;transition-delay: 0.2s;}
.search-wrapper.active .close {right:60px;opacity: 1;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);-moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);-webkit-transition-delay: 0.5s;-moz-transition-delay: 0.5s;transition-delay: 0.5s;}
.search-wrapper .close::before, .search-wrapper .close::after {position:absolute;content:'';background: #666;border-radius: 2px;}
.search-wrapper .close::before {width: 5px;height: 25px;left: 10px;top: 0px;}
.search-wrapper .close::after {width: 25px;height: 5px;left: 0px;top: 10px;}
.search-wrapper .result-container {width: 100%;position: absolute;top:80px;left:0px;text-align: center;font-size: 14px;display:none;color:#B7B7B7;}
@media screen and (max-width: 560px) {
    .search-wrapper.active .input-holder {width:200px;}
}
.en{ background:url(../images/xian.png) no-repeat left center; padding:0px 0 0 18px; font-size:18px; margin-top:7px;}
.en a{font-size:18px; color:#262626;}
.logo{ text-align:center;  padding:15px 0 18px 28.5%;}
.logo img{ height:102px; width:273px;}
.nav img{ height:20px; vertical-align:middle; margin-right:7px; margin-bottom:3px;}
.nav{ font-size:16px; font-weight:bold; float:right; padding-right:6%; padding-top:59px; cursor:pointer; position:relative; z-index:1000;}
.nav_cont{ position:absolute; top:0px; right:0px; width:250px; background:#f3f3f3; padding-top:30px; box-sizing:border-box; display:none;}
.nav_cont a{ color:black;padding:5px 30px; display:block; font-weight:normal; line-height:35px; border-bottom:1px #dededf dashed;}
.nav_cont a:hover,.nav_cont a.on{ background:#eb3c00; color:#fff;}
.nav_close{ position:absolute; top:0; right:250px; width:35px; vertical-align:middle; text-align:center; padding:10px 0; display:none;}
.erji a{ padding:2px 30px 2px 45px; line-height:30px; font-size:12px; color:#999;}

.banner{ height:700px; background:url(../images/banner1.jpg) no-repeat; background-size:100%; margin-top:140px;}
.banner h1{padding:9% 0 2% 1.5%;width:600px; margin:0 auto;}
.banner p{width:420px; margin-left:34%;text-align:center;}
.banner p .zi{line-height:45px; font-size:42px; font-weight:bold; color:#000;}
.banner p .zi1{ color:#eb3c00;line-height:80px; font-size:26px; font-weight:bold;}

.more{ width:210px; height:55px; overflow:hidden; background:#eb3c00; display:block;}
.banner .more{margin:30px auto 0 41.2%;}
.more:hover{ background:#d43904;}
.more_l{ float:left; width:143px; text-align:center; line-height:55px; color:#fff; font-size:22px;}
.more_r{ float:right; width:59px; height:55px; background:url(../images/more.png) no-repeat center; border-left:5px #fff solid;}

.home_pro{ background:#f7f7f7;width: 100%; }
.home_pro_box{ padding:20px 0;}
.home_pro_boxl{ float:left; width:40%; box-sizing:border-box; padding-left:7%;}
.home_pro_boxl h2{ font-size:42px; color:#333; padding-top:10%; font-weight:bold;}
.xian{ width:80px; height:6px; background:#eb3c00; margin:25px 0 40px 0;}
.home_pro_boxl p{ font-size:20px; color:#111; line-height:35px; margin-bottom:60px;}
.home_pro_boxr{ float:left; width:60%; text-align:right;}
.home_pro_boxr img{ max-width:100%;}


.navsub { font-size: 12px; width: 1240px; margin: 50px auto 80px auto; height: 140px; line-height: 42px; position: relative; z-index: 1; }
.navsub a { text-decoration: none; }
.navmain { height: 140px;position: relative; }
#nav_all { height: 140px; float: left; line-height: 140px; position: relative; z-index: 222; }
#nav_all li { height: 140px; width:123px;text-align: center; float: left; margin:0 7px;position: relative;}
#nav_all li a {background-color:#fff; color: #333; display: inline-block; text-align: center;font-size: 15px; cursor: pointer; 
height: 140px; width:123px; line-height:140px; white-space: nowrap;position: relative; margin:0 6px;}
#nav_all li a:hover {background:#eb3c00 url(../images/bird.png) center bottom no-repeat;  display: inline-block;height: 140px; width:123px;line-height: 140px;}

#nav_all li ul { display: none; position: absolute; z-index: 99; width:1200px; left: 6px; top: 140px;}
#nav_all ul li { background-image: none;line-height: 35px; height: 35px; padding: 0; margin:0;position: relative;}
#nav_all ul li a { background-image: none; margin: 0px; padding:0;font-size:13px; height: 35px; line-height: 35px; color: #333; font-weight: normal; background: #e6e8e8; border: none; }
#nav_all ul li a:hover { background-image: none;height: 35px; line-height: 35px; color: #FFF; background: #eb3c00; border-top: none; }

#nav_all li a.tb1{ background:url(../images/pro_tb1.png) no-repeat center 35px; display: block; }
#nav_all li a.tb2{ background:url(../images/pro_tb2.png) no-repeat center 35px;  display: block; }
#nav_all li a.tb3{ background:url(../images/pro_tb3.png) no-repeat center 35px;  display: block;}
#nav_all li a.tb4{ background:url(../images/pro_tb4.png) no-repeat center 35px; display: block;}
#nav_all li a.tb5{ background:url(../images/pro_tb5.png) no-repeat center 35px; display: block;}
#nav_all li a.tb6{ background:url(../images/pro_tb6.png) no-repeat center 35px; display: block;}
#nav_all li a.tb7{ background:url(../images/pro_tb7.png) no-repeat center 35px; display: block;}
#nav_all li a.tb8{ background:url(../images/pro_tb8.png) no-repeat center 35px; display: block;}
#nav_all li a.tb9{ background:url(../images/pro_tb9.png) no-repeat center 35px; display: block;}

#nav_all li a.tb1:hover,#nav_all li a.tb1.cur{ background:url(../images/pro_tb1_1.png) no-repeat center 35px #eb3c00;display: block;}
#nav_all li a.tb2:hover,#nav_all li a.tb2.cur{ background:url(../images/pro_tb2_1.png) no-repeat center 35px #eb3c00;display: block;}
#nav_all li a.tb3:hover,#nav_all li a.tb3.cur{ background:url(../images/pro_tb3_1.png) no-repeat center 35px #eb3c00;display: block;}
#nav_all li a.tb4:hover,#nav_all li a.tb4.cur{ background:url(../images/pro_tb4_1.png) no-repeat center 35px #eb3c00;display: block;}
#nav_all li a.tb5:hover,#nav_all li a.tb5.cur{ background:url(../images/pro_tb5_1.png) no-repeat center 35px #eb3c00;display: block;}
#nav_all li a.tb6:hover,#nav_all li a.tb6.cur{ background:url(../images/pro_tb6_1.png) no-repeat center 35px #eb3c00;display: block;}
#nav_all li a.tb7:hover,#nav_all li a.tb7.cur{ background:url(../images/pro_tb7_1.png) no-repeat center 35px #eb3c00;display: block;}
#nav_all li a.tb8:hover,#nav_all li a.tb8.cur{ background:url(../images/pro_tb8_1.png) no-repeat center 35px #eb3c00;display: block;}
#nav_all li a.tb9:hover,#nav_all li a.tb9.cur{ background:url(../images/pro_tb9_1.png) no-repeat center 35px #eb3c00;display: block;}

#nav_all li a span{position: absolute;top: 90px;line-height: 14px;left: 0;right: 0;margin: 0 auto;}
#nav_all li a:hover span,#nav_all li a.cur span{color: #fff;}

.home_net{ background:url(../images/home_map.jpg) no-repeat center; height:900px; padding-top:185px;}
.home_net_cont{ width:850px; height:530px; background:rgba(0,0,0,0.4); margin-left:7%; padding:100px 0 0 60px; box-sizing:border-box;}
.home_net_cont h2{ font-size:32px; color:#fff;}
.home_net_cont .xian{ margin:35px 0 60px;}
.home_net_num{ color:#fff; font-size:26px;}
.home_net_num p{ float:left; text-align:center;}
.home_net_num .z{ padding:0 100px;}
.home_net_num span{ font-size:74px;}

.foot{ padding:30px 0; background:#f5f4f4;}
.foot_box{ width:40%; float:left; box-sizing:border-box; padding:0 10px;}
.foot_box h3{ color:#eb3c00; font-size:18px; font-weight:bold; margin-bottom:10px;}
.foot_box p{ line-height:30px; font-size:12px;color:#eb3c00; font-weight:bold;}
.foot_box li{padding:0 5px 0 5px;}

.foot_box i:hover{color:#eb3c00!important;}
.foot_nav{ width:30%;}
.foot_nav ul{margin-top:20px;}
.foot_nav ul{margin: 0;width: 70%;}
.foot_nav li{float: left;padding: 0;width: 110px;}
.foot_nav a{ line-height:40px; font-size:14px; color:#eb3c00;}

.foot_nav a:hover{ color:#ad0e10;}
.footer_us {margin-top:20px;}
.footer_us li{padding-bottom:10px;}
.footer_us a{display:block; text-decoration: none;}
.footer_us a:hover{text-decoration: none;}
.footer_us a:hover .st{color:#eb3c00!important;}
.footer_us i{width:35px;}
.footer_us span{color:#d61518;}
.banquan{ background:#eb3c00; line-height:45px; text-align:center; color:#fff; font-size:14px;}

.nybanner{ position:relative;margin-top:140px;}
.nybanner img{ max-width:100%;}
.nybanner_cont{ z-index:55;position:absolute; top:35%; left:20%;width:400px;box-sizing:border-box; padding:0 50px 40px; background:rgba(255,255,255,0.8);}
.nybanner_cont .t_xian{ width:100%; height:10px; background:#eb3c00;}
.nybanner_cont .title{ font-size:36px; font-weight:normal; margin:30px 0 15px; color:#eb3c00;padding: 0 15px;
    font-size: 33px;}
.nybanner_cont p{ font-size:16px; line-height:26px;color:#333; padding-bottom:50px;}

.mid_pos{ color:#4f4f4f;font-size:20px; padding:20px 0;}
.mid_pos a{ color:#4f4f4f;}
.mid_pos a:hover{ color:#d61518;}
.mid_pos span{color:#eb3c00; padding:0 12px;}

.mid_cont{ padding-top:30px; line-height:30px;}
.mid_cont img{ max-width:100%;}

.swiper-honor img{width:100%;height:100%;}

.bj{ background:#f5f4f4;}
.pro_list{ padding:25px 0;}
.pro_ban{ width:50%; text-align:center;}
.pro_ban img{ max-width:100%;}
.pro_qie{ width:40%;}
.pro_qie h2{ font-size:36px; font-weight:normal; text-align:center; margin:30px 0;}
.pro_qie p{ width:600px; margin:0 auto; line-height:30px; margin-bottom:60px; text-align:left;font-size:20px;}
.swiper-slide img{ max-width:100%;}
.swiper1{ padding-bottom:50px;}

.pro_class_sm{ margin:90px auto 25px;display:flex;display:-ms-flexbox;display:-webkit-flex;padding-top:100px;}
.pro_class_sm h1{font-size:24px; font-weight:normal; text-align:left; color:#eb3c00; /*padding:0 0 30px;*/    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 1200px;}
.pro_class_sm p{    font-size: 14px;
    color: #606060;
    width: 1200px;
    text-align: center;}
.pro_class_sm .can{line-height:25px; color:#333; font-size:16px; text-align:left;}
.pro_class_sm_l{width:50%;padding:0 25px;}
.pro_class_sm_r{ width:50%; padding:0 25px;}
.pro_class_sm_r img{max-width:100%;}

.pro_class{margin:0 auto 50px;width: 1280px;}
.pro_class li{width: 300px;height: 300px;margin: 2% 10px;float:left;position:relative;box-sizing:border-box;overflow:hidden;border: 1px #ccc solid;}
.pro_class li:hover{box-shadow: 0px 0px 20px rgba(0,0,0,.1);}
.pro_class li:nth-child(4n){ margin-right:0;}
.pro_class li img{/* max-width:100%; */vertical-align:middle;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;}
.pro_class li:hover img{transform:scale(1.2);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}
.pro_class li span{ width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    padding: 45% 10px 0;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: 300ms;}
.pro_class li:hover span{ opacity:1;transition:300ms;}

.pro_cont{ padding:50px 0;}
.pro_cont h1{ font-size:40px; font-weight:normal; text-align:center; margin:10px 0 30px;}
.pro_cont_pic{ text-align:center; margin:10px 0 30px; position:relative;}
.pro_cont_pic .prev{ position:absolute; top:10%; left:50px; background:url(../images/tb_l.png) no-repeat left center; padding-left:25px; line-height:30px; font-size:14px; color:#4f4f4f;}
.pro_cont_pic .next{ position:absolute; top:10%; right:50px;background:url(../images/tb_r.png) no-repeat right center; padding-right:25px; line-height:30px; font-size:14px; color:#4f4f4f;}
.download{ position:absolute; bottom:10px; left:10px; text-align:center;}
.download a{ width:40px; height:40px; margin:0 5px;display:inline-block; cursor:pointer;}
.download a img{ max-width:100%;}
.slink{position:absolute; bottom:10px; right:10px;}
.slink a{width:30px; height:30px; margin:0 2px; display:inline-block;}
.slink a:hover{ opacity:0.8;}
.slink a img{ max-width:100%;}

.tag{ margin:50px 0 10px;}
.tag strong{ font-size:16px;}
.tag a{ padding:0px 10px; line-height:32px; display:inline-block; background:#ebebeb; margin:0 5px 10px; border-radius:3px; color:#666;}
.tag a:hover{color:#000;}

.news{ padding:50px 0;}
.news_class{ font-size:32px; font-weight:normal; margin:0px 0 50px; color:#41484b;}
.news_nav a{ padding:13px 30px; font-size:24px; color:#333;}
.news_nav a:hover,.news_nav a.on{ background-color:#eb3c00;padding:13px 30px; font-size:24px; color:#fff;}
.news_list{}
.news_list dl{ width:32%; margin-right:2%; float:left; box-sizing:border-box; margin-bottom:30px;transition:300ms;position:relative;top:0px;}
.news_list dl:nth-child(3n){ margin-right:0;}
.news_list dt{ height:180px; overflow:hidden;}
.news_list dt img{ max-width:100%;}
.news_list dd{ padding:10px;}
.news_list dd .time{ font-size:12px; color:#585555; margin-bottom:10px;}
.news_list dd .title{ font-size:18px; color:#000; margin-bottom:10px; height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_list dd .cont{ font-size:14px; color:#7f7f7f; line-height:24px; height:150px;}
.news_list dl:hover{ box-shadow:0 0px 5px 3px #ccc; position:relative;top:-10px;transition:300ms;}

.news_cont_t{ text-align:center; font-weight:normal; font-size:30px; margin:15px 0 50px;}
.news_cont_text{ line-height:30px;}
.news_cont_text p{ margin-bottom:10px;}

.contact{ padding:0 0 70px;}
.contact_t{ font-size:30px; line-height:60px; font-weight:normal;}
.contact h2{ font-size:26px; color:#fcbb4a; font-weight:normal; padding:50px 0 40px;}
.contact p{ font-size:15px; color:#6d7274; line-height:30px;}
.fa{padding-right:15px;}
.mid_nav{ float:right;}
.mid_nav a{ font-size:14px; padding:0 30px; background:#75c066; border-radius:3px; margin:0 15px; line-height:38px; display:inline-block; color:#fff;}
.mid_nav a:hover{ background:#d61518;}

.pro_cont_txt{line-height:26px;}

#about_slide1{background: url(../images/_DSC0086.jpg); height:763px;background-size:100% 100%;}
#about_slide2{background: url(../images/_DSC0078.jpg); height:763px;background-size:100% 100%;}
#about_slide3{background: url(../images/_DSC0018.jpg); height:763px;background-size:100% 100%;}


/*分页代码*/
.pagelist {clear:both; font-size: 12px; padding:20px 0;text-align:center;}
.pagelist a{ padding: 5px 9px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin:3px; color:#666; font-family:宋体,arial,sans-serif;}
.pagelist a:visited, #nowpage { padding: 3px 8px; margin:3px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.pagelist a:hover, #nowpage{color:#eb3c00; background: #fff; border-color:#eb3c00; text-decoration: none;}

/*send*/
.fabu {}
.fabu li { border-bottom:1px dashed #ccc; padding:10px;}
.fabu li b {color:#463b97; font-size:14px;}
.fabu li textarea { display:block;}
#send {display:block; margin-top:26px;width:100%;position:relative; margin-bottom:10px;}
#send a{ text-decoration:none; }
#detail_send .detjt{ color:#FFFFFF;}
#send .send_title{background:#eee;height:38px;text-indent:6px;color:#383838;border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc;padding: 0 0 0 20px;}
#send .send_title .sendh2_title {float:left; font-size:16px; line-height:20px; text-indent:10px; padding-top:8px;font-weight:bold;}
#send .send_title #detail_send {width:120px;background:url(page_bg.html) right -160px;height:38px;position:absolute;right:0;top:0;}
#send .send_main { border:1px solid #ccc; background:#fafafa;padding:30px;line-height:25px;}
#send textarea { max-width:100%; height:90px; font-family:Arial; color:#999;font-size:11px;border:1px solid #ccc;padding:5px; overflow:hidden; width:600px;}
.send_main strong{color:#383838; font-size:12px;}
.send_main{ font-size:12px;}
.blue22{width: auto; background-color: #eb3c00;color: white; text-transform: uppercase;font-size: 16px;font-weight: 400; padding: 8px 25px; border:medium none; border-radius:10px;cursor:pointer}

#Feedback{margin-top: 2%;}
#Feedback tr{display: block;width:100%;padding-bottom: 2%;}
#Feedback td{display: block;width:100%;}
#Feedback input{width:100%; height: 50px;border: #e6e6e6 solid 1px;}
#Feedback textarea{width:100%;border: #e6e6e6 solid 1px;}
.box_blue2::-webkit-input-placeholder{color: ##e4e4e4;}


.en_pwd{ position:fixed; width:100%; top:0; bottom:0; background:rgba(0,0,0,0.8); z-index:10001; display:none;}
.en_pwd_box{max-width:600px; background:#fff; margin:200px auto 0; border-radius:5px; position:relative; border:1px #4f4f4f solid; padding:0 0 30px 0}
.en_pwd_box .box_t{ text-align:center; border-bottom:1px #ddd solid;line-height:40px; height:40px; background:#ebebeb; color:#000; font-size:18px; border-top-left-radius:5px; border-top-right-radius:5px;}
.en_pwd_box .box_inp{ text-align:center; margin:20px 0 0px;}
.en_pwd_box .box_inp input{ line-height:32px; width:310px; padding:0 5px; border-radius:3px; border:1px solid #ccc;}
.en_pwd_box .box_an{ text-align:center; margin-top:20px;}
.en_pwd_box .box_an a{background:#ff4000; padding:0 20px; display:inline-block; line-height:30px; color:#fff; border-radius:3px; margin:0 10px; cursor:pointer;}
.en_pwd_box .box_an .close{ background:#aaa;}

.about_part{display:flex;display:-ms-flexbox;}
.about_part_1{width:50%;box-sizing: border-box;padding-left: 25px;padding-right: 25px;}
.about_part_2{width:50%;box-sizing: border-box;padding-left: 25px;padding-right: 25px;}
.about_part_2 h1{font-size:22px;font-weight:bold;margin-bottom: 25px;}
.about_part_2 ul{width:100%;}
.about_part_2 li{width:29%;margin-left:8px;margin-right:8px;margin-bottom:15px;background:#d61518;}
.about_part_2 img{width:100%;background:#d61518;}
.about_part_2 img:hover{opacity: 0.8;}
.about_part_1 h1{font-size:22px;font-weight:bold;margin-bottom: 25px;}
.about_part_1 p{font-size:15px;word-spacing: normal;color: #85868c;    margin-bottom: 10px;font-weight: 100;}
.progress{-webkit-box-shadow:none!important;height:15px!important;box-shadow:none!important;border-radius:0!important;margin-bottom:0px!important;}
.about_honor h1{text-align:center;font-size:25px;font-weight:bold;padding-top: 100px;margin-bottom: 25px;}
.about_honor p{text-align:center;font-size: 15px;word-spacing: normal;color: #85868c;margin-top: 10px;font-weight: 100;}
.about_honor_part{width:30%;height:400px;background:#d61518;}
.about_part_2 a{color: #85868c;font-size: 16px;font-weight: bold;display: block; text-align: center;width: 90%;transition:300ms;margin-top:15px;}
.about_part_2 a:hover{text-decoration: none;color:white;background:#eb3c00;}
.about_team{padding-top:100px;}
.team_1{width:100%;height:auto;}
.team_1 img{width:20%;}
.team_1 h3{font-size:16px;font-weight: bold;}
.about_center{}
.about_customer h1{text-align: center;font-size: 25px;font-weight: bold;padding-top: 100px;margin-bottom: 25px;}
.about_country{display:flex;display:-ms-flexbox;}
.about_country img{width:100%;}
.about_country p{font-size: 15px;word-spacing: normal;color: #85868c;margin-bottom: 10px; font-weight: 100;}
.about_country span{font-weight: bold;}
.about_last h1{text-align: center;font-size: 25px;font-weight: bold;padding-top: 100px;margin-bottom: 25px;}
.about_core{display:flex;display:-ms-flexbox;justify-content:center;-ms-flex-pack:center;}
.about_core h3{font-size: 16px;font-weight: bold;text-align:center;color: white;height:35px;line-height:35px;background: #eb3c00;}
.about_core p{    font-size: 15;word-spacing: normal;color: #85868c;margin-bottom: 10px;font-weight: 100;}

.feedback_message{display:flex;display:-ms-flexbox;}
.feedback_1t,.feedback_2t{width:50%;padding:25px;}
.stcc{background: rgba(170, 170, 170, 0.1);}
#page-wrapper{display:flex;display；-ms-flex;justify-content: center;-ms-pack:center;padding-top:5%;}


.show_cp{padding-top:150px;}
.show_cp img{max-width:100%;}
.show_cp_top{display:flex;display:-ms-flexbox;display:-webkit-flex;}
.show_cp_top1{padding:0 25px;width:50%;}
.show_cp_top1 h3{font-size:14px;}
.show_cp_top1  h2{font-size: 18px;font-weight: bold;  margin-top: 2px;}
.show_cp_top1 p{font-size: 14px; line-height: 24px;}
.show_cp_part_top{position: relative;padding-top:5%;margin-top: 5%;}
.show_cp_part_top span{width: 100%;position: absolute;border-top: solid;display: block;top: 50%;transform: translate(0,-50%);}
.show_cp_part_top p{font-weight: bold;background: white;padding:0 20px; position: absolute;display: block; top: 50%; transform: translate(-50%,-50%);left:50%;font-size:24px;}
.show_cp_part1{display:flex;display:-ms-flexbox;display:-webkit-flex;}
.show_cp_part1_a{width:50%;padding:0 15px;}
.show_cp_part1_a a{display: block;padding-top: 20px;padding-bottom: 10px;}
.show_cp_part1_a span{    line-height: 48px;font-weight: bold;font-size: 17px;top: 8px;text-align: left;color:black;}
.show_cp_part1_a i{color: white;padding: 0; text-align: center; width: 20px;height: 20px;display: inline-block; margin-left: 10%;border-radius: 100%;background: black;  line-height: 20px;}
.show_cp_center_part{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap;flex-wrap: wrap;}
.swiper-slidet{width:20%;padding-bottom: 1%;text-align: center;margin-top:1%;margin-left:25px;margin-right:25px;}
.swiper-slidet a{color:black;}
.swiper-slidet:hover{box-shadow: 0px 0px 20px rgba(0,0,0,.1);}
.swiper-show{overflow: hidden;position: relative;}
.swiper-show p{font-size:18px;padding:15px 0;color:black;}



@media screen and (max-width: 1400px) {
.nav_cont{padding-top:0px;}
}

@media screen and (max-width: 1199px) {
.home_prolist{display:none;}
.wid,.pro_prolist{width:100%; padding-left:15px; padding-right:15px; box-sizing:border-box;}
.home_net_cont{/* width:calc(100% - 30px); margin:0 15px;*/}
.foot_box{ width:35%;}
.foot_nav{ width:30%;}
.pro_prolist li{width:auto;}
	}

@media screen and (max-width: 480px) {
.wid{width:100%; padding:0 10px; box-sizing:border-box;}
.header{position:initial;}
.logo img{height:55px;}
.logo{margin:10px 0 10px 10px;}
.nav{padding-top:25px; position:fixed; right:0; top:0;}
.banner{height:auto;padding-bottom:20px; margin-top:0;}
.banner h1{padding:160px 0 10px; font-size:28px; text-align:center; width:100%;}
.banner p{font-size:12px;width:94%;padding:0 3%; text-align:center; margin-bottom:15px;}
.more{width:160px; height:44px; }
.more_l{line-height:45px; width:100px; font-size:16px;}
.more_r{width:57px; height:45px;}
.home_pro{padding:20px 0;}
.home_pro_boxl{float:none; width:100%; padding:0 10px;}
.home_pro_boxr{float:none; width:100%; padding:0 10px; box-sizing:border-box; margin-top:20px;}
.home_pro_boxl h2{font-size:26px;}
.xian{margin:20px 0;}
.home_pro_boxl p{font-size:16px; line-height:30px; margin-bottom:20px;}
.home_prolist{display:none;}
.nav_cont{height:auto;padding-top:10px; overflow:hidden;overflow-y:auto;}
.erji{}
.home_net{height:auto; padding:30px 0;}
.home_net_cont{width:96%; height:auto; margin:0 2%; padding:10px;box-sizing:border-box;}
.home_net_cont .xian{margin:15px 0 20px;}
.home_net_num p{float:none; text-align:left; font-size:18px; margin-bottom:15px;}
.home_net_num .z{padding:0;}
.home_net_num span{font-size:36px;}
.foot_box{width:100%; float:none; margin-bottom:20px;}
.nybanner{margin-top:0;}
.nybanner_cont{position:initial;left:3%; top:105%; width:94%; padding:0 15px; margin-top:15px;}
.nybanner_cont p{padding-bottom:20px;}
.mid_pos{font-size:16px;}
.mid_cont div{width:100% !important;}
.pro_prolist{display:none;}
.fr{width:100%; }
.fl{width:100%; }
.pro_qie p{width:100%;}
.mid_nav a{padding:0 10px; margin:0 0px;}
.mid_nav{ float:none;}
.contact img{max-width:100%;}
.pro_class_sm_r{display:none;}
.pro_class_sm{ margin:0 auto 20px;}
.pro_class_sm h1{padding:20px 0; font-size:30px; text-align:center;}
.pro_class_sm .can{width:100%;}
.pro_class{margin:20px auto 30px;}
.pro_class li{margin-bottom:10px; width:48%; margin-right:4%;}
.pro_class li:nth-child(3n){margin-right:4%;}
.pro_class li:nth-child(2n){margin-right:0;}
.pro_cont h1{font-size:30px; margin-bottom:90px;}
.pro_cont_pic .prev{left:0; top:-60px;}
.pro_cont_pic .next{right:0; top:-30px;}
.pro_cont_pic img{max-width:100%;}
#send textarea{width:90%;}



#about_slide1,
#about_slide2,
#about_slide3{height:300px}
.about_part,.about_country{display:block;}
.about_team,.about_core{display:block!important;}
.about_part_2 li{width:100%;}
.swiper-button-prev,.swiper-button-next{display:none;}
.contact_mc,.contact_mt,.contact_ms{display:block!important;width:100%!important;}
.feedback_message {display:block;}
.feedback_2t,.feedback_1t{width:100%;}
.blue22{    position: relative!important;margin-top:5%!important;}

	}

.banquan a{color: #fff;}
.banquan a:hover{color: #262626;}
.newsshow h1{text-align:center;}
.newsshow h3{text-align:center;font-weight:normal;font-size:18px;border-bottom:dashed 1px #ccc;padding-bottom: 15px;margin:0 0 30px 0;}
.newsshow p{font-size:15px;line-height:38px;}

.pagelist {padding:30px 0px 10px 0px; TEXT-ALIGN: center; color:#646464; clear:both; overflow: hidden;}
.pagelist a{ MARGIN:3px; PADDING:3px 7px; BORDER:1px solid #dbdbdb; color:#646464;font-size:16px;}
.pagelist a:hover { border:1px solid #b1b1b1; BACKGROUND: #b1b1b1; COLOR: #ffffff; TEXT-DECORATION: none;}
.pagelist a.current{ color:#FFFFFF;border:1px solid #316dbd; BACKGROUND: #316dbd; }
.pagelist ul{margin:0 auto; display: table;}
.pagelist li{ float:left;}
.page-active a {
    background: #eb3c00;
    color: #fff;
    border: solid 1px #eb3c00;
}