* {
    margin: 0;
    padding: 0;
    color: #282828;
    font-family: "寰蒋闆呴粦"
}

html,
body {
    position: relative;
    height: 100%;
}
img{
    max-width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
}

img {
    border: none;
}

li {
    list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 0;
}

body {
    /*min-width: 1200px;*/
}

a {
    text-decoration: none !important;
}
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;}
 * {}
a{outline:none; text-decoration:none !important;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}

 /*内边框*/
.borpd{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.toe{
	/*超出省略号*/
	 word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}
.tal{ text-align:left} .tar{ text-align:right;}
/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}
.layui-layer-hui .layui-layer-content{
	color: #fff !important;
}
.lsele{
	box-sizing: border-box;background-color: transparent;outline: 0;
	-webkit-appearance: none;
}
.wow{
  visibility: hidden;
}
#fullBanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


#fullBanner .txt p {
    color: #fff;
}

#fullBanner .txt p.p1 {
    font-size: 48px;
    font-weight: bold;
}

#fullBanner .txt p.p2 {
    font-size: 24px;
    margin-top: 10px;
}

#fullBanner .txt p.btn {
    font-size: 18px;
    background: #00A84D;
    border-radius: 30px;
    padding: 15px 40px;
    margin-top: 60px;
}

#fullBanner video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

#header .container {
    position: relative;
    height: 100%;
}

#header {
    height: 92px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

#header .header {
    position: relative;
    z-index: 9999;
}

#header .submenu {
    position: fixed;
    top: -380px;
    left: 0;
    width: 100%;
    height: 380px;
    background: #fff;
    transition: all linear 100ms;
}

#header.on #logo {
    background: url(../images/logo_active1.png) no-repeat left center !important;
}

#header.on #nav a {
    color: #2f2f2f;

}

#logo {
    display: block;
    width: 172px;
    height: 42px;
    background: url(../images/logo1.png) no-repeat left center;
    margin-top: 25px;
    float: left;
    position: relative;
    z-index: 2;

}

#nav {
    float: right;
}

#nav a {
    color: #fff;

}

#nav > ul > li > a {
    line-height: 92px;
    padding: 0 20px;
    display: block;
}

#nav ul li {
    float: left;
    font-size: 16px;

    position: relative;
}

#nav ul li.on .parent::after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: #00A84D;
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    margin-top: 10px;
}

#nav ul li .sub {
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    line-height: 35px;
    padding-top: 30px;
    display: none;
    top: 0;
}

#nav ul li.hasChild:hover .sub {
    display: block;
    top: 58px;
}


#nav ul li .sub a {
    display: block;
    color: #747474 !important;
    font-size: 14px;
}

#nav ul li .sub a:hover {
    color: #252525 !important;
}

#nav ul li .parent::after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: #00A84D;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
    margin-top: 10px;
}

/* #nav ul li:hover .parent::after {
    transform: scale(1, 1);
    opacity: 1
} */

.menu_list .menu_item:hover .txt:after {
    transform: scale(1, 1);
    opacity: 1;
}

.home_title {
    text-align: center;
    margin-bottom: 50px;
}

.home_title span {
    display: block;
    width: 62px;
    height: 3px;
    background: #094cd0;
    margin: 5px auto;
}

.home_title h2 {
    font-size: 40px;
    color: #282828;
    font-weight: bold;
    margin-bottom: 5px;
}

.home_title .en {
    color: #b3b3b3;
    font-size: 24px;
    text-transform: uppercase;
}

/* about-s */
#about .container .home_title {
    text-align: left;
    margin-bottom: 50px;
    position: relative;
}

#about .container .home_title h2 {
    font-size: 56px;
    /*font-weight: lighter;*/
}

#about .container .home_title .en {
    color: #b3b3b3;
    font-size: 70px;
    text-transform: uppercase;
    position: absolute;
    left: -17px;
    top: -47px;
    z-index: -95;
    line-height: 90px;
    opacity: 0.1;
    font-weight: bold;
}

#about .container .about_txt h3 span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #b3b3b3;
    margin-bottom: 6px;
}

#about .container .about_txt h3 {
    font-size: 22px;
    color: #b3b3b3;
    margin-bottom: 25px;
    text-align: left;
}

#about .container .about_txt p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: left;
}

#about .container .about_txt {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

#about .container .about_txt_img {
    margin-top: -74px;
}

/* #about .container .about_txt_img img{box-shadow: 2px 2px 30px darkgrey;} */
#about .container .about_txt-div {
    width: 1000px;
}

.about_bgimg {
    /* background: url(../images/img_10391.png) no-repeat center; */
	background: #094cd0;
    padding-bottom: 5%;
}

.about_bgimg ul {
    width: 1570px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    align-content: center;
    flex-wrap: wrap;
}

.about_bgimg ul li i {
    width: 1px;
    display: block;
    height: 36px;
    background: white;
    float: right;
    margin-top: -49px;
}

.aaaa {
    font-size: 10px;
    padding-right: 3px;
}

.AAA {
    font-size: 14px;
}

/* about-end */

#about {
    margin-top: 90px;
}

#about .about_txt {
    text-align: center;
}

#about .about_txt h3 {
    font-size: 24px;
    color: #282828;
    margin-bottom: 25px;
}

#about .about_txt p {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 28px;
    margin-bottom: 24px;
}

.about_number {
    padding-top: 5%;
}

.about_number ul li {
    width: 19.666666%;
    text-align: center;
}

.about_number ul li .num {
    font-size: 52px;
    color: white;
}

.about_number {
    min-height: 0;
    overflow: hidden;
}

.about_number ul li p {
    font-size: 16px;
    margin-top: -5px;
    color: white;
}

#about .go {
    display: block;
    width: 207px;
    height: 40px;

    background: url(../images/jiantou.jpg) no-repeat center center;

    transition: all linear 200ms;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px
}

#about .go:hover {
    background-position: 85px center;
}

#weCan {
    padding: 5% 0;
    background: #f6f6f6;
}

#weCan .home_title {
    /*padding-top: 90px;*/
}

#weCan h3 {
    font-size: 24px;
    text-align: center;
}

#weCan ul li {
    margin-top: 30px;
    width: 24%;
    height: 550px;
    background: #fff;
    text-align: center;
    margin-right: 1.333333%;
    cursor: pointer;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    position: relative;
}

#weCan ul li:hover {
    box-shadow: 0 0 15px #ddd;
    /* transform: scale(1.05,1.05) */
}

#weCan ul li:hover h4 {
    color: #00A84D;
}

#weCan ul li .icon {
    padding-top: 40px;
}

#weCan ul li h4 {
    height: 60px;
    border-bottom: 1px solid #a1a1a1;
    font-size: 30px;
    display: inline-block;
    margin-top: 40px;
    width: 200px;
    text-align: center;
    position: relative;
    margin-bottom: 28px;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
}

#weCan ul li h4 span {
    position: absolute;
    height: 1px;
    width: 45px;
    background: #00A84D;
    bottom: -1px;
    left: 0;
}

#weCan ul li p {
    font-size: 18px;
    color: #a1a1a1;
    text-align: left;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
    text-indent: 25px;
    background: url(../images/dot.jpg) no-repeat 6px 6px;
}

#weCan ul li:last-child {
    margin-right: 0;
}

#weCan ul {
    /* min-height: 0;
    overflow: hidden; */
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#case {
   padding: 5% 0;
}

#case h4 {
    text-align: center;
    font-size: 24px;
}

#case .msg {
    padding: 20px 15px;
    line-height: 25px;
    height: 100px;
}

#case .msg b {
    font-weight: normal;
}

#case .msg b.b1 {
    font-size: 18px;
	display: block;
}

#case .msg b.b2 {
    width: 30%;
    float: right;
    font-size: 14px;
    color: #a1a1a1;
    text-align: right;
}

#case ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

#case ul li {
    width: 24%;
    margin-right: 1.333333%;
}

#case ul li .img {
    position: relative;
    cursor: pointer;
}

#case ul li .box {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transform: scale(0);
    transition: all 0.5s;
}

#case ul li:hover .box {
    transform: scale(1);
}

#case ul li img {
    width: 100%;
    height: 238px
}

#case ul li:nth-child(4n) {
    margin-right: 0;
}

#case ul li p {
    color: #fff
}

#case ul li .p1 {
    font-size: 26px;
}
#case ul li .pimg{
	width: 30px;height: 30px;margin-bottom: 10px;
}
#case ul li .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
}

#case ul li .p2 {
    font-size: 20px;
    margin-top: 5%;
}

#case .go {
    display: block;
    width: 220px;
    height: 40px;
    border: 1px solid #dadada;
    text-align: center;
    margin: auto;
    color: #c4c4c4;
    line-height: 40px;
    font-size: 20px;
    position: relative;
    transition: all linear 200ms;
}

#case .go:hover {
    background: #00A84D;
    color: #fff;
    border: 1px solid #00A84D;
}


#case .go span {
    display: block;
    width: 40px;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 25px;
    top: 19.5px;
}

#case .go:hover span {
    background: #fff;
}

#case .go span.span2 {
    right: 25px;
    left: inherit;
}

#partner {
    background: #f6f6f6;
    padding: 70px 0;
}

#partner h4 {
    text-align: center;
    font-size: 24px;
}

#partner ul {
    margin-top: 50px;
}

#partner ul li {
    width: 20%;
    float: left;
    background: #f6f6f6;
    transition: all linear 300ms;
    cursor: pointer;
    margin-right: -1px;
    padding: 5px;

}

#partner ul li .img {
    background-color: #fff;
}

#partner ul li img {
    width: 100%;
    /* -webkit-filter: grayscale(1); */
    /* filter: gray; */
    transition: all linear 300ms;
    margin-bottom: -1px;
}

#partner ul li:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    filter: none;
    -webkit-filter: none;
}

#solution {
    background: #2a415f;
    padding: 85px 0;
}

#solution .home_title h2 {
    color: #fff;
}

#solution .home_title .en {
    color: white;
}

#solution h4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

#solution .container {
    margin-top: 60px;
}

#solution .solution_menu {
    float: left;
    font-size: 16px;
    color: #ffffff;
}

#solution .solution_menu ul li {
    color: #fff;
    height: 38px;
    margin-bottom: 25px;
    padding-left: 18px;
    cursor: pointer;
    /* transition: all linear 200ms; */
}

#solution .solution_menu ul li.on {
    border-left: 2px solid #00A84D;
    background: url(../images/jt-01.png) no-repeat 18px 20px;
}


.solution_list ul li .box {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transform: scale(0);
    transition: all 0.5s;
}

.solution_list ul {
    min-height: 0;
    overflow: hidden;
    display: none;
}

.solution_list ul.on {
    display: block;
}

.solution_list ul li:hover .box {
    transform: scale(1);
}

.solution_list ul li p {
    color: #fff
}

.solution_list ul li .p1 {
    font-size: 26px;
}

.solution_list ul li .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
}

.solution_list {
    width: 88%;
    float: right
}

.solution_list .title {
    margin-bottom: 40px;
}

.solution_list .title p {
    color: #fff;
}

.solution_list ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    cursor: pointer;
}

.solution_list ul li img {
    width: 100%;
}

.solution_list ul li:nth-of-type(3) {
    margin-right: 0;
}

.solution_list .title .p1 {
    font-size: 30px;
    margin-bottom: 2px;
}

.solution_list .title .p2 {
    font-size: 18px;
}

#news {
    min-height: 0;
    overflow: hidden;
    padding: 95px 0;
}

#news .news_tabs {
    /* width: 65%; */
    float: left;
}

#news .news_tabs .tabs_bd ul {
    display: none;
}
#news .news_tabs .tabs_bd ul:first-child {
    display: block;
}
#news .news_tabs .tabs_bd{
	display: none;
}
#news .news_tabs .tabs_bd:first-child{
    display: block;
}
.news_tabs .tabs_hd {
    margin-bottom: 35px;
    min-height: 0;
    overflow: hidden;
}

.news_tabs .tabs_hd span {
    display: block;
    float: left;
    font-size: 18px;
    color: #3a3a3b;
    padding: 9px 16px;
    margin-right: 23px;
    /* transition: all linear 200ms;
    -webkit-transition: all linear 200ms; */
    cursor: pointer;
    transition: all linear 200ms;
}
.news_tabs .tabs_hd span a:hover {
	/* color: #fff; */font-weight: bold;
	color: ##3a3a3b;;
}
.news_tabs .tabs_hd span.on {
    background: #094cd0;
    color: #fff;
    border-radius: 3px;
}

.tabs_bd ul li.first {
    float: left;
}

.tabs_bd ul li.first .img {
    overflow: hidden;
}

.tabs_bd ul li.first:hover img {
    transform: scale(1.1, 1.1);
}

.tabs_bd ul li {
    border-bottom: 1px solid #e0e0e0;
    width: 540px;
    margin-right: 85px;
    cursor: pointer;
}

.tabs_bd ul li h2 {
    font-size: 18px;
    color: #2e2e2e;
    margin-bottom: 10px;
    background: url(../images/dot.jpg) no-repeat 0 5px;
    padding-left: 15px;

}

.tabs_bd ul li:hover h2 b {
    color: #00A84D !important;
}

.tabs_bd ul li .txt {
    padding: 25px 0 24px 0;
}

.tabs_bd ul li p {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 24px;
    padding-left: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tabs_bd ul li .txt b {
    font-weight: normal;
    transition: all linear 200ms;
}

.tabs_bd ul li img {
    width: 100%;
    transition: all linear 200ms;
    overflow: hidden;
    height: 325px;
}

.tabs_bd ul li .txt span {
    float: right;
    color: #a1a1a1;
}

.list_no_img {
    float: left
}

.tabs_bd ul .list_no_img li:first-of-type .txt {
    padding-top: 0;
}

/* 
.news_tabs .tabs_hd span:hover{
    background: #00A84D;
    color: #fff;
    border-radius: 5px;
} */

.news_right {
    width: 320px;
    float: right;
    margin-top: 75px;
}

.news_right .home_title {
    text-align: left;
}

.news_right .home_title span {
    margin: 5px 0;
}

.news_right .tel {
    width: 100%;
    height: 85px;
    background-color: #094cd0;
    font-size: 20px;
    line-height: 85px;
    text-align: center;
    color: #fff;
    background-image: url(../images/qm43.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.news_right h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.news_right p {
    font-size: 15px;
    color: #a1a1a1;
    line-height: 23px;
    margin-bottom: 35px;
}

.news_right .tel b {
    font-weight: normal;
    padding-left: 40px;
    color: #fff;
}

.believe .bg {
    height: 475px;
    background: #006ef7;
}

.believe .home_title {
    padding-top: 90px;
}

.believe .home_title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.believe .home_title .en {
    color: #fff;
    font-size: 33px;
    padding-top: 3px;
}

.believe .home_title span {
    margin-top: 20px;
}

.believe .home_title p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-top: 18px;
}

.believe {
    margin-bottom: -85px;
}

.believe ul {
    min-height: 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    top: -145px;
    box-shadow: 0 0 15px #ccc;
}

.believe ul li {
    width: 33.3333%;
    float: left;

}

.believe ul li .margin {
    margin: 55px 0 55px 65px;
    border-right: 2px solid #e9e9e9;
    padding-right: 65px;
}

.believe ul li h3 {
    font-size: 33px;
    color: #2d2d2d;
}

.believe ul li span {
    height: 1px;
    width: 35px;
    background: #00A84D;
    display: block;
    margin-top: 8px;
}

.believe ul li .p1 {
    font-size: 18px;
    color: #2d2d2d;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.believe ul li .p2 {
    color: #a1a1a1;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.believe ul li:last-child .margin {
    border: none;
}

#footer {
    background: #242424;
}

#footer .footer_top {
    height: 120px;
    line-height: 120px;
    background: #3c3c3c;
}
#footer .footer_top ul{
    display: flex;
    flex-wrap: wrap;
}
#footer .footer_top ul li {
    width: 20%;
    color: #fff;
    font-size: 17px;
    text-align: center;
}

#footer .footer_top ul li span {
    margin-right: 6px;
}


.footer_nav {
    color: #fff;
    padding-bottom: 50px;
}

.footer_nav .container:before, .footer_nav .container:after {
    display: none;
}

.footer_nav ul {
    min-height: 0;
    overflow: hidden;
}

.footer_nav p {
    color: #818080;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer_nav h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer_nav ul{
    float: left;
}
.footer_nav .weixa{
    float: left;margin-left: 80px;width: 160px;
    margin-top: 100px;text-align: center;
    margin-right: 5%;
}
.footer_nav .weixa h6{
    font-size: 14px;
   color: #818080;padding: 8px 0;
}

.footer_nav ul li {
    float: left;
    margin-right: 40px;
    padding-top: 75px;
}

.footer_msg {
    width: 530px;
    float: right;
    padding-left: 130px;
    background: url(../images/index_23.jpg) no-repeat 0 70px;
}

.links {
    color: #818080;
    font-size: 14px;
    border-top: 1px solid #323232;
    padding: 40px 0 25px 0;
}

.links span {
    color: #fff;
    margin-right: -10px;
    float: left;
    margin-top: -5px;
}

.links a {
    color: #818080;
    padding: 0 10px;
    border-right: 1px solid #818080;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
    float: left;
    height: 13px;
    line-height: 13px;
}

.copyright {
    padding: 23px 0;
    border-top: 1px solid #323232;
}

.copyright .container {
    color: #818080;
}

.footer_msg {
    padding-top: 95px;
}

.footer_msg .logo {
    margin-bottom: 17px;
}


.footer_msg p span {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: left;
    margin: 0 5px;
}

