@import url(style.css);
@import url(swiper.min.css);
@import url(pscroll.css);
@import url(share.min.css);
@import url(lrtk3.css);
@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.header-v1 .search{ background:#f6f6f6;}

.postions{ height:68px; line-height:68px; overflow:hidden;color:#777777; font-size:15px; background:#fff; border-bottom:1px solid #e9e9e9;}
.postions.bgs2{-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.04);box-shadow: 0 5px 5px rgba(0,0,0,.04); margin-bottom:15px;}
.posadd .postions{ position:fixed; top:0; left:0; width:100%; z-index:5;}
.postions a{color:#777777; }
.postions a:hover{ color:#911176;}
.postions label{ color:#777777;}
.postions .postions_r{}
.postions .postions_r img{ vertical-align:baseline; margin-right:8px; margin-left:11px; height:14px;}
.postions .postions_r img:first-child{ margin-left:0;}
.postions h2{ float:left; font-weight:normal; color:#333; height:58px; font-size:20px;}
.postions h2 span{font-size:16px; font-family:Arial; }
.postions .rclass{ float:right;background:url(../image/pos_bg2.png) left center no-repeat;background-size:20px auto;  padding-left:25px;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color: transparent; display:none;}
.postions .postions_b{ float:right; }
.postions .postions_b a{ float:left; text-align:center;overflow:hidden; font-size:15px; color:#333333; position:relative;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:0; margin-left:50px;}
.postions .postions_b a:hover{color:#229e38;}
.postions .postions_b a:after{content: "";display: block;position: absolute;left: 50%;right:50%; bottom: 0;height:2px;opacity: 0;background:#911176;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:-1;}
.postions .postions_b a.isel:after{left: 0%;right: 0%;opacity: 1;}
.postions .postions_b a:hover:after{left: 0%;right: 0%;opacity: 1;}
.postions .postions_b a.isel{color:#911176; }

.about_bgs{z-index: 19891024;background:url(../image/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.about_tc .closed2{ display:none;}

.o_big_con{ overflow:hidden; position:relative;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table; }
.o_big_con .h2{font-weight:normal; display:table-cell; vertical-align:middle; color:rgba(255,255,255,1.0); text-align:left; text-transform:uppercase; padding-top:10px;text-align:center;}
.o_big_con .h2 span{ display:block; overflow:hidden; color:rgba(255,255,255,1); line-height:1; text-transform:uppercase; margin-top:12px; font-size:15px;}

.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:3%; padding-bottom:6%; clear:both;}
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:38px; line-height:38px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:30px;margin-left:3px;  text-align:center; color:#333333; font-size:14px; border:1px solid #fff; background:#fff;}
.yema a:hover{ text-decoration:none; color:#fff; background:#911176;border:1px solid #911176;}
.yema a.on{color:#fff;  background:#911176;border:1px solid #911176;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#911176;}
.yema a span{ font-family:"宋体"; font-size:16px;}

.nodata{ clear:both; max-width:1200px; margin:0 auto; overflow:hidden; text-align:center; margin-top:13%; margin-bottom:13%; background:url(404.png) center top no-repeat; background-size:auto 169px; padding-top:180px;}
.nodata .title{ color:#555555; font-size:18px; overflow:hidden; margin-top:2%; line-height:26px;}
.nodata .desc{color:#999999; font-size:14px; overflow:hidden; line-height:24px; margin-top:5px;}

.about_video{ cursor:pointer;overflow:hidden; position:relative; margin-top:5%;}
.about_video img{display: block;width: 100%; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.about_video:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.about_video .bgs{ height:100%; overflow:hidden;transition:all 0.4s; position:absolute; bottom:0%; left:0; width:100%;  background:rgba(0,0,0,0.1);display: flex;
justify-content: center; align-items: center;}
.about_video .bgs:after{ content:""; position:absolute; width:100%; height:100%; top:0; left:0;background-image:url(../image/about_pic2.png); background-size:59px 59px;background-repeat:no-repeat; background-position:center center;transition:all 0.4s;}
.about_video .imgs:hover .bgs{ background:none;}

.about_one{ overflow:hidden; background:url(../image/about_pic3.png) right center no-repeat; background-size:46% auto; margin-top:4%; margin-bottom:3%;}
.about_one .h3{ font-weight:bold; overflow:hidden; line-height:1.4;}
.about_one .label{ color:#d5d4d4; font-size:14px; overflow:hidden; display:block; text-transform:uppercase; margin-top:4px;}
.about_one .cons{ overflow:hidden; margin-top:2%; line-height:32px; font-size:15px; color:#444444; max-width:640px; width:52%;}
.about_one .cons p{ overflow:hidden; padding-bottom:2%;}

.about_ul{ margin-top:4%; overflow:hidden; margin-bottom:6%;}
.about_ul ul li{ float:left; width:32%; margin-right:2%; overflow:hidden; background:#f9f9f9;}
.about_ul ul li:nth-child(3n+0){ margin-right:0;}
.about_ul ul li .imgs{ overflow:hidden; position:relative; padding-top:60.6%;}
.about_ul ul li .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.about_ul ul li:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.about_ul ul li .txts{ overflow:hidden; margin-top:24px;margin-bottom:30px; }
.about_ul ul li .txts .cons{ margin:0 auto; max-width:356px; width:94%; line-height:30px; height:210px; overflow:hidden; font-size:15px; color:#444444;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}

.about_two{ color:#fff; overflow:hidden;background:url(../image/about_img6.jpg) center center no-repeat; background-size:cover;}
.about_two .wrap{ margin-top:5%; margin-bottom:5%; position:relative;}
.about_two .imgs{ float:left; width:648px; overflow:hidden; margin-right:3%;}
.about_two .imgs img{ display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.3s ease-out 0s;}
.about_two .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.about_two .txts{display: flex; align-items: center; justify-content: center;overflow:hidden; text-align:left; line-height:32px; font-size:15px; color:#444444; position:absolute; right:0; top:0; height:100%;width:calc(97% - 648px);width:-webkit-calc(97% - 648px);width:-moz-calc(97% - 648px); max-width:596px;}
.about_two .txts .cons{width:100%; overflow:hidden;}
.about_two .txts p{  overflow:hidden; padding-bottom:3%;}
.about_two .txts p:last-child{ padding-bottom:0;}


.about_bg{ background:#f9f9f9; overflow:hidden;}
.about_t{ text-align:center; margin-top:5%; overflow:hidden;}
.about_ul2{ margin-top:4%; margin-bottom:6%; text-align:center; }
.about_ul2 ul li{ float:left; width:32%; overflow:hidden;padding-top:4%; padding-bottom:1%; -webkit-tap-highlight-color:transparent;  border-radius:6px;transition:all 0.3s; margin-right:2%; background:#fff; margin-bottom:2%;}
.about_ul2 ul li:nth-child(3n+0){ margin-right:0;}
.about_ul2 ul li:hover{-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1); box-shadow: 0 5px 15px rgba(0,0,0,0.1);z-index:2; position:relative; background:#911176;}
.about_ul2 ul li i{ display:inline-block; height:76px; width:86px; background:no-repeat; background-size:100% 100%; margin-bottom:5%;}
.about_ul2 ul li i.bgs1{ background-image:url(../image/about_ico1.png);}
.about_ul2 ul li i.bgs2{ background-image:url(../image/about_ico2.png);}
.about_ul2 ul li i.bgs3{ background-image:url(../image/about_ico3.png);}
.about_ul2 ul li i.bgs4{ background-image:url(../image/about_ico4.png);}
.about_ul2 ul li i.bgs5{ background-image:url(../image/about_ico5.png);}
.about_ul2 ul li i.bgs6{ background-image:url(../image/about_ico6.png);}
.about_ul2 ul li:hover i.bgs1{ background-image:url(../image/about_ico1_on.png);}
.about_ul2 ul li:hover i.bgs2{ background-image:url(../image/about_ico2_on.png);}
.about_ul2 ul li:hover i.bgs3{ background-image:url(../image/about_ico3_on.png);}
.about_ul2 ul li:hover i.bgs4{ background-image:url(../image/about_ico4_on.png);}
.about_ul2 ul li:hover i.bgs5{ background-image:url(../image/about_ico5_on.png);}
.about_ul2 ul li:hover i.bgs6{ background-image:url(../image/about_ico6_on.png);}
.about_ul2 ul li .h3{ font-weight:normal; line-height:28px; height:28px; overflow:hidden; color:#333333;}
.about_ul2 ul li .p{ width:94%; margin:0 auto; max-width:352px; color:#b0b0b0; font-size:15px; overflow:hidden; line-height:26px; height:78px; margin-top:8px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; }
.about_ul2 ul li:hover .h3{ color:#fff;}
.about_ul2 ul li:hover .p{ color:rgba(255,255,255,0.42);}

.partner_ul{ margin-top:4%; overflow:hidden; margin-bottom:6%;}
.partner_ul ul li{ float:left; width:32%; margin-right:2%; overflow:hidden; background:#fff; margin-bottom:2%;}
.partner_ul ul li:nth-child(3n+0){ margin-right:0;}
.partner_ul ul li .imgs{ overflow:hidden; position:relative; padding-top:63.2%;}
.partner_ul ul li .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.partner_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.partner_ul ul li .txts{ overflow:hidden; margin-top:4%;margin-bottom:9%; }
.partner_ul ul li .txts .cons{ margin:0 auto; max-width:365px; width:94%;overflow:hidden; }
.partner_ul ul li .txts .cons .ico{ display:block; height:47px; max-width:100%;}
.partner_ul ul li .txts .cons .p{ overflow:hidden; line-height:28px; height:84px;font-size:15px; color:#999999;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top:6px;}

.contact_ul{ margin:0 auto; max-width:870px;margin-top:2%; margin-bottom:2%;}
.contact_ul ul li{ display:block; padding-top:4%; padding-bottom:4%; overflow:hidden; border-bottom:1px solid #e9e9e9;}
.contact_ul ul li:last-child{ border-bottom:0;}
.contact_ul ul li .cons{ width:96%; margin:0 auto; max-width:770px;overflow:hidden;font-size:15px; color:#757575; line-height:32px;}
.contact_ul ul li .cons a{ color:#757575;}
.contact_ul ul li .cons a:hover{ color:#911176;}
.contact_ul ul li .cons .h3{ font-weight:normal; font-size:20px; color:#333; overflow:hidden; margin-bottom:20px;}
.contact_ul ul li .cons .w2{ width:49%; max-width:280px;}
#AboutBlock{ margin-bottom:6%;}
#AboutBlock *{webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#AboutBlock .wrap2{ max-width:1230px;}
#AboutBlock .MapBox { position: relative;}
#AboutBlock .MapBox .Box { display: block; height: 0; width: 100%; position: absolute;left: 0; top: 50%; text-align: right; z-index: 9; margin-top:-60px;}
#AboutBlock .MapBox .Box .AddBox {display: inline-block; position: relative;}
#AboutBlock .MapBox .Box .AddBox .PosBox { position: absolute;right: 0; top: 50%;}
#AboutBlock .MapBox .Box .address {display: inline-block; text-align: center; font-size: 15px; line-height: 46px; color: #8b8b8b; padding: 0 25px;margin: 5px 0;
background: #fff; border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); word-break: keep-all; width:135px;}
#AboutBlock .MapBox .Box .address span {display: block; position: relative; padding-left: 25px;}
#AboutBlock .MapBox .Box .address span::before { content: ""; position: absolute; left: 0;width: 15px; height: 100%;background: url(../image/icons_address2.png) no-repeat center;}
#AboutBlock .MapBox .Box .address:hover { color: #911176;}
#AboutBlock .MapBox .Box .address.on { background: #911176;color: #fff;}
#AboutBlock .MapBox .Box .address.on span::before {background-image: url(../image/icons_address3.png);}
#AboutBlock .MapBox img { max-width: 99999px;}
#AboutBlock .MapBox .Map { height: 520px;}

.service_box{ overflow:hidden; margin-top:3%; margin-bottom:5%;}
.service_box .imgs{ float:left; width:632px;overflow:hidden; position:relative; height:747px; margin-right:2%;}
.service_box .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.service_box .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.service_box .txts{ overflow:hidden; }
.service_box .txts ul li{ display:block; overflow:hidden; height:236px; background:#fff; margin-bottom:18px;}
.service_box .txts ul li:last-child{ margin-bottom:0;}
.service_box .txts ul li .cons{ max-width:530px; width:94%; margin:0 auto; overflow:hidden; margin-top:60px; line-height:1.2; color:#777777; font-size:14px;}
.service_box .txts ul li .cons a{ color:#777777;}
.service_box .txts ul li .cons a:hover{ color:#911176;}
.service_box .txts ul li .cons .h3{ font-weight:bold; overflow:hidden; height:34px; line-height:34px; font-size:18px; color:#333;}
.service_box .txts ul li .cons .tel{ color:#911176; font-weight:bold; font-family:Arial; font-size:34px;}
.service_box .txts ul li .wx{ margin-top:2px; overflow:hidden;}
.service_box .txts ul li .wx .img{ float:left; width:116px; margin-right:30px;}
.service_box .txts ul li .wx .p{ overflow:hidden;}
.service_box .txts ul li .wx .p .h4{ font-weight:bold; line-height:26px; overflow:hidden; color:#333; margin-bottom:22px; font-size:18px; margin-top:5px; max-width:362px;}

.down_search{ overflow:hidden; max-width:524px; margin:0 auto; margin-top:3%;}
.down_search .input_shurk{ float:left;width:calc(100% - 78px);width:-webkit-calc(100% - 78px);width:-moz-calc(100% - 78px); height:50px; line-height:50px; background:none;border:1px solid #e0e0e0; border-right:0;outline:medium; color:#999999; font-size:15px; text-indent:20px; font-family:"微软雅黑";}
.down_search .s_btns{ float:left; width:77px; height:52px;background: url(../image/down_pic1.png) #911176 center center no-repeat;border:none;cursor:pointer; outline:none; background-size:18px 18px;}
.down_search .s_btns:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.down_t{ font-weight:bold; color:#333; font-size:18px; overflow:hidden; padding-left:31px; margin-top:4%; height:32px; line-height:32px; background-repeat:no-repeat; background-position:left center; background-size:auto 27px;}
.down_t.bgs1{ background-image:url(../image/down_ico1.png);}
.down_t.bgs2{ background-image:url(../image/down_ico2.png);}
.down_t.bgs3{ background-image:url(../image/down_ico3.png);}
.down_t.bgs4{ background-image:url(../image/down_ico4.png);}
.down_ul{ margin-top:1%; margin-bottom:1%; overflow:hidden; }
.down_ul ul li{ display:block; overflow:hidden; border-bottom:1px solid #ececec; padding-top:16px; padding-bottom:16px; padding-right:130px; position:relative; font-size:14px;  }
.down_ul ul li .h3{ color:#333; font-size:16px;height:38px; line-height:38px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; font-weight:normal;}
.down_ul ul li .p{ color:#666; overflow:hidden; line-height:28px; margin-top:5px; margin-bottom:5px;white-space:nowrap;text-overflow:ellipsis;}
.down_ul ul li .date{ position:absolute; top:16px; right:20px; text-align:right; overflow:hidden;}
.down_ul ul li .date span{ display:block; height:22px; line-height:22px;color:#999999;}
.down_ul ul li .date em{ display:block; font-style:normal; height:28px; line-height:28px; width:98px; text-align:center; border:1px solid #cccccc; margin-top:10px; color:#666;}
.down_ul ul li:hover .date em{ background:#911176; border-color:#911176; color:#fff;}
.down_ul ul li:hover .h3{ color:#911176;}
.down_ul:last-child{ margin-bottom:5%;}
.down_ul:last-child ul li:last-child{ border-bottom:0;}

.feedback_div{margin-bottom:5%; overflow:hidden;margin-top:3%;}
.feedback_div .divs{float:left; width:32%; margin-right:2%;margin-bottom:2%;}
.feedback_div .divs:nth-child(3n+0){ margin-right:0;}
.feedback_div .inputs2{ width:99%;  background:#fff; height:48px; line-height:48px; font-size:15px; color:#a1a1a1; border:0; outline:none;  text-indent:20px; font-family:"微软雅黑"; }
.feedback_div .inputs2:focus{ border-color:#49af5b;}
.feedback_div .textarea{ padding:1%; width:calc(99% - 22px);width:-webkit-calc(99% - 22px);width:-moz-calc(99% - 22px); padding-left:20px; background:#fff; font-size:15px; font-family:"微软雅黑";border:0; outline:none;margin-bottom:2%; color:#a1a1a1; height:200px;}
.feedback_div .textarea:focus{ border-color:#49af5b;}
.feedback_div .bnts2{ display:block; margin:0 auto;border: none; width:100%; max-width:158px;font-size:15px; height: 46px; line-height:46px; background: #911176; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none;}
.feedback_div .bnts2:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s;}

.news_title{ overflow:hidden; text-align:center; margin-top:5%;}
.news_title .h3{ font-weight:bold; overflow:hidden; line-height:1.3; font-size:20px;}
.news_title .p{ overflow:hidden; line-height:1.6; font-size:16px; color:#666666; margin-top:6px;}
.news_ul{ overflow:hidden; margin-top:5%;}
.news_ul ul li{ float:left; width:23.5%; margin-right:2%; margin-bottom:2%; background:#ffffff;overflow:hidden;}
.news_ul ul li:nth-child(4n+0){ margin-right:0;}
.news_ul ul li .imgs{ overflow:hidden; position:relative;padding-top:62%;}
.news_ul ul li .imgs img{ position:absolute; top:0; left:0; width:100%; height:100%; display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_ul ul li .txts{ overflow:hidden;text-align:left;}
.news_ul ul li .cons{ margin:0 auto; width:94%; max-width:280px;}
.news_ul ul li .txts .h3{ clear:both;  font-weight:normal;  height:44px; line-height:22px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:16px;transition:all 0.3s; display:block;color:#333; margin-top:18px; margin-bottom:7px;}
.news_ul ul li:hover .txts .h3{ color:#222;}
.news_ul ul li .txts .p{ height:48px; line-height:24px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:13px;color:#999999;transition:all 0.3s; margin-bottom:30px;}
.news_ul ul li .txts .date{  overflow:hidden; height:62px; line-height:62px; position:relative; color:#999999;transition:all 0.3s;  font-size:14px;}
.news_ul ul li:hover .txts .date{  color:#333333;}
.news_ul ul li .txts .date:before{content: "";position: absolute;left: 0;  bottom: 0;  height: 1px; width: 100%;  background: #e8e8e8;}
.news_ul ul li .txts .date:after{ content:""; position:absolute; left:0; bottom:0; height:1px; width:0%; background:#911176;transition:all 0.3s;}
.news_ul ul li:hover .txts .date:after{ width:100%;}

.about_x2{ float:left; width:72%; padding-bottom:1%; padding-right:3%;padding-top:4%; border-right:1px solid #e7e7e7;}
.about_x2 .show_t{ line-height:32px; font-size:24px; color:#333333; text-align:left; margin-bottom:1%; margin-top:5px; font-weight:bold;}
.about_x2 .con_line{height:40px; line-height:40px;font-size:14px; color:#c8c8c8; border-bottom:1px solid #f0f0f0; text-align:left; padding-bottom:1%; }
.about_x2 img{margin-bottom:10px; display:block; max-width:100%;}
.about_x2 .con_id{ line-height:28px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:4%;font-size:15px; color:#555555;text-align:left; padding-bottom:4%;}
.about_x2 .con_id .h4{ font-size:18px; line-height:1.5; font-weight:bold; margin-bottom:2%; margin-top:1%;}
.about_x2 .con_id p{ padding-bottom:10px; overflow:hidden;}
.about_x2 table{border-collapse:collapse;border-spacing:0;}
.about_x2 table td{ line-height:22px;height:27px; }
.prenext{ padding-top:3%; text-align:center;  font-size:14px;margin-bottom:4%;border-top:1px solid #f0f0f0; overflow:hidden; line-height:26px; color:#555; text-align:center; }
.prenext span{ width:40%; overflow:hidden;}
.prenext span.l{ text-align:left;}
.prenext span.r{ text-align:right;}
.prenext a{ color:#555; overflow:hidden; transition:all 0.3s;}
.prenext a:hover{ color:#911176;  text-decoration:none;opacity:0.8;filter:Alpha(opacity=80);}
.prenext .goback{ display:inline-block; vertical-align:top; height:38px; line-height:38px; width:120px; border:1px solid #e6272c; border-radius:20px; color:#e6272c; margin-top:-6px;}
.prenext .goback:hover{ background:#911176; color:#fff;}
.fenxiang{ float:right;}
.fenxiang div.social-share{ display:inline-block; vertical-align:top;}
.fenxiang .news_fx{ text-align:center;display:inline-block; vertical-align:top;  padding-left:3px; padding-right:3px;}
.fenxiang .news_fx ul li{ display:inline-block; width:30px; height:30px;  margin-left:4px; margin-right:4px; background-repeat:no-repeat; background-size:100% 100%; cursor:pointer;}
.fenxiang .news_fx ul li.bgs1{ background-image:url(../image/fx_pic1.png);}
.fenxiang .news_fx ul li.bgs2{ background-image:url(../image/fx_pic2.png);}
.fenxiang .news_fx ul li.bgs3{ background-image:url(../image/fx_pic3.png);}
.fenxiang .news_fx ul li:hover{transition:all 0.3s}
.fenxiang .news_fx ul li.bgs1:hover{ background-image:url(../image/fx_pic1_on.png);}
.fenxiang .news_fx ul li.bgs2:hover{ background-image:url(../image/fx_pic2_on.png);}
.fenxiang .news_fx ul li.bgs3:hover{ background-image:url(../image/fx_pic3_on.png);}
.fenxiang .news_fx ul li a{ display:block; width:30px; height:30px; padding:0; margin:0;}
.fenxiang .news_fx ul li a:hover{ background:none;}
.fenxiang .social-share .icon-qq:before{ content:"";}
.fenxiang .social-share .icon-qq{ border:0;}
.fenxiang .social-share .icon-qq:hover{ background-image:url(../image/fx_pic1_on.png);background-size:100% 100%;}
.fenxiang .social-share .icon-wechat:before{ content:"";}
.fenxiang .social-share .icon-wechat{ border:0;}
.fenxiang .social-share .icon-wechat:hover{ background-image:url(../image/fx_pic3_on.png);background-size:100% 100%;}
.fenxiang .social-share .icon-weibo:before{ content:"";}
.fenxiang .social-share .icon-weibo{ border:0;}
.fenxiang .social-share .icon-weibo:hover{ background:url(../image/fx_pic2_on.png) no-repeat;background-size:100% 100%;}


.news_r{ float:right; overflow:hidden; background:#fff; width:24%; max-width:290px; margin-top:3%; margin-bottom:5%;}
.news_r .news_t{ font-weight:normal;  overflow:hidden; position:relative; padding-left:10px;}
.news_r .news_t .h2{ font-weight:normal; color:#333333; font-size:22px; margin-right:30px;height:70px; line-height:70px;}
.news_r .news_ul3{ margin-left:10px;overflow:hidden;}
.news_r .news_ul3 ul li{ display:block; border-bottom:1px solid #f0f0f0; padding-bottom:5%; margin-bottom:5%; overflow:hidden;}
.news_r .news_ul3 ul li label{ display:block; height:24px; line-height:24px;  color:#c8c8c8; font-size:14px;}
.news_r .news_ul3 ul li .h3{ font-weight:normal; overflow:hidden;height:30px; line-height:30px; color:#333; font-size:15px;transition:all 0.3s; margin-top:1%; margin-bottom:1%;white-space:nowrap;text-overflow:ellipsis;}
.news_r .news_ul3 ul li:hover .h3{ color:#911176;}
.news_r .news_ul3 ul li:last-child{ border-bottom:0;}

.banner{ max-width:1300px; margin:0 auto; width: 100%;  position:relative; margin-bottom:4%;}
.banner .swiper-container{}
.banner .lzpic1,
.banner .lzpic2 { width: 100%;height: 100%; background: no-repeat center; background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;}
.banner .lzpic1{ height:460px;}
.banner .text { max-width: 1400px; width: 96%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); z-index: 10; font-size: 50px;font-weight:normal; color: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=45, Color=#989898)"; text-shadow: -2px 2px 6px rgba(152, 152, 152, 0.8); filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#989898); padding: 0 20px; text-align:center; line-height:1.1;}
.banner .text .desc{ margin-top:1.6%; overflow:hidden; font-weight:lighter; position:relative; padding-bottom:4%; margin-bottom:5%;}
.banner .text .desc:after{ content:""; position:absolute; width:72px; height:4px; background:#fff; left:50%; margin-left:-36px; bottom:0;}
.banner .text .small { font-size: 30px;}
.banner .swiper-pagination { width: 100%;bottom: 35px; transition-duration: 0.4s;-webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;}
.banner .swiper-pagination.gao {bottom: 380px;}
.banner .swiper-pagination .swiper-pagination-bullet { width:42px; height: 3px; background:#fff; background-size:100% 100%;opacity: 1; margin: 0 6px; border-radius:0;}
.banner .swiper-pagination .swiper-pagination-bullet-active { background:#911176; background-size:100% 100%; }
.lzpic1{transition:all 0.3s;}
.lzpic1 img{ width:100%;opacity:0;filter:Alpha(opacity=0);}

.lzpic2 { display: none;}
.lzpic2 img{ width:100%;opacity:0;filter:Alpha(opacity=0);}
.banner .anim-1,.banner .anim-4{filter:alpha(opacity=0);opacity:0; }
.banner .swiper-slide-active .anim-1{animation:mymove6 0.6s; -webkit-animation:mymove6 0.6s linear;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
	animation-delay:0.2s;

	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards; 
	-webkit-animation-delay:0.2s;}
.banner .swiper-slide-active .anim-4{animation:mymove6 0.6s; -webkit-animation:mymove6 0.6s linear;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
	animation-delay:0.8s;

	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards; 
	-webkit-animation-delay:0.8s;
}
.swiper-button-next, .swiper-button-prev{ width:16px; height:29px; background-size:16px 29px; margin-top:-15px; outline:none;}
.swiper-button-next{ background-image:url(../image/right.png); right:20px;}
.swiper-button-prev{ background-image:url(../image/left.png); left:260px; }

.product_type{ position:absolute; top:0; left:0; width:234px;  height:100%; background:rgba(51,51,51,0.94); z-index:99;}
.product_type ul{ margin-top:35px;}
.product_type ul li{ }
.product_type ul li .h3{ display:block; overflow:hidden;height:46px; line-height:46px; position:relative; font-weight:normal;}
.product_type ul li .h3:after{ position:absolute; right:22px; top:0; color:#fff; content:">"; font-size:14px; font-family:"宋体";}
.product_type ul li .h3 a{ color:#fff; display:block; overflow:hidden; font-size:14px; text-indent:28px;}
.product_type ul li:hover .h3 a{ background:#911176;}

.product_type ul li .dl{ position:absolute; left:234px; top:0; width:1066px; height:100%; background:#fff;border: 1px solid #e0e0e0; border-left:0;-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.18); box-shadow: 0 8px 16px rgba(0,0,0,.18);z-index: 24; display:none; font-size:14px;}
.product_type ul li:hover .dl{ display:block;}
.product_type ul li .dl dl{ margin-top:35px; padding-left:30px;}
.product_type ul li .dl dd{ float:left; height:50px; line-height:50px; width:23.5%; margin-right:2%; overflow:hidden;}
.product_type ul li .dl dd:nth-child(4n+0){ margin-right:0;}
.product_type ul li .dl dd img{ float:left; margin-right:6px; width:50px; height:50px;}
.product_bg{ background:#f5f5f5; overflow:hidden;}
.product_t{ overflow:hidden; margin-top:30px; height:56px; line-height:56px; font-size:22px; color:#333333; clear:both;}
.product_t .pmore{ float:right; font-size:14px; color:#777777;}
.product_adv{ float:left; width:19.07%; margin-right:1.15%; overflow:hidden; position:relative; height:615px;}
.product_adv img{ display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.product_adv:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_ul{ overflow:hidden;}
.product_ul:last-child{ margin-bottom:5%;}
.product_ul ul li{ background:#fff; overflow:hidden; margin-bottom:1.15%; float:left; width:24.1%; margin-right:1.15%; text-align:center;}
.product_ul ul li:nth-child(4n+0){ margin-right:0;}
.product_ul ul li .imgs{ position:relative; overflow:hidden;  }
.product_ul ul li .imgs:before{ content:""; padding-top:228px; display:block; width:100%;}
.product_ul ul li .imgs img{ display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.product_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_ul ul li .txts{ overflow:hidden;transition:all 0.3s; }
.product_ul ul li .txts .h3{ margin-left:2%; margin-right:2%; font-weight:bold; color:#333; font-size:20px; height:24px; line-height:24px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.product_ul ul li .txts .p{margin-left:2%; margin-right:2%; color:#b0b0b0; font-size:12px; height:26px; line-height:26px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-bottom:23px;}
.product_ul ul li:hover .txts .h3{ color:#911176;}


.product_ul2{ overflow:hidden;}
.product_ul2:last-child{ margin-bottom:5%;}
.product_ul2 ul li{ background:#fff; overflow:hidden; margin-bottom:1.5%; float:left; width:32.33%; margin-right:1.5%; text-align:center;}
.product_ul2 ul li:nth-child(3n+0){ margin-right:0;}
.product_ul2 ul li .imgs{ margin:0 auto; max-width:258px;position:relative; overflow:hidden; padding-top:56.5%;}
.product_ul2 ul li .imgs img{ display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.product_ul2 ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_ul2 ul li .txts{ overflow:hidden;transition:all 0.3s; }
.product_ul2 ul li .txts .h3{ margin-left:2%; margin-right:2%; font-weight:bold; color:#333; font-size:20px; height:24px; line-height:24px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.product_ul2 ul li .txts .p{margin-left:2%; margin-right:2%; color:#b0b0b0; font-size:12px; height:26px; line-height:26px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-bottom:25px;}
.product_ul2 ul li:hover .txts .h3{ color:#911176;}


.pro_one{ overflow:hidden; padding-top:18px; color:#999999; font-size:14px; margin-bottom:4%;}
.pro_one .product_one_l{ width:560px; overflow:hidden; float:left; margin-right:3%;}
.pro_one .product_one_l .phone_img{ border:1px solid #fff; overflow:hidden;}
.pro_one .pro_one_r{  overflow:hidden;}
.pro_one .pro_one_r .product_t2{ margin-top:4%;  overflow:hidden;}
.pro_one .pro_one_r .product_t2 .h2{color:#333333; font-weight:bold; overflow:hidden; position:relative; line-height:40px; padding-right:140px; margin-top:7px; font-size:34px;}
.pro_one .pro_one_r .product_t2 .h2 .down{ position:absolute; padding-left:38px; background:url(../image/product_pic1.png) left center no-repeat; background-size:27px 22ppx; font-weight:normal; font-size:15px; right:0; top:0; color:#595959;}
.pro_one .pro_one_r .product_t2 .p2{font-size:14px; overflow:hidden;  color:#999999; line-height:22px;}
.pro_one .pro_one_r .p{line-height:34px; overflow:hidden;border-bottom:1px solid #dddddd;border-top:1px solid #dddddd; padding-top:20px;padding-bottom:15px; margin-top:4%; color:#999999;}
.pro_one .pro_one_r .p p{ float:left; min-width:120px; text-align:center; padding-left:9px; padding-right:9px; background:#f8f8f8; margin-right:5px; margin-bottom:5px; overflow:hidden; }
.pro_one .pro_one_r .product_t3{ height:30px; line-height:30px; margin-top:17px; overflow:hidden; font-size:20px; color:#333;}
.pro_one .pro_one_r .ico_label2{ overflow:hidden; margin-top:16px;}
.pro_one .pro_one_r .ico_label2 .css-radio{ display:none;}
.pro_one .pro_one_r .ico_label2 .css-label_r2{ float:left; width:49%;   height:42px; line-height:42px; font-size:16px; overflow:hidden;  border:1px solid #e0e0e0; cursor:pointer; margin-bottom:2%; text-align:center; color:#777777;}
.pro_one .pro_one_r .ico_label2 .css-label_r2:nth-child(4n+0){ float:right;}
.pro_one .pro_one_r .ico_label2 .css-label_r2:hover{ border:1px solid #911176;}
.pro_one .pro_one_r .ico_label2 .css-label_r2.psel{border:1px solid #911176;}
.pro_one .pro_one_r .ico_label2 input[type=radio].css-radio:checked + label.css-label_r2{ border:1px solid #911176; color:#911176; }
.pro_one .pro_one_r .a{ width:49%; height:56px; line-height:56px; background:#ff002b;color:#fff; text-align:center;transition:all 0.3s; font-size:16px;  margin-top:25px;}
.pro_one .pro_one_r .a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.pro_one .pro_one_r .a img{ display:inline-block; vertical-align:middle; height:27px; margin-right:8px;}
.product_two{ overflow:hidden; margin-top:5%; margin-bottom:5%; position:relative;}
.product_two .product_two_l{float:left; width:18.15%; overflow:hidden;}
.product_two .product_ul3{  overflow:hidden;}
.product_two .product_ul3 ul li{ overflow:hidden; margin-bottom:1.5%; margin-right:1.5%; text-align:center; background:#fff;}
.product_two .product_ul3 ul li .imgs{ margin:0 auto; max-width:182px;position:relative; overflow:hidden; padding-top:73.5%;}
.product_two .product_ul3 ul li .imgs img{ display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}
.product_two .product_ul3 ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_two .product_ul3 ul li .txts{ overflow:hidden;transition:all 0.3s; }
.product_two .product_ul3 ul li .txts .h3{ margin-left:2%; margin-right:2%; font-weight:bold; color:#333; font-size:15px; height:24px; line-height:24px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.product_two .product_ul3 ul li .txts .p{margin-left:2%; margin-right:2%; color:#999999; font-size:14px; height:22px; line-height:22px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-bottom:25px;}
.product_two .product_ul3 ul li:hover .txts .h3{ color:#911176;}
.product_t4{ height:32px; line-height:32px; overflow:hidden; margin-bottom:15px; font-size:16px; font-weight:bold; color:#333333;}
.product_two .product_two_m{ float:left; margin-left:2%; width:59.7%; font-size:14px; line-height:26px;}
.product_two .product_two_m img{ max-width:100%;}
.product_two .product_two_r{ float:right; width:18.15%; overflow:hidden; position:absolute; right:0; top:0;}
.product_two .product_two_r .a{ width:100%; height:52px; line-height:52px; background:#ff002b;color:#fff; text-align:center;transition:all 0.3s; font-size:16px;  margin-top:14px; display:block;}
.product_two .product_two_r .a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.product_two .product_two_r .a img{ display:inline-block; vertical-align:middle; height:27px; margin-right:8px;}
.product_two .product_two_r .a.bgs2{ background:#f53415;}

.video_ul{ overflow:hidden; }
.video_ul ul li{ display:block; margin-bottom:4px; overflow:hidden;}
.video_ul ul li .imgs{ overflow:hidden;  position:relative; padding-top:63%; cursor:pointer;}
.video_ul ul li .imgs .bgs{ position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.46); text-align:center;opacity:1.0;filter:Alpha(opacity=100);transition:all 0.3s;}
.video_ul ul li .imgs .bgs i{ font-style:normal;  width:40px; height:40px;  overflow:hidden; transition:all 0.3s;position:absolute; left:50%; top:50%;transform: translate(-50%, -50%); background:url(../image/i_pic9.png) no-repeat; background-size:100% 100%;}
.video_ul ul li .imgs img{ position:absolute; top:0; left:0; width:100%; height:100%; display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.video_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.video_ul ul li .h3{ font-weight:normal; height:38px; line-height:38px; overflow:hidden; font-size:14px;  color:#444444;white-space:nowrap;text-overflow:ellipsis; text-align:center;}
.video_ul ul li:hover .h3{ color:#911176;}

.honor_ul{ margin-top:4%; margin-bottom:6%; border-left:1px solid #e2e2e2;border-top:1px solid #e2e2e2; overflow:hidden;}
.honor_ul ul li{ width:25%;float:left;  transition:all 0.3s;}
.honor_ul ul li .box{ border-right:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; position:relative; overflow:hidden;}
.honor_ul ul li .box:after{ width:0; position:absolute; content:""; left:50%; right:50%; bottom:0; height:2px; background:#911176;transition:all 0.6s; z-index:1;}
.honor_ul ul li:hover .box:after{ width:100%; left:0; right:0;}
.honor_ul ul li .imgs{ overflow:hidden; max-width:189px; margin:0 auto; width:90%; margin-top:8%; margin-bottom:7%; position:relative; height:246px;}

.honor_ul ul li .imgs img{ display:block; width:100%; height:100%; position:absolute; top:0; left:0;webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; }
.honor_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.honor_ul ul li .h3{ font-weight:normal; text-align:center; height:40px; line-height:20px; overflow:hidden; font-size:14px; color:#333; width:96%; padding-left:2%; padding-right:2%; margin-bottom:4%;}
.honor_ul ul li:hover .h3{ color:#911176;}

@media screen and (max-width: 1600px) {

.postions .postions_b a{margin-left:44px;}

}



@media screen and (max-width: 1440px) {

.postions{ height:46px; line-height:46px; font-size:14px;}
.postions .postions_b a{margin-left:40px;}


.news_r .news_t .h2{ margin-right:20px; font-size:22px;}




}
@media screen and (max-width: 1360px) {


.honor_ul ul li .h3{ font-size:14px;}
}
@media screen and (max-width: 1200px) {

.postions h2{ font-size:18px;}
.postions h2 span{ font-size:14px;}
.postions .postions_b a{margin-left:30px;}
.o_big_con .h2 span{ font-size:15px;}

.about_two .txts{line-height:26px;}
.about_two .imgs{ width:600px;}
.about_two .txts{width:calc(97% - 600px);width:-webkit-calc(97% - 600px);width:-moz-calc(97% - 600px);}

.about_ul2 ul li i{ width:76px; height:67px;}
.about_ul2 ul li .p{ font-size:14px; line-height:24px; height:72px;}


#AboutBlock .MapBox .Map {height: 350px; }

.service_box .imgs{ width:550px; height:650px;}
.service_box .txts ul li{ height:204px;}
.service_box .txts ul li .cons{ margin-top:40px;}
.service_box .txts ul li .wx .img{ margin-right:15px;}

.feedback_div .inputs2{ height:42px; line-height:42px; font-size:14px;}
.feedback_div .textarea{ font-size:14px; }
.feedback_div .bnts2{ height:44px; line-height:44px; font-size:14px;}

.news_ul ul li .txts .p{ margin-bottom:20px;}

.product_t{ margin-top:20px;}
.product_t:first-child{ margin-top:25px;}
.product_adv{ display:none;}

.product_ul ul li .imgs:before{  padding-top:91.5%;}

.pro_one{ font-size:14px;}
.pro_one .product_one_l{ width:500px;}
.pro_one .pro_one_r .product_t2 .h2{ font-size:30px;}
.pro_one .pro_one_r .p{ line-height:30px; padding-top:15px; padding-bottom:10px;}
.pro_one .pro_one_r .a{ font-size:15px;  height:50px; line-height:50px; margin-top:10px;}
.pro_one .pro_one_r .product_t3{ font-size:18px; margin-top:15px; height:26px; line-height:26px;}
.pro_one .pro_one_r .ico_label2{ margin-top:12px;}
.pro_one .pro_one_r .ico_label2 .css-label_r2{ height:38px; line-height:38px; font-size:15px;}
.product_two .product_two_r .a{ font-size:15px;}
}

@media screen and (max-width: 1100px) {

.postions{ height:44px; line-height:44px;}
.postions .postions_b a{margin-left:20px;}
.o_big_con .h2{ padding-top:0px;}
.o_big_con .h2 span{ margin-top:0px; font-size:14px;}

.yema a{ height:36px; line-height:36px;min-width:20px;}

.about_two .imgs{ width:550px; margin-right:2%; }
.about_two .txts{font-size:14px; line-height:24px;width:calc(98% - 550px);width:-webkit-calc(98% - 550px);width:-moz-calc(98% - 550px);}

.service_box .imgs{ width:500px; height:591px; margin-right:12px;}
.service_box .txts ul li{ height:189px; margin-bottom:12px;}
.service_box .txts ul li .cons{ margin-top:35px; }

.about_x2{ width:65%;}
.news_r{ width:32%;}

.lzpic2{display: block;}
.lzpic1{display: none;}
.banner .swiper-container{ position:static;}
.banner .swiper-pagination { bottom:25px;}
.banner .swiper-pagination .swiper-pagination-bullet {width: 36px;margin: 0 5px;}
.swiper-button-next{right:10px;}
.swiper-button-prev{ left:10px;}

.product_type{ display:none;}
.product_t{ margin-top:15px;}
.product_t:first-child{ margin-top:20px;}

.pro_one .product_one_l{ width:450px;}
.pro_one .pro_one_r .p{ margin-top:3%;}


.honor_ul ul li{ width:33.33%;}
}
@media screen and (max-width: 1000px) {


.about_two .imgs{ width:500px; }
.about_two .imgs img{min-height:320px;}
.about_two .txts{width:calc(98% - 500px);width:-webkit-calc(98% - 500px);width:-moz-calc(98% - 500px);}

.service_box .imgs{ width:400px; height:473px;}
.service_box .txts ul li{ height:149px;}
.service_box .txts ul li .cons{ margin-top:20px;}


}
@media screen and (max-width: 960px) {

.postions .rclass{ display:block;}
.postions .postions_b{ display:none;}
.postions .postions_b a{ float:none; font-size:15px; display:block; margin-left:0; padding-left:3%; text-align:left; background:#efefef; border-bottom:1px solid #fff; width:auto;}
.postions .postions_b a:hover{ background:#229e38; color:#fff;}
.postions .postions_b a.isel{ color:#fff;background:#911176;}
.postions .postions_b a:after{ height:0;}
.o_big_con .h2 span{ font-size:13px;}

.about_tc{z-index: 19891025; width: 0%; right: 0%; position:absolute; overflow: hidden; top:0; height:100%;transition: all 0.3s;}
.postions_b.lws .about_tc{ width:80%;}
.postions_b.lws{ display:block;}
.about_tc .about_divs{ position:absolute; right:0; width:85%; background-color:#fff; top:0; overflow:hidden; height:100%;}
.about_tc .closed2{ right:84.5%; position:absolute; top:150px; cursor:pointer; width:25px; display:block;}
.about_tc .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}

.about_one .cons{ line-height:26px; font-size:14px;}
.about_ul ul li .txts{ margin-top:18px; margin-bottom:20px;}
.about_ul ul li .txts .cons{ line-height:26px; font-size:14px; height:208px; -webkit-line-clamp: 8; }
.about_two .imgs{ width:100%; margin-right:0; float:none;}
.about_two .imgs img{ min-height:inherit;}
.about_two .txts{ position:static; height:auto; margin-top:3%;width:calc(100% - 0px);width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px); max-width:none;}

.about_ul2 ul li i{ width:60px; height:53px; }
.about_ul2 ul li .p{ font-size:13px;}

.partner_ul ul li .txts .cons .ico{ height:40px;}
.partner_ul ul li .txts .cons .p{ font-size:14px; line-height:24px; height:96px;-webkit-box; -webkit-line-clamp: 4;}

.service_box .imgs{ float:none;  width:100%; margin-right:0; height:auto;}
.service_box .imgs img{ position:static; height:auto;}
.service_box .txts{ margin-top:2%;}
.service_box .txts ul li{ margin-bottom:2%; height:auto;}
.service_box .txts ul li .cons{ margin-top:4%; margin-bottom:4%; max-width:none;}
.service_box .txts ul li .wx .img{ margin-right:30px;}

.news_ul ul li{ width:32%;}
.news_ul ul li:nth-child(4n+0){ margin-right:2%;}
.news_ul ul li:nth-child(3n+0){ margin-right:0;}

.about_x2{ width:100%; float:none;}
.about_x2 .con_id{ line-height:26px; font-size:14px;}
.about_x2 .con_id .h4{ font-size:17px;}
.news_r{ width:100%; float:none; max-width:none;}
.news_r .news_ul3 ul li{ padding-bottom:2%; margin-bottom:2%;}

.prenext{ font-size:14px; line-height:24px; text-align:right;}
.prenext span{ width:70%;}
.prenext .l{ float:none; display:block;}
.prenext .r{ float:none; display:block;}
.prenext span.r{ text-align:left;}
.prenext .goback{ text-align:center; margin-top:-44px; width:110px;}
.fenxiang .news_fx ul li{ width:26px; height:26px;}
.fenxiang .news_fx ul li a{ width:26px; height:26px;}

.product_t{ margin-top:10px;}
.product_t:first-child{ margin-top:15px;}
.product_ul ul li{ width:32%; margin-right:2%; margin-bottom:2%;}
.product_ul ul li:nth-child(4n+0){ margin-right:2%;}
.product_ul ul li:nth-child(3n+0){ margin-right:0;}

.pro_one{ font-size:13px;}
.pro_one .product_one_l{ width:100%; float:none;}
.pro_one .pro_one_r{ float:none; width:100%; max-width:none;}
.pro_one .pro_one_r .product_t2 .p2{ font-size:13px;}
.pro_one .pro_one_r .product_t2 .h2 .down{ font-size:14px; padding-left:30px;}
.pro_one .pro_one_r .product_t3{ font-size:16px;}
.pro_one .pro_one_r .p{ line-height:28px;}
.pro_one .pro_one_r .a{  height:42px; line-height:42px; font-size:14px;}
.pro_one .pro_one_r .ico_label2 .css-label_r2{ font-size:14px; height:36px; line-height:36px;}
.product_two .product_two_r .a{ height:42px; line-height:42px; font-size:14px;}
.product_two .product_two_l{ display:none;}
.product_two .product_two_r{ position:initial; width:100%; float:none;margin:0 auto; max-width:790px; margin-top:3%;}
.product_two .product_two_m{ float:none; width:100%; margin-left:0; margin:0 auto; max-width:790px;}
}
@media screen and (max-width: 830px) {

.postions h2{ font-size:16px;}
.postions h2 span{ font-size:13px;}




}
@media screen and (max-width: 780px) {

.o_big{ height:166px;}
.postions{ height:42px; line-height:42px; font-size:13px;}
.postions h2{ display:none;}
.postions .postions_b a{ height:44px; line-height:44px; font-size:14px;}

.yema a{ height:26px; line-height:26px; padding-left:6px; padding-right:6px; margin-left:2px; font-size:13px;}

.about_one{ background:none;}
.about_one .cons{ max-width:none; width:100%;}
.about_one .label{ font-size:13px;}

.about_ul2 ul li{ width:49%; padding-top:5%;}
.about_ul2 ul li:nth-child(3n+0){ margin-right:2%;}
.about_ul2 ul li:nth-child(2n+0){ margin-right:0;}
.about_ul2 ul li i{ width:50px; height:44px;}
.about_ul2 ul li .p{ font-size:12px; line-height:22px; height:66px;}

.partner_ul ul li{ width:49%;}
.partner_ul ul li:nth-child(3n+0){ margin-right:2%;}
.partner_ul ul li:nth-child(2n+0){ margin-right:0;}

.contact_ul ul li .cons .h3{ font-size:18px; margin-bottom:12px;}
.contact_ul ul li .cons{ font-size:14px; line-height:28px;}
#AboutBlock{ margin-top:50px;}
#AboutBlock .MapBox .Box {position: static; height: auto; }
#AboutBlock .MapBox .Box .AddBox { display: block; width: 100%; text-align: center; padding-bottom: 10px;}
#AboutBlock .MapBox .Box .AddBox .PosBox { position: static; font-size: 0;transform: translateY(0);  -webkit-transform: translateY(0); -moz-transform: translateY(0);
 -ms-transform: translateY(0); -o-transform: translateY(0); text-align: center;}
#AboutBlock .MapBox .Box .AddBox .PosBox > div {display: inline-block;width: 50%;}
#AboutBlock .MapBox .Box .address {width: 98%;}

.down_ul ul li{ font-size:13px; padding-top:12px; padding-bottom:12px;}

.news_ul ul li .txts .p{ margin-bottom:15px;}
.news_ul ul li .txts .date{ height:50px; line-height:50px;}

.banner .swiper-pagination { bottom:20px;}
.banner .swiper-pagination .swiper-pagination-bullet {width: 30px; height:2px;margin: 0 3px;}
.banner .text .desc:after{ width:50px; margin-left:-25px;}

.product_t{ font-size:20px;}
.product_t .pmore{ font-size:13px;}
.product_ul ul li .txts .h3{ font-size:18px;}

.product_ul2 ul li .txts .h3{ font-size:18px;}
.product_ul2 ul li .imgs{ max-width:none; padding-top:91.5%;}

.honor_ul{ margin-top:4%;}
.honor_ul ul li{ width:50%;}
.honor_ul ul li .h3{ font-size:13px;}

}

@media screen and (max-width: 640px) {

.position{height:44px; line-height:44px; font-size:13px;}
.position .postions_b a{ font-size:13px;}

.yema a{ font-size:12px;}


.nodata{background-size:auto 130px; padding-top:140px;margin-top:15%; margin-bottom:15%;}

.about_video .bgs:after{background-size: 50px 50px;}
.about_one{ margin-top:5%;}
.about_ul ul li{ float:none; width:100%; margin-right:0; margin-bottom:2%;}
.about_ul ul li .txts{ margin-top:15px; margin-bottom:16px;}
.about_ul ul li .txts .cons{ height:auto;-webkit-line-clamp:100; max-width:none;}

.service_box .txts ul li .cons{ font-size:13px; width:96%;}
.service_box .txts ul li:first-child .cons{ width:94%;}
.service_box .txts ul li .wx .img{ margin-right:15px;}
.service_box .txts ul li .wx .p .h4{ font-size:16px;}

.down_search .input_shurk{width:calc(100% - 71px);width:-webkit-calc(100% - 71px);width:-moz-calc(100% - 71px); }
.down_search .s_btns{ width:70px;}
.down_t{ background-size:auto 22px; padding-left:26px;}
.down_ul ul li{ padding-right:0;}
.down_ul ul li .h3{ line-height:30px; height:30px;}
.down_ul ul li .p{ line-height:24px;}
.down_ul ul li .date{ position:static; margin-top:5px;}
.down_ul ul li .date span{ float:left; height:32px; line-height:32px;}
.down_ul ul li .date em{ float:right; margin-top:0;}

.feedback_div{ margin-bottom:5%;}
.feedback_div .divs{ float:none; width:100%;}
.feedback_div .inputs2{ font-size:13px; text-indent:2%;}
.feedback_div .textarea{ font-size:13px; padding-left:2%; width:96%; height:60px; padding-top:2%;}
.feedback_div .bnts2{ height:44px; font-size:13px; max-width:none;  clear:both;}

.news_ul ul li{ width:49%;}
.news_ul ul li:nth-child(3n+0){ margin-right:2%;}
.news_ul ul li:nth-child(2n+0){ margin-right:0;}
.news_ul ul li .txts .h3{ font-size:15px; height:40px; line-height:20px; margin-top:15px;}
.news_ul ul li .txts .p{ line-height:22px; height:44px; font-size:13px; margin-bottom:20px;}
.news_ul ul li .txts .date{ height:50px; line-height:50px;}

.about_x2 .show_t{ font-size:20px; line-height:28px; text-align:center;}
.about_x2 .con_line{ font-size:12px; height:65px; line-height:30px; text-align:center;}
.about_x2 .con_id{ font-size:14px; line-height:24px;}
.about_x2 .con_id .h4{ font-size:16px;}
.news_r .news_t .h2{ margin-right:12px;font-size:18px; height:60px; line-height:60px;}
.news_r .news_ul3 ul li .h3{ font-size:15px;}
.news_r .news_ul3 ul li label{ font-size:13px;}

.prenext{ font-size:13px; text-align:center;}
.prenext span{ width:100%;}
.prenext .goback{ margin-top:15px; height:32px; line-height:32px; width:99%; margin-bottom:10px;}

.fenxiang{ float:none; margin-top:5px;}

.banner .text .desc{ margin-top:2%; padding-bottom:5%;}


.product_t{ font-size:18px;}
.product_t .pmore{ font-size:12px;}
.product_ul ul li{ width:49%;}
.product_ul ul li:nth-child(3n+0){ margin-right:2%;}
.product_ul ul li:nth-child(2n+0){ margin-right:0;}

.product_ul ul li .txts .h3{ font-size:16px;}
.product_ul ul li .txts .p{ margin-bottom:20px;}


.product_ul2 ul li{ width:49%; margin-right:2%; margin-bottom:2%;}
.product_ul2 ul li:nth-child(3n+0){ margin-right:2%;}
.product_ul2 ul li:nth-child(2n+0){ margin-right:0;}

.product_ul2 ul li .txts .h3{ font-size:16px;}
.product_ul2 ul li .txts .p{ margin-bottom:20px;}


.pro_one .pro_one_r .product_t2 .h2{ font-size:28px; padding-right:120px;}
.pro_one .pro_one_r .product_t2 .h2 .down{ font-size:13px;}
.pro_one .pro_one_r .ico_label2 .css-label_r2{ font-size:13px; height:32px; line-height:32px;}
.product_two .product_ul3 ul li .txts .p{ margin-bottom:20px; font-size:13px;}




}
@media screen and (max-width: 520px) {




}
@media screen and (max-width: 480px) {

.o_big{ height:150px;}
.o_big_con .h2{ font-size:18px;}
.o_big_con .h2 span{ font-size:12px;}
.postions{ font-size:12px;}
.postions .postions_b a{ font-size:13px;}
.postions .postions_r span{ display:none;}
.postions .postions_r img{ margin-left:6px;}

.yema{ padding-top:35px; padding-bottom:40px;}
.yema a{ padding-left:5px; padding-right:5px; margin-left:2px;}

.about_video .bgs:after{background-size: 40px 40px;}
.about_one .cons{ line-height:24px; font-size:13px;}
.about_one .label{ font-size:12px;}
.about_ul ul li .txts .cons{ line-height:24px; font-size:13px;}
.about_two .txts{font-size:13px;}

.about_ul2 ul li{ padding-top:6%; padding-bottom:2%;}
.about_ul2 ul li .P{ margin-top:5%;}

.partner_ul ul li .txts{ margin-top:5%;}
.partner_ul ul li .txts .cons .ico{ height:36px;}
.partner_ul ul li .txts .cons .p{ font-size:13px; line-height:22px; height:88px;}

.contact_ul ul li .cons .h3{ font-size:16px; margin-bottom:7px;}
.contact_ul ul li .cons{ font-size:13px; line-height:24px;}
.contact_ul ul li .cons .w2{ width:100%; max-width:none;}
.contact_ul ul li .cons .w2.l{ float:none;}
.contact_ul ul li .cons .w2.r{ float:none; margin-top:4%; padding-top:4%; border-top:1px solid #e9e9e9;}
.contact_ul ul li:first-child .cons .w2.r{ margin-top:0;}

.service_box .txts ul li .cons{ margin-top:3%; margin-bottom:3%;}
.service_box .txts ul li .wx .img{ margin-right:5px;}
.service_box .txts ul li .wx .p .h4{ font-size:15px; line-height:24px;}
.service_box .txts ul li .wx .img{ width:100px;}
.service_box .txts ul li .cons .tel{ font-size:30px;}

.down_search .input_shurk{width:calc(100% - 61px);width:-webkit-calc(100% - 61px);width:-moz-calc(100% - 61px); height:44px; line-height:44px; text-indent:15px; font-size:14px; }
.down_search .s_btns{ width:60px; height:46px;}

.news_ul ul li .txts .h3{ font-size:14px; margin-top:12px; height:36px; line-height:18px; margin-bottom:5px;}
.news_ul ul li .txts .p{ font-size:12px; line-height:20px; height:40px; margin-bottom:10px;}
.news_ul ul li .txts .date{ height:40px; line-height:40px; font-size:13px;}

.about_x2 .show_t{ font-size:18px; line-height:26px;}
.about_x2 .con_id{ font-size:13px;}	
.about_x2 .con_id .h4{ font-size:15px;}
.news_r .news_t .h2{font-size:16px; height:50px; line-height:50px;}

.prenext{ font-size:12px; line-height:22px;}

.banner .swiper-pagination { bottom:15px;}
.banner .text .desc{ margin-top:3%; padding-bottom:6%;}


.product_t{ font-size:16px; height:46px; line-height:46px;}
.product_ul ul li .txts .p{ margin-bottom:15px;}

.product_ul2 ul li .txts .p{ margin-bottom:15px;}


.pro_one .pro_one_r .product_t2 .h2{ font-size:22px; padding-right:110px; line-height:30px;}
.pro_one .pro_one_r .product_t2 .h2 .down{ font-size:12px;}
.pro_one .pro_one_r .product_t2 .p2{ font-size:12px;}
.pro_one .pro_one_r .a{ font-size:13px; height:40px; line-height:40px;}
.pro_one .pro_one_r .ico_label2 .css-label_r2{ font-size:12px;}
.pro_one .pro_one_r .a img{ height:22px;}
.product_two .product_ul3 ul li .txts .h3{ font-size:14px;}
.product_two .product_ul3 ul li .txts .p{ margin-bottom:15px; font-size:12px;}
.product_two .product_two_m{ font-size:13px; line-height:24px;}
.product_two .product_two_r .a{font-size:13px; height:40px; line-height:40px;}
.product_two .product_two_r .a img{ height:22px;}

.video_ul ul li .h3{ font-size:13px;}
.video_ul ul li .imgs .bgs i{ width:36px; height:36px;}


.honor_ul ul li .h3{ font-size:12px; line-height:18px; height:36px;}

}

@media screen and (max-width: 420px) {

.service_box .txts ul li .cons{ font-size:12px;}
.service_box .txts ul li .wx .p .h4{ font-size:14px;}

.pro_one .pro_one_r .product_t2 .h2{ font-size:20px;}

.honor_ul ul li .imgs{ padding-top:119.4%; height:auto;}
}
@media screen and (max-width: 360px) {


.about_video .bgs:after{background-size: 32px 32px;}

.service_box .txts ul li .wx .p .h4{ line-height:22px; font-size:13px;}
.service_box .txts ul li .wx .img{ width:90px;}

.pro_one .pro_one_r .product_t2 .h2{ font-size:18px;}

}


.selects{height: 52px;  width: 100%;border:1px solid #e8e8e8;color:#656565;font-size: 16px;padding-left: 66px;}
@media screen and (max-width: 1440px){
	.selects{
		height:46px;
		padding-left: 50px;
	}
}
@media screen and (max-width: 640px){
	.selects{
		height:40px;
		width:100%;border:1px solid #e8e8e8;color:#656565;font-size: 16px;padding-left: 10px;
	}
}

@media screen and (max-width: 480px){
.selects{ font-size:14px;}
}