﻿@charset "utf-8";
/* CSS Document */

.bgfff{
	background: #fff;
}

.banner{
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
	/*cursor: move;*/
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.banner .swiper-slide a{
	display: block;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    bottom: 32px;
    text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #222;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.banner .swiper-visible-switch {
  background: #aaa;
}
.banner .swiper-active-switch {
  background: #fff;
}

.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}

.banner .imgBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bannerCon{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 51px;
	margin-top: -25px;
	/*z-index: 999;*/
}
.bannerCon a{
	position: relative;
	z-index: 999;
	display: block;
	width: 42px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: rgba(0,0,0,0);
}
.bannerCon a i {
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
}
.bannerCon a#banner-left{
	float: left;
	margin-left: 15px;
}
.bannerCon a#banner-right{
	float: right;
	margin-right: 15px;
}
.bannerCon a:hover{
	background: rgba(0,0,0,.3);
}
	
.banner .pagination{
	visibility: hidden;
}

/*  banner  */

.small-title{
	position: relative;
}

.small-title .p1{
	font-size: 22px;
	color: #444;
	margin-bottom: 6px;
}

.small-title .p2{
	font-size: 14px; 
}

.index-dongtai {
    position: relative;
    z-index: 66;
    margin-top: 0px;
    float: right;
    width: 390px;
    background: #1e9841;
}

    .index-dongtai .small-title {
        padding: 30px 40px;
        height: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

.index-dongtai .small-title .p1{
	color: #fff;
}

.index-dongtai .small-title .p2{
	color: #fff;
	color: rgba(255,255,255,.3);
}

.index-dongtai .small-title a{
    position: absolute;
    width: 100px;
    height: 36px;
    top: 33%;
    margin-top: -18px;
    right: 10px;
}

.index-dongtai .small-title a i{
	width: 29px;
    height: 14px;
    display: block;
    background: url(../img/common-img/jiantou.png) no-repeat 0 -170px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -10px;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-dongtai .small-title a:hover i{
    background: url(http://resources.jsmo.xin/templates/upload/1305/icon/icon.png) no-repeat 0 -186px;
}

.index-dongtai-list li a{
	display: block;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden;
}

.index-dongtai-list li a .inner{
	padding: 15px;
}

    .index-dongtai-list li a .data {
        width: 50px;
        height: 50px;
        background: #06832a;
        color: #fff;
        padding: 0 7px;
        float: left;
        text-align: center
    }

.index-dongtai-list li a .data span{
	display: block;
	font-size: 14px;
}

.index-dongtai-list li a .data span.month{
	padding: 12px 0 6px 0;
}

.index-dongtai-list li a .data span.year{
	font-size: 12px;
	color: #fff;
}

.index-dongtai-list li a .content{
	padding-left: 75px;
}

    .index-dongtai-list li a .content .title {
        /*padding-top: 16px;*/
        font-size: 15px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        margin: 0;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        line-height: 25px;
    }
    .index-dongtai-list li a .content .p2 {
        display:none
    }
        .index-dongtai-list li a .content .dep{
	font-size: 12px;
	color: #89bce0;
	color: rgba(255, 255, 255, .5);
	overflow: hidden;
	white-space: nowrap;
	margin-top: 12px;
}

.index-dongtai-list li a .separator{
	position: relative;
	top: 20px;
	opacity: 0;
	filter:alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

    .index-dongtai-list li a:hover {
        background: #06832a;
    }

.index-dongtai-list li a:hover .content .title{
	padding-top: 2px;
}

.index-dongtai-list li a:hover .separator{
	top: 0;
	opacity: 1;
	filter:alpha(opacity=100);
	visibility: visible;
}

.index-yewu{
	float: left;
	width: 804px;
    height: 328px;
    overflow: hidden;
	padding-top: 64px;
}

.index-yewu .small-title{
	margin-bottom: 40px;
}

.index-yewu .small-title .p2{
	color: #b3b3b3;
}

.index-yewu-list{
	position: relative;
}

.index-yewu-list .index-yewu-btn{
	position: absolute;
	width: 100%;
	top: 50%;
	font-size: 26px;
	z-index: 2;
	display: none;
}

.index-yewu-list .index-yewu-btn a{
	padding: 3px 10px;
	top: -24px;
}

.index-yewu-list .index-yewu-btn .prev{
	position: absolute;
	left: 0;
	color: #b7b7b7;
}

.index-yewu-list .index-yewu-btn .next{
	position: absolute;
	right: 0;
	color: #b7b7b7;
}

.index-yewu-list .swiper-slide a{
	display: block;
}

.index-yewu-list .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    top: 14px;
    text-align: right;
}
.index-yewu-list .swiper-pagination-switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  margin: 0 5px;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.index-yewu-list .swiper-visible-switch {
  background: transparent;
}
    .index-yewu-list .swiper-active-switch {
        background: #1e9841;
    }

.index-yewu-list .swiper-slide .img{
	float: left;
}

.index-yewu-list .swiper-slide .img,
.index-yewu-list .swiper-slide .img img{
	width: 330px;
	height: 240px;
}

.index-yewu-list .swiper-slide .text{
	padding: 0 0 0 365px;
}

.index-yewu-list .swiper-slide .text .p1{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 42px 0 0 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-yewu-list .swiper-slide .text .p2{
	font-size: 13px;
	line-height: 26px;
	height: 100px;
	overflow: hidden;
	margin-top: 30px;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-yewu-list .swiper-slide .text .ico{
	position: relative;
	width: 15px;
    height: 9px;
    background: url(../img/common-img/jiantou.png) no-repeat -110px -11px;
    display: block;
    margin: 24px 0 0 0px;
    left: -50px;
    opacity: 0;
    filter:alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


.index-yewu-list .swiper-slide a:hover .text .p1{
	padding-top: 36px;
}

.index-yewu-list .swiper-slide a:hover .text .p2{
	margin-top: 24px;
}

.index-yewu-list .swiper-slide a:hover .text .ico{
	left: 0;
    opacity: 1;
    filter:alpha(opacity=100);
    visibility: visible;
}







.index-hangye{
	padding-top:42px;
	padding-bottom: 26px;
}

.index-hangye .owl-buttons{
	display: none;
}

.index-hangye .small-title{
	margin-bottom: 45px;
}

.index-hangye .small-title .p2{
	color: #c1c1c1;
}



#index-hangye-box {
    width: 1216px;
    margin-left: auto;
    margin-right: auto;
}
#index-hangye-box .item {
    display: block;
    margin: 0 18px 0 0 /*9px*/;
    /*margin: 5px;*/
}
#index-hangye-box img {
    display: block;
    width: 100%;
}

.index-hangye .owl-theme .owl-controls {
    margin-top: 20px;
    margin-bottom: 26px;
}

.index-hangye .text .ico{
	position: absolute;
	width: 37px;
    height: 20px;
    top: 42px;
    right: 6px;
    background: transparent url(../img/common-img/jiantou.png) no-repeat -30px -66px;
    -webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
    margin-top: -11px;
    border-left: 1px solid rgba(0, 0, 0, .0);
    opacity: 0;
}

.index-hangye .img{
	overflow: hidden;
}

.index-hangye .img img{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-hangye .text{
	position: relative;
	top: 0;
	z-index: 66;
	padding: 26px 0;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-hangye .text .title{
	font-size: 16px;
    color: #666;
    padding-right: 30px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-hangye .text .title-dep{
	color: #b7b7b7;
    display: block;
    height: 20px;
    line-height: 24px;
    overflow: hidden;
    margin: 0px;
    padding: 0px 20px 0 0;
    font-size: 13px;
}

.index-hangye .text .text-content{
    color: #999;
    margin-top: 10px;
    padding-right: 25px;
    line-height: 24px;
    font-size: 13px;
}

.index-hangye a.item{
	cursor: pointer;
}

.index-hangye a.item:hover .text .ico{
	background: url(../img/common-img/jiantou.png) no-repeat 16px -66px;
    opacity: 1;
}

.index-hangye a.item:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index-hangye a.item:hover .text{
	padding: 32px 0 36px;
	z-index: 2;
}

.index-hangye a.item:hover .text{
	top: -6px;
}

.index-hangye .owl-carousel .owl-wrapper-outer{
	padding-bottom: 10px;
}

.index-hangye .owl-theme .owl-controls .owl-page span{
    width: 9px;
    height: 9px;
    margin: 0 5px;
    outline: 0;
    border-radius: 6px;
    transition: all ease-out .3s;
    border: #c8c8c8 1px solid;
    background: #fff;
}

.index-hangye .owl-theme .owl-controls .owl-page.active span,
.index-hangye .owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #2495e4;
    border: 1px solid transparent;
}

.index-jieshao{
	background: #eff3f7;
	padding: 108px 0;
	height: 280px;
	overflow: hidden;
}

.index-jieshao .img{
	float: right;
}

.index-jieshao .img,
.index-jieshao .img img{
	width: 540px;
	height: 280px;
}

.index-jieshao .text{
	float: left;
	width: 620px;
	padding-right: 20px;
}

.index-jieshao .text .small-title{
	padding-top: 6px;
	margin-bottom: 52px;
}

.index-jieshao .text .small-title .p2{
	color: #c1c1c1;
}

.index-jieshao .text .text-content{
	font-size: 13px;
    color: #848484;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 46px;
}

.index-jieshao .text .more a{
	position: relative;
	display: block;
	width: 140px;
	height: 40px;
	font-size: 15px;
	color: #999;
	text-align: center;
	line-height: 40px;
	border: 1px solid #dfdfdf;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-jieshao .text .more a span{
	position: relative;
	left: 0;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-jieshao .text .more a i{
	top: 50%;
	left: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	text-indent: -10px;
    font-size: 24px;
    
    margin-left: 12px;
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-jieshao .text .more a:hover{
	border-color: #999;
}

.index-jieshao .text .more a:hover span{
	left: -10px;
}

.index-jieshao .text .more a:hover i{
	color: #707070;
	margin-left: 26px;
    opacity: 1;
    visibility: visible;
}

.index-person{
	padding: 84px 0 40px;
	border-bottom: 1px solid #f3f3f3;
}

.index-person .item .img{
	position: relative;
	float: left;
	width: 320px;
	height: 240px;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	overflow: hidden;
}

.index-person .item .img{
	
}

.index-person .item .text{
	/*float: left;*/
    text-align:center;
	width: 245px;
	padding: 24px 36px 0;
	overflow: hidden;
}

.index-person .item .text .name{
	font-size: 20px;
	color: #474747;
	margin-bottom: 4px;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-person .item .text .work{
	padding-top: 6px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #a5a5a5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-person .item .text .dep{
	font-size: 13px;
	color: #bebebe;
	line-height: 24px;
}

.index-person .item{
	position: relative;
    display: block;
    margin: 0 40px;
}

.index-person .item .ico{
	position: absolute;
	right: 56px;
	opacity: 0;
	visibility: hidden;
	top: 26px;
	width: 37px;
    height: 20px;
    background: transparent url(../img/common-img/jiantou.png) no-repeat -30px -66px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-person .item .inner{
	/*padding: 0 40px;*/
}

#index-person-box{
	position: relative;
}

.index-person .owl-theme .owl-controls{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin: 0;
	z-index: 68;
}

.index-person .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
    padding: 0;
    position: absolute;
    font-size: 30px;
    color: #c3c6ca;
    background: transparent;
    top: 50%;
    margin-top: -50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-person .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 20px;
	z-index: 999;
}

.index-person .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 20px;
	z-index: 999;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    color: #1e9841;
}


.index-person a.item:hover .text .name,
.index-person a.item:hover .text .work{
	margin-left: 10px;
}

.index-person .owl-carousel .owl-wrapper{
	z-index: 66;
}

.index-person a.item:hover .ico{
	right: 0;
	opacity: 1;
	visibility: visible;
}

.index-partner{
	padding: 32px 0;
}

.index-partner .inner{
	padding: 0 64px;
}

#index-partner-box{
	position: relative;
}

.index-partner .owl-carousel a.item,
.index-partner .owl-carousel a.item img{
	display: block;
	width: 100%;
}

.index-partner .owl-theme .owl-controls .owl-buttons div{
	margin: 0;
	padding: 0;
	position: absolute;
	font-size: 30px;
	color: #c3c6ca;
	background: transparent;
	top: 50%;
	margin-top: -16px;
}

.index-partner .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -40px;
}

.index-partner .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -40px;
}

.index-partner .owl-theme .owl-controls{
	margin: 0;
}

.small-banner1 .small-banner1-inner{
	/*position: relative;
	left: 50%;
	margin-left: -970px;
	width: 1920px;*/
}

.small-banner1 .small-banner1-inner img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.index-hangye-zixun-list{
	float: right;
	overflow: hidden;
	margin-top: 4px;
}

.index-hangye-zixun-list ul{
	margin-left: -1px;
	padding-right: 112px;
}

.index-hangye-zixun-list ul li{
	position: relative;
	float: left;
	padding: 0 1px 0 2px;
}

.index-hangye-zixun-list ul li::before{
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background: rgba(0, 0, 0, .1);
}

.index-hangye-zixun-list ul li a{
	display: block;
	font-size: 14px;
    padding: 10px 25px;
    color: #616161;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-hangye-zixun-list ul li a:hover{
	color: #fff;
    background: #2495e4;
}

.index-hangye .small-title a.more{
    position: absolute;
    width: 100px;
    height: 36px;
    top: -21%;
    margin-top: -17px;
    right: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-hangye .small-title a.more i {
    width: 29px;
    height: 11px;
    display: block;
    background: url(../img/common-img/jiantou.png) no-repeat 0 -133px;
    position: absolute;
    top: 67%;
    left: 50%;
    margin-top: -5px;
    margin-left: -13px;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-hangye .small-title a.more:hover{
	 background: #1e9841;
}

.index-hangye .small-title a.more:hover i {
     background: url(../img/common-img/jiantou.png) no-repeat 0 -149px; 
}

.hangye-zixun{
	margin-top: -180px;
}

.hangye-zixun .hangye-zixun-inner{
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 40px 50px;
}


.hangye-zixun .small-title{
	margin-bottom: 50px;
}

.hangye-zixun .small-title .p1{
	font-size: 20px;
	color: #444;
}
.hangye-zixun .small-title .p2{
	font-size: 16px;
	color: #ccc;
}

.hangye-zixun-nav{
	float: left;
	width: 172px;
	overflow: hidden;
}

.hangye-zixun-nav-title{
	display: none;
}

.hangye-zixun-nav ul{
	margin-top: -1px;
}

.hangye-zixun-nav ul li{
	position: relative;
	left: 0;
	padding-left: 16px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.hangye-zixun-nav ul.type1>li{
	border-top: 1px solid rgba(0, 0, 0, .08);
}

.hangye-zixun-nav ul li a{
	display: block;
	font-size: 13px;
    padding: 0;
    line-height: 43px;
    height: 43px;
}

.hangye-zixun-nav ul li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 12px;
    background: transparent;
    left: 0px;
    margin-top: 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.hangye-zixun-nav ul li:hover{
	left: 16px;
}

.hangye-zixun-nav ul li:hover a{
	color: #000;
}

    .hangye-zixun-nav ul li:hover::before {
        background: #1e9841;
    }

.hangye-zixun-nav ul li.active::before{
	background: #1e9841;
}

.hangye-zixun-nav ul li.active>a{
	color: #000;
}

.hangye-zixun-nav ul.type2{
	display: none;
	padding-bottom: 12px;
}

.hangye-zixun-nav ul.type1 li.active ul.type2{
	display: block;
}

.hangye-zixun-list{
	width: 909px;
	float: right;
}

.hangye-zixun-list ul li{
	float: left;
	width: 285px;
	margin-left: 18px;
	margin-bottom: 32px;
}

.hangye-zixun-list ul li a{
	position: relative;
	top: 0;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.hangye-zixun-list ul li a .img{
	overflow: hidden;
}

.hangye-zixun-list ul li a .img img{
	display: block;
	width: 100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.hangye-zixun-list ul li a .text{
	position: relative;
	top: 0;
	background: #fff;
	padding: 20px 58px 20px 0;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.hangye-zixun-list ul li a .text .ico{
	position: absolute;
    width: 37px;
    height: 20px;
    top: 50%;
    right: 12px;
    background: transparent url(../img/common-img/jiantou.png) no-repeat -30px -66px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: -10px;
    border-left: 1px solid rgba(0, 0, 0, .0);
    opacity: 0;
    border-left: 1px solid transparent;
}

.hangye-zixun-list ul li a .text .p1{
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hangye-zixun-list ul li a .text .p2{
	color: #999999;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hangye-zixun-list ul li a:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.hangye-zixun-list ul li a:hover{
	top: -12px;
}


.hangye-zixun-list ul li a:hover .text .ico{
	background: url(../img/common-img/jiantou.png) no-repeat 16px -66px;
    opacity: 1;
    border-color: #e6e6e6;
}



.box-title {
    position: relative;
    font-size: 35px;
    color: #4d4948;
    text-align: center;
    padding-bottom: 18px;
}

    .box-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -24px;
        width: 48px;
        height: 2px;
        background: #1e9841;
    }


.index-about {
    padding: 80px 0 60px;
    background: url(../img/common-img/index-about-bg.jpg) repeat;
}

    .index-about .box-title {
        margin-bottom: 54px;
    }

    .index-about .desc {
        font-size: 14px;
        color: #404040;
        line-height: 32px;
        text-align: center;
        margin-bottom: 20px;
		    padding: 20px 9px 0px;
    }

    .index-about .numBox {
        width: 80%;
        text-align: center;
        margin: 0 auto 36px;
    }

        .index-about .numBox .item {
            float: left;
            width: 33.33333%;
            text-align: center;
        }

        .index-about .numBox .item-header {
            position: relative;
            margin-bottom: 20px;
            padding-bottom: 28px;
            font-size: 14px;
            color: #404040;
        }

            .index-about .numBox .item-header::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -16px;
                width: 32px;
                height: 2px;
                background: #1e9841;
            }

            .index-about .numBox .item-header span {
                display: inline-block;
                vertical-align: baseline;
                margin: 0 2px;
            }

                .index-about .numBox .item-header span.num {
                    font-size: 90px;
                    color: #1e9841;
                }

        .index-about .numBox .item-body {
            font-size: 14px;
            color: #404040;
        }
.more {
    text-align: center;
    padding-top: 24px;
}

    .more a {
        display: inline-block;
        vertical-align: top;
        width: 164px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px;
        font-size: 16px;
        color: #fff;
        background: #1e9841;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

        .more a:hover {
            opacity: 0.6;
        }


.fenye{
	text-align: center;
	padding: 40px 0 80px;
}

.fenye a {
    width: 40px;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
}

    .fenye a:hover,
    .fenye a.on {
        background-color: #1e9841;
        color: #fff;
    }

.content-xq-1{
	padding: 52px 0 86px;
}

.content-xq-1 .left{
	float: left;
	width: 820px;
	line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
}

.content-xq-1 .left img{
	max-width: 100%;
}

.content-xq-1 .right{
	float: right;
	width: 340px;
}

.content-xq-1 .right .title-box{
    border-bottom: 1px solid #e6e6e6;
}

.content-xq-1 .right .title-box .p1{
    font-size: 19px;
    margin-bottom: 5px;
    color: #444;
}

.content-xq-1 .right .title-box .p2{
    font-size: 13px;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    color: #c1c1c1;
}

.content-xq-1 .right .title-box .text{
	font-size: 13px;
    color: #999;
    line-height: 28px;
    padding: 30px 0;
}

.content-xq-1 .right .tag{
	margin-top: 20px;
}

.content-xq-1 .right .tag a {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 5px 15px;
    float: left;
    font-size: 13px;
    color: #989898;
    padding: 5px 10px;
    background: #f3f3f3;
    margin-right: 5px;
    margin-bottom: 5px;
}

.content-xq-1 .right .tag a:hover {
    background: #2495e4;
    color: #fff;
}

.content-xq-1 .right .list-box{
	padding-top: 20px;
}

.content-xq-1 .right .list-box ul li{
	float: left;
    width: 160px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 14px;
}

.content-xq-1 .right .list-box ul li a{
	display: block;
}

.content-xq-1 .right .list-box ul li .img img{
	display: block;
	width: 100%;
}

.content-xq-1 .right .list-box ul li .img{
	margin-bottom: 10px;
}

.content-xq-1 .right .list-box ul li .text .p1{
	color: #333;
    font-size: 12px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.content-xq-1 .right .list-box ul li .text .p2{
	color: #b7b7b7;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.childrenBox{
	position: relative;
	z-index: 4;
	margin-top: -180px;
	padding-bottom: 64px;
}

.childrenBox .childrenBox-inner{
	background: #fff;
	min-height: 180px;
}

.childrenBox .small-title{
	text-align: center;
	padding: 65px 0 50px;
}

.childrenBox .small-title .p1{
	font-size: 24px;
	color: #444;
}

.childrenBox .small-title .p2{
	color: #c1c1c1;
    font-size: 16px;
}

.childrenBox .content{
    width: 1060px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 13px;
    color: #6a6a6a;
}

.childrenBox .content .dep{
	font-size: 13px;
	color: #6a6a6a;
	line-height: 24px;
	text-align: center;
}

.childrenBox .content img{
	max-width: 100%;
}

.childrenBox .children-list ul {
	width: 1056px;
	margin: 0 auto;
}

.childrenBox .children-list ul li{
	float: left;
	width: 340px;
	margin: 0 6px;
}

.childrenBox .children-list ul li a,
.childrenBox .children-list ul li a img{
	display: block;
	width: 100%;
}

.childrenBox .children-list ul li a .text{
	padding: 20px 0;
	line-height: 24px;
}

.childrenBox .zhici-left{
	float: left;
	width: 446px;
}

.childrenBox .zhici-left .img img{
	max-width: 100%;
}

.childrenBox .zhici-right{
	float: right;
	width: 566px;
}

.childrenBox .zhici-right .item-title{
	font-size: 16px;
	margin-bottom: 24px;
}

.childrenBox .item2{
	padding: 24px 0 48px;
}

.childrenBox .item2 .item-title{
	color: rgb(51, 51, 51);
    font-size: 20px;
}

.childrenBox .content>.dep2{
    font-size: 13px;
    color: #6a6a6a;
    line-height: 25px;
    margin-bottom: 45px;
}

.childrenBox .content .shijian-list i{
	font-style: normal;
}

.childrenBox .content .shijian-list ul{
	border-bottom: 1px dotted rgb(211, 211, 211);
}

.childrenBox .content .shijian-list ul li{
	font-size: 13px;
    color: #6a6a6a;
    line-height: 25px;
    padding: 20px 0;
    border-top: 1px dotted rgb(211, 211, 211);
}

.childrenBox .content .shijian-list ul li i{
	font-weight: bold;
    font-size: 24px;
    color: rgb(127, 127, 127);
}

.zixun-yewu-list ul{
	padding-bottom: 36px;
}

.zixun-yewu-list ul li{
	float: left;
	width: 33.33333%;
	margin-bottom: 20px;
	position: relative;
	top: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.zixun-yewu-list ul li a{
	position: relative;
	top: 0;
	display: block;
	margin: 0 12px;
	padding: 5px 5px 20px 5px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.zixun-yewu-list ul li a .img,
.zixun-yewu-list ul li a .img img{
	display: block;
	width: 100%;
}

.zixun-yewu-list ul li a .img{
	margin-bottom: 20px;
}

    .zixun-yewu-list ul li a .text .p1 {
        font-size: 18px;
        color: #595959;
        text-align: center;
        line-height: 28px;
        padding: 0 20px;
        overflow: hidden;
        /*text-overflow: ellipsis;
	white-space: nowrap;*/
        height: 56px;
    }

.zixun-yewu-list ul li a .text .p2{
	color: #848484;
    font-size: 13px;
    line-height: 25px;
    height: 50px;
    padding: 0 20px;
    overflow: hidden;
}

.zixun-yewu-list ul li a .ico{
	position: relative;
	margin: 13px 0 0 11px;
	text-align: center;
	top: 36px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}

.zixun-yewu-list ul li:hover{
	top: -20px;
}

.zixun-yewu-list ul li a .ico i{
	position: relative;
    width: 15px;
    height: 9px;
    background: url(../img/common-img/jiantou.png) no-repeat -110px -11px;
    display: inline-block;
}

.zixun-yewu-list ul li a:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.zixun-yewu-list ul li a:hover .ico{
	top: 0;
	visibility: visible;
	opacity: 1;
}

.content-xq-1 .content-title{
	font-size: 24px;
	color: #444;
	text-align: center;
	padding: 24px 0 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
}

.content-xq-1 .content-text{
	font-size: 14px;
	line-height: 35px;
	color: #6a6a6a;
	padding: 0 15px;
}

    .content-xq-1 .content-text img {
        max-width: 100%;
        height: auto;
    }

.content1060{
	max-width: 1060px;
	margin: 0 auto;
}

.contactUs-list dl{
	float: left;
	width: 50%;
	margin-bottom: 64px;
}

.contactUs-list dl dt{
	font-size: 18px;
    color: rgb(38, 38, 38);
    line-height: 24px;
    margin-bottom: 24px;
}

.contactUs-list dl dd{
    font-size: 13px;
    color: #6a6a6a;
    line-height: 25px;
}

.childrenBox .content2{
	max-width: 1100px;
	margin: 0 auto;
}

.team-list ul li{
	margin-bottom: 30px;
}

.team-list ul li a{
	position: relative;
	display: block;
	padding: 10px;
	background: #f8f8f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.team-list ul li a::before{
	content: "";
	position: absolute;
	right: 70px;
	top: 50%;
	margin-top: -20px;
	width: 1px;
	height: 40px;
	background: #ededed;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.team-list ul li a .img,
.team-list ul li a .img img{
	display: block;
	width: 288px;
	height: 160px;
}


.team-list ul li a .img{
	float: left;
}

.team-list ul li a .text{
	float: left;
	width: 658px;
	margin-left: 72px;
}

.team-list ul li a .text .p1{
	padding-top: 36px;
	font-size: 18px;
    color: #484848;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.team-list ul li a .text .p1 .name{
	padding-right: 12px;
}

.team-list ul li a .text .p1 .zhiwei{
    font-size: 13px;
    color: #999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.team-list ul li a .text .p2{
	font-size: 13px;
    line-height: 26px;
    height: 52px;
    color: #949494;
    margin-top: 15px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.team-list ul li a .ico{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	display: block;
    width: 37px;
    height: 20px;
    background: transparent url(../img/common-img/jiantou.png) no-repeat -20px -66px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.team-list ul li a:hover{
	background: #1e9841;
}

.team-list ul li a:hover::before{
	margin-top: -40px;
	height: 80px;
	background: #1e9841;
}

.team-list ul li a:hover .ico{
	background-position: -57px -66px;
}

.team-list ul li a:hover .text .p1,
.team-list ul li a:hover .text .p2,
.team-list ul li a:hover .text .p1 .zhiwei{
	color: #fff;
}

.team-list ul li a:hover .text .p1{
	padding-top: 28px;
}

.content-xq-1 .content3{
	width: 1180px;
	margin: 0 10px;
}

.team-xq .img{
	float: left;
	width: 408px;
}

.team-xq .img img{
	display: block;
	width: 100%;
}

.team-xq .text{
	width: 730px;
	float: right;
}

.team-xq .text .text-dep{
	font-size: 13px;
    color: #6a6a6a;
    line-height: 25px;
    overflow: hidden;
}

.team-xq .text .text-dep dl{
	padding: 30px 0;
	border-top: 1px dotted #dadada;
	margin-top: -1px;
}

.team-xq .text .text-dep dt{
	font-size: 16px;
	margin-bottom: 24px;
}

.team-xq .text .msg span{
	display: block;
    color: #626262;
    font-size: 14px;
    line-height: 1.4;
}

.team-xq .text .msg .name{
	font-size: 24px;
	color: #343434;
	margin-bottom: 5px;
}

.news-list{
	width: 892px;
	float: right;
}

.news-list ul{
	position: relative;
	top: -20px;
}

.news-list ul li a{
	display: block;
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid rgb(240,240,240);
}

.news-list ul li .data{
	float: right;
	width: 120px;
	text-align: right;
	color: #999;
    font-size: 28px;
    margin-top: 26px;
}

.news-list ul li .data span{
	display: none;
}

.news-list ul li .img{
	float: left;
}

.news-list ul li .img,
.news-list ul li .img img{
	width: 200px;
    height: 130px;
}

.news-list ul li .text{
	float: left;
	width: 500px;
	padding-left: 36px;
}

.news-list ul li .text .p1{
	position: relative;
	left: 0;
	padding-top: 18px;
	line-height: 24px;
    height: 24px;
    font-size: 16px;
    color: #575757;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .4s ease .1s;
    -moz-transition: all .4s ease .1s;
    -ms-transition: all .4s ease .1s;
    -o-transition: all .4s ease .1s;
    transition: all .4s ease .1s;
}

.news-list ul li .text .p2{
	position: relative;
	left: 0;
	color: #999;
    line-height: 26px;
    font-size: 13px;
    height: 52px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.news-list ul li a:hover .text .p1,
.news-list ul li a:hover .text .p2{
	left: 15px;
}


.news-list ul li a .ico{
	position: absolute;
	display: block;
    width: 15px;
    height: 9px;
    background: url(../img/common-img/jiantou.png) no-repeat -110px -11px;
    top: 102px;
    right:64px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.news-list ul li a:hover .ico{
	right: 29px;
	opacity: 1;
	visibility: visible;
}
 
.Container-wrapper {
    width: 100%;

    overflow: hidden;
}
.about-history {
    padding: 145px 0 125px;
    background: url(../img/about-10.jpg) no-repeat 50%;
    background-size: cover
}
.com-title {
    color: #222c38;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
 
.his-main{padding:50px 0;width: 900px; }

.his-main .container{position:relative;padding:0 110px;display:flex;align-items:center;justify-content:center;z-index:1}

.his-main .year{color:#cfdff4;font-size:368px;font-weight:700;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1}

.his-main .main-cont{background:#0058cc url(../img/about-11.jpg);width:618px;height:231px;z-index:1;color:#fff;padding:40px;margin: 0 auto;box-sizing: border-box;}

.his-main .main-cont .cont-year{font-size:30px;font-weight:700}

.his-main .main-cont .text{font-size:14px;line-height:22px;    padding-top: 10px;}

.his-main .auCHistManSwiper-prev{display:block;left:0;width:16px;height:10px;position:absolute;background-repeat:no-repeat;top:50%;background-image:url(../img/mbArr.png);transform:rotate(90deg);z-index:99}

.his-main .auCHistManSwiper-next{display:block;right:0;width:16px;height:10px;position:absolute;background-repeat:no-repeat;top:50%;background-image:url(../img/mbArr.png);transform:rotate(-90deg);z-index:99}

.his-nav{padding:50px 0 0;margin-top:50px}

.his-nav:after{content:'';position:absolute;top:40px;left:0;background:#e0e0e0;height:1px;width:100%}

.his-nav .auCHman-box{display:flex;justify-content:center;color:#555;font-size:16px;padding-top:15px;position:relative;height:51px}

.his-nav .auCHman-box:after{content:'';position:absolute;top:-15px;left:calc(50% - 5px);width:12px;height:12px;background:#1e9841;border-radius:50%}

.his-nav .auCHman-box.cur{font-size:24px}

.his-nav .auCHman-box.cur:before{content:'';position:absolute;top:-11px;left:calc(50% - 1px);width:4px;height:4px;background:#fff;z-index:1;border-radius:50%}

.his-nav .auCHman-box .num{transition:all .4s ease}

.his-nav .auCHman-box.cur .num{transform:translateY(-65px)}








































































































































































































































































































































































































































































































































































































































































































































