.footer_msg p:first-of-type span {
    background: url(../images/icon.jpg) no-repeat;
}

.footer_msg p:nth-of-type(2) span {
    background: url(../images/icon.jpg) no-repeat;
    background-position: 0 -40px;
}

.footer_msg p:nth-of-type(3) span {
    background: url(../images/icon.jpg) no-repeat;
    background-position: 0 -75px;
}

.footer_msg p:nth-of-type(4) span {
    background: url(../images/icon.jpg) no-repeat;
    background-position: 0 -110px;
}

.footer_msg p:nth-of-type(5) span {
    background: url(../images/icon.jpg) no-repeat;
    background-position: 0 -148px;
}


#footer a:hover {
    transition: all linear 200ms;
    color: #fff;
}

#rightBar {
    position: fixed;
    top: 50%;
    margin-top: -190px;
    right: -75px;
    z-index: 999;
}

#rightBar ul li .icon {
    width: 75px;
    height: 75px;
    background: #006ef7;
    border-bottom: 1px solid #7fb5fb;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: right;
    position: relative;
    z-index: 1;
}

#rightBar ul li {
    height: 75px;
    position: relative;
    cursor: pointer;
}

#rightBar ul li .icon img {
    padding-top: 8px;
}

#rightBar ul li .icon p {
    color: #fff;
    line-height: 25px;
}


#rightBar ul li .txt {
    position: absolute;
    right: -200px;
    width: 200px;
    text-align: center;
    background: #006ef7;
    height: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 18px;
    transition: all linear 200ms;
}

#rightBar ul li:hover .txt {
    right: 75px;
}


/*鏂伴椈鍒楄〃 S*/
.page_header {
    height: 400px;
    width: 100%;
    background-color: #4f4d4b;
    position: relative;
    text-align: center;
    margin-top: 92px;
}

.page_header p {
    font-size: 38px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
}

.top_nav {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
}

.top_nav .top_nav_contain {
    color: #4b4b4b;
}

.top_nav .nav_shouye {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

#newsList .top_fangkuai_box {
    width: 100%;
    height: 100px;
    padding-top: 56px;
    margin-bottom: 20px;
}


#newsList .top_fangkuai_box li {
    width: 111px;
    height: 40px;
    border: 1px solid #aaa;
    float: left;
    margin-right: 27px;
    line-height: 40px;
    text-align: center;
    color: #4b4b4b;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

#newsList .top_fangkuai_box li.on {
    border: 1px solid #00A84D;
    color: #fff;
    background: #00A84D;
}

#newsList .top_fangkuai_box li:hover {
    border: 1px solid #00A84D;
    color: #00A84D;
}

#newsList .left_contain_list {
    min-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 50px;
    cursor: pointer;
}

#newsList .left_contain_list:hover .middle_title {
    color: #00A84D
}

#newsList .left_contain_list img {
    transition: all linear 200ms;
}

#newsList .left_contain_list:hover .right_box img {
    transform: scale(1.1, 1.1);
}

#newsList .left_box {
    width: 134px;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    float: left;
}

#newsList .riqi {
    font-size: 26px;
    color: #00A84D;
    margin-bottom: 53px;
}

#newsList .jiantou {
    width: 26px;
    height: 18px;
    margin-bottom: 73px;
    margin-left: 15px;
}

#newsList .tag {
    color: #a0a0a0;
    font-size: 14px;
    width: 400px;
}

#newsList .middle_box {
    width: 65%;
    height: 100%;
    padding-top: 55px;
    box-sizing: border-box;
    float: left;
}

#newsList .middle_title {
    color: #303030;
    font-size: 18px;
    margin-bottom: 18px;
    transition: all linear 200ms;
}

#newsList .middle_duanluo {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #8e8e8e;
    line-height: 25px;
}

#newsList .right_box {
    width: 263px;
    height: 100%;
    padding-top: 46px;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
}

#newsList .right_img {
    width: 100%;
    height: 186px;
}


/*鏂伴椈椤靛彸渚у鑸 */
.right_contain_list {
    float: right;
}

.right_contain_list .jianse_box {
    width: 137px;
    padding-bottom: 6px;
    border: 1px solid #bfbfbf;
    margin-bottom: 19px;
}

.right_contain_list .jianse_box:hover {
    background-color: #fe8300;
    border: 1px solid #fe8300;
}

.right_contain_list .jianse_box span {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: auto;
    margin-top: 15px;
}


.right_contain_list .jianse_box:hover p {
    color: #fff;
}

.right_contain_list .jianse_box:hover img {
    margin-top: -60px;
}

.right_contain_list .jianse_box.on {
    background-color: #fe8300;
    border: 1px solid #fe8300;
}

.right_contain_list .jianse_box.on img {
    margin-top: -60px;
}

#newsList a {
    text-decoration: none;
}

.right_contain_list .jianse_box p {
    font-size: 14px;
    font-weight: 700;
    color: #3c3c3c;
    text-align: center;
    margin-top: 10px;
}

.right_contain_list .jianse_box.on p {
    color: #fff !important;
}


.pages {
    width: 100%;
    margin-top: 110px;
    
}

.pages .pages_box {
    text-align: center;
    margin: 0 auto;padding-bottom: 70px;
}

.pages .pages_ul {
    text-align: center;
}

.pages .pages_ul .page_list a {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    min-width: 31px;
    height: 34px;
    margin-right: 10px;
    line-height: 34px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.pages .pages_ul .page_list a.on {
    background-color: #00A84D;
    color: #fff !important;
}

.pages .pages_ul .page_list a:hover {
    background-color: #00A84D;
    color: #fff !important;
}

/*鏂伴椈鍒楄〃 E*/


/*妗堜緥璇︽儏椤礢*/
#case_detail .detail_header {
    background: #f5f5f5;
    /*height: 545px;*/
}

#case_detail .detail_header .container {
    /*height: 415px;*/
    padding: 50px 0;
}

#case_detail .detail_header ul {
    width: 100%;
    height: 100%;
    background: #fff;
    
}

#case_detail .detail_header ul li {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

#case_detail .detail_header ul li:first-child {
    /*background: #e9fbff;*/
}

#case_detail .detail_header ul li .padding {
    padding:  55px;overflow: hidden;
}

#case_detail .detail_header ul li .logo {
    float: left;
    margin-right: 65px;
    width: 218px;
}
#case_detail .detail_header ul li .txt{
    float: right;width: calc(100% - 285px);
}
#case_detail .detail_header ul li .logo img {
    width: 100%;
}

#case_detail .detail_header ul li h2 {
    color: #000000;
    font-size: 24px;
    margin-top: 0;
    font-weight: bold;
}

#case_detail .detail_header ul li span {
    display: inline-block;
    height: 2px;
    width: 20px;
    background: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

#case_detail .detail_header ul li p {
    color: #747474;
    font-size: 18px;
    line-height: 24px;
}
#case_detail .detail_header ul li p br{
    display: block;
}
#case_detail .detail_header ul li .time {
    font-size: 60px;
    color: #747474;
    margin-bottom: 25px;
    padding-left: 50px;
}

#case_detail .detail_header ul li .view {
    font-size: 18px;
    color: #353535;
    padding-left: 50px;
}

#case_detail .detail_header ul li .view img {
    margin-right: 16px;
}

#case_detail .detail_header ul li .site {
    position: absolute;
    right: 25px;
    color: #f5f5f5;
    font-size: 128px;
    top: -50px;
    font-weight: bold;
}

#case_detail .detail_con {
    text-align: center;
    padding-top: 53px;
    padding-bottom: 30px;
}

#case_detail .detail_con h2 {
    font-size: 48px;
    margin-bottom: 70px;
}

#case_detail .detail_con p {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 25px;
    text-align:justify;
}

#case_detail .detail_con img {
    margin: 20px auto;display: block;
    max-width: 100%;
}


.related {
    margin-bottom: 170px;
}

.related .title {
    text-align: center;
    font-size: 36px;
    color: #2a2a2a;
    padding-top: 85px;
    border-top: 1px dashed #eee;
    margin-bottom: 35px;
}

.related p {
    color: #989898;
    font-size: 14px;
    line-height: 1.6;
    height: 1.6em;
    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.related ul li {
    width: 23.5%;
    float: left;
	margin-right: 2%;
    cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.related ul li:nth-child(4n){
	margin-right: 0;
} 
.related ul {
    overflow: hidden;
}

.related ul li {
    margin-bottom: 43px;
}

.related ul li .img {
    margin-bottom: 25px;
    overflow: hidden;
}
.related ul li .img  a{
    display: block;
    height: 230px;
}
.related ul li img {
    width: 100%;
    transition: all linear 200ms;
}

.related ul li:hover img {
    transform: scale(1.1, 1.1);
}

.related ul li:hover h2 {
    color: #00A84D;
}

.related ul li h2 {
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 10px;
    transition: all linear 200ms;
    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.related ul li .tag {
    color: #9c989a;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    border-left: 3px solid #00A84D;
    margin-top: 15px;
    padding-left: 10px;
}

.related ul li .tag a {
    margin-right: 23px;
}

#solution_detail {
    padding-bottom: 25px;
}

#solution_detail .solution_hd {
    height: 113px;
    margin: 60px 0;
}

#solution_detail .solution_hd ul li {
    width: 33.33333%;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 18px;
}

#solution_detail .solution_hd ul {
    height: 100%;
}

#solution_detail .solution_hd ul li span {
    width: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 25px;
    margin-right: 3px;
}

#solution_detail .solution_hd ul li > div {
    border: 1px solid #ddd;
    height: 100%;
    border-right: none;
    margin-right: -1px;
    cursor: pointer;
}

#solution_detail .solution_hd ul li:last-child > div {
    border-right: 1px solid #ddd;
}

#solution_detail .solution_hd ul li b {
    font-weight: normal;
}

#solution_detail .solution_hd ul li.on > div {
    border: 1px solid #fe8300;
    position: relative;
    z-index: 2;
}

#solution_detail .solution_hd ul li.on img {
    margin-top: -60px;
}

#solution_detail .solution_hd ul li.on b {
    color: #fe8300;
}

#solution_detail .solution_hd ul li:hover > div {
    border: 1px solid #fe8300;
    position: relative;
    z-index: 2;
}

#solution_detail .solution_hd ul li:hover img {
    margin-top: -60px;
}

#solution_detail .solution_hd ul li:hover b {
    color: #fe8300;
}

.solution_bd ul li .title {
    height: 60px;
    background: #f6f6f6;
    font-size: 18px;
    color: #0056ca;
    line-height: 60px;
    margin-bottom: 40px;
}

.solution_bd ul li .title span {
    display: block;
    float: left;
    width: 5px;
    height: 15px;
    background: #fe8300;
    margin-left: 15px;
    margin-top: 22px;
    margin-right: 8px;
}

.solution_bd ul li p {
    margin-bottom: 32px;
    color: #767676;
    font-size: 16px;
    line-height: 30px;
}

#solution_list {
    margin-bottom: 130px;
}

#solution_list .solution_header {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 75px;
}

#solution_list .solution_header h2 {
    font-size: 36px;
    color: #292929;
    font-weight: bold;
    margin-bottom: 35px;
}

#solution_list .solution_header p {
    font-size: 16px;
    color: #292929;
    line-height: 30px;
}

#solution_list ul li {
    width: 33.33333%;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

#solution_list ul li img {
    width: 100%;
}

#solution_list ul li .img {
    position: relative;
}

#solution_list ul li .txt {
    padding: 35px;
    border: 1px solid #eee;
    border-top: none;
    border-right: none;
    background: url(../images/jt.png) no-repeat 35px 190px;
    background-size: 30px;
    padding-bottom: 90px;
    position: relative;
}

#solution_list ul li:nth-child(3n) .txt {
    border-right: 1px solid #eee;
}

#solution_list ul li .txt p {
    color: #999999;
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all linear 300ms;
}

#solution_list ul li .txt h3 {
    font-size: 20px;
    color: #292929;
    font-weight: bold;
    margin-bottom: 24px;
    height: 22px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all linear 300ms;
}

#solution_list ul li .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    transition: all linear 300ms;
}

#solution_list ul li .bg1 {
    top: -300px;
}

#solution_list ul li .bg2 {
    background: #00A84D;
    bottom: -300px;
}

#solution_list ul li:hover .bg1 {
    top: 0;
}

#solution_list ul li:hover .bg2 {
    bottom: 0;
}

#solution_list ul li:hover .txt {
    border: 1px solid #00A84D;
    border-top: 0;
}

#solution_list ul li:hover h3 {
    color: #fff;
}

#solution_list ul li:hover p {
    color: #fff;
}

#solution_list ul li:hover .txt {
    background: url(../images/jt-active.png) no-repeat 35px 190px;
    background-size: 30px;
}

#solution_list ul li:hover .bg2 {
    z-index: -1;
}

#newsList .left_contain_list_2 .middle_title {
    margin-bottom: 15px;
    margin-top: 2px;
}

#newsList .left_box .date {
    width: 95px;
    height: 95px;
    text-align: center;
    border: 1px solid #00A84D;
    transition: all linear 200ms;
}

#newsList .left_box .date p {
    color: #383838;
    margin-bottom: 0;
}

#newsList .left_box .date p.p1 {
    font-size: 36px;
    padding-top: 5px;
    color: #00A84D;
}

#newsList .left_box .date span {
    display: block;
    width: 18px;
    height: 2px;
    background: #00A84D;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

#newsList .left_box .date p.p2 {
    font-size: 16px;
}

#newsList .left_contain_list_2 .middle_box {
    width: auto;
    float: inherit;
}

#newsList .left_contain_list_2 .middle_duanluo {
    -webkit-line-clamp: 2;

    width: inherit;
    height: 50px;
}

#newsList .left_contain_list_2 {
    padding-bottom: 40px;
}

#newsList .left_contain_list_2:hover .date {
    background: #00A84D;
}

#newsList .left_contain_list_2:hover .date p {
    color: #fff;
}

#newsList .left_contain_list_2:hover .date span {
    background: #fff;
}


#newsList .left_contain_list_3 .left_box {
    padding-top: 0;
    width: 203px;
    margin-right: 50px;
}

#newsList .left_contain_list_3 .middle_box {
    padding-top: 0;
}

#newsList .left_contain_list_3 {
    padding-bottom: 0;
    padding: 25px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
    transition: all linear 200ms;
}

#newsList .left_contain_list_3 .middle_title {
    font-size: 22px;
    margin-top: 16px;
    width: 100%;
    height: 31px;
    line-height: 31px;
}

#newsList .left_contain_list_3 .middle_title b {
    float: left;
    font-weight: normal;
    transition: all linear 200ms;
}

#newsList .left_contain_list_3 .middle_title div {
    float: left;
    color: #9a9a9a;
    font-size: 14px;
}

#newsList .left_contain_list_3 .middle_title .pl {
    background: url(../images/pl.jpg) no-repeat;
    margin-left: 20px;
    text-indent: 20px;
    background-position: 0 center;
}

#newsList .left_contain_list_3 .middle_title .time {
    float: right
}

#newsList .left_contain_list_3:hover {
    border: 1px solid #00A84D;
}

#newsList .left_contain_list_3:hover img {
    transform: scale(1.1, 1.1);
}

#newsList .left_contain_list_3 .left_box {
    overflow: hidden;
}

#newsList .left_contain_list_3 .left_box img {
    transition: all linear 200ms;
}

#newsList .left_contain_list_3:hover b {
    color: #00A84D;
}

#newsList .left_contain_list_3:last-of-type {
    margin-bottom: 0;
}


.news_container {
    text-align: center;
}

.news_container h1 {
    color: #383838;
    font-size: 36px;
    padding-bottom: 22px;
    margin-bottom: 23px;
    border-bottom: 1px dashed #ddd;
}

.news_msg {
    margin-bottom: 50px;
}

.news_msg b {
    font-weight: normal;
    color: #7d7d7d;
    margin-right: 35px;
}

.news_msg .share {
    display: inline-block;
    color: #7d7d7d;
}

.news_msg .share a {
    display: inline-block;
    width: 22px;
    height: 23px;
    overflow: hidden;
    background: url(../images/share.jpg) no-repeat;
    position: relative;
    top: 7px;
}

.news_msg .share .twitter {
    background-position: -27px 0;
}

.news_msg .share .g {
    background-position: -50px 0;
}

.news_msg .share .weibo {
    background-position: -75px 0;
    width: 25px;
}

.news_msg .share .wechat {
    background-position: -105px 0;
    width: 28px;
}

.news_container .news_con {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    text-align:justify;
}

.news_container .news_con p {
    margin-bottom: 25px;
}
.news_container .news_con p img{
    margin: 0 auto;display: block;
}

.news_con_foot {
    width: 100%;
    min-height: 0;
    overflow: hidden;
    padding-top: 70px;
    border-top: 1px dashed #ddd;
    margin-top: 70px;
}

.news_con_foot .foot_left {
    float: left;
    text-align: left
}

.news_con_foot .foot_left p:hover a {
    color: #00A84D;
    cursor: pointer;
}

.news_con_foot .foot_right {
    float: right;
    display: inline-block;
    padding: 12px 15px;
    background: #00A84D;
    color: #fff;
    margin-top: 2px;
    cursor: pointer;
}
.news_con_foot .foot_right a{
    display: block;
}
.news_con_foot .foot_right:hover {
    background: #00A84D;
}

.news_footer {
    text-align: left !important;
    background: #f8f8f8;
    padding: 50px 32px 50px 32px;
    margin-top: 40px;
    min-height: 0;
    overflow: hidden;
    margin-bottom: 130px;
}

