.body{ font-size:15px;overflow:hidden; line-height: 2; color: #333;}
.mauto{max-width: 1200px; margin: 0 auto;}
.header .mauto, .footer .mauto,.menu_x .mauto{ max-width: 80%;}
/*---------------头部导航--------------*/
.header{ position:fixed; left:0; right:0; top:0; z-index:999; padding:40px 0;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; }
.mini{background:rgba(0,0,0,0.65); padding:10px 0;}
.header .logo {
  float:left;
}
.navBox{ float:right; position:relative; padding-top:9px; }
.nav{ display:inline-block; *display:inline; *zoom:1; vertical-align:bottom;} 
.nav li {
  float: left;
  position:relative;
	margin: 0 25px;
}
.nav > li > a,.nav > li > .parent > a {
  line-height: 42px;
  font-size: 16px;
	font-weight: bold;
  color: #fff; 
  position:relative;
  display:block;
  padding:0 2px;
}
.nav li:hover > a,.nav li.act > a,.nav li:hover > .parent > a,.nav li.act > .parent > a { color:#cf0604; font-weight: bold;}
.subNav{ position:absolute; left:50%; margin-left:-50px; min-width:100px; height:0; opacity:0; overflow:hidden; top:48px; background:rgba(0,0,0,0,9); border-top:1px solid #333;}
.nav li:hover .subNav{ height:auto; opacity:1; top:42px;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.subNav li{ float:none;margin:0; }
.subNav li a{ line-height:39px; padding:0 10px; font-size:12px; white-space:nowrap; text-align:center; display:block; color:#fff;}
.subNav li:hover a,.subNav li.act a{ background:#7A98D4;  color:#fff; }
.nav .subNav li > a::after{ display:none;}
.nav .icon_control{ display:none;}
.header .head_r{ float:right; margin-top:14px; color: #fff;}
.header .head_r .search{ float:left; margin-left:12px; position:relative; font-size: 16px;}
.header .head_r .search .icon_search{ display:block;height:30px; line-height: 30px; padding-left: 30px; background:url(../image/icon_search.png) no-repeat left center; cursor:pointer;}
.header .head_r .search .pop_search{ position:absolute; top:40px; right:-20px; background:#FFFFFF; box-shadow:0 2px 2px rgba(0,0,0,0.05); -webkit-box-shadow:0 px px rgba(0,0,0,0.05); padding:10px; display:none; z-index:9;} 
.header .head_r .search .pop_search .searchBox{position:relative;}
.header .head_r .search .pop_search .searchBox .search_h{ width:248px; box-sizing:content-box; border:1px solid #CCCCCC; padding:8px 50px 8px 10px;}
.header .head_r .search .pop_search .searchBox .search_btn{position:absolute; top:0; right:0; bottom:0; width:39px; background:url(../image/icon_search1.png) no-repeat center #cf0604; cursor:pointer;}
/*-------------banner--------------*/
.banner{position:relative; z-index:0; overflow:hidden;}
.banner_list{ position:relative;}

.banner_list li .banSize{ height:740px; height: 100vh; background-position:center center; background-repeat:no-repeat; }
.banner_list .bn_prev,.banner_list .bn_next{ z-index:9; position:absolute; top:50%; width:45px; height:28px; margin-top:-14px; background:url("../image/slide_l3.png") no-repeat center;transition: all 0.5s;-webkit-transition: all 0.5s; -o-transition: all 0.5s; visibility:hidden; cursor:pointer;}
.banner_list:hover .bn_prev,.banner_list:hover .bn_next{ visibility:visible;}
.banner_list .bn_prev{ left:0;}
.banner_list .bn_next{background-image:url("../image/slide_r3.png"); right:0;}
.banner_list:hover .bn_prev{ left:5%;}
.banner_list:hover .bn_next{ right:5%;}
.banner .bn_adore{ position: absolute; z-index: 99; left: 50%; margin-left: -26px; bottom: 25px; bottom: 5vh; width: 52px; height: 97px; background: url(../image/adore_bn.png) no-repeat center bottom; background-size: contain;}
.inbanner .inbanSize{ padding-bottom: 49.5%; background-repeat:no-repeat; background-position:center; background-size: cover;}
.inbanner li .banSize{ height: 84vh;  }
/*-----------底部---------------*/
.footer{ color:#fff; line-height:1.8; position:relative; background:#5D5C5C; z-index:2;}
.footer a{color:#fff;}
.footer a:hover{ text-decoration: underline;}
.footer1{ padding: 70px 0 45px;}
.footer1 h3{ font-size: 16px; font-weight: bold; margin-bottom: 10px;}
.logo_f{ float: left; text-align: center;}
.logo_f .logo_txt{ margin-top: 20px; line-height: 1.5;}
.logo_f .logo_txt .cn{ font-size: 22px; font-weight: bold;}
.logo_f .logo_txt .en{ font-size: 10px; font-family: Arial, Helvetica, sans-serif; transform: scale(0.8); margin-left: -35px; margin-right: -35px;}
.link_f{ float: left; margin-left: 10%; min-width: 18%;}
.link_f a{ margin-bottom: 10px; display: inline-block;}
.contact_f{float: left;}
.contact_f p{ margin-bottom: 10px;}
.qr_f{ float: right;width:26%;}
.qr_f li{    float: left;
    width: 123px;
    text-align: center;
    margin-left: 2%;list-style:none;}
.footer2{ padding:1.5em 1em; line-height:1.5; color:#fff; background:#A50606; text-align: center;}
/*--------------*/
.main .section{ padding: 60px 0 70px;}
.tit1{text-align: center; margin-bottom: 45px;}
.tit1 h2{ font-size:42px; font-weight:600; color: #333; margin: 0; line-height: 1.5; position:relative;}
.tit1 h2:before{ position:absolute; content:''; width:10%; height:2px; background: #ddd;
    left: 30%;
    top: 35px;}
	.tit1 h2:after{ position:absolute; content:''; width:10%; height:2px; background: #ddd;
    right: 30%;
    top: 35px;}
.page{ text-align:center; margin-top: 10px;}
.page a{ padding:0; min-width:42px; line-height:42px; border: 1px solid #DDDDDD; color:#6b6b6b; margin:0 3px; text-decoration:none; display:inline-block; margin-bottom:0.5em; text-align:center; border-radius: 4px; -webkit-border-radius: 4px;}
.page a.page-pre,.page a.page-next{ padding:0 2em;}
.page a.pgcurrent,.page a:hover{ background:#DA0000; border-color:#DA0000; color:#fff;}
.page a.disabled,.page a.disabled:hover{ cursor:default; opacity:0.5; *filter:alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); background:none;border: 1px solid #DDDDDD; color:#6b6b6b;}
/*---------------index--------------*/
.index .section .mauto{ max-width: 80%;}
.tit{ text-align: center; position: relative; z-index:9;}
.tit h2{display: inline-block; line-height: 1.7; font-size: 26px; color: #000; border-bottom: 1px solid #000; font-weight: bold;}
.index .section1{position: relative;}
.index .section1 .adore{ position: absolute; top:255px; right: 0; width: 90%; text-align: right;}
.slide_xx{ position: relative; z-index: 9; overflow: hidden; margin-top: -34px; padding-top: 48px;}
.slide_xx .hh{ font-size: 52px; color: #000; font-weight: bold; line-height: 1.7; margin-top: 140px;}
.slide_xx .hh .hh_h{ color: #da0000;}
.slide_xx .img{ margin-top: 60px;}
.slide_xx a{ display: block;position: relative;}
.slide_xx span{ position: absolute; right: 5%; bottom: 40px; font-size: 105%; color: #fff;}
.slide_xx .slide-prev, .slide_xx .slide-next{ position: absolute; top: 0; line-height: 34px; border-bottom: 1px solid #000; color:#000; font-size: 14px; cursor: pointer; font-weight: bold;}
.slide_xx .slide-prev{ left: 0;}
.slide_xx .slide-next{ right: 0;}
.index .section2{ background:url(../image/indeximg2.jpg) no-repeat center; background-size: cover; padding: 0 !important;}
.video_x{ text-align: center; color: #fff; font-size: 26px; cursor: pointer; padding: 80px 0;}
.pop_video{position:fixed;z-index:9999; left:0; top:0; right:0; bottom:0; }
.pop_video .mask{ position:fixed;  left:0; top:0; right:0; bottom:0; background:#000;opacity:0.5; *filter:alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);}
.pop_video .video_play{ position:absolute; z-index:1; width:800px;background:#000; border-radius:10px; -moz-border-radius:20px; -webkit-border-radius:10px; left:50%; margin-left:-400px; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.pop_video .video_play .video_play_in{margin:10px;  position:relative;}
.pop_video .video_play .video_size{ padding-bottom:66.66%;}
.pop_video .video_play .video{position:absolute; left:0; right:0; top:0; bottom:0;}
.index .section3{ background:#f4f4f4;}
.sjnav{ width:100%; margin:0% 0% 4% 0; border-bottom:2px solid #f0f0f0;}
.sjnav a{ font-size:1.2vw; color:#666; padding:0 6% 0 0; line-height:4;}
.sjnav a.cur{ color:#da0000}
.sjone{ width:100%;}
.sjone .word{ width:100%; font-size:22px; margin:3% 0; text-align:center;}
.sjone .word span{ font-size:26px; font-weight:bold; color:#f00;}
.sjone .word2{ display: -webkit-flex; margin:6% 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;}
.sjone .word2 li{ border-right:2px solid #f0f0f0; width:33%;}
	
.sjone .word2 li:nth-child(1){  /* color:#1e74cb;*/color:#333; line-height:1.8; font-size:22px; text-align:center;}
.sjone .word2 li:nth-child(1) span{ font-size:40px; font-weight:bold; display:block;}
.sjone .word2 li:nth-child(2){   /*color:#86b823;*/color:#333; line-height:1.4; font-size:22px; text-align:center;}
.sjone .word2 li:nth-child(2) span{font-size:40px; font-weight:bold; }
.sjone .word2 li:nth-child(3){  /*color:#ffb61c;*/color:#333; line-height:1.6; font-size:36px; font-weight:bold;  text-align:center;border-right:0px solid #ddd;}
.sjone .word2 li:nth-child(3) span{ display:block;}
.sjone .sjlist{ display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; margin:2% 0;}
.sjone .sjlist li{ width:23.5%; text-align:center; border-radius:4px; padding:3% 0;}
.sjone .sjlist li:nth-child(1){ background:#1e74cb;}
.sjone .sjlist li:nth-child(2){ background:#98c251;}
.sjone .sjlist li:nth-child(3){ background:#ffb61c;}
.sjone .sjlist li:nth-child(4){ background:#ff8b96;}
.sjone .sjlist li .tit{ 
    color: #fff;
    font-size: 22px;
    
 
    width: 100%;
  }
.sjone .sjlist li .cont{  opacity: 1;    
    width: 58%; margin:0 auto; min-height:64px;
   
    color: #fff;
    font-size: 16px;
 
    transition: all ease .5s;
    
}
 @media (min-width:1201px){
.sjone .sjlist li:hover .cont {opacity: 1;transition:all ease .5s;}
}
.about_x{ color: #000; font-weight: bold; position: relative; padding-right: 280px; margin-bottom: 115px;}
.about_x .ux1{ font-size: 18px;}
.about_x .ux2{ font-size: 52px; line-height: 1.3;}
.about_x .more{ position: absolute; right: 0; bottom: 5px; display: block; line-height: 76px; width: 250px; font-size: 92%; color: #fff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: center; background:#da0000; }
.list1{ margin: 0 -8px 30px;}
.list1 li{ float: left; width: 33.33%;}
.list1 li .item{ display: block; margin: 0 8px; position: relative; color: #fff;}
.list1 li .text{ position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); text-align: center;}
.list1 li .text h3{ font-size:18px; margin-top: 0.5em;}
.list1 li .img img{transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.list1 li:hover .img img{transform: scale(1.01); -moz-transform: scale(1.01);-webkit-transform: scale(1.01);}
.index .section4{ background:#DA0000; padding: 32px 0;}
.tit_more1{ overflow: hidden; position: relative;}
.tit_more1 h2{ font-size:42px; color: #fff; font-weight: bold; line-height: 1.5; float: left;}
.tit_more1 p{ font-size:42px; margin-right:6%; color: rgba(255,255,255,0.6); font-weight: bold; line-height: 1.5; float: left;}
.tit_more1 p.cur{ color:#fff; border-bottom:2px solid #fff;}
.tit_more1 .more{ position: absolute; right: 0; top: 50%; margin-top: -24px;  background:#fff; line-height: 48px; font-size:16px; color: #da0000;  padding: 0 33px;}
.index .section5{padding:0 !important;}
.adnews_index li{ float: left; width: 50%;}
.adnews_index li a{ display:block; background:#fff; position: relative; overflow: hidden;}
.adnews_index li .imgBox{  position:relative; width: 50%; float: left;}
.adnews_index li .imgBox:before{content: ''; position: absolute; z-index: 2; width: 24px; height: 5px; background:#da0000; top: 54px; right: -9px;}
.adnews_index li .imgBox .imgSize{ padding-bottom:300px;}
.adnews_index li .imgBox .img{ position:absolute; left:0; top:0; bottom:0; right:0; overflow:hidden;}
.adnews_index li .imgBox img{transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; width:100%;}
.adnews_index li a:hover .imgBox img{transform: scale(1.05); -moz-transform: scale(1.05);-webkit-transform: scale(1.05);}
.adnews_index li .text{ width: 50%; position: absolute; left: 50%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 1em 5%; box-sizing: border-box; font-size:92%; color: #999;}
.adnews_index li .text h3{ font-size:18px; color: #000; line-height: 1.5; min-height: 3em;}
.adnews_index li .text .date{ margin-bottom: 15px;}
.adnews_index li .text .sum{ line-height: 2; height: 5.8em; overflow: hidden;}
.adnews_index li .text .adore_more{ margin-top: 22px; height: 10px; background:url(../image/icon1.png) no-repeat right center;}
.adnews_index li a:hover .text h3{ color: #da0000;}
.adnews_index li:nth-child(4n+3) .imgBox,.adnews_index li:nth-child(4n) .imgBox{ float: right;}
.adnews_index li:nth-child(4n+3) .text,.adnews_index li:nth-child(4n) .text{ right: 50%; left: 0;}
.adnews_index li:nth-child(4n+3) .imgBox:before,.adnews_index li:nth-child(4n) .imgBox:before{ left: -9px; right: auto;}
.index .section6{background:#F4F4F4; padding: 32px 0;}
.tit_more2{ color: #333; line-height: 1.2; overflow: hidden; position: relative;}
.tit_more2 .tit_ec{ float: left;}
.tit_more2 .en{ font-size:36px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.tit_more2 .cn{ font-size:24px;}
.tit_more2 .more{position: absolute; right: 0; top: 50%; margin-top: -24px; background:#da0000; line-height: 48px; font-size:16px; color: #fff; padding: 0 33px;}
.index .section7{background:url(../image/indexbg2.jpg) no-repeat center; background-size: contain; position: relative;}
.tit_more3{position: relative;}
.tit_more3 h2{ font-size:52px; color: #000; font-weight: bold; line-height: 1.5; }
.tit_more3 .more{position: absolute; right: 0; top: 50%; margin-top: -35px; width: 70px; height: 70px; background:url(../image/slide_r4_hover.png) no-repeat center #da0000; border-radius: 50%; -webkit-border-radius: 50%;}
.ser_xx{ position: relative;z-index: 2;}
.ser_xx .ser_item{ margin-bottom: 55px; position: relative;}
.ser_xx .ser_item .img{ width: 240px; margin: 0 auto;}
.ser_xx .ser_item h3{ font-size:30px; font-weight: bold; color: #000; line-height: 1.2; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.ser_xx .ser_item p{ line-height: 1.7; font-size:22px; color: #333;padding-top: 1.5em; padding-bottom: 1.5em; border-bottom: 1px solid #EBEBEB; position: absolute;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.ser_xx .ser_item1 h3{ left: 50%; margin-left: 190px;}
.ser_xx .ser_item1 p{ right: 50%; margin-right: 230px; left: 0;}
.ser_xx .ser_item2 h3{ right: 50%; margin-right: 190px; }
.ser_xx .ser_item2 p{ left: 50%; margin-left: 230px; right: 0;}
.index .section7 .adore{ position: absolute; z-index: 0; width: 90%; left: 0; bottom: 120px;}
/*------------news-------------*/
.news .section{ padding: 75px 0 80px;}
.ad_x .item_l{ width: 52%;float: left;}
.ad_x .item_r{ width: 45%; float: right;}
.adnews1{ overflow:hidden;position:relative; }
.adnews1 li a{ display:block;}
.adnews1 li .imgBox{  position:relative;}
.adnews1 li .imgBox .imgSize{ height:530px;}
.adnews1 li .imgBox .img{position:absolute; left:0; right:0; top:0; bottom:0;overflow:hidden;}
.adnews1 li img{transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; width:100%;}
.adnews1 li:hover img{transform: scale(1.05); -moz-transform: scale(1.05);-webkit-transform: scale(1.05);}
.adnews1 li .text{ position:absolute;  text-align:left; left:0; right:0; bottom:0;  color:#fff; padding:0.5em 120px 0.5em 0.8em; background:rgba(0,0,0,0.6); }
.adnews1 li .text h3{font-size:18px;line-height:2; margin: 0;text-overflow: ellipsis; white-space: nowrap;word-break: keep-all;overflow: hidden;}
.adnews1 .adn_pager{ position:absolute; z-index:9; width:auto; left:auto; right:10px; white-space:nowrap; bottom:18px;}
.adnews1 .adn_pager .swiper-pagination-bullet{ width:10px; height:10px; border-radius: 50%; -webkit-border-radius: 50%; margin:0 3px; background:#C8C8C6; opacity:0.5;}
.adnews1 .adn_pager .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity:1; background:#fff;}
.adnews2 li{ margin-bottom:30px;}
.adnews2 li a{ display:block; border: 1px solid #E4E4E4; padding: 15px 22px 20px;}
.adnews2 li .date{ float:left;position:relative;color:#666666; line-height:1.2; font-family: Arial, Helvetica, sans-serif;}
.adnews2 li .date .day{ font-size:50px; line-height: 1.1; font-weight: bold; color: #000;}
.adnews2 li .text{ margin-left:85px; padding-top: 10px;}
.adnews2 li .text h3{ line-height:1.5; font-size:18px; margin-bottom:0.6em; color:#000;text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;overflow: hidden;}
.adnews2 li .text p{ line-height:1.8; font-size: 92%; color:#999; text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;overflow: hidden;}
.adnews2 li a:hover{ border-color:#da0000;}
.adnews2 li a:hover .date, .adnews2 li a:hover .date .day, .adnews2 li a:hover .text h3,.adnews2 li a:hover .text p{ color:#da0000;}
.more{ margin-top: 20px; text-align: center;}
.btn_more{ display: inline-block; text-decoration: none; line-height: 48px; padding-right: 32px; border-bottom: 1px solid #DDDDDD; background:url(../image/icon_btn.png) no-repeat right center; position: relative; color: #000;}
.btn_more:before{content: ''; position: absolute; bottom: -1px; height: 1px; left: 0; width: 2em; background:#DA0000;}
.btn_more:hover{ color: #da0000; background-image:url(../image/icon_btn_hover.png);}
.news .section2{ background:#F6F8FD;}
.news .section2 .mauto{ max-width: 80%;}
.adnews3{ margin:0 -8px;}
.adnews3 li{ float:left; width:25%; margin-bottom:30px;}
.adnews3 li a{ display:block; border:1px solid #DEDEDF; padding: 28px 25px 0;}
.adnews3 li .item{ margin:0 8px;}
.adnews3 li .imgBox{  position:relative;}
.adnews3 li .imgBox .imgSize{ padding-bottom:73%;}
.adnews3 li .imgBox .img{ position:absolute; left:0; top:0; bottom:0; right:0; overflow:hidden;}
.adnews3 li .imgBox img{transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; width:100%;}
.adnews3 li a:hover .imgBox img{transform: scale(1.05); -moz-transform: scale(1.05);-webkit-transform: scale(1.05);}
.adnews3 li .text{ padding:25px 0; line-height:2;}
.adnews3 li .text h3{ line-height:1.5; font-size:110%; color:#000000;text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;overflow: hidden; padding-right: 20px; position: relative; margin-bottom: 1em;}
.adnews3 li .text h3:before{ content: '+'; color: #da0000; font-weight: bold; position: absolute; right: 0; top: 0;}
.adnews3 li a:hover .text h3{ color:#da0000;}
.adnews3 li .text p{ color:#999; height:3.8em; overflow:hidden; font-size: 92%;}

.newsList .mauto{ max-width: 75%;}
.news_list li{ margin-bottom:40px; border-bottom:1px solid #EAEAEA; }
.news_list li a{ display:block;padding-bottom: 38px; padding-top: 18px;}
.news_list li .imgBox{  position:relative; width: 298px; float: left;}
.news_list li .imgBox .imgSize{ padding-bottom:65%;}
.news_list li .imgBox .img{ position:absolute; left:0; top:0; bottom:0; right:0; overflow:hidden;}
.news_list li .imgBox img{transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; width:100%;}
.news_listli a:hover .imgBox img{transform: scale(1.05); -moz-transform: scale(1.05);-webkit-transform: scale(1.05);}
.news_list li .text{ margin-left:298px; padding:10px 100px 10px 50px; position: relative;}
.news_list li .text .date{ position: absolute; color: #000; top: 1em; right: 0; padding-left: 22px; line-height:1.3; margin-top:-3px; border-left:1px solid #DCDCDC; font-family: Arial, Helvetica, sans-serif; padding-bottom: 0.8em;}
.news_list li .text .date .year{ font-size:32px; }
.news_list li .text .date .day_month{ margin-top:0.5em;}
.news_list li .text .date .more{ margin-top: 1.5em;}
.news_list li .text .date .more .icon_adore{ display: inline-block; width: 18px; height: 11px; background:url(../image/icon_news.png) no-repeat center; margin-left: 0.3em;}
.news_list li .text .text_con{ position:relative; padding:0 80px 0 0;}
.news_list li .text .text_con h3{ font-size:20px; color:#333; font-weight:bold; line-height:1.3; margin-bottom:1em;text-overflow: ellipsis; white-space: nowrap; word-break: keep-all;overflow: hidden; margin-bottom: 1em;}
.news_list li .text .text_con .sum{ color:#999; line-height:2; font-size: 92%; height:5.8em; overflow:hidden;}
.news_list li a:hover .text .text_con h3{ color: #da0000;}

.newsD .newsD_h{ margin-bottom:40px; padding-bottom: 40px; border-bottom:1px solid #EDEDED; text-align:center;}
.newsD .newsD_h .newsTitle h1{ color:#000; font-size:28px; font-weight:bold; margin-bottom:0.5em; line-height: 1.5;}
.newsD .newsD_h .newsST{  color:#999; }
.newsD .newsD_h .newsST > div{ display: inline-block; margin:0 4px; vertical-align: middle;}
.share a{vertical-align: middle; display: inline-block; width: 31px; height: 31px; margin: 0 5px; background:url(../image/icon_share.png) no-repeat;}
.share a.share-xinlang{ background-position: -2px -1px;}
.share a.share-weixin{ background-position: -42px -1px;}
.newsD .newsD_con{ color:#333; padding-bottom:50px; font-size:16px;}
.newsD .newsD_con p{ margin-bottom:1em; line-height:2;}
.newsD .newsD_con .img{ text-align:center; margin-bottom:1.5em;}
.newsD .newsD_more{ position: relative; padding-top:45px; padding-right: 160px; border-top:1px solid #DBDBDB; color:#333;font-size:16px;}
.newsD .newsD_more .item{ margin-bottom:0.6em; font-weight:bold; text-overflow: ellipsis; white-space: nowrap;word-break: keep-all;overflow: hidden;}
.newsD .newsD_more .item a{ font-weight:normal;color:#333; line-height: 2;}
.newsD .newsD_more .item a:hover{ color:#da0000;}
.newsD .newsD_more .back{ position: absolute; top: 50px; right: 0;}
.newsD .newsD_more .back a{border: 2px solid #DA0000; line-height: 2.5; padding: 0 1em; display: block; color: #da0000;}
.newsD .newsD_more .back .icon_back{ display: inline-block; width: 9px; height: 13px; background:url(../image/icon_back1.png) no-repeat center; margin-left: 35px;}
.newsD .newsD_more .back a:hover{ background:#da0000; color: #fff;}
.newsD .newsD_more .back a:hover .icon_back{ background-image:url(../image/icon_back2.png);}
.none{
	display: none;
}
.qrcode_mask{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1999;
}
.qrcode{
	width:180px;
	padding:20px;
	position: fixed;
  z-index: 2000;
	left:50%;
	top:50%;
	margin-left:-120px;
	margin-top:-140px;
	background: #fff;
	z-index: 100000;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.qrcode img{
	max-width: 100%;
	max-height:100%;
}
.qrcode p{margin: 10px 0;}
.weixin_close{
	background: #48B847;
	display: inline-block;
	width:100%;
	height:30px;
	line-height: 30px;
	text-align: center;
    color: #fff;
    text-decoration: none
}
/*---------------about-----------*/
.menu_x{ position: absolute; top: 0; left: 0; right: 0; z-index: 9; padding-bottom: 40%;}
.menu_x .menu_x_in{ position: absolute; width: 100%; top: 0; bottom: 0; left: 0;}
.menu_x .mauto{ height: 100%;}
.menu_img_text{ float: right; height: 100%; width: 50%;}
.menu_img_text ul{ height: 100%; position: relative;}
.menu_img_text li{ float: left; width: 25%; height: 61%;position: absolute;}
.menu_img_text li:nth-child(2){ left: 25%; top: 13%; }
.menu_img_text li:nth-child(3){ left: 50%; top: 26%;}
.menu_img_text li:nth-child(4){ left: 75%; top: 39%;}
.menu_img_text li a{ display: block; position: relative; height: 100%;}
.menu_img_text li .img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-repeat: no-repeat; background-size: cover;}
.menu_img_text li .img:before{ content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background:#D40900; transition: width 0.5s; -webkit-transition: width 0.5s;}
.menu_img_text li a:hover .img:before{ width: 100%;}
.menu_img_text li .text{position: absolute; color: #fff; font-size: 18px; line-height: 1.3; left: 1em; bottom: 1em;}
.menu_img_text li .text .num{ font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
.menu_img_text li .text h3{ font-size: 100%;}

.tit2{ padding: 0.5em 0; color: #d40900; font-size: 20px; line-height: 1.5; border-top: 3px solid #d40900; border-bottom: 3px solid #d40900; text-align: center; margin-bottom: 50px;}
.us_x p{ text-indent: 2em; margin-bottom: 1.5em;}
.us2{ margin-top: 3em;}
.us2 .img{ float: left; width: 42%; margin-right: 5%;}
.us2 .text{ padding-top: 1em;}
.us2 .text h3{ font-size: 20px; color: #d40900; margin-bottom: 0.8em;}
.about .section2{ background:url(../image/usbg1.jpg) no-repeat center; background-size: cover;}
.culture{ padding-bottom: 190px;}
.culture .text{ float: left; background:#fff; width: 42%;}
.culture .text .text_in{padding: 40px 10% 70px;}
.culture .text .tit1{ margin-bottom: 35px;}
.culture .text .tit1 h3{ font-size:36px; font-weight:bold;}
.culture .img{ float: right; width: 42%;}
.about .section3{ background:#2F2E2E; padding-top: 180px; padding-bottom: 35px; color: #fff; position: relative;}
.about .section3:before{ content: ''; position: absolute; top: 55px; left: 0; right: 0; height: 1px; background: #fff; opacity: 0.1;}
.his_top{ width: 300px; height: 300px; position: absolute; left: 50%; margin-left: -150px; top: -150px; background:url(../image/us3.png) no-repeat center; text-align: center;}
.his_top .p_p{ margin-top: 160px;}
.his_top h2{ font-size: 36px; margin-top: 18px;}
.his_list{position: relative; padding: 25px 0 20px;}
.his_list:before{ content: ''; position: absolute; top: 0; bottom: 0; width: 1px; background:#fff; opacity: 0.3; left: 50%;}
.his_list li{ margin-bottom: 35px; position: relative;}
.his_list .li_hs_r{ margin-left: 50%; }
.his_list .point{ position: absolute; top: 14px; width: 15px; height: 15px; background: #D40900; border: 1px solid #8C8B8B; border-radius: 50%; -webkit-border-radius: 50%;}
.his_list .li_hs_r .point{ left: -8px;}
.his_list .li_hs_r .his_text{padding-left: 8%;}
.his_list .his_text .year{ font-size: 20px; font-weight: bold; margin-bottom: 0.5em;}
.his_list .his_text .t_p{ color: #999;}
.his_list .li_hs_l{ margin-right: 50%; text-align: right;}
.his_list .li_hs_l .point{ right: -8px;}
.his_list .li_hs_l .his_text{padding-right: 8%;}
.honor_img{ float: left; width: 47%;overflow: hidden; position: relative; text-align: center;}
.honor_img h3{ text-align: center; margin: 1em 0; font-size: 105%; color: #333; padding: 0 20px; line-height: 1.5; display: none;}
.honor_img .his_prev_tel{position: absolute; z-index: 99; left: 0; bottom: 1em; background:url(../image/slide_l1.png) no-repeat center; height: 24px; width: 16px; cursor: pointer; display: none;}
.honor_img .his_next_tel{position: absolute; z-index: 99; right: 0; bottom: 1em; background:url(../image/slide_r1.png) no-repeat center; height: 24px; width: 16px; cursor: pointer; display: none;}
.honor_list{float: right; width: 47%; overflow: hidden; padding: 32px 0; position: relative;}
.honor_list ul{ height: 20em;}
.honor_list li{ height: 3em; font-size: 16px; cursor: pointer;}
.honor_list li .item{ background:#F9F9F9;margin: 0.5em 0; text-align: center; line-height: 3; color: #000; border-radius: 2em; -webkit-border-radius: 2em; }
.honor_list li.swiper-slide-active .item{ background:#D40900; color: #fff;}
.honor_list .his_prev{position: absolute; z-index: 99; left: 0; right: 0; top: 0; background:url(../image/slide_t1.png) no-repeat center top #fff; height: 30px; cursor: pointer;}
.honor_list .his_next{position: absolute; z-index: 99; bottom: 0; right: 0; left: 0; background:url(../image/slide_b1.png) no-repeat center bottom #fff; height: 30px; cursor: pointer;}
/*------------service---------------*/
.service .mauto{/* max-width: 1315px;*/ max-width: 1500px;}
.service .mauto .text h3{font-size: 42px;
    color: #da0000;
    margin-bottom: 0.8em;
    line-height: 1.5;}
.icoImg_text{ margin: 0 -0.6em;}
.sjtit{ line-height:50px; border-radius:2em; font-weight:bold; background:#E30B0B; text-align:center; color:#fff; width:10%; margin-bottom:3%;}
.ser_list{ margin: 0 -8px 40px;}
.ser_list li{ float: left; width: 33%; margin-bottom:1.5%; }
.ser_list li .item{margin: 0 8px; background:#F9F9F9; min-height:145px; padding: 18px 5% 30px; border-top: 5px solid #E30B0B; }
.ser_list li .i_img{ margin-bottom: 25px;}
.ser_list li h3{font-size: 17px; color: #333; margin-bottom: 1em; font-weight:bold;}
.ser_list li p{  color: #666; }
.img_text1{ background:#F9F9F9; display: flex; align-items:center;}
.img_text1 .img{float: left; width: 50%;}
.img_text1 .text{float: left; width: 50%; box-sizing: border-box; padding: 1.5em 5%; line-height: 2.2; color: #666;}
.img_text1 .text .h_p{ font-size: 18px; color: #000; line-height: 1.6; margin-bottom: 0.8em;}

/*--------------contact------------------*/
.contact_us .item_l{ float: left; width: 50%; color: #333; position: relative;}
.contact_us .item_l .cont{ margin-top:8%;}
.contact_us .item_l .cont strong{ font-size:26px;}
.contact_us .item_l h3{ font-size: 18px; margin-bottom: 30px;}
.contact_us .item_l .ct_us{ margin-bottom: 30px;}
.contact_us .item_l .ct_us .c_fl{ float: left; margin-right: 1em;}
.contact_us .item_l .qr_img{position: absolute; bottom: 15px; right: 0; max-width: 38%; box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.contact_us .item_r{ float: right; width: 42%; padding-right: 10px;}
.contact_us .item_r h3{ font-size: 20px; color: #000; margin-bottom: 0.5em;}
.form_msg .item{ margin-bottom: 10px;}
.text_input,.textarea_f{ width:100%; border:1px solid #F3F3F3; background:#F3F3F3; padding:1.2em; line-height:1.3; box-sizing:border-box; color:#333; font-size:100%;}
.textarea_f{ height:9em; padding: 1em 1.2em;}
::-webkit-input-placeholder { color: #aaa; opacity:1; } 
:-moz-placeholder { color: #aaa; opacity:1;} 
::-moz-placeholder { color: #aaa; opacity:1;} 
:-ms-input-placeholder { color: #aaa;opacity:1; } 
.form_msg .code{ position:relative; padding-right:100px;}
.form_msg .code .codeImg{ position:absolute; right:0; top:0; width:100px; height:100%; cursor:pointer;}
.form_msg .code .codeImg img{ height:100%; width:100%;}
.form_msg .submit .btn_submit{text-align:center; cursor:pointer; display:inline-block; width:100%; text-align:center; border:2px solid #016BDD;color:#016BDD; padding:0.9em 0; line-height:1.3; font-size:115%; background:none;}
.form_msg .submit .btn_submit:hover{ background:#016BDD; color: #fff;}
.contact .section2{ padding: 0 !important;}
.contact .map{height: 640px;}
.contact .map img{ max-width: none;}

/*---------------------business---------------------*/
.business .mauto{/* max-width: 1315px;*/ max-width: 1500px;}
.business .section1{/* background:#F9F9F9;*/}
.business .section1 .tx_p{ font-size: 105%; color: #666; text-align: center; margin-bottom: 70px;}
.business .mauto .text h3{font-size: 42px;
    color: #da0000;
    margin-bottom: 0.8em;
    line-height: 1.5;}
.icoImg_text{ margin: 0 -0.6em;}
.icoImg_text li{ text-align: center; float: left; width: 33.3%;}
.icoImg_text li .item{ margin: 0 0.6em;}
.icoImg_text li img{ max-width: 80%;}
.icoImg_text li h3{ font-size: 20px; color: #666; margin-top: 1.5em;}
.slide_list{ overflow: hidden; padding-bottom: 35px; border-bottom: 1px solid #D6D6D7; position: relative; margin-bottom: 60px;}
.slide_list li{ width: 50%; text-align: center; opacity: 0.5; transition: opacity 0.5s; -webkit-transition: opacity 0.5s;}
.slide_list li .item{ margin: 0 24px;}
.slide_list li h3{ margin-top: 35px; font-size: 105%; color: #000; visibility: hidden; line-height: 1.5;}
.slide_list li.swiper-slide-active{opacity: 1;}
.slide_list li.swiper-slide-active h3{visibility: visible;}
.slide_list .slide-prev,.slide_list .slide-next{ position: absolute; cursor: pointer; z-index: 99; width: 37px; height: 23px; bottom: 40px;}
.slide_list .slide-prev{left: 0; background:url(../image/slide_l2.png) no-repeat center #fff;}
.slide_list .slide-next{right: 0; background:url(../image/slide_r2.png) no-repeat center #fff;}


.slide_list2{ overflow: hidden; padding-bottom: 0px;   position: relative; margin-bottom: 60px;}
.slide_list2 li{ width: 50%;   opacity: 0.5; transition: opacity 0.5s; -webkit-transition: opacity 0.5s;}
.slide_list2 li .item{ margin: 0 24px;}
.slide_list2 li h3{ margin-top: 35px; font-size: 105%; color: #000; visibility: hidden; line-height: 1.5;}
.slide_list2 li.swiper-slide-active{opacity: 1;}
.slide_list2 li.swiper-slide-active h3{visibility: visible;}
.slide_list2 .slide-prev,.slide_list2 .slide-next{ position: absolute; cursor: pointer; z-index: 99; width: 37px; height: 23px; top: 50%; margin-top:-11px;}
.slide_list2 .slide-prev{left: 0; background:url(../image/slide_l2.png) no-repeat center;}
.slide_list2 .slide-next{right: 0; background:url(../image/slide_r2.png) no-repeat center;}

.img_text3 .text{ float: left; width: 100%; font-size: 105%; color: #000;}
.img_text3 .text h3{ font-size: 42px; color: #da0000; margin-bottom: 0.8em; line-height: 1.5;}
.img_text3 .img{ float: right; width: 100%; text-align: right;}
.business .section3{ background:#DA0000; padding: 0 !important; color: #fff;}
.img_text2{display: flex; align-items:center;}
.img_text2 .img{float: left; width: 50%;}
.img_text2 .text{float: left; width: 50%; box-sizing: border-box; padding: 1em 5%;}
.img_text2 .text .h_p1{ font-size: 48px; font-weight:bold;line-height: 1.6; margin-bottom: 0.3em;}
.img_text2 .text .h_p2{ font-size: 30px; line-height: 1.5;}

/*----------------products--------------*/
.product .section{ padding-top: 0 !important; position: relative;}
.menu{ background: #F9F9F9;/* margin-top: -180px; */ margin-top:55px;width: 288px; color: #333; float: left;}
.menu a{ color: #333;}
.menu a:hover,.menu a.cur{ color: #ed2d2a;}
.menu .tit_m{ padding: 0 30px; background: #b81f13; color:#fff}
.menu .tit_m h1{ font-size: 36px; font-weight:bold; line-height: 100px;}
.menu .con_m{padding: 35px 30px 10px;}
.menu .item{ margin-bottom: 1.2em; padding-bottom: 1.2em; border-bottom: 1px dashed #DDDDDD;}
.menu .item:first-child{ border-bottom: 0;}
.menu .item .t_m{ margin-bottom: 0.5em;}
.menu .item .c_m{ margin-right: -12px;}
.menu .item .c_m a{ margin-right: 12px; white-space: nowrap;}
.selectBox {
	background:#F9F9F9;
}
.selectBox .select_dl {
	position:relative;
}
.selectBox .select_dl .select_dt {
	cursor:pointer;
	padding:0.8em 22px 0.8em 1em;
	line-height:1.3;
	overflow:hidden;
	position:relative;
	border: 1px solid #DDDDDD;
}
.selectBox .select_dl .select_dt .selected{ white-space:nowrap; word-break:keep-all;}
.selectBox .select_dl .select_dt .select-icon{width:40px; height:100%; position:absolute; top:0; right:0;  background:url(../image/icon_down.png) no-repeat center #F9F9F9; }
.selectBox .select_option {
	border-top:1px solid #e5e5e5;
	width:100%;
	position:absolute;
	left:0;
	top:2.9em;
	background:#eee;
	z-index:9999;
	max-height:200px;
	overflow:auto;
	display:none;
	text-align:left;
}
.selectBox .select_option div {
	line-height:1.5;
	cursor:pointer;
	padding:0.5em 1em;
	border-bottom:1px solid #ebebeb;
}
.selectBox .select_option div:hover {
	background:#f2f2f2;
}
.prd_con{ margin-left: 350px; overflow: hidden; padding-top: 55px;}
.img_text4{ background:#F9F9F9; display: flex; align-items:center; margin-bottom: 35px;}
.img_text4 .img{float: left; width: 48%;}
.img_text4 .img img{ width: 100%;}
.img_text4 .text{float: left; width: 52%; box-sizing: border-box; padding: 1em 4.5%; line-height: 1.8; color: #333;}
.img_text4 .text .h_p{ font-size: 105%; font-weight: bold; line-height: 1.6; margin-bottom: 0.8em;}
.img_text4 .text p{ margin-bottom: 1em;}
.prdList{ margin: 0 -12px;}
.prdList li{ float: left; width: 33.33%; margin-bottom: 24px; text-align: center;}
.prdList li:nth-child(3n+1){ clear: both;}
.prdList li .item{ margin: 0 12px; border: 1px solid #DDDDDD;}
.prdList li .imgBox{  position:relative;}
.prdList li .imgBox .imgSize{ padding-bottom:100%;}
.prdList li .imgBox .img{ position:absolute; left:0; top:0; bottom:0; right:0; overflow:hidden; display: flex; align-items: center; justify-content:center;}
.prdList li .imgBox img{transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; max-width:100%; max-height: 100%;}
.prdList a:hover .imgBox img{transform: scale(1.05); -moz-transform: scale(1.05);-webkit-transform: scale(1.05);}
.prdList li .text{padding: 0.5em 10px 0.2em;}
.prdList li .text h3{ font-size: 105%; color: #333; line-height: 1.5; margin: 0; min-height: 3em;}
.prdList li .item:hover{ border-color:#da0000;}
.prdList li a:hover .text h3{ color: #da0000;}

.prdD .section{ padding-top: 38px;}
.crumb_n{ font-size: 92%; color: #999; margin-bottom: 34px;}
.crumb_n a{ color: #999;}
.crumb_n a:hover{ color: #da0000;}
.prdDCon .imgBox{ float: left; width: 48%; border: 1px solid #E6E6E6;}
.pgwSlideshow .ps-list {overflow: hidden; position:relative; margin:23px 0 24px; text-align: center;}
.pgwSlideshow .ps-list ul {
    position: relative;
    list-style: none;
    margin: 0 !important;
    padding: 0;
    left: 0;
		display: inline-block;
}
.pgwSlideshow .ps-list li {
    float: left; cursor:pointer;
}

.pgwSlideshow .ps-list li .ps-item {
    display: block;border:0;background:#F9F9F9; margin:0 6px; padding: 3px; border:1px solid #F9F9F9;
}

.pgwSlideshow .ps-list li img {
    width:48px; 
}

.pgwSlideshow .ps-list li .ps-item.ps-selected{position:relative; border-color:#005AAB; }
.pgwSlideshow .ps-current{text-align:center; position:relative; }
.pgwSlideshow .ps-current li{width:100%; left:0;}
.pgwSlideshow .ps-current .ps-prev,.pgwSlideshow .ps-current .ps-next{ display:block !important; position:absolute; z-index:999;  cursor:pointer; top:50%; margin-top:-18px;  }
.pgwSlideshow .ps-current .ps-prev{ left:40px;}
.pgwSlideshow .ps-current .ps-next{ right:40px;}
.pgwSlideshow .ps-current .ps-prev .ps-prevIcon,.pgwSlideshow .ps-current .ps-next .ps-nextIcon { display:block; width:16px; height:24px; background-repeat: no-repeat; background-size:contain; background-position:center;}
.pgwSlideshow .ps-current .ps-prev .ps-prevIcon{ background-image:url(../image/slide_l1.png);}
.pgwSlideshow .ps-current .ps-next .ps-nextIcon{ background-image:url(../image/slide_r1.png);}
.prdDText{ margin-left: 53%; color: #666;}
.prdDText a{ color: #666;}
.prdDText a:hover{ color: #da0000;}
.prdDText h1{ font-size: 36px; line-height: 1.5; font-weight: bold; color: #da0000;}
.prdDText .dec{ line-height: 1.5; color: #000; font-size: 22px; min-height: 3em;}
.prdDText .prd_sum{ margin-top: 20px;}
.prdDText .sum_con{ margin-bottom: 30px;}
.contact_p p{ margin-bottom: 0.8em;}
.contact_p p img{ margin-right: 0.5em;}
.prd_prev_next{ border-top: 1px solid #f7f7f7; margin-top: 40px; padding-top: 40px; color: #000; font-size: 92%;}
.prd_prev_next a{color: #000; }
.prd_prev_next .prd_prev,.prd_prev_next .prd_next{ min-width: 200px; box-sizing: border-box; margin-bottom: 1em; padding: 0.75em 1em; text-align: center; border: 1px solid #E6E6E6; border-radius: 5px; -webkit-border-radius: 5px; line-height: 1.5;}
.prd_prev_next .prd_prev{ float: left;}
.prd_prev_next .prd_next { float: right;}
.lenolsa{ margin:4% 0 0 0;display:flex; align-items: center; justify-content:left;    flex-wrap: wrap;}
.lenolsa li{ width:19%; margin:1% 0.5% 0 0; border:1px solid #ddd; text-align:center; padding:0.5% 0;}
.lenolsa li img{ height:90px;}

.lenolsa2{ margin:4% 0 0 0;display:flex; align-items: center; justify-content:space-between;    flex-wrap: wrap;}
/*.lenolsa2 li{ width:46%; margin:1% 0%; }
.lenolsa2 li img{ float:left; border:1px solid #ddd; padding:1% 4%; margin-right:3%;}
*/
.lenolsa2 li img{ height:90px;}
.lenolsa2 li {
    width: 32%;
    margin: 1% 0.5% 0 0;
    border: 1px solid #ddd;
    text-align: center;
    padding: 1% 0;
}
.lenolsa2 li .con{ display:none;}
@media (max-width:1690px){
.link_f{margin-left:3%;}
.qr_f{width:30%}
.qr_f li{width:100px;}}
@media (max-width:1600px){
.link_f{margin-left:3%;}
.qr_f{width:30%}
.qr_f li{width:100px;}
	.header .mauto, .footer .mauto, .index .section .mauto, .news .section2 .mauto,.menu_x .mauto{ max-width: 90%;}
	.newsList .mauto{ max-width: 85%;}
	.nav > li{ margin:0 20px;}
	.slide_xx .hh,.about_x .ux2,.tit_more1 h2,.tit_more3 h2{ font-size:42px;}
}
@media (max-width:1360px){
	.mauto{ padding: 0 0.8em;}
	.header .mauto, .footer .mauto, .index .section .mauto, .news .section2 .mauto,.menu_x .mauto{ max-width: 98%;}
	.newsList .mauto{ max-width: 1200px;}
	.nav > li{ margin:0 15px;}
	.footer1{ padding: 45px 0 30px;}
	.link_f{ margin-left: 8%;}
	.menu_img_text li .text{ font-size: 16px;}
	.img_text3 .text h3{ font-size: 32px;}
	.img_text2 .text .h_p1{ font-size: 36px;}
	.img_text2 .text .h_p2{ font-size: 24px;}
	.slide_xx .hh,.about_x .ux2,.tit_more1 h2,.tit_more3 h2{ font-size:40px;}
	.about_x{ padding-right: 180px;}
	.about_x .more{ width: auto; padding: 0 1.5em; line-height: 3.4;}
	.tit_more1 .more,.tit_more2 .more{ padding: 0 1.2em; line-height: 2.6; font-size:100%; margin-top: -1.3em;}
	.ser_xx .ser_item p{ font-size:18px;}
	.tit_more3 .more{ width: 50px; height: 50px; margin-top: -25px;}
}
@media (max-width:1200px){
	.header .mauto, .footer .mauto, .index .section .mauto, .news .section2 .mauto,.menu_x .mauto{ max-width: 100%;}
}
@media (max-width:1150px){
	.navBox{ margin-left:15px;}
  .nav > li{ margin:0 9px;}

	.main .section{ padding: 50px 0;}
	.tit1{ margin-bottom: 30px;}
	.more{ margin-top: 10px;}
	.adnews3 li a{padding: 1em 0.8em 0;}
	.adnews3 li .text{ padding: 1em 0;}
	.adnews3 li .text h3{ margin-bottom: 0.6em;}
	.news_list li{ margin-bottom: 1.5em;}
	.news_list li a{ padding: 0.5em 0 1.5em;}
	.news_list li .imgBox{ width: 230px;}
	.news_list li .text{ margin-left: 230px; padding:0.3em 100px 0.3em 35px;}
	.news_list li .text .text_con{ padding-right: 5%;}
	.news_list li .text .date .more{ margin-top: 1em;}
	.page a{ line-height: 2.5em; min-width: 2.5em; margin: 0 0.1em 1em;}
	.page a.page-pre, .page a.page-next{ padding: 0 1em;}
	.newsD .newsD_h{ padding-bottom: 30px; margin-bottom: 30px;}
	.newsD .newsD_con{ padding-bottom: 40px;}
	.newsD .newsD_more{ padding-top: 30px;}
	.newsD .newsD_more .back{ top: 35px;}
	.about .section3{ padding-top: 180px;}
}
@media (max-width:1100px){
	.header{position:fixed;top:0; left:0; width:100%; padding-top:0; height:1.4rem;  z-index:1000;  padding:0;}
	.header .header_in{ margin:0; padding:0;}
	.header .logo{ padding:0.17rem 1.65rem 0.17rem 0.35rem; line-height:1.06rem; text-align:left; margin:0; float:none;}
	.header .logo img{max-height:1.06rem;}
	.mobile_btn{ display:block; position:fixed; z-index:100; right:0; top:0; left:auto; width:50px; height:1.4rem;  text-align:center; line-height:50px; background:url(../image/menuToggle.png) no-repeat 0 center; transition: all 0.5s;-webkit-transition: all 0.5s;cursor:pointer;}
  .mobile_btn.open{ background-position:-50px center; }
	.navBox{position:fixed; left:0; width:100%; top:1.4rem; bottom:0; background:#fff; margin:0; padding:0; display:none; z-index:999;overflow:auto;}
	.header .head_r{position:absolute; right:55px;  top:50%; margin:0; margin-top:-0.75em; }
	.header .head_r .search .icon_search{ width:1.5em; height:1.5em; padding: 0; background-size:contain;}
	.header .head_r .search .icon_search span{ display: none;}
	.header .head_r .search .pop_search{ top:1.4rem; left:0; right:0; position:fixed;}
	.header .head_r .search .pop_search .searchBox .search_h{ width:100%; box-sizing:border-box;}
	.nav{ display:block; text-align:left;}
	.nav li{ float:none; margin:0; border-bottom:1px solid #f0f0f0;}
	.nav li a{  line-height:3;text-align:center;}
	.nav > li > a, .nav > li > .parent > a{ font-size:16px; color:#333;}
	.nav li .parent a{ line-height:3;}
	.nav li:hover > a::after,nav li:hover > .parent > a::after{ display:none;}
	.nav .parent{ position:relative;}
	.nav .parent .icon_control{ position:absolute; display:block; z-index:99; top:0; right:0; width:6em; height:100%; background:url(404.png) no-repeat 3.5em center;  cursor:pointer;}
	.nav li:hover .parent .icon_control,.nav li.act .parent .icon_control{ background-image:url(404.png);}
	.subNav{ opacity:1; position:relative; top:0; height:auto; width:100%; background:#f6f6f6; display:none;transition: all 0s;-moz-transition: all 0s;-webkit-transition: all 0s; border:0; left:0; margin-left:0;}
	.nav li:hover .subNav{ top:0;transition: all 0s;-moz-transition: all 0s;-webkit-transition: all 0s;}
	.subNav li a{ font-size:13px; color:#333;}
	.subNav li a:hover{ color:#fff;}	

	.bannerList li{ overflow:hidden;}
	.banner_list li .banSize{ height:auto; padding-bottom:60%; background-size:cover;}
	.banner .bn_adore{ bottom: 1em; width: 3em; margin-left: -1.5em;}

	.menu_x{ display: none;}
}
@media (max-width:1050px){
	.footer1{ padding: 30px 0 20px;}
	.logo_f{ width: 100%; margin-bottom: 25px;}
	.link_f{ margin-left: 0; margin-right: 5%;}
	.slide_list li .item{ margin: 0 10px;}
	.slide_list2 li .item{ margin: 0 10px;}
	.icoImg_text li h3{ font-size: 18px;}
	.business .section1 .tx_p{ font-size: 100%; margin-bottom: 1.5em;}
	.img_text3 .text{ font-size: 100%;}
	.img_text3 .text h3{ font-size: 28px;}
	.img_text2 .text .h_p1{ font-size: 32px;}
	.img_text2 .text .h_p2{ font-size: 20px;}
	.menu{ float: none; width: 100%; margin-top: 10px;}
	.menu .tit_m h1{ line-height: 2; font-size: 28px;}
	.menu .con_m{padding: 1.5em 30px 0.5em;}
	.prd_con{ margin-left: 0; padding-top: 10px;}
	.prd_prev_next .prd_prev, .prd_prev_next .prd_next{ width: 100%; float: none;}
	.pop_video .video_play{ width: 80%; left: 10%; margin-left: 0; }
	.index .section1 .adore{ top: 152px;}
	.slide_xx .hh{ margin-top: 40px;}
	.slide_xx .hh,.about_x .ux2,.tit_more1 h2,.tit_more3 h2{ font-size:32px;}
	.slide_xx span{ font-size:100%; right: 3%; bottom: 1em;}
	.slide_xx .img{ margin-top: 40px;}
	.about_x{padding-right: 0; margin-bottom: 40px;}
	.about_x .more{position: relative; margin-top: 2em;}
	.index .section4,.index .section6{padding: 1.5em 0;}
}
@media (max-width:1050px) and (min-width:641px){
	.contact_us .item_l .ct_us .c_fl{ float: none;}
}
@media (max-width:780px){
.news_list li .text .date{ display:none;}
.sjnav a {
    font-size:17px;
    
    line-height: 3;
}
.tit1 h2:before {

    width: 6%;

    top: 15px;
}
.business .mauto .text h3 {
    font-size: 22px;
 
}
.sjtit {
    line-height: 40px;
     
    width: 38%;
 
    font-size: 16px;
}
.tit1 h2:after {
  
    width: 6%;
 
    top: 15px;
}
.sjone .word2 {
    display:inherit;
    
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.sjone .sjlist li {
    width: 100%;
 
    position: relative;
    margin-bottom: 3%;
}
.sjone .sjlist li img{ width:20%;}
.sjone .sjlist li .tit {
  
    font-size: 17px;
   
}
.sjone .sjlist li .cont{ font-size:14px;}
.sjone .word2 li{ line-height:2; padding: 6% 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;}
.sjone .word2 li:nth-child(1){ width:100%; font-size:17px;width: 60%;}
.sjone .word2 li:nth-child(1) span{ font-size:20px; display:contents;}
.sjone .word2 li:nth-child(2){ width:100%; font-size:17px;width: 60%;}
.sjone .word2 li:nth-child(2) span{ font-size:20px; display:contents;}
.sjone .word2 li:nth-child(3){ width:100%; font-size:20px;width: 60%;}
.sjone .word{ font-size:16px;}
.sjone .word span{ font-size:20px;}
.sjone .sjlist {
    display: inherit; 
    display:inherit; 
   align-items:inherit; 
   justify-content: inherit; 
 
}
.his_list .li_hs_r{margin-left:0; float:left;}
.his_list .li_hs_l {
    margin-right: 0%;
    text-align: left; margin-top:0;
}
.his_list:before{width:0;}
.his_list .point{display:none;}
.his_list .li_hs_r .his_text{ padding-left:0;}

.us2 .img img{height:auto!important;}
	.logo_f,.link_f{ display: none;}
	.main .section{ padding: 0.5em 0;}
	.tit1{ margin-bottom: 1.5em;}
	.tit1 h2{ font-size: 28px;}
	.tit2{ font-size: 18px; margin-bottom: 1.5em;}
	.ad_x .item_l{ width: 100%; margin-bottom: 1.2em;}
	.ad_x .item_r{ width: 100%; }
	.adnews1 li .imgBox .imgSize{ height: auto; padding-bottom: 61%;}
	.adnews2 li{ margin-bottom: 1.2em;}
	.adnews2 li .text{ margin-left: 5em;}
	.adnews3 li{ width: 50%; margin-bottom: 1.2em;}
	.btn_more{ line-height: 3;}
	.us2 .text{ padding-top: 0;}
	.us2 .text h3{ font-size: 18px;}
	.culture .text{ width: 55%;}
	.culture .text .text_in{ padding: 1.5em 10% 2em;}
	.culture .text .tit1{ margin-bottom: 1.5em;}
	.about .section3{ padding-top: 180px;}
	.his_top h2{ font-size: 28px;}
	.ser_list li {
    width: 100%; 
    margin-bottom: 3%;
}
.contact_us .item_l .cont strong {
    font-size: 17px;
}
	/*.ser_list li{ width: 50%;}*/
	.ser_list li:nth-child(2n+1){ clear: both;}
	.img_text1 .text{ line-height: 1.5;}
	.contact_us .item_l h3{ margin-bottom: 0.8em;}
	.contact_us .item_l .ct_us{ margin-bottom: 1em;}
	.contact .map{height: 15em;}
	.icoImg_text li h3{ font-size: 110%;}
	.slide_list {padding-bottom: 1em; margin-bottom: 2em;}
	.slide_list li h3{ margin-top: 1em;}
	.slide_list .slide-prev, .slide_list .slide-next{ bottom: 1.2em;}
	.slide_list2 {padding-bottom: 1em; margin-bottom: 2em;}
	.slide_list2 li h3{ margin-top: 1em;}
	.slide_list2 .slide-prev, .slide_list2 .slide-next{ bottom: 1.2em;}
	.img_text3 .text{ float: none; width: 100%;}
	.img_text3 .img{ float: none; width: 100%; text-align: left; margin-top: 1em;}
	.img_text2 .text .h_p1{ font-size: 24px;}
	.img_text2 .text .h_p2{ font-size: 100%;}
	.honor_list{ display: none;}
	.honor_img{ float: none; width: 100%;}
	.honor_img h3,.honor_img .his_prev_tel,.honor_img .his_next_tel{ display: block;}
	.prdList{ margin: 0 -0.4em;}
	.prdList li{ margin-bottom: 1em;}
	.prdList li .item{ margin: 0 0.4em;}
	.crumb_n{ margin-bottom: 1.2em;}
	.prdDText .dec{ min-height: auto;font-size: 18px;}
	.prd_prev_next{ padding-top: 1.5em; margin-top: 1.5em;}
	.prdDText h1{ font-size: 32px; }
	.slide_xx .hh{ margin-top: 1em;}
	.ser_xx .ser_item .img{ width: 20%;}
	.ser_xx .ser_item1 h3,.ser_xx .ser_item2 p{margin-left: 15%;}
	.ser_xx .ser_item1 p,.ser_xx .ser_item2 h3{ margin-right: 15%;}
	.index .section7 .adore{ bottom: 80px;}
}
@media (max-width:640px){
.lenolsa li {
    width: 48.5%;
 
}
.tit_more1 p {
    font-size: 100%;
    margin-right: 10%; padding:10px 0;
  
}
	.lenolsa2 li {
    width: 100%;
    margin: 5% 0;
}
.lenolsa2 li img {
 width:25%;
    padding: 1% 0%;
    margin-right: 2%;
}
.lenolsa2 li .con{ font-size:13px; line-height:26px;}
.news_list li .imgBox{ width: 30%;}
	.news_list li .text{ margin-left: 30%; padding: 0 5.5em 0 1.5em;}
	.news_list li .text .text_con h3{ font-size: 125%; margin-bottom: 0.5em;}
	.news_list li .text .text_con .sum{ line-height: 1.7; height: 5em;}
	.news_list li .text .date{ padding-left: 3.8%; font-size: 89%; display:none;white-space: inherit;  }
	.news_list li .text .date .year{ font-size: 200%;}
	.culture .text{ width: 100%;}
	.culture .img{ display: none;}
	.ser_list{ margin: 0 -0.4em 1em;}
	.ser_list li .item{ margin: 0 0.4em; padding: 1.5em 8%;}
	.ser_list li .i_img{ margin-bottom: 1em;}
	.ser_list li h3{margin-bottom: 0.6em;}
	.img_text1{ display: block;}
	.img_text1 .img{ float: none; width: 100%;}
	.img_text1 .text{ float: none; width: 100%;}
	.contact_us .item_l,.contact_us .item_r{ float: none; width: 100%;}
	.img_text2 .text .h_p1{ font-size: 20px;}
	.img_text2 .text .h_p2{ font-size: 89%;}
	.img_text4{ display: block;}
	.img_text4 .img{ float: none; width: 100%;}
	.img_text4 .text{float: none; width: 100%;}
	.prdList li{ width: 50%;}
	.prdList li:nth-child(3n+1){clear: none;}
	.prdList li:nth-child(2n+1){clear: both;}
	.prdDCon .imgBox{ float: none; width: 100%;}
	.prdDText{ margin-left: 0; margin-top: 1em;}
	.list1{ margin: 0 -0.3em;}
	.list1 li .item{ margin: 0 0.3em;}
	.adnews_index li{ width: 100%;}
	.adnews_index li:nth-child(2n) .imgBox{ float: right;}
  .adnews_index li:nth-child(2n) .text{ right: 50%; left: 0;}
  .adnews_index li:nth-child(2n) .imgBox:before{ left: -9px; right: auto;}
	.adnews_index li:nth-child(2n+1) .imgBox{ float: left;}
  .adnews_index li:nth-child(2n+1) .text{ left: 50%; right: 0;}
  .adnews_index li:nth-child(2n+1) .imgBox:before{ right: -9px; left: auto;}
	.list1 li .text img{ max-width: 35%;}
	.list1 li .text h3{font-size:16px;}
	.tit_more2 .en{ font-size: 24px;}
	.tit_more2 .cn{ font-size: 18px;}
	.ser_xx{ margin-top: 1em;}
	.ser_xx .ser_item p{ font-size: 16px;}
	.ser_xx .ser_item h3{ font-size: 24px;}
	.adnews_index li .text .adore_more{ display:none;}
}
@media (max-width:520px){
.adnews2 li .text p{display:none;}
	.body{/*font-size:0.32rem;*/font-size:15px;}
	.footer{ font-size: 90%;}
	.footer1 h3{ font-size: 115%;}
	.qr_f{ width: 100%;}
	.banner .bn_adore{ bottom: 0.5em; width: 1.6em; margin-left: -0.8em;}
	.adnews1 li .text h3{ font-size: 100%;}
	.adnews1 .adn_pager{ bottom: 1em;}
	.adnews2 li .text h3{ font-size: 100%; margin-bottom: 0.3em;white-space: inherit; line-height:2;
    word-break: inherit;}
	.adnews2 li .date .day{ font-size: 300%;}
	.adnews2 li .text{ padding-top: 0.3em;}
	.adnews3{ margin: 0 -0.3em;}
	.adnews3 li .item{ margin: 0 0.3em;}
	.adnews3 li .text h3{ font-size: 100%;}
	.adnews3 li .text p{ font-size: 89%;}
	.tit1 h2{ font-size: 170%;}
	.news_list li a{ padding: 0 0 1.2em 0;}
	.news_list li .text{     padding: 0 0em 0 1em;}
	.news_list li .text .text_con h3{font-size: 110%; line-height:30px; height:60px;white-space: inherit;      word-break: inherit;}
	.news_list li .text .text_con .sum{ height: 3.3em; font-size: 90%; display:none;}
	.news_list li .text .date{ font-size: 60%; display:none;}
	.page a{ line-height: 2; min-width: 2em;}
	.newsD .newsD_h{ padding-bottom: 1.2em; margin-bottom: 1.2em;}
	.newsD .newsD_h .newsTitle h1{ font-size: 150%;}
	.newsD .newsD_h .newsST{ font-size: 90%;}
	.newsD .newsD_con{ padding-bottom: 1.5em; font-size: 105%;}
	.newsD .newsD_more{ padding-top: 1.2em;font-size: 105%; padding-right: 0;}
	.newsD .newsD_more .back{ display: inline-block; top: 0; position: relative; margin-top: 0.5em;}
	.culture{ padding-bottom: 145px;}
	.tit2{ font-size: 125%;}
	.us2 .text h3{ font-size: 125%; margin-bottom: 0.2em;}
	.his_top h2{ font-size: 170%;}
	.his_list li{ margin-bottom: 2em;}
	.his_list .his_text .year{ font-size: 125%;}
	.his_list .li_hs_l{ margin-top: 0em;}
	.ser_list li h3{ font-size: 120%;}
	.ser_list li p{ font-size: 85%;}
	.img_text1 .text .h_p{ font-size: 120%;}
	.contact_us .item_l h3{ font-size: 120%;}
	.contact_us .item_r h3{ font-size: 125%;}
	.contact_us .item_l .qr_img{max-width: 25%;}
	.icoImg_text li h3{ font-size: 92%;}
	.slide_list li h3{ font-size: 90%;}
	.slide_list2 li h3{ font-size: 90%;}
	.img_text3 .text h3{ font-size: 170%;}
	.img_text2 .text .h_p1{ font-size: 120%;}
	.img_text2 .text .h_p2{ font-size: 75%;}
	.menu .tit_m{ padding: 0 5%;}
	.menu .con_m{padding: 1em 5% 0.2em;}
	.menu .item{ margin-bottom: 0.5em; padding-bottom: 0.5em;}
	.menu .item .t_m{ margin-bottom: 0.2em;}
	.prdDText h1{ font-size: 180%; }
	.prdDText .dec{ font-size: 125%;}
	.tit h2{font-size:130%}
	.slide_xx .hh, .about_x .ux2, .tit_more1 h2, .tit_more3 h2{ font-size:130%;}
	.slide_xx span{ font-size:85%; bottom: 0.5em;}
	.video_x{padding: 2em; font-size:135%;}
	.about_x .ux1{font-size:90%;}
	.list1 li .text h3{font-size:105%;}
	.tit_more1 .more, .tit_more2 .more{ font-size: 90%;}
	.adnews_index li .imgBox .imgSize{padding: 50%;}
	.adnews_index li .text h3{ font-size: 100%;}
	.adnews_index li .text .sum{    line-height: 25px; display:none;
    height: 50px;}
	.tit_more2 .en{ font-size: 140%;}
	.tit_more2 .cn{ font-size: 110%;}
	.ser_xx .ser_item p{ font-size: 100%;}
	.ser_xx .ser_item h3{ font-size: 140%;}
	.adnews_index li .text .date{ margin:15px 0 0 0;}
	.tit_more3 .more{ width: 2.4em; height: 2.4em; margin-top: -1.2em;}
	.ser_xx .ser_item{ margin-bottom: 2em;}
	.index .section7 .adore{ bottom: 2.5em;}
}
@media (max-width:480px){

}