﻿@charset 'utf-8';
@font-face {
    font-family: 'geometric_slabserif_703_conMd';
    src: url('../fonts/geometricslab703bt-mediumcond-webfont.woff2') format('woff2'),
         url('../fonts/geometricslab703bt-mediumcond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'yasashii_hairlinebold';
    src: url('../fonts/yasashiihairline-bold-webfont.eot');
    src: url('../fonts/yasashiihairline-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yasashiihairline-bold-webfont.woff2') format('woff2'),
         url('../fonts/yasashiihairline-bold-webfont.woff') format('woff'),
         url('../fonts/yasashiihairline-bold-webfont.ttf') format('truetype'),
         url('../fonts/yasashiihairline-bold-webfont.svg#yasashii_hairlinebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media (min-width: 1430px)
{
    .c1400 .content .container
    {
        width: 1430px;
    }
}


input::-moz-placeholder
{
    opacity: 1;
    color: #999;
}

input::-webkit-input-placeholder
{
    opacity: 1;
    color: #999;
}

input:-ms-input-placeholder
{
    opacity: 1;
    color: #999;
}


/*分页*/

.paging
{
    text-align: center;
}

.paging li
{
    font-family: 'Impact', 'Arial';
    font-size: 12px;
    line-height: 28px;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin-right: 6px;
    margin-left: 6px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    vertical-align: top;

    color: #8fc31f;
    border: 1px solid #8fc31f;
}

.paging li a
{
    color: #8fc31f;
}

.paging li.activepage,
.paging li:hover
{
    color: #fff;
    background: #8fc31f;
}

.paging .lp
{
    line-height: 31px;
}

.paging .hidden-md a
{
    line-height: 40px;

    display: block;

    width: 80px;
    height: 40px;

    text-align: center;

    color: #8fc31f;
    border: 1px solid #8fc31f;
}

img
{
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}

.btn {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;font-family: "BlueSkyStandard","Microsoft Yahei",Palatino,Arial,sans-serif;
}
.btn--small {
	font-size: 12px;
	font-weight: 700;
	padding: 14px 23px 12px;
}
.btn-blue {
	background: #8fc31f;
}
.btn--icon:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: '';
	display: inline-block;
	height: 10px;
	margin-left: 10px;
	vertical-align: sub;
	width: 10px;
}
.btn--rounded {
	border-radius: 5px;
}
.btn--arrow-right:after {
	background-image: url(../images/arrow_next_white.svg);
}
.btn--icon--animated {
	padding: 12px 30px 10px;
	position: relative;
	-webkit-transition: padding 0.35s ease-in-out;
	-o-transition: padding 0.35s ease-in-out;
	transition: padding 0.35s ease-in-out;
}
.btn--icon--animated:after {
	opacity: 0;
	position: absolute;
	right: 30px;
	top: 50%;

	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.btn--icon--animated:focus,.btn--icon--animated:hover {
	padding-left: 35px;
	padding-right: 45px;
}
.btn--icon--animated:focus:after,.btn--icon--animated:hover:after {
	opacity: 1;
	right: 30px;
	-webkit-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

.inpage img
{
    max-width: 100%;
}



#vivo-head-wrap {
 font-size:14px;
 position:absolute;
 width:100%;
 min-width:1200px;
 z-index:999;
 background-color:rgba(26,26,26,.9)
}
.gb-vivo-head {
 position:relative;
 width:1200px;
 height:44px;
 margin:auto;
 z-index:2
}
.gb-vivo-head:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden
}
.gb-vivo-head * html {
 height:1px
}
.gb-vivo-head a.gb-vivo-h-logo {
 width:5%;
 position:absolute;
 width:100px;
 height:100px;
 float:left;
 top:0%;
 margin-top:0;
 background:0 0
}
.gb-vivo-head ul.gb-vivo-h-nav,.gb-vivo-head ul.gb-vivo-s-nav {
 font-family:"Avenir Next ST","Microsoft YaHei","PingFang SC";
 position:relative;
 width:60%;
 height:100%;
 display:table;
 margin:auto;
 color:#fff;
 left:auto
}
.gb-vivo-head ul.gb-vivo-s-nav {
 display:none;
 opacity:1;
 text-align:left;
 font-family:'Avenir Next ST',"Microsoft YaHei","PingFang SC"
}
.gb-vivo-head ul.gb-vivo-s-nav li span {
 font-size:80%;
 position:relative;
 bottom:-6px;
 color:rgba(255,255,255,.8)
}
.gb-vivo-head ul.gb-vivo-s-nav li a {
 font-family:'Avenir Next ST',"Microsoft YaHei","PingFang SC";
 margin:0 15%!important;
 padding:0!important
}
.gb-vivo-head ul.gb-vivo-s-nav li.f-s-nav span {
 display:block;
 line-height:54px;
 margin:0 15%!important;
 border-bottom:0
}
.gb-vivo-head ul.gb-vivo-s-nav .results a {
 font-family:'Avenir Next ST',"Microsoft YaHei","PingFang SC";
 color:#fff
}
.gb-vivo-head ul.gb-vivo-s-nav .results dl {
 position:relative;
 margin:0 15%!important;
 padding:0!important;
 border-bottom:1px solid #262626
}
.gb-vivo-head ul.gb-vivo-s-nav .results dt {
 font-size:14px;
 margin:15px 0
}
.gb-vivo-head ul.gb-vivo-s-nav .results dd {
 font-size:12px;
 margin:10px 0
}
.gb-vivo-head .gb-nav-tool {
 position:absolute;
 width:8%;
 top:50%;
 margin-top:-9px;
 right:0;
 z-index:2
}
.gb-vivo-head .v_h_usercenter {
 font-family:'Avenir Next ST',"Microsoft YaHei","PingFang SC";
 position:absolute;
 height:auto;
 padding:18px 0;
 top:44px;
 width:180px;
 right:0;
 background-color:#fff;
 overflow:hidden;
 visibility:hidden;
 opacity:0;
 -webkit-transition:all .4s ease-out;
 transition:all .4s ease-out
}
.gb-vivo-head .gb-vivo-h-menu {
 position:absolute;
 width:55px;
 height:100%;
 display:none;
 left:0;
 text-align:center;
 vertical-align:middle;
 z-index:9
}
.gb-vivo-head .gb-vivo-h-menu span {
 position:absolute;
 width:20px;
 height:1px;
 left:50%;
 margin-left:-10px;
 background-color:#fff;
 -webkit-transition:opacity .2s,-webkit-transform .4s ease-out;
 transition:opacity .2s,-webkit-transform .4s ease-out;
 transition:transform .4s ease-out,opacity .2s;
 transition:transform .4s ease-out,opacity .2s,-webkit-transform .4s ease-out
}
.gb-vivo-head .gb-vivo-h-menu span.menu-top {
 top:20px
}
.gb-vivo-head .gb-vivo-h-menu span.menu-middle {
 top:28px
}
.gb-vivo-head .gb-vivo-h-menu span.menu-bottom {
 top:36px
}
.gb-vivo-head .gb-vivo-m-search {
 -webkit-transition:opacity .2s,-webkit-transform .4s ease-out;
 transition:opacity .2s,-webkit-transform .4s ease-out;
 transition:transform .4s ease-out,opacity .2s;
 transition:transform .4s ease-out,opacity .2s,-webkit-transform .4s ease-out;
 -webkit-transform:scale(0);
 transform:scale(0);
 opacity:0
}
.gb-nav-tool a {
 width:19px;
 height:19px;
 display:inline-block;
 color:#FFF
}
.gb-nav-tool a.leave:before {
 color:#fff!important
}
.no-mobile .gb-nav-tool a:hover:before,.gb-nav-tool a.current:before {
 color:#b2b2b2
}
.no-mobile .gb-nav-tool a:active:before {
 color:#0087cd
}
.gb-nav-tool a:before {
 -webkit-transition:color .4s ease;
 transition:color .4s ease
}
.gb-nav-tool .nav-t-search {
 position:absolute;
 padding-top:2px;
 float:left;
 left:-18px;
 background-position:-19px 0
}
.gb-nav-tool .nav-t-search:before {
 display:block;
 speak:none;
 font-family:iconfont;
 font-size:100%;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\EA03";
 position:absolute;
 right:0;
 font-size:14px
}
.gb-nav-tool .nav-t-search:active {
 background-position:-38px 0
}
.gb-nav-tool .nav-t-user {
 float:right;
 padding-top:2px;
 background-position:-19px -19px
}
.gb-nav-tool .nav-t-user:before {
 display:block;
 speak:none;
 font-family:iconfont;
 font-size:100%;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\EA04";
 position:absolute;
 font-size:14px
}
.gb-nav-tool .nav-t-user:active {
 color:#0087cd;
 background-position:-38px -19px
}
.gb-nav-tool .nav-t-bag {
 display:none;
 background-position:0 -76px;
 position:relative;
 top:2px
}
.gb-nav-tool .nav-t-bag:before {
 display:block;
 speak:none;
 font-family:iconfont;
 font-size:100%;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\EA0D";
 position:absolute;
 font-size:14px
}
.gb-nav-tool .nav-t-bag:hover:before {
 color:#fff
}
.gb-nav-tool .nav-t-bag:active:before {
 color:#888
}
ul.gb-vivo-h-nav li,.gb-vivo-head ul.gb-vivo-s-nav li {
 position:relative;
 width:1%;
 display:table-cell;
 vertical-align:middle;
 z-index:1;
 text-align:left
}
ul.gb-vivo-h-nav li a,.gb-vivo-head ul.gb-vivo-s-nav li a {
 position:relative;
 display:block;
 height:100%;
 line-height:44px;
 font-size:14px;
 white-space:nowrap;
 padding:0 22px;
 -webkit-transition:color .4s ease;
 transition:color .4s ease;
 color:#fff;
 text-transform: uppercase;
}
ul.gb-vivo-h-nav li a:hover,.gb-vivo-head ul.gb-vivo-s-nav li a:hover {
 color:#b2b2b2
}
ul.gb-vivo-h-nav li a:active,.gb-vivo-head ul.gb-vivo-s-nav li a:active {
 color:#0087cd
}
ul.gb-vivo-h-nav li.menu-search,.gb-vivo-head ul.gb-vivo-s-nav li.menu-search {
 display:none
}
ul.gb-vivo-h-nav li.current a,.gb-vivo-head ul.gb-vivo-s-nav li.current a {
 color:#0087cd
}
a.gb-vivo-h-logo svg.vivo-brand-logo-small {
 display:inline-block;
 -webkit-transition:all .4s ease-out;
 transition:all .4s ease-out;
 fill:#008ddc
}
a.gb-vivo-h-logo:hover svg.vivo-brand-logo-small {
 fill:#50afff
}
a.gb-vivo-h-logo svg.vivo-brand-logo-large {
 display:none
}
a.gb-vivo-h-logo2 {
 position:absolute;
 width:110px;
 height:110px;
 float:left;
 top:0;
 margin-top:0;
 background-color:#0087cd;
 text-align:center
}
a.gb-vivo-h-logo2 svg.vivo-brand-logo-small {
 display:none
}
a.gb-vivo-h-logo2 svg.vivo-brand-logo-large {
 width:78%;
 height:100%;
 fill:#fff;
 display:inline-block
}
.v_h_usercenter li {
 position:relative;
 display:inline-block;
 text-align:left;
 height:50px;
 width:100%
}
.v_h_usercenter li.userlink-1 b:before {
 speak:none;
 font-family:iconfont;
 font-size:100%;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\EA09"
}
.v_h_usercenter li.userlink-2 b:before {
 speak:none;
 font-family:iconfont;
 font-size:100%;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\EA0E"
}
.v_h_usercenter li.userlink-3 b:before {
 speak:none;
 font-family:iconfont;
 font-size:100%;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\EA0D"
}
.v_h_usercenter li.userlink-4 b:before {
 speak:none;
 font-family:iconfont;
 font-size:100%;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\EA04"
}
.v_h_usercenter li b {
 margin:0 auto;
 vertical-align:baseline;
 position:relative
}
.ios .v_h_usercenter li b {
 top:-2px
}
.android .v_h_usercenter li b {
 top:-2px
}
.v_h_usercenter li a {
 display:block;
 color:#666;
 line-height:50px;
 font-size:14px;
 -webkit-transition:color .4s ease-out;
 transition:color .4s ease-out;
 padding:0 38px
}
.v_h_usercenter li a:hover {
 color:#0087cd
}
.v_h_usercenter li a span {
 position:relative;
 text-align:left;
 display:inline-block;
 margin-left:15px;
 font-size:14px;
 line-height:14px
}
.v_h_usercenter li a i {
 position:relative;
 min-width:14px;
 height:14px;
 font-weight:700;
 display:inline-block;
 text-align:center;
 margin-top:-1px;
 font-size:12px;
 padding:4px;
 line-height:14px;
 color:#fff;
 border-radius:50%;
 -webkit-transform:scale(0.7);
 transform:scale(0.7);
 background-color:#F51818
}
.windows .v_h_usercenter li a i {
 margin-top:0
}
.mobile .v_h_usercenter li a i {
 margin-top:-1px
}
.android .v_h_usercenter li a i {
 margin-top:-1px
}
.v_h_usercenter li a b:before {
 position:relative;
 font-size:14px;
 vertical-align:middle;
 line-height:18px;
 top:-1px
}
#search-curtain,#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other li #lang-mask,#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other li #follow-mask,#gb-mask-layer {
 position:fixed;
 width:100%;
 height:100%;
 background-color:rgba(0,0,0,.2);
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:990;
 display:none
}
.expand-size .v_h_search {
 position:absolute;
 padding:0;
 width:81%;
 height:44px;
 top:0;
 right:0;
 z-index:1;
 display:none
}
.v_h_search .search-top {
 position:relative;
 width:100%;
 height:100%
}
.v_h_search .search-content {
 position:absolute;
 width:90%;
 height:auto;
 min-height:280px;
 background:#fff;
 top:44px
}
.search-top input {
 font-family:'Avenir Next ST','Microsoft YaHei','PingFang SC';
 width:750px;
 height:30px;
 margin-top:7px;
 background:0 0;
 padding-left:43px;
 color:#fff;
 font-size:14px
}
.search-top input::-webkit-input-placeholder,.search-top input textarea::-webkit-input-placeholder {
 color:#888
}
.search-top .search-close {
 position:absolute;
 width:13px;
 height:13px;
 top:50%;
 margin-top:-7px;
 right:10%;
 color:#fff;
 -webkit-transform-origin:50% 50%;
 transform-origin:50% 50%;
 background-size:250px 250px;
 background-repeat:no-repeat;
 background-position:-19px -38px
}
.search-top .search-close:before {
 -webkit-transition:color .4s ease;
 transition:color .4s ease;
 speak:none;
 font-family:iconfont;
 font-size:100%;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\EA0A";
 display:block;
 font-size:13px
}
.search-top .search-close.hover:before {
 color:#888
}
.search-top .search-close:hover {
 background-position:0 -38px
}
.search-top .search-close:hover:before {
 color:#888
}
.search-top .search-close:active {
 background-position:-38px -38px
}
.search-top .search-close:active:before {
 color:#0087cd
}
.gb-vivo-m-search {
 display:none;
 vertical-align:middle;
 line-height:60px
}
.gb-vivo-m-search input {
 background:0 0;
 width:100%;
 color:#fff;
 font-size:16px
}
.gb-vivo-m-search input::-webkit-input-placeholder,.gb-vivo-m-search input textarea::-webkit-input-placeholder {
 color:#888
}
.search-content {
 font-family:'Avenir Next ST','Microsoft YaHei','PingFang SC'
}
.search-content dl {
 position:relative;
 width:100%;
 height:auto;
 margin-bottom:24px
}
.search-content dl dt {
 width:auto;
 height:auto;
 padding-left:43px;
 font-size:12px;
 color:#888;
 padding-top:28px;
 margin-bottom:11px
}
.search-content dl dd {
 width:100%;
 height:40px;
 font-size:14px
}
.search-content dl dd a {
 display:block;
 width:auto;
 height:100%;
 line-height:40px;
 padding-left:67px;
 color:#333;
 -webkit-transition:all .4s ease;
 transition:all .4s ease
}
.search-content dl dd a:hover {
 background-color:#f2f2f2;
 color:#0087cd
}
.search-content dl dd.current a {
 background-color:#f2f2f2;
 color:#0087cd
}
.search-content .results {
 position:relative;
 width:100%;
 height:100%;
 display:none
}
.search-content .results dl:before {
 position:absolute;
 width:694px;
 height:1px;
 content:'';
 top:0;
 left:43px;
 display:block;
 background-color:#0D0000;
 background-color:rgba(0,0,0,.05)
}
.gb-vivo-menu-series {
 position:absolute;
 width:100%;
 height:245px;
 top:0;
 left:0;
 z-index:1;
 color:#fff;
 overflow:hidden;
 opacity:0;
 filter:alpha(opacity=0)
}
.gb-vivo-menu-series .vms-bigbox {
 position:relative;
 width:100%;
 height:175px;
 top:44px;
 -webkit-transform:translateZ(0);
 transform:translateZ(0);
 background-color:#E61A1A1A;
 background-color:rgba(26,26,26,.9)
}
.expand-size .gb-vivo-menu-series .vms-bigbox {
 width:100%;
 height:190px
}
.gb-vivo-menu-series .vms-bigbox ul {
 position:absolute;
 width:150px;
 height:175px;
 top:-28px;
 padding-left:22px;
 -webkit-transform:translateZ(0);
 transform:translateZ(0);
 border-left-width:1px;
 border-left-style:solid;
 border-left-color:#3FFFF;
 border-left-color:rgba(255,255,255,.2)
}
.expand-size .gb-vivo-menu-series .vms-bigbox ul {
 width:auto;
 height:200px
}
.gb-vivo-menu-series .vms-bigbox ul#list1 {
 z-index:6
}
.gb-vivo-menu-series .vms-bigbox ul#list2 {
 z-index:5
}
.gb-vivo-menu-series .vms-bigbox ul#list3 {
 z-index:4
}
.gb-vivo-menu-series .vms-bigbox .nav-item-can {
 width:180px;
 height:180px;
 display:inline-block
}
.expand-size .gb-vivo-menu-series .vms-bigbox .nav-item-can {
 width:210px;
 height:210px;
 left:-210px
}
.expand-size .gb-vivo-menu-series .vms-bigbox .nav-item-can img{position: absolute;right:0px;top: 30px;opacity: 1;}
.vms-bigbox ul .nav-item-can {
 position:absolute;
 left:-180px;
 top:0
}
.vms-bigbox ul li {
 font-family:'Avenir Next ST','Microsoft YaHei','PingFang SC';
 font-weight:400;
 position:relative;
 padding:.6em 0;
 z-index:2;
 font-size:14px;
 line-height:1.2em
}
.vms-bigbox ul li.f-menu-link {
 padding-top:35px
}
.vms-bigbox ul li:nth-child(n+6) {
 display:none
}
.vms-bigbox ul li a {
 color:rgba(255,255,255,.8);
 -webkit-transform:translateZ(0);
 transform:translateZ(0);
 -webkit-transition:color .4s ease;
 transition:color .4s ease;
 text-overflow:ellipsis;
 display:inline-block;
 white-space:nowrap;
 overflow:hidden
}
.vms-bigbox ul li a:hover {
 color:#b2b2b2
}
.vms-bigbox ul li a:active {
 color:#0087cd
}

