@charset "UTF-8";

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 80px;
    z-index: 999;
    padding: 0 55px;
    transition: background 0.5s, top 0.5s, box-shadow 0.5s;
    -webkit-transition: background 0.5s, top 0.5s, box-shadow 0.5s;
}

.header.miss {
    top: -80px!important;
}

.header.fixed {
    background-color: #fff;
    /*top: 0px;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header h1 {
    line-height: 80px;
    font-size: 0;
}

.header h1 .logo {
    display: inline-block;
    vertical-align: middle;
}

.header .function {
    padding-left: 45px;
    font-size: 0;
}

.header .function a {
    position: relative;
    display: inline-block;
    margin-left: 26px;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    vertical-align: middle;
}

.header .function .search {
    position: relative;
    top: -1px;
    width: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}
.header .function .search .icon-search {
    width: 15px;
    height: 15px;
    background: url(../images/icon-search.png) no-repeat center;
    transition: .8s;
    vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header .function .search .icon-search:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    background: url(../images/icon-search-on.png) no-repeat center;
    background-size: contain;
}
.header .function .search .icon-search.on {
    background: url(../images/icon-close2.png) no-repeat center;
    background-size: contain;
}
.header .function .search .search-box {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 5;
    width: 250px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #eee;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    width: 100px;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.header .function .search .search-box.on {
    width: 250px;
    opacity: 1;
    visibility: visible;
}

.header .function .search .search-box .key {
    width: 100%;
    line-height: 30px;
    padding: 0 15px;
    color: #666;
    border-radius: 16px;
}
.header .function .search .search-box .sub {
    position: absolute;
    right: 0;
    width: 40px;
    line-height: 30px;
    border-radius: 16px;
    background: url(../images/icon-search.png?v=1) no-repeat center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.header .function .search .search-box .sub:hover {
    opacity: .9;
}

.header .function .language:before {
    content: "";
    position: absolute;
    right: -14px;
    height: 12px;
    border-left: 1px solid #0d7d45;
    top: 9px;
}

.header .function a:hover,
.header .nav-list li.on a,
.header .nav-list li a:hover {
    color: #0d7d45;
}

.header .nav-list li {
    float: left;
    font-size: 16px;
    margin-left: 45px;
}

.header .nav-list li a {
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-weight: 300;
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
}

.header .nav-list li a:before {
    content: "";
    position: absolute;
    left: -13px;
    width: 8px;
    height: 100%;
    background: url(../images/nav-cur.png) no-repeat center;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: .5s;
}

.header .nav-list li a:hover:before,
.header .nav-list li.on a:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}




/*内页header*/

.header.inner {
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #f5f5f5;
}

.header.inner.fixed {
    border-bottom: none;
}

.menu-handler {
    width: 66px;
    right: 0;
    top: 0;
    height: 54px;
    display: none;
    cursor: pointer;
    background-color: #1a4c3a;
    position: absolute;
}

.menu-handler span {
    position: relative;
    display: block;
    margin: 26px auto 0;
    width: 22px;
    height: 2px;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menu-handler span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menu-handler span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menu-handler.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.menu-handler.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-handler.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
    color: #fff;
}

.menuBox a:active,
.menuBox a:hover {
    color: #fff;
}

.menuBox {
    background-color: #868686;
    color: #fff;
    position: fixed;
    display: none;
    right: 0px;
    top: 0px;
    height: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    width: 400px;
    z-index: 980;
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
    padding: 80px 0px 100px;
}

.menuMoblie .nav-link {
    display: block;
    font-size: 16px;
    padding: 12px 12%;
    position: relative;
}

.menuMoblie .nav-link.cur {
    background-color: #7c4e23;
}

.menuMoblie .subnav {
    background-color: #cbc2b9;
    padding: 10px 0px;
    display: none;
}

.menuMoblie .subnav a {
    position: relative;
    display: block;
    padding: 12px 12%;
    line-height: 1.4;
}

.pusher-black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 900;
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -moz-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -ms-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -o-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}

.menuOpen .pusher-black {
    visibility: visible;
    filter: alpha(enabled=false);
    /* opacity:1; */
}

