*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin: 0;padding: 0}
ul,ol,dl,table,th,tr,td,input,textarea,li,a,div,span,em,i{margin: 0;padding: 0;	border: 0;}
img {margin: 0;padding: 0;	border: 0;max-width: 100%;}
li {list-style: none;}
i{ font-style: normal;}
/*全局样式*/
html,body {width: 100%;	margin: 0 auto;}
/*= 清除浮动=*/
.clear {clear: both;height: 0px;line-height: 0px;font-size: 0px;overflow: hidden;display: block;}
.clearfix:after {content: "";display: block;height: 0px;clear: both;visibility: hidden;font-size: 0px;}
:focus{outline:0}
a, button, input[type="button"], input[type="submit"], input[type="reset"]{cursor:pointer}
/* Hides from IE-mac \*/
* html .clearfix {height: 0%;}
/* End hide from IE-mac */
* + html .clearfix {min-height: 0%;}
/* 针对IE7 */
* + html .clearfix {min-height: 0%;}
.w100 {width: 100%;}
.fl {float: left;}
.fr {float: right;}
/*原文件配置*/
body {color: #333;background: #ffffff;font: 16px/30px 'Microsoft YaHei', arial, sans-serif;min-width: 320px;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
a {color: #333;text-decoration: none;}
a:hover {color: #006666;}
/*块级转化*/
.di_in {display: inline-block;}
.di_no {display: none;}
.di_bl {display: block;}
/*原文件配置  end*/
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
/*纵向居中*/
.v_middle {vertical-align: middle;}
/*横向居中*/
.te_c {text-align: center;}
/*相对定位*/
.p_r {position: relative;}
/* 白色背景 */
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.flex-v {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.flex-1 {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-warp{flex-flow: wrap}
.flex-column{flex-flow: column}
.ellipsis{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical}

.clamp_1{-webkit-line-clamp: 1;}
.clamp_2{-webkit-line-clamp: 2;}



.transition{-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
@media (min-width: 1200px) {
	/*min-width 1200 */
    .container{width: 1200px;margin-right: auto;margin-left: auto}
    .container_130{width: 1400px;margin-right: auto;margin-left: auto}

}
/*全局样式 start*/

.header .logo { display: none;}
.header .logo img{}

/*顶部*/
.top{ background: #ebebeb; line-height: 30px;height: 30px;}
.top_man{justify-content:space-between}
.top_man p{ font-size: 12px; color: #5e5e5e;}
.top_man .lang>a,.top_man .lang{font-size: 12px; color: #5e5e5e; margin: 0 5px 0 5px;}
.top_man .lang>a i{ margin: 0 4px;}

.logo_left{justify-content:space-between}
.head{ margin: 25px 0;}
.head_tel{flex-wrap:nowrap;align-items:center}
.head_tel span:first-child{ padding-top: 35px;}
.head_tel span{ text-align: right; margin-right: 15px; font-size: 24px;}
.head_tel span i{ font-size: 16px; color: #333;}
.head_tel span .di_bl{ width: 100px;}


/*菜单*/
.hd_nav{background: url("../images/jn_21.png") no-repeat bottom; padding-bottom: 10px;}
.hd_nav ul{ width: 90%; margin: 0 auto;}
.hd_nav li{display: inline-block;}
.hd_nav li>a{font-size: 19px;color: #ea5506;position:relative ;z-index:60;line-height: 36px; padding: .3em 1em  0; }
.hd_nav li>a::after{content:"";position: absolute;z-index: -1; top: 0; left: 0;right: 0; bottom: 0; color: #ea5506;  background:#fce4d7;
    -webkit-transform:perspective(0.5em)scale(1.1,1.3) rotateX(5deg);　   　-webkit-transform-origin:bottom ;  }

.hd_nav li:hover>a,.hd_nav li.cur>a{color: #FFF;background: #ea5506; z-index:111111;}
.hd_nav li:hover>a:after,.hd_nav li.cur>a:after{content:"";position: absolute;z-index: -1; top: 0; left: 0;right: 0; bottom: 0; color: #FFF;  background:#ea5506;-webkit-transform:perspective(0.5em)scale(1.1,1.4) rotateX(5deg);　   　-webkit-transform-origin:bottom ; }


.hd_nav li:hover>a:before{display: block;}
.hd_nav .drop{position:absolute;padding-top: 0;display: none;z-index: 8;background: #ea5506;border-radius: 10px; }
.hd_nav li:nth-child(2) .drop{left: 137px}
.hd_nav li:nth-child(3) .drop{left: 265px}
.hd_nav li:nth-child(4) .drop{left: 385px}
.hd_nav li:nth-child(5) .drop{left: 488px}
.hd_nav li:nth-child(6) .drop{left: 640px}
.hd_nav li:nth-child(7) .drop{left: 760px}
.hd_nav li:nth-child(8) .drop{left: 893px}
.hd_nav li:last-child .drop{left: 1015px}


.hd_nav .drop .box{padding: 10px 0}
.hd_nav .drop .subnav{transition: all 3s;}
.hd_nav .drop .subnav a{font-size: 16px;line-height: 35px;color: #FFF;padding: 0 35px;text-align: center;}
.hd_nav .drop .subnav a:hover{background: #ff762e;padding: 0 35px;border-radius: 10px;}
.hd_nav li:nth-child(5) .drop .subnav a{padding: 0 45px }

.hd_nav .drop .thumbnail{overflow: hidden;}
.hd_nav li:hover .drop{display: block;}

/*banner*/
.banner .pic{overflow: hidden}
.banner .swiper-pagination{bottom: 25px}
.banner .swiper-pagination-bullet{border-radius: 0;width: 63px;height: 7px}
.banner .swiper-pagination-bullet-active{background-color: #FFF}

/*index*/

.index_about{padding: 40px 0 90px 0;background: #f7f7f7; }
.title{color: #ea5506;margin-bottom: 45px;}
.title h2{font-size: 30px;color: #ea5506;  line-height: 40px;background: url("../images/xk_42.png") no-repeat bottom; padding-bottom: 20px; letter-spacing: 5px; }
.title p{ text-transform: uppercase; font-size: 20px; color: #bbbbbb; font-family: Arial, Helvetica, sans-serif;}

.index_about .content{position:relative; display: flex;}
.index_about .content .rect-64{padding-bottom:64%;}
.index_about .content .left{width:50%; float:left; position:relative; z-index: 0;}
.index_about .content .right{width:50%; float:right; }
.index_about .content .right img{ position: absolute; left: 50%; top:50px; z-index: 5;width: 50%;}
.index_about .content .intro {position:absolute; left:0; top:0; width:100%; height:100%;}
.index_about .content .intro .intro_l{width:60%; float:left; background: #FFF;}
.index_about .content .intro .intro_l .box{padding:50px 60px 60px 70px}
.index_about .content .intro .intro_l .box .bo_top{ border-bottom: 3px solid #ea5506; padding-bottom: 10px; width: 200px;}
.index_about .content .intro .intro_l .box .bo_top h5{ font-size: 35px;color: #ea5506; letter-spacing: 5px; margin-bottom: 10px;}
.index_about .content .intro .intro_l .box .bo_top p{font-size: 20px; font-weight: bold; color: #bbbbbb; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; }
.index_about .content .intro .intro_l .box .bo_main{ margin: 20px 100px 20px 0;}
.index_about .content .intro .intro_l .box .bo_main p{ font-size: 14px; line-height: 26px;}
.index_about .content .intro .intro_l .box .bo_main p.moor{ margin: 40px 0 20px;}
.index_about .content .intro .intro_l .box .bo_main p.moor a{  font-size: 20px; line-height: 28px; border: 1px solid #ea5506; padding: 8px 35px;color: #ea5506;}
.index_about .content .intro .intro_l .box .bo_main p.moor a:hover{ background: #ea5506; color: #FFF;}


.index_product{padding: 40px 0 0px 0;}
.index_pro_xia{margin: 150px auto 50px; width: 92%; }
.index_pro_xia ul{}
.index_pro_xia ul li{ width: 25%;height: auto;  margin-bottom: 20px;}
.index_pro_xia ul li:nth-child(1),.index_pro_xia ul li:nth-child(3){ margin-top: -60px;} 


.index_fangan{background: url("../images/bg_02.jpg") no-repeat top; height: auto; padding: 62px 0 40px;}
.index_fangan_xia{ width: 100%; margin: 0 auto 50px;}
.index_fangan_xia ul{}
.index_fangan_xia ul li{ width: 25%; margin: 0;}
.index_fangan_xia ul li a{ width: 100%; margin: 0; }
.index_fangan_xia ul li a .pic{ overflow: hidden;}
.index_fangan_xia ul li a .fang_text{display: flex; flex-flow: column; text-align: center; padding: 30px; background: #FFF; position: relative;}
.index_fangan_xia ul li a .fang_text::after{ content: "";background: url("../images/jn_61.png") no-repeat left; position: absolute; left: -20px; top:40%; width: 20px; height: 48px; z-index: 55;}
.index_fangan_xia ul li a .fang_text h5{font-size: 26px; line-height: 25px; font-weight: normal; }
.index_fangan_xia ul li a .fang_text p{ font-size: 15px; line-height: 25px; text-align: left; text-indent: 2em;margin: 15px 0;-webkit-line-clamp: 5;min-height: 125px;}
.index_fangan_xia ul li a .fang_text span{ font-size: 14px; color: #b5b4b4; border: 1px solid #b5b4b4; line-height: 24px; padding: 2px 15px; width: 110px; margin: 0 auto; border-radius: 20px;}
.index_fangan_xia ul li a:hover .fang_text{ background: #ea5506;}
.index_fangan_xia ul li a:hover .fang_text::after{ content: "";background: url("../images/jn_62.png") no-repeat left; position: absolute; left: -20px; top:40%; width: 20px; height: 48px; z-index: 55;}
.index_fangan_xia ul li a:hover .fang_text h5,.index_fangan_xia ul li a:hover .fang_text p{ color: #FFF;}
.index_fangan_xia ul li a:hover .fang_text span{ border: 1px solid #FFF;color: #FFF;}

.index_shichang{ background: #fef8f5; padding: 50px 0;}
.index_shichang_xia{ margin: 30px 0; display: flex;align-items: center;}
.index_shichang_xia a{ position: relative;}
.index_shichang_xia a .pic{ overflow: hidden;}
.index_shichang_xia a .txttt{ position: absolute; left: 0; bottom: 0; z-index: 5;background: -webkit-linear-gradient(bottom,rgba(234,85,6,0.9),rgba(0,0,0,0)); width: 100%; }
.index_shichang_xia a .txttt p{color: #FFF;font-size: 28px;line-height: 60px; text-align: center; font-weight: bold;}
.index_shichang_xia .shi_text{ width: 80%; margin-left: 60px; margin-top: 15px;}
.index_shichang_xia .shi_text p{ font-size: 19px; line-height: 35px; text-indent: 2em;}

.index_dingzhi{ padding: 40px 0 0;}
.index_dingzhi_xia{ margin: 30px 0; display: flex; align-items:flex-start; border: 1px solid #ea5506;}
.index_dingzhi_xia .ding_left{ width: 15%;}
.index_dingzhi_xia .ding_left ul{ display: flex;flex-flow: column }
.index_dingzhi_xia .ding_left ul li{ margin: 0; border-bottom: none; border-top:1px solid #ea5506 ;}
.index_dingzhi_xia .ding_left ul li a { display: flex;align-items: center; padding: 13px 0; }
.index_dingzhi_xia .ding_left ul li a span{ font-size: 20px; margin-left: 15px;color: #ea5506;}
.index_dingzhi_xia .ding_left ul li a img{margin-left: 15px;}
.index_dingzhi_xia .ding_left ul li a .tupia_yu{ display: none;}
.index_dingzhi_xia .ding_left ul li a:hover{background: #ea5506;}
.index_dingzhi_xia .ding_left ul li a:hover .tupia_yu{ display: block;}
.index_dingzhi_xia .ding_left ul li a:hover .tupia{ display: none;}
.index_dingzhi_xia .ding_left ul li a:hover span{ color: #FFF;}

.index_dingzhi_xia .new_gun{ width: 70%;}
.index_dingzhi_xia .new_gun .swiper-slide .pic{ overflow: hidden;}
.index_dingzhi_xia .new_gun .swiper-pagination{font-size: 0;bottom:20px; }
.index_dingzhi_xia .new_gun .swiper-pagination-bullet{width: 12px;height: 12px; border-radius:50%;  background: #FFF; opacity: 1; }
.index_dingzhi_xia .new_gun .swiper-pagination-bullet-active{background: #ea5506;}

.index_news{padding: 40px 0 60px;}
.index_news_xia{ margin: 25px 0;}
.index_news_xia ul{ flex-wrap:wrap}
.index_news_xia ul li{ width: 40%; }
.index_news_xia ul li:first-child{ margin-left: 240px;}
.index_news_xia ul li a{ display: flex; align-items:center;background: #fef4eb; padding: 40px 40px; }
.index_news_xia ul li:nth-child(2) a,.index_news_xia ul li:nth-child(3) a{ background: #fbddcd;}
.index_news_xia ul li a .time{ text-align: center; margin-right: 40px; font-family: Arial, Helvetica, sans-serif; color: #666; font-size: 14px; }
.index_news_xia ul li a .time p{ line-height: 22px; font-size: 22px; color: #333;}
.index_news_xia ul li a .text h5{ font-size: 18px; line-height: 30px;-webkit-line-clamp: 1; margin-bottom: 10px;}
.index_news_xia ul li a .text p{ font-size: 14px; line-height: 22px; -webkit-line-clamp: 2; color: #666;}
.index_news_xia ul li a:hover{ background: #ea5506;}
.index_news_xia ul li a:hover .time,.index_news_xia ul li a:hover .time p,.index_news_xia ul li a:hover .text h5,.index_news_xia ul li a:hover .text p{  color: #FFF;}

.index_contact{padding: 255px 0 30px;background: url("../images/jn_59.jpg") no-repeat top; position: relative; }
.index_contact_xia{ background: #FFF;box-shadow:2px 2px 10px #909090;  display: flex; }
.index_contact_xia .tact_left{ background:#f6f6f6 ; }
.index_contact_xia .tact_left .tact_top{ text-align: center; margin: 30px 0;}
.index_contact_xia .tact_left .tact_top h5{ font-size: 21px; line-height: 23px; color: #666666; letter-spacing: 5px;}
.index_contact_xia .tact_left .tact_top p{ font-size: 16px; line-height: 23px;color: #888; text-transform: uppercase;}
.index_contact_xia .tact_left .tact_min h5{ line-height: 30px; background: #ea5506; font-size: 22px; color: #FFF; text-align: center; padding: 20px 0; }
.index_contact_xia .tact_left .tact_tel{width: 70%; margin: 30px auto;}
.index_contact_xia .tact_left .tact_tel p{ margin-bottom: 10px; font-size: 18px; line-height: 32px; color: #666666;}
.index_contact_xia .tact_rght{ background: #FFF; padding:75px 45px;width:65%;}
.index_contact_xia .tact_rght .pic{ overflow: hidden;}
    
#index_ditu  .about_main_jiaru{margin-top: -250px; margin-bottom: 0;}
    


.links{width: 100%; margin: 0 auto; padding: 40px 0; overflow: hidden;}
.links h5{ font-size: 18px; font-weight: normal; color: #333; line-height: 30px;}
.links .lin_xia{ margin: 20px 0 ; display: flex;flex-wrap:wrap; width: 100%;}
.links .lin_xia a{ font-size: 15px; line-height: 26px;margin:0 10px ; color: #333; display: inline-block; vertical-align: middle; width: 18%;}
.links .lin_xia a .pic{ overflow: hidden;}


.footer{background: #393939 ;width: 100%;border-top: 6px #ea5506 solid;padding-bottom: 20px;}
.footer .content{justify-content:space-between; width: 100%;}
.footer .col{margin-top: 30px}
.footer .col:last-child{margin-right: 0}
.footer .tit{color: #FFF;font-size: 20px; line-height: 18px; margin-bottom: 20px; }
.footer .box p{color: #d1d1d1;font-size: 18px;line-height: 33px}
.footer .box a{color: #d1d1d1;font-size: 16px;line-height: 28px}
.footer .box a:hover{ text-decoration: underline;}


.footer .erweima .box .er_mmm{display: flex; align-items: center}
.footer .erweima p{display: inline-block; line-height: 30px; text-align: right; font-size: 18px; color: #FFF; margin-right: 20px;margin-top: 10px;}
.footer .tubiao .di_bl{background: url("../images/xk_36.png") no-repeat left; padding-left: 20px;}

.banquan{ background: #393939; padding: 10px 0; overflow: hidden; text-align: center;}
.banquan span{ font-size: 15px; color: #FFF; line-height: 25px;  margin-top: 20px;}


/*内页通栏*/
.focus{overflow: hidden}

/*子菜单*/
.submenu{background: #f4f5f6;width: 100%;padding: 20px 0 0; overflow: hidden;box-shadow:0 0 4px #909090;}
.huanhan ul {flex-wrap:wrap;justify-content:space-around; display: flex; margin: 0 auto;}
.huanhan ul li{ padding: 0 20px;}
.huanhan ul li a{font-size: 19px; color: #666;line-height: 35px; padding-bottom: 20px;}
.huanhan ul li a.cur,.huanhan ul li a:hover{font-weight: bold;color: #ea5506; border-bottom: 4px solid #ea5506; padding-bottom: 16px;}



/*about-main*/
.nei_about{padding: 30px 0 0;}
.nei_about_top{padding: 30px 0; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; margin: 30px 0;}
.nei_about_top h5{ font-size: 24px; line-height: 40px;}
.nei_about_top p{ font-size: 20px; color: #888; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase;}

.about_main{ padding: 30px 0;background: url("../images/jn_68.jpg") no-repeat bottom;}
.about_main p{ font-size: 17px; line-height: 30px; color: #333; text-indent: 2em;}

.about_main_jiaru{ text-align: center; margin: 40px auto;}
.about_main_jiaru h5{ font-size: 30px; line-height: 40px;color: #ea5506; margin-bottom: 30px;}
.about_main_jiaru span a{ font-size: 19px; background: #ea5506; border-radius: 10px; padding: 10px 25px; color: #FFF; font-weight: bold;}
.about_main_jiaru span a:hover{background: #272727;}



/*news*/
.news{ padding: 30px 0;}
.news_main{}
.news_main ul{}
.news_main ul li{width:100%; margin-bottom: 20px;}
.news_main ul li a{ width: 100%; border-bottom: 1px solid #e6e6e6; padding: 15px 0;display: flex;justify-content:flex-start; align-items:flex-start;flex-direction:row;}
.news_main ul li a .imgbox{ width: 350px; display: block; height: auto;overflow: hidden;}
.news_main ul li a .imgbox img{max-width: 100%;}
.news_main ul li a .new_right{ margin:0 60px 0 30px;}
.news_main ul li a .new_right h5{font-size: 18px;line-height: 30px; overflow: hidden; margin:10px 0 15px;-webkit-line-clamp: 1; }
.news_main ul li a .new_right p{ font-size: 14px; line-height: 23px;overflow: hidden; color: #666666;-webkit-line-clamp: 2;}
.news_main ul li a .time{ width: 260px; text-align: center; }
.news_main ul li a .time p{ font-size: 16px;color: #333; font-family: Arial, Helvetica, sans-serif; line-height: 30px; margin: 20px 0 15px;}
.news_main ul li a .time span{ font-size: 14px; border: 1px solid #e6e6e6;  color: #888;line-height: 20px; padding: 5px 20px; border-radius: 20px;}
.news_main ul li a:hover .time span{ background: #ea5506; color: #FFF;}
.news_main ul li a:hover .new_right h5{color: #ea5506;}

.pages{margin: 50px 0}
.pages a{background: #eaeaea;font-size: 14px;padding: 5px 10px;margin-left: 5px;margin-right: 5px}
.pages a:hover{color: #FFF;background: #ea5506}
.pages span.page-link{padding: 5px 10px;}



/*news-main*/
.news_manin{ padding: 0 0 20px;}
.new_mai_top{ margin: 0 auto; border-bottom: 1px solid #d1d1d1 ; padding-bottom: 10px;text-align: center;}
.new_mai_top h5{ font-size: 23px; line-height: 30px; font-weight: normal;}
.new_mai_top p{ line-height: 30px; margin: 10px 0;}
.new_mai_top p span{ font-size: 14px; margin: 0 5px; color: #666;}

.new_mai_zhu{ margin: 20px 0;}
.new_mai_zhu p{ margin: 0; line-height: 28px; font-size: 15px; color: #333;}

.fanye{ margin: 15px 0; padding-top: 20px;border-top: 1px solid #d1d1d1 ; }
.fanye p a { font-size: 14px;  color: #333; line-height: 26px; }
.fanye p a:hover{ color: #ea5506;}

/*honor*/
.made_list{margin-left: -1.5%; margin-bottom: 30px;}
.made_list li{width: 23.5%; height: auto;margin-left: 1.5%; margin-bottom: 20px; }
.made_list li a{position:relative;overflow: hidden;display: block;}
.made_list .img{width: 100%;display: block;}
.made_list .title{font-size: 16px;color: #333;-webkit-line-clamp: 1; line-height: 27px;margin:10px 15px 20px;text-align: center; font-weight: normal;}
.made_list li:hover{/*background: #ea5506;*/}
.made_list li:hover .title{/*color: #fff;*/}

.made_list .mask{position:absolute;left: 0;bottom:-100%;width: 100%;height: 100%;display: block;background: #ea5506;transition: all .1s; opacity: .5;}
.made_list .icon{width: 45px;height: 45px;position:absolute;left: 50%;top: 50%;margin-left: -20px;margin-top: -30px;z-index:50;}
.made_list li:hover .mask{bottom: 0;}


/*guofen-product-1*/
.huanhan ul li:last-child  a:hover { border: none; padding: 0;}
.guofen{ padding: 30px 0 0;}
.guofen li{width:31.7%;  border: 1px solid #cdcdcd; padding: 40px 0 10px; border-radius: 10px; margin-bottom: 50px;}
.fenxiang{ padding: 50px 0 0; position: relative;}
.fenxiang_top{ margin: 20px 0;}
.fenxiang_top h5{ font-size: 24px;color: #ea5506; position: relative;}
.fenxiang_top h5:after{ content: ""; position: absolute; width: 81%; height: 1px; background: #cdcdcd; left: 120px; top:15px}

.fenxiang .swiper-container .swiper-slide .pic{ overflow: hidden; border: 3px solid #FFF;}
.fenxiang .swiper-container .swiper-slide .pic img{ width: 100%;}
.fenxiang .swiper-container .swiper-slide p{ text-align: center; line-height: 23px; margin: 15px 0;}
.fenxiang .swiper-container{margin: 45px 0 50px;}

.fenxiang .btns{position: absolute; top:65px; right: 40px; z-index: 2; }
.fenxiang .swiper-button-next, .fenxiang .swiper-button-prev{position:relative;width: 49.9%;background: none;height: 40px;opacity: 1!important;}
.fenxiang .swiper-button-prev{float: left;}
.fenxiang .swiper-button-next{float: right;}
.fenxiang .swiper-button-prev:after,.fenxiang .swiper-button-next:after{content:'';width: 28px;height: 70px;background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;top: 50%;margin-top: -11px;}
.fenxiang .swiper-button-prev:after{background-image:url(../images/next.png);right: 20px;}
.fenxiang .swiper-button-next:after{background-image:url(../images/prev.png);left: 20px;}
.fenxiang .swiper-button-next:hover, .fenxiang .swiper-button-prev:hover{background: none; opacity: .8;}

.product_tedian{ padding: 50px 0;}
.product_tedian_xia{ display: flex;justify-content:space-between}
.tedian_left{ width: 45%;}
.tedian_left .pic{ overflow:hidden;}
.te_left_xia{ margin: 20px 0;}
.te_left_xia h5{ font-size: 18px;color: #ea5506; margin-bottom: 20px;}
.te_left_xia ul{}
.te_left_xia li{ line-height: 30px; display: flex; justify-content:flex-start; text-align: left; margin-bottom: 10px;}
.te_left_xia li i{color: #ea5506;font-size: 18px;  }
.te_left_xia li span{ font-size: 17px; text-align: left;width: 370px; }
.product_tedian .mianbao{ margin: 30px auto; text-align: center;}
.teian_fen{ padding: 0;}


.jiangf_top{ padding: 40px 0; width: 80%; margin: 0 auto;}
.jiangf_top p{ font-size: 18px; line-height: 30px; text-indent: 2em;}

/*Solution*/
.solu_main{}
.solu_main li{ border: none; margin-bottom: 20px; padding: 0;}


/*dingzhi*/
.dingzhi{ padding: 30px 0;}
.dingzhi_midd{ width: 90%; padding: 20px 0;}
.dingzhi_xia{ padding: 50px 0 20px;}
.ding_till{ margin: 0 auto; text-align: center;}
.ding_till h5{ font-size: 24px;color: #ea5506; line-height: 30px;}
.ding_biaoge{ margin: 40px auto;}
.ding_biaoge table,.ding_biaoge table td{ border: 1px solid #ea5506;}

.ding_biaoge table td.xiangm{padding: 10px; }
.ding_biaoge tr td.biaotii span{ font-size: 20px;color: #ea5506; text-align: center; line-height: 23px;}
.ding_biaoge tr td.biaotii a { display: flex;align-items: center;padding: 10px 15px 10px 15px; }
.ding_biaoge tr td.biaotii a img{ width: 35px;}
.ding_biaoge tr td.biaotii a .tupia_yu{ display: none;}
.ding_biaoge tr td.biaotii a:hover{background: #ea5506;}
.ding_biaoge tr td.biaotii a:hover .tupia_yu{ display: block;}
.ding_biaoge tr td.biaotii a:hover .tupia{ display: none;}
.ding_biaoge tr td.biaotii a:hover span{ color: #FFF;}

.ding_biaoge td.xiangm input[type="text"]{width: 100px;height: 30px;border: 1px #ea5506 solid; font-size: 14px; color: #888;}
.ding_biaoge td.zuihou input[type="text"]{width: 80%;height: 30px;border: 1px #FFF solid; font-size: 16px; color: #888;}
.ding_biaoge td.xiangm .qita input{ padding: 0 10px;}
.ding_biaoge td.qqiqii{ width: 200px;}
.ding_biaoge td.xiangm .check_box em{ margin: 0 20px 0 5px; font-style: normal; font-size: 18px;}


.check_box label {width:18px;height:18px;position:absolute;top:5px;left:-1px;border:2px solid #ea5506;border-radius:50%;background:#fff;cursor:pointer;}
.check_box label:hover {border:2px solid #ea5506;}
.check_box label:after {content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:0.9;}
.check_box label:hover:after {background: #ea5506;}
.check_box input:checked + label {}
.check_box input:checked + label:after {opacity:1;background: #ea5506;}
.check_box em {margin-left:15px;font-style: normal;font-size: 15px;color: #555;}

.liuyan{ padding: 0 0 40px;}
.form-control .form-group{ margin-bottom: 20px;justify-content:flex-start}
.form-control .input{margin-top: 10px;}
.form-control .input input[type='text']{width: 100%;height: 40px;border: 2px #ebebeb solid;}
.form-control .txt{width: 42%; margin-right: 20px;}
.form-control .input textarea{width: 100%;height: 140px;border: 2px #ebebeb solid;}
.form-control .text{font-size: 15px;color: #999;margin-top: 20px;}
.form-control .submit{margin-top: 30px;}
.form-control .submit input[type='submit']{width: 230px;height: 50px;background-color: #ea5506;color: #FFF;font-size: 20px;font-weight: bold;margin-right: 30px; border-radius: 15px;}
.form-control .submit input[type='reset']{width: 230px;height: 50px;background-color: #272727;color: #FFF;font-size: 20px;font-weight: bold; border-radius: 15px}
.form-control h6{font-size: 18px;margin-bottom: 0; font-weight: normal;}
.form-control font{color: red;}


/*contact*/
.nei_contact{ padding: 70px 0;}
.contact_top{ padding: 0 0 30px; justify-content: center}
.contact_top .conta_left{ width: 45%; margin: 50px 50px 0 0; }
.contact_top .conta_left h5{ font-size: 22px; margin: 0 0 20px; }
.contact_top .conta_left p{ font-size: 18px; color: #666; margin-bottom: 5px; line-height: 26px;}
.contact_top .conta_right{ width: 50%;}
.contact_top .conta_right .pic{ overflow: hidden;}


.contact_xia{ padding-top: 40px ;}
.contact_xia .cp_form{ background: url(../images/jn_98.jpg) no-repeat center top; padding: 80px 0 100px;}
.contact_xia .cp_form .form{width: 80%; margin: 0 auto; }
.contact_xia .cp_form .form .miaoshu{ margin: 10px 0 20px;}
.contact_xia .cp_form .form .miaoshu p{ font-size: 15px; line-height: 28px;}

.cp_form .row{margin-bottom: 25px;margin-left: -2%; }
.cp_form .item{width: 31.3%;margin-left: 2%;}
.cp_form .form .addtd{width: 64.6%;}
.cp_form .form .ipt{width: 100%;background-repeat:no-repeat;background-position:96% center;background-size:26px; font-family:Helvetica, sans-serif; }
.cp_form .form .ipt_txt{height: 50px;line-height: 50px;padding:0 15px; font-size: 15px; font-family:Helvetica, sans-serif;}
.cp_form .form .textarea{height: 190px;padding:10px 15px;line-height: 26px;background-position:99% 10px;}
.cp_form .form .btns{margin-top: 30px;}
.cp_form .form .ann{display: inline-block;vertical-align: middle;width: 30%;line-height: 46px;font-size: 16px;color: #fff;margin-right: 50px;background: #ea5506;border:none;cursor: pointer;}
.cp_form .form .reset{background: #666;}
.cp_form .form .ann:hover{background: #000;}
.cp_form .form .name{background: url(../images/jn_99.png) no-repeat left 15px #f1f1f1;}
.cp_form .form .addtd .name,.cp_form .form .chuan .name{ background-image: none;}



.lianxifan .index_contact_xia{ position: relative;; top:-300px; left: 0; z-index: 4;}
.lianxifan .about_main_jiaru{ margin-top: -250px; margin-bottom: 40px;}

#switch_lang{display: none;}



/*全局样式 end*/
@media (max-width: 1440px) {
    .index_about .content .intro .intro_l .box .bo_main{margin: 20px 200px 20px 0;}
    .index_about .content .right img{ width: 70%;}


    .home_solun  .swiper-button-prev{left: 0;right: auto}
    .home_solun  .swiper-button-next{right: 0;left: auto}

}


@media (min-width: 1025px) {
	/*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    .footer .box a:hover,.hd_nav .drop .text-box .more a:hover,.hd_nav .drop .subnav a:hover,.home-pro .mores a:hover,.home-shiming .content .more a:hover,.home-news .text-content dd a:hover,.home-news .text-content .tit a:hover,.about .honor li:hover .txt a:hover,.about .honor li:hover h3 a:hover{text-decoration: underline}
    .footer .box a:hover{text-decoration: underline;}
   
    
}

@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
     /* index*/
     body{padding-top: 90px}
    #switch_lang{display: block;}
    .top,.head{ display: none;}
    .header{position: fixed;left: 0;top: 0;width: 0;z-index: 9999;background-color: #FFF;width: 100%}
    .header .logo { display: block;}
    .header .logo img{ width: 60%;margin-top: 15px;}

    img{max-width: 100%;}
    
    .hd_nav li:nth-child(5) .drop .subnav a{ width: 100%;}
    .container{width: 100%;padding-left: 15px;padding-right: 15px}

    .sj_menu{position:absolute;right: 30px;top: 50%;width: 32px;height: 32px;background: url(../images/menu.png?v=1.0) no-repeat center;background-size:contain;margin-top: -16px;}
    .sj_menu.close{background: url(../images/close.png) no-repeat center;background-size:26px;}
   
   
    .hd_nav{position:fixed;top: 87px;left: 0;bottom: 0;background: rgba(0,0,0,.6);width: 100%;display: none;z-index: 9}
    .hd_nav ul{display: block;position:fixed;background: #fff;top: 80px;width: 240px;right: 0;bottom: 0;overflow-y:scroll;padding-top: 20px;border-top:1px solid #efefef;}
    .hd_nav li{margin:0;display: block;text-align: left;margin-bottom: 5px;padding:0 20px;margin-bottom: 10px;}
    .hd_nav li>a{line-height: 35px;text-align: left; font-size: 16px;}
    .hd_nav li a:first-child{ background: none;}
    .hd_nav li.has>a{background: url(../images/arr.png) no-repeat right center;background-size:26px;display: inherit; color: #333;}
    .hd_nav li:hover > a, .hd_nav li.cur > a{color: #333;}
    .hd_nav li.has.cur>a{background-image: url(../images/arr-1.png);color: #ea5506;transition: all .3s;}
    .hd_nav .drop .subnav a{ font-size: 14px; color: #ea5506;text-align: left; line-height: 28px;}
    .hd_nav .drop .subnav a:hover{ font-size: 14px; color: #FFF; }
    .hd_nav li:hover .drop{display: none;}
    .hd_nav .drop{position:static;width: 100%;border: 0;margin-top: 0;padding-top: 0;transition: all 3s;-moz-box-shadow:0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow:0px 0px 0px rgba(0,0,0,0); box-shadow:0px 0px 0px rgba(0,0,0,0);}
    .hd_nav .drop:after, .hd_nav .drop:before{display: none}
    .hd_nav li.pos .drop{left: 0}
    .hd_nav .drop .text-box,.hd_nav .drop .thumbnail,.hd_nav li:hover>a:after, .hd_nav li.cur>a:after,.hd_nav li:hover>a:before{display: none}
    .hd_nav .drop .box{padding:0px}
    .hd_nav .drop .subnav{border-left: 0;padding-left: 0;width: 100%;text-align: left;padding-left: 24px; background:#FFF ;}
    .hd_nav li > a::after{background:none}


    .banner .pic,.banner .pic img{width: 100%}

    .index_about .content .intro .intro_l .box .bo_main{margin: 20px 100px 20px 0;}
    .index_about .content .right img{ width: 90%;}

    .index_fangan_xia ul li a .fang_text p{-webkit-line-clamp: 4;min-height: 88px; line-height: 22px;margin: 10px 0;}
    .index_fangan_xia ul li a .fang_text h5{ font-size: 22px;}
    .index_fangan_xia ul li a .fang_text::after{top:32%; background-size: 90%;left: -17px;}
    .index_fangan_xia ul li a:hover .fang_text::after{ left: -17px; top:32%;background-size: 90%; }

    .index_dingzhi_xia .ding_left{ width: 20%;}
    .index_dingzhi_xia  .new_gun{ width: 60%;}
    .index_dingzhi_xia .ding_left ul li a{ padding: 0;}
    .index_dingzhi_xia .ding_left ul li a span{ font-size: 18px;}

    .index_news_xia ul li{width: 43%;}
    .index_news_xia ul li:first-child{ margin-left: 100px;}
    .index_news_xia ul li a{ padding: 30px;}
    .index_news_xia ul li a .text h5{ font-size: 16px;}
    .index_news_xia ul li a .time{ margin-right: 20px;}
    


    .focus img{max-height: 360px}
    /*---------------------------------------------------------------------------*/
    .news_manin{ padding: 0;}



}

@media (max-width: 1023px) {
	/*修改1024以下、平板*/
    /*.banner .pic, .banner .pic img{height: 450px}*/

    .index_about .content{ flex-wrap: wrap-reverse;}
    .index_about .content .right{ width: 100%;}
    .index_about .content .right img{ position: relative; left:0 ; width: 100%;}
    .index_about .content .intro{ position:relative;}
    .index_about .content .intro .intro_l{ width: 100%;}
    .index_about .content .intro .intro_l .box{ padding: 50px 40px;}
    .index_about .content .intro .intro_l .box .bo_main{margin: 20px 0 20px 0;}
    .index_about .content .rect-64{ padding: 0;}

    .index_fangan{padding: 40px 0 40px;}
    .index_fangan_xia ul li a .fang_text{ padding: 15px;}
    .index_fangan_xia ul li a .fang_text h5{ font-size: 18px;}
    .index_fangan_xia ul li a .fang_text p{-webkit-line-clamp: 3;min-height: 66px; color: #666;}
    .index_fangan_xia ul li a .fang_text span{ width: 90px;}

    .index_shichang_xia .shi_text p{font-size: 17px; line-height: 30px;}
    .index_shichang_xia a .txttt p{ font-size: 23px;}
    .index_shichang_xia{margin: 0;}

    .index_dingzhi_xia .ding_left ul li a{ padding: 3px 0;}
    .index_dingzhi_xia .ding_left ul li a img{ width: 30%;}
    .index_dingzhi_xia .ding_left ul li a span{ font-size: 16px; line-height: 22px;}

    .index_contact_xia .tact_rght{ width:70%;padding: 45px 25px;}
    .index_contact_xia .tact_left .tact_top{ margin: 20px 0 10px;}
    .index_contact_xia .tact_left .tact_tel{ margin: 10px auto;}
    .index_contact_xia .tact_left .tact_tel p{ margin-bottom: 0; font-size: 15px; line-height: 26px;}
    .index_contact_xia .tact_left .tact_min h5{ font-size: 19px; padding: 10px 0;}
    .index_contact_xia .tact_left .tact_top h5{font-size: 19px;}
  
   

    .links .lin_xia a{ width: 22%;}

    .footer{height: auto;padding: 30px 0 0}
    .footer .content{width: 100%}
 
    .footer .box{display: none}
    .footer .box p{ font-size: 14px;}
    .footer .col{width: 100%;margin-top: 0px}
    .footer .tit{font-size: 16px;margin-bottom: 15px;padding-bottom: 5px;background: url(../images/add.png) no-repeat right center;background-size: 20px;border-bottom: 1px solid rgba(184,184,184,.49)}
    .footer .box a{ font-size: 14px;}
    .footer .erweima img{ width: 50%;}
  

    /*-----------------------------------------------neiye----------------------------*/
 
    .focus img{max-height: 260px}
    .huanhan ul li a{ font-size: 17px;}

    .nei_about_top{ padding: 15px 0;}
    .nei_about_top h5{ font-size: 22px;}
    .nei_about_top .di_bl{ width: 80%;}
    /*---------------------------------------------------------------------------*/
    .new_mai_top h5{ font-size: 20px;}
    .new_mai_top p{ line-height: 25px;}
    /*---------------------------------------------------------------------------*/

    .huanhan ul li a .di_bl{ width: 70%;vertical-align: middle;display: inline-block;}

    .fenxiang_top h5::after{ width: 75%; left: 90px;}

    .ding_till h5{ font-size: 23px;}
    .ding_biaoge tr td.biaotii a{ flex-wrap:wrap;justify-content: center}
    .ding_biaoge tr td.biaotii span{ font-size: 18px;}
    .ding_biaoge td.xiangm .check_box em{ font-size: 16px;}

    .preview .swiper-slide{width: 306px;margin-left: -78px}
    .preview .swiper-slide:nth-child(1){margin-left: 0}

    .news_main ul li a .new_right h5{ margin: 0;}

    .made_list li{ width: 31.7%;}
    /*---------------------------------------------------------------------------*/
    .contact_top .conta_left{ margin: 10px 50px 0 0;}
    .contact_top .conta_left h5{ font-size: 20px;}
    .contact_top .conta_left p{ font-size: 16px;}

    .contact_xia .cp_form .form{ width: 90%;}

}

@media (max-width: 768px) {
	/*修改768以下、小屏平板*/
    body{padding-top: 70px}

    .header .icon{margin-right: 60px}
    .hd_nav ul{width: 100%;top: 80px;}
    /*.banner .pic,.banner .pic img{height: 400px}*/
    
    .index_about{padding: 20px 0 90px 0;}
    .title{ margin-bottom: 20px;}
    .index_about .content .intro .intro_l .box{ padding: 30px 20px;}
    .index_about .content .intro .intro_l .box .bo_top h5{ font-size: 28px;margin-bottom: 0;}
    .index_about .content .intro .intro_l .box .bo_top p{ font-size: 17px;}
    .index_about .content .intro .intro_l .box .bo_top{ width: 170px;}
    .index_about .content .intro .intro_l .box .bo_main p.moor a{font-size: 17px;}

    .banner .swiper-pagination{bottom: 10px;}
    .banner .swiper-pagination-bullet{ width: 25px; height: 4px;}
    .banner .swiper-slide img{ height: 170px;}


    .index_product{ padding: 30px 0 0 0;}

    .index_fangan_xia ul li{ width: 35%;}
    .index_fangan_xia ul li:nth-child(2n){ width: 65%; }
    .index_fangan_xia ul li a .fang_text p{ min-height:66px;-webkit-line-clamp: 3; font-size: 14px;}
    .index_fangan_xia ul li a .fang_text{ padding: 10px;}

    .index_shichang{ margin: 0;}
    .index_shichang_xia{ flex-wrap:wrap; margin: 30px 0 0;}
    .index_shichang_xia .shi_text{ width: 100%; margin: 30px 0;}
    .index_shichang_xia a .txttt p{ font-size: 20px;}


    .index_dingzhi_xia{ flex-wrap:wrap;position: relative;}
    .index_dingzhi_xia .ding_left{ width: 50%;}
    .index_dingzhi_xia .new_gun{ width: 100%; }
    .index_dingzhi_xia .rrrght{ position: absolute; left: 50%; top:0; z-index: 2;}
 
    .index_news_xia ul li{width: 50%;}
    .index_news_xia ul li:first-child{ margin-left: 0;}

    .index_contact_xia{ flex-wrap:wrap}
    .index_contact_xia .tact_left,.index_contact_xia .tact_rght{ width: 100%;}
    .index_contact_xia .tact_left .tact_tel{ margin: 20px auto 40px; width: 80%;}
  
    .links .lin_xia a{ width: 20%;}

 
    /*--------------------------------------------nei ye-------------------------------*/
    .submenu{ padding: 10px 0 0 0;}
    .huanhan ul li a{ font-size: 16px;}
    .huanhan ul li{ padding: 0 10px; }
    .huanhan ul li a.cur, .huanhan ul li a:hover{ padding-bottom:0;}

    .nei_about{ padding: 10px 0;}
    .nei_about_top{ padding: 15px 0;}
    .nei_about_top h5{ font-size: 20px;}
    .nei_about_top .di_bl{ width: 60%;}
    .nei_about_top p{ font-size: 18px;}

    .about_main{ padding: 0 0 30px;}
    .about_main p{ font-size: 15px;}
    .about_main_jiaru h5{ font-size: 26px;}

    .news_main ul li a .imgbox{ width: 500px;}
    .news_main ul li a .new_right{ margin: 0 20px;}
    .news_main ul li a .time span{ padding: 5px ; font-size: 13px;}
    .news_main ul li a .time p{ margin: 0; font-size: 14px;}
    .news_main ul li a .new_right h5{ font-size: 16px;}
  /*---------------------------------------------------------------------------*/
  .fenxiang{ padding: 20px 0 0 0;}
  .fenxiang_top h5{ font-size: 20px;}
  .fenxiang_top h5::after{ width: 65%; left: 90px;}
  .fenxiang .btns{top:30px;}

   .product_tedian_xia{ flex-wrap:wrap;}
   .tedian_left{ width: 100%; margin-bottom: 30px;}
   .te_left_xia h5{ font-size: 17px;}
   .te_left_xia li span,.te_left_xia li i{ font-size: 16px;}
   .te_left_xia li span{ width: 70%;}
   .product_tedian .mianbao{ margin: 0 auto; width: 70%;}
   .teian_fen .swiper-container{ margin: 20px 0;}

   .jiangf_top{width: 90%;padding:20px 0}
   .jiangf_top p{ font-size: 16px;}

    /*---------------------------------------------------------------------------*/

    .title h2{ font-size: 26px;}

    .banner .c_img{ height: 200px;}

    .new_mai_top h5{font-size: 20px;}

    .made_list .title{ font-size: 14px;}
    /*---------------------------------------------------------------------------*/
    .nei_contact{ padding: 40px 0;}
    .contact_top{ flex-wrap:wrap;padding: 0;}
    .contact_top .conta_left,.contact_top .conta_right{ width: 100%; margin: 0 0 40px;}
    .contact_top .conta_left h5{ font-size: 17px;}

}

@media (max-width: 540px) {
body{padding-top: 60px}


.hd_nav ul{width: 100%;top: 60px;}

.title h2{ font-size: 21px;line-height: 20px;}
.title p{ font-size: 16px;line-height: 20px;}
.index_about .content .intro .intro_l .box .bo_top h5{ font-size: 22px;margin-bottom: 0;}
.index_about .content .intro .intro_l .box .bo_top p{ font-size: 14px;line-height: 20px;}
.index_about .content .intro .intro_l .box .bo_top{ width: 110px;padding-bottom: 5px;}
.index_about .content .intro .intro_l .box .bo_main p.moor a{font-size: 15px;}

.index_pro_xia{ width: 100%;}
.index_pro_xia ul li{ width:50%;height: auto;  margin-bottom: 40px;}


.index_fangan_xia ul li{ width: 50%;}
.index_fangan_xia ul li:nth-child(2n){ width: 50%; }
.index_fangan_xia ul li a .fang_text p{ min-height:66px;-webkit-line-clamp: 3; font-size: 14px;}
.index_fangan_xia ul li a .fang_text{ padding: 15px;}

.index_news_xia ul li{ width: 100%;}
.index_news_xia ul li a{ padding: 20px;}
.index_news_xia ul li:nth-child(2) a,.index_news_xia ul li:nth-child(4) a{ background: #fbddcd;}
.index_news_xia ul li:nth-child(3) a{background: #fef4eb;}
.index_news_xia ul li:nth-child(2) a:hover,.index_news_xia ul li:nth-child(3) a:hover,.index_news_xia ul li:nth-child(4) a:hover{ background: #ea5506;}

.links .lin_xia a{ width: 26%;}



/*--------------------------------------------nei ye-------------------------------*/
.huanhan ul li a{ font-size: 14px;}
.huanhan ul li{ padding: 0 4px; }

.nei_about_top{ padding: 15px 0; margin: 15px 0;}
.nei_about_top h5{ font-size: 17px;}
.nei_about_top .di_bl{ width: 80%;}
.nei_about_top p{ font-size: 16px;    line-height: 20px;}
/*---------------------------------------------------------------------------*/
.about_main_jiaru h5{ font-size: 22px;}
.about_main_jiaru span a{ font-size: 17px;}

.news_main ul li a{ display: block;}
.news_main ul li a .new_right{ margin: 15px 0 0 0;}
.news_main ul li a .imgbox{ width: 100%;}
.news_main ul li a .time{ width: 100%; text-align: left;}
.news_main ul li a .time span{ padding: 5px 10px;}

.new_mai_top h5{ font-size: 17px;}
.new_mai_top p span{ line-height: 25px; font-size: 12px;margin: 0 3px;}
.new_mai_zhu p{ font-size: 14px; line-height: 25px;}
/*---------------------------------------------------------------------------*/

.made_list li{ width: 48.5%; margin-bottom: 15px;}

.focus img{ min-height: 110px;}
/*---------------------------------------------------------------------------*/

.banner .c_img{ height: 150px;}

.banquan span{ width: 100%; display: inline-block;font-size: 14px; }
.footer .box a{ font-size: 15px;}

.fenxiang_top h5::after{ width: 49%; left: 90px;}

.jiangf_top{width: 100%;padding:10px 0}
.jiangf_top p{ font-size: 15px;line-height: 25px;}

.ding_till h5{ font-size: 20px;}
.ding_biaoge td.qqiqii{ width: 60px;}
.ding_biaoge table td.biaotii{ width: 70px;}
.ding_biaoge td.xiangm .check_box em{ font-size: 14px;}
.ding_biaoge td.xiangm input[type="text"]{ font-size: 12px;}
.ding_biaoge tr td.biaotii span{ font-size: 16px;}
.ding_biaoge tr td.biaotii a{padding: 5px 10px 5px 10px;}

.form-control h6{ font-size: 16px;}
.form-control .submit input[type="submit"],.form-control .submit input[type="reset"]{ font-size: 17px; height: 35px; width: 150px;}

.contact_xia .cp_form .form{ width: 95%;}
.cp_form .row{ margin-bottom: 10px;}
.cp_form .form .ipt_txt{ height: 37px; line-height: 37px;}
.cp_form .form .ann{ margin-right: 10px;line-height: 36px;}
}

@media (max-width: 424px) {
	/*修改425以下、普通的安卓手机屏*/
    /*.banner .pic,.banner .pic img{height: 240px}*/
    .copyright .content{padding: 0 15px}
    .footer .tit{font-size: 15px}
    .focus img{max-height: 160px}



}

@media (max-width: 376px) {
	/*修改375以下、iPhone5，4，等小屏手机*/
    .banner .pic{height: 240px}
    .banner .pic img{height: 320px}

    
 
  .submenu{ display: none;}
}