.sub-nav {
	position: absolute;
	right: 0;
	top: 15px;
}
#icon-nav li{padding: 0px 0;line-height: 1;float: right;}
#icon-nav li a{border: none;padding: 0 8px;color: #fff;}
#icon-nav li a:hover{background: none;}
#icon-nav li:first-child a{padding-right: 0;}
#icon-nav li i{font-style: normal;font-size: 10px;color: #fff;display: block;line-height: 13px;}
#icon-nav li.hover a{color: #666;}


/*phone*/

.header2
{
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;

    width: 100%;
    height: 60px;

    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
}

.header2 .container
{
    position: relative;
}

@media screen and (min-width: 768px)
{
    .header2 .container
    {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 992px)
{
    .header2 .container
    {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
}

.header2 .logo
{
    line-height: 80px;
}
.header2 .logo img{
    width: 80px;
}

.header2 .menuph
{
    position: absolute;
    top: 10px;
    right: 15px;

    width: 40px;
    height: 40px;

    cursor: pointer;
    text-align: center;

    background-color: #8fc31f;
}


/*手机按钮*/

.header2 .menuph .point
{
    position: relative;

    display: inline-block;

    width: 28px;
    height: 22px;
    margin-top: 10px;
}

.header2 .menuph .point:hover .navbtn,
.header2 .menuph .point:hover .navbtn::after,
.header2 .menuph .point:hover .navbtn::before
{
    width: 28px;
}

.header2 .menuph .navbtn
{
    position: absolute;
    top: 10px;
    right: 0;

    display: inline-block;

    width: 21px;
    height: 1px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    background: #fff;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before
{
    position: absolute;
    right: 0;

    display: inline-block;

    width: 28px;
    height: 1px;

    content: '';
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

    background: #fff;
}

.header2 .menuph .navbtn::after
{
    top: -11px;
}

.header2 .menuph .navbtn::before
{
    top: 10px;
}

.header2 .menuph .point.active .navbtn
{
    background: transparent;
}

.header2 .menuph .point.active .navbtn::after
{
    top: 0;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.header2 .menuph .point.active .navbtn::before
{
    top: 0;

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.header2 .phsou
{
    position: absolute;
    top: 12px;
    right: 80px;
}

.header2 .phsou span
{
    width: 35px;
	font-size: 35px;color:#8fc31f;
    cursor: pointer;
}


/*手机下拉*/

.phxia
{
    position: relative;
}

.xialaph
{
    font-family: '微软雅黑';

    position: absolute;
    z-index: 1049;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: 61px;

    background-color: #fff;
    background-color: #fff;
}

.xialaph.active
{
    top: 106px;
}

@media screen and (min-width: 768px)
{
    .xialaph .container
    {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (min-width: 992px)
{
    .xialaph .container
    {
        width: 100%;
        padding: 0 40px;
    }
}

.xialaph .ul2,
.xialaph .ul3
{
    display: none;
}

.xialaph h4 a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 59px;

    text-transform: uppercase;

    color: #999;
}

.xialaph h4
{
    position: relative;

    border-bottom: 1px solid #ddd;
}

.xialaph h4::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    opacity: .1;
    background-color: #e5e5e5;
}

.xialaph h5 a
{
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 40px;

    text-transform: uppercase;

    color: #999;
}

.xialaph h5
{
    position: relative;

    padding-left: 30px;
}

.xialaph h5::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';

    opacity: .05;
    background-color: #fff;
}

.xialaph h4 img
{
    float: right;

    width: 13px;
    margin-top: 23px;

    cursor: pointer;
}

.xialaph h5 img
{
    float: right;

    width: 13px;
    margin-top: 26px;

    cursor: pointer;
}

.xialaph h4.active,
.xialaph h5.active
{
    border-bottom: 0;
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s
{
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d
{
    display: block;
}

.xialaph .ul2
{
    padding-top: 7px;
    padding-bottom: 8px;

    background-color: #f0f0f0;
}

.xialaph .ul3
{
    position: relative;

    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.xialaph .ul3 li a
{
    font-size: 12px;
    line-height: 30px;

    display: block;

    text-transform: uppercase;

    color: #999;
}

.xialaph .ul3 li
{
    padding-top: 5px;
}

.xialaph .ul3 li:first-child
{
    padding-top: 0;
}

.phonemeng
{
    position: absolute;
    z-index: 1048;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: .6;
    background-color: #000;
}

.phonemeng.active
{
    display: block;
}
.phone-copy{position: relative;clear: both;overflow: hidden;}


.index .banner
{
    position: relative;
}

.index .slick_banner .item
{
    display: none;
}

.index .slick_banner .item:first-child
{
    display: block;
}

.index .slick_banner .slick-slide
{
    display: block;
}

.index .slick_banner .slick-dots
{
    bottom: 50px;
}

.index .slick_banner .slick-dots li
{
    width: 50px;
    height: 4px;
    margin: 0 10px;

    border-radius: 2px;
    background: #fff;
}

.index .slick_banner .slick-dots li.slick-active
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);

    background: #8fc31f;
}

.index .slick_banner .item img
{
    width: 100%;
}

.pro_titimg{text-align: center;margin: 0 auto;}
.pro_titimg img{max-width: 100%;}
.inr-c {
	max-width: 1296px;
	margin-left: auto;
	margin-right: auto;
}
.wrap_floor {
  width: 100%;
  height: 697px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.wrap_floor > .bg {
  width: 100%;
  height: 697px;
  overflow: hidden;
  position: absolute;
}
.wrap_floor > .bg > [class^="img_"] {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2000px;
  margin-left: -1000px;
  height: 697px;
  z-index: 1;
}
.wrap_floor > .cont {
  z-index: 2;
  position: relative;
  padding-top: 55px;
}
.wrap_floor .group_cont > [class^="cont_"] {
  display: none;
  color: #fff;
  line-height: 1;
}
.wrap_floor .group_cont > [class^="cont_"]:first-child {
  display: block;
}
.wrap_floor .group_cont > [class^="cont_"] > .t1 {
  margin-top: 50px;
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 6px;
}
.wrap_floor .group_cont > [class^="cont_"] > .h2 {
  margin-top: 20px;
  font-size: 80px;
}
.wrap_floor .group_cont > [class^="cont_"] > .t2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 33px;
  min-height: 66px;
}
.wrap_floor .controls {
  margin-top: 50px;
  font-size: 0;
  line-height: 0;
}
.wrap_floor .controls [class^="btn_"] {
  margin-left: 7px;
  margin-right: 7px;
}
.wrap_floor .group_cont .box_thumb {
  position: absolute;
  right: 130px;
  top: -30px;
  -webkit-box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.17);
  box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.17);
}
.wrap_floor .group_cont .box_thumb .txt {
  width: 100%;
  height: 136px;
  background-color: #fff;
  display: table;
  position: relative;
}
.wrap_floor .group_cont .box_thumb .txt:after {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 23px;
  height: 46px;
  background: url(../images/bg_arr_right.png) 0 0 no-repeat;
  margin-top: -23px;
  content: "";
}
.wrap_floor .group_cont .box_thumb .txt .inner {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap_floor .group_cont .box_thumb .txt .inner > span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #231f20;
}
.wrap_floor .group_cont .box_thumb .txt .inner > span.t2 {
  margin-top: 12px;
  font-size: 26px;
}
.btn-more {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	opacity: 0;
	background-color: #fff;
}

.tuijian .ib-content{padding: 6px 3px 0;}
.pro-box .ib-caption{
	position: relative;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.pro-box .ib-caption h3{
	margin: 0 0 15px;
	-webkit-transition-delay: 40ms;
	        transition-delay: 40ms;
	-webkit-transition:bottom 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
	        transition:bottom 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
}
.pro-box .ib-caption p{
	font-size: 14px;
	margin: 0;
	text-align: left;line-height: 20px;
}
.pro-box .ib-caption img{
	-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);width: 100%;
}
.pro-box .ib-caption a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	-webkit-transition: -webkit-transform 850ms cubic-bezier(0.4,0,0.2,1);
	transition: -webkit-transform 850ms cubic-bezier(0.4,0,0.2,1);
	-o-transition: transform 850ms cubic-bezier(0.4,0,0.2,1);
	transition: transform 850ms cubic-bezier(0.4,0,0.2,1);
	transition: transform 850ms cubic-bezier(0.4,0,0.2,1),-webkit-transform 850ms cubic-bezier(0.4,0,0.2,1);
	width: 100%;
	will-change: transform;
	z-index: 1;position: relative;display: block;
}
.pro-box .ib-caption img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
}
.pro-box .ib-caption a:after {
	background-color: #000;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1s cubic-bezier(0.4,0,0.2,1);
	-o-transition: opacity 1s cubic-bezier(0.4,0,0.2,1);
	transition: opacity 1s cubic-bezier(0.4,0,0.2,1);
	width: 100%;
}
.pro-box .ib-caption span.more{
position: relative;display: inline-block;margin-top: 30px;
}
.pro-box .ib-caption span.more:before{position: absolute;left: 0;bottom:-3px;width: 20px;height: 1px;background: #8fc31f;content: "";}
.pro-box .ib-caption a{
	text-decoration: none;
}
.pro-box .ib-caption a:hover h3{
	-webkit-transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
	        transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
}
.touch .pro-box .ib-caption h3{
}
.pro-box .ib-caption a:hover p{
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition:bottom 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975),opacity .4s cubic-bezier(0.02, 0.045, 0.22, 0.975);
	        transition:bottom 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975),opacity .4s cubic-bezier(0.02, 0.045, 0.22, 0.975);
	-webkit-transition-delay: 80ms;
	        transition-delay: 80ms;
}
.touch .pro-box .ib-caption p{
	opacity: 1;
}