.menuOpen .menuBox {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.pusher {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.menuOpen .pusher {
    /* transform: translateX(-26%); */
    -webkit-transform: translateX(-26%);
    /* transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; */
    /* -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; */
}





/*轮播*/
.index-banner {
    height: 100vh;
}
.index-banner .ms-skin-default .ms-nav-next {
    right: 0;
    padding: 0 2%;
    width: 149px;
    height: 60px;
    background: url(../images/banner-next.png) no-repeat center;
    margin-top: -30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-banner .ms-skin-default .ms-nav-next:hover {
    background-color: rgba(0,0,0,0.3);
}
.index-banner .ms-skin-default .ms-nav-prev {
    left: 2.6%;
    width: 149px;
    height: 12px;
    background: url(../images/banner-next.png) no-repeat center;
    margin-top: -6px;
    display: none;
}
.index-banner .ms-bullets.ms-dir-h {
    right: 60px!important;
    bottom: 50px!important;
}
.ms-skin-default .ms-bullet:before {
    font-size: 18px;
    color: #333;
    font-family: "DINCond-Light";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ms-skin-default .ms-bullet.ms-bullet-selected:before {
    color: #fff;
}
.ms-skin-default .ms-bullet:first-child:before {
    content: "1";
}
.ms-skin-default .ms-bullet:nth-child(2):before {
    content: "2";
}
.ms-skin-default .ms-bullet:nth-child(3):before {
    content: "3";
}
.ms-skin-default .ms-bullet:nth-child(4):before {
    content: "4";
}
.ms-skin-default .ms-bullet:nth-child(5):before {
    content: "5";
}
.ms-skin-default .ms-bullet:nth-child(6):before {
    content: "6";
}


.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 15;
}

.banner .mimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: none;
}

.banner .pimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    -webkit-animation: moveleft 15s linear infinite;
    animation: moveleft 15s linear infinite;
}

@-webkit-keyframes moveleft {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    50% {
        -webkit-transform: translateX(-6%);
        transform: translateX(-6%)
    }
}

@keyframes moveleft {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    50% {
        -webkit-transform: translateX(-6%);
        transform: translateX(-6%)
    }
}

.banner .slick-dots {
    bottom: 45%;
    z-index: 104;
    width: 8px;
    right: 2%;
    text-align: center;
}

.banner .slick-dots li {
    position: relative;
    display: block;
    padding: 0px;
    height: 8px;
    width: auto;
    margin: 0px 0px 12px;
    cursor: pointer;
}

.banner .slick-dots li a {
    height: 8px;
    width: 8px;
    line-height: 8px;
    text-indent: -10em;
    display: block;
    overflow: hidden;
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #b1a194;
}

.banner .slick-dots li a:focus {
    outline: none;
}

.banner .slick-dots li.slick-active a {
    background-color: #7c4e23;
}





/*首页*/
.index-culture {
	position: relative;
    height: 950px;
}
.index-culture-list {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 6%;
	font-size: 0;
	width: 100%;
	height: 100%;
}
.index-culture-list li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 100%;
}
.index-culture-list li .box {
	display: inline-block;
	width: 130px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.index-culture-list li .box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/tit-culture-bg.png) no-repeat center;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.index-culture-list li:hover .box:before {
	transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.index-culture-list li .cont {
    position: relative;
    display: inline-block;
    top: 30%;
    width: 100%;
    padding: 0 20px;
}

.index-culture-list li .cont h4 {
    display: inline-block;
    width: 25px;
    font-size: 24px;
    color: #666;
    line-height: 1.3;
    vertical-align: top;
    position: relative;
    top: -5px;
    /*font-family: "hwzs";*/
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-culture-list li .cont .des {
	position: relative;
	padding-top: 20px;
	vertical-align: top;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    writing-mode: tb-rl;
    font-size: 16px;
    color: #999;
    line-height: 20px;
    letter-spacing: 2px; 
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-culture-list li:hover .cont h4,
.index-culture-list li:hover .cont .des {
	color: #fff;
}
.index-culture-list li .cont .des:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: url(../images/bg-line1.png) repeat-y;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-culture-list li:hover .cont .des:after {
	background: url(../images/bg-line2.png) repeat-y;
}
.index-culture-list li .cont .des:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 12px;
	background: url(../images/icon-culture-1.png) no-repeat 15px top;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-culture-list li:hover .cont .des:before {
	background: url(../images/icon-culture-2.png) no-repeat 15px top;
}
.index-case {
    position: relative;
}

.index-case .intro {
    width: 43.38%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-left: 10.4%;
    padding-right: 15.6%;
}

#accordion {
    position: relative;
  width: 31.4%;
  overflow: hidden;
  height: 950px;
  border-left: none;
  border-right: none;
  padding-right: 25%;
  box-sizing: content-box;
}
#accordion ul {
  width: 99999px;
}
#accordion li {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 950px;
  /*padding: 0 2px;*/
  box-sizing: border-box;
  cursor: pointer;
}
#accordion img {
  vertical-align: top;
}


.index-case .showbox ul li img {
    max-width: none;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: filter .5s, transform 1s;
    -o-transition: filter .5s, transform 1s;
    transition: filter .5s, transform 1s;
}


.index-case .showbox-detail {
    position: absolute;
    right: 0;
    height: 100%;
    width: 25%;
    background: #fff;
    z-index: 2;
}