.news_footer ul li {
    width: 50%;
    float: left;
    border-right: 1px solid #eee;
    font-size: 14px;
    color: #777777;
    padding-right: 3.5%;
}

.news_footer ul li .title {
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 25px;
}

.news_footer ul li .title span {
    display: block;
    float: left;
    width: 6px;
    height: 22px;
    background: #00A84D;
    margin-top: 7px;
    margin-right: 10px;
}

.news_footer ul li p {
    color: #777777;
    margin-bottom: 20px;
    background: url(../images/dot.png) no-repeat 0 5px;
    text-indent: 15px;
}
.news_footer ul li p:nth-child(n+7){
    display: none ;
}
.news_footer ul li b {
    font-weight: normal;
    float: right;
    color: #777777;
}

.news_footer ul li p:hover {
    color: #00A84D;
    cursor: pointer;
}


.news_footer ul li p:last-of-type {
    margin-bottom: 0;
}

.news_footer ul li:last-child {
    border: none;
    padding-right: 0;
    padding-left: 3.5%;
}


.case_menu {
    height: auto;
    background: #f5f5f5;
    margin-bottom: 55px;
}

.case_menu ul {
    float: left;width: calc(100% - 340px);
}
.case_menu ul{
    margin-top: 30px;
    margin-bottom: 30px;
}
.case_menu ul li {
    min-width: 120px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
}

.case_menu ul li a{
    display: block;
    border: 1px solid #ccc;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 3px;
}
.case_menu ul li.on a{
    border-color: #00A84D;
    color: #fff;
    background: #00A84D;
}
.case_menu ul li p {
    font-size: 16px;
}

.case_menu ul li span {
    filter: grayscale(1);
}

.case_menu ul li.on span {
    filter: grayscale(0);
}

.case_menu ul li.on p {
    color: #00A84D;
}

.case_menu ul li:hover span {
    filter: grayscale(0);
}

.case_menu ul li:hover p {
    color: #00A84D;
}

.case_menu .case_search {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    border-radius: 5px;
    margin-top:25px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.case_menu .case_search .search {
    border: none;
    width: 260px;
    height: 40px;
   margin: 1px;
    text-indent: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.case_menu .case_search .submit {
    position: absolute;
    right: 12px;
    top: 7px;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    background: url(../images/search.png);
}


#case_container img {
    width: 100%;
}

#case_container {
    margin-bottom: 0;
}


#case_container ul li .img {
    position: relative;
}

#case_container ul li:nth-child(3n) {
    margin-right: 0;;
}

#case_container ul li .link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

#case_container ul li .link span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    border: 1px dashed #ddd;
    border-radius: 50%;
    background: url(../images/link.png) no-repeat center center;
}

#case_container ul li:hover .link {
    display: block;
}


.about_menu {
    height: 75px;
    line-height: 62px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-top: 10px;
}

.about_menu ul li {
    display: inline-block;
    font-size: 18px;
    color: #363636;
    margin: 0 48px;
    cursor: pointer;
}

.about_menu ul li:hover {
    color: #00A84D;
}

.about_menu ul li.on {
    color: #00A84D;
    border-bottom: 2px solid #00A84D;
}

.join_txt p {
    margin-bottom: 0;
}

.join_us {
    padding: 60px 0;
}

.join_us .join_txt ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.join_us .join_txt ul li h2 {
    color: #00A84D;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
}

.join_us .join_txt ul li p {
    font-size: 14px;
    color: #363636;
}

.join_us .join_txt ul li:last-child {
    border: none;
    padding: 25px 0;
}

.join_us .join_txt ul li h3 {
    color: #363636;
    font-size: 18px;
    margin-bottom: 13px;
}

.join_us .join_txt ul li:last-child p {
    margin-bottom: 10px;
}

.join_us .join_txt ul li:last-child p b {
    font-weight: bold;
    font-size: 18px;
    color: #00A84D;
}

.join_list {
    margin-top: 25px;
}

.join_list .title {
    font-weight: bold;
    font-size: 18px;
    color: #00A84D;
    margin-bottom: 18px;
}

.join_list ul li {
    border: 1px solid #ddd;
    min-height: 0;
    overflow: hidden;
    border-bottom: none;
}

.join_list ul li:last-child {
    border-bottom: 1px solid #ddd;
}

.join_list ul li .join_head {
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.join_list ul li .join_body {
    margin: 0 30px;
    background: #f5f5f5;
    margin-bottom: 40px;
    padding: 40px 50px;
    display: none;
}

.join_list ul li .join_head span {
    display: block;
    float: left;
    font-size: 14px;
    color: #353535;
}

.join_list ul li .join_head span.span1 {
    width: 4px;
    height: 10px;
    background: #00A84D;
    margin-left: 30px;
    margin-right: 12px;
    margin-top: 25px;
}

.join_list ul li .join_head span.span3 {
    float: right;
    font-weight: bold;
    margin-right: 25px;
    font-size: 23px;
}

.join_list ul li .join_head span.span4 {
    float: right;
    font-weight: bold;
    margin-right: 30px;
    font-size: 23px;
    display: none;
}

.join_list ul li.on .join_head span.span4 {
    display: block;
}

.join_list ul li.on .join_head span.span3 {
    display: none;
}


/* .join_list ul li.on .join_body{
    display: block;
} */


.join_txt_top {
    width: 80%;
    min-height: 0;
    overflow: hidden;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
}

.join_txt_top span {
    display: block;
    width: 25%;
    float: left;
    margin-bottom: 12px;
}

.join_txt_body h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
}

.join_txt_body p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 26px;
}

.body_box {
    margin-bottom: 33px;
}

.toudi a {
    display: inline-block;
    width: 110px;
    line-height: 40px;
    color: #fff;
    background: #00A84D;
    font-size: 14px;
    text-align: center;
}

.toudi b {
    font-weight: normal;
    color: #979797;

}


#contact {
    margin: 0 auto
}

#contact .talk h2 {
    font-size: 30px;
    color: #373737;
    text-align: center;
    margin-bottom: 70px;
}

.talk ul li {
    width: 31%;
    float: left;
    height: 290px;
    text-align: center;
    border-radius: 8px;
    margin-right: 3.5%
}

.talk ul li:nth-child(1) {
    background: #009ce3;
}

.talk ul li p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.talk ul li .icon {
    margin-top: 45px;
    margin-bottom: 20px;
}

.talk ul li p {
    line-height: 30px
}

.talk ul li:nth-child(2) {
    background: #fe8300
}

.talk ul li:nth-child(3) {
    background: #9cbd00;
    margin-right: 0;
}

.address {
    /*height: 470px;*/
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0;
    display: flex;
}

.address .container {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/

}

.address .container::before,
.address .container::after {
    display: none;
}

.address .con-tel {
    width: 45%;
}

.address .con-tel h4 {
    font-size: 32px;
    font-weight: bold;
    color: #444;
}

.address .con-tel > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #444;
}

.address .con-tel ul li p {
    font-size: 16px;
    color: #555;
}

.address .con-tel ul li p i {
    color: #555555;
    margin-right: 5px;
}


.address .map {
    width: 48%;
    height: 470px;
    position: relative;
}


#contact .join .ti h4 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

#contact .join .ti p {
    font-size: 18px;
    color: #666;
    letter-spacing: 1px;
}

#contact .join .tc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#contact .join .tc .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #959595;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

#contact .join .tc .icon i {
    color: #fff;
    font-size: 36px;
}

#contact .join .tc .email p,
#contact .join .tc .email span {
    font-size: 16px;
    color: #666666;
    display: block;
}

#contact .join .jr h4 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

#contact .join .jr .link-btn a {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    line-height: 40px;
    color: #666666;
    padding: 0 12px;
}

#contact .join .jr .link-btn a:hover,
#contact .join .jr .link-btn a.on {
    color: #fff;
    background-color: #959595;
    border-color: #959595;
}

.address .map img {
    position: absolute;
    left: 0;
    top: 0;
}

.address .map h2 {
    font-size: 30px;
    color: #373737;
    margin-bottom: 38px;
}

.contact_form {
    float: right;
    width: 48%;
    margin-top: 75px;
}

#contact .join {
    background-color: #f0f0f0;
    height: 420px;
}

#contact .contact-tel {
    height: 182px;
}

#contact .contact-tel .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#contact .join .container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

#contact .join .container::before,
#contact .join .container::after,
#contact .contact-tel .container::before,
#contact .contact .container::after {
    display: none;
}

#contact .join .jl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

#contact .join .jl .ti {
    margin-right: 100px;
}

#contact .join .jr {
    width: 30%;
}

#contact .message {
    background-color: #f0f0f0;
    height: 132px;
}

#contact .message .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

#contact .message .container::before,
#contact .message .container::after {
    display: none;
}

#contact .message .container form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#contact .message .container form input {
    width: 29%;
    line-height: 50px;
    border: none;
    outline: none;
    padding: 0 12px;
}

#contact .message .container form button {
    width: 10%;
    line-height: 50px;
    background-color: #43a871;
    color: #fff;
    border: none;
    transition: .5s;
    outline: none;
}

#contact .message .container form button:hover {
    background-color: #00A84D;
}

.contact_form h2 {
    font-size: 30px;
    color: #373737;
    margin-bottom: 38px;
}

.contact_form p {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    margin-bottom: 25px;
}

.contact_form input {
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    height: 30px;

}

.contact_form input.text {
    text-indent: 18px;
}

.contact_form label {
    font-weight: normal;
    font-size: 18px;
    color: #8f8f8f;
    margin-left: 18px;
}

.contact_form .code {
    overflow: hidden;
}

.contact_form .code input {
    width: 130px;
    height: 50px;
    border: 1px solid #aaaaaa;
    border-radius: 8px;
    text-indent: 18px;
    float: left;
    margin-right: 20px;
}

.contact_form .code img {
    float: left;
}

.contact_form .submit {
    width: 345px;
    background: #fe8300;
    border-radius: 5px;
    height: 52px;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.pay ul li {
    float: left;
    width: 31.5%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 400px;
    margin-right: 2.75%;
}

.pay ul li:last-child {
    margin-right: 0;
}

.pay ul li img {
    margin-top: 50px;
}

.pay ul li .txt {
    width: 330px;
    text-align: left;
    margin: auto;
    margin-top: 45px;
}

.pay ul li .txt p {
    font-size: 16px;
    color: #313131;
}

.pay ul li .txt b {
    color: #fe8300;
    font-weight: normal;
}

.pay .title h3 {
    font-size: 30px;
    color: #373737;
    margin-bottom: 17px;
}


.pay .title p {
    color: #373737;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 45px;
}


.about_xcx {
    margin: 100px auto;
}

.about_xcx .home_title {
    margin-bottom: 70px;
}

.about_xcx .home_title h2 {
    font-size: 36px;
    color: #2c2c2c;
    font-weight: normal;
}

.about_xcx .home_title span {
    width: 35px;
    margin-top: 18px;
    height: 2px;
}

.about_xcx .home_title .en {
    font-size: 16px;
    color: #878787;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 45px;
}


.hd_tab {
    text-align: center;
}

.hd_tab span {
    width: 120px;
    height: 35px;
    display: inline-block;
    color: #2c2c2c;
    border-radius: 5px;
    line-height: 35px;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid #ddd;
}

.hd_tab span:hover {
    color: #00A84D;
    border: 1px solid #00A84D;
    cursor: pointer;
}

.hd_tab span.on {
    background: #00A84D;
    color: #fff;
    border: 1px solid #00A84D;
}

.tab_bd {
    margin-top: 70px;
}

.tab_bd ul li {
    height: 350px;
    box-shadow: 0 0 10px #ddd;
    display: none;
}

.tab_bd ul li:nth-child(1) {
    display: block;
}

.tab_bd ul li.on {
    display: block;
}

.tab_bd ul li .img {
    margin: 40px;
    float: left;
    width: 325px;
}

.tab_bd ul li .img img {
    width: 100%;
}

.tab_bd ul li .tab_con {
    padding-top: 48px;
    width: 590px;
    float: right;
    margin-right: 100px;
    height: 300px;
    position: relative;
}

.tab_bd ul li .tab_con h2 {
    font-size: 20px;
    color: #2c2c2c;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.tab_bd ul li .tab_con .tab_tag {
    border-bottom: 1px dashed #ddd;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.tab_bd ul li .tab_con .tab_tag span {
    display: block;
    float: left;
    width: 25%;
    color: #3b3b3b;
    font-size: 14px;
    background: url(../images/xcx_32.jpg) no-repeat;
    text-indent: 20px;
    margin-bottom: 18px;
}

.tab_bd ul li .btn {
    display: block;
    width: 145px;
    height: 45px;
    background: #00A84D;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -72.5px;
}


.youshi {
    background: #f5f5f5;
    padding: 85px 0;
    padding-bottom: 0;
}

.youshi ul {
    margin-top: 110px;
}

.youshi ul li {
    width: 22%;
    float: left;
    border: 1px dashed #999;
    margin-right: 4%;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.youshi ul li:nth-child(4n) {
    margin-right: 0;
}

.youshi .home_title h2 {
    font-size: 36px;
    font-weight: normal;
}

.youshi .home_title span {
    width: 35px;
    margin-top: 22px;
    margin-bottom: 40px;
    height: 2px;
}

.youshi .icon {
    width: 88px;
    height: 88px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    border: 1px dashed #999;
    background: #f5f5f5;
    top: -44px;
    border-radius: 50%;
}

.youshi .icon img {
    border-radius: 50%;
    margin-top: 15px;
}

.youshi .txt {
    padding-top: 65px;
    padding-bottom: 35px;
}

.youshi .txt h3 {
    font-size: 18px;
    color: #353535;
    margin-bottom: 12px;
    margin-top: 10px;
}

.youshi .txt p {
    font-size: 14px;
    color: #878787;
    line-height: 25px;
}


.rukou {
    margin-top: 85px;
    margin-bottom: 50px;
}

.rukou .home_title {
    margin-bottom: 70px;
}

.rukou .home_title h2 {
    font-size: 36px;
    color: #2c2c2c;
    font-weight: normal;
}

.rukou .home_title span {
    width: 35px;
    margin-top: 18px;
    height: 2px;
}

.rukou .home_title .en {
    font-size: 16px;
    color: #878787;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 45px;
}


.rukou ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 35px;
}

.rukou ul li p {
    font-size: 16px;
    color: #333333;
    padding-top: 12px;
}


.wubu {
    background: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 80px;
    margin-bottom: 85px;
}

.wubu .home_title h2 {
    font-size: 36px;
    font-weight: normal;
}

.wubu .home_title span {
    width: 35px;
    margin-top: 22px;
    margin-bottom: 40px;
    height: 2px;
}

.wubu ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 35px;
}

.wubu ul li .p1 {
    font-size: 30px;
    color: #2c2c2c;
    padding-top: 25px;
}

.wubu ul li .p2 {
    font-size: 16px;
    color: #2c2c2c;
}

.xcx_case {
    margin-bottom: 100px;
}

.xcx_case_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f4f4;
}

.xcx_case_main .left_menu {
    width: 15%;
    background: #00A84D;
    text-align: center;
    float: left;
}

.xcx_case_main .left_menu h2 {
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    background: #fe4800;
    color: #fff;
}

.xcx_case_main .left_menu ul {
    padding-top: 8px;
    padding-bottom: 8px;
}

.xcx_case_main .left_menu ul li {
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.right_case {
    width: 80%;
}

.xcx_case .home_title h2 {
    font-size: 36px;
    color: #2c2c2c;
    font-weight: normal;
}

.xcx_case .home_title span {
    width: 35px;
    margin-top: 18px;
    height: 2px;
}

.xcx_case .home_title .en {
    font-size: 16px;
    color: #878787;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 45px;
}


.xcx_case .case_main {
    padding: 50px 50px 50px 0;
    width: 100%;
    float: right;
    display: none;
}

.xcx_case .case_main:first-child {
    display: block;
}

.xcx_case .case_main ul li {
    width: 22%;
    float: left;
    margin-right: 3%;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    height: 480px;
    transition: .6s;
    background: #fff;
    transition: .6s;
}

.xcx_case .case_main ul li:nth-child(4n) {
    margin-right: 0;
}

.xcx_case .case_main ul li img {
    width: 100%;
}

.xcx_case .case_main ul li p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 42px;
}

.xcx_case .case_main ul li .img {
    position: relative;
}

.xcx_case .case_main ul li .code {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: .6s;
}

.xcx_case .case_main ul li .code img {
    height: 100%;
    width: 100%;
}

.xcx_case .case_main ul li:hover {
    box-shadow: 0 0 5px 5px #ddd;

}

.xcx_case .case_main ul li:hover .code {
    opacity: 1;
}

.question .home_title h2 {
    font-size: 36px;
    font-weight: normal;
}

.question .home_title span {
    width: 35px;
    margin-top: 22px;
    margin-bottom: 40px;
    height: 2px;
}

.question {
    min-height: 0;
    overflow: hidden;
    margin-bottom: 160px;
}

.question ul li {
    width: 33.333%;
    float: left;
    font-size: 16px;
    color: #3c3c3c;
    border-left: 1px solid #00A84D;
    padding-left: 40px;
    margin-top: 20px;
}

.rukou ul {
    padding: 0 6%;
}

.question ul li p {
    background: url(../images/xcx_31.jpg) no-repeat;
    padding-left: 30px;
    line-height: 25px;
    margin-bottom: 20px;
}

.question ul li p:last-of-type {
    margin-bottom: 0;
}

.question ul li p a:hover {
    color: #00A84D;
}


.section .home_title {
    padding-top: 60px;
}

.section .home_title p {
    width: 30px;
    height: 2px;
    background: #FA6C00;
    display: inline-block;
}