.pro-box .ib-caption a:hover .tsf-scale,.touch .pro-box .ib-caption .tsf-scale{
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.pro-box .ib-caption a:hover:after{opacity: 0;}
.pro-box .ib-caption-mask{
	height: 140px;
    position: absolute;
    width: 100%;
    bottom: -140px;
    background: rgba(0,0,0,.2);
}
.pro-box .ib-caption a:hover .ib-caption-mask{
	bottom: 0px;
	-webkit-transition:bottom 400ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:bottom 400ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.pro-box .color-light h3,.pro-box .color-light p{
	color: #fff;
}
.pro-box .ib-content{
	overflow: hidden;margin: 6px;padding: 0;
}
.pro-box .ib-content:first-child{margin-left: 0;margin-right: 0px;padding-right: 3px;}
.pro-box .ib-content:last-child{margin-left: 0px;margin-right:0;padding-left: 3px;}
.pro-box .ib-caption .mask-box{width:35%;position: absolute;left: 50%;margin-left: -10%;top: 45%;}
.pro-box .ib-content:first-child h3,.pro-box .ib-content:first-child pe{text-align: left;}
.pro-box .ib-content:first-child .more{color: #8fc31f;float: left;}
.pro-box .ib-content:last-child .more{color: #ff0002;float: right;}
.pro-box .ib-content:last-child h3,.pro-box .ib-content:last-child p{text-align: right;}
.pro-box .ib-content:last-child span.more:before{right: 0;background: #ff0002;}


.tuijian .ib-caption{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;overflow: hidden;
	/*background: url(../images/mask-box.png) repeat-x;*/
}
.tuijian .ib-caption img{
	-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);width: 100%;
}
.tuijian .ib-caption a{
	text-decoration: none;position: relative;
}


.touch .news-box .ib-caption span.more{
	opacity: 0;
}
.tuijian .ib-caption a:hover .tsf-scale,.touch .tuijian .ib-caption .tsf-scale{
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.tuijian .ib-caption-mask{
	height: 140px;
    position: absolute;
    width: 100%;
    bottom: -140px;
    background: rgba(0,0,0,.2);
}
.tuijian .ib-caption a:hover .ib-caption-mask{
	bottom: 0px;
	-webkit-transition:bottom 400ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:bottom 400ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.news-box .ib-content{
	overflow: hidden;
}

/*首页新闻*/
.global-news-wrap{padding: 50px 0;background: #f9f9f9;}
.global-news .news-list,.global-news .news-piclist{position: relative;overflow: hidden;}
.global-news h3{border-bottom: 1px solid #999;font-size: 22px; color: #484848;padding-bottom: 10px;margin-bottom: 30px;}
.global-news h3 span{font-size: 16px;border: 0;padding: 0;}
.global-news h3 span a{color: #666;line-height: 30px;}
.global-news h3 span a i{font-style: normal;font-size: 12px;}
.global-news .news-list{margin-right: 20px;}
.global-news .news-list ul li{border-bottom: 1px solid #AEAEAE;margin-bottom: 10px;padding: 15px 0;}
.global-news .news-list ul li h5{font-size: 16px;color: #565656;margin-bottom: 10px;}
.global-news .news-list ul li h5 span,.global-news .news-piclist ul li h5 span{float: right;font-size: 14px;color: #5e6c80;}
.global-news .news-list ul li p,.global-news .news-piclist ul li p{color: #939393;font-size: 12px;line-height: 20px;}
.global-news .news-list ul li a:hover h5{color: #8fc31f;}
.global-news .news-piclist ul{padding: 15px 0 0;}
.global-news .news-piclist ul li a{display: block;color:#666;padding-bottom: 10px;border-bottom: 1px solid #ccc;}
.global-news .news-piclist ul li a h5{margin: 10px 0;font-size: 16px;}
.global-news .news-piclist ul li a p{color: #cbcbcb;}
.global-news .news-piclist ul li:first-child a{}


/*首页合作客户*/
.global-customer-wrap{background: url(../images/p_bg.gif) center top no-repeat;}
.global-customer-wrap h2{padding-top:30px;color: #fff;font-size: 24px;}
.global-customer-wrap p{padding: 10px 40px 30px 0;color: #eee;}
.customer-list{padding: 10px 0px 10px;overflow: hidden;}
.customer-list ul li{display: inline-block;}
.customer-list ul li a{display: block;margin: 0px;}
.customer-list ul li a img{}
.more a {
  border: 1px solid #eee;
  color: #eee;
  font-size: 14px;
  padding: 10px 20px;
}
.global-customer-wrap .more{margin-bottom: 70px;}


.index .tuijian .slick_tui .item
{
    float: left;

    width: 33.3333%;

    background: #fff;
}


.index .tuijian .slick_tui .item a
{
    display: block;

    height: 100%;
	position: relative;overflow: hidden;
}

.index .tuijian .slick_tui .item .moreh
{
    font-family: 'Kalinga', 'Arial';
    line-height: 45px;

    width: 150px;
    height: 45px;
    margin-top: 150px;

    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #fff;
}


.index .tuijian .slick_tui .item a:hover .moreh
{
    color: #fff;
    background: #8fc31f;
}
.index .tuijian .slick_tui .item .moreh i{font-size: 13px;}


.image-paragraph {
	position: relative;
}
.image-paragraph__image img {
	width: 100%;
}
.image-paragraph__text {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index .tuijian .slick_tui .item .image-paragraph__text{left: 25%;}
.index .tuijian .slick_tui .item_video .image-paragraph__text{left: 50%;}
.index .tuijian .slick_tui .item .image-paragraph__text h3{margin-bottom: 10px;}
.index .tuijian .slick_tui .item .image-paragraph__text p{line-height: 20px;}
.image-paragraph__text {
	color: #fff;
	max-width: 28%;
	width: 100%;
}
.index .tuijian .slick_tui .item .image-paragraph__image img{	-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);}
.index .tuijian .slick_tui .item a:hover .image-paragraph__image img{-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);}
.index .tuijian .slick_tui .item a:hover .mask-play span {
	background: rgba(244,12,91,.4);
	color: #8fc31f;
}


/* SEARCH MODAL */

.header-search {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background-color: rgba(34,34,34,0.95);
  opacity: 0;
  z-index: 99999;
  transition: all 0.3s ease 0s;
}
.header-search.open {
  visibility: visible;
  opacity: 1;
}
.search-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  border: none;
  background-color: #fff !important;
  opacity: 1 !important;
  z-index: 999;
  transition: all 0.3s;
}
.search-open {
  float: right;
  height: 40px;
  padding-top: 7px;
  padding-left: 22px;
  font-size: 14px;
  color: #666;
  background-color: #fff;
}
.header-search.open {
  visibility: visible;
  opacity: 1;
}
.search-global {
  position: absolute;
  top: 50vh;
  margin-top: -120px;
}
.search-global__input {
  width: 100%;
  padding-right: 50px;
  padding-bottom: 12px;
  font: 700 72px Montserrat;
  color: #fff;
  border: none;
  border-bottom: 1px solid #919191;
  background-color: transparent;
  opacity: 1;
}
.search-global__input::-moz-placeholder {
  color: #fff;
}
.search-global__input:-ms-input-placeholder {
  color: #fff;
}
.search-global__input::-webkit-input-placeholder {
  color: #fff;
}
.search-global__input:focus {
  outline-style: none;
}
.search-global__btn {
  position: absolute;
  top: 34px;
  right: 0;
  font-size: 40px;
  color: #fff;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.search-global__note {
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 14px;
    color: #fff;
}
.btn_header_search {
  font-size: 16px!important;
  padding: 0 7px !important;
}

.btn_header_search .icon {
  font-size: 16px;
}

.search_box{padding: 50px 0;}
.search_box .news-list{padding: 10px 0;border-bottom: 1px solid #ccc;}
.search_box .news-list  h4{line-height: 35px;margin-bottom: 10px;color: #666;}
.search_box .news-list .list-date{float: right;}
.search_box .news-list p{color: #999;padding-bottom: 10px;line-height: 22px;}




/*首页产品*/
.slick_pro{margin: 70px 0;}
.slick_pro a{display: block;background: #eff0f1;}
.slick_pro a span{font-weight: 600;font-size: 16px;color: #666;line-height: 30px;padding: 15px  15px 0px;display: block;position: relative;}
.slick_pro a span:after{position: absolute;right:15px;top:15px;content:"\e61c";font-size: 18px;color: #ccc;font-family: "iconfont";}
.slick_pro a p{font-size: 14px;color: #999;padding: 0 15px 15px;line-height: 20px;}
.slick_pro a:hover{background:#8fc31f; }
.slick_pro a:hover span,.slick_pro a:hover p{color: #fff;}
.slick_pro .slick-dots{bottom: -50px;}
.slick_pro .slick-dots li{background: #a0a0a0;border-radius: 50%;width: 10px;height: 10px;}
.slick_pro .slick-dots li.slick-active{background: #8fc31f;}
.slick_pro .slick-prev{}


.news{background: #f9fafa;}
.news-box{padding: 50px 0;}
.news-box h3{margin-bottom: 30px;}
.news-box h3 a.more{float: right;color: #777;position: relative;font-size: 18px;display: block;padding: 0px 30px;}
.news-box h3 a.more.btn--icon:after{top: 45%;position: absolute;}
.news-box ul li{display: block;overflow: hidden;margin: 50px 0;}
.news-box ul li:first-child{margin-top: 10px;}
.news-box ul li:last-child{margin-bottom: 0px;}
.news-box ul li a{ color: #717171;display: block;}
.news-box ul li a h5{font-weight: 600;padding-bottom: 10px;}
.news-box ul li a time{display: block;text-align: center;border-right: 1px solid #eee;}
.news-box ul li a time span{display: block;font-size: 50px;line-height:60px;}
.news-box ul li a p{color: #999;line-height: 18px;}
.news-box ul li a:hover,.news-box ul li a:hover p{color: #8fc31f;}
.news_pic img{width: 100%;}
.news_pic{position: relative;overflow: hidden;padding-left: 50px;}
.news_pic .mask{position: absolute;right: -10px;bottom: 30px;}


footer{background:#2b2b2b;}
/*网站底部*/
.global-footer-wrap{background: #292929;}
.global-footer{border-top:1px solid #7D7D7D;}
.copyright p,.copyright a{line-height: 40px;color: #6b6b6b;}
.icpbox{margin: 12px 0;text-align: right;}
.icpbox ul li{display: inline-block;position: relative;padding-right: 20px;}
.icpbox ul li:after{position: absolute;width: 1px; height: 10px; right:10px;top: 3px;color:#6b6b6b;background: #6b6b6b;content: "";}
.icpbox ul li:last-child:after{width: 0;}
.icpbox ul li a{color:#6b6b6b;}
.icpbox ul li a:hover{color:#8fc31f;}
.global-footerlink{padding-top: 30px;}
.global-footerlink ul li{margin-bottom: 30px;float: left;}
.global-footerlink h4{margin-bottom: 10px;}
.global-footerlink h4 a,.global-footerlink h4 {color: #6b6b6b;font-weight: 300;font-size: 16px;}
.global-footerlink a:hover{color: #8fc31f;}
.global-footerlink ul li.md-2{margin-bottom: 0;width: 50%;float: left;}
.global-footerlink ol li a{color: #6b6b6b;font-size: 14px;font-weight: 300;line-height: 24px;}
.global-footerlink ol li span{ display: block;}
.global-footerlink ol li span a{font-size: 12px;font-weight: 300;color: #cbcbcb;}
.global-footerlink p{font-size: 24px;color: #6b6b6b;font-weight: 600;}
.global-footerlink ul li.md-2{width: 20%;}
.global-footerlink ul li.md-1{width: 12%;}
.global-footerlink ul li.md-1 ol li{width: 100%;margin-bottom: 0px;}
.global-footerlink ul li.md-2 ol li{width: 50%;float: left;}
.tel_box{margin-top:25px;color: #6b6b6b;position: relative;}
.tel_box:before{position: absolute;content: "\e615";color: #6b6b6b;left:-30px;top:0px;font-size:50px;font-family: "iconfont";}
.tel_box p{font-family: "geometric_slabserif_703_conMd";font-size: 36px;}
.qcode_box{margin-top: 15px;display: table;padding: 0;float: right!important;}
.qcode_box img{float: left;}
.qcode_box h5{font-size: 12px;display: table-cell;vertical-align: middle;color: #6b6b6b;line-height: 18px;padding-left: 0px;}
.text_v{
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*内页公共*/

.inpage .bannei
{
    position: relative;

    width: 100%;
}

.inpage .bannei::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0;

}

.inpage .bannei .img
{
    position: relative;
    top: 0;
    left: 50%;

    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);width: 100%;
}

.inpage .bannei .imgzi
{
    font-family: 'HNLC', '微软雅黑';
    font-size: 48px;

    position: absolute;
    z-index: 2;
    top: 54%;
    left: 50%;

    width: 1200px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #fff;
}

.inpage .bannei .imgzi img
{
    position: absolute;
    top: 0;
    right: 0;
}

.inpage .bannei .imgzi span
{
    position: relative;

    display: inline-block;

    padding-top: 85px;
    padding-right: 90px;
}

.inpage .ernavn
{
    position: relative;
    z-index: 3;

    height: 61px;

    border-bottom: 1px solid #e6e6e6;
}

.inpage .ernavn .gohome
{
    position: relative;

    width: 90px;

    text-align: center;
}

.inpage .ernavn .gohome a
{
    line-height: 55px;

    position: relative;
    z-index: 1;

    display: block;
}

.inpage .ernavn .gohome::after
{
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    left: -1px;

    content: '';
}

.inpage .ernavn .gohome img
{
    width: 20px;
    margin-top: -2px;
}

.inpage .ernavn .btn_group1
{
    position: relative;
}

.inpage .ernavn .btn_group1:last-child button
{
    border-right: 1px solid #e6e6e6;
}

.inpage .ernavn .btn_group1 a
{
    font-family: 'Helvetica', 'Arial';
    font-size: 14px;
    font-weight: bold;

    position: relative;

    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
    padding-right: 12px;
    padding-left: 20px;
	display:inline-block;
    text-align: left;
    text-transform: uppercase;
	line-height:55px;
    color: #666;
}
.inpage .ernavn .btn_group1 a span{display: inline-block;line-height:55px;}
.inpage .ernavn .btn_group1 a span.fa-home{font-size: 18px;color: #8fc31f;}

.inpage .ernavn .btn_group1 .uldown
{
    font-size: 14px;

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    padding: 9px 0;

    list-style: none;

    text-align: left;

    border: 1px solid #e3e3e3;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.inpage .ernavn .btn_group1 .uldown li a
{
    line-height: 1.5;

    display: block;

    padding: 5px 20px;

    text-transform: uppercase;

    color: #666;
}

.inpage .ernavn .btn_group1 .uldown li a:hover
{
    color: #333;
    background-color: #f5f5f5;
}

.inpage .ernavn .btn_group1 button:hover .img_s,
.inpage .ernavn .btn_group1 button.active .img_s
{
    display: none;
}

.inpage .ernavn .btn_group1 button:hover .img_d,
.inpage .ernavn .btn_group1 button.active .img_d
{
    display: inline-block;
}

.inpage .ernavn .btn_group1 button:hover,
.inpage .ernavn .btn_group1 button.active
{
    color: #c9a063;
}

.coverh .content
{
    padding-top: 30px;
}

.coverh .coverh1
{
    margin-top: 10px;
    margin-bottom: 55px;
}

.coverh .coverh1 .morer
{
    width:100%;

}

.coverh .coverh1 .morer .imgk
{
    position: relative;

    overflow: hidden;
}

.coverh .coverh1 .morer .imgk::after
{
    font-family: '微软雅黑';
    font-size: 30px;
    line-height: 373px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '了解更多 +';
    -webkit-transition: all .7s ease-out 0s;
       -moz-transition: all .7s ease-out 0s;
        -ms-transition: all .7s ease-out 0s;
         -o-transition: all .7s ease-out 0s;
            transition: all .7s ease-out 0s;
    text-align: center;

    opacity: 0;
    color: #fff;
    background: rgba(0, 0, 0, .7);
}

.coverh .coverh1 .morer .imgk:hover::after
{
    opacity: 1;
}

.coverh .coverh1 .morer .imgk:hover img
{
    -webkit-transform: translateX(-50%) scale(1.2);
        -ms-transform: translateX(-50%) scale(1.2);
         -o-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
}

.coverh .coverh1 .morer .imgk img
{
    position: relative;
    top: 0;
    left: 50%;

    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.coverh .coverh1 .moreh{padding: 15px 0;text-align: right;display: block;}

.coverh .paging
{
    margin-top: 19px;
    margin-bottom: 76px;
}

.product_sublist .content{padding-bottom: 70px;}
.product_sublist .product_ls ul li {
	float: left;
	width: 33.3333%;
	margin-bottom: 10px;
	padding: 0 5px;
}
.product_sublist .product_ls ul li .imgk{text-align: center;}
.product_sublist .product_ls ul li .imgk h4{text-align: center;color: #717171;padding-top: 50px;}
.product_sublist .product_ls ul li a{background: #fff;display: block;position: relative;}
.product_sublist .product_ls ul li a .mark{
	position: absolute;
	display: flex;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(244, 12, 91, 0.9);
	cursor: pointer;
	text-align: center;color: #fff;
}
.product_sublist .product_ls ul li a:hover .mark{opacity: 1;}
.product_sublist .product_ls ul li a .mark .licnn h1{padding-bottom: 10px;}

.content_case{padding: 50px 0;}
.content_case h1{text-align: center;position: relative;}
.content_case h1:after{width: 50px;height: 1px;background: #333;content: "";left: 50%;
	position: absolute;
	top: 150%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);}
.content_case .case_ls{position: relative;clear: both;padding: 50px 0;}
.content_case .case_ls ul li{	float: left;
	width: 33.3333%;
	margin-bottom: 0px;
	padding: 0 ;}
.content_case .case_ls ul li a{text-align: center;position: relative;display: block;}
.content_case .case_ls ul li a:after{position:absolute;left:-2px;bottom: 0;content: ".";color: #ccc;font-size: 20px;}
.content_case .case_ls ul li a span.border_left{position: absolute;left: 0;width: 1px; height: 92%;top: 0;background: #ccc;}
.content_case .case_ls ul li a span.border_bottom{position: absolute;right:5%;width: 90%; height:1px;bottom: 0;background: #ccc;}
.content_case .case_ls ul li a .licnn{padding: 20px 0 100px;}
.content_case .case_ls ul li a .licnn h5{color: #999;padding-bottom: 5px;}
.content_case .case_ls ul li a .licnn h3{color: #666;}
.content_case .case_ls ul li a .imgk{padding: 100px 0 10px;}
.content_case .case_ls ul li a .imgk i{font-size: 40px;color:#666; }
.content_case .case_ls ul li a:hover .imgk i{color:#8fc31f; }

.product_sublist2 .content{padding-bottom: 30px;}
.slick_pro_pic li a{text-align: center;}
.slick_pro_pic li a .mark{background: none;text-align: center;padding: 30px 0;}
.slick_pro_pic li a .mark h5{color: #666;}
.content_pro_adbox{padding: 50px 0 50px;}
.content_pro_adbox h1{text-align: center;position: relative;margin: 30px 0;}
.content_pro_adbox h1:after{width: 50px;height: 1px;background: #333;content: "";left: 50%;
	position: absolute;
	top: 150%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);}
.productnav_ls{position: relative;padding: 30px 0;}
.productnav_ls .box{margin-bottom: 30px;}
.productnav_ls .box:nth-child(odd){padding-left: 0;}
.productnav_ls .box:nth-child(even){padding-right: 0;}

.xspeed_list .box .xspeed_tit_link{display:block;text-align: center;padding: 30px;  
  background: #ecf1f5; /* Old browsers */
  background: -moz-linear-gradient(to left bottom, #fff, #ecf1f5); /* FF3.6-15 */
  background: -webkit-linear-gradient(to left bottom, #fff, #ecf1f5); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left bottom, #fff, #ecf1f5); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ecf1f5',GradientType=1 ); /* IE6-9 */ }
.xspeed_list .box a h1{font-family: "yasashii_hairlinebold";color: #000;}
.xspeed_list .box a h2{color: #000;padding-bottom: 30px;}
.xspeed_list .box a span{display:inline-block;color: #8fc31f;position: relative;margin-bottom: 20px;}
.xspeed_list .box a span.more::before {
	position: absolute;
	left: 18px;
	bottom: -3px;
	width: 20px;
	height: 1px;
	background: #8fc31f;
	content: "";
}
.xspeed_list .box a img{display: block;text-align: center;margin: 0 auto;}

.nav_bar {
	position: absolute;
	z-index: 1;
	top: 132px;
	right: 50px;
	left: 50px;
	height: 55px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #f5f5f5;
}
.nav_bar.active {
	top: 44px;
	right: 0;
	left: 0;border-bottom: 1px solid #ccc;
}
.cat_tit{line-height: 55px;padding-left: 25px;font-size: 16px;color: #666;padding-left: 33%;}
.pro_tit {
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 20px;
	margin-left: 20px;
	display: inline-block;
}
#goodsinfo {
	margin: 10px 0;
}
#goodsinfo .nav {
	background: none;
	border: 0;
	height: auto;margin-right: 10px;
}
#goodsinfo .nav .nav-item{float: right;}
#goodsinfo .nav .nav-item .nav-link {
	border: 0;
	border-radius: 4px;
	margin: 0 10px;
	color: #666;padding: 5px 10px;
}#goodsinfo .nav .nav-item.active .nav-link, #goodsinfo .nav .nav-item .nav-link:hover {
	background: #8fc31f;
	color: #fff;
}
.procontent_box{margin-top: 93px;}
.procontent_box img{text-align: center;}
#Overview img{width: 100%;}
.Specifications_box{padding: 150px 0 50px;}
.Specifications_box p img{margin-bottom: 100px;}
.Specifications_box table{width: 100%;}
.Specifications_box table th{background: #B6CDD9;text-align: center;font-size: 24px;font-weight: 600;color: #fff;line-height: 50px;}
.Specifications_box table th:first-child{border-right: 1px solid #fff;}
.Specifications_box table td{padding: 0px;border-bottom: 1px solid #fff;}
.Specifications_box table tr td:first-child{border-right: 1px solid #fff;font-weight: 600;font-size: 24px;background: #eee;text-align: center;}
.Specifications_box table td p{line-height:40px;padding-bottom: 0px;}
.Specifications_box table td p:nth-child(even){background: #fcfcfc;}
.Specifications_box table td p:nth-child(odd){background: #f5f5f5;}
.Specifications_box table td p em{display: inline-block;font-style: normal;width: 25%;text-align: center;line-height: 40px;border-right: 1px solid #ffff;}
.Specifications_box table td p em:last-child{border: 0;}
.buy_box{padding: 30px 0;text-align: center;}
.buy_box a{margin: 20px 0;display: inline-block;position: relative;}
.buy_box a.jd_link{padding-right: 30px;}
.buy_box a.jd_link:after{position: absolute;right:10px; top:10px; width: 1px; height: 80%;background: #ccc;content: "";}



.inner_ad_box .mid_align, .p_type_list .page_box .btn, .page404 {
  height: 100%;
}
.fancybox-inner:before, .index_ad_cover .row .col:last-child:before, .index_p .row .txt:before, .index_oem .a_box .mid_align:before, .index_p02 .row:nth-child(2) > div:nth-child(2):before, .index_bg_box .container .row > div:nth-child(2):before, .inner_ad_box .mid_align:before, .p_type_list .page_box .btn:before, .page404:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* line 1759, ../scss/style.scss */
.inner_ad_box {
  width: 100%;
  position: relative;
}
/* line 1763, ../scss/style.scss */
.inner_ad_box.big {
  height: 70vh;
  min-height: 750px;
}
/* line 1767, ../scss/style.scss */
.inner_ad_box.small {
  height: 210px;
}
/* line 1772, ../scss/style.scss */
.inner_ad_box.height_auto .txt.no_mgnbtm {
  margin-bottom: 0;
}
/* line 1777, ../scss/style.scss */
.inner_ad_box.pad_btm_100 {
  padding-bottom: 100px;
}
/* line 1780, ../scss/style.scss */
.inner_ad_box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1787, ../scss/style.scss */
.inner_ad_box .row {
  height: 100%;
}
/* line 1789, ../scss/style.scss */
.inner_ad_box .row.tit {
  height: 100%;
}
/* line 1791, ../scss/style.scss */
.inner_ad_box .row.tit > div {
  height: 100%;
}
/* line 1795, ../scss/style.scss */
.inner_ad_box .row.under_row {
  position: relative;
}
/* line 1799, ../scss/style.scss */
.inner_ad_box > * {
  color: #fff;
}
/* line 1803, ../scss/style.scss */
.inner_ad_box h4 {
  margin-bottom: 20px;
}
/* line 1806, ../scss/style.scss */
.inner_ad_box h2 {
  margin-bottom: 30px;
}
/* line 1809, ../scss/style.scss */
.inner_ad_box h1 {
  margin-bottom: 40px;
  letter-spacing: 8px;font-size: 150px;line-height: 120px;color: rgba(255,255,255,.5);
}
/* line 1812, ../scss/style.scss */
.inner_ad_box h1:lang(en) {
  letter-spacing: 0;
}
/* line 1816, ../scss/style.scss */
.inner_ad_box p {
  color: #fff;
  margin-bottom: 30px;
}
/* line 1820, ../scss/style.scss */
.inner_ad_box .arrow_btn {
  cursor: pointer;
}
/* line 1827, ../scss/style.scss */
.inner_ad_box .txt {
  width: 98%;
  display: inline-block;
  vertical-align: middle;
}

.news-box-content{position: relative;overflow: hidden;padding: 0px 0;color:#fff;}
.news-box-content .catname{display:inline-block;padding: 3px 15px;border-radius: 15px;margin-bottom: 10px;}
.news-box-content .catname{background: #8fc31f;color: #fff;}

.news-box-content a{color:#fff;}
.news-box-content h4{margin-bottom: 10px;}
.news-box-content p{display: block;border-top: 1px solid #B0B0B0;margin-top: 20px;padding-top: 20px;line-height: 20px;}
.newsboxs{background-repeat: no-repeat;background-size:auto 100%;margin-top: 10px;padding: 0;background-color: #6e6e6e;}
.newsboxs .col-md-5,.newsboxs .col-md-7{padding: 0;}
.newsboxs.left{background-position:right center;}
.newsboxs.dark{background-color: #5D5D5D;}
.newsboxs.right{background-position:left center;}
.newsboxs.white{background-color: #F1F1F1;}
.newsboxs.red{background-color: #B01839;}
.newsboxs.right .news-box-content .col-md-5{float: right;}
.white .news-box-content .catname{background: #8fc31f;color: #fff;}
.news_info{padding: 50px 30px;}
.news-box-content .news_pic{padding: 0;}
.news-box-content .news_pic img{}
.c_btn {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  padding: 0;
  margin-top: 30px;position: relative;
}
.c_btn:before{position: absolute;left: 0;bottom:0px;width: 20px;height: 1px;background: #8fc31f;content: "";}

.inner_nav_box{position: relative;padding: 0;}
.inner_nav, .inner_nav .select ul li{
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/* line 1854, ../scss/style.scss */
.inner_nav {
  position: relative;
  width: 100%;
  height: 60px;
}
/* line 1862, ../scss/style.scss */
.inner_nav.fixed {
  position: fixed;
  background: #FFF;
  top: 90px;
  height: 50px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}
/* line 1873, ../scss/style.scss */
.inner_nav.fixed .select ul li a {
  font-size: 15px;
}
/* line 1882, ../scss/style.scss */
.inner_nav.fixed .select ul li:after {
  height: 30%;
  top: 35%;
}
/* line 1890, ../scss/style.scss */
.inner_nav .select_active {
  display: none;
}
/* line 1893, ../scss/style.scss */
.inner_nav .select {
  height: 100%;
}
/* line 1895, ../scss/style.scss */
.inner_nav .select ul {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* line 1901, ../scss/style.scss */
.inner_nav .select ul li {
  cursor: pointer;
  height: 100%;
  display: inline-block;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
/* line 1909, ../scss/style.scss */
.inner_nav .select ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #ccc;
}
/* line 1920, ../scss/style.scss */
.inner_nav .select ul li:last-child:after {
  display: none;
}
/* line 1924, ../scss/style.scss */
.inner_nav .select ul li a {
  width: 100%;
  text-align: center;
  color: #333;
  display: block;
  padding: 0 10px;
  position: relative;
  font-size: 16px;
}
/* line 1933, ../scss/style.scss */
.inner_nav .select ul li.active, .inner_nav .select ul li:hover {
  background: #8fc31f;
}
/* line 1936, ../scss/style.scss */
.inner_nav .select ul li.active a, .inner_nav .select ul li:hover a {
  color: #fff;
}
/* line 1939, ../scss/style.scss */
.inner_nav .select ul li.active:after, .inner_nav .select ul li:hover:after {
  background: none;
}
/* line 1946, ../scss/style.scss */
.inner_nav .inner {
  background: #fff;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
/* line 1954, ../scss/style.scss */
.inner_nav .inner.fixed {
  position: fixed;
}




.news_content{padding: 90px 0;}
.article-node__title{text-align: center;}
.article-node__date {
	color: #9b9b9b;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;padding-top: 15px;
}
.article-node__content{padding: 50px 0;}
.article-node__content p{margin-bottom: 15px;}


/* line 340, ../scss/style.scss */
.txt_03 h3 {
  color: #4b4b4b;
}
/* line 343, ../scss/style.scss */
.txt_03 h2 {
  margin-top: 20px;
  color: #333;
}
#p01 .txt_03 h2{position: absolute;top:130px;}
#p01 .txt_03 p{padding-bottom: 20px;line-height: 24px;}
#p01 .txt_03 h3{padding-bottom: 30px;}
/* line 347, ../scss/style.scss */
.txt_03 p {
  margin-top: 0px;
  color: #666;
}

.advantage-box .mask-box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;opacity: 0;background: #0086D1;
}
  .center_align {
    text-align: center;
  }
#p02 .font_tit{color: #fff;}

.page_box{padding: 0;}

/*首页关于我们*/
.global-about-wrap{background-image: url(../images/about-bg.jpg);padding: 95px 0;background-size: cover;background-repeat: no-repeat;}
.global-about-wrap .about-box{margin-right: 5px;}
.global-about-wrap .advantage-box{margin-left: 5px;overflow: hidden;position: relative;}
.global-about-wrap .about-box,.global-about-wrap .advantage-box{background: #fff;}
.global-about-wrap .about-box h2,.global-about-wrap .advantage-box h2{padding-left: 20px;margin-bottom: 0;}
.global-about-wrap .about-box p,.global-about-wrap .advantage-box p{padding: 10px 20px 20px;margin-bottom: 0;}
.advantage-box .ib-content {
	overflow: hidden;padding: 0;
}
.advantage-box .ib-caption{
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: url(../images/mask-box.png) repeat-x;*/
}
.advantage-box .ib-caption h3{
	font-size: 18px;
	margin: 0;
	bottom:20px;
	padding-left: 20px;
	position: absolute;
	width: 100%;
	-webkit-transition-delay: 40ms;
	        transition-delay: 40ms;
	-webkit-transition:bottom 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
	        transition:bottom 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
}
.advantage-box .ib-caption p{
	font-size: 14px;
	position: absolute;
	margin: 0;
	bottom: -20px;
	opacity: 0;
	filter:alpha(opacity=0);
	width: 100%;
}
.advantage-box .ib-caption img{
	-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.advantage-box .ib-caption a{
	text-decoration: none;
}
.advantage-box .ib-caption a:hover h3{
	bottom: 120px;
	-webkit-transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
	        transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
}
.touch .advantage-box .ib-caption h3{
	bottom: 20px;
}
.advantage-box .ib-caption a:hover p{
	bottom: 15px;
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition:bottom 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975),opacity .4s cubic-bezier(0.02, 0.045, 0.22, 0.975);
	        transition:bottom 400ms cubic-bezier(0.02, 0.045, 0.22, 0.975),opacity .4s cubic-bezier(0.02, 0.045, 0.22, 0.975);
	-webkit-transition-delay: 80ms;
	        transition-delay: 80ms;
}
.touch .advantage-box .ib-caption p{
	opacity: 0;
}

.advantage-box .ib-caption a:hover .tsf-scale,.touch .advantage-box .ib-caption .tsf-scale{
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.advantage-box .mask-box{
	height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.6);opacity: 0;
}
.advantage-box .ib-caption a:hover .mask-box{
	-webkit-transition:bottom 400ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:bottom 400ms cubic-bezier(0.335, 0.015, 0.46, 0.995);opacity: 1;
}
.advantage-box .color-light h3,.advantage-box .color-light p{
	color: #fff;
}
.advantage-box .ib-content{
	overflow: hidden;
}

#sm_ab_comy_01{padding: 70px 0;}
.about_info .txt_03{padding-top: 50px;}


.case_content{text-align: center;}
.case_content img{width: 100%;}
.qu_list {
	position: relative;
	margin: 50px 0;overflow: hidden;
}
.qu_list li {
	position: relative;
	overflow: hidden;width: 25%;float: left;
	transition: color .2s ease-in-out;padding: 0 10px;
}
.qu_list li h4 {
	padding: 15px 15px 5px;text-align: left;background: #f8f8f8;
	color: #333;
}
.qu_list li p{background: #f8f8f8;}
.qu_list li p.text{
	padding: 5px 15px 20px;
	color: #666;
	text-align: left;line-height: 20px;
}
.txt_03{padding: 30px 0 0;}
.txt_03 h3{padding-bottom: 15px;font-size: 35px;color: #727272;}

.inner_main_box{background: #f6f6f6;}
.service_box{padding: 50px 0 0;border-bottom: 1px solid #dedede;margin-bottom: 50px;}
.service_box h3{padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.service_box p{line-height: 22px;margin-bottom: 10px;}

.map_box{margin: 50px 0;border: 1px solid #ccc;}
.contact_box{margin: 50px 0 50px 30px;}
.contact_box ul li{padding: 30px 0;}
.contact_box ul li a{display: block;text-align: center;}
.contact_box ul li a i{color: #000;}
.contact_box ul li a span{display: block;line-height: 30px;text-align: center;color: #666;}
.contact_box ul li a:hover i,.contact_box ul li a:hover span{color: #8fc31f;}
.contact_box h4{padding-bottom: 30px;}
.contact_box p{line-height: 30px;margin-bottom: 10px;}
#p07{background: #fff;}
#p06{background: #2e2e2e;}
#p06 img{width: 100%;}
#p06 .honor-text{margin-top: 30%;}
#p06 .honor-text p{color: #fff;line-height: 24px;}
#p06 .honor-text h3{color: #b1ff08;margin-bottom: 20px;}

.sitemap-box{padding: 100px 0;}
.sitemap-box a{display: block; color: #666;line-height: 30px;}


.case_lastbox{background: #eaeaea;padding: 50px 0;}

.product_l .content
{
    padding-top: 72px;
}

.product_l .product_ls
{
    margin-top: 50px;
}

.product_l .product_ls ul
{
    margin: 0 -46px;
}

.product_l .product_ls ul li
{
    float: left;

    width: 33.3333%;
    margin-bottom: 90px;
    padding: 0 46px;
}

.product_l .product_ls ul li a
{
    display: block;
}

.product_l .product_ls ul li .imgk
{
    line-height: 360px;

    position: relative;

    overflow: hidden;

    height: 360px;

    text-align: center;
}

.product_l .product_ls ul li .imgk img
{
    max-width: 100%;
}

.product_l .product_ls ul li .imgk::after
{
    font-family: 'Helvetica', '微软雅黑';
    font-size: 24px;
    font-weight: bold;
    line-height: 360px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '了解更多 +';
    -webkit-transition: all .7s ease-out 0s;
       -moz-transition: all .7s ease-out 0s;
        -ms-transition: all .7s ease-out 0s;
         -o-transition: all .7s ease-out 0s;
            transition: all .7s ease-out 0s;
    text-align: center;

    opacity: 0;
    color: #fff;
    background: rgba(0, 19, 59, .6);
}

.product_l .product_ls ul li .licn
{
    position: relative;

    height: 178px;
    padding: 9px 50px 0;

    text-align: center;

    background: #8fc31f;
}

.product_l .product_ls ul li .licn::before
{
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;

    content: '';

    border: 1px dotted #fff;
}

.product_l .product_ls ul li .licn .licnn
{
    position: relative;
    z-index: 1;
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.product_l .product_ls ul li .licn h3
{
    font-family: 'Helvetica', '微软雅黑';
    font-weight: bold;

    position: relative;

    margin-bottom: 8px;
    padding-bottom: 19px;

    text-transform: uppercase;

    color: #fff;
}

.product_l .product_ls ul li .licn h3::after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 66px;
    height: 3px;
    margin-left: -33px;

    content: '';

    background: #eae6de;
}

.product_l .product_ls ul li .licn p
{
    font-family: 'HC', '微软雅黑';
    line-height: 30px;

    overflow: hidden;

    height: 60px;

    text-transform: uppercase;

    color: #ddcaa7;
}

.product_l .product_ls ul li .lin:hover .imgk::after
{
    opacity: 1;
}

.product_l .paging
{
    margin-top: 5px;
    margin-bottom: 90px;
}

.product_d .content
{
    padding-top: 72px;
}



.product_d .product_ds .product_ds1
{
    padding-top: 70px;
    padding-bottom: 65px;
}

.product_d .product_ds .product_ds1 .fl
{
    width: 50%;

    text-align: center;
}

.product_d .product_ds .product_ds1 h3
{
    font-family: 'Helvetica', '微软雅黑';
    font-weight: bold;

    margin-top: 55px;
    margin-bottom: 13px;

    color: #8fc31f;
}

.product_d .product_ds .product_ds1 p
{
    font-family: 'HC', '微软雅黑';
    font-size: 18px;
    line-height: 24px;

    color: #666;
}

.product_d .product_ds .product_ds2
{
    padding-top: 100px;
    padding-bottom: 74px;

    background: #f8f8f8;
}

.product_d .product_ds .product_ds2 ul
{
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
}

.product_d .product_ds .product_ds2 ul li
{
    float: left;

    width: 25%;
    margin-bottom: 25px;

    text-align: center;
}

.product_d .product_ds .product_ds2 ul li h3
{
    font-family: 'Helvetica', '微软雅黑';
    font-weight: bold;

    margin-top: 37px;
    margin-bottom: 13px;

    color: #8fc31f;
}

.product_d .product_ds .product_ds2 ul li p
{
    font-family: 'HC', '微软雅黑';
    font-size: 16px;
    line-height: 24px;

    overflow: hidden;

    height: 48px;

    color: #666;
}

.product_d .product_ds .product_ds3
{
    padding-top: 93px;
    padding-bottom: 65px;
}

.product_d .product_ds .product_ds3 .product_ds3c
{
    width: 1010px;
    max-width: 100%;
    margin: 0 auto;
}

.product_d .product_ds .product_ds3 h2
{
    font-family: 'Helvetica', '微软雅黑';
    font-size: 30px;
    font-weight: bold;

    margin-top: 51px;
    margin-bottom: 29px;

    color: #8fc31f;
}

.product_d .product_ds .product_ds3 p
{
    font-family: 'HC', '微软雅黑';
    font-size: 16px;
    line-height: 36px;

    color: #666;
}

.product_d .product_ds .product_ds3 .downx
{
    font-family: 'HC', '微软雅黑';
    font-size: 14px;

    margin-top: 82px;

    text-transform: uppercase;

    color: #666;
}

.product_d .product_ds .product_ds3 .downx .span1
{
    line-height: 24px;

    margin-right: 70px;
}

.product_d .product_ds .product_ds3 .downx .downloadx
{
    font-family: 'HNLC', 'Arial';
    font-size: 18px;
    line-height: 49px;

    display: inline-block;

    width: 168px;
    height: 49px;
    margin-top: 15px;

    text-align: center;
    letter-spacing: .3px;

    color: #fff;
    background: #ca9b47;
}


/*服务支持*/
.listbg {
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0 21px;
  position: relative;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.listbg:before {
  content: '';
  background-color: #8fc31f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(-102%);
      -ms-transform: translateY(-102%);
          transform: translateY(-102%);
  transition: all 0.4s;
}
.listbg_down {
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.listbg_titles,
.listbg_title {
  position: absolute;
  top: 50%;
	left: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;font-style: normal;
}
.listbg_title {
  -webkit-transform: translateY(-50%) translateY(1em);
      -ms-transform: translateY(-50%) translateY(1em);
          transform: translateY(-50%) translateY(1em);
  opacity: 0;
}
.listbg_right {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.listbg:hover:before,
.listbg:active:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  left: 0;
  right: 0;
}
.listbg:hover:after,
.listbg:active:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.listbg:hover .listbg_down,
.listbg:active .listbg_down {
  -webkit-transform: translateY(-1em);
      -ms-transform: translateY(-1em);
          transform: translateY(-1em);
  opacity: 0;
}
.listbg:hover .listbg_right,
.listbg:active .listbg_right {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  color: #fff;
}
.listbg:hover .listbg_titles,
.listbg:active .listbg_titles {
  -webkit-transform: translateY(-50%) translateY(-1em);
      -ms-transform: translateY(-50%) translateY(-1em);
          transform: translateY(-50%) translateY(-1em);
  opacity: 0;
}
.listbg:hover .listbg_title,
.listbg:active .listbg_title {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
	color: #fff;
}


/*内页公用*/
.subbanner{background-repeat: no-repeat;background-size: cover;background-position: center center;}
.subbanner h2{color: #fff;}
.position{position: relative;}
.position .container{min-height: 60px;line-height: 60px;}
.position_box{padding: 0px;border-bottom: 1px solid #E6E6E6;}
.position .container em{display:inline-block;font-style: normal;margin-right: 5px;}
.position .container a{color:#565656;}
.position .container span{color:#8fc31f;font-size: 16px;}
.panel-heading{padding: 0;}
.panel-title{border-bottom: 0!important;}
.panel-title a{padding: 0.5em 0;}
.panel-group .panel + .panel{margin: 0;}
.panel-default > .panel-heading{background: none;}
.panel-group .panel{box-shadow: none;}
a.scale{display: block;overflow: hidden;position: relative;}
a.scale img{
	-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
a.scale:hover img{
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}

.more_pro{text-align: center;margin: 0 auto;}
.more_pro a span{display: block;position: relative;line-height: 30px;}
.more_pro a span:before{position: absolute;left:49%;bottom:0px;width: 20px;height: 1px;background: #8fc31f;content: "";}



/*分页*/
.pagination {
	display: block;
	margin: 20px auto;
	border-radius: 4px;text-align: center;
}
.pagination > .active > a{background:#8fc31f;border: 1px solid #8fc31f;}
.pagination > .active > a:hover{background: #8fc31f;border: 1px solid #8fc31f;}
.pagination li{display: inline-block;}


/*关于我们*/
.subcontent{position:relative;}
.subcontent .aboutindex_box{padding: 10px 0px 10px 0px;overflow: hidden;margin-bottom: 10px;}
.subcontent .col-md-6:nth-child(odd) .aboutindex_box{margin-right: 30px;}
.subcontent .col-md-6:nth-child(even) .aboutindex_box{margin-left: 30px;}
.subcontent .aboutindex_box h5{font-size: 18px;font-weight: 600;}
.subcontent .aboutindex_box h5 a{color: #666;}
.subcontent .aboutindex_box h5 a:hover{color: #D60029;}
.subcontent .aboutindex_box .more{display: inline-block;float: right;color: #0076BC;padding-top: 5px;}
.subcontent .aboutindex_box .more span{font-size: 16px;}
.aboutindex_box a .mask-box{background: rgba(0,0,0,0.6);opacity: 0;}
.aboutindex_box a:hover .mask-box{opacity: 1;}
.aboutindex_box a p{position: absolute; bottom: -50px;width: 95%;display: block;margin: 0 20px;color: #fff;}
.aboutindex_box a:hover p{bottom: 10px;}
.about-content{color: #A9A9A9;line-height: 24px;padding-right: 20px;}
.left_menu{padding: 0;position: relative;overflow: hidden;margin-top: 10px;}
.left_menu h3{color: #333;font-size: 18px;font-weight: 600;text-indent: 15px;padding: 10px 0;margin: 0;}
.left_menu h3 a{color: #333;}
.left_menu ul{position: relative;overflow: hidden;}
.left_menu ul li{position: relative;overflow: hidden;}
.left_menu ul li a{text-indent: 15px;display: block;color:#666;font-size: 16px;line-height: 20px;border-bottom: 1px solid #b8b8b8;padding: 1.5em 0.5em;}
.left_menu ul li a:hover{color: #fff;border-bottom: 1px solid #A6D6BC;}
.left_menu ul li.hover a{background: #8fc31f;color: #fff;border-bottom: 1px solid #ddd;}
.left_menu ul li.hover ol li a{background: none;color: #999;}
.left_menu ul li ol li a{padding: 0.5em 0.5em;font-size: 14px;}
.left_menu ul li ol li a:hover{color: #D60029;}
.left_menu .listbg_titles, .left_menu .listbg_title{left: 0px;}
.leftbox{border: 1px solid #ccc;}
.reprobox{margin: 30px 0;}
.reprobox h3{background: #8fc31f;color: #fff;text-indent: 15px;font-size: 18px;font-weight: 600;padding: 10px 0;}
.reprobox ul{padding: 15px;}
.reprobox ul li{border-bottom: 1px solid #ccc;padding: 5px 0;}
.reprobox ul li a{line-height: 30px;color: #666;display: block;}
.reprobox ul li a span{display: block;line-height: 30px;}
.reprobox ul li a span i{float: right;font-size: 14px;line-height: 30px;}
.reprobox ul li a:hover span,.reprobox ul li a:hover span i{color: #8fc31f;}

.servicecontent_box{padding: 30px 0;}
.servicecontent_box .panel-group .panel {
	border-radius: 0px;border: 0px;
}
.servicecontent_box .panel-default > .panel-heading {
	border-bottom: 1px solid #ccc;
}
.servicecontent_box .panel-title {
	line-height: 40px;
}
.servicecontent_box .panel-title a span{display: inline-block;float: right;color: #999;line-height: 40px;}
.servicecontent_box .panel-body p{line-height: 22px;}
.servicecontent_box .panel-body ul{margin: 0px;}
.servicecontent_box .panel-body ul li{padding: 10px 0;border-bottom: 1px solid #ccc;}
.servicecontent_box .panel-body ul li a span{float: right;color: #999;}
.servicecontent_box .panel-body ul li a{color: #b8b8b8;}
.servicecontent_box .panel-body ul li a:hover,.servicecontent_box .panel-body ul li a:hover span{color: #8fc31f;}
.panel-default > .panel-heading + .panel-collapse > .panel-body{border: 0px;}


.pro_list{background: #f8f8f8;}
.product_list li{margin-bottom: 20px;}
.product_list li a{background: #fff;display: block;}
.product_list li a .lin .imgk img{width: 100%;}
.product_list li a .lin .mark{background:none;}
.product_list li a .lin .mark h5{font-size: 28px;color: #000;position: relative;padding-left: 15px;font-family:"yasashii_hairlinebold";}
.product_list li a .lin .mark h5:before{position: absolute;left:-3px;top:0px;width:3px;height: 30px;background: #8fc31f;content: "";}
.product_list li a .lin .mark .licnn{padding-bottom: 30px;}
.product_list li a .lin .mark p{padding-left: 15px;color: #555;line-height: 30px;}


.sec-2 {
 position:relative;
}
.sec-2 .sec-2-content {
 text-align:center;
 color:#333;
}
.sec-2 .sec-2-text {
 text-align:center; background-color:#f1f1f1;overflow: hidden;display: table;
}
.sec-text-content{width: 30%;padding: 30px 0;display: table-cell;
    vertical-align: middle;}
.sec-text-content h4{font-size: 22px;padding: 0 40px 20px;}
.sec-text-content p{line-height: 24px;padding: 0 40px;}
.sec-2:nth-child(odd) .sec-text-content{text-align: left;}

.sec-swipers-top{margin: 20px 0 70px;}
.sec-swipers .swiper-container {
	overflow: visible;
	width: 100%;
	height: 100%;
}
.sec-swipers .swiper-slide {
	text-align: center;
	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;
}
.swiper-button-next, .swiper-button-prev {
	margin-top: -25px;border:2px solid #fff;border-radius: 50%;background-size: 20px 30px;
}
.swiper-button-prev-1 {
	width: 50px;
	height: 50px;
	margin-left: -98px;
}
.swiper-button-next-1 {
	width: 50px;
	height: 50px;
	margin-right: -98px;
}
.sec-swipers .swiper-pagination {
	bottom: -30px;
}
@media only screen and (min-width:1921px) {
 .swiper-slide:nth-child(odd) {
  width:371px;
  height:284px
 }
}
@media only screen and (min-width:1024px) and (max-width:1920px) {
 .swiper-slide:nth-child(odd) {
  width:371px;
  height:284px
 }
}
@media only screen and (min-width:1921px) {
 .swiper-slide:nth-child(2n) {
  width:234px;
  height:284px
 }
}
@media only screen and (min-width:1024px) and (max-width:1920px) {
 .swiper-slide:nth-child(2n) {
  width:234px;
  height:284px
 }
}


.video_box{padding: 50px 0;}
.video_box .video_list_a{display: block;background: #f6f6f6;overflow: hidden;}
.video_box .video_list_a h4,.video_box .video_list_a p{padding: 5px 10px;color: #555;}
.video_box .video_list_a h4{line-height: 30px;}
.video_box .video_list_a h4 span{float: right;font-size: 14px;line-height: 30px;}
.video_box .video_list_a img{-webkit-transform:scale(1);
	    -ms-transform:scale(1);
	        transform:scale(1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);}


.video_box .video_list_a:hover img{
	-webkit-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	        transform:scale(1.1);
	-webkit-transition:-webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
	        transition:transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.tsf-scale{position: relative;overflow: hidden;}
.mask-play {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.mask-play span {
	top: 50%;
	left: 50%;
	position: absolute;
	padding: 20px 25px;
	background: rgba(255,255,255,.4);
	border-radius: 50%;
	font-size: 30px;
	margin-left: -38px;
	margin-top: -38px;color: #fff;
}
.video_box .video_list_a:hover .mask-play span{background: rgba(244,12,91,.4);color: #8fc31f;}
.video_box .video_list_a:hover h4,.video_box .video_list_a:hover p{color: #8fc31f;}
.m-video{cursor: pointer;}
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 99999999999;
}
.video-box button {
  display: inline-block;
  padding: 0;
  border: 0 none;
  background: none;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.video-box .video-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.video-box .video-button i {
  font-size: 56px;
}
.video-box .video-button.video-btn-volume i {
  font-size: 20px;
}
.video-box .video-button.video-tooltip-toggle i {
  font-size: 20px;
}
.video-box .video-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-box .video-video video {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-box .video-container {
  width: 852px;
  min-height: 550px;
  max-height: 90vh;
  background: #000000;
  overflow: hidden;
  opacity: 0;
}
.video-box .video-container.video-ready {
  opacity: 1;
}
.video-box.quanping .video-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.video-box.video-playing .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px);
}
.video-box.heibian .video-container {
  padding: 40px 0;
}
.video-box.heibian .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.video-box.heibian.quanping .video-container {
  padding: 0;
}
.video-box.hideui .video-div .video-ui {
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px);
}
.video-box .i {
  font-family: none;
  height: 100%;
  width: 100%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.video-box .i:before,
.video-box i:after {
  display: none !important;
}
.video-box .i-voice-on {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-voice-off {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-bofang {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-zhanting {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-quanping {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-suoxiao {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .9;
}
.video-div {
  background: #000;
  font-size: 0;
  letter-spacing: -1px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-ui {
  position: absolute;
  width: 100%;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  z-index: 6;
  letter-spacing: .25px;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.video-loading-pulse {
  position: absolute;
  width: 6px;
  height: 24px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.video-loading-pulse:before,
.video-loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
}
.video-loading-pulse:before {
  left: -12px;
}
.video-loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
@keyframes pulse {
  50% {
    background: white;
  }
}
.video-loading {
  opacity: 1;
  color: #2c97f6;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0px 0px 0px 3600px #000;
  background: #000;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.video-loading i {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: adeg 1s infinite linear;
  -o-animation: adeg 1s infinite linear;
  -ms-animation: adeg 1s infinite linear;
  -moz-animation: adeg 1s infinite linear;
  animation: adeg 1s infinite linear;
}
.video-loading .i-loading:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.video-loading.yihuanchun {
  opacity: 0;
}
@keyframes adeg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.video-close {
  position: absolute;
  top: calc(52px + 2%);
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.video-bofang.f-czspjuzhong {
  z-index: 2;
  font-size: 0;
}
.video-bofang.f-czspjuzhong i {
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 62px;
  font-size: 66px;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  transition: transform 1s;
}
.video-hide {
  z-index: 0 !important;
}
.video-hide i {
  opacity: 0;
  -webkit-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
  will-change: transform, opacity;
  z-index: 0;
}
.video-progress {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 36px;
  height: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.video-progress:hover .video-progress-hover,
.video-progress:hover .video-tooltip-time {
  opacity: 1;
}
.video-tooltip-time {
  width: 46px;
  position: absolute;
  height: 20px;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video-tooltip-time .video-tinytip-content {
  margin-left: -23px;
}
.video-tooltip-time .video-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px;
  border-radius: 2px;
}
.video-tinytip .video-tooltip-content {
  display: inline-block;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.video-progress-padding {
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  z-index: 40;
  cursor: pointer;
}
.video-progress-list {
  position: relative;
  top: -1px;
  z-index: 39;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-play,
.video-progress-buffer,
.video-progress-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.video-progress-buffer {
  z-index: 33;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-progress-hover {
  z-index: 34;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.video-progress-play {
  z-index: 35;
  background-color: #2c97f6;
}
.video-progress-handle {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: -6.5px;
  margin-top: -6.5px;
  border-radius: 50%;
  background-color: #2c97f6;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-padding:hover + .video-progress-list {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.video-progress-padding:hover + .video-progress-list .video-progress-handle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.video-controls-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 100%;
  padding: 0 10px;
  z-index: 3;
}
.video-time-panel {
  font-size: 12px;
  color: #777;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  padding: 0 5px;
  line-height: 36px;
  letter-spacing: .25px;
}
.video-time-panel-current {
  color: #DEDEDF;
}
.video-fullscreen {
  float: right;
}
.video-definition {
  float: right;
  width: 55px;
  height: 36px;
  position: relative;
}
.video-definition .video-button {
  width: 100%;
}
.video-definition .video-button span {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 2px 5px;
}
.video-definition .video-tooltip-content {
  width: 80px;
  left: 50%;
  margin-left: -40px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.video-definition:hover .video-tooltip-content {
  position: absolute;
  bottom: 35px;
  color: #aaa;
  display: block;
  z-index: 6;
}
.video-menu .video-menu-item {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  padding: 0 12px;
  cursor: pointer;
  position: relative;
  height: 38px;
  background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;
  background-size: 80% 1px;
}
.video-menu .video-menu-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.video-menu .video-menu-item.video-active {
  color: #FF8F00;
}
.video-volume {
  float: right;
  position: relative;
}
.video-popup .video-popup-content {
  transform: scaleY(0);
  bottom: 41px;
  position: absolute;
}
.video-popup .video-popup-content:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.video-popup:hover .video-popup-content {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}
.video-volume-slider {
  left: 0;
  width: 36px;
  height: 100px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.video-tinytip-tiao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-volume-range {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 4px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-volume-range-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #2c97f6;
}
.video-volume-handle {
  position: absolute;
  top: 0;
  left: -4px;
  width: 12px;
  height: 3px;
  background-color: #fff;
}
@media (max-width: 998px) {
  .video-box .video-container {
    width: 80vw;
    max-height: 80vh;
    min-height: 44.9vw;
  }
}
@media (max-width: 468px) {
  .video-box .video-container {
    width: 100vw;
    min-height: 54.9vw;
  }
  .video-loading i {
    font-size: 26px;
  }
  .video-definition {
    display: none;
  }
}
/*
 * 瑙嗛缁撳熬
 * */
.f-czspjuzhong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.newssub_box{padding: 50px 0;}
.newssub_box li{position: relative;overflow: hidden;padding-bottom: 20px;margin-bottom: 10px;border-bottom: 1px solid #ccc;}
.newssub_box .news_item  h5{line-height: 35px;}
.newssub_box .news_item  h5 span{display: inline-block;background: #8fc31f;border-radius:10px; padding: 5px 8px;margin-right: 10px;color: #fff;font-size: 12px;}
.newssub_box .news_item  h5 a{color: #000;}
.newssub_box .news_item .date{color: #989898;}
.newssub_box .introduce{padding: 10px 0;}
.newssub_box .introduce p{line-height: 20px; color: #888;}
.newssub_box .more{float: right;}
.newssub_box .more i{font-size: 14px;}
.newssub_box .news_picbox{display: block;position: relative;margin: 10px 0;max-height: 250px;overflow: hidden;}
.newssub_box .news_picbox img{width: 100%;}
.newssub_box .news_picbox .mark_news{position: absolute;width: 100%;bottom: -50px;left: 0;background: rgba(0,0,0,.5);-webkit-transition-delay: 40ms;
	        transition-delay: 40ms;
	-webkit-transition:bottom 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
	        transition:bottom 400ms cubic-bezier(0.025, 0.025, 0.17, 1);}
.newssub_box .news_picbox .mark_news p{color: #fff;padding: 10px 20px;}
.newssub_box .news_picbox:hover .mark_news{bottom: 0px;
	-webkit-transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);
	        transition:all 400ms cubic-bezier(0.025, 0.025, 0.17, 1);}
.newsdetail{margin: 50px 0;border-top: 1px solid #ccc;}
.newsdetail .newstitle{text-align: center;padding: 15px 0;}
.newsdetail dl dt{text-align: center;margin-bottom: 20px;}
.newsdetail dl dd p{line-height: 22px;margin-bottom: 15px;}
.newsdetail dl dd img{width: 100%;}
.gduo {
	border-top: 1px solid #BABABA;
	padding: 20px 0 30px;
}
.gduo p{margin-bottom: 10px;}
.gduo p strong{color: #23527c;padding-right: 10px;}
.gduo p a{color: #666;}
.gduo p a:hover{color: #8fc31f;}


.about_box{padding: 35px 0;}
.about_box h3{line-height: 50px;border-bottom: 1px solid #ccc;margin-bottom: 30px;}
.about_box p{line-height: 22px;margin-bottom: 15px;}
.about_boximg{width: 100%;}
.about_box table{width: 100%;border: 1px solid #eee;}
.about_box table td{border: 1px solid #eee;padding: 10px 20px;}
.about_box table td p{padding: 0;margin: 0;}


/*人才招聘*/
.jobscontent_box{position: relative;overflow: hidden;padding: 30px 0px 0 0px;}
.jobscontent_box h4{font-size: 22px;border-bottom: 1px solid #BABABA;font-weight: 600;margin-top: 0;color: #606060;}
.jobscontent_box h4 a{color: #565656;}
.jobscontent_box h4 a:hover{color: #8fc31f;}
.jobssub_box{padding: 20px 0;}
#accordion-jobs .panel{border: 0px; border-radius: 0;}
#accordion-jobs .panel .panel-heading{border-radius: 0;border-bottom: 1px solid #BABABA;padding-left: 0;padding-right: 0;}
#accordion-jobs .panel-default > .panel-heading + .panel-collapse > .panel-body{border: 0;padding: 20px;font-size: 15px;line-height: 24px;color:#919191;}
#accordion-jobs .panel-default > .panel-heading + .panel-collapse > .panel-body p{margin-bottom: 15px;line-height: 22px;}
#accordion-jobs .panel .panel-heading .panel-title,#accordion-jobs .panel .panel-heading .panel-title:focus{font-weight: 600;color: #999;}
#accordion-jobs .panel .panel-heading .panel-title a{display: block;overflow: hidden;padding: 15px 0;}
#accordion-jobs .panel .panel-heading .panel-title a span{display: inline-block;width:20%;float: left;text-align: center;font-size: 14px;font-family: "微软雅黑";font-weight: 400;}
#accordion-jobs .panel .panel-heading .panel-title a span i{color: #CDCDCD;margin-right: 10px;}
#accordion-jobs .panel-default > .panel-heading.bg-green{background-color: #A6D6BC;}
#accordion-jobs .panel-default > .panel-heading.bg-green a span i,#accordion-jobs .panel-default > .panel-heading.bg-green a{color: #fff;}


.slick_pro_pic .slick-dots li{background: #ccc;border-radius: 50%;}
.slick_pro_pic .slick-dots li.slick-active{background: #8fc31f;}


/*媒体查询*/
@media screen and (max-width: 1750px){
    .header1 .header1c .topnav .li1 .lia{
        font-size: 14px;
    }
}
@media screen and (max-width: 1650px){
    .header1 .header1c .topnav .li1 .lia{
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 1540px)
{
    .header1 .header1c .topnav .li1 .downul .ul3.act
    {
        width:         calc(100% - 660px);
        width: -webkit-calc(100% - 660px);
    }
    .header1 .header1c .topnav .li1 .downul .xiala
    {
        width: 100%;
    }
    .header1 .header1c .topnav .li1 .lia{
        font-size: 12px;
    }
}

@media screen and (max-width: 1460px)
{
    .header1 .header1c
    {
        padding-left: 60px;
    }
    .header1 .header1c .topnav .li1 .lia
    {
        font-size: 14px;

        padding-right: 10px;
        padding-left: 10px;
    }
    .header1 .header1c .topnav .li1 .downul .ul4
    {
        width:         calc(100% - 892px);
        width: -webkit-calc(100% - 892px);
    }
    .inpage .bannei .imgzi
    {
        font-size: 58px;
    }
    .inpage .bannei .imgzi img
    {
        top: 22px;

        width: 120px;
    }
    .inpage .bannei .imgzi span
    {
        padding-right: 74px;
    }
    .anli_d .anli_d1
    {
        height: 800px;
    }
    .anli_d .anli_d1 .zip
    {
        top: 46%;
    }
}

@media screen and (max-width: 1430px)
{
    .recruit .recruit1 .zil
    {
        width: 647px;
    }
}
@media screen and (max-width: 1359px)
{
    .header1 .header1c .topnav .li1 .lia{
        font-size: 12px;
    }
}
@media screen and (max-width: 1230px)
{
    .header1 .header1c .topnav .li1 .lia{
        padding-right: 6px;
        padding-left: 6px;
    }
}

@media screen and (max-width: 1199px)
{
    body
    {
        padding-top: 60px;
    }
    .inpage .bannei .imgzi
    {
        top: 50%;
    }
    .inpage .bannei .imgzi img
    {
        top: 0;

        width: 100px;
    }
    .inpage .bannei .imgzi span
    {
        padding-top: 49px;
        padding-right: 57px;
    }
    .product_l .product_ls ul
    {
        margin: 0 -20px;
    }
    .product_l .product_ls ul li
    {
        padding: 0 20px;
    }
    .anli_l .anli_l2 ul
    {
        margin: 0 -20px;
    }
    .anli_l .anli_l2 ul li
    {
        padding: 0 20px;
    }
    .slick_anli1 .item .imgk .imgzi h3,
    .slick_anli1 .item .imgk .imgzi p
    {
        font-size: 18px;
        line-height: 26px;
    }
    .recruit .recruit1 .fl
    {
        width: 100%;
    }
    .recruit .recruit1 .zil
    {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .slick_news1 .item .imgk
    {
        width: 520px;
    }
    .slick_news1 .item .imgzi
    {
        width:         calc(100% - 520px);
        width: -webkit-calc(100% - 520px);
    }
    .contactus .contactus1 .cont0 .cont1
    {
        padding: 55px 55px 0;
    }
}

@media screen and (max-width: 991px)
{
    .inpageer .btn_group1:nth-child(2)
    {
        display: none;
    }
    .coverh .coverh1 .coverzi
    {
        width: 100%;
        height: auto;
        padding-bottom: 45px;
    }
    .product_l .product_ls ul li
    {
        width: 50%;
    }
    .anli_l .anli_l2 ul
    {
        margin: 0 -10px;
    }
    .anli_l .anli_l2 ul li
    {
        padding: 0 10px;
    }
    .slick_news1 .item .imgk
    {
        width: 100%;
    }
    .slick_news1 .item .imgzi
    {
        width: 100%;
        margin-top: 25px;
        padding-right: 0;
        padding-left: 0;
    }
    .news_li .news_li2 .news_ul li
    {
        width: 50%;
    }
    .contactus .contactus1 .cont0 .cont1
    {
        width: 100%;
        height: auto;
        padding: 35px 25px;
    }
    .contactus .contactus1 .cont0 .cont1 .con
    {
        padding-top: 15px;
    }
    .contactus .contactus1 .cont0 .cont1 .con p
    {
        padding-bottom: 0;
    }
    .contactus .contactus2 form .inputyan input
    {
        margin-left: 34px;
    }
    .aboutus .aboutus2 .slic
    {
        width: 100%;
    }
}

@media screen and (max-width: 767px)
{
    .index .slick_banner .slick-dots,
    .index .slick_tui .slick-dots,
    .index .slick_adg .slick-dots
    {
        bottom: 15px;
    }
    .index .slick_banner .slick-dots li,
    .index .slick_tui .slick-dots li,
    .index .slick_adg .slick-dots li
    {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }
    .dilian .lian
    {
        font-size: 18px;
        line-height: 50px;

        width: 190px;
        height: 50px;
    }
    footer .foot1 li
    {
        width: 100%;
    }
    footer .foot1 li a
    {
        font-size: 16px;
    }
    footer .foot2 p span,
    footer .foot2 p a
    {
        line-height: 36px;

        display: block;
    }
    .index .offg h1
    {
        font-size: 24px;
    }
    .index .offg h4
    {
        font-size: 16px;
    }
    .inpage .bannei .img
    {
        height: 245px;
    }
    .inpage .ernavn .btn_group
    {
        width: 100%;
    }
    .inpage .ernavn .btn_group1
    {
        max-width: 50%;
    }
    .coverh .coverh1 .coverzi
    {
        padding: 40px 25px 45px 25px;
    }
    .product_l .product_ls ul li
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .product_l .product_ls ul li .imgk
    {
        line-height: 1;

        height: auto;
        padding-bottom: 15px;
    }
    .product_l .paging
    {
        margin-bottom: 48px;
    }
    .product_d .product_ds .product_ds1
    {
        padding-top: 20px;
    }
    .product_d .product_ds .product_ds1 .fl
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .product_d .product_ds .product_ds1 h3
    {
        margin-top: 28px;
    }
    .product_d .product_ds .product_ds2 ul li
    {
        width: 50%;
    }
    .product_d .product_ds .product_ds2
    {
        padding-top: 70px;
    }
    .product_d .product_ds .product_ds3 img
    {
        margin-bottom: 25px;
    }
    .inpage .bannei .imgzi
    {
        font-size: 36px;
    }
    .inpage .bannei .imgzi img
    {
        width: 65px;
    }
    .inpage .bannei .imgzi span
    {
        padding-top: 37px;
        padding-right: 41px;
    }
    .anli_l .anli_l1
    {
        padding-top: 45px;
        padding-bottom: 35px;
    }
    .anli_l .anli_l2
    {
        padding-top: 45px;
    }
    .anli_l .anli_l1 .souk .input1
    {
        width: 100%;
        margin-right: 0;
    }
    .anli_l .anli_l2 ul li
    {
        width: 100%;
        margin-bottom: 40px;
    }
    .anli_d .anli_d1
    {
        height: 250px;
    }
    .anli_d .anli_d1 .zip h1
    {
        font-size: 18px;
    }
    .anli_d .anli_d1 .zip p
    {
        font-size: 14px;
        line-height: 24px;
    }
    .slick_anli1 .item .imgk .imgzi
    {
        position: relative;
        bottom: auto;
        left: 0;

        margin-top: 15px;
        padding-right: 0;

        color: #999;
    }
    .slick_anli1 .item .imgk::before
    {
        display: none;
    }
    .slick_anli1 .item .imgk .imgzi h3,
    .slick_anli1 .item .imgk .imgzi p
    {
        font-size: 14px;
    }
    .anli_d .anli_d2 .con0
    {
        padding-top: 60px;
    }
    .anli_d .anli_d2
    {
        padding-bottom: 70px;
    }
    .news_d .news_d1 h1
    {
        font-size: 24px;
    }
    .news_d .news_d1
    {
        padding-top: 50px;
    }
    .news_d .news_d1 .zhongk
    {
        margin-top: 40px;
        padding-right: 0;
        padding-left: 0;
    }
    .recruit .recruit1 .zil
    {
        height: auto;
        padding: 36px 25px 46px 25px;
    }
    .recruit .recruit1 .zilz
    {
        top: 0;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    .recruit .recruit1 .zil::before
    {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }
    .recruit .recruit2
    {
        margin-top: 50px;
    }
    .recruit .recruit2 li
    {
        margin-bottom: 50px;
    }
    .recruit .recruit2 li .lin1
    {
        padding-left: 15px;
    }
    .recruit .recruit2 li .lin2
    {
        padding-top: 50px;
        padding-left: 16px;
    }
    .recruit .recruit2 li .lin2 ul
    {
        padding-bottom: 0;
    }
    .recruit .recruit2 li .lin2 li
    {
        width: 100%;
        margin-right: 0;
    }
    .recruit .content,
    .coverh .content
    {
        padding-top: 50px;
    }
    .recruit .recruit1
    {
        margin-top: 50px;
    }
    .slick_news1
    {
        padding-right: 35px;
        padding-bottom: 35px;
        padding-left: 35px;
    }
    .slick_news1 .item .imgk::before
    {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }
    .slick_news1 .item .imgzi h3
    {
        font-size: 18px;
    }
    .slick_news1 .item .imgzi h5
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .news_li .news_li2 .news_ul li
    {
        width: 100%;
        margin-bottom: 50px;
    }
    .contactus .contactus1 .cont0 .cont1 h1
    {
        font-size: 24px;
    }
    .contactus .contactus1 .cont0 .cont1 h3
    {
        font-size: 18px;
    }
    .contactus .contactus1 .cont0 .cont1 .con p
    {
        font-size: 14px;
    }
    .contactus .contactus1 .cont0 .cont1 h3 span
    {
        margin-right: 25px;
    }
    .contactus .contactus2 form .inputk label
    {
        font-size: 14px;

        width: 100px;
    }
    .contactus .contactus2 form .inputk input,
    .contactus .contactus2 form .inputk textarea
    {
        width:         calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
    }
    .contactus .contactus2 form .inputyan label
    {
        font-size: 14px;
        line-height: 40px;

        width: 127px;
        height: 40px;
    }
    .contactus .contactus2 form .inputyan img
    {
        position: absolute;
        top: 45px;
        right: 0;

        width: auto;
        height: 40px;
    }
    .contactus .contactus2 form .inputyan input
    {
        width:         calc(100% - 127px);
        width: -webkit-calc(100% - 127px);
        height: 40px;
        margin-left: 0;
    }
    .contactus .contactus2 form button
    {
        font-size: 18px;
        line-height: 50px;

        width: 190px;
        height: 50px;
    }
    .aboutus .aboutus1,
    .aboutus .aboutus1 .con,
    .aboutus .aboutus2 .slic,
    .aboutus .aboutus3
    {
        padding-top: 50px;
    }
    .aboutus .aboutus2 .slic .slick_ab1 .ib span
    {
        font-size: 30px;
    }
    .aboutus .aboutus2 .slic .slick_ab1 .ib span.big
    {
        font-size: 36px;
    }
    .aboutus .aboutus2 .slic .slick_ab1 h1
    {
        font-size: 40px;

        margin-top: 35px;
    }
    .aboutus .aboutus2
    {
        height: 582px;
    }
    .aboutus .aboutus3 h3
    {
        font-size: 16px;

        padding-top: 50px;
    }
    .aboutus .aboutus3 .slick_hi1 .item
    {
        font-size: 16px;

        margin-right: 15px;
    }
    .slick_hi2 .neicon span
    {
        font-size: 24px;
    }
    .slick_hi2 .neiconl .neiconln span
    {
        top: -2px;
        right: -78px;
    }
    .slick_hi2 .neiconr .neiconrn span
    {
        top: -2px;
        left: -70px;
    }
    .slick_hi2 .neiconl .neiconln
    {
        padding-right: 20px;
    }
    .slick_hi2 .neiconr .neiconrn
    {
        padding-left: 20px;
    }
    .slick_hi2 .neicon p
    {
        font-family: 'HC';
        font-size: 12px;
        line-height: 24px;

        -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
             -o-transform: translateY(-6px);
                transform: translateY(-6px);
    }
    .slick_hi2 .neiconl,
    .slick_hi2 .neiconr
    {
        margin-bottom: 50px;
    }
    .slick_ab2 .item li
    {
        line-height: 90px;

        height: 90px;
    }
    .news_li .news_li1
    {
        padding-bottom: 0;
    }
}