.index-case .showbox-detail .item {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 100px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.index-case .showbox-detail .item.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.index-case .showbox-detail .pic {
    float: left;
    width: 60%;
    height: 100%;
}

.index-case .showbox-detail .pic img {
    max-width: none;
    height: 100%;
}
.index-case .showbox-detail .more {
    position: absolute;
    left: 0;
    bottom: 20%;
    margin-left: 40px;
    width: 60px;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    color: #999;
    border: 1px solid #e5e5e5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-case .showbox-detail .more:hover {
    border-color: #000;
    color: #000;
}

.index-case .intro .cont {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-case .intro .cont h3 span {
    display: block;
    margin-top: 12px;
    font-size: 36px;
    color: #333;
    line-height: 1.4;
    font-weight: 300;
}



.index-case .intro .cont p,
.index-case .showbox-detail .cont p {
    margin-top: 45px;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.index-case .showbox-detail .cont {
    margin-top: 20%;
    padding-left: 40px;
    padding-right: 45px;
}

.index-case .showbox-detail .cont h4 {
    font-size: 24px;
    color: #333;
    line-height: 1.3;
}

.index-case .showbox-detail .cont h5 {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

.index-case .showbox-detail .cont p {
    position: relative;
    padding-top: 22px;
}

.index-case .showbox-detail .cont p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    border-top: 4px solid #dbdbdb;
}

.index-team {
    height: 940px;
    background: #f6f6f6;
}

.index-team-slide {
    width: 68.75%;
}

.index-team .intro {
    width: 31.25%;
    height: 100%;
    background: #eeeeee;
    padding: 180px 4.8% 0 6.1%;
}
.index-team .intro .cont {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.index-team .intro .cont h3 {
	width: 100%;
	height: 84px;
    background: url(../images/tit-honor.png) no-repeat left center;
    background-size: contain;
    font-size: 0;
}

.index-team .intro .cont h4,
.index-about .intro .cont h4 {
    position: relative;
    margin-top: 90px;
    font-size: 24px;
    color: #333;
}

.index-team .intro .cont p,
.index-about .intro .cont p {
    margin-top: 30px;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

.com-more-wrap {
     margin-top: 90px;
}
.com-more-1 {
    display: inline-block;
    width: 110px;
    height: 110px;
    background: url(../images/icon-more-1.png?v=1) no-repeat center;
    margin-left: -30px;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.com-more-1:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.index-about {
    position: relative;
}

.index-about .intro {
    padding: 200px 0;
    width: 50%;
    padding-left: 10.3%;
    padding-right: 8.3%;
}

.index-about .intro h3 {
    width: 121px;
    height: 538px;
    background: url(../images/tit-3.png?v=1) no-repeat center;
    background-size: contain;
}

.index-about .intro .cont {
    padding-left: 14%;
    overflow: hidden;
}

.index-about .intro .cont h4,
.index-about .intro .cont p {
    margin-top: 0;
}

.tit-hr {
    width: 35px;
    margin: 20px 0;
    border-top: 2px solid #ccc;
}

.index-about .showbox {
    position: absolute;
    padding-top: 200px;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../images/bg-1.png);
}

.index-about .showbox h5 {
    position: relative;
    padding-left: 25px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    background: url(../images/bg-3.png);
}

.index-about .showbox h5 span {
    color: #999;
}

.index-about .showbox h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 4px;
    background: #267d45;
}

.index-about .showbox .video-cont {
    position: relative;
    cursor: pointer;
}

.index-about .showbox .video-cont:before,
.weikan-slide .item .pic:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    background: url(../images/icon-video.png) no-repeat center;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-about .showbox .video-cont:hover:before,
.weikan-slide .item .pic:hover:before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-team {
	background: #f6f6f6;
}

.index-team-slide{position:relative;background:#f5f5f5;padding-top: 180px;}
.index-team-slide .team-slide-1{position:relative;background:url(../images/index-team-bg.png) no-repeat center 1px;}

.index-team-slide .team-slide-1:before {
    content: "";
    position: absolute;
    left: 16%;
    bottom: 35px;
    width: 1000px;
    height: 196px;
    border: 2px solid #000;
}
.team-slide-1 .swiper-container{width:340px;margin:0;margin-left:24%;}
.team-slide-1 .swiper-slide{width:340px;height:600px;background:#fff;}
.team-slide-1 .swiper-slide p{line-height:98px;padding-top:0;text-align:center;color:#636363;font-size:1.1em;margin:0;}
.team-slide-1 .swiper-pagination{width:100%;bottom:20px;}
.team-slide-1 .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;border:3px solid #fff;background-color:#d5d5d5;width:10px;height:10px;opacity:1;}
.team-slide-1 .swiper-pagination-bullets .swiper-pagination-bullet-active{border:3px solid #00aadc;background-color:#fff;}
.team-slide-1 .swiper-button-prev{left:40px;top:auto;bottom:115px;width:42px;height:42px;background:url(../images/icon-prev.png) no-repeat;background-size:100%;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.team-slide-1 .swiper-button-next{z-index: 99; right:150px;top:auto;bottom:115px;width:42px;height:42px;background:url(../images/icon-next.png) no-repeat;background-size:100%;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.team-slide-1 .swiper-button-prev:hover,.team-slide-1 .swiper-button-next:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.team-slide-2{position:absolute;left:690px;top:180px;z-index:10;width:330px;height:100%;}
.team-slide-2 .item{position:relative;padding-top:180px;opacity:0!important;}
.team-slide-2 .item.swiper-slide-active{opacity:1!important;}
.team-slide-2 .item:before{content:"";position:absolute;left:0;top:0;height:124px;border-left:1px solid #e5e5e5;}
.team-slide-2 .item h4{font-size:24px;color:#333333;}
.team-slide-2 .item h5{font-size:18px;color:#666666;line-height:1.4;}
.team-slide-2 .item .des{margin-top:175px;}


.index-honor {
    position: relative;
    width: 100%;
	margin-top: 60px;
	border-bottom: 4px solid #fff;
}
.honor-list li {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 35px;
	color: #666;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.honor-list li span {
	display: block;
	font-size: 18px;
	font-weight: 400;
    font-family: "DINCond-Bold";
}
.honor-list li:hover {
	color: #333;
}
.index-honor.swiper-container-horizontal>.swiper-pagination-bullets, .index-honor .swiper-pagination-custom, .index-honor .swiper-pagination-fraction {
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 5;
}
.index-honor .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 0;
    background: url(../images/icon-dots.png) no-repeat center;
    opacity: 1;
}
.index-honor .swiper-pagination-bullet-active {
    opacity: 1;
    background: url(../images/icon-dots-on.png) no-repeat center;
}




.index-service {
    background: #f6f6f6;
    padding: 270px 0 295px;
}

.index-service-content {
    padding-left: 10.4%;
    padding-top: 118px;
    height: 420px;
    background: url(../images/pic-service.jpg) no-repeat center;
}

.index-service-content .cont {
    padding-left: 130px;
}

.index-service-content .cont h4 {
    font-size: 24px;
    color: #fff;
}

.index-service-content .cont p {
    margin-top: 10px;
    font-size: 16px;
    color: #aeaeae;
    line-height: 30px;
    width: 490px;
}

.index-service-content .cont .com-more-1 {
    margin-top: 25px;
}

.service-nav {
    /*margin-right: 42px;*/
    margin-top: 80px;
    border-right: 1px solid #b4b4b4;
    line-height: 1;
}

.service-nav li {
    float: left;
    font-size: 16px;
    padding: 0 22px;
    border-left: 1px solid #b4b4b4;
}

.service-nav li:last-child {
    padding: 0 45px;
}

.service-nav li a {
    font-family: "Microsoft Yahei Light", "Microsoft Yahei";
    font-weight: 300
}

.service-nav li:last-child a {
    position: relative;
    top: -4px;
}

.index-news {
    /*background: #f9f9f9;*/
    background: url(../images/bg-news.png);
}

.index-news .container{
    width: 1520px;
    margin: 0 auto;
}
.index-news .left {
    width: 75%;
    overflow: hidden;
    padding: 0 50px;
}

.index-news-content {
    margin-left: -50px;
    margin-right: -50px;
    overflow: hidden;
}

.index-news-content .item {
    float: left;
    width: 33.3333%;
    padding: 0 50px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #f6f6f6;
}
.index-news-content .item .box {
    position: relative;
    padding-bottom: 10px;
    padding: 260px 0 190px;
}

.index-news-content .item .box:hover:before {
    border-color: #267d45;
}

.index-news-content .item hr {
    margin: 0;
    width: 20px;
    height: 4px;
    background: #267d45;
    margin-bottom: 26px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item:hover hr {
    background: #fff;
}
.index-news-content .item .pic {
    height: 173px;
    overflow: hidden; 
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-content .item .pic img {
    width: 100%;
}
.index-news-content .item .date {
    margin-top: 48px;
    color: #999;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-content .item h5 {
    height: 48px;
    overflow:hidden; 

    text-overflow:ellipsis;

    display:-webkit-box; 

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2; 
    font-size: 16px;
    margin-top: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-content .item:hover .box h5,
.index-news-content .item:hover .date {
    color: #fff;
}
.index-news-content .item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #267d45;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-news-content .item:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.index-news-content .item .more {
    position: relative;
     margin-top: 70px;
    width: 100%;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item:hover .more {
    border-color: #999;
}

.index-news-content .item .more:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 2;
    width: 100%;
    line-height: 35px;
    color: #277d46;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    background: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-content .item:hover .more:before {
    opacity: 1;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
}

/*.index-news-content .item:hover .more {
    background: #999999;
    border-color: #999;
}*/
.index-news-content .item .icon-more {
    display: inline-block;
    position: relative;
   
    width: 13px;
    height: 13px;
    background: url(../images/icon-plus-5.png) no-repeat center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-content .item:hover .box .icon-more {
    opacity: 0;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
}

.index-news .intro {
    margin-top: -30px;
    padding: 260px 0 0;
}

.index-news .intro h3 {
    width: 262px;
    height: 142px;
    background: url(../images/tit-opinions.png?v=1) no-repeat center;
}

.index-news .intro h4 {
    margin-top: 15px;
    margin-left: 18px;
    width: 212px;
    height: 145px;
    background: url(../images/tit-opinions-mean.png) no-repeat center;
}

.index-news .intro .com-more-wrap {
    margin-top: 93px;
    margin-left: -15px;
}
.index-news .intro .com-more-1 {
    margin-left: 0;
}



.footer {
    padding: 100px 10.4%;
    background: #f6f6f6;
}

.footer .logo {
    position: relative;
    display: block;
}

.footer .logo .slogan {
    position: absolute;
    left: 170px;
    top: 0;
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    font-weight: 300;
}

.footer .info {
    text-align: right;
    /*width: 50%;*/
}

.footer .info .focus a {
    display: inline-block;
    margin-left: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e5e5e5;
    text-align: center;
    line-height: 24px;
    font-size: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer .info .focus a:hover {
    background: #267d44;
    /*-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}

.footer .info .focus .wx {
    position: relative;
}

.footer .info .focus .wx .qr {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 96px;
    height: 96px;
    margin-left: -48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer .info .focus .wx:hover .qr {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.footer .info .focus a i {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.footer .info .focus a .icon-wx {
    width: 18px;
    height: 100%;
    background: url(../images/icon-wx.png) no-repeat center;
    vertical-align: top;
}
.footer .info .focus a:hover .icon-wx {
    background: url(../images/icon-wx-on.png) no-repeat center;
}

.footer .info .focus a .icon-wb {
    width: 15px;
    height: 100%;
    background: url(../images/icon-wb.png) no-repeat center;
    vertical-align: top;
}

.footer .info .focus a:hover .icon-wb {
    background: url(../images/icon-wb-on.png) no-repeat center;
}

.footer .info .focus a .icon-location {
    width: 14px;
    height: 100%;
    background: url(../images/icon-location.png) no-repeat center;
    vertical-align: top;
}

.footer .info .focus a:hover .icon-location {
    background: url(../images/icon-location-on.png) no-repeat center;
}


.footer .info h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #cacaca;
}

.footer .info p {
    font-size: 36px;
    color: #0d7d45;
    font-family: "DINCond-Bold";
    line-height: 1;
    margin-bottom: 10px;
}

.footer .info .foot-nav li {
    display: inline-block;
    margin-left: 25px;
}

.footer .info .copyright {
    margin-top: 10px;
    font-size: 13px;
    color: #c9c9c9;
}

.footer .info .copyright a,
.footer .info .links a {
    color: #c9c9c9;
}

.footer .info .links {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    font-size: 13px;
    color: #c9c9c9;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer .info .links a:hover {
    color: #0d7d45;
}
.footer .info .links:hover .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer .info .links .links-content {
    display: inline-block;
    /*position: absolute;
    right: 0;
    top: 30px;
    width: 1000px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;*/
}
.footer .info .links:hover .links-content {
    /*opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);*/
}
.footer .info .links .links-content a {
    display: inline-block;
    font-size: 12px;
    /*color: #999;*/
    margin-left: 10px;
}
.footer .info .links .links-content a:hover,
.footer .info .foot-nav li a:hover,
.footer .info .copyright a:hover {
    color: #0d7d45;
}




/*关于*/

.page-intro {
    margin-top: 90px;
    padding-top: 90px;
    padding-bottom: 85px;
    text-align: center;
}

.product-intro {
    padding-bottom: 70px;
}

.page-intro .icon-douhao {
    margin-top: 80px;
    margin-bottom: 20px;
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../images/icon-douhao.png) no-repeat center;
}

.page-intro .des {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.page-intro .des strong {
    color: #666;
}

.page-intro h3 {
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 20px;
    color: #000;
    padding-top: 20px;
    background: url(../images/icon-point-line.png) no-repeat center top;
}

.product-intro h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    padding-top: 15px;
    font-weight: 300;
}



.about-design {
    padding-top: 115px;
    padding-bottom: 120px;
    height: 500px;
    background: url(../images/about-bg.jpg) no-repeat center;
    text-align: center;
}

.about-design .tit {
    font-size: 20px;
    color: #333;
    font-weight: 300;
    line-height: 84px;
    background: url(../images/icon-yuan.png) no-repeat center;
}

.about-design .des {
    margin-top: 55px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.about-content {
    width: 630px;
    text-align: left;
    margin-top: -5px;
}
.about-content .des {
    line-height: 30px;
}

.about-content .tit2 {
    line-height: 49px;
    background: url(../images/icon-about-y.png) no-repeat left center;
    font-size: 18px;
    color: #0d7d45;
    margin-top: 35px;
    margin-bottom: 15px;
}

.about-weikan {
    position: relative;
    background: url(../images/bg-1.png);
}

.about-weikan .left {
    padding: 150px 6.25% 150px 18.75%;
    width: 72%;
}

.weikan-slide {
    margin-left: -10px;
    margin-right: -10px;
}

.weikan-slide .item {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.weikan-slide .item .pic {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.weikan-slide .item h5 {
    position: relative;
    padding-left: 20px;
    line-height: 60px;
    font-size: 14px;
    color: #999;
    background: url(../images/bg-4.png);
}

.weikan-slide .item h5 span {
    display: inline-block;
    width: 70%;
    margin-left: 10px;
    color: #333;
    line-height: 1.5;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.weikan-slide .item h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    width: 2px;
    background: #267c45;
}
.about-weikan .weikan-intro {
    position: absolute;
    right: 0;
    height: 100%;
    width: 28%;
    padding-top: 150px;
    padding-left: 45px;
    height: 100%;
    /*background: url(../images/bg-1.png);*/
}

.about-weikan .weikan-intro .cont {
    width: 125px;
}

.about-weikan .weikan-intro .cont h3 {
    width: 100%;
    border-top: 1px solid #267c45;
    color: #267c45;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}

.about-weikan .weikan-intro .cont ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.about-weikan .weikan-intro .cont ul li~li {
    margin-left: 16px;
}

.about-weikan .weikan-intro .cont ul li~li:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 6px;
    height: 12px;
    border-left: 1px solid #ccc;
}

.about-weikan .weikan-intro .cont .slide-btn {
    margin-top: 75px;
}

.about-weikan .weikan-intro .cont .slide-btn a {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-weikan .weikan-intro .cont .slide-btn .btn-prev {
    background-image: url(../images/icon-prev.png);
}

.about-weikan .weikan-intro .cont .slide-btn .btn-next {
    background-image: url(../images/icon-next.png);
}

.about-weikan .weikan-intro .cont .slide-btn a:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}





/*作品*/

/*去色*/
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.list-product {
    width: 92.70%;
    margin: 0 auto 50px;
}

.list-product ul {
    margin-left: -10px;
    margin-right: -10px;
}

.list-product ul li {
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
    width: 25%;
}

.list-product ul li .box {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.list-product ul li .box .pic {
    position: relative;
    overflow: hidden;
    padding-top: 66.7%;
}
.list-product ul li .box .pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}
.list-product ul li .box:hover .pic:before {
    opacity:0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.list-product ul li .box:hover {
    /*box-shadow: 0 0 20px rgba(0,0,0,0.2);*/

    -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
        box-shadow:0 15px 30px rgba(0,0,0,0.1);
        -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0)
}

.list-product ul li .box .pic img {
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%;
}
.list-product ul li .box:hover .pic img {

}


.index-case .showbox ul li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.list-news .item .box:hover .pic img,
.index-case .showbox ul li:hover img {
    
}

.index-case .showbox ul li:hover img,
.list-news .item .box:hover .pic img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.list-product ul li .box .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    font-size: 13px;
    color: #999;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.list-product ul li .box:hover .tit {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.list-product ul li .box .tit h5 {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}
/*.list-product ul li .box .tit:hover h5 {
    width: 100%;
}
*/
.list-product ul li .box .tit .des {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 115px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.list-product ul li .box .tit:hover .des {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.list-product ul li .box .tit h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    border-left: 2px solid #277d46;
}




/*团队*/

.team-show {
    position: relative;
    margin: 100px auto 0;
    padding: 100px 0;
}

.team-slide .item~.item {
    display: none;
}

.team-slide .item .intro {
    width: 28.33%;
    background: #f6f6f6;
}

.team-slide .item .honor {
    width: 58.33%;
}

.team-slide .item .intro .pic {
    position: relative;
    z-index: 5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-slide .item .intro .pic:hover {
    opacity: .95;
}

.team-slide .item .intro .cont {
    position: relative;
    padding: 30px 45px;
    height: 240px;
    background: #267d45;
}

.team-slide .item .intro .cont h2 {
    font-size: 16px;
    color: #86bda2;
}

.team-slide .item .intro .cont:before {
    content: "";
    position: absolute;
    left: 60px;
    top: -10px;
    width: 4px;
    height: 20px;
    background: #fff;
}

.team-slide .item .intro .cont h2 span,
.team-slide .item .honor h3 span {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    color: #000;
}
.team-slide .item .intro .cont h2 span {
    color: #fff;
}
.team-slide .item .intro .cont .zc {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.team-slide .item .intro .cont .des {
    margin-top: 20px;
    font-size: 14px;
    color: #e5ebe7;
}

.team-slide .item .honor {
    padding-top: 40px;
}

.team-slide .item .honor h3 {
    font-size: 16px;
    color: #666;
}

.team-slide .item .honor h4 {
    margin-top: 80px;
    font-size: 14px;
    color: #333333;
    padding-top: 18px;
    background: url(../images/icon-point-line-2.png) no-repeat left top;
}

.team-slide .item .honor .des p {
    margin-top: 25px;
    line-height: 26px;
    color: #999;
}

.team-tab {
    position: absolute;
    right: 0;
    bottom: 160px;
    width: 58.33%;
    font-size: 0;
}

.team-tab li {
    display: inline-block;
    margin-right: 65px;
    vertical-align: middle;
    width: 93px;
    height: 93px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.team-tab li.on,
.team-tab li:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: transparent;
    opacity: 1;
}




/*服务*/
.service-intro {
    padding-bottom: 20px;
}
.service-intro h3 {
    background: transparent;
    padding-top: 0;
    margin-bottom: 110px;
}

.service-intro h3 span,
.service-content .tit h3 span {
    display: inline-block;
    margin: 0 15px;
    width: 9px;
    height: 9px;
    background: url(../images/icon-j.png) no-repeat;
}
/*
.service-intro ul {
    position: relative;
    padding: 0 3%;
    font-size: 0;
}

.service-intro ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    height: 1px;
    background: url(../images/line-bg.png);
}

.service-intro ul li {
    display: inline-block;
    vertical-align: top;
    width: 11.1111%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.service-intro ul li .num {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #999;
    background: url(../images/service-tip-bg.png) no-repeat center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-intro ul li:hover .num {
    background: url(../images/service-tip-bg-on.png) no-repeat center;
    color: #fff;
}

.service-intro ul li .num:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: 4px;
    width: 42px;
    height: 35px;
    background: url(../images/icon-shadow.png) no-repeat center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-intro ul li .cont {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    width: 57px;
    height: 400px;
}

.service-intro ul li .cont h4 {
    display: inline-block;
    width: 21px;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

.service-intro ul li .cont .des {
    position: absolute;
    left: 42px;
    top: 2px;
    writing-mode: tb-rl;
    font-size: 12px;
    color: #aaaaaa;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-intro ul li:hover .cont .des {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}*/


.service-list {
    margin-left: -45px;
    margin-right: -45px;
}
.service-list li {
    position: relative;
    float: left;
    padding: 0 45px;
    width: 33.3333%;
    margin-bottom: 100px;
}
.service-list li .box {
    position: relative;
    text-align: left;
}
.service-list li .box .pic {
    overflow: hidden;
}
.service-list li .box .pic img {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-list li .box:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.service-list li .box .num {
    position: absolute;
    right: 20px;
    top: -25px;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: url(../images/icon-service-1.png) no-repeat center;
}
.service-list li .box h5 {
    font-size: 16px;
    color: #267d45;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 25px;
}
.service-list li .box .des {
    color: #8d8c8c;
    font-weight: 300;
}

.service-show {
    padding: 135px 0;
    background: url(../images/service-bg.jpg) no-repeat center;
    overflow: hidden;
}

.service-content {
    position: relative;
}

.service-content .icon-close {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/close.png) no-repeat center;
    background-size: 30px;
    margin-left: -25px;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-content .icon-close.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.service-content .icon-close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.service-content .tit {
    padding-top: 120px;
    width: 142px;
    height: 440px;
    background: #267d45;
    text-align: center;
}

.service-content .tit h3 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    writing-mode: tb-rl;
    line-height: 40px;
}

.service-content .tit h3 span {
    margin: 15px 0;
    background: url(../images/icon-j2.png) no-repeat center;
}

.service-content .cont {
    position: relative;
    overflow: hidden;
    height: 440px;
}

.service-content .cont ul li {
    position: relative;
    float: left;
    width: 150px;
    height: 220px;
    text-align: center;
    background: #fff;
    margin-left: 1px;
    margin-bottom: 1px;
    line-height: 220px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-content .cont ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 31px;
    background: url(../images/icon-service-more.png) no-repeat center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-content .cont ul li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.service-content .cont ul li:hover {
    background: rgba(255,255,255,0.5);
    color: #333;
}


.service-content .cont .detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-content .cont .detail.show {
    opacity: 1;
    visibility: visible;
}

.service-content .cont .detail .item {
    display: none;
    height: 100%;
}
.service-content .cont .detail .item.on {
    display: block;
}

.service-content .cont .cont-scroll {
    padding: 60px;
    overflow-y: scroll;
    /*height: 440px;*/
    width: 100%;
    height: 100%;
}

.service-content .cont .cont-scroll .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px;
}


.service-content .cont .cont-scroll h4 {
    position: relative;
    font-size: 18px;
    padding-top: 12px;
    margin-bottom: 50px;
}

.service-content .cont .cont-scroll h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 4px;
    background: #000;
}

.service-content .cont .cont-scroll p {
    color: #999;
    line-height: 26px;
    margin-bottom: 30px;
}

.cont-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.cont-scroll::-webkit-scrollbar-button {
    background-color: #e5e5e5;
}

.cont-scroll::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.cont-scroll::-webkit-scrollbar-thumb {
    background: #277d46;
}

.cont-scroll::-webkit-scrollbar-corner {
    background: #277d46;
}

.cont-scroll::-webkit-scrollbar-resizer {
    background: #277d46;
}




/*新闻*/

.gr-cate {
    margin-top: 100px;
    padding: 100px 0;
    text-align: center;
}

.gr-cate a {
    position: relative;
    display: inline-block;
    margin: 0 25px;
    font-size: 16px;
    color: #999;
    padding-bottom: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gr-cate a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #277d46;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.gr-cate a:hover:before,
.gr-cate a.on:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.gr-cate a.on,
.gr-cate a:hover {
    color: #277d46;
}

.product-cate {
    /*padding-top: 60px;*/
    text-align: center;
}
.product-cate a {
    display: inline-block;
    width: 90px;
    line-height: 28px;
    border: 1px solid #eee;
    color: #999;
    margin: 0 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-cate a.on,
.product-cate a:hover {
    color: #fff;
    background: #277d46;
}

.list-news {
    padding-bottom: 60px;
}

.list-news .item {
    padding: 40px 0;
    border-bottom: 1px solid #f6f6f6;
}

.list-news .item:first-child {
    padding-top: 0;
}

.list-news .item .pic {
    margin-right: 90px;
    overflow: hidden;
    width: 453px;
    height: 272px;
    overflow: hidden;
}


.list-news .item .cont {
    overflow: hidden;
    padding: 30px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.list-news .item .box:hover .cont {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.list-news .item .cont .date {
    font-size: 18px;
    color: #c0c0c0;
    font-weight: 300;
}

.list-news .item .cont h4 {
    font-size: 18px;
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.list-news .item .box:hover .cont h4 {
    color: #277d46;
}

.list-news .item .cont p {
    margin-top: 70px;
    padding-top: 25px;
    font-size: 14px;
    color: #999;
    background: url(../images/icon-point-line-2.png) no-repeat left top;
}




/* ====== 分页 ====== */

.pages {
    margin-top: 50px;
    text-align: center;
}

.pages a,
.pages span {
    display: inline-block;
    margin: 0 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 12px;
    background: url(../images/pages-bg.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.pages .prev,
.pages .prev_disabled,
.pages .next,
.pages .next_disabled {
    background-color: #F6F4F1;
    color: #666;
    display: none;
}

.pages .pre:hover,
.pages .next:hover {
    background-color: #000;
    color: #fff;
}

.pages .current,
.pages a:hover {
    background: url(../images/pages-bg-on.png) no-repeat center;
    color: #fff;
}

.pages a.prev:before,
.pages a.prev_disabled:before {
    content: "";
    display: none;
}

.pages a.next:before,
.pages a.next_disabled:before {
    content: "";
    display: none;
}



/*新闻详情*/

.news-detail {
    margin-top: 100px;
    padding: 100px 0;
}

.news-detail .left {
    position: relative;
    width: 580px;
    overflow: hidden;
}

.news-detail .right {
    width: 540px;
    overflow: hidden;
}

.video-detail .left {
    width: auto;
}

.video-detail .right {
    width: 70%;
}
.video-detail .right iframe {
    width: 100% !important;
}
.news-detail .left .news-slide {
    position: relative;
    overflow: hidden;
    height: 500px;
}
.news-detail .left .news-slide .item {
    text-align: center;
    background: #f5f5f5;
}
.news-detail .left .news-slide .item img {
    max-height: 500px;
    max-width: 100%;
}
.news-detail .left .news-slide .item {
    height: 500px;
    line-height: 500px;
    font-size: 0;
}
.news-detail .left .news-slide .flex-viewport {
    max-height: 500px;
}
.news-detail .left .news-slide .flex-control-nav li {
    cursor: pointer;
}
.slide-1 .flex-control-nav {
    text-align: left;
    bottom: 15px;
    padding-left: 20px;
    line-height: 1;
}

.slide-1 .flex-control-paging li a {
    width: 9px;
    height: 9px;
    background: url(../images/icon-dots.png) no-repeat center;
    border-radius: 0;
    box-shadow: none;
}

.slide-1 .flex-control-paging li a.flex-active,
.slide-1 .flex-control-paging li a:hover {
    width: 9px;
    height: 9px;
    background: url(../images/icon-dots-on.png) no-repeat center;
}

.news-detail .left .back {
    display: inline-block;
    margin-top: 124px;
    font-size: 14px;
    color: #999;
    line-height: 42px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.video-detail .left .back {
    margin-top: 0;
}
.news-detail .left .back:hover {
    color: #267c45;
}

.news-detail .left .back .icon-back {
    margin-right: 8px;
    width: 42px;
    height: 42px;
    background: url(../images/icon-prev.png) no-repeat center;
    vertical-align: middle;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.news-detail .left .back:hover .icon-back {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-detail .right h2 {
    font-size: 20px;
    color: #333;
}

.news-detail .right .date {
    margin-top: 10px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.news-detail .right .date,
.news-detail .right .news-cont p {
    font-size: 14px;
    color: #999;
}

.news-detail .right .news-cont p {
    line-height: 26px;
}

.news-detail .right .news-cont p~p {
    margin-top: 25px;
}

.page-intro h2 {
    font-size: 20px;
    color: #333;
}

.page-intro h2 span {
    display: inline-block;
    margin: 0 20px;
    width: 1px;
    height: 16px;
    background: #dcdcdc;
}

.contact-intro {
    position: relative;
    height: 320px;
    background: url(../images/contact-bg.jpg) no-repeat center;
}

.contact-intro .cont {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 200px;
    margin-top: -66.5px;
}

.contact-intro .cont h3 {
    font-size: 20px;
    color: #fff;
}

.contact-intro .cont p {
    position: relative;
    margin-top: 35px;
    padding-top: 12px;
    font-size: 16px;
    color: #cccccc;
    line-height: 28px;
}

.contact-intro .cont p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    border-top: 2px solid #fff;
}

.contact-info {
    padding: 130px 0;
}

.contact-info .intro {
    display: inline-block;
}

.contact-info .intro h3 {
    font-size: 20px;
    color: #333;
}

.contact-info .intro p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.contact-info ul li {
    float: left;
    margin-top: 20px;
    color: #999;
    line-height: 58px;
}

.contact-info ul li i {
    width: 58px;
    height: 58px;
    margin-right: 20px;
    vertical-align: middle;
}

.contact-info ul li:first-child {
    margin-right: 120px;
}

.contact-info ul li .icon-tel {
    background: url(../images/contact-tel.png) no-repeat center;
}

.contact-info ul li .icon-email {
    background: url(../images/contact-email.png) no-repeat center;
}

.contact-info ul li span,
.contact-info ul li a {
    color: #666;
    font-weight: bold;
}

.contact-info ul li a:hover {
    color: #333;
}

.contact-join {
    padding: 110px 0;
    background: url(../images/contact-bg-2.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.contact-join h3 {
    font-size: 20px;
    color: #fff;
}

.contact-join h4 {
    margin-top: 5px;
    color: #fff;
}

.contact-join p {
    margin-top: 50px;
    color: #fff;
}

.contact-join .link {
    display: inline-block;
    position: relative;
    margin-top: 85px;
    width: 160px;
    line-height: 30px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-join .link:hover {
    color: #fff;
    border-color: #277d46;
}

.contact-join .link span {
    position: relative;
}

.contact-join .link:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #277d46;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-join .link:hover:before {
    left: 0;
}

.contact-address {
    position: relative;
}

.contact-address .intro-wx {
    padding-left: 18.75%;
    padding-right: 7.8%;
    padding-top: 140px;
    width: 50%;
    height: 560px;
    background: url(../images/contact-bg-3.jpg) no-repeat center;
}

.contact-address .intro-wx h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 42px;
}

.contact-address .intro-wx p {
    color: #ccc;
    line-height: 26px;
}

.contact-address .map {
    position: relative;
    width: 50%;
    height: 560px;
    background: #f6f6f6;
    overflow: hidden;
    /*background: url(../images/contact-map.jpg) no-repeat center;*/
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-address .map img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -480px;
    max-width: none;
    max-height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-address .map:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.contact-address .map p {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50px;
    color: #333;
}

.contact-message {
    padding: 80px 0;
    width: 700px;
}

.contact-message h3 {
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.contact-message h4 {
    font-size: 14px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.contact-message ul {
    margin-left: -30px;
    margin-right: -30px;
}

.contact-message ul li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 30px;
    margin-bottom: 15px;
}
.contact-message ul li .file-up {
    position: absolute;
    left: 30px;
    top: 0;
    width: 80%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.contact-message .err {
    line-height: 20px;
    font-size: 12px;
    color: red;
     display: none; 
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 36px;
}
.contact-message span.error {
    line-height: 20px;
    font-size: 12px;
    color: red;
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 36px;
}
#reg_info_file_base64 {
    height: 31px!important;
    width: auto;
}
/*#reg_info_file_text {
    top: 34px;
    right: auto;
}*/
.contact-message ul li input,
.register-box-con2-box-upload-ti {
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    line-height: 35px;
    font-size: 14px;
}
.register-box-con2-box-upload-ti {
    cursor: pointer;
    color: #999;
}
.contact-message .file-upload {
    position: relative;
}
#reg_info_file {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
    opacity: 0;
}
.contact-message ul li textarea {
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
    height: 120px;
    padding-top: 10px;
    font-size: 14px;
}

.contact-message ul li input::-webkit-input-placeholder,
.contact-message ul li textarea::-webkit-input-placeholder {
    color: #999;
}

.contact-message ul li:last-child {
    width: 100%;
    margin-bottom: 23px;
}




.contact-message .sub {
    display: block;
    line-height: 40px;
    width: 100%;
    background: #277d46;
    color: #fff;
    letter-spacing: 20px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.contact-message .sub:hover {
    opacity: .9;
}



/*作品详情*/

.product-slide {
    position: relative;
    margin-top: 80px;
    background: #000;
}

.product-slide .flex-nav-prev,
.product-slide .flex-nav-next {
    position: absolute;
    left: 40px;
    top: 50%;
    width: 42px;
    height: 42px;
    z-index: 10;
    margin-top: -21px;
}

.product-slide .flex-nav-next {
    left: auto;
    right: 40px;
}

.product-slide .flex-direction-nav a {
    background: #000;
}

.product-slide .flex-direction-nav .flex-prev {
    left: 0;
    background: url(../images/change.png) no-repeat center;
}

.product-slide .flex-direction-nav .flex-next {
    right: 0;
    background: url(../images/change2.png) no-repeat center;
}

.product-slide .flex-direction-nav a {
    width: 42px;
    height: 42px;
    margin: 0;
    opacity: 1;
    font-size: 0;
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-slide .flex-direction-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.product-slide .flex-direction-nav.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.product-slide .flex-direction-nav a:hover,
.product-slide .func a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-slide .flex-direction-nav a:before {
    display: none;
}

.product-slide .func {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 15;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*-webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;*/
}

.product-slide .item.flex-active-slide .func {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.product-slide .func a {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-slide .func a:before {
    content: attr(data-title);
    position: absolute;
    right: 50px;
    top: 10px;
    font-size: 12px;
    color: #fff;
    width: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-slide .func a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-slide .func a.back {
    background: url(../images/product-back.png) no-repeat;
}

.product-slide .func a.view {
    background: url(../images/product-view.png) no-repeat;
}

.product-slide .item {
    position: relative;
    text-align: center;
}
.product-slide .item img {
    max-width: none;
    max-height: 100%;
}
.product-slide .cont {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 27%;
    background: #fff;
    z-index: 20;
    padding: 4% 4% 4% 0;
    /*opacity: 0;*/
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.product-slide .cont.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-slide .cont .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    background: #000;
    z-index: 21;
    text-align: center;
}

.product-slide .cont .close .icon-close {
    position: relative;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background: url(../images/icon-close.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product-slide .cont .close .icon-close:hover {
    -webkit-transform: rotate(180deg) scale(1.1);
    -ms-transform: rotate(180deg) scale(1.1);
    -o-transform: rotate(180deg) scale(1.1);
    transform: rotate(180deg) scale(1.1);
}

.product-slide .cont .tit {
    font-size: 16px;
    color: #333;
}

.product-slide .cont .intro {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-top: 12px;
}

.product-slide .cont .detail {
    position: relative;
    margin-top: 60px;
    padding-top: 15px;
}

.product-slide .cont .detail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 4px;
    background: #dcdcdc;
}

.product-slide .cont .detail p~p {
    margin-top: 20px;
}

.product-slide .cont .detail p {
    color: #999;
}

.product-slide .cont .cont-scroll {
    overflow-y: scroll;
    height: 100%;
    padding: 0 18%;
}


.com-ajax-more {
    display: block;
    line-height: 50px;
    width: 100%;
    background: #e4e4e4;
    color: #333;
    font-size: 16px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.com-ajax-more:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


/**加载效果旋转**/
        @-webkit-keyframes rotate {
    0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
}
}@keyframes rotate {
    0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
}
}.loadmore {
    display:block;
    line-height:50px;
    text-align:center;
    color:#ccc;
    font-size:14px;
}
.loadmore span {
    height:20px;
    width:20px;
    border-radius:100%;
    display:inline-block;
    margin:10px;
    border:2px solid #090909;
    border-bottom-color:transparent;
    vertical-align:middle;
    -webkit-animation:rotate 1.1s infinite linear;
    animation:rotate 1.1s infinite linear;
}
.loadover {
    position:relative;
    margin:0 12px;
    padding:24px 0;
    height:20px;
    line-height:20px;
    color:#909090;
    text-align:center;
}
.loadover span {
    position:relative;
    display:inline-block;
    padding:0 6px;
    /*height:20px;*/
    /*background:#F2F2F2;*/
    z-index:2
}
.loadover:after {
    content:''position:absolute;
    left:0;
    top:50%;
    width:100%;
    height:1px;
    background:#DCDCDC;
    z-index:1;
    display:block;
}


.news-page-other {
    margin-top: 50px;
    padding: 15px 0;
    border-top: 1px solid #eeeeee;
}
.news-page-other p ~ p {
    margin-top: 10px;
}
.news-page-other p,
.news-page-other a {
    color: #c3c3c3;
    font-weight: 300;
    font-family: "Microsoft Yahei Light";
}
.news-page-other a:hover,
.xglist dd ul li a:hover {
    color: #000;
    font-weight: normal;
}
.xglist {
    margin-top: 30px;
}
.xglist dt {
    font-weight: 300;
    font-family: "Microsoft Yahei Light";
    color: #2a854f;
    font-size: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 2px;
}
.xglist dt .en {
    display: inline-block;
    margin-left: 10px;
    font-family: "DINCond-Bold";
    color: #cdcdcd;
    font-size: 20px;
}
.xglist dd ul li ~ li {
    margin-top: 5px;
}
.xglist dd ul li,
.xglist dd ul li a {
    width: 100%;
    color: #c3c3c3;
    font-weight: 300;
    font-family: "Microsoft Yahei Light";
}
.xglist dd ul li a {
    display: inline-block;
    width: 430px;
}

   .nav-mbx{
    margin-top: 90px;
    padding-left: 55px;
   }