.section h2 {
    font-size: 48px;
    color: #FA6C00;
    font-weight: normal;
}

.section .home_title .en {
    font-size: 20px;
    color: #898989;
    padding-top: 8px;
    line-height: 28px;
    padding-bottom: 10px;
}

.section1 .container .home_title {
    float: left;
}


.section1 ul li:last-child {
    margin-right: 0;
}

.section1 ul li .p1 {
    font-size: 20px;
    color: #2a2a2a;
}

.section1 ul li .txt {
    padding: 20px;
    padding-top: 25px;
}

.section1 ul li .p2 {
    font-size: 14px;
    color: #898989;
}

.section1 ul li:hover {
    box-shadow: 0 0 15px #ddd;
    cursor: pointer;
    background: white;
}

.section1 .icon {
    padding-top: 30px;
}

.section1 ul {
    margin-top: 90px;
    width: 500px;
}

.section1-img {
    position: relative;
}

.section1-img img {
    position: absolute;
    bottom: -90px;
    right: -171px;
}

.section1 ul li {
    display: flex;
    padding: 10px;
    padding-left: 25px;
}

.section1 {
    background: url('../images/20201029144901.jpg') center center;
    background-size: cover;
}

.section2 {
    background: url('../images/bg-1.png') center center;
    background-size: cover;
}

.section2 ul li {
    width: 33.333%;
    text-align: center;
    float: left;
    margin-top: 130px;
}

.section2 .home_title h2 {
    color: #ffffff;
}

.section2 ul li .num {
    font-size: 110px;
    color: #00A84D;
    display: inline-block;
    font-family: -webkit-body;
}

.section2 ul li small {
    font-size: 18px;
    color: #ffffff;
}

.section2 ul li p {
    font-size: 18px;
    color: #fff;
    margin-top: -15px;
}


.section3 .container {
    max-width: 1285px !important
}

.section3 h2 {
    font-size: 48px;
    color: #FA6C00;
    font-weight: normal;
    text-align: left;
    margin-left: -114px;
}

.section3 .home_title .en {
    font-size: 20px;
    color: #898989;
    padding-top: 8px;
    line-height: 28px;
    padding-bottom: 10px;
    text-align: left;
    margin-left: -114px;
}

.section3 ul {
    margin-top: 80px;
    width: 700px;
    display: flex;
    margin-left: -114px;
    flex-wrap: wrap;
}

.section3 ul li div {
    float: left;
    padding: 20px;
    width: 170px;
    height: 200px;
    border: 1px solid #ededed;
    text-align: center;
}

.section3 ul li div:hover {
    background: #fff;
}

.section3 ul li div a {
    display: block;
    width: 10px;
    height: 1px;
    background: #FA6C00;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 8px;
}

.section3 ul li div span {
    color: #FA6C00;
    display: block;
    padding: 16px;
    font-size: 45px;
    padding-bottom: 10px;

}

.section3 ul li p {
    font-size: 10px;
}

.tu_wen {
    padding-top: 80px
}

.tu_wen .img {
    width: 47%;
    float: left;
}

.tu_wen .img img {
    width: 100%;
}

.tu_wen .txt {
    width: 47%;
    float: right;
    padding-top: 8%;
}

.tu_wen .txt p {
    color: #fff;
    margin-bottom: 0;
}

.tu_wen .txt .p1 {
    font-size: 62px
}

.tu_wen .txt .p2 {
    font-size: 20px
}

.tu_wen .title {
    position: relative;
}

.tu_wen .title .p1 {
    position: absolute;
    right: 45px;
    top: -150px;
}

.tu_wen .title .p2 {
    position: absolute;
    right: 45px;
    top: 0px;
    padding-top: 36px;
}

.section5 .tu_wen .title .p1 {
    position: absolute;
    left: 45px;
    top: -175px;
}

.section5 .tu_wen .title .p2 {
    position: absolute;
    left: 50px;
    top: 12px;
    padding-top: 0;
}

.section5 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 100px;
    padding-left: 46px
}

.section5 .two_btn {
    margin-top: 55px;
    padding-left: 47px;
}

.section6 .tu_wen .title .p1 {
    position: absolute;
    right: 45px;
    top: -180px;
}

.section6 .tu_wen .title .p2 {
    position: absolute;
    right: 45px;
    top: 0px;
    padding-top: 3px;
}

.section6 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 100px;
    width: 588px;
    margin-left: 116px;
}

.section7 .tu_wen .title .p1 {
    position: absolute;
    left: 40px;
    top: -175px;
}

.section7 .tu_wen .title .p2 {
    position: absolute;
    left: 50px;
    top: 12px;
    padding-top: 0;
}

.section7 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 100px;
    padding-left: 46px
}

.section7 .two_btn {
    margin-top: 55px;
    padding-left: 47px;
}

.section8 .tu_wen .title .p1 {
    position: absolute;
    right: 45px;
    top: -130px;
}

.section8 .tu_wen .title .p2 {
    position: absolute;
    right: 45px;
    top: 0px;
    padding-top: 63px;
}

.section8 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 170px;
    width: 597px;
    margin-left: 115px;
}

.section9 .tu_wen .title .p1 {
    position: absolute;
    left: 45px;
    top: -125px;
}

.section9 .tu_wen .title .p2 {
    position: absolute;
    left: 50px;
    top: 60px;
    padding-top: 0;
}

.section9 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 155px;
    padding-left: 46px
}

.section9 .two_btn {
    margin-top: 55px;
    padding-left: 47px;
}

.section10 .tu_wen .title .p1 {
    position: absolute;
    right: 45px;
    top: -205px;
}

.section10 .tu_wen .title .p2 {
    position: absolute;
    right: 45px;
    top: -53px;
    padding-top: 0;
}

.section10 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 93px;
    width: 604px;
    margin-left: 94px;
}


.section11 .tu_wen .title .p1 {
    position: absolute;
    left: 45px;
    top: -140px;
}

.section11 .tu_wen .title .p2 {
    position: absolute;
    left: 50px;
    top: 50px;
    padding-top: 0;
}

.section11 .tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 152px;
    padding-left: 46px
}

.section11 .two_btn {
    margin-top: 55px;
    padding-left: 47px;
}

.tu_wen .txt .title span {
    display: block;
    width: 33px;
    height: 3px;
    background: #fff;
    margin-top: 13px;
}

.tu_wen .txt .p3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 95px;
}

.two_btn {
    margin-top: 55px;
    padding: 0px 480px;
}

.two_btn img {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.two_btn span {
    width: 215px;
    float: left;
    font-size: 16px;
    color: #fff;
    height: 46px;
    line-height: 46px;
    text-align: end;

}

.two_btn span:hover {

    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    cursor: pointer;
}

.wen_tu .img {
    float: right;
}

.wen_tu .txt {
    float: left;
}

.wen_tu .txt .title span {
    background: #ccc !important
}

.wen_tu .txt .title .p2 {
    color: #343434;
}

.wen_tu .txt .p3 {
    color: #6b6b6b;
}

.wen_tu .two_btn span {
    color: #161616;

    text-align: inherit;
}

.section5 .wen_tu .img {
    width: 53%;
    margin-top: 3%;
}

.wen_tu p {
    color: #161616 !important;
}

.section3 {
    background: url('../images/xmlc-bg.jpg') center center;
    background-size: cover;
}

.section4 {
    background: url('../images/bg-2.png') center center;
    background-size: cover;
}

.section5 {
    background: url('../images/ppsj-1.jpg') center center;
    background-size: cover;
}

.section6 {
    background: url('../images/gwsc.jpg') center center;
    background-size: cover;
}

.section7 {
    background: url('../images/sjwx-bg.jpg') center center;
    background-size: cover;
}

.section7 .tu_wen .img {
    width: 42%;
    margin-right: 5%;
}

.section7 .tu_wen .txt {
    padding-top: 17%;
}

.section8 {
    background: url('../images/yx-bg.jpg') center center;
    background-size: cover;
}

.section9 {
    background: url('../images/mh-bg.jpg') center center;
    background-size: cover;
}

.section10 {
    background: url('../images/xy-bg.jpg') center center;
    background-size: cover;
}

.section11 {
    background: url('../images/wm-bg.jpg') center center;
    background-size: cover;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border: 1px solid #ccc !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    border: 1px solid #00A84D !important;
    background: #00A84D;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #00A84D !important;
}


.pages_banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.pages_banner .img {
    height: 100%;
    -webkit-animation: animScale 10s linear infinite;
    animation: animScale 10s linear infinite;
    -ms-animation: animScale 10s linear infinite;
    -moz-animation: animScale 10s linear infinite;
    -o-animation: animScale 10s linear infinite;
}

.pages_banner .new_about_banner {
    background: url(../images/new_about_banner.jpg) no-repeat center center / cover;
}

.pages_banner .about_banner {
    background: url(../images/case_banner.jpg) no-repeat center center / cover;
}

.pages_banner .case_banner {
    background: url(../images/case_banner.jpg) no-repeat center center / cover;
}

.pages_banner .contact_banner {
    background: url(../images/contact_banner.jpg) no-repeat center center / cover;
}

.pages_banner .xcx_banner {
    background: url(../images/xcx_banner.jpg) no-repeat center center / cover;
}

.pages_banner .news_banner {
    background: url(../images/news_banner.jpg) no-repeat center center / cover;
}

.pages_banner .case_list_banner {
    background: url(../images/case_list_banner.jpg) no-repeat center/cover;
}

@keyframes animScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.about_mian_1 {
    margin-top: 90px;
}

.about_mian_1 .about_1_con {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 40px;
}

.about_title {
    text-align: center;
    margin-bottom: 70px;
}

.about_title h2 {
    font-size: 80px;
    color: #ededed;
    text-transform: uppercase;
    font-weight: bold;
}

.about_title span {
    display: block;
    width: 30px;
    height: 3px;
    background: #00A84D;
    margin: auto;
}

.about_title p {
    font-size: 24px;
    color: #00A84D;
    font-weight: bold;
    margin-top: 10px;
}

.about_1_con .left {
    width: 45%;
    float: left;
}

.about_1_con .left h1 {
    font-size: 24px;
    color: #363636;
    margin-top: 4px;
}


.about_1_con .left p {
    font-size: 40px;
    color: #2c2c2c;
    line-height: 60px;
    margin-top: 32px;
}

.about_1_con .left .btn {
    background-color: #00A84D;
    color: #fff;
    width: 225px;
    height: 50px;
    text-indent: 40px;
    line-height: 50px;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    margin-top: 63px;
    background-image: url(../images/jtt.png);
    background-repeat: no-repeat;
    background-position: 83% center;
    text-align: left;
}

.about_1_con .right {
    width: 50%;
    float: right;
}

.about_1_con .right p {
    font-size: 16px;
    color: #2c2c2c;
    line-height: 30px;
    text-indent: 32px;
    margin-bottom: 30px;
}

.about_bg {
    width: 100%;
    height: 400px;
}


.about_bg_1 {

    background: url(../images/about_img01.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_2 {
    background: url(../images/about_img02.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_3 {
    background: url(../images/about_img03.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_4 {
    background: url(../images/about_img04.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_5 {
    background: url(../images/about_img05.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.about_bg_6 {
    background: url(../images/about_img06.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


.about_mian_2 {
    padding-top: 100px;
    padding-bottom: 80px;
}


.about_3_con ul {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 85px;
}

.about_3_con ul li {
    width: 33.333%;
    float: left;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    height: 255px;
}

.about_3_con ul li .icon {
    margin-top: 45px;
    margin-bottom: 12px;
}

.about_3_con ul li .txt h2 {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 13px;
}


.about_3_con ul li .txt p {
    font-size: 16px;
    color: #666;

}

.about_3_con ul li.two {
    width: 50%;
}

.about_3_con ul li.two .icon {
    float: left;
    margin-left: 125px;
    margin-right: 35px;
    margin-top: 73px;
}

.about_3_con ul li.two .txt {
    text-align: left;
    margin-top: 90px;
}


.about_2_con {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 90px;
}

.about_2_con .hd ul li {
    width: 12.5%;
    float: left;
    height: 270px;
    position: relative;
    cursor: pointer;
}


.about_2_con .hd ul li .msg {
    position: absolute;
    width: 180%;
    bottom: 74px;
    text-align: left;
    left: 48%;
    height: 200px;
    background: url(../images/about_solid.jpg) no-repeat;
    background-position: 0 bottom;
    padding-left: 25px;
    display: none;
}

.about_2_con .hd ul li .msg p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 25px;
    margin-bottom: 5px;
}

.about_2_con .hd ul li .msg .year {
    font-size: 30px;
    color: #4a4a4a
}

.about_2_con .hd ul li .num {
    font-size: 24px;
    color: #323232;
    margin-top: 15px;
}

.about_2_con .hd ul li span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
    background: #fff;
    margin: auto;
    position: relative;
    z-index: 9999;
    margin-top: 196px;

}

.about_2_con .hd ul li span b {
    width: 13px;
    height: 13px;
    margin: 5px auto;
    background: #c4c4c4;
    display: block;
    border-radius: 50%;
}

.about_2_con .hd ul li.on span {
    border: 1px solid #585858;
}

.about_2_con .hd ul li.on b {
    background: #585858;
}

.about_2_con .hd ul li.on .msg {
    display: block;
}

.about_2_con .hd ul li:nth-child(7) .msg {
    left: -128%;
    background: url(../images/about_solid2.jpg) no-repeat;
    background-position: right bottom;
    padding-left: 0;
    padding-right: 25px;
}

.about_2_con .hd ul li:nth-child(8) .msg {
    left: -128%;
    background: url(../images/about_solid2.jpg) no-repeat;
    background-position: right bottom;
    padding-left: 0;
    padding-right: 25px;
}

.about_2_con .hd {
    position: relative;
    min-height: 0;
    overflow: hidden;
    text-align: center;
}

.about_2_con .hd .solid {
    position: absolute;
    width: 88%;
    left: 6%;
    height: 1px;
    background: #c4c4c4;
    bottom: 60px;
}


.about_2_con .bd {
    width: 100%;
    min-height: 0;
    overflow: hidden;
}


.about_2_con .bd ul li {
    width: 12.5%;
    float: left;
    text-align: left
}

.about_mian_2 .about_title {
    margin-bottom: 50px;
}


.about_mian_4 {
    padding-top: 100px;

}

.about_4_con ul li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 50px;
}

.about_4_con ul li:last-child {
    margin-right: 0;
}

.about_4_con ul li .img {
    height: 220px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 15px;
    text-align: center;
    padding-top: 45px;
}

.about_4_con ul li .img .icon {
    width: 85px;
    height: 85px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}

.about_4_con ul li b {
    font-size: 30px;
    color: #252525;
    font-weight: bold;
}

.about_4_con ul li p {
    font-size: 14px;
    color: #868686;
    text-align: center;
    padding: 12% 6%;
}


.about_mian_5 {
    padding-top: 100px;
}

.about_5_con {
    min-height: 0;
    overflow: hidden;
    margin-bottom: 100px
}

.about_5_con .left {
    width: 23%;
    float: left;
    margin-right: 4%;
}

.about_5_con .left h2 {
    font-size: 36px;
    color: #424242;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 20px;
}

.about_5_con .left p {
    font-size: 16px;
    color: #424242;
    line-height: 30px;
    margin-bottom: 50px;
}

.about_5_con .left h3 {
    font-size: 50px;
    color: #dddddd;
    font-weight: bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.about_5_con .right {
    width: 73%;
    float: right;
}
.about_5_con .right ul {
	overflow: hidden;
}
.about_5_con .right ul li {
    float: left;
    margin-right: 2%;
    width: 32%;
    margin-bottom: 2%;
    position: relative;
    cursor: pointer;
}

.about_5_con .right ul li:nth-child(3n) {
    margin-right: 0;
}

.about_5_con .right ul li img {
    width: 100%;
}

.about_5_con .right ul li .layer {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.about_5_con .right ul li:hover .layer {
    display: block;
}

.about_5_con .right ul li .layer > div {
    padding: 10%
}

.about_5_con .right ul li .layer .title {
    font-size: 24px !important;
    color: #fff !important;
    font-weight: bold !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #454343;
}

.about_5_con .right ul li .layer p {
    color: #c7c7c7 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 8px !important;
}


.about_mian_6 {
    padding-top: 100px;
}

.about_6_con ul li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 110px;
}

.about_6_con ul li:last-child {
    margin-right: 0;
}

.about_6_con ul li img {
    width: 100%;
}

.about_mian_7 {
    padding-top: 100px;
    text-align: center;
    min-height: 0;
    overflow: hidden;
    margin-bottom: 75px;
}

.about_mian_7 h2 {
    color: #303030;
    font-size: 48px;
}

.about_mian_7 .about_title {
    margin-bottom: 55px;
}


.about_mian_7 .about_title p {
    font-size: 24px;
    color: #00A84D;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.about_mian_7 .about_7_con p {
    margin-bottom: 30px;
}

/* start */
.about_7_con ul {
    display: flex;
    width: 1600px;
    margin: 10px auto;
    max-width: 100%;
    flex-wrap: wrap;
}

.about_7_con h5 {
    color: #ddd;
}

.about_7_con ul li {
    border: 1px solid #ddd;
    width: 500px;
    background: white;
    height: 250px;
    padding: 40px;
    margin: 0 0 -2px -2px;

    cursor: pointer;
}

.about_7_con ul li:hover {
    box-shadow: 8px 5px 40px #ddd;
    transform: scale(1);
    transition: all 0.6s;
}


.about_7_con ul li div {
    padding-top: 40px;
}

.about_7_con ul li div span {
    display: block;
    font-size: 13px;
    color: #ddd;
    padding-top: 5px;
}

/* end */
.newsSign-list li {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.newsSign-list li .img {
    overflow: hidden;
    width: 540px;
}

.newsSign-list li .img img {
    transition: .8s;height: 325px;width: 100%;
}

.newsSign-list li .img img:hover {
    transform: scale(1.1);
}

.newsSign-list li .info {
    padding: 70px 0 70px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
}

.newsSign-list li .info .link {
    font-size: 22px;
    color: #333;
}

.newsSign-list li .info .date {
    float: right;
    font-size: 14px;
    color: #666;
}

.newsSign-list li span {
    font-size: 14px;
    color: #969696;
    vertical-align: text-bottom;
    border-left:1px solid #969696 ;
    padding-left: 12px;margin-left: 12px;
}
.newsSign-list li span:first-child{
    padding-left: 0;margin-left: 0;
    border: none;
}
.newsSign-list li .info span img {
    vertical-align: middle;
    transform: translateY(-1px);
}

.newsSign-list li .info .content a {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsSign-list li .info a:hover {
    color: #00A84D;
}

.newsCon-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.newsCon-list li .info-left {
    width: 96px;
    height: 96px;
    border: 1px solid #00A84D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsCon-list li .info-left p {
    font-size: 36px;
    text-align: center;
    color: #00A84D;
    line-height: 36px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}

.newsCon-list li .info-left p::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 14px;
    height: 2px;
    background-color: #00A84D;
}

.newsCon-list li .info-left span {
    display: block;
    text-align: center;
}

.newsCon-list li .info-right {
    flex: 1;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.newsCon-list li .info-right .title {
    font-size: 18px;
    color: #333;
}

.newsCon-list li .info-right .content {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsCon-list li .info-right a:hover {
    color: #00A84D;
}

.newsCon-list li:hover .info-left {
    background-color: #00A84D;
}

.newsCon-list li:hover .info-left p {
    color: #fff;
}

.newsCon-list li:hover .info-left p::before {
    background-color: #fff;
}

.newsCon-list li:hover .info-left span {
    color: #fff;
}

.tel-info {
    width: 40%;
}

.tel-info p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.tel-user {
    padding-left: 60px;
    border-left: 1px solid #ccc;
    width: 40%;text-align: right;
    margin-left: 20%;
}

.tel-user p {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-bottom: 0;
    line-height: 30px;
}

.tel-user p span {
    color: #00A84D;
    font-size: 1.4em;
    display: inline-block;
    word-spacing: nowrap
}


/* oy2020/8/26 */


.address .con-tel ul li{
    width: 100% !important;margin: 10px 0 0;
}
.address .con-tel .tel-list {
    display: flex;
    flex-wrap: wrap;
}

.address .con-tel .tel-list.list li {
    width: 100% !important;
    padding: 0 !important;
}

#newAbout .se_1 {
    padding: 17px 0;
    background: url(../images/new_about_se1bg.png);
}

/* #newAbout  common */
#newAbout .title {
    text-align: center;
}

#newAbout .title h4 {
    font-size: 60px;
    color: #ededed;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

#newAbout .title h4::before {
    width: 30px;
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #00A84D;
}

#newAbout .title p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

#newAbout .se_1 .img img {
    width: 100%;
    margin: 40px 0;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);

}

#newAbout .se_1 .container p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    line-height: 46px;
    text-align: center;

}

#newAbout .se_2 {
    background-color: #f4f4f4;
    padding: 100px 0;
}

#newAbout .se_2 .title h4 {
    color: #d6d6d6;
}

#newAbout .se_2 .content {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 40px auto 0;
    align-items: center;
    flex-wrap: wrap;
}

#newAbout .se_2 .content .con_info {
    width: 60%;
}

#newAbout .se_2 .content .con_info p {
    font-size: 18px;
    color: #666;
    line-height: 46px;
   text-align:justify;
}

#newAbout .se_2 .content .con_info .num_list {
    margin-top: 40px;
}

#newAbout .se_2 .content .con_info .num_list ul {
    display: flex;
    justify-content: space-between;
}

#newAbout .se_2 .content .con_info .num_list ul li h5 {
    text-align: center;
}

#newAbout .se_2 .content .con_info .num_list ul li h5 span {
    font-size: 42px;
    font-weight: bold;
    color: #6a6a6a;
}

#newAbout .se_2 .content .con_info .num_list ul li p {
    font-size: 20px;
    color: #333333;
}

#newAbout .se_2 .content .con_img {
    width: 40%;
    padding-left: 80px;
    text-align: center;
}

#newAbout .se_2 .content .con_img img {
    width: 100%;
}

#newAbout .se_2 .content .con_img .word {
    margin-top: 30px !important;
}

#newAbout .se_3 {
    background: url(../images/new_about_se3bg.png) no-repeat center center / cover;
    padding: 100px 0;
    background-attachment: fixed;
}

#newAbout .se_3 .subtitle h4 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

#newAbout .se_3 .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#newAbout .se_3 .list ul li {
    /*width: 25%;*/
    text-align: center;
    padding: 0 25px;
}

#newAbout .se_3 .list ul li .img {
    width: 220px;
    height: 220px;

    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    position: relative;
}

#newAbout .se_3 .list ul li .img i {
    background: url(../images/new_about_se3_listbg.png) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: ani 30s infinite linear;
}

@keyframes ani {
    form {
        transform: rotateZ('');
    }
    to {
        transform: rotateZ(360deg);
    }
}

#newAbout .se_3 .list ul li .img p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
}

#newAbout .se_3 .list ul li .img .sm {
    overflow: hidden;
    /*border-radius: 50%;*/
    position: relative;
    filter: grayscale(1);
    transition: .6s;
}

#newAbout .se_3 .list ul li:hover .img .sm {
    filter: grayscale(0);
}

#newAbout .se_3 .list ul li .img .sm::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    content: "";
}

#newAbout .se_3 .list ul li .info p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

#newAbout .se_4 {
    padding: 100px 0;
}

#newAbout .se_4 .title {
    margin-bottom: 30px;
}

#newAbout .se_4 .img_list ul,
#newAbout .se_4 .img_list1 ul {
    display: flex;
    margin: 0;
}
#newAbout .se_4 .img_list ul{
    display: block;overflow: hidden;
}
#newAbout .se_4 .img_list ul li{
    float: left;width: 25% !important;padding: 20px;box-sizing: border-box;
}
#newAbout .se_4 .img_list ul li .img{
    height: 14vw;
    border: 1px solid #ccc;    box-sizing: border-box;
}
#newAbout .se_4 ul li {
    padding: 2px;
}

#newAbout .se_4 ul li .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#newAbout .se_4 ul li img {
    width: 100%;
    height: 100%;
    transition: .8s;
}

#newAbout .se_4 ul li img:hover {
    transform: scale(1.1);
}

#newAbout .se_4 .img_list ul li:nth-child(1),
#newAbout .se_4 .img_list ul li:nth-child(4) {
    width: 28.5%;
}

#newAbout .se_4 .img_list ul li:nth-child(2),
#newAbout .se_4 .img_list ul li:nth-child(3) {
    width: 21.5%;
}

#newAbout .se_4 .img_list1 ul li {
    width: 50%;
}

#newAbout .se_5 {
    height: 536px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/new_about_se5bg.jpg) no-repeat center center / cover;
    text-align: center;
    background-attachment: fixed;
}

#newAbout .se_5 p {
    color: #fff;
    margin-bottom: 30px;
}

#newAbout .se_5 .info p {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin: 0 auto;
}

#newAbout .se_7 {
    background-color: #f4f4f4;
    padding: 70px 0;
    margin: 0;
}

#newAbout .se_8 {
    height: 480px;
    background: url(../images/new_about_se7bg.jpg) no-repeat center center / cover;
    margin-bottom: 340px;
    background-attachment: fixed;
}

#newAbout .se_8 .container {
    padding: 0;
}

#newAbout .se_8 .subtitle h4 {
    height: 305px;
    color: #fff;
    text-align: center;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#newAbout .se_8 .swiper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#newAbout .se_8 .swiper #img_swiper {
    width: 50%;
}

#newAbout .se_8 .swiper ul {
    margin: 0;
}

#newAbout .se_8 .swiper #img_swiper ul li img {
    width: 100%;
    height: 100%;
}

#newAbout .se_8 .swiper #word_swiper {
    width: 50%;
    background-color: #fff;
    height: unset !important;
}

#newAbout .se_8 .swiper #word_swiper .info {
    height: 100%;
    padding: 40px;
}

#newAbout .se_8 .swiper #word_swiper .info h4 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

#newAbout .se_8 .swiper #word_swiper .info p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

#newAbout .se_8 .swiper #word_swiper .info a {
    display: inline-block;
    margin-top: 20px;
    border-bottom: 2px solid #00A84D;
    padding-bottom: 4px;
}

#newAbout .se_8 .swiper-button-prev,
#newAbout .se_8 .swiper-button-next {
    background: none;
    outline: none;
}

#newAbout .se_8 .swiper-button-prev,
#newAbout .se_8 .swiper-button-next {
    width: 38px;
    height: 38px;
    background-color: #d6d6d6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#newAbout .se_8 .swiper-button-prev i,
#newAbout .se_8 .swiper-button-next i {
    color: #fff;
}

#newAbout .se_8 .swiper-button-prev {
    left: 40px;
    right: auto;
    bottom: 40px;
    top: auto;
}

#newAbout .se_8 .swiper-button-next {
    left: 90px;
    right: auto;
    bottom: 40px;
    top: auto;
}

#newAbout .se_8 .swiper-button-prev:hover,
#newAbout .se_8 .swiper-button-next:hover {
    background-color: #00A84D;
}


#right-link {
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 222;
    background-color: #fff;
}

#right-link ul {
    margin: 0;
    position: relative;
    z-index: 9;
}

#right-link ul li a {
    display: block;
    display: flex;
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
    border-top: none;
    color: #666;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

#right-link ul li:first-child {
    border-top: 1px solid #ccc;
}

#right-link ul li a.gotop span, #right-link ul li:hover a, #right-link ul li:hover a span {
    color: #fff;
}

#right-link ul li a.gotop, #right-link ul li a:hover {
    border-color: #094cd0;
    background-color: #094cd0;
}

#right-link ul li a i {
    color: #094cd0;
    font-size: 25px;
    line-height: 32px;
}

#right-link ul li a.gotop i, #right-link ul li a:hover i {
    color: #fff;
}
#right-link li{
    position: relative;
}
.right-vx {
    position: absolute;;
    left: -192px;
    top: 0;
    z-index: 1;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: .8s;
}

.right-vx img {
    width: 150px;max-width: initial;
}

.on .right-vx {
    left: 75px;
}

.right-tel {
    position: absolute;
    left: -220px;
    display: flex;
    height: 75px;
    width: 220px;
    transition: .8s;
    flex-direction: column;
}

.right-tel.tel-1 {
    top: 0;
}

.right-tel.tel-2 {
    top: 75px;
}

.right-tel.tel-3 {
    top: 226px;
}

.right-tel .item {
    display: flex;
    padding: 20px;
    height: 75px;
    background: #00A84D;
    align-items: center;
}

.right-tel p {
    margin: 0;
}

.on .right-tel {
    left: 75px;
}

.right-tel .item i {
    margin-right: 10px;
    color: #fff;
    font-size: 36px;
}

.right-tel .item p {
    color: #fff;
}

.swiper-container {
    z-index: 3 !important;
}


/*
media_style.css
*/
/*头部 -- 开始*/
#myheader {
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

#logo {
    display: block;
    width: 185px;
    height: 50px;
    background: url(../images/logo1.png) no-repeat left center;
    margin-top: 20px;
    float: left;
    position: relative;
    z-index: 2;
    margin-left: 15px;
    margin-bottom: 20px;
	background-size: contain !important;
	margin-right: 20px;
}
#myheader.on{
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(80,80,80,0.2);
}
#myheader.on #logo {
    background: url(../images/logo_active1.png) no-repeat left center/auto 100% !important;
}

#myheader .navbar-nav .dropdown-menu {
    border: 0;
    padding: 0;
}

@media (min-width: 768px) {

    #myheader .navbar-nav {
        float: right;
    }

    #myheader .navbar-nav > li > a {
        line-height: 34px;
        font-size: 14px;
        margin-top: 16px;
    }

    #myheader .navbar-nav > li > a {
        color: #fff;
    }

    #myheader.on .navbar-nav > li > a {
       color: #777;
    }

    #myheader .navbar-nav > li:hover > a {
   
        font-weight: bold;
    }

    #myheader.on .navbar-nav > li:hover > a {
       
        font-weight: bold;
    }

    #myheader .navbar-nav .dropdown-menu {
        border-radius: 10px;
        overflow: hidden;
    }

    #myheader .navbar-nav .dropdown-menu > li > a {
        padding: 9px 20px;
    }

    #myheader .navbar-nav > li:hover .dropdown-menu {
        display: block;
        -webkit-animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
}

@media (min-width: 1200px) {
    #myheader .navbar-nav > li > a {
        line-height: 34px;
        font-size: 16px;
        margin-top: 16px;
    }

    #myheader .navbar-nav .dropdown-menu {
        border-radius: 10px;
        overflow: hidden;
    }

    #myheader .navbar-nav .dropdown-menu > li > a {
        padding: 9px 20px;
    }

}

#myheader .dropdown-menu > li > a:hover,
#myheader .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #00A84D;
}

@-webkit-keyframes dropdown-show {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes dropdown-show {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width: 767.98px) {
    #myheader .navbar-nav {
        margin: 0;
    }

    #myheader .navbar-nav > li {
        margin-left: 15px;
        border-top: 0;
        border-bottom: 1px solid #e9e9f2;
    }

    #myheader .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #myheader .navbar-nav > li.visible-xs {
        border: 0;
        box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
    }

    #myheader .navbar-toggle {
        color: rgba(255, 255, 255, 0.7);
        border-color: rgba(0, 0, 0, 0);
    }
	
	#logo {
		width: 120px;background-size: 120px !important;height: 32px;margin: 10px 0 0 15px !important;
	}
	#myheader.on #logo {
	    background: url(../images/logo_active1.png) no-repeat left center;background-size: 120px !important;
	}
	#about {
		margin-top: 0 !important;padding: 30px 0;
	}
	

    #myheader .navbar-toggler-icon {
        /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);*/
    }

    #myheader .navbar-toggle:hover,
    #myheader .navbar-toggle:focus {
        background-color: transparent;
    }

    #myheader .navbar-collapse {
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 80%;
        height: 100% !important;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: box-shadow 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        border-radius: 0 !important;
        background-color: #fff;
        z-index: 1035;
    }

    #myheader .navbar-collapse.in {
        -webkit-transform: none;
        transform: none;
        box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04)
    }

    .offcanvas-cap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 1.25rem 1rem;
        box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
    }

    .offcanvas-cap .close {
        transition: opacity 0.15s ease-in-out;
        opacity: .7;
        font-size: 26px;
        margin-bottom: 0;
        outline: 0 !important;
    }

    #myheader .navbar-nav .dropdown-menu {
        min-width: 12.5rem;
        margin: 0;
        margin-top: -.5rem;
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
        position: static;
        float: none;
    }

    #myheader .navbar-nav > li:hover .dropdown-menu {
        display: block;
        -webkit-animation: fade-in .25s ease-in-out;
        animation: fade-in .25s ease-in-out
    }

    #myheader .dropdown-menu > li > a {
        line-height: 30px;
        color: #8c8c8c;
    }

    .navbar-default .navbar-toggle .icon-bar {
        color: #fff;
    }

    @-webkit-keyframes fade-in {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }

    @keyframes fade-in {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }

}

/*头部 -- 结束*/

/* 关于我们 */
.fdecorat .list dl{
    text-align: center;
}
.fdecorat .list dd {
	width: calc((100% - 77px)/5);margin-right: 0;margin-bottom: 15px;height: 260px;
	padding: 0;margin: 0 15px 15px 0;float: left;
}
.fdecorat .list dd:nth-child(4n) {
	margin-right: 0;
}
.fdecorat .list dd a {
	display: block;width: 100%;height: 100%;
}





.qmnavtxt{
	float: left;margin-top: 18px;
}
.qmnavtxt dl{
	font-size: 0;margin-bottom: 0;
    margin-top: 4px;
}
.qmnavtxt dd{
	display: inline-block;font-size:16px ;
	line-height: 1.3;
	color: #fff;
}
.qmnavtxt dd span{
	font-size:12px ;
	line-height: 1.7;
	color: #fff;display: block;margin: 0 4px;
	position: relative;top:-2px;transform: scale(0.9);
}
.qmnavtxt p{
	font-size:16px ;
	line-height: 1.7;
	color: #ffffff;
}
#myheader.on .qmnavtxt{
	/* margin-left: 20px; */
}
#myheader.on .qmnavtel h3,
#myheader.on .qmnavtxt dd span,
#myheader.on .qmnavtxt p,
#myheader.on .qmnavtxt dd{
	color: #000000;
}
.qmnavtel{
	float: right;background: url(../images/qm4.png) no-repeat left center;padding-left: 38px;
	margin-top: 10px;background-size: 35px auto !important;
}
.qmnavtel h3{
	font-size:16px ;
	line-height: 1.7;
	color: #fff;margin: 0;text-align: left;
}
.qmnavtel p{
	font-size:30px ;
	line-height: 1.2;
	color: #fff;
	font-style: oblique;
	font-weight: bold;
}
#myheader.on .qmnavtel p{
    color: #094cd0;
}
#myheader.on .qmnavtel{
	background: url(../images/qm1-1.png) no-repeat left center;
}
#myheader .navbar-nav{
	float: left;margin-left: 160px;
}
#myheader .navbar-nav > li > a{
	padding: 10px 26px;
}
#fullBanner .next,
#fullBanner .prev{
	position: absolute;left: 160px;top: 50%;background: url(../images/qm1.png) no-repeat center;width: 50px;height: 96px;margin-top: -48px;
	z-index: 1;display: block;cursor: pointer;opacity: 0.5;
}
#fullBanner .next{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);left: auto;right: 160px;
}
#fullBanner .next:hover,
#fullBanner .prev:hover{
	opacity: 1;
}
#fullBanner .spot{
	position: absolute;bottom: 30px;left: 0;right: 0;text-align: center;z-index: 2;display: block;
}
#fullBanner .spot .swiper-pagination-bullet{
	width: 40px;height: 2px;background: rgba(255,255,255,0.3);opacity: 1;margin: 0 8px !important;
	border-radius: 0 !important;
}
#fullBanner .spot .swiper-pagination-bullet-active{
	height: 4px;background: #fff;
}
#fullBanner .qmform{
	width: 750px;background: rgba(0,0,0,0.5);border-radius: 4px;padding: 16px 20px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;z-index: 11;
	-o-box-sizing: border-box;
	box-sizing: border-box;position: absolute;top: 58%;left: 0;right: 0;margin-top: -100px;margin: 0 auto;
}
#fullBanner .qmform h3{
	font-size:18px ;
	line-height: 1.7;
	color: #fff;text-align: center;
}
#fullBanner .qmform ul{
	overflow: hidden;margin-top: 10px;
}
#fullBanner .qmform li{
	float: left;background: #fff;padding-left: 30px;width: 160px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;margin-right: 15px;
}
#fullBanner .qmform li:last-child{
	margin-right: 0;
}
#fullBanner .qmform li .t1{
	height: 40px;font-size: 14px;color: #000000;border: none !important;
	padding: 0 5px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;width: 100%;background: none !important;
}
#fullBanner .qmform li .t1:focus{
	border: none !important;
}
#fullBanner .qmform li:nth-child(2){
	width: 358px;
}
#fullBanner .qmform li:nth-child(3){
	padding-left: 0;
}
#fullBanner .qmform li .sub{
	height: 40px;font-size: 14px;color: #fff;border: none !important;
	padding: 0 5px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;width: 100%;background: #094cd0;
}
.qmhfwf{
	padding: 80px 0 100px;
}
.qmtht{
	text-align: center;
}
.qmtht h2{
	font-size:48px ;
	line-height: 1.6;
	color: #000;font-weight: bold;margin: 0;
}
.qmtht h4{
	font-size:18px ;
	line-height: 1.1;
	color: #999999;margin: 0;text-transform: uppercase;
}
.qmtht span{
	width: 50px;height: 3px;background: #094cd0;display: block;margin: 8px auto 15px;
}
.qmtht p{
	font-size:24px ;
	line-height: 1.7;
	color: #666666;margin: 0;
}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:block;}
.qmhfwf li{
	float: left;width: calc((100% - 92px)/3);margin-right: 45px;
	background: #fff;padding: 30px 85px 50px;text-align: center;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.qmhfwf ul{
	margin-top: 40px;
}
.qmhfwf li:nth-child(3n){
	margin-right: 0;
}
.qmhfwf li .ico{
	width: 135px;height: 135px;border-radius: 50%;border: 1px solid #225ed5;margin: 0 auto;position: relative;
}
.qmhfwf li:hover .ico{
	border-color: #fff;
}
.qmhfwf li .ico img{
	position: absolute;
	left: 0;right: 0;
	top: 50%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); display: block;margin: 0 auto;
}
.qmhfwf li .ico .s2{
	display: none;
}
.qmhfwf li:hover{
	background: #225ed5;
}
.qmhfwf li:hover .ico .s1{
	display: none;
}
.qmhfwf li:hover .ico .s2{
	display: block;
}
.qmhfwf li h4{
	font-size:20px ;
	line-height: 1.7;
	color: #333333;margin: 10px 0;
}
.qmhfwf li p{
	font-size:16px ;
	line-height: 30px;height: 90px;overflow: hidden;
	color: #666666;text-align: left;margin-bottom: 0;
}
.qmhfwf li .btn{
	width: 136px;border-radius: 3px;text-align: center;
	font-size:16px ;
	line-height: 40px;
	color: #225ed5;border: 1px solid #225ed5;display: block;margin: 24px auto 0;padding: 0;
}
.qmhfwf li:hover h4,
.qmhfwf li:hover p{
	color: #fff;
}
.qmhfwf li:hover .btn{
	color: #fff;border-color: #fff;
}
#about .go{
	    background: url(../images/qm35.png) no-repeat center center;
}

.qmfuwlc{
	padding: 84px 0 100px;
}
.qmfuwlc .qmtht h2,
.qmfuwlc .qmtht h4{
	color: #fff;
}
.qmfuwlc ul{
	font-size: 0;margin-top: 70px;
	text-align: center;
}
.qmfuwlc li{
	display: inline-block;vertical-align: middle;
}
.qmfuwlc li span{
	margin: 0 46px;display: block;
}
.qmfuwlc li .ico{
	height: 32px;
}
.qmfuwlc li .ico img{
	display: block;margin: 0 auto;
}
.qmfuwlc li p{
	font-size:20px ;
	line-height: 1.7;
	color: #fff;margin: 12px 0 0;
}
.qmfuwlc .btn{
	width: 188px;background: #094cd0;margin: 70px auto 0;display: block;text-align: center;border-radius: 4px;
	padding: 0;
}
.qmfuwlc .btn span{
	background: url(../images/qm18.png) no-repeat left center;
	font-size:16px ;
	line-height: 48px;
	color: #fff;padding-left: 30px;
}

.qmwxmffw{
	padding: 90px 0 100px;
}
.qmwxmffw ul{
	margin-top: 35px;
	font-size: 0;text-align: center;
	width: 120%;margin-left: -10%;
}
.qmwxmffw li{
	width: 235px;margin: 0 47px;display: inline-block;
	border-radius: 50%;background: #fff;padding: 10px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;height: 235px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 10px solid #fff;
	position: relative;
}


.qmwxmffw li .txt{
	text-align: center;margin-top: 2px;
	background: #fff;
	position: absolute;
	left: 0;right: 0;padding: 10px 0 20px;
	bottom: 0;z-index: 11;
	background: #fff;
	border-radius: 0 0 150px 150px;
}
.qmwxmffw li h3{
	font-size:24px ;
	line-height: 1.7;
	color: #333333;margin: 0;
}
.qmwxmffw li p{
	font-size:14px ;
	line-height: 1.7;
	color: #999999;margin: 0;text-transform: uppercase;
}
.qmwxmffw .btn{
	width: 166px;font-size: 16px;display: block;
	line-height: 48px;
	color: #fff;background: #333333;border-radius: 4px;margin: 70px auto 0;padding: 0;
}
.qmwxmffw .btn:hover{
	color: #fff;
}
.qmzxcase{
	padding: 90px 0 100px;
}
.qmzxcase .btn{
	width: 166px;font-size: 16px;display: block;
	line-height: 48px;
	color: #fff;background: #333333;border-radius: 4px;margin: 50px auto 0;padding: 0;
}
.qmzxcase .h{
	margin-top: 15px;
}
.qmzxcase .h ul{
	font-size: 0;text-align: center;
}
.qmzxcase .h li{
   display: inline-block;margin: 0 9px;	
}
.qmzxcase .h li a{
	display: block;padding: 0 35px;line-height: 40px;
	font-size: 16px;color: #094cd0;border: 1px solid #094cd0;border-radius: 4px;
	text-align: center;
}
.qmzxcase .h li.on a,
.qmzxcase .h li:hover a{
	background: #094cd0;color: #fff;
}
.qmzxcase .b{
	margin-top: 50px;padding: 0 !important;
}
.qmzxcase .b .msg{
	height: auto !important;padding: 0 !important;line-height: 1.8;text-align: center;margin-top: 15px;
}
.qmzxcase .b ul li{
	margin-bottom: 40px !important;
}
.qmzxform{
	padding: 80px 0 85px;
}
.qmzxform h3{
	font-size:28px ;
	line-height: 1.7;
	color: #fff;text-align: center;
}
.qmzxform h3 span{
	font-size: 16px;color: #fff;
}
.qmzxform .f{
	width: 575px;margin: 15px auto 0;
}
.qmzxform .f .btn{
	    width: 100%;
	    background: #094cd0;
	    margin: 0 auto 0;
	    display: block;
	    text-align: center;
	    border-radius: 4px;
	    padding: 0;
}
.qmzxform .f .btn span{
	    background: url(../images/qm31.png) no-repeat left center;
	        font-size: 14px;
	        line-height: 48px;
	        color: #fff;
	        padding-left: 28px
}

.qmzxform .f li{
	float: left;
	    background: #fff;
	    padding-left: 30px;
	    width: calc((100% - 10px)/2);
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    box-sizing: border-box;
}
.qmzxform .f li:nth-child(2n){
	float: right;
}
.qmzxform .f li .t1{
	height: 52px;
	    font-size: 14px;
	    color: #000000;
	    border: none !important;
	    padding: 0 5px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    box-sizing: border-box;
	    width: 100%;
	    background: none !important;
}
.qmzxform .f .u1 li{
	width: 100%;
}
.qmfuwkb{
	padding: 90px 0 100px;
}
.qmfuwkb .qmswipkb{
	overflow: hidden;margin: 0 108px;
}
.qmfuwkb .qmswp{
	margin: 40px 0 0;position: relative;
}
.qmfuwkb .qmswipkb li{
height: 582px;position: relative;	
}
.qmfuwkb .qmswipkb li .img{
	position: absolute;top: 65px;left: 0;right: 0;
	width: 247px;height: 448px;z-index: 1;margin: 0 auto;
}
.qmfuwkb .qmswp .prev,
.qmfuwkb .qmswp .next{
	position: absolute;left: 0;top: 50%;width: 42px;height: 42px;border-radius: 50%;margin-top: -21px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;background: url(../images/qm40.png) no-repeat center #333333;z-index: 1;
}
.qmfuwkb .qmswp .next{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);  /* IE 9 */
	-moz-transform:rotate(180deg);     /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg);left: auto;right: 0;
}
.qmfuwkb .qmswp .prev:hover,
.qmfuwkb .qmswp .next:hover{
	background-color: #094cd0 !important;
}
.home_title .qmen{
	font-size: 18px;margin-top: 14px;
}
.qmzxform .f li .t1:focus{
	border: none;
}
.qmzxform .f .btn:hover,
.qmfuwlc .btn:hover,
#fullBanner .qmform li .sub:hover{
	background: #0a3da3;
}
.qmwxmffw .btn:hover{
	background: #094cd0;
}
.qmwxmffw li{
	top: 0;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.qmwxmffw li:hover{
	top: -10px;
}
.qmzxcase .btn:hover{
	background: #094cd0;color: #fff;
}

#case .ova{
	display: none;
}
#case .ova:first-child{
	display: block;
}
.qmmmask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
.qmmtxts{
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9999;
	width: 400px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);padding: 50px 30px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;background: #fff;display: none;
}

.qmmtxts .t{
	font-size:16px ;
	line-height: 1.8;
	color: #000;
}
.qmmtxts .gb{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: url(../images/qmgb.png) no-repeat center;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	cursor: pointer;
	z-index: 1;
}
.qmmtxts .gb:hover {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}



#right-link ul li a i.qmsvg img.s2{
	display: none;
}
#right-link ul li a:hover i.qmsvg img.s1{
	display: none;
}
#right-link ul li a:hover i.qmsvg img.s2{
	display: block;
}
#right-link ul li:first-child {
    /*border-top: none;*/
}
#about .go:hover{
    background-position:right 10px center ;
}
#about .go{
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;width: 130px;    background: url(../images/qm35.png) no-repeat right center;
}
#myheader.on .navbar-nav > li.on > a,
#myheader.on .navbar-nav > li > a:hover{
	color: #094cd0;
}

.pages_banner .container{
	position: absolute;top: 50%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%);left: 0;right: 0;
}
.pages_banner .qmtext{
	position: absolute;
	left: 0;
	top: 50%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
}
.pages_banner .qmtext span{
	width: 46px;height: 1px;background: #a0a0a0;display: block;
}
.pages_banner .qmtext h3{
	font-size:35px ;
	line-height: 1.6;
	color: #fff;font-weight: 400;margin: 26px 0 10px;
}
.pages_banner .qmtext p{
	font-size:14px ;
	line-height: 1.6;
	color: #b4b4b2;text-transform: uppercase;
}


.mo_footer{
	position: fixed;
	left: 0;right: 0;
	bottom: 0;z-index: 999;
	background: #00A84D;
	border-top: 1px solid #fff;
	display: none;
}
.mo_footer ul{
	overflow: hidden;
	font-size: 0;
	text-align: center;margin-bottom: 0 !important;
}
.mo_footer li{
	display: inline-block;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mo_footer li a{
	display: block;
	text-align: center;
}
.mo_footer li span{
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	display: inline-block;
	padding-left: 30px;
}
.mo_footer li:nth-child(2n){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.mo_footer li:nth-child(1) span{
	background: url(../images/f1.png) no-repeat left center;
	background-size: 20px auto;
}
.mo_footer li:nth-child(2) span{
	background: url(../images/f2.png) no-repeat left center;
	background-size: 20px auto;
}
.mo_footer li:nth-child(3) span{
	background: url(../images/f3.png) no-repeat left center;
	background-size: 20px auto;
}























@media only screen and (max-width: 1680px) {
	.qmnavtel p{
		font-size: 20px;
	}
	.qmnavtxt p,
	.qmnavtxt dd{
		font-size: 14px;
	}
	#myheader .navbar-nav > li > a{
		padding:10px 15px;
	}
	.qmfuwkb .qmswipkb li{
		height: 472px;
	}
	.qmfuwkb .qmswipkb li .img{left: 0.8%;
		width: 87%;top: 10.6%;height: 78%;
	}
	
	.tabs_bd ul li .txt{
		padding: 20px 0;
	}
	.news_right{
		margin-top: 50px;
	}
	.qmwxmffw li{
		margin: 0 20px;
	}
	.qmfuwlc li span{
		margin: 0 20px;
	}
	
	
	
	
}

@media only screen and (max-width: 1480px) {
	#myheader .navbar-nav{
		  margin-left: 60px;
	}
	#myheader .navbar-nav > li > a{
		  padding: 10px 26px;
	}
	.qmfuwlc li span{
		  margin: 0 30px;
	}
	.qmwxmffw li{
		  width: 200px;height: 200px;margin-right: 30px;
	}
	.qmfuwkb .qmswipkb li{
		  height: 552px;
	}
	#myheader .navbar-nav > li > a{
		padding: 10px 15px;
	}
	.qmwxmffw li{
		margin: 0 10px;
	}
	.qmwxmffw li h3{
		font-size: 18px;
	}
	.qmwxmffw li p{
		font-size: 12px;
	}
	
	.qmfuwlc li span{
		margin: 0 17px;
	}
	.address .con-tel h4{
        font-size: 24px;
    }
	
}




@media only screen and (max-width: 1280px) {
	#myheader .navbar-nav > li > a{
		  padding: 10px 16px;
	}
	#myheader .navbar-nav{
		  margin-left: 50px;
	}
	.qmnavtel p{
		  font-size: 18px;
	}
	.qmnavtxt p,
	.qmnavtxt dd{
		  font-size: 14px;
	}
	#myheader.on .qmnavtxt{
		  margin-left: 10px;
	}
	#fullBanner .next, #fullBanner .prev{
		  background-size: 30px auto !important;
	}
	.qmhfwf li{
		  padding: 30px 40px 50px;
	}
	.qmfuwlc li span{
		  margin: 0 15px;
	}
	.qmtht h2{
		  font-size: 28px;
	}
	.qmtht h4{
		  font-size: 15px;margin-top: 5px;
	}
	.qmwxmffw li{
		     
	}
	.qmwxmffw li .img{
		      width: 180px;
		      height: 108px;
	}
	.qmwxmffw li h3{
		  font-size: 20px;
	}
	.qmwxmffw li p{
		  font-size: 12px;
	}
	.qmfuwkb .qmswipkb{
		  margin: 0 80px;
	}
	.qmfuwkb .qmswipkb li{
		  height: 454px;
	}
	.qmfuwlc li p{
		  font-size: 16px;
	}
	.qmtht p{
		font-size: 20px;
	}
	.qmfuwkb .container{
		width: 1000px;
	}
	#myheader.on .qmnavtxt{
		display: none;
	}
	.qmhfwf li .ico{
		width: 100px;
		height: 100px;
	}
	.qmnavtel{
		display: none;
	}
	.qmwxmffw li{
		margin: 0 5px;
	}
	
	
	.qmwxmffw ul{
		width: auto;margin: 20px auto;
	}
	.address .con-tel h4{
        font-size: 24px;
    }
	
	
}

