@charset "utf-8";
/* CSS Document */
#think_page_trace_open{display: none}
body{ line-height:1.1; width:100%; position:relative; font-family:"微软雅黑", sans-serif; overflow-x:hidden; background: #fff; }
*{ padding:0; margin:0;}
img{}
#bdshare_weixin_qrcode_dialog *,#bdshare_weixin_qrcode_dialog{ box-sizing:content-box; }
.j_tab{ display:table; width:100%; height:100%;}
.j_tab_cel{ display:table-cell; vertical-align:middle; width:100%; height:100%;}
*{ margin:0; padding:0; outline:none; }
a{ color:inherit;}
a:focus{ outline: none !important;}
h4, .h4, h5, .h5, h6, .h6,h1, .h1, h2, .h2, h3, .h3,p{ margin:0;}
h5{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
h5 a{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
img{ }
.img img{ width:100%; height:100%; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; }
li:hover .img img{ transform: scale(1.05) rotate(.1deg); -webkit-transform: scale(1.05) rotate(.1deg); -moz-transform: scale(1.05) rotate(.1deg); -ms-transform: scale(1.05) rotate(.1deg); -o-transform: scale(1.05) rotate(.1deg); }
svg{ max-width:100%; max-height:100%;}
table{table-layout: fixed;}
.ovh{ overflow: hidden; width: 100%;}
.m{max-width: 85%;height:100%;margin: 0 auto;display: block;position:relative;}
.pad_top{ padding-top:4.625rem;}
.pad_bot{ padding-bottom:4.625rem;}
.pad_aside{ padding-left:45px; padding-right:45px;}
.draw_h{ width: 67px !important; height: 67px !important; line-height: 65px !important; display:block; border-radius: 50%; text-align: center; position:relative;}
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5); border-radius: 50%;}
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
svg.drawcircle circle {
    fill: none; box-sizing:border-box;
    stroke-width: 2;
    stroke: none;
    stroke-dasharray: 0 , 188.49;
    stroke-dashoffset:188.49;
    transition: all .3s linear 0s;
}
.draw_h:hover svg.drawcircle circle {
    stroke:#fff;
    stroke-dasharray:188.49 , 0;
    stroke-dashoffset:188.49;
    -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
    transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.draw_h:hover .icon{ fill:#0081cc;}
/*===========================header=============================*/
svg{ display: inline-block; vertical-align: middle; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
svg path{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s;}
/* html *, html *:before, html *:after {
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
} */
[class^="btn_"] {
    position: relative; z-index: 1; font-size: .9375rem;
    display: block;
    width: 12.1875rem;
    height: 3.75rem; line-height: 3.75rem;
    text-transform: uppercase;
    overflow: hidden; text-align: center;-webkit-transition: 0.5s;
    transition: 0.5s;
}
[class^="btn_"]:before,[class^="btn_"]:after,[class^="bg_"]:before,[class^="bg_"]:after{box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;}
/*===========================header=============================*/
#header{    background: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); height:6.25rem; z-index:999; width:100%; position:fixed; top:0; z-index: 998; }
#header .m{ height:100%; display: flex; justify-content: space-between;}
#logo{ float:left; height:100%;}
#logo img{ width: 18rem;}
#logo img.img02{ display: none;}
#header .fr{display: flex;flex-grow: 1;max-width: 80%;}
#nav{ float:left; margin-right:1.875rem; flex-grow: 1;}
#nav ul{display: flex;}
#nav ul li{ float:left; height:6.25rem; position:relative; z-index:0; flex-grow: 1; text-align: center;}
#nav ul li a{ display:block; text-transform:uppercase;}
#nav ul li h3{ font-size:1.1rem; color:#000; line-height:6.25rem; height: 6.25rem; overflow:hidden; text-align: center; position:relative; display: inline-block;}
#nav ul li h3:before{content: "";display: block;width: 100%;height: 3px;background: #3bb59b;position: absolute;left: 0;bottom: 0;opacity: 0;transform: scaleX(0);transition: .5s;}
#nav ul li.on h3{ }
#nav ul li.on h3:before,#nav ul li:hover h3:before{ transform:scaleX(1); opacity: 1;}
#nav ul li h3 svg{ width: 12px; height:12px; display: inline-block;}
#nav ul li a i{ display:inline-block; background:url(../images/nav_down.png) center no-repeat; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{ position:absolute; top:100%; background:#fff; width:120px; left:50%; margin-left:-60px; z-index: 10000; transform:translateY(20px); visibility:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
#nav ul li .sub .box{ background:#fff; text-align: center; }
#nav ul li .sub a{ padding:0; line-height:2; transition:.3s; font-size:.875rem; padding:8px 20px;}
#nav ul li .sub a:hover{color:#fff;background: #3bb59b;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
.top_menu{ float:left; height:6.25rem;}
.top_menu .ico{ float:left; margin-left:1.5rem; }
#top_tel{ height: 100%; display: flex; align-items: center; font-family: BEBASNEUE_BOLD;     color: #2a829a; font-size: 1.5rem;}
#top_tel a{    color: #2a829a!important; font-size: 1.5rem;}
/*语言切换*/
.top_menu #yuyanBtn{ position:relative; height:100%;}
.top_menu #yuyanBtn .dt{ height:100%;}
.top_menu #yuyanBtn i{ display:inline-block; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
.top_menu #yuyanBtn i svg{ display: block;}
.top_menu #yuyanBtn .dd{ position:absolute; top:100%; background:#fff; width:130px; left:50%; margin-left:-65px;border:1px solid #bbb; border-bottom:5px solid #2a829a; z-index: 10000; transform:translateY(-20px); visibility:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
.top_menu #yuyanBtn:hover .dd{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
.top_menu #yuyanBtn .dd .box{ padding:10px 20px; background:#fff; }
.top_menu #yuyanBtn .dd:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 50%; margin-right:-20px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border: 1px solid #bbb;
    z-index: -1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.top_menu #yuyanBtn .dd a{ display:block; text-align:center; line-height:35px; height:35px; color: #333;}
/*搜索*/
#searchBtn{ height:100%;}
#searchBtn a{ display:block; width:42px; height:42px; line-height:39px; border-radius:50%; text-align:center; transition:.3s; overflow:hidden; }
#searchBtn svg{vertical-align:middle; display:inline-block;fill:#626262;  }
.top_menu .ico a{font-size:14px; font-family: arial; text-transform:capitalize;display:  block;width:  100%;height:  40px;line-height: 38px;}
.top_menu .icon{ fill:#626262;vertical-align:middle; width: 27px; height: 27px; }
#header:hover{ background: #fff;}
#header:hover #logo .img01{ display: none;}
#header:hover #logo .img02{ display: block;}
#header:hover #nav ul li h3{ color: #333;}
#header:hover #nav ul li h3 svg path{ stroke: #777;}
#header:hover #searchBtn svg{ fill: #757678;}
#header:hover .top_menu .ico a{ color: #666;}
#header:hover .top_menu #yuyanBtn i svg path{stroke: #666;}
#header:hover .top_menu .icon path{ fill: #757678;}
#header:hover #top_tel{ color: #2a829a;}
#header:hover #top_tel path{ fill: #2a829a;}
#header.xg{background: #fff;height: 6rem;box-shadow:0 0 2px rgba(0, 0, 0, 0.1);}
#header.xg #logo .img01{ display: none;}
#header.xg #logo .img02{ display: block;}
#header.xg #nav ul li{ height: 6rem;}
#header.xg #nav ul li h3{color: #333;line-height: 6rem;height: 6rem;}
#header.xg #nav ul li h3 svg path{ stroke: #777;}
#header.xg #searchBtn svg{ fill: #757678;}
#header.xg .top_menu{ height: 6rem;}
#header.xg .top_menu .ico a{ color: #666;}
#header.xg .top_menu #yuyanBtn i svg path{stroke: #666;}
#header.xg .top_menu .icon path{ fill: #757678;}
#header.xg #top_tel{ color: #2a829a;}
#header.xg #top_tel path{ fill: #2a829a;}
.tc{ transition:all ease 300ms; position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:9999999999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s;}
.tc[name=tc_search]{ opacity:1;}
.tc.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}
.tc-box{
    box-sizing:border-box; z-index:999;
    display: block;
    position:relative;
}
/*.tc.act .tc-box{ -webkit-animation-name: anim-open-2; animation-name: anim-open-2; transform:scale(1);}*/
.tc_close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right: 30px; top: 30px;}
.tc_bg { height: 100%; background: rgba(0,0,0,.85); position: absolute; top: 0; left: 0; width: 100%; z-index: 0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }
#tc_search{ width:100%; padding:3rem; background:#3bb59b; position:relative; transform:translateY(-100%); transition:.5s .5s ease-out;  z-index:1;overflow:  hidden;}
.act #tc_search{ transform:translateY(0);  transition:.5s ease-in;}
/*弹窗内容样式*/
#tc_search form{ height:5rem; position:relative; width:900px; max-width:90%; margin:0 auto;}
#tc_search form:after{ content:""; width:0; height:1px; background:#fff; transition:.5s; display:block; position:absolute; bottom:0; left:0;}
.act #tc_search form:after{ width:100%; transition: ease-in-out .5s .5s;}
#tc_search #keyword{width: 90%;height:5rem; font-size:2rem; color:#fff;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;}
#tc_search .btn_blue{ position:absolute; top:0; right:0; width: 40px;height:5rem; border:0; line-height:4.25rem;background:url(../images/seach_white.svg) center center no-repeat; background-size:1.8rem;font-size:1.125rem;color:#fff;cursor:pointer;text-transform:uppercase; }
#tc_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
#tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#tc_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#fff; color: rgba(255,255,255,.7); }
#tc_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */c color:#fff; color: rgba(255,255,255,.7); }
#tc_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#fff; color: rgba(255,255,255,.7); }/* WebKit browsers */
#tc_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
#tc_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
#tc_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
#tc_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
#tc_search .draw_h:before{ border:1px solid rgba(255,255,255,.3);}
#tc_search .draw_h:hover svg.drawcircle circle { stroke:#fff;}
#tc_search .draw_h img {position:absolute;top:50%;margin-top: -8px;left:50%;margin-left: -8px;transition:.3s;width: 16px;}
/***********************/
/*手机导航开始*/
#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:999; transition:0s 1.5s; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}
#m_header .m{ position:relative; height:100%;}
.m_user{ height:4.5rem; line-height: 4.5rem; margin-right: 4rem; color: #999;}
.m_user a{ display: inline-block; margin: 0 .625rem; color: #666;}
.m_user a svg{ width: 16px;}
.m_user a:hover{ color: #ff0000;}
.m_user a:hover svg path{ fill: #ff0000;}
#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left;}
#m_logo img{ display:block; height: 40px;}
/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999; margin-left:20px; position:fixed; height:4.5rem; right:0; top: 0; display:none; }
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}
#nav_btn{ cursor: pointer; text-align: center;z-index:99999; padding-bottom:4px; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.375rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 1.375rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 1.375rem;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;/* background: #333; */}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.375rem;height: 3px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #939393;}
#nav_btn .navbtn::after{top: -5px;}
#nav_btn .navbtn::before{top: 5px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
7654=-0987654321`nt.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav { z-index: 99999; position: fixed; background:#2a829a; width:20rem;  height:100vh; right: -400px; top: 0; display:none; padding:50px 0; overflow:hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;}
#m_nav.act{ pointer-events: auto; right:0;}
#m_nav>ul>li{ width:100%; overflow:hidden; padding:0 2.3rem; }
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{ display: block;  }
#m_nav li .a h3{ line-height:4.5rem; height:4.5rem; color:#fff; padding:0; font-size:1.125rem; float:left; width: 13rem;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{  opacity:1;filter:alpha(opacity=100); display:inline-block; width:10px; height:4.5rem; float:right; display:inline-block; background: url(../images/arrow_down.svg) center no-repeat; background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1rem;color: #fff;text-align:left;line-height:35px;height: 35px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0,0,0,0.4);display: none;}
/*顶部搜索*/
.wap_search{ font-size:16px;border-radius: 5px; color:#fff;text-align:center; font-family:arial;letter-spacing:2px;line-height:40px; transition:height .4s ease-in-out;-webkit-transition:height .4s ease-in-out;overflow:hidden; width: 100%;}
.wap_search form{height:40px;border-radius:20px; background:rgba(255,255,255,.15);position:relative;width: 18rem; margin: 20px auto; }
.wap_search .input{ font-size:.875rem; color:#fff; height:40px; line-height:40px; padding-left:1.5rem; box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;}
.wap_search .btn_blue{ position:absolute; cursor:pointer; top:0; right:0; width: 50px;height:40px; line-height:40px; border:0; background:url(../images/seach_white.svg) center no-repeat; background-size: 1.5rem;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.9); }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#fff; color: rgba(255,255,255,.9); }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#fff; color: rgba(255,255,255,.9); }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#fff; color: rgba(255,255,255,.9); }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*首页banner*/
/*首页banner*/
#banner{  width:100%; overflow: hidden; overflow: hidden; position: relative; top:0; left:0; z-index:1; background:#fff; }
#banner .banner_slider{ margin: 0; }
#banner li{ position:relative;  overflow: hidden;}
#banner li .img{ width:100%; height:59.375rem; background-size: cover !important; z-index:8; -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
}



@-webkit-keyframes bgscale {
    from { -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
    to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
@keyframes bgscale {
    from { -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); }
    to { -webkit-transform: scale(1); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}
#banner .slick-active .img{ animation:bgscale 6s linear forwards; -webkit-animation:bgscale 6s linear forwards; }
#banner .m{ height:100%;}
#banner li.slick-current{ z-index:999;}
#banner .con{ position:absolute; width:100%; height:100%; top:0; left:0; z-index:999; }
#banner .pic{ margin:0 auto; color:#fff; margin-top:0rem; opacity: 0; transform:translateY(-100px); transition: .8s; -webkit-transition: .8s; -moz-transition: .8s; -ms-transition: .8s; -o-transition: .8s; -webkit-transform:translateY(-100px); -moz-transform:translateY(-100px); -ms-transform:translateY(-100px); -o-transform:translateY(-100px); }
#banner .pic img{ display: inline-block;max-width: 100%; }
#banner li.slick-current{ z-index:999;}
#banner .slick-current .pic{ opacity: 1; animation:enter 1.3s ease forwards; -webkit-animation:enter 1.3s ease forwards; }
#banner .swiper-pagination{ position: absolute; bottom: 3rem; left: 50%; margin-left: -680px; text-align: left;}
#banner .swiper-pagination span{ display: inline-block; width: 11px; height: 11px; margin-bottom: 24px; position: relative; background: url(../images/bot.png) center 11px no-repeat; opacity: 1 !important; transition:.5s ; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }
#banner .swiper-pagination span:before{ content: ""; display: block; width: 11px; height: 11px; position: absolute; left: 0; top: 0; border: 1px solid rgba(255,255,255,1); transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
#banner .swiper-pagination span.swiper-pagination-bullet-active:before{ background: #fff; }
#banner .slickdotbox{ bottom: 2.5rem; top: auto;  position: absolute; width: 100%;  text-align: center; padding-right: 2.875rem; }
#banner .slickdotbox ul{ text-align: center;}
#banner .slickdotbox li{ width: 1.375rem; height: 1.375rem; margin: 0 2px; cursor: pointer; padding: 1px; }
#banner .slickdotbox li .draw_h{ width: 100% !important; height: 100% !important; line-height: 1.25rem !important; display: flex; align-items: center; justify-content: center;}
#banner .slickdotbox li i{ display: block; position:relative; display:inline-block; width:6px; height:6px; background: #fff; border-radius: 3px; box-sizing:border-box; opacity:1; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
#banner .slickdotbox li.slick-current {  }
#banner .slickdotbox li .draw_h:before{ display: none;}
#banner svg.drawcircle circle{ stroke-width: 1px;    stroke-dasharray: 0 , 62.8;   stroke-dashoffset: 62.8;}
#banner li.slick-current .draw_h svg.drawcircle circle {
    stroke:#fff;
    stroke-dasharray:62.8 , 0;
    stroke-dashoffset:62.8;
    -webkit-transition: all 7s cubic-bezier(0.11, 0.57, 0.58, 1);
    transition: all 7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
@-webkit-keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
@keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}
@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}
@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}
@keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}
@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}
.btn_ts{ display: block; color: #fff; overflow: visible; margin-top: 3rem;}
.btn_bg{ position: absolute; overflow: hidden; left: 0; top: 0; width: 100%; height: 100%; background: #3bb59b; z-index: -1; transform:skewX(-15deg) ; -webkit-transform:skewX(-15deg) ; -moz-transform:skewX(-15deg) ; -ms-transform:skewX(-15deg) ; -o-transform:skewX(-15deg) ; }
.btn_bg:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #0066b2;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn_bg:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #0066b2 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.btn_ts:hover .btn_bg:before {border-width: 165px 0 0 165px;}
.btn_ts:hover .btn_bg:after {border-width: 0 165px 165px 0;}
.tc1 .tc{pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; position:  fixed;width:  100%;height:  100%;top: 0;z-index: 99999;}
.tc1 .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto; }
.tc1 .close:hover{ transform:rotate(180deg);}
.tc1 .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; }
.tc1 .tc-box{ position:absolute; background: #d9d9d9; border-radius: 2px; overflow: hidden; top:50%; z-index:9999; width: 11rem; left:50%; margin-left: -5.5rem; margin-top: -5.5rem; padding: 1rem; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; }
.tc1 .tc.act .tc-box{  transform:scale(1);}
.tc1 .tc.act{display: block;  }
.tc1 .close{position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }
.tc1 .tc_bg {height: 100%;background: rgba(0,0,0,.7);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
.tc1 .tc-box h3 img{width:100%; margin: 0 auto;display: block;}
.tc1 .tc-box h5{ padding-top: 1rem; font-size: .875rem; color: #6c6c6c;text-align:center;}
#s_jishu{ width: 100%; overflow: hidden; margin-top: -10rem; position: relative; z-index: 2;}
#s_jishu ul{}
#s_jishu ul li{ background: #2a829a; color: #fff;}
#s_jishu ul li a{ display:block; padding: 3.75rem 3.75rem; display: flex; justify-content: space-between; align-items: flex-end; }
#s_jishu ul li .txt{ float: left;}
#s_jishu ul li font{ float: right; display: block; width: 4rem; height: 4rem; overflow: hidden; transition: .7s; display: flex; align-items: flex-end; justify-content:flex-end;}
#s_jishu ul li span{ font-size: 1.75rem;font-family: BEBASNEUE_BOLD; line-height: 1.875rem; color: #fff; white-space: nowrap; text-transform: uppercase; transition: .7s;}
#s_jishu ul li h3{ font-size: 1.5rem; color: #fff; margin-top: 1rem; margin-bottom: 1.75rem; transition: .7s;}
#s_jishu ul li .txt svg{ width: 2.5rem; height: 2.5rem;}
#s_jishu ul li:nth-child(even){ background: #0066b2;}
#s_jishu ul li:hover font,#s_jishu ul li:hover h5,#s_jishu ul li:hover p,#s_jishu ul li:hover .btn_arrow{ transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
#s_jishu ul li:hover font img{ animation: jello 1s;}
#s_video{ width: 100%; overflow: hidden;}
#s_video .img{ position:relative; z-index:9;cursor: none;}
#s_video .img a{ display: block;cursor: url(../images/play.ico),pointer;}
#s_video .img .mask{ position:absolute; z-index:1; bottom:0; left:0; width:100%; height:100%; transition:.5s; text-align:center; opacity:1; }
#s_video .img .mask font{ display:block; width:5rem; height:5rem; transition:.5s; border-radius:50%; background:url(../images/play.png) center no-repeat; background-size: contain; margin:0 auto; position: relative;}
#s_video .img .mask font:before,#s_video .img .mask font:after { content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9); transition: 1.5s; opacity: 0.1;
}
#s_video .img .mask font:hover:before{ opacity: .5;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
#s_video .img .mask font:hover:after{ opacity: .3;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
}
.tc{ transition:all ease 300ms; position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:9999999999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s;}
.tc .j_tab{ table-layout: fixed;}
.tc[name=tc_search]{ opacity:1;}
.tc.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}
.tc-box{
    box-sizing:border-box;
    z-index:999;
    display: block;
    position:relative;
    transform: translateY(-3rem);
    transition: all 0.5s ease-out;
    opacity: 0;
    -webkit-transform: translateY(-3rem);
    -moz-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    -o-transform: translateY(-3rem);
}
.tc.act .tc-box{ transform: translateY(0); opacity: 1;}
.tc_close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right:15px; top: 15px;}
.tc_bg { height: 100%; background: rgba(0,0,0,.7); position: absolute; top: 0; left: 0; width: 100%; z-index: 0;}
.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }
.tc_shipin{ width:90%; max-width: 800px; margin:0 auto; background:none;}
.tc_shipin #my-video{ position:relative; height: 0; padding-top:60%;}
.tc_shipin #my-video video{ width:100%; height:100%; position: absolute; left: 0; top: 0;}
.tc_shipin .tc_close{ display:block; width:1.5rem; height:1.5rem; position:absolute; top:-2rem; right:-3rem; border-radius:50%;}
.tc_shipin .tc_close img{ display:block; position:absolute; width:1rem; height:1rem; left:50%; top:50%; margin-top:-.5rem; margin-left:-.5rem; }
.tc_shipin .tc_close:hover img{transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.video-js{    width: 100% !important; height: 100% !important;}
.video-js .vjs-big-play-button{ left:50% !important; top:50% !important; margin-left:calc(-1.6rem - 5px); margin-top:calc(-1.6rem - 5px); background-color: rgba(0, 0, 0, 0) !important;}
video{ object-fit:fill;  }
.vjs-poster{ background-size: cover !important;}
#s_video .m{ }
#s_video .txt{ height: 18.5rem;}
#s_video .box{ position: relative;  padding-top: 14rem; }
#s_video .box .img{ margin: 0 auto;}
#s_video .txt{ font-family: "BebasNeue"; font-size: 25rem; text-align: center; color: #f2f4f7; text-shadow: #f2f4f7 1px 0 0, #f2f4f7 0 1px 0, #f2f4f7 -1px 0 0, #f2f4f7 0 -1px 0; position: absolute;  top:0rem; left: 0; right: 0; text-align: center;}
.bg-cover{
    position: absolute;left: 0;top: 4rem; background-repeat: repeat-x;
    width: 100%;height: 100%;
    background-position: left top !important;
    -webkit-animation: play  50s linear infinite;
    animation: play  50s linear  infinite;
}

.aboutlist { height:auto; overflow:hidden;  background:#fff;  }
.aboutlist .title{height:50px; line-height:50px; text-align:center; font-size: 2.1875rem; color:#292929;margin-bottom: 50px; font-weight:bold; text-transform:uppercase;}
.aboutlist .titlex{line-height:30px; text-align:center; font-size:14px; color:#a1a1a1; margin-bottom:50px;}
.iabout {height:auto; overflow:hidden; width:48%; float:right;}
.iabout .tt{line-height:40px; font-size:26px; color:#2a829a; text-transform:uppercase; font-weight:bold;}
.iabout .tline{width:55px; height:4px; background:#d0d0d0; float:left; margin:10px 0px 10px 0px;}
.iabout p { line-height: 28px;  font-size: 15px; color:#898989;}
.iabout a.more{width:140px; height:50px; line-height:50px; text-align:center; font-size:.9375rem; color:#fff; display:block; background:#2a829a; float:left; margin-top:20px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:25px;}
.aboutlist .video{width:49.22%; height:auto; overflow:hidden; float:left;}


@-webkit-keyframes play {
    from {
        background-position: 0% 0;
    }
    to {
        background-position: 100% 0;
    }
}

@keyframes play {

    from {

        background-position: 0% 0;

    }

    to {

        background-position: 100% 0;
    }
}


@-webkit-keyframes jello {
    from, 11.1%, to { -webkit-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}

@-moz-keyframes jello {
    from, 11.1%, to { -moz-transform: none; transform: none }
    22.2% { -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
.bg_anim{ position: relative; overflow: hidden; z-index: 1;}
.bg_anim:before {
    content: '';
    width: 0;
    height: 0;
    /* -webkit-transform: rotate(360deg); */
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #3bb59b;
    position: absolute; z-index: -1;
    bottom: 0;
    left: 0;
}
.bg_anim:after {
    content: '';
    width: 0;
    height: 0;
    /* -webkit-transform: rotate(360deg); */
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #3bb59b transparent transparent;
    position: absolute; z-index: -1;
    top: 0;
    right: 0;
}
.bg_anim:hover:before {border-width: 400px 0 0 400px;}
.bg_anim:hover:after {border-width: 0 400px 400px 0;}
.video_bot{ width: 75%; height: 15px; background: url(../images/video_bot.png) left top no-repeat; background-size: contain; margin-top: 1.875rem;}
.video_txt{ padding: 5.5rem 3.4375rem; padding-bottom: 11rem; color: #fff; width: 450px; max-width: 100%; position: absolute; right: 6.125rem; z-index: 99; bottom: -2.375rem; background: url(../images/video_txt.png) left bottom no-repeat; background-size: 100% auto;}
.video_txt h2{ font-size: 1.625rem; color: #fff; font-style: italic; font-weight: bold; margin-bottom: 2.125rem;}
.video_txt .con{ font-size: .9375rem; line-height: 1.875rem; opacity: .8;}
.video_txt .con p{}
.video_txt .btn_arr{}
.btn_arr{ display: block; color: #fff; overflow: hidden; width: 6.5rem; height: 2.8125rem; line-height: 2.8125rem; margin-top: 4rem; background: #3bb59b; position: relative; z-index: 1; }
.btn_arr svg{ width: 1.25rem; height: 1.25rem; margin-bottom: 2px;}
.btn_arr:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #0066b2;
    position: absolute; z-index: -1;
    bottom: 0;
    left: 0;
}
.btn_arr:after {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent #0066b2 transparent transparent;position: absolute; z-index: -1;top: 0;right: 0;}
.btn_arr:hover:before {border-width: 165px 0 0 165px;}
.btn_arr:hover:after {border-width: 0 165px 165px 0;}
#s_pro{ background: url(../images/pro_bg.jpg) center top no-repeat;  padding-bottom: 4.625rem; width: 100%; overflow: hidden; background-size:auto 36rem;}
.s_hd{ color: #fff; margin-bottom: 3rem; overflow: hidden;}
.s_hd h3{ float: left; font-size: 2rem; line-height: 3.125rem; color: #fff; font-weight: bold;}
.s_hd .btn_r{ float: right; width: 9rem; height: 3.125rem; line-height: 3.125rem; background: #fff; font-size: .9375rem; color: #4f4f4f; }
.s_hd .btn_r:before{ content: ""; display: block; width: 5px; height: 100%; position: absolute; left: 0; top: 0; background: #2a829a; z-index: -1;}
.s_hd .btn_r:hover:before{ width: 100%;}
.s_hd .btn_r:hover{ color: #fff;}
#s_pro ul{ margin: 0 -0.5rem;}
#s_pro ul li{ padding:0 0.5rem; font-size: 3rem; color: #fff;}
#s_pro ul li .btn_arr2{ width: 6.25rem; height: 100%; overflow: hidden; position: absolute; right: 0; top: 0; border-left: 1px solid #e2e2e2; display: flex; align-items: center; justify-content: center;}
#s_pro ul li .btn_arr2 svg{ width: 1.25rem;}
#s_pro ul li .btn_arr2 svg path{ fill: #000000;}
#s_pro ul li .btn_arr2:before{ content: ""; display: block; width: 0; height: 100%; position: absolute; z-index: -1; left: 0; top: 0; background: #3bb59b;}
#s_pro ul li:hover .btn_arr2:before{ width: 100%;}
#s_pro ul li:hover .btn_arr2 svg path{ fill: #fff;}
#s_pro ul li a{ display: block;background: #fff; position: relative; }
#s_pro ul li .sort{ height: 5rem; line-height: 5rem; border-bottom: 1px solid #e2e2e2; position: relative; font-size: 1.125rem;text-align: center; color: #0e0e0e;   font-weight: bold; }
#s_pro ul li h5{ padding-left: 2rem; font-size: 1.375rem; color: #0e0e0e; font-weight: bold; padding-top: 3rem; line-height: 2rem; padding-bottom: 3rem;}
#s_pro .slick-arrow{ z-index:99; position:absolute; top:40%; margin-top:-13px; transform:translate(0,0); opacity:1;
    display:block; width: 3.0625rem; height: 3.0625rem; background-size:3.0625rem !important;}
#s_pro .slick-prev{ left:-5.5rem;background:url(../images/pro_left.png) center no-repeat;
    transition:300ms;-webkit-transition:300ms;}
#s_pro .slick-next{ right:-5.5rem; background:url(../images/pro_right.png) center no-repeat;
    transition:300ms;-webkit-transition:300ms;}
.slick-prev:before, .slick-next:before{ display:none;}
.s_hd.black h3{ color: #333333;}
.s_hd.black .btn_r{ background: #f2f4f7;}
#s_wenhua{ width:100%; background:url(../images/s_wenhua_bg.jpg) center no-repeat; overflow:hidden; background-size:cover; position: relative;}
#s_wenhua .left{ width:25rem; position: relative; float:right; height: 41.875rem; background: #2a829a; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }
#s_wenhua .right{ width:calc(100% - 25rem); float:left; }
#s_wenhua .right li .img{ height: 41.875rem;}
#s_wenhua .right li .img img{ object-fit: cover;}
#s_wenhua .left h5{ font-size:1.5rem; color:#fff; line-height:2rem; margin-bottom: 1.25rem;}
#s_wenhua .left span{ font-size:1.875rem;font-family: BEBASNEUE_BOLD;  color:#fff; text-transform: uppercase; line-height:1.1; display:block;}
#s_wenhua .left .box{ width: 100%;}
#s_wenhua .hd{ width: 100%; padding: 3.75rem;}
.s_wenhua_nav{ width: 100%; }
.s_wenhua_nav li{ text-align: left; padding: 1px;}
.s_wenhua_nav li p{ font-size:.9375rem; color:#fff; line-height:1.625rem;}
#s_wenhua .btn_more.bigsize{ margin: 0 auto;}
.btn_more.bigsize{ height: 3rem; line-height: 2.75rem; border: 2px solid #e5e5e5; width: 11.5rem; font-size: .875rem;}
#s_wenhua .slick_arrow_right{ position: static; float: none; clear: both; margin-top: 5.625rem; margin-left: .5rem;}
#s_wenhua .slick_arrow_right .slick-arrow{ z-index:99;  float:left; margin-right: 8px; background: none;
    display:block; font-size:0; cursor:pointer; position: relative;
    width: 6rem; line-height:2.8125rem; text-align:center;
    height: 2.8125rem;}
#s_wenhua .slick_arrow_right .slick-arrow svg{ width:1rem; vertical-align:middle;}
#s_wenhua .slick_arrow_right .slick-prev2{  }
#s_wenhua .slick_arrow_right .slick-next2{ }
.slick-arrow .btn_bg{ background: none; border: 2px solid #fff;}
.slick-arrow:hover .btn_bg{ border: 2px solid #3bb59b;}
.slick-arrow .btn_bg:before {border-color: transparent transparent transparent #3bb59b;}
.slick-arrow .btn_bg:after {border-color: transparent #3bb59b transparent transparent;}
.dotbox{float: none; clear: both; overflow: hidden;}
#s_wenhua .slick-dots{ position: static; display: block; }
#s_wenhua .slick-dots li{ display: block; width: 8px; height: 8px; opacity: .8; float: left; margin-right: 8px; border: 1px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
#s_wenhua .slick-dots li.slick-active{ background: #fff; opacity: 1;}
#s_case{ background: url(../images/case_bg.jpg) center top no-repeat; width: 100%; overflow: hidden; background-size: cover; background-attachment: fixed; }
#s_case ul{ margin: 0 -13px;}
#s_case ul li{ padding: 0 13px;}
#s_case ul li .img{}
#s_case ul li .img img{}
#s_case ul li .txt{ background: #fff; padding: 2.5rem; text-align: center; padding-bottom: 3.75rem;}
#s_case ul li .txt span{ font-size: 1rem; color: #444444;font-family: BEBASNEUE_BOLD; }
#s_case ul li .txt h5{ font-size: 1.1875rem; color: #373737; margin-top: 1.25rem; margin-bottom: 1rem;}
#s_case ul li .txt p{ margin-bottom: 2.5rem; font-size: .875rem; color: #6f6f6f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.btn_xq{ position: relative; overflow: visible; width: 6.625rem; height: 2.8125rem; line-height: 2.8125rem; margin: 0 auto; font-size: .875rem; color: #747474;}
.btn_xq .btn_bg{ background: none;}
.btn_xq .btn_bg i{ display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 2px solid #c4c6c9; box-sizing: border-box; z-index: -1; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.btn_xq .btn_bg:before {border-color: transparent transparent transparent #3bb59b !important;}
.btn_xq .btn_bg:after {border-color: transparent #3bb59b transparent transparent !important;}
.btn_xq:hover .btn_bg:before {border-width: 165px 0 0 165px;}
.btn_xq:hover .btn_bg:after {border-width: 0 165px 165px 0;}
.btn_xq:hover{ color: #fff;}
.btn_xq:hover .btn_bg i{ border: 2px solid #fff;}
#s_news{ background: #f2f4f7; width: 100%; overflow: hidden;}
#s_news .s_hd { margin-bottom: 2.375rem;}
#s_news .s_hd .btn_r{ background: #fff;}
#s_news .bd{}
#s_news .bd ul{ display: flex; margin: 0 -10px;}
#s_news .bd ul li{ padding: 10px; float: left; width:25%;}
#s_news .bd ul li a{ display: block; position: relative; z-index: 1; background: #fff; display: flex; flex-direction: column;}
#s_news .bd ul li .img img{}
#s_news .bd ul li .mask{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 2.125rem; padding-top: 3rem; padding-bottom: 1.875rem;
    background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background: -moz-linear-gradient(top,transparent, rgba(0, 0, 0, 0.75));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.75)));
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=transparent, endColorStr=#111);
}
#s_news .bd ul li .mask h5{ font-size: 1.1875rem; color: #fff; font-weight: bold; margin-bottom: .625rem;}
#s_news .bd ul li .mask span{ font-size: .875rem;font-family: BEBAS; color: #fff;}
#s_news .bd ul li .txt{ padding: 2rem;}
#s_news .bd ul li .txt h5{ font-size: 1.1875rem; color: #2f2f2f; font-weight: bold; margin-bottom: .75rem;}
#s_news .bd ul li .txt p{ font-size: .8125rem; color: #767676; line-height: 1.5rem; height: 3rem; overflow: hidden; margin-bottom: 1rem;}
#s_news .bd ul li .txt span{ font-size: .875rem; color: #676767;font-family: BEBAS; }
#foot{ background: #304d61; color: #fff;}
#foot>.m{ display: flex; justify-content: space-between;}
.foot_nav{ display: flex; justify-content: space-between;flex-grow: .7;}
.foot_nav dl{ flex-grow: 1; float: left;}
.foot_nav dt{ font-size: 1.0625rem; color: #fff; margin-bottom: 1.5rem;}
.foot_nav dd{ font-size: .875rem; color: rgba(255, 255, 255, 0.5); line-height: 1.8rem;}
.foot_nav dd:hover{ color: #fff;}
#foot .fr{ display: flex; justify-content: space-between;}
.foot_ewm{ text-align: center; margin-left: 3rem;}
.foot_ewm .pic{ border: 1px solid #59626e; width: 9.6875rem; height: 9.6875rem; border: 1px solid rgba(255, 255, 255, 0.3); padding: .5rem; margin-bottom: .75rem;}
.foot_ewm .pic img{ width: 100%; height: 100%;}
.foot_ewm p{ font-size: .75rem; color: rgba(255, 255, 255, 0.6);}
.foot_lianxi{}
.foot_lianxi dl{}
.foot_lianxi dt{ color: rgba(255, 255, 255, 0.5); margin-bottom: .5rem;}
.foot_lianxi dd{ font-size: .9375rem;}
.foot_lianxi dd a{  font-size: .875rem; }
.foot_tel{ font-size: 1.875rem; color: #3bb59b;  font-family: BEBASNEUE_BOLD; }
.foot_tel a{ font-size: 1.875rem!important; color: #3bb59b!important;  font-family: BEBASNEUE_BOLD; }
.foot_share{ margin-top:1.25rem; }
.foot_share .font{ display:inline-block;border: 1px solid #7b8086; width:2.375rem; height:2.375rem; line-height:2.375rem; border-radius:50%; text-align:center; transition:.3s; font-size:0; margin-right:.75rem; }
.foot_share .font:hover{ background:#3bb59b;border: 1px solid #3bb59b;}
.foot_share .font:hover svg path{ fill:#eee;}

.explore-fenix {
}

.explore-fenix .banner {
    position: relative;
}

.explore-fenix .banner .title {
    position: absolute;
    bottom: 35%;
    z-index: 2;
    color: #fff;
    left: 7.5%;
}

.explore-fenix .page-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 14;
    width: 100%;
    height: 80px;
    text-align: center;
    overflow: hidden;
    background: #121212;
    font-size: 0;
}

.explore-fenix .page-nav li {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 80px;
    list-style: none;
}

.explore-fenix .page-nav li.cur::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    border-width: 40px 30px;
    border-style: solid;
    border-color: #3bb59b #121212 #121212 #3bb59b;
    z-index: 3;
}

.explore-fenix .page-nav li.cur::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    border-width: 40px 30px;
    border-style: solid;
    border-color: #121212 #3bb59b #3bb59b #121212;
}

.explore-fenix .page-nav li.cur {
    background: #3bb59b;
}

.explore-fenix .page-nav li a {
    color: #fff;
    padding-top: 20px;
    display: block;
    position: relative;
}

.explore-fenix .page-nav li a::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #303030;
    position: absolute;
    right: -28px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(40deg);
    z-index: 20;
}

.explore-fenix .page-nav li.cur a::after {
    display: none;
}

.explore-fenix .page-nav li.cur h6 {
    color: #fff;
}

.explore-fenix .page-nav li a h5 {
    margin: 0;
    font-size: 18px;
}

.explore-fenix .page-nav li a h6 {
    margin: 5px 0;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-transform: uppercase;
}

.explore-fenix .page-nav.num4 li {
    width: 20%;
}

.explore-fenix .page-nav.num5 li {
    width: 22%;
}

.explore-fenix .banner .img {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.explore-fenix .banner .img img {
    display: block;
    width: 100%;
    height: auto;
}
.banner {
    position: relative;
}

.banner .lt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 13;
    width: 257px;
    height: 386px;
    background: url("../images/lt.png");
    background-size: 100%;
}

.banner .rb {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 13;
    width: 307px;
    height: 461px;
    background: url("../images/rb.png");
    background-size: 100%;
}
.title {
    text-align: center;
}

.title h2 {
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;    font-weight: 600;
}

.title i {
    display: block;
    margin: 10px auto;
    width: 60px;
    height: 4px;
    background: url("../images/tline.svg");
}

.title h3 {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.title .text {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    overflow: hidden;
    text-align: justify;
}

.whitetxt * {
    color: #fff;
}
.ltxt {
    text-align: left
}

.ltxt i {
    margin: 10px 0;
}
.about-section1 {
    padding: 80px 0 0 0;
    overflow: hidden;    background: #f2f4f7;
}

.about-section1 .content {
    width: 85%;
    margin: auto;
}
.about-section {
    padding: 50px 0;
    overflow: hidden;background: #f2f4f7;
}

.about-section .content {
    width: 85%;
    margin: auto;
}

.about-company-profile {
    overflow: hidden;
}

.about-company-profile .left {
    width: 45%;
}

.about-company-profile .left .title {
    margin-top: 40px;
}

.about-company-profile .left .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    padding: 50px 0 50px 0;
    text-align: justify;
}

.about-company-profile .left .blinex {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}

.about-company-profile .left .img {
}

.about-company-profile .right {
    width: 50%;
}

.about-company-profile .right .img {
    position: relative;
}

.about-company-profile .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 70px 0 0px 0;
    overflow: hidden;
}

.about-company-profile .right .play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36.5px 0 0 -36.5px;
}

.about-development-history {
    background: #2b2b2b;
    overflow: hidden;
    position: relative;
}

.about-development-history .left {
    padding-top: 100px;
    overflow: hidden;
    width: 46%;
    position: relative;
}

.about-development-history .left::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #3a3a3a;
}

.about-development-history .left .title {
    color: #fff;
    margin-left: 25%;
}

.about-development-history .left .title h2 {
    font-size: 30px;
}

.about-development-history .left .title h3 {
    font-size: 24px;
}

.about-development-history .left .history-nav {
    overflow: hidden;
    margin-top: 50px;
    border-top: 1px solid #3a3a3a;
}

.about-development-history .left .history-nav a {
    display: block;
    position: relative;
    padding: 55px 15% 55px 0;
    overflow: hidden;
    color: #666666;
    text-align: right;
    border-bottom: 1px solid #3a3a3a;
}

/*.about-development-history .left .history-nav a:last-child {border-bottom:none;}*/
.history-nav-swiper .swiper-slide:last-child a {
    border-bottom: none;
}

.about-development-history .left .history-nav a i {
    height: 2px;
    width: 0;
    position: absolute;
    display: block;
    left: 25%;
    top: 50%;
    margin-top: -1px;
    background: #fff;
}

.about-development-history .left .history-nav a h5 {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    padding-bottom: 5px;
}

.about-development-history .left .history-nav a h3 {
    font-size: 24px;
    margin: 0;
    font-weight: normal;
}

.about-development-history .left .history-nav a.cur,.about-development-history .left .history-nav .swiper-slide-thumb-active a {
    background: #f08200;
    color: #fff;
}

.about-development-history .left .history-nav a.cur i,.about-development-history .left .history-nav .swiper-slide-thumb-active a i {
    width: 25%;
}

.about-development-history .right {
    overflow: hidden;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.left{ float:left;}
.right{ float:right;}
.right{ float:right;}
.htit{
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.tz-gallery {
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.tz-gallery .thumbnail {
    padding: 0;
    border: none;
}
.tz-gallery img {
    border-radius: 2px;
    max-width: 100%;border: 1px solid #dadce2;
}
.tz-gallery .caption {
    padding: 10px;
    text-align: center;line-height: 40px;    background: #fff;
}
.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;line-height: 40px;
}
.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.pagination {    justify-content: center; display: flex;}
.pagination ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    margin-left: 3px;
}
.pagination ul li:first-child {
    margin-left: 0;
}
.pagination ul li a {
    display: block;
    border-radius: 3px;
}
.pagination ul li a:hover {
    background:#169c95;
    color: #ffffff;
}
.pagination ul li.active{
    background: #169c95;
    color: #ffffff;
}
.pagination ul li.next {
    width: 40px;
}

.lianxi_box{     z-index: 9;overflow:hidden; padding:25px; margin-top:20px; border:1px solid #eee; border-top:7px solid #3bb59b;    background: #fff;}
.lianxi_box .left{ width:100%;  }
.lianxi_box .tt{     margin-bottom: 10px;
    border-bottom: 1px solid #e4e7e9;
    padding-bottom: 10px;}
.lianxi_box .tt h3{ font-size:26px; color:#3bb59b; font-weight:bold;  display:inline-block;  }
.lianxi_box .tt span{ font-size:16px; color:#696969; display:inline-block; margin-left:10px; position:relative; top:-2px;}
.lianxi_box ul{    width: 65%;float: left;  }

.lianxi_box ul li{ font-size:16px; color:#727273; display:inline-block;line-height: 40px;}
.lianxi_box ul li i{width:30px; text-align: center; font-size: 20px; margin-right: 10px; float: left;color: #000}
.lianxi_box ul li a{    display: inline;}
.lianxi_box ul li b{ font-weight:normal; font-size:16px; color:#171717; line-height: 20px;}
.lianxi_box .ewm{ width:35%; float:right;margin-bottom: 0px;  text-align:center; font-size:16px; color:#303030;}
.lianxi_box .ewm img{ width:40%; text-align:right;margin-left: 10px; margin-bottom:10px; border:1px solid #e5e5e5; padding:5px;}

.un_box.map{    z-index: 1; position:relative; border-top:1px solid #e5e5e5;}

.form{display: block;max-width: 100%;    margin: 0px auto 34px 0;}
.form input{border: 1px solid #d5d5d5;font-size: 14px; }
.form .line1{      width: 48%; height: 48px; line-height: 48px; padding: 0 0px 0 13px; float: left; margin: 0 10px 10px 0;}
.form .name{background: #fff url(../images/i_form_ico.png) no-repeat right top;}
.form .phone{background: #fff}
.form .email{margin-right: 0;background: #fff}
.form textarea{width: 96.7%;border: 1px solid #d5d5d5;padding: 10px 30px 10px 13px;height: 149px;font-size: 14px;line-height: 1.5;margin-bottom: 20px;background: #fff }
.form .key{width: 310px;height: 44px;margin: 0 auto;}
.form .file{width: 134px;height: 34px;line-height: 34px;text-align: center;margin-bottom: 20px;background: #939393;font-size: 14px;color: #fff;cursor: pointer;float: left;}
.form .file:hover{background: #f18226;}
.form .file-box p{margin-left: 20px;line-height: 34px;}
.form .file-btn{display: none;}
.form input.pull-left{display: none;}
.submit{position: relative;display: block;width: 205px;line-height: 50px;height:50px;    border: 1px solid transparent;  margin: auto;background:#3bb59b;font-size: 16px;line-height: 50px;color: #fff;text-align: center;visibility: inherit;}
.table-cell { display: table-cell; vertical-align: middle;}

.onePorfile { width: 100%; margin: 0px auto; padding:0 0px 5%; text-align: center; }
.onePorfile .t1 { font: 30px/1.4 "microsoft yahei"; color: #000; }
.onePorfile .con { text-align: center; color: #323232; font-size: 14px; }
.cen-03 {
    padding-top: 5px;
}
.cen-04 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 50px;
    font-family: "Microsoft YaHei";
}
.cen-04-1 {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    line-height: 40px;
    color: #666;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.cen-04-2 {
    float: left;
    width: 100%;
    background: #f2e3d0;
    border: 1px solid #e7d1b4;
    padding: 5px;
}
.cen-04-3 {
    float: left;
    width: 100%;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 30px;    text-align: left;
}
.cen-04-2 span {
    font-weight: bold;
    color: #d41833;
}
.cen-04-6 {
    float: left;
    width: 100%;
    border: 1px solid #fec3d7;
    font-size: 12px;
}

.sx1{width:100%; float:left;padding:20px 0; text-align:left;border-top:1px dashed #ddd;color:#333;margin-top:10px;font-family:Verdana, microsoft Yahei, Helvetica, sans-serif}
.sx1 p{      text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;

    float: left;
    margin-right: 10px;
    padding: 0px 20px;}
.sx1 a{font-weight:normal}
.sx1 a:link{    color: #393939;text-decoration:none;}
.sx1 a:visited{    color: #393939;text-decoration:none;}
.sx1 a:hover{color: #393939;text-decoration:none;}
.sx1 a:active{    color: #393939;text-decoration:none;}
.sx1 span{ float:right;  padding-right:20px;}
.sx1 span a{ padding-left:20px; color:#999 !important; }

.sx {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: left;
    border-top: 1px dashed #ddd;
    color: #333;
    margin-top: 10px;
    font-family: Verdana, microsoft Yahei, Helvetica, sans-serif
}
.sx p {
    clear: both;
    line-height: 30px;
    font-weight: bold;
}
.sx a {
    padding-left: 0px;
    font-weight: normal
}
.sx a:link {
    color: #999;
    text-decoration: none;
}
.sx a:visited {
    color: #999;
    text-decoration: none;
}
.sx a:hover {
    color: #3bb59b;
    text-decoration: underline;
}
.sx a:active {
    color: #3bb59b;
    text-decoration: underline;
}
.sx span {
    float: right;
    padding-right: 20px;
}
.sx span a {
    padding-left: 20px;
    color: #999 !important;
    text-transform: uppercase;
    font-family: Verdana, microsoft Yahei, Helvetica, sans-serif
}
.btn3{ margin-top:10px; text-align: right  }
.btn3 a{ display:inline-block; height:35px; line-height:35px; background:#fff; color:#000;    border: 1px solid #e4eaec;  width:100PX; font-size:12px; border-radius: 3px; text-align: center;}
.btn3 a:hover{ background:#000; color:#fff;}
.menu_pro {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight:bold;
    line-height: 20px;
    border-bottom: 1px solid #e5e5e5;    line-height: 30px;
}
.menu_pro i{ margin-right:10px; }
.page_amount p{font-size: 18px; font-weight: bold}
.menu_list{margin-bottom: 20px;/*margin:0px 0 0 1rem;*/width:100%}

.menu_head h3{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;

    margin: 8px 0;
    color: #222222;text-align: left;    background: #fff;
    line-height: 45px;
    padding-left: 15px;border-radius: 5px;
}

.menu_head h3.cur,.menu_head h3:hover{background: #3bb59b ;color: #fff;    cursor: pointer; }
.menu_head h3 a:hover,.menu_head h3.cur a{text-decoration: none;color:#fff; border-top:none;font-weight: bold;     cursor: pointer;}
.menu_head h3 i{padding-right: 10px;}
.menu_head h3 a{color: #222222;display:block;}

.menu_head a{
    color: #222222;

    font-size: 14px;text-align: left;
}
.menu_head a:hover{

}

.menu_body{margin-bottom:10px;
    /*line-height: 2rem;
    backguound: #fff;
    padding: 0 0 0.8rem 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;*/

}

.menu_body {display:none}
.menu_body a{
    display:block;
    text-align: left;
    padding-left:2rem;
    color:#000;

    text-decoration:none;
    font-size:14px;

    border-bottom: 1px dashed #e5e5e5;
}

.menu_body a:hover{
    color: #ff0101;
}

.menu_list .menuzl{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-top: 2px;
    background: #999;
}

.menu_list .menuzl a{
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 3.5rem;
    color: #fff;

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.menu_list .menuzl:hover{
    background: #000;
}

.menu_list .menuzl:hover a{
    color: #fff;
}

.menu_list .menuzl.menuactive{
    background: #303649;
}

.menu_list .menuzl.menuactive a{
    color: #fff;
}

.shop_wrapper > div {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.shop_toolbar_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;

    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;padding-bottom: 7px;line-height: 35px;
}
.shop_toolbar_wrapper i{margin-right: 10px;}
.item-pic__box {
    position: relative;
    width: 50%;
    float: left;
    margin: 0 25%;

}
.n_nav2{ text-align:center; margin-bottom:10px;  font-size: 20px; font-weight: bold; color: #000;}


.blo-image-and-date img{
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;max-width: 100%;
}
.blo-image-and-date:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.showproducts_b {
    width:100%;
    float:left;
    height:50px;
    border-bottom:solid 1px #3bb59b;
    margin-top:10px;
}
.showproducts_b span {
    background-color:#3bb59b;
    color:#FFF;
    float:left;
    padding-left:30px;
    padding-right:30px;
    height:50px;
    line-height:50px;
}
.showproducts_c {
    width:100%;
    float:left;
    word-wrap: break-word;
    text-align:left; padding:10PX;
}
.small-box {
    position: relative;
    width:100%;

    margin-bottom: 5px;

}
.small-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;border: 1px solid #e6e6e6;
}
.small-box > .hover {
    display: none;
    left: 0;top: 0;
    position: absolute;
    border: 1px solid #fff;
    background-color: #000;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    opacity: .15;
    cursor: move;
}
.thumbnail-box {
    position: relative;
    width: 100%;
}
.thumbnail-box .btn {
    position: absolute;
    top: 0;bottom: 0;
    width: 26px;
    border: 0;
    background: #eee url(../images/thumb-but.gif) no-repeat;
}
.thumbnail-box .btn:active {background: #b31e22 url(../images/thumb-but_active.gif) no-repeat}
.thumbnail-box .btn-prev {left: 0}
.thumbnail-box .btn-next {right: 0;background-position: center right}
.thumbnail-box .btn-next:active {background: #b31e22 url(../images/thumb-but_active.gif) no-repeat center right}
.thumbnail-box > .thumb-list {
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
}
.thumbnail-box .wrapper {
    font-size: 0;
    margin-bottom: 0;
    white-space: nowrap;
    text-align: center;
}
.thumbnail-box > .thumb-list .item {
    width: 56px;
    height: 56px;
    margin: 0 2px;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
}

.thumbnail-box > .thumb-list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}
.thumbnail-box > .thumb-list .item.active {

}
.big-box {
    z-index: 100;
    display: none;
    overflow: hidden;
    position: absolute;
    left:102%;top: 0;
    border: 1px solid #e6e6e6;
    width: 300px;height: 300px;
}
.item-info__box {
    width: 50%;
    float: right;
    padding: 20px 40px 20px 40px;
}
.item-title {line-height: 2em; }
.item-title > .name {
    font-size: 25px;
    max-height: 50px;
    line-height: 50px;
}
.item-price {
    padding: 10px;
    margin-bottom: 20px;
}
.item-price .price-panel {
    height: 40px;
    line-height: 40px;
}
.item-price .price-panel .price{
    font-size: 24px;
    color: #d00;
}
.n_nav_box{height: 70px;line-height: 70px;position:relative;border-bottom: #e8e8e8 1px solid;}
.position{position:absolute;height: 72px;line-height: 72px;left: 0px;bottom: 0;color: #9c9ca0;padding-left: 17px;font-size: 14px;background: url(../images/home_icon.png) left 30px no-repeat;}
.position span, .position a, .position i{font-size: 14px;color: #5b5b5b;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i{margin: 0px 10px 0 8px;font-style:normal;}
.position i img{vertical-align:middle;margin-top: -2px;}
.position em{font-size: 13px;color: #e60013;font-style: normal;}
.position a:hover{color: #e60013;}

@media only screen and (max-width: 767px) {
    .shop_toolbar_wrapper {
        flex-direction: column;
        padding: 5px 10px 5px;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .shop_toolbar_btn {
        margin-bottom: 20px;
    }
}

.shop_wrapper {
    margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop_wrapper {
        margin-bottom: 49px;
    }
}
@media only screen and (max-width: 767px) {
    .shop_wrapper {
        margin-bottom: 0px;
    }
}
.shop_wrapper .product_thumb a img {
    margin: 0 auto;
    width: 100%;
}
.shop_wrapper .single_product {
    position: relative;
    margin-bottom: 20px;
}
.shop_wrapper.grid_list .single_product {
    margin-bottom: 30px;
}
.shop_wrapper .label_product {
    bottom: 40px;
}
.shop_wrapper.grid_4 .action_links ul li a {
    line-height: 50px;
    width: 42px;
}

/* shop page css end*/
/*shop fullwidth css here*/
.shop_fullwidth .shop_wrapper.grid_3 .product_thumb a img {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop_fullwidth {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .shop_fullwidth {
        margin-bottom: 0;
    }
}

.single_product {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    transition: .3s;    background: #fff;
}
.single_product:hover {
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.12);
}
.single_product:hover .action_links {
    opacity: 1;
    visibility: visible;
    right: 10px;
}
.single_product:hover .add_to_cart {
    opacity: 1;
    visibility: visible;
    bottom: 27px;
}
@media only screen and (max-width: 767px) {
    .single_product:hover .add_to_cart {
        bottom: 19px;
    }
}
.single_product:hover .product_thumb a.secondary_img {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
.single_product:hover .swatches-colors {
    opacity: 1;
    visibility: visible;
}

.product_thumb {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    text-align: center;
}
.product_thumb a.secondary_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
.product_thumb a {
    display: inline-block;
}
.ppro{display: none}
.product_content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;

    margin: 0;
    overflow: hidden;
    height: 50px;
    display: grid;
    vertical-align: middle;
    text-align: center;

    align-content: space-around;
}
.product_content h4 a:hover {
    color: #cf1433;
}

.w1200{position:relative;width:85%;height: 70px;margin: 0 auto;    z-index: 2;}
.neiye{padding:10px; font-size:14px;line-height: 25px;    width: 100%; float: left;  background: #fff; }


.list_box_n_news{ margin:0 -1.25rem; margin-bottom:2rem}
.list_box_n_news li{ float:left; width:25%; padding:0 1.25rem; margin-bottom:1.875rem}
.list_box_n_news li a{ display:block; overflow:hidden}
.list_box_n_news li a .img .img_hezi{ padding-bottom:67.65% !important}
.list_box_n_news li a .img .time{width: 7.5rem;height: 2.5rem;text-align:center;background:rgba(255,255,255,.9);font-size: .9375rem;color: #63666a;position:absolute;top:1.875rem;left:1.875rem;transition:.5s;font-family: BEBASNEUE_BOLD;display: flex;justify-content: center;align-items: center;}
.list_box_n_news li a .img .time img{width:auto;height:auto;fill:#9ba7b9;transition:.5s;vertical-align:middle;margin: -3px .5rem 0 0;}
.list_box_n_news li a .con{background: #fff;padding:1rem;}
.list_box_n_news li a .con h5{font-size:1rem;color:#303030;line-height:1.875rem;transition:.5s;white-space: normal;}
.list_box_n_news li a .con p{font-size:.8rem;color:#787878;line-height:24px;height:48px;overflow:hidden;margin: .5rem 0 1.375rem;}
.list_box_n_news li a .con span{ font-size:14px; color:#343637;  transition:.5s}
.list_box_n_news li a .con .btn_xq .btn_bg { transform: skewX(0); -webkit-transform: skewX(0); -moz-transform: skewX(0); -ms-transform: skewX(0); -o-transform: skewX(0);}
.list_box_n_news li a .con .btn_xq .btn_bg i{ border:#2a829a 2px solid; background:#2a829a}
.list_box_n_news li a .con .btn_xq{color:#fff;font-family: BEBASNEUE_BOLD;font-size: .875rem;margin: 0;}


.s_foot_link{ height:3.125rem; width:203px; cursor:pointer;overflow:visible;position: relative;text-align:left; }
.s_foot_link .tanchu{ overflow:auto;box-sizing:border-box;position:absolute;bottom:3.125rem;border-bottom:0;display: none;left:0;right:-1px;}
.s_foot_link .tanchu:before{ content:""; display:block; border:10px solid transparent; border-top:10px solid #ebf8fa; width:0px; height:0px; position:absolute; bottom:1px; left:50%; margin-left:-10px;}
.s_foot_link .tanchu>div{ max-height:200px; margin-bottom:20px; background: #f3f3f3; display:block; border:1px solid #bbb; padding:10px 13px; overflow:auto;box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.44);}
.s_foot_link .tanchu>div::-webkit-scrollbar {display:none}
.s_foot_link .tanchu a { color: #2d2e32; line-height: 27px; display:block; font-size: 12px;}
.s_foot_link .tanchu a:hover{ color: #3bb59b !important; }
.s_foot_link #bnt_link1.a {padding-left:12px;color: #fff; border:1px solid rgba(255, 255, 255, 0.3); font-size:.875rem; text-align:left;line-height: 3rem;width: 100%; height:3.125rem; box-sizing:border-box;text-decoration:none;position:absolute;z-index:1; }
.s_foot_link .a span{ display:inline-block; float:right; color:#919397; line-height:3rem; width:10px; text-align:center; height:100%; margin-right:20px; }
.copyright{ line-height:2rem; padding-top: 1rem; padding-bottom: 1rem; font-size:.8125rem; color:rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.1); margin-top: 1rem;}
.copyright .m{     display: flex;   justify-content: space-around;}
.copyright a:hover{ color:#db9763;}
#foot a:hover{ color: #fff;}
.online_q {position: fixed;right: .25rem;bottom: 10%;z-index: 9999;transition:.5s;-webkit-transition:.5s;}
.online_q .btn2{width:3.4375rem; height:3.4375rem; cursor:pointer; position:relative; margin-bottom:5px; }
.online_q .btn-top{ padding:0; transition:.5s; overflow:hidden;}
.online_q .btn-top span{ background: #3bb59b !important;}
.online_q .btn2 a{  font-size:12px; color:#fff;}
.online_q .btn2 span{display:block; float:left; text-align: center; width:3.4375rem; height:3.4375rem; line-height: 3.4375rem; position:relative; z-index:999; overflow:hidden; transition:.3s; -webkit-transition:.3s; background: #2a829a; }
.online_q .btn2:hover span{ background: #3bb59b; }
.online_q .open.pic{ position:absolute; background:#ddd; width:100px; height:100px; right:80px; top:50%; margin-top:-50px; text-align:right; opacity:0; transition: .6s; -webkit-transition: .6s; visibility:hidden;}
.online_q .open.pic img{ width:80px; height:80px; margin-top:10px; margin-right:10px;}
.online_q .btn2:hover .open.pic{ opacity:1; right:4.5rem;visibility:visible;}
.online_q .open.phone{ display:inline-block; height:3.4375rem; line-height:3.4375rem; z-index:0; background:#eee; color:#3bb59b; font-family:arial; font-size:18px; transition:width 0s; -webkit-transition:width 0s; text-align:center;  width:150px;}
.online_q .btn2:hover .open.phone{transition:.5s; -webkit-transition:.5s; opacity:1; visibility:visible;}
.btn-tel a{ display:block; width:3.4375rem; white-space:nowrap; position:absolute; right:0;transition:.5s; -webkit-transition:.5s; overflow:hidden;}
.btn-tel:hover a{ width:205px;}
.online_q .btn-02.btn-tel:hover span{ background:url(../images/piaofu_tel.png) center no-repeat #fff; border:2px solid #037ccf;}
.online_q .open.pic:before{ content:""; display:block; width:0; height:0; border:10px solid transparent; border-left:10px solid #ddd; position:absolute; right:-15px; top:50%; margin-top:-10px;}
#gotop.hide{height:0; overflow:hidden; display:block !important;}
.ar_article{ font-size:1rem; color:#787878; line-height:1.875rem; text-align:justify; }
.ar_article h4{ font-size: 1.125rem;}
.ar_article p{font-size:1rem;color: #5b5b5b;line-height: 2rem;padding-bottom: 2rem;}
.ar_article p:last-child{ padding-bottom: 0;}
.ar_article strong{ font-weight:bold;}
.ar_article td,.ar_article th{ padding:15px; border: 1px solid #c6c5c5; font-size:1rem !important;    font-family: "微软雅黑","Microsoft YaHei", sans-serif !important;}
.ar_article td *,.ar_article th *{ font-size:0.95rem !important; font-family: "微软雅黑","Microsoft YaHei", sans-serif !important;}
.ar_article td p,.ar_article th p{ padding-bottom:0; margin-bottom:0; text-align: inherit;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#363636;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5,.ar_article h6,.ar_article b{ font-weight:bold; color:#232323;}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:15px;}
.n_container{ overflow:hidden}
.n_container .m{ max-width:1500px;}
.n_banner{ height:31.25rem; overflow:hidden; display:flex; justify-content:center; align-items:center; flex-direction:column}
.n_banner h3{ font-size:2.5rem; color:#fff; font-weight:bold; margin:1.25rem 0}
.n_banner h5{ font-size:1.125rem; color:#fff; line-height:1.5; }
.mianbao{ line-height:1.5; padding: 1.5rem 0 3rem; font-size:13px; color:#595959; transition:.5s}
.mianbao *{ transition:.5s}
.mianbao .m{ display:flex; justify-content:flex-end; align-items:center;}
.mianbao img{ margin:0 .75rem 0 0}
.mianbao span{ margin:0 .25rem}
.mianbao em{ color:#3bb59b}
.mianbao a:hover{ color:#3bb59b}
.title001{ margin-bottom:2.25rem}
.title001 h3{ font-size:2.125rem; color:#b8babd; font-family: BEBASNEUE_BOLD;}
.title001 h2{ font-size:1.5rem; color:#414141; font-weight:bold; line-height:1.375}
.n_about .fl01{ padding:0 0 4.375rem}
.n_about .fl01 .m{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap}
.n_about .fl01 .m .left{width:50%;padding: 0 4.5rem 0 0;}
.n_about .fl01 .m .left .ar_article{ }
.n_about .fl01 .m .right{ width:50%; position:relative; z-index:1}
.n_about .fl01 .m .right img{ width:100%}
.n_about .fl01 .m .right:before{ content:""; position:absolute; top:.625rem; right:-.625rem; bottom:-.625rem; left:1.875rem; border:#dddddd 1px solid; z-index:-1; border-radius:4rem 0 0 0}
.n_about #s_video .img .mask font{ background: url(../images/play1.png) center no-repeat; background-size: contain;}
#s_video .img .mask font:before, #s_video .img .mask font:after{ opacity:0}
.n_about .fl02{ padding:7.5rem 0; background:url(../images/n_about_fl02_bg.jpg) center no-repeat; background-size:cover; background-attachment:fixed}
.title002{ text-align:center; margin-bottom:2.5rem}
.title002 h3{ font-size:2.1875rem; color:#fff; line-height:1.25}
.title002 h4{ display:flex; align-items:center; justify-content:center; margin:1.25rem 0 0}
.list_box_01{ display:flex; flex-wrap:wrap; text-align:center; padding:0 10%}
.list_box_01 li{flex:1;padding: 0 7px;}
.list_box_01 li h3 img{ transition:.5s}
.list_box_01 li h5{ font-size:1.125rem; color:#fff; margin:1.5rem 0 .75rem}
.list_box_01 li h6{font-size:.9375rem;color:#fff;line-height: 1.5;}
.list_box_01 li:hover h3 img{ transform:rotateY(180deg)}
.title003 h3{ color:#333333;}
.slick-list{ min-width:100%}
.n_about .fl03{ padding:6rem 0; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.list_box_03{ margin:0 -.5rem; }
.list_box_03 .slick-slide{ display:flex; flex-wrap:wrap; justify-content:space-between}
.list_box_03 li{ width:33.333333%; padding:0 .5rem; margin:.625rem 0}
.list_box_03 .slick-arrow{ z-index:99; position:absolute; top:50%; transform:translate(0,-50%); opacity:1; display:block; width: 3.5rem; height: 3.5rem; background-size:100% !important; cursor:pointer}
.list_box_03 .slick-prev{ left:-6.25rem;background:url(../images/pro_left1.png) center no-repeat; transition:300ms;-webkit-transition:300ms;}
.list_box_03 .slick-next{ right:-6.25rem; background:url(../images/pro_right1.png) center no-repeat; transition:300ms;-webkit-transition:300ms;}
.n_zizhi{padding: 0 0 1.625rem;}
.list_box_04{ margin:0 -.625rem; display:flex; flex-wrap:wrap}
.list_box_04 li{ width:50%; padding:0 .625rem; margin-bottom:1.75rem}
.list_box_04 li a{ display:flex; padding:2.5rem; background:#f2f4f7; align-items:center; justify-content:space-between}
.list_box_04 li a .img{ width:13.75rem; height:14.375rem; display:flex; align-items:center; justify-content:center}
.list_box_04 li a .img img{ width:auto; height:auto; max-width:100%; max-height:14.375rem}
.list_box_04 li a .con{ width:calc(100% - 13.75rem); padding:0 0 0 3.125rem}
.list_box_04 li a .con h6{ font-size:13px; color:#454545; line-height:1.25}
.list_box_04 li a .con h5{ font-size:1.25rem; color:#303030; line-height:1.25; margin:.75rem 0 2rem}
.list_box_04 li a .con .btn_xq, .list_box_04 li a .con .btn_xq .btn_bg{ margin:0; transform: skewX(0); -webkit-transform: skewX(0); -moz-transform: skewX(0); -ms-transform: skewX(0); -o-transform: skewX(0);}
.list_box_04 li a .con .btn_xq{ width:7.1875rem}
/*翻页*/
.pages{text-align:center;margin: 1.5rem 0 0;}
.pages .box{ display:flex; align-items:center; justify-content:center}
.pages .box a{margin: 0 .375rem;border:#d3d6d9 1px solid;transition:.5s;font-size:14px;color:#78430f;display:flex;align-items:center;justify-content: center;height:2.5rem;min-width: 2.5rem;padding: 0 .5rem;white-space: nowrap;}
.pages .box a span{padding: 0 1rem;}
.pages .box a.on{ color:#fff; border:#2a829a 1px solid; background:#2a829a}
.n_peixun{}
.list_box_peixun{ margin-bottom: 4rem; }
.list_box_peixun li{ margin-bottom: 3.5rem;}
.list_box_peixun li a{display: flex;flex-wrap: wrap;align-items: center;position: relative;padding-bottom: 2.5rem;overflow: hidden;}
.list_box_peixun li a::before{content: "";position: absolute;top: 3.125rem;right: 0;bottom: 0;left: 15%;z-index: -1;background: #f2f4f7;transform: skewX(-15deg) translateX(8%);}
.list_box_peixun li a .img_box{ width: 45.625rem; }
.list_box_peixun li a .img{ border-radius: 0}
.list_box_peixun li a .img_box h6{ margin-top: 2.375rem;}
.list_box_peixun li a .img_box h6 img{ width: 100%;}
.list_box_peixun li a .img .img_hezi{ padding-bottom: 54.79% !important;}
.list_box_peixun li a .con{width: calc(100% - 45.625rem);padding: 3.125rem 4rem 0 4.375rem;}
.list_box_peixun li a .con .zuixin{display: flex;justify-content: flex-end; opacity: 0; visibility: hidden;}
.list_box_peixun li a .con .zuixin.on{opacity: 1; visibility: visible;}
.list_box_peixun li a .con .zuixin .zuixin_box{background: url(../images/zuixin_bg.png) center no-repeat;width: 5.8125rem;height: 2.5rem;line-height: 2.5rem;text-align: center;font-size: 1.125rem;color: #fff;margin-right: -4rem;padding: 0 0 0 1rem; background-size: 100% 100% !important;}
.list_box_peixun li a .con h4{font-size: 1.875rem;color: #2a829a;font-family: BEBASNEUE_BOLD;line-height: 1;}
.list_box_peixun li a .con h5{font-size: 1.5rem;color: #4a4a4a;font-weight: bold;margin: .5rem 0 2rem;}
.list_box_peixun li a .con p{font-size: .9375rem;color: #707172;line-height: 1.75rem;max-height: 5.25rem;transition: .5s;opacity: .8;margin: 0;}
.list_box_peixun li:nth-child(2n) a .img_box{ order: 2;}
.list_box_peixun li:nth-child(2n) a::before{left: 0;right: 15%;transform: skewX(15deg) translateX(-8%);}
.list_box_peixun li:nth-child(2n) a .img_box h6 img{ transform: rotateY(180deg);}
.list_box_peixun li:nth-child(2n) a .con .zuixin{ justify-content: flex-start; }
.list_box_peixun li:nth-child(2n) a .con .zuixin .zuixin_box{background: url(../images/zuixin_bg1.png) center no-repeat;padding: 0 1rem 0 0;margin-left: -4.375rem;margin-right: 0;}
@font-face{ font-family:OpenSans-Bold; src:url(../fonts/OpenSans-Bold.ttf);}
.list_box_05{ margin:0 -1.25rem; display:flex;}
.list_box_05 li{ width:50%; padding:0 1.25rem}
.list_box_05 li a{ display:block; position:relative}
.list_box_05 li a .top{ position:absolute; top:0; right:0; bottom:0; left:0; background:url(../images/list_box_05_top.png) left center no-repeat; background-size:auto 100%; display:flex; align-items:center}
.list_box_05 li a .top .box{width: 34%;padding: 0 0 0 3rem;}
.list_box_05 li a .top .box h6{ font-size:13px; color:#fff; font-family:OpenSans-Bold;}
.list_box_05 li a .top .box h5{font-size: 1.1875rem;color:#fff;line-height:1.875rem;height:3.75rem;white-space: normal;margin: 1rem 0 2rem;}
.n_case{ padding:0 0 5.625rem}
.list_box_05 li a .top .box .btn_xq{ margin:0; margin-top:0; color:#fff}
.list_box_05 li a .top .box .btn_xq .btn_bg{ margin:0; transform: skewX(0); -webkit-transform: skewX(0); -moz-transform: skewX(0); -ms-transform: skewX(0); -o-transform: skewX(0); }
.list_box_05 li a .top .box .btn_xq .btn_bg i{ border:rgba(255,255,255,.5) 2px solid}
.list_box_05 .slick-arrow{ z-index:99; position:absolute; top:50%; transform:translate(0,-50%); opacity:1; display:block; width: 3.5rem; height: 3.5rem; background-size:100% !important; cursor:pointer}
.list_box_05 .slick-prev{ left:-5rem;background:url(../images/pro_left1.png) center no-repeat; transition:300ms;-webkit-transition:300ms;}
.list_box_05 .slick-next{ right:-5rem; background:url(../images/pro_right1.png) center no-repeat; transition:300ms;-webkit-transition:300ms;}
.list_box_06{ margin:0 -1.25rem; display:flex; flex-wrap:wrap; margin-top:2.5rem}
.list_box_06 li{ padding: 0 1.25rem; width:33.333333%; margin-bottom:1.875rem}
.list_box_06 li .img{}
.list_box_06 li .img img{}
.list_box_06 li .txt{ background: #f2f4f7; padding: 2.5rem; text-align: center;}
.list_box_06 li .txt span{ font-size: .8125rem; color: #444444; font-family:OpenSans-Bold;}
.list_box_06 li .txt h5{ font-size: 1.1875rem; color: #373737; margin-top: 1.25rem; margin-bottom: 1rem; }
.list_box_06 li .txt p{ margin-bottom: 2.5rem; color: #6f6f6f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.list_box_06 li .btn_xq{ color:#fff}
.list_box_06 li .btn_xq .btn_bg i{ border:#2a829a 2px solid; background:#2a829a}
.list_box_06 li .btn_xq .btn_bg{ transform: skewX(-10deg); -webkit-transform: skewX(-10deg); -moz-transform: skewX(-10deg); -ms-transform: skewX(-10deg); -o-transform: skewX(-10deg);}
.n_case_detail{ padding:0 0 4.375rem}
.n_case_detail .title004 h3{ font-size:1.75rem; color:#3c3c3c; line-height:1.5; margin-bottom:1.75rem; font-weight:bold}
.list_box_07{ margin:0 -5px; margin-top:2.5rem}
.list_box_07 li{ padding:0 5px}
.list_box_07 li .img img{ height:23.625rem}
.list_box_07 .owl-nav{ display:flex; justify-content:center; margin:3.125rem 0 0}
.list_box_07 .owl-nav .owl-prev, .list_box_07 .owl-nav .owl-next{opacity:1;display:block;width: 3.125rem;height: 3.125rem;background-size:100% !important;cursor:pointer;font-size:0;margin:0 6px;}
.list_box_07 .owl-nav .owl-prev{ left:-5rem;background:url(../images/pro_left1.png) center no-repeat; transition:300ms;-webkit-transition:300ms;}
.list_box_07 .owl-nav .owl-next{ right:-5rem; background:url(../images/pro_right1.png) center no-repeat; transition:300ms;-webkit-transition:300ms;}
.list_box_07 .owl-nav .owl-prev:hover{ background:url(../images/pro_left1_on.png) center no-repeat; }
.list_box_07 .owl-nav .owl-next:hover{ background:url(../images/pro_right1_on.png) center no-repeat; }
.n_erji{ display:flex; flex-wrap:wrap; justify-content:center; margin-bottom:3.75rem}
.n_erji li{padding: 0 .375rem;}
.n_erji li .btn_xq{width:auto;height:3.4375rem;line-height:3.4375rem;padding: 0 1.5rem;font-size: 1rem;color: #333333;}
.n_erji li .btn_xq .btn_bg {
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);}
.n_erji li.on .btn_xq{ color:#fff}
.n_erji li.on .btn_xq .btn_bg:before{ border-width: 165px 0 0 165px;}
.n_erji li.on .btn_xq .btn_bg:after { border-width: 0 165px 165px 0;}
.list_box_08 li a{ display:flex; flex-wrap:wrap;}
.list_box_08 li a .img{ position:relative; width:50%}
.list_box_08 li a .img:after{ content:""; position:absolute; top:0; right:0; bottom:0; left:0; border:#e8ebee 1px solid}
.list_box_08 li a .con{ position:relative; width:50%; background:#f2f4f7; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:0 1.5rem}
.list_box_08 li a .con h5{ font-size:1.625rem; color:#444546; font-weight:bold}
.list_box_08 li a .con p{ font-size:.9375rem; color:#707070; line-height:1.875rem; max-height:7.5rem; max-width:31.875rem; margin:1.5rem auto 3rem; text-align:center}
.list_box_08 li a .con .btn_xq .btn_bg {
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);}
.list_box_08 li a .con .btn_xq .btn_bg i{ border:#2a829a 2px solid; background:#2a829a}
.list_box_08 li a .con .btn_xq{ color:#fff}
.list_box_08 li:nth-child(2n) a .img{ order:2}
.img_zd{ position:relative; width:100%; overflow:hidden}
.img_zd .img_hezi{ padding-bottom:60% !important}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}

.n_news{ padding:0 0 5.625rem}
/*新闻详情*/
.n_news_detail{padding:0;}
.n_news_detail .content{display: flex;flex-wrap: wrap;justify-content: space-between;}
.n_news_detail .left{width: calc(100% - 26.25rem);padding: 0 3.125rem 0 0;}
.n_news_detail .ar_title{margin-bottom: 2rem;border-bottom: #dedfe2 1px solid;padding-bottom: 1.5rem;}
.n_news_detail .ar_title h3{font-size: 1.875rem;color: #38393b;line-height: 1.5;margin-bottom: .75rem;}
.n_news_detail .ar_title h6 span{position:relative;font-size: 1rem;color: #63666a;display:inline-block;height: 40px;line-height: 40px;font-weight:normal;margin-right: 30px;vertical-align: top;font-family: BEBASNEUE_BOLD;}
.n_news_detail .ar_title h6 span img{margin: 0px 0.5rem 0 0;}
.n_news_detail .ar_title h6{position:relative;display: flex;justify-content: space-between;align-items: center;}
.n_news_detail .ar_title h6:before{content:"";position:absolute;bottom:-3px;width:6.25rem;height:3px;background:#ff9637;display: none;}
.n_news_detail .ar_title h6 span svg{width: 18px;height: 18px;fill:#808080;margin-right: .5rem;display: inline-block;vertical-align: middle;margin-top: -3px;}
.n_news_detail .ar_title h6 span.shart_box svg{ width:26px; height:26px; fill:#808080}
.n_news_detail .ar_article p{ color:#757575}
.shart_box{display:inline-block; cursor:pointer}
@font-face{font-family:"socialshare";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg#iconfont") format("svg")}.social-share{font-family:"socialshare" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;display: block;position: relative;vertical-align: top;margin: 0 auto;transition:.5s;text-align: center;}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin: 0 auto;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display: block;width: 2.8125rem;height: 2.8125rem;border-radius:50%;line-height: 2.75rem;border: none;color: #ababab;text-align:center;vertical-align: top;transition:background 0.6s ease-out 0s;transition: .6s;font-size: 1.125rem;}.social-share .social-share-icon:hover{background: none !important;color: #208a4a;}.social-share .icon-weibo{border-color:#ff763b;}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{border-color:#56b6e7;}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{border-color:#FDBE3D;}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{border-color:#0077B5;}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;border-color:#7bc549;}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left: -78px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left: -76px;}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}
#share-21.social-share{}
#share-21.social-share .social-share-icon{ display:inline-block; border:#dbdcdf 1px solid; margin:0 .5rem}
#share-21.social-share .social-share-icon:hover{border: #3bb59b 1px solid !important;color: #3bb59b !important;}
.n_news00 .right{width: 26.25rem;}
.n_news00 .right .sticky{position:sticky;top: 120px;}
.n_news00 .right .right_box{background: #fff;padding: 2.75rem;}
.n_news00 .right h3{font-size: 1.375rem;color: #242930;margin-bottom: 1.255rem;}
.n_news00 .right .fl01{margin-bottom: 0;}
.n_news00 .right .fl01 form{border: #e5e5e5 1px solid;height: 3.4375rem;line-height: 3.4375rem;background: none;}
.n_news00 .right .fl01 form .txt{width: calc(100% - 60px);height: 53px;border: none;float:left;padding: 0 20px;font-size: 15px;color: #777a7d;border-radius:4px 0 0 4px;font-family: PingFang;background: none;}
.n_news00 .right .fl01 form .btn{width: 60px;float: right;border:0;background: none;color:#fff;height: 53px;font-size: 15px;border-radius:0 4px 4px 0;cursor:pointer;transition:.3s;}
.n_erji ul li{ border-bottom:#eeeeee 1px solid; height:60px; line-height:60px;}
.n_erji ul li a{font-size:18px;color:#777a7d;font-family: PingFang;display:block;position:relative;padding-left: 16px; transition:0.6s}
.n_erji ul li a:before{ content:""; width:4px; height:4px; background:#d7d8d9; border-radius:50%; position:absolute; left:0; top:50%; margin-top:-2px; transition:0.6s}
.n_news00 .right .n_erji h3{ margin-bottom:1rem}
.n_erji ul li.on a{ color:#242930;}
.n_erji ul li.on a:before{ background:#242930}
.n_news00 .right .fl03{margin-top: 40px;}
.n_news00 .right .fl03 ul{ margin-top:-10px}
.n_news00 .right .fl03 ul li{border-bottom: #e7e7e7 1px solid;padding: 1.25rem 0;}
.n_news00 .right .fl03 ul li:last-child{border:none;margin-bottom: 0;}
.n_news00 .right .fl03 ul li a{ display:block; overflow:hidden}
.n_news00 .right .fl03 ul li a .img, .n_news00 .right .fl03 ul li a .img img{width: 135px;height: 90px;overflow:hidden;float:left;object-fit: cover;}
.n_news00 .right .fl03 ul li a .con{width: calc(100% - 135px);overflow:hidden;float:right;padding-left:1rem;padding-top: 0.5rem;}
.n_news00 .right .fl03 ul li a .con .time img{display:inline-block;fill: #adadad;vertical-align:middle;margin: -1px 5px 0 0;}
.n_news00 .right .fl03 ul li a .con .time{font-size: .9375rem;color: #3a3a3a;margin-bottom: .625rem;font-family: BEBASNEUE_BOLD;}
.n_news00 .right .fl03 ul li a .con h4{font-size: .9375rem;color: #3a3a3a;height: 50px;line-height: 25px;overflow:hidden;transition:0.6s;}
.n_news00 .right .fl04 ul li a .img, .n_news00 .right .fl04 ul li a .img img{width: 144px;height: 95px;overflow:hidden;float:left;object-fit: cover;}
.n_news00 .right .fl04 ul li a h5{ font-size:15px; color:#3a3a3a; font-weight:bold; line-height:1.25; margin:.5rem 0; transition:.5s}
.n_news00 .right .fl04 ul li a .con h4{font-size: 15px;color: #8f8f8f;height: 40px;line-height: 20px;overflow:hidden;font-family:PingFang;transition:0.6s;}
.news_botom ul{ display:flex; margin:5rem 0 0}
.news_botom ul li{ width:50%;}
.news_botom ul li a{ display:flex; width:100%; height:7.1875rem; background:#fff; align-items:center; justify-content:center; font-size:1.125rem; color:#616364;  transition:.5s}
.news_botom ul li a svg{width: 1.875rem;height: 1.875rem;fill: #888;transition:.5s;margin: 0 1rem;}
.news_botom ul li a:hover{ background:#3bb59b; color:#fff}
.news_botom ul li a:hover svg{ fill:#fff}
.n_news00 .right .fl03 ul li a:hover .con h4{ color:#3bb59b}
#miso_map{ height:33.125rem; border:#e1e1e1 1px solid}
.n_contact .fl01{ padding:0 0 6.25rem}
.n_contact .fl01 .content{ position:relative}
.n_contact .fl01 .content .top{ background:url(../images/n_contact_fl01.png) left center no-repeat; background-size:auto 100%; position:absolute; top:0; right:0; bottom:0; left:0; z-index:10; }
.amap-logo, .amap-toolbar, .amap-copyright{ display:none !important}
.n_contact .fl01 .content .top{ display:flex; align-items:center;}
.n_contact .fl01 .content .top .box{width: 34%;padding: 0 0 0 4%;}
.n_contact .fl01 .content .top .box h3{ font-size:1.375rem; color:#fff; line-height:1.5; font-weight:bold; font-style:italic}
.n_contact .fl01 .content .top .box hr{width:1.375rem;height:4px;background:#3bb59b;border: none;transform: skewX(-20deg);margin: .75rem 0 2rem;}
.n_contact .fl01 .content .top .box dl{display:flex;font-size:.9375rem;color:#fff;max-width: 19rem;margin-bottom: .5rem;}
.n_contact .fl01 .content .top .box dl dt{ white-space: nowrap; line-height:1.75rem;}
.n_contact .fl01 .content .top .box dl dd{ line-height:1.75rem;color:#fff;}
.n_contact .fl01 .content .top .box .ewm{ margin:1.5rem 0 0}
.n_contact .fl01 .content .top .box .ewm h3{ border:rgba(215,215,215,.3) 1px solid; width:8.125rem; height:8.125rem; padding:.5rem}
.n_contact .fl01 .content .top .box .ewm h3 img{ width:100%; height:100%}
.n_contact .fl01 .content .top .box .ewm h5{font-size: .8125rem;color:#f3f2f7;opacity:.6;line-height:1.5;text-align:center;margin:.75rem 0 0;width:8.125rem;}
.n_contact .fl02{ padding:5.625rem 0 5rem; background:url(../images/n_contact_fl02.jpg) center no-repeat; background-size:cover}
.n_contact .fl02 .m{ max-width:995px}
.n_contact .fl02 .title002{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; margin-bottom:3.75rem}
.n_contact .fl02 .title002 .ll h3{ color:#fff}
.n_contact .fl02 .title002 .ll h4{ justify-content:flex-start}
.n_contact .fl02 .title002 .rr{ width:29.625rem; font-size:.9375rem; color:#fff; line-height:1.75rem; text-align:left}
.n_liuyan form{margin: 0 -7.5px;}
.n_liuyan form .box{float:left;width:33.333333%;padding: 0 7.5px;}
.n_liuyan .messlist{ width:100%}
.n_liuyan .messsub input{}
.n_liuyan .messsub input:hover{}
.n_liuyan .messlist02{height: 15.5625rem;}
.n_liuyan .messlist {height: 3.75rem;margin: 0 0 1.25rem;float:left;width: 100%;background: #fff;color:#626364;position: relative;}
.n_liuyan .messlist label,.form-list .messlist01 label,.n_liuyan .messlist03 label{float:left;width: 50px;height: 100%;line-height: 3.625rem;text-align: left;color: #4f4f4f;font-size: 14px;box-sizing: border-box;padding: 0 0 0 20px;font-weight:  normal;}
.n_liuyan .messlist label span img,.form-list .messlist01 label span img,.n_liuyan .messlist03 label span img{ margin-top:-3px}
.n_liuyan .messlist input{float:left;width: 100%;height: 100%;background: none;border: none;outline: none;color: #5a5453;font-size: 1rem;padding: 0 1.25rem;}
.n_liuyan .messlist01{height: 43px;margin-top: 30px;float:left;width: 880px;border:#d3d7d8 1px solid;background:#fff;color:#626364;margin-right: 44px;}
.n_liuyan .messlist01 input{float:left;width: 712px;height: 48px;padding: 0 10px;background-color:#fbfbfc;border: none;outline: none;color:#626364; font-size:12px;}
.n_liuyan .messlist02{height: 11.25rem;float:left;width: 100%;background: #fff;color:#626364;box-sizing: border-box;margin-bottom: 1.25rem;}
.n_liuyan .messlist02 textarea{float:left;width: calc(100% - 50px);height: 100%;color: #5a5453;font-size: 1rem;border: none;outline: none;padding: 1.25rem 1.25rem;resize:none;box-sizing: border-box;background: none;}
.n_liuyan .messlist02 label{float:left;width: 50px;height: 56px;line-height: 56px;text-align: left;color: #000000;font-size: 16px;box-sizing: border-box;padding: 0 0 0 20px;font-weight:  normal;}
.n_liuyan .yanzheng{display: flex;float:left;position: absolute;right: 1rem;top: 0;bottom: 0;align-items: center;}
/*.n_liuyan .yanzheng img{width: 5.5625rem;height: 1.8125rem;}*/
.n_liuyan .messsub input{width: 100%;height: 3.75rem;font-size: 1rem;cursor:pointer;color: #fff;border:none;background: #3bb59b;transition: 0.6s;}
.n_liuyan .messsub input:hover{background: #2a829a;}
.n_liuyan .messlist03{height: 3.75rem;margin: 0 0 0 0;float:left;width: 21.375rem;background: #fff;color:#626364;box-sizing: border-box;position: relative;border: #e1e3e4 1px solid;}
.n_liuyan .messlist03 input{float:left;width: calc(100% - 50px);height: 100%;color: #636363;font-size: .875rem;border: none;outline: none;resize:none;box-sizing: border-box;background: none;padding: 0;}
.n_liuyan .messsub{width: 100%;}
.n_product_detail .fl01 .content{position:relative;top:-5rem;background:#fff;padding:3.5rem;margin-bottom: -5rem;}
.n_product_detail .fl01 .content .fl001{display:flex;justify-content:space-between;align-items:center;flex-wrap: wrap;}
.n_product_detail .fl01 .content .fl001 .left{ width:calc(100% - 27.5rem); padding:0 3.125rem 0 0}
.n_product_detail .fl01 .content .fl001 .right{ width:27.5rem}
.list_box_09 li img{ width:100%}
.list_box_09 .slick-arrow{ width:2.5rem; height:2.5rem; z-index:1}
.list_box_09 .slick-arrow svg{ fill:#adadae; width:100%; height:100%}
.n_product_detail .fl01 .content .fl001 .right h3{ font-size:1.875rem; color:#333333; line-height:1.375; font-weight:bold; margin-bottom:1rem}
.n_product_detail .fl01 .content .fl001 .right h5, .n_product_detail .fl01 .content .fl001 .right p{ font-size:.9375rem; color:#646464; line-height:2.125rem; padding-bottom: 0;}
.n_erji1{ display:flex; flex-wrap:wrap; margin-top:4.375rem}
.n_erji1 li{ margin:0 .875rem 0 0}
.n_erji1 li .btn_xq{width:auto;height:3.125rem;line-height:3.125rem;padding: 0 2.25rem; font-size:.9375rem}
.n_erji1 li .btn_xq .btn_bg{ transform: skewX(0); -webkit-transform: skewX(0); -moz-transform: skewX(0); -ms-transform: skewX(0); -o-transform: skewX(0);}
.n_erji1 li.on .btn_xq{ color:#fff; }
.n_erji1 li.on .btn_xq .btn_bg:before{ border-width: 165px 0 0 165px;}
.n_erji1 li.on .btn_xq .btn_bg:after { border-width: 0 165px 165px 0;}
.n_product_detail .fl01 .content .fl002{ border-top:#e8e8e8 1px solid; margin:3.125rem 0 0; padding:3.125rem 0 0}
.n_product_detail .fl01 .content .fl002 h3{ font-size:1.75rem; color:#333333; margin-bottom:2.5rem}
.n_product_detail .fl01 .content .fl002 .ar_article p{ font-size:.9375rem; color:#717171}
.n_product_detail .fl01 .content .fl003{ border-top:#e8e8e8 1px solid; margin:4rem 0 0; padding:4rem 0 0}
.n_product_detail .fl01 .content .fl003 .title002 p{ font-size:.9375rem; color:#737373; line-height:1.5; margin:1.25rem 0 0}
.n_product_detail .fl01 .content .fl003 .title002 p a{ font-size:1.375rem; color:#3bb59b; font-family:DINOT; }
.n_product_detail .fl01 .content .fl003 .n_liuyan{ width:946px; max-width:100%; margin:0 auto}
.n_product_detail .fl01 .content .fl003 .n_liuyan .messlist, .n_product_detail .fl01 .content .fl003 .n_liuyan .messlist02{ background:#f2f4f7}
.n_product_detail .fl01{ padding-bottom:4rem}
.n_product_detail .fl02{padding: 0 0 6.25rem;}
.n_product_detail .fl02 .title002{ display:flex; justify-content:space-between; align-items:center}
.n_product_detail .fl02 .title002 h4{ justify-content:flex-start}
.list_box_10{ margin:0 -.9375rem}
.list_box_10 li{ padding:0 .9375rem}
.list_box_10 li a{ display:block; border:#dedfe2 2px solid; transition:.5s}
.list_box_10 li a .img{ position:relative; width:100%}
.list_box_10 li a .con{ position:relative; width:100%; background:#f2f4f7; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:2.5rem 1.5rem 3.125rem}
.list_box_10 li a .con h5{ font-size:1.375rem; color:#373737;}
.list_box_10 li a .con p{font-size:.875rem;color:#707070;line-height:1.875rem;margin: .75rem auto 2rem;text-align:center;}
.list_box_10 li a .con .btn_xq .btn_bg { transform: skewX(-10deg); -webkit-transform: skewX(-10deg); -moz-transform: skewX(-10deg); -ms-transform: skewX(-10deg); -o-transform: skewX(-10deg);}
.list_box_10 li a .con .btn_xq .btn_bg i{/* border:#2a829a 2px solid; *//* background:#2a829a */}
.list_box_10 li a .con .btn_xq{/* color:#fff */}
.n_product_detail .fl02 .slick_arrow_right{position: static;float: none;clear: both;margin-left: .5rem;}
.n_product_detail .fl02 .slick_arrow_right .slick-arrow{
    z-index:99;
    float:left;
    margin-right: 8px;
    background: none;
    display:block;
    font-size:0;
    cursor:pointer;
    position: relative;
    width: 6rem;
    line-height:2.8125rem;
    text-align:center;
    height: 2.8125rem;
    margin: 0 0 0 .5rem;
}
.n_product_detail .fl02 .slick_arrow_right .slick-arrow .btn_bg{ border:#d3d5d8 2px solid}
.n_product_detail .fl02 .slick_arrow_right .slick-arrow .btn_bg{ transform: skewX(-10deg); -webkit-transform: skewX(-10deg); -moz-transform: skewX(-10deg); -ms-transform: skewX(-10deg); -o-transform: skewX(-10deg);}
.n_product_detail .fl02 .slick_arrow_right .slick-arrow svg{ width:1rem; vertical-align:middle;}
.n_product_detail .fl02 .slick_arrow_right .slick-prev2{  }
.n_product_detail .fl02 .slick_arrow_right .slick-next2{ }
.n_product_detail .fl02 .slick_arrow_right .slick-arrow:hover .btn_bg{ border: 2px solid #3bb59b;}
.n_product_detail .fl02 .slick_arrow_right .slick-arrow:hover svg{ fill:#fff}
.n_service .fl01{ padding:0 0 5.625rem}
.n_service .fl01 .content{ display:flex; justify-content:space-between; align-self:center;}
.n_service .fl01 .content .left{ width:3.5rem; align-self:center;}
.n_service .fl01 .content .center{ width:calc(100% - 4.0625rem - 3.5rem); align-self:center;}
.n_service .fl01 .content .right{ width:4.0625rem; align-self:center;}
.list_box_11{ margin:0 -1.375rem; display:flex; justify-content:space-between; flex-wrap:wrap;}
.list_box_11 li{ padding:0 1.375rem; width:16.666667%; margin:1.25rem 0}
.list_box_11 li .box{position:relative;padding:1rem;border:#d6d6d6 1px dashed;border-radius:50%;cursor: pointer;}
.list_box_11 li .box .img{ border-radius:50%; width:100%; padding-bottom:100%; position:relative}
.list_box_11 li .box .img .top{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a829a;border-radius:50%;opacity: 1;visibility: visible;transition:.5s;align-items:center;justify-content:center;font-size:1.0625rem;color:#fff;line-height:1.625rem;display: flex;text-align:center;}
.list_box_11 li .box .img img{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%}
.list_box_11 li .box .shuzi{position:absolute;top:0;width:35px;height:35px;background:#3bb59b;border:#fff 2px solid;border-radius:50%;left:50%;transform:translateX(-50%);display: flex;/* align-items: center; */justify-content: center;font-family: BEBASNEUE_BOLD;color: #fff;font-size: 1.125rem;line-height: 33px;opacity: 1;visibility: visible;transition:.5s;}
.list_box_11 li .box .line{position:absolute;top: 50%;left:100%;background:url(../images/line_j.png) center no-repeat;width:2.5rem;height: 16px;transform: translateY(-50%);z-index: 1;}
.list_box_11 li .box .line:before{content:"";position:absolute;border-bottom:#d6d6d6 1px dashed;height:1px;left:0;right:0;top: 50%;z-index: -1;}
.list_box_12{ flex-direction:row-reverse}
.list_box_11 li .box .line1{ background:url(../images/line_j1.png) center no-repeat;}
.list_box_11 li:hover .box .img .top{ opacity:0; visibility:hidden;}
.list_box_11 li:hover .box .shuzi{ opacity:0; visibility:hidden;}
.n_service .fl01 .content.ar_wap{ display:none}

@media only screen and (max-width: 767px) {
    .m{ max-width: 95%;}
    .aboutlist .title{    font-size: 1.8rem;    margin-bottom: 10px;}
    .aboutlist .video{width:100%}
    .iabout{width:100%}
    .iabout .tt{    font-size: 1.6rem;text-align: center;}
    .iabout .tline{display: none}
    .iabout p{    line-height: 24px;font-size: 1rem;}
    .iabout a.more{    width: 120px;height: 40px;line-height: 40px;    margin-top: 10px;}
    .s_hd{    margin-bottom: 1rem;}
    #s_wenhua .left h5{margin-bottom: 0rem;text-align: center;}
    #s_news .s_hd{    margin-bottom: 1rem;}
    .explore-fenix .banner .img{    height: 150px;}
    .explore-fenix .banner .title{    bottom: 30%;}
    .explore-fenix .page-nav{    display: none;}
    .title h2{font-size: 1.5rem;}
    .title h3{font-size: 1.2rem;}
    .w1200{    width: 95%;    height: 50px;}
    .n_nav_box{    height: 50px;line-height: 50px;}
    .position{    height: 50px;line-height: 50px;padding-left: 0px;}
    .htit{    font-size: 1.8rem;    padding-bottom: 20px;}
    .tz-gallery .caption{    padding: 5px;}
    .tz-gallery .caption h3{    font-size: 13px;    line-height: 30px;}
    .about-company-profile .left{width:100%}
    .about-company-profile .left .text{    font-size: 1.1rem;line-height: 25px;    padding: 10px 0 10px 0;}
    .about-company-profile .right{width:100%}
    .about-company-profile .left .title{    margin-top: 10px;}
    .item-pic__box{    width: 100%;float: left;margin:0%;}
    .showproducts_b{    height: 40px;}
    .showproducts_b span{    padding-left: 20px;padding-right: 20px;height: 40px;line-height: 40px;}
     #m_nav li .a h3{    line-height: 3.5rem;height: 3.5rem;}
    .list_box_n_news li a .con{    padding: 0.6rem;}
    .list_box_n_news li a .con p{    margin: 0.5rem 0 0.5rem;    line-height: 20px;height: 40px;}
    .list_box_n_news li a .img .time{    top: 1rem;left: 1rem}
    .onePorfile .t1{ font: 18px / 1.4 "microsoft yahei";color: #000;}
    .about-section1 .content{    width: 95%;}
    .about-section1{    padding: 20px 0 0 0;}
    .form .line1{    width: 100%;}
    .form textarea{    width: 100%;}
    .lianxi_box .tt h3{    font-size: 20px;}
    .lianxi_box{    padding: 15px;margin-top: 0px;}
    .lianxi_box ul li{  font-size: 14px;    line-height: 30px;}
    .lianxi_box ul li i{  font-size: 14px;}
    .lianxi_box ul li b{  font-size: 14px;}
    .lianxi_box ul{    width: 100%;}
    .lianxi_box .ewm{    width: 100%;}

    .product_thumb a img {width: 100%;}
    .ppro{ /*margin-top: 35px;*/z-index: 555;position: relative;display: block}
    .about-left {display: none;}
    .ppro .list{width: 100%;}
    .ppro .list ul li{background-color:#3bb59b;border-bottom: 1px solid #fff;}
    .ppro .list ul li a{padding-left: 15px;color: #fff; font-size:14px; display: block; height:40px;line-height: 40px;position: relative;
    }
    .ppro .list ul li .inactive{ background:url(../images/off.png) no-repeat 95% center;}
    .ppro .list ul li .inactives{background:url(../images/on.png) no-repeat 95% center;}
    .ppro .list ul li ul{display: none;}
    .ppro .list ul li ul li { border-left:0; border-right:0; background-color: #fff; border-bottom: 1px solid #ddd;}
    .ppro .list ul li ul li ul{display: none;}
    .ppro .list ul li ul li a{ color: #000}
    .ppro .list ul li ul li a i{padding-right: 10px;}
    .ppro .list ul li ul li ul li { background-color:#EDEDED; border-color:#fff; }
    .last{ background-color:#d6e6f1; border-color:#6196bb; }
    .ppro .list ul li ul li ul li a{ color:#e62129; padding-left:50px;}
    .about-section{    padding: 20px 0;}
    .about-section .content{    width: 95%;margin: auto;}

}
.product_content {
    text-align: center;
    padding: 10px;
    position: relative;


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product_content {
        padding: 17px 12px 17px 12px;
    }
}
@media only screen and (max-width: 767px) {
    .product_content {
        padding: 10px 5px 10px 5px;
    }
    .dibu{display: none}
}
.product_content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;

    margin: 0;
    overflow: hidden;
    height: 50px;
    display: grid;
    vertical-align: middle;
    text-align: center;

    align-content: space-around;
}
.product_content h4 a:hover {
    color: #cf1433;
}

@media screen and (max-width: 1440px) {
    .title h2{    font-size: 32px;}
    .title h3{    font-size: 20px;}
    .about-company-profile .left .text{    font-size: 14px;line-height: 24px;    padding: 20px 0 20px 0;}
    .about-company-profile .left .title{    margin-top: 20px;}
    .m {max-width: 90%;height: 100%;margin: 0 auto;display: block;position: relative;}
}




@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .m {max-width: 90%;height: 100%;margin: 0 auto;display: block;position: relative;}
}
    #banner li .img{ height:45rem;}
    .pad_top{ padding-top:2.625rem;}
    .pad_bot{ padding-bottom:2.625rem;}
    #s_pro .slick-prev{ left:-3.5rem;}
    #s_pro .slick-next{ right:-3.5rem; }
    #s_wenhua .right li .img{ height: 30rem;}
    #s_wenhua .left{  height:30rem;  }
    #s_news .bd ul li .txt h5 { font-size: 1rem; margin-bottom: 0.35rem;}
    #s_news .bd ul li .txt p { font-size: .7525rem; line-height: 1.2rem;height: 2.5rem;margin-bottom: 0.3rem;}
    .s_hd { margin-bottom: 2rem;}
    #s_news .s_hd { margin-bottom: 1.5rem;}
    .foot_nav dt {margin-bottom: 0.6rem;}
    .foot_tel { font-size: 1.575rem;}
    #top_tel { font-size: 1.1rem;}
}
@media (min-width: 0px) and (max-width: 1024px) {
    .aboutlist { height:auto; overflow:hidden;  background:#fff;  }
    .aboutlist .title{height:30px; line-height:30px; text-align:center; font-size:20px; color:#292929; font-weight:bold; text-transform:uppercase;  background-size:auto 30px;    margin-bottom: 20px;}
    .aboutlist .titlex{line-height:30px; text-align:center; font-size:14px; color:#a1a1a1; margin-bottom:20px;}
    .iabout {height:auto; overflow:hidden; width:100%; float:right;}
    .iabout .tt{line-height:30px; font-size:18px; color:#2a829a; text-transform:uppercase; font-weight:bold;}
    .iabout .tline{width:55px; height:2px; background:#d0d0d0; float:left; margin:10px 0px 10px 0px;}
    .iabout p { line-height:30px; font-size:14px; color:#898989;}
    .iabout a.more{width:140px; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff; display:block; background:#2a829a; float:left; margin-top:10px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;}
    .aboutlist .video{width:100%; height:auto; overflow:hidden; float:left; margin-bottom:20px;}

}