@media only screen and (max-width: 1080px) {
    
	.qmnavtxt{
		display: none;
	}
	#myheader .navbar-nav > li > a{
		padding: 10px 12px;
	}
	.qmwxmffw li{
		width: 220px;
		height: 220px;
		margin: 0 40px;
	}
	.qmfuwlc li span{
		margin: 0 8px;
	}
	.qmfuwkb .container{
		width: 700px;
	}
	.qmhfwf li {
	    float: left;
	    width: calc((100% - 22px)/3);
		margin-right: 10px;
	}
	.case_menu ul,
	.case_menu .case_search{
	    float: none;width: auto;overflow: hidden;
	}
	.case_menu .case_search .search{
	    width: calc(100% - 50px) !important;
	}
	.tel-user{
	    padding-left:20px;
	}
	.tel-user{
	    width: 55%;
	}
	
	
}
@media only screen and (max-width: 880px) {
	.qmwxmffw ul{
		width: auto;margin: 0;
	}
	.qmwxmffw li{
		margin: 0 10px;display: block;
		margin: 10px auto ;overflow: hidden;
	}
	.qmwxmffw li .txt{
		border-radius: 0;
		padding: 15px;
	}
	.qmfuwlc li{
		margin-bottom: 20px;
	}
	.qmhfwf li{
		float: none;
		width: auto;
		margin: 0 0 10px 0;
	}
	.qmzxform,
	.qmzxcase,
	.qmwxmffw,
	.qmfuwlc,
	.qmhfwf{
		padding: 40px 0;
	}
	.qmzxcase .h li{
		margin: 0 2px;
	}
	.qmzxcase .h li a{
		padding: 0 15px;
	}
	#case ul li{
		margin: 0 !important;
		margin-bottom: 10px !important;
		float: none;width: auto !important;
	}
	#fullBanner .qmform{
		display: none;
	}
	#fullBanner .next, #fullBanner .prev{
		display: none;
	}
	.fswiperban{
		height: 260px !important;
	}
	#case ul{
		margin-top: 0 !important;
		display: block;
	}
	.qmzxcase .b{
		margin-top: 20px;
	}
	.qmzxform h3 span{
		display: block;
	}
	.qmzxform .f{
		width: auto;
	}
	.qmzxform .f li{
		float: none !important;
		width: auto;
		margin-bottom: 10px;
	}
	.qmzxform .f ul{
		margin-bottom: 0;
	}
	.qmfuwkb .container{
		width: auto;
	}
	.qmfuwkb .qmswipkb li{
		height: 380px;
	}
	#myheader .navbar-nav{
		margin-left:80px;
	}
	.qmtht h2{
		font-size: 24px;
	}
	.qmtht p{
		font-size: 16px;;
	}
	#about .container .home_title h2{
		font-size: 24px !important;
	}
	.qmfuwlc ul{
		margin-top: 30px;
	}
	.qmzxcase .btn,
	.qmwxmffw .btn,
	.qmfuwlc .btn{
		margin: 30px auto 0;
		line-height: 40px;width: 140px;
		font-size: 14px;
	}
	#right-link{
		display: none;
	}
	.qmzxcase .h li a{
		font-size: 12px;
		line-height: 36px;
		padding: 0 10px;
	}
	#case_detail .detail_header .container{
	    padding: 20px 0;
	}
	.related .title{
	    font-size: 20px;
	    padding: 20px 0 0;
	    margin-bottom: 15px;
	}
	#newAbout .se_5 .info p br{
	    display: none;
	}
	.qmzxcase .container{
		padding: 0 20px;
	}
	.qmzxcase .container ul{
		padding: 0;
	}
	.qmfuwkb{
		padding: 40px 0;
	}
	.qmfuwkb .qmswipkb{
		width: 160px;
		margin: 0 auto;
	}
	.qmfuwkb .qmswipkb li{
		height: 330px;
	}
	#partner .qmtht p{
		padding: 0 20px;
	}
	.news_right .tel{
		line-height: 60px !important;height: auto !important;
	}
	
	.newsSign-list li .img img{
	    height: auto !important;
	}
	.tel-user{
	    width: auto;
	    text-align: left;
	    margin: 0;
	}
	#fullBanner .spot{
	    bottom: 10px !important;
	}
	
	
}
.copyright .container p a,
.copyright .container p{
    color: #818080;
}
@media only screen and (max-width: 980px){
    .address .container{
        display: block;
    }
    .address .con-tel{
        width: auto;
    }
	.mo_footer{
	    display: block;
	}
	#newsList .container{
	    margin-top: 20px !important;
	}
	.news_container h1{
	    font-size: 26px !important;
	}
	#footer{
	    padding-bottom: 50px !important;
	}
	.news_footer ul li{
	    float: none;width: auto;padding: 0 !important;
	    margin-bottom: 20px;
	}
	.news_footer{
	    padding: 15px;
	}
	.news_footer{
	    margin-bottom: 30px;
	}
	.news_footer ul li .title{
	    font-size: 20px ;margin-bottom: 10px;
	}
	#myheader .navbar-nav{
	    margin-left: 0 !important;
	}
	#case_detail .detail_header ul li .padding{
	    padding: 20px;
	}
	#case_detail .detail_header ul li .logo{
	    float: none;width: auto;margin: 0;
	}
	#case_detail .detail_header ul li .txt{
	    float: none;width: auto;
	}
	#case_detail .detail_header ul li h2{
	    font-size: 20px;margin-top: 15px;
	}
	#case_detail .detail_header ul li p{
	    font-size: 16px;
	}
	#newsList .top_fangkuai_box{
	    padding-top: 0 !important;
	}
	.news_footer ul li b{
	    margin-right: 0;
	}
		#newsList .news_footer li p{
		    overflow: hidden;
		}
	#newsList .news_footer li a{
	    display: block;width: 80%;word-break:keep-all;
		white-space:nowrap;float: left;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.news_footer ul li .title span{
	    margin-top: 4px;
	}
	.news_con_foot{
	    margin-top: 20px;
	    padding-top: 20px;
	}
	.news_con_foot .foot_right{
	    float: none;width: 100%;
	}
	.news_container h1{
	    font-size: 20px !important;
	    margin-bottom: 15px;
	    padding-bottom: 0 !important;
	}
}

#myheader .navbar-nav .dropdown-menu{
    border-radius: 0 !important;
}



/* index */
.fh_footer {
	background: #1c1c1c;overflow: hidden;
}
.fh_footer .foote {
	padding: 60px 0;
}
.fh_footer .foote .lts {
	float: left;width: 20%;
}
.fh_footer .foote .ftl h3 {
	font-size: 16px;line-height: 1.8;color: #fff;
	margin-bottom: 10px;
} 
.fh_footer .foote .lts ul {
	overflow: hidden;
}
.fh_footer .foote .lts li {
	float: left;width: 50%;
}
.fh_footer .foote .lts li a {
	display: block;font-size: 14px;line-height: 36px;color: #b0b0b0;
	word-break:keep-all;transition: all 0.3s;
	white-space:nowrap;padding-right: 5%;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fh_footer .foote .lts li a:hover {
	color: #fff;
}
.fh_footer .foote .fnav {
	float: left;margin-left: 1%;width: 50%;position: relative;
	display: flex;
}
.fh_footer .foote .fnav::before {
	top: 8px;bottom: 8px;left: 0;position: absolute;
	z-index: 11;content: "";width: 1px;height: 204px;
	background: rgba(66,65,65,0.5);
}
.fh_footer .foote .fnav::after {
	top: 8px;left: -1px;position: absolute;
	z-index: 33;content: "";width: 2px;height: 14px;
	background: #00A84D;visibility: initial;
}
.fh_footer .foote .fnav .ls {
	width: 27%;padding: 0 6% 0 9%;position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap {
	width: 1600px;margin: 0 auto;
}
.fh_footer .foote .fnav .ls:nth-child(2){
	width: 50%;
}
.fh_footer .foote .fnav .ls ul {
	overflow: hidden;
}
.fh_footer .foote .fnav .ls li a{
	display: block;font-size: 14px;
	line-height: 36px;color: #afafaf;
	transition: all 0.3s;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fh_footer .foote .fnav .ls li a:hover {
	color: #fff;
}
.fh_footer .foote .fnav .ls:nth-child(2) li {
	float: left;width: 50%;
}
.fh_footer .foote .fnav .ls:nth-child(2) li a {
	text-align: left;
}
.fh_footer .foote .fnav .ls::before {
	top: 8px;bottom: 8px;right: 0;position: absolute;
	z-index: 11;content: "";width: 1px;
	background: rgba(66,65,65,0.5);
}
.layout {
	margin: 0 auto;background: #fff;overflow: hidden;position: relative;
}
.fh_footer .foote .fnav .ls::after {
	top: 8px;right: 0;position: absolute;
	z-index: 33;content: "";width: 2px;height: 14px;
	background: #00A84D;
}
.fh_footer .foote .fconat {
	float: right;width: 21%;
}
.fh_footer .foote .fconat h6 {
	font-size: 16px;line-height: 26px;color: #afafaf;
	margin-top: 6px;
}
.fh_footer .foote .fconat h6 i {
	display: inline-block;color: #afafaf;padding-left: 8px;
}
.fh_footer .foote .fconat .wx {
	margin-top: 12px;background: #fff;
	width: 125px;height: 125px;padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fh_footer .foote .fconat .wx img {
	display: block;height: 100%;width: 100%;
}
.fh_footer .flink {
	padding: 12px 0;border-top: 1px solid rgba(66,65,65,0.5);
}
.fh_footer .flink li {
	float: left;position: relative;margin-right: 15px;
	font-size: 14px;line-height: 38px;color: #9e9e9e;
}
.fh_footer .flink li a {
	display: block;	font-size: 14px;line-height: 38px;color: #9e9e9e;
	transition: all 0.3s;
}
.fh_footer .flink li a:hover {
	color: #fff;
}
.fh_footer .flink li:first-child {
	margin-right: 0;padding-left: 28px;
	background: url(../images/fn11.png) no-repeat left center;
}
.fh_footer .fcopyrig {
	background: #161616;
}
.fh_footer .fcopyrig .lt {
	float: left;width: 50%;
	font-size: 14px;line-height: 60px;color: #777676;
	/* word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; */
}
.fh_footer .fcopyrig .lt p{
    color: #777676;
}

.fh_footer .fcopyrig .rt {
	float: right;width: 50%;text-align: right;
	font-size: 14px;line-height: 60px;color: #777676;
	/* word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; */
}
.fh_apply {
	background: #f0f0f0;
	padding: 40px 0;
}
.fh_apply .lts {
	float: left;width: calc(100% - 200px);
}
.fh_apply .lts .ls {
	float: left;width: calc((100% - 22px)/3);margin-right: 10px;
}
.fh_apply .lts .ls:nth-child(3n) {
	margin-right: 0;
}
.fh_apply .lts .ls .text {
	display: block;width: 100%;
	border: none;background: #fff;
	padding: 0 15px;
	font-size: 16px;height: 50px;color: #a5a5a5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fh_apply .fsub {
	float: right;border: none;
	font-size: 18px;height: 50px;color: #fff;transition: all 0.3s;
	width: 180px;background: #43a871;cursor: pointer;
}
.fh_apply .fsub:hover {
	background: #00A84D;
}
.ft_header {
	background: #fff;
}
.ft_header .hd {
	background: #f5f5f5;
}
.ft_header .hd .lt {
	float: left;font-size: 12px;line-height: 36px;color: #888888;
}
.ft_header .hd .rt {
	float: right;position: relative;
}
.ft_header .hd .rt h3 i {
	display: inline-block;padding-right: 11px;cursor: pointer;
	font-size: 12px;line-height: 36px;color: #888888;
	background: url(../images/fc1.png) no-repeat right center;
}
.ft_header .hd .rt .nali {
	position: absolute;top: 100%;z-index: 66;display: none;
	left: 0;right: 0;margin: 0 auto;background: #333333;
}
.ft_header .hd .rt .nali .ls {
	position: relative;
}
.ft_header .hd .rt .nali .ls::before {
	position: absolute;z-index: 33;bottom: 0;left: 0;right: 0;
	background: url(../images/fn12.png) no-repeat center/cover;
	margin: 0 auto;height: 1px;width: 102px;content: "";
}
.ft_header .hd .rt .nali .ls:last-child::before {
	display: none;
}
.ft_header .hd .rt .nali .ls a {
	font-size: 16px;line-height: 46px;color: #fff;text-align: center;
	display: block;transition: all 0.3s;
}
.ft_header .hd .rt .nali .ls a:hover {
	background: #00A84D;
}
.ft_header .fhds {
	
}
.ft_header .fhds .lts {
	float: left;margin-top: 20px;
}
.ft_header .fhds .lts .logo {
	display: block;float: left;
	width: 200px;
}
.ft_header .fhds .lts .logo img {
	display: block;width: 100%;
}
.ft_header .fhds .lts h4 {
	margin-top: 8px;margin-left: 16px;float: left;
	font-size: 18px;line-height: 40px;color: #333333;
}
.ft_header .fhds .lts h4 i {
	display: inline-block;font-size: 30px;color: #00A84D;font-weight: bold;
}
.ft_header .fhds .naver {
	margin-left: 85px;float: left;
}
.ft_header .fhds .naver li {
	float: left;position: relative;
}
.ft_header .fhds .naver li:last-child {
	margin-right: 0;
}
.ft_header .fhds .naver li .fnali {
	position: absolute;z-index: 66;top: 0;display: none;
	left: -20px;right:  -20px;margin: 0 auto;top: 98px;
}
.ft_header .fhds .naver li .fnali dd {
	position: relative;
}
.ft_header .fhds .naver li .fnali dd::before {
	position: absolute;content: "";z-index: 33;
	bottom: 0;left: 0;right: 0;margin: 0 auto;
	height: 1px;background: url(../images/fn13.png) no-repeat center/cover;
	width: 124px;
}
.ft_header .fhds .naver li .fnali dd:hover::before,
.ft_header .fhds .naver li .fnali dd.on::before {
	display: none;
}
.ft_header .fhds .naver li .fnali dd a {
	display: block;font-size: 14px;line-height: 45px;color: #fff;
	transition: all 0.3s;background: #00A84D;text-align: center;
}
.ft_header .fhds .naver li .fnali dd a:hover {
	background: #02c55c;
}
.ft_header .fhds .naver li h2 a {
	display: block;width: 125px;transition: all 0.3s;
	font-size: 16px;line-height: 98px;color: #333333;text-align: center;
}
.ft_header .fhds .naver li.on h2 a,
.ft_header .fhds .naver li:hover h2 a {
	color: #00A84D;
}
.ft_header .fhds .dh {
	float: right;overflow: hidden;
	margin-top: 25px;
}
.ft_header .fhds .dh .ico {
	float: left;margin-top: 7px;
	width: 35px;height: 35px;
}
.ft_header .fhds .dh .ico img {
	display: block;width: 100%;height: 100%;
}
.ft_header .fhds .dh .tet {
	float: left;margin-left: 6px;
}
.ft_header .fhds .dh .tet h6 {
	font-size: 14px;line-height: 20px;color: #333333;
}
.ft_header .fhds .dh .tet h3 {
	font-size: 24px;line-height: 1;color: #333333;
}

.fbansw {
	height: 580px;position: relative;
}
.fbansw .next,
.fbansw .prev {
	position: absolute;z-index: 66;
	left: 8%;top: 50%;transform: translateY(-50%);
	background: url(../images/fj1.png) no-repeat center/cover;
	width: 50px;height: 96px;cursor: pointer;transition: all 0.3s;
}
.fbansw .next:hover,
.fbansw .prev:hover {
	background: url(../images/fj1-1.png) no-repeat center/cover;
}
.fbansw .next {
	left: auto;right: 8%;transform: translateY(-50%) rotate(180deg);
}
.fbansw .swspan {
	position: absolute;z-index: 66;bottom: 30px;
	left: 0;right: 0;margin: 0 auto;text-align: center;
}
.fbansw .swspan span {
	margin: 0 8px;height: 2px;width: 40px;
	background: rgba(255,255,255,0.2);border-radius: 0;
	opacity: 1;
}
.fbansw .swspan .swiper-pagination-bullet-active {
	height: 4px;background: #00A84D;
}
.fh_hot {
	padding: 18px 0;
}
.fh_hot .lt {
	float: left;
}
.fh_hot .lt dt {
	float: left;padding-left: 27px;background: url(../images/fc3.png) no-repeat left center;
	font-size: 14px;line-height: 44px;color: #666666;font-weight: bold;
}
.fh_hot .lt dd {
	float: left;margin-right: 7px;
}
.fh_hot .lt dd a {
	display: block;font-size: 14px;line-height: 44px;color: #666666;transition: all 0.3s;
}
.fh_hot .lt dd a:hover {
	color: #00A84D;
}
.fh_hot .rt {
	float: right;
}
.fh_hot .rt .form {
	overflow: hidden;width: 450px;
}
.fh_hot .rt .form .text {
	width: calc(100% - 103px);
	border: 1px solid #e7e7e7;
	border-right: none;float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;height: 44px;color: #999999;
	padding: 0 16px;
}
.fh_hot .rt .form .sub {
	float: right;height: 44px;width: 103px;border: none;
	cursor: pointer;background: url(../images/fn15.png) no-repeat center/cover;
}
.fh_shorvide {
	padding: 60px 0 70px;
}
.fh_shorvide .fshorsp {
	background: #fff;padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fh_shorvide .fshorsp .ftl {
	display: block;width: auto;
}
.fh_shorvide .fshorsp .fship {
	margin-top: 20px;
}
.fh_shorvide .fshorsp .lts {
	float: left;width: 640px;
}
.fh_shorvide .fshorsp .lts .video {
	width: 100%;position: relative;
}
.fh_shorvide .fshorsp .lts .video .video1 {
	display: block;width: 100%;
}
.fh_shorvide .fshorsp .lts .video .icoa {
	position: absolute;z-index: 66;display: none;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;overflow: hidden;
	height: 88px;width: 88px;border-radius: 50%;cursor: pointer;
	background: url(../images/fc5.png) no-repeat center/cover;
}
.fh_shorvide .fshorsp .rts {
	width: calc(100% - 696px);float: right;
}
.fh_shorvide .fshorsp .rts .ls {
	overflow: hidden;margin-bottom: 25px;
}
.fh_shorvide .fshorsp .rts .ls:last-child {
	margin-bottom: 0;
}
.fh_shorvide .fshorsp .rts .ls .img {
	float: left;width: 120px;height: 104px;
}
.fh_shorvide .fshorsp .rts .ls .img img {
	display: block;width: 100%;height: 100%;
}
.fh_shorvide .fshorsp .rts .ls .tet {
	float: right;width: calc(100% - 134px);
	margin-top: 16px;
}
.fh_shorvide .fshorsp .rts .ls .tet h3 {
	font-size: 23px;line-height: 38px;color: #333333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fh_shorvide .fshorsp .rts .ls .tet h6 {
	margin-top: 4px;
	font-size: 18px;line-height: 28px;color: #333333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fh_shorvide .fshorsp .rts .ls .tet h6 i {
	display: inline-block;color: #00A84D;font-weight: bold;
}
.fh_prodct {
	padding: 62px 0 70px;
}
.ftlte {
	text-align: center;position: relative;padding-bottom: 18px;
}
.ftlte h2 {
	font-size: 42px;line-height: 52px;color: #333333;font-weight: bold;
}
.ftlte h6 {
	font-size: 14px;line-height: 22px;color: #999999;text-transform: uppercase;
}
.ftlte::before {
	position: absolute;z-index: 11;content: "";
	bottom: 0;left: 0;right: 0;margin: 0 auto;
	width: 30px;height: 3px;background: #00A84D;
}
.fh_prodct .fprodct {
	margin-top: 40px;
}
.fh_prodct .fprlt {
	float: left;width: 280px;
}
.fh_prodct .fprlt .ltl h3 {
	padding: 0 30px;font-size: 22px;line-height: 56px;color: #fff;
	background: #00A84D;
}
.fh_prodct .fprlt .list {
	border: 1px solid #f0f0f0;border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fh_prodct .fprlt .list li a {
	display: block;padding: 0 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
}
.fh_prodct .fprlt .list li.on a,
.fh_prodct .fprlt .list li a:hover {
	background: #d7fde9;
}
.fh_prodct .fprlt .list li h5 i{
	border-bottom: 1px solid #eeeeee;transition: all 0.3s;
	display: block;padding-left: 20px;
	font-size: 15px;line-height: 55px;color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background: url(../images/fj2.png) no-repeat left center;
}
.fh_prodct .fprlt .list li.on h5 i,
.fh_prodct .fprlt .list li:hover h5 i {
	background: url(../images/fj3.png) no-repeat left center;
	color: #00A84D;
}
.fh_prodct .fprlt .imgs {
	width: 100%;
	padding: 30px 16px 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
} 
.fh_prodct .fprlt .imgs img {
	display: block;width: 100%;
}
.fh_prodct .fprrts {
	float: right;width: calc(100% - 340px);
}
.fh_prodct .fprrts .flist .list .ls {
	float: left;width: calc((100% - 62px)/4);margin-right: 20px;margin-bottom: 20px;
}
.fh_prodct .fprrts .flist .list .ls:nth-child(4n) {
	margin-right: 0;
}
.fh_prodct .fprrts .flist .list .ls a {
	display: block;border: 1px solid #f0f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fh_prodct .fprrts .flist .list .ls .img {
	height: 200px;overflow: hidden;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.fh_prodct .fprrts .flist .list .ls .img img {
	display: block;height: 100%;width: 100%;transition: all 0.3s;
}
.fh_prodct .fprrts .flist .list .ls:hover .img img {
	transform: scale(1.05);
}
.fh_prodct .fprrts .flist .list .ls h5 {
	text-align: center;margin-top: 2px;transition: all 0.3s;
	font-size: 16px;line-height: 52px;color: #333333;
    width: 90%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    padding-left: 5px;
}
.fh_prodct .fprrts .flist .list .ls:hover h5 {
	color: #00A84D;
}
.fh_prodct .fprrts .flist .list .ls:nth-last-child(-n+4) {
	margin-bottom: 0;
}
.fh_years {
	padding: 75px 0 80px;
}
.fh_years .list {
	overflow: hidden;
}
.fh_years .list .ls {
	float: left;width: 20%;position: relative;text-align: center;
}
.fh_years .list .ls::before {
	position: absolute;z-index: 11;content: "";
	height: 36px;width: 1px;background: #fff;
	right: 0;top: 44px;
}
.fh_years .list .ls:last-child::before {
	display: none;
}
.fh_years .list .ls h2 {
	font-size: 12px;line-height: 60px;color: #fff;

}
.fh_years .list .ls h2 em {
	display: inline-block;text-transform: uppercase;
	padding-left: 5px;color: #fff;line-height: 3;vertical-align: bottom;
}
.fh_years .list .ls h2 i {
	display: inline-block;font-size: 50px;color: #fff;vertical-align: top;
}
.fh_years .list .ls h6 {
	font-size: 15px;line-height: 25px;color: #fff;
}
.fh_industry {
	padding: 70px 0 100px;
}
.fh_industry .findusw {
	margin: 50px auto 0;padding: 0 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.fh_industry .findusw .next,
.fh_industry .findusw .prev {
	position: absolute;z-index: 66;
	left: 0;top: 50%;transform: translateY(-50%);
	height: 50px;width: 40px;background: url(../images/fj4.png) no-repeat center #919191;
	transition: all 0.3s;cursor: pointer;
}
.fh_industry .findusw .next {
	left: auto;right: 0;
	transform: translateY(-50%) rotate(180deg);
}
.fh_industry .findusw .next:hover,
.fh_industry .findusw .prev:hover {
	background: url(../images/fj4.png) no-repeat center #00A84D;
}
.fh_industry .findusw .finsw {
	overflow: hidden;
}
.fh_industry .findusw li {
	height: 244px;
	position: relative;	border-radius: 50%;overflow: hidden;
}
.fh_industry .findusw li a {
	display: block;height: 100%;
	border: 10px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;overflow: hidden;
	background-color: #fff !important;
}
.fh_industry .findusw li .tet {
	padding: 10px 10px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: absolute;z-index: 66;
	left: 0px;right: 0px;margin: 0 auto;
	background: #fff;bottom: 0px;
	
}
.fh_industry .findusw li .tet h3 {
	font-size: 23px;line-height: 29px;color: #333333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 0.3s;
}
.fh_industry .findusw li:hover .tet h3 {
	color: #00A84D;
}
.fh_industry .findusw li .tet h6 {
	margin-top: 2px;font-size: 13px;
	line-height: 19px;color: #999999;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-transform: uppercase;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fservi {
	margin: 0 auto;border-radius: 3px;overflow: hidden;
	display: block;transition: all 0.3s;background: #43a871;
	line-height: 48px;width: 166px;font-size: 16px;color: #fff !important;
	text-align: center;transition: all 0.3s;
}
.fservi:hover {
	background: #00A84D;
}
.fh_industry .fservi {
	margin: 50px auto 0;
}
.fh_process {
	padding: 90px 0 100px;
}
.fh_process .fproce {
	margin-top: 50px;
}
.fh_process .fproce .imgs {
	width: 520px;height: 350px;float: left;
}
.fh_process .fproce .rts {
	width: calc(100% - 530px);overflow: hidden;float: right;
}
.fh_process .fproce .rts .ls {
	float: left;width: calc((100% - 52px)/6);margin-right: 10px;margin-bottom: 10px;
	background: #eeeeee;height: 170px;padding: 40px 10px 20px;
	-webkit-box-sizing: border-box;transition: all 0.3s;
	-moz-box-sizing: border-box;position: relative;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fh_process .fproce .rts .ls.on,
.fh_process .fproce .rts .ls:hover {
	background: #00A84D;
}
.fh_process .fproce .rts .ls:nth-child(6n) {
	margin-right: 0;
}
.fh_process .fproce .rts .ls:nth-last-child(-n+6) {
	margin-bottom: 0;
}
.fh_process .fproce .rts .ls .ico {
	margin: 0 auto;height: 56px;width: 56px;position: relative;
}
.fh_process .fproce .rts .ls .ico img {
	display: none;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;transition: all 0.3s;
	max-width: 65%;max-height: 65%;
}
.fh_process .fproce .rts .ls .ico img:first-child {
	display: block;
}
.fh_process .fproce .rts .ls.on  .ico img:first-child,
.fh_process .fproce .rts .ls:hover .ico img:first-child {
	display: none;
}
.fh_process .fproce .rts .ls.on  .ico img:nth-child(2),
.fh_process .fproce .rts .ls:hover .ico img:nth-child(2) {
	display: block;
}
.fh_process .fproce .rts .ls h4 {
	font-size: 20px;line-height: 32px;color: #333333;
	transition: all 0.3s;text-align: center;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fh_process .fproce .rts .ls.on h4,
.fh_process .fproce .rts .ls:hover h4 {
	color: #fff;
}
.fh_process .fproce .rts .ls em {
	display: block;position: absolute;z-index: 33;
	right: -22px;top: 50%;transform: translateY(-50%);
	width: 33px;height: 28px;background: url(../images/fj5.png) no-repeat center/cover;
}
.fh_process .fproce .rts .ls:nth-child(6) em {
	top: auto;transform: translateY(0) rotate(90deg) !important;bottom: -21px;
	left: 0;right: 0;margin: 0 auto;
}
.fh_process .fproce .rts .ls:nth-last-child(-n+7) em{
	transform: translateY(-50%) rotate(180deg);
}
.fh_process .fproce .rts .ls:last-child em{
	display: none;
}
.fh_process .fservi {
	margin: 50px auto 0;
}
.fh_about {
	padding: 5vw 0 ;background: #f4f5f9;
}
.fh_about .fh_ab {
	padding: 62px 0 70px;background-size: 1630px auto;
}
.fh_about .fh_ab .lts {
	float: left;width: calc(100% - 640px);
}
.fh_about .fh_ab .lts .ftlt h2 {
	font-size: 52px;line-height: 1;color: #fff;text-transform: uppercase;
}
.fh_about .fh_ab .lts .ftlt h5 {
	font-size: 22px;line-height: 35px;color: #fff;
}
.fh_about .fh_ab .lts p {
	margin-top: 12px;font-size: 15px;line-height: 27px;color: #fff;
}
.fh_about .fh_ab .lts .lj {
	margin-top: 15px;
}
.fh_about .fh_ab .lts .lj h4 {
	font-size: 17px;line-height: 37px;color: #fff;
}
.fh_about .fh_ab .lts .lj h4 i {
	display: inline-block;font-weight: bold;color: #fff;
}
.fh_about .fmore {
	margin-top: 18px;border: 1px solid #fff;transition: all 0.3s;
	line-height: 30px;width: 90px;color: #fff;display: block;
	text-align: center;font-size: 12px;text-transform: uppercase;
}
.fh_about .fmore:hover {
	border-color: #eeae13;background: #eeae13;
}
.fh_about .fh_ab .imgs {
	float: right;margin-top: 30px;
	width: 518px;
}
.fh_about .fh_ab .imgs img {
	display: block;width: 100%;height: 100%;
}
.fh_news {
	padding: 100px 0;
}
.fh_news .fyetls {
	overflow: hidden;margin-bottom: 30px;
}
.fh_news .fyetls .ls {
	float: left;margin-right: 12px;
}
.fh_news .fyetls .ls a {
	display: block;border-radius: 3px;overflow: hidden;
	line-height: 43px;width: 132px;text-align: center;
	font-size: 17px;color: #333;transition: all 0.3s;
}
.fh_news .fyetls .ls.on a,
.fh_news .fyetls .ls a:hover {
	background: #00A84D;color: #fff;
}
.fh_news .fxiane  {
	float: left;width: calc(100% - 445px);
}
.fh_news .fxiane .flist {
	display: none;
}
.fh_news .fxiane .flist:first-child {
	display: block;
}
.fh_news .fxiane .flist .lt {
	float: left;width: 540px;
}
.fh_news .fxiane .flist .lt a {
	display: block;width: 100%;
}
.fh_news .fxiane .flist .lt .imgs {
	width: 100%;overflow: hidden;height: 240px;
}
.fh_news .fxiane .flist .lt .imgs img {
	display: block;width: 100%;transition: all 0.3s;
}
.fh_news .fxiane .flist .lt:hover .imgs img {
	transform: scale(1.05);
}

.fh_news .fxiane .flist .lt .text {
	padding: 38px 0;border-bottom: 1px solid #e0e0e0;
}
.fh_news .fxiane .flist .lt .text h4 {
	overflow: hidden;
}
.fh_news .fxiane .flist .lt .text h4 i {
	float: left;font-size: 16px;line-height: 28px;color: #333333;
	width: calc(100% - 70px);display: block;
	word-break:keep-all;transition: all 0.3s;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fh_news .fxiane .flist .lt .text h4 em {
	float: right;font-size: 14px;line-height: 28px;color: #999;display: block;
}
.fh_news .fxiane .flist .lt .text p {
	margin-top: 6px;font-size: 16px;line-height: 24px;color: #666;
	height: 48px;overflow: hidden;
}
.fh_news .fxiane .flist .rts {
	float: right;width: calc(100% - 614px);
}
.fh_news .fxiane .flist .rts .ls:last-child a {
	margin-bottom: 0;
}
.fh_news .fxiane .flist .rts .ls a{
	display: block;padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;margin-bottom: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fh_news .fxiane .flist .rts .ls h4 {
	overflow: hidden;
}
.fh_news .fxiane .flist .rts .ls h4 i {
	font-size: 16px;line-height: 18px;color: #333333;
	float: left;width: calc(100% - 70px);display: block;
	word-break:keep-all;transition: all 0.3s;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.fh_news .fxiane .flist .rts .ls:hover h4 i {
	color: #00A84D;
}
.fh_news .fxiane .flist .lt:hover .text h4 i {
	color: #00A84D;
}
.fh_news .fxiane .flist .rts .ls h4 em {
	float: right;font-size: 14px;line-height: 18px;color: #999;display: block;
}
.fh_news .fxiane .flist .rts .ls h6 {
	margin-top: 14px;font-size: 16px;line-height: 24px;color: #666;height: 48px;overflow: hidden;
}
.fh_news .fnewdal {
	float: right;width: 320px;
}
.fh_news .fnewdal .ftel h2 {
	font-size: 47px;line-height: 1;color: #000;font-weight: bold;
}
.fh_news .fnewdal .ftel h6 {
	margin-top: 18px;font-size: 16px;line-height: 1;color: #999;
	text-transform: uppercase;
}
.fh_news .fnewdal .ftel {
	position: relative;padding-bottom: 12px;
}
.fh_news .fnewdal .ftel::before {
	position: absolute;z-index: 11;content: "";
	bottom: 0;left: 0;width: 47px;height: 3px;background: #00A84D;
}
.fh_news .fnewdal .text {
	margin-top: 22px;
}
.fh_news .fnewdal .text h4 {
	font-size: 23px;line-height: 34px;color: #282828;
}
.fh_news .fnewdal .text p {
	margin-top: 82px;font-size: 18px;line-height: 30px;color: #a1a1a1;
}
.fh_news .fnewdal .text a {
	background: #00A84D;text-align: center;
	border-radius: 3px;overflow: hidden;transition: all 0.3s;
	width: 100%;display: block;margin-top: 35px;
}
.fh_news .fnewdal .text a:hover {
	background: #43a871;
}
.fh_news .fnewdal .text a i {
	display: inline-block;padding-left: 36px;
	font-size: 18px;line-height: 58px;color: #fff;
	background: url(../images/fh3-1.png) no-repeat left center;
}

.fsuspens {
	right: 45px;top: 30%;
	position: fixed;z-index: 333;
	box-shadow: 0 0 8px 1px rgba(80,80,80,0.2);
}
.fsuspens .list {
	border-radius: 3px;background: #fff;
}
.fsuspens .list .ls {
	border-bottom: 1px solid #f3f3f4;
	text-align: center;position: relative;
	overflow: hidden;
}
.weixsa{
    position: absolute;right: 0;z-index: 0;
    top: 0;z-index: 11;width: 140px;opacity: 0;
    transition: all 0.3s;
}
.fsuspens .list .ls:hover{
    overflow: initial;
}
.fsuspens .list .ls:hover .weixsa{
    right: 100%;z-index: 1;opacity: 1;
}
.fsuspens .list .ls:last-child {
	border-bottom: none;
}
.fsuspens .list .ls a {
	display: block;padding: 12px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 72px;transition: all 0.3s;
}
.fsuspens .list .ls a:hover {
	background: #00A84D;
}
.fsuspens .list .ls .ico {
	height: 30px;width: 100%;position: relative;margin: 0 auto;
}
.fsuspens .list .ls .ico img:first-child {
	display: block;
}
.fsuspens .list .ls.on .ico img:first-child,
.fsuspens .list .ls:hover .ico img:first-child {
	display: none;
}
.fsuspens .list .ls.on .ico img:nth-child(2),
.fsuspens .list .ls:hover .ico img:nth-child(2) {
	display: block;
}
.fsuspens .list .ls .ico img {
	display: none;position: absolute;z-index: 11;
	top: 50%;transform: translateY(-50%);
	left: 0;right: 0;margin: 0 auto;
}
.fsuspens .list .ls h4 {
	font-size: 14px;line-height: 1.1;color: #666666;transition: all 0.3s;
}
.fsuspens .list .ls:hover h4 {
	color: #fff;
}

