@charset "utf-8";
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2?t=1645172618114') format('woff2'),
       url('../fonts/iconfont.woff?t=1645172618114') format('woff'),
       url('../fonts/iconfont.ttf?t=1645172618114') format('truetype');
}.iconfont {
  font-family: "iconfont" !important;
  font-size: 50px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'Barlow-Regular';
  src: url('../fonts/Barlow-Regular.ttf');
}
/* ==================== 外层框架 start ==================== */

.pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center;
}.pic:before {
    display: block;
    content: '';
    padding-top: 60%;
}
/* —————————— 顶部 end —————————— */
/* —————————— 底部 start —————————— */
.footer {
	background: #313036;
	background-size: cover;
}

.footerT {
	padding: 40px 0;
}

.footerT .backTop {
	float: right;
	display: inline;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.footerT .backTop:hover{
	background:  rgb(50,169,227);
	background-image: -moz-linear-gradient( 0deg, rgb(50,169,227) 0%, rgb(69,196,155) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(50,169,227) 0%, rgb(69,196,155) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(50,169,227) 0%, rgb(69,196,155) 100%);
}
.footerT .backTop span{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1) url(../images/new/backTop.png) no-repeat center center;
	background-size: 14px 19px;
}

.footerT .footerLogo {
	overflow: hidden;
}

.footerT .footerLogo img {
	height: 80px;
}

.footerM {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	
	overflow: hidden;
	padding: 132px 0 40px 0;
}
.footerO{ float:left; margin-left:40px}
.footerM .footerML {
	float: right;
	display: inline;
}
.hotline{ width:90%; padding:5%; background:#1c5fb4; color:#fff; text-align:center; line-height:30px; font-size:20px}
/* 地址 start */
.footerAdd {
	margin-bottom: 20px;
}

.footerAdd .con {

	line-height: 46px;
}

.footerAdd .con span {
	font-size: 14px;
	color: #ffffff;
}

.footerAdd .con span.title {
	color: #cccccc;
}

.footerAdd .con span img {
	vertical-align: middle;
}

/* 地址 end */
/* 二维码 start */
.footerEwmBox {
	width: 25%;
	padding-left: 86px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; 
}

.footerEwm {
	overflow: hidden; padding-top:40px
}

.footerEwm .dd {
	float: left;
	display: inline;
	position: relative;
	width: 139px;
	overflow: hidden;
	margin-right: 20px;
}

.footerEwm .dd:last-child {
	margin-right: 0;
}

.footerEwm .dd .picBox {
	width: 139px;
	height: 138px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ebebeb;
}

.footerEwm .dd .picBox img {
	display: block;
	width: 100%;
	height: 100%;
}

.footerEwm .dd span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

/* 二维码 end */
.footerM .footerMR {
	overflow: hidden;
}

.footerB {
	font-size: 14px;
	color: #cccccc;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}

.footerB a {
	font-size: 14px;
	color: #cccccc;
}

.footerB img {
	vertical-align: middle;
}

/* 底部导航 start */
.footerMenu {
	overflow: hidden;
	margin-bottom: 55px; float:right; margin-right:50px; border-right:1px #4c4b4d solid; border-left:1px #4c4b4d solid
}

.footerMenu dd {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 55px;
}

.footerMenu dd:last-child { margin-right:100px

}
.footerMenu dd:first-child { margin-left:100px

}
.footerMenu dd em {
	font-style: normal;
	display: block;
	overflow: hidden;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-bottom: 20px;
	
}

.footerMenu dd em::before {
	content: "";
	display: block;
	width: 10px;
	height: 0px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.footerMenu dd em a {
	font-size: 20px;
	color: #ffffff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 32px;
	overflow: hidden;
}

.footerMenu dd.con span {
	text-align: left;
}

.footerMenu dd span a {
	font-size: 15px;
	color: #99999b;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.footerMenu dd span {
	font-size: 14px;
	color: #99999b;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.footerMenu dd em a:hover,
.footerMenu dd span a:hover {
	color: #fff;
}

/* 底部导航 end */
/* 友情链接 start */
.linkDl {
	overflow: hidden;
}

.linkDl dd {
	float: left;
	display: inline;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #cccccc;
	margin-left: 20px;
}

.linkDl dd a {
	display: block;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 14px;
	color: #eaeaea;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.linkDl dd a:hover{
	background:  rgb(50,169,227);
	background: -moz-linear-gradient( 0deg, rgb(50,169,227) 0%, rgb(69,196,155) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(50,169,227) 0%, rgb(69,196,155) 100%);
	background: -ms-linear-gradient( 0deg, rgb(50,169,227) 0%, rgb(69,196,155) 100%);
}

/* 友情链接 end */
/* —————————— 底部 end —————————— */
/* —————————— 悬浮 start —————————— */
/* —————————— 悬浮 end —————————— */
/* ==================== 外层框架 end ==================== */
/* ==================== 内页框架 start ==================== */
.subPage.subPageTop {
	position: relative;
	margin-top: -72px;
}

/* —————————— suBanner start —————————— */


.subBanner{  width: 100%; padding-top:30.2083%; background-position: center center; background-repeat: no-repeat; background-size: cover; overflow: hidden; position: relative;}
.subBanner a{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}
.subBannerText{ position: absolute; left: 50%; top: 50%; margin-left: -600px; margin-top: 162px;}
.subBannerTextT{ height: 40px; line-height: 40px; font-size: 36px; color: #ffffff; position: relative; margin-bottom: 0px;}
.subBannerTextC:before{ display: block; content: ''; position: absolute; left: 0px; bottom: 0px; width: 70px; border-bottom: 2px solid #FFF;}
.subBannerTextC{ color: #ffffff; height: 50px; text-transform: uppercase; line-height: 50px; font-size: 16px; font-family:Barlow-Regular}
.bannerBox{ 
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center ;
	background-size: cover;
	z-index: 9;
}
.bannerBox .table{
	position: relative;
	z-index: 9;
}
.bannerBox:after{
	position: absolute;
	content: '';
	display: block;
	background:rgba(0,0,0,0.2) url(../images/video_cover.png);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.subPage{
	padding: 40px 50px;
}
/*内页外结构结束*/
/*当前位置开始*/
.subMenu{
	overflow: hidden;
	background: #fff;
	position: relative;
}
.subMenu_dl{
	overflow: hidden;
}
.subMenu_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0px 15px;
}
.subMenu_a{
	display: block;
	overflow: hidden;
	line-height: 60px;
	font-size: 16px;
	color:#333;
	position: relative;
}


.subMenu_a:hover:after, .subMenu_dl dd.active .subMenu_a:after {
    width: 100%;
}.subMenu_dl dd.active a, .subMenu_dl dd.active a:hover {
    color: #1c5fb4;
}


.subMenu_a:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 0px;
	height: 3px;
	background: #1c5fb4;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.subMenu_a:hover:after,
.subMenu_dl dd.hover .subMenu_a:after{
	width: 100%;
}
.subMenu_dl dd.hover a,
.subMenu_dl dd a:hover{
	color: #1c5fb4;
}
.location{
	line-height: 60px;
	overflow: hidden;
}
.location span{
	padding-left: 20px;
	background: url(../images/home.png) no-repeat center center;
}
.location i{
	padding: 0px 20px;
	background: url(../images/arrowRight.png) no-repeat center center;
}
.location a{
	font-size: 16px;
	color:#666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.location a:hover,
.location a:last-child{
	color:#1c5fb4;
}
/*当前位置结束*/
/* 三级导航 start */
.threeMenu{
	overflow: hidden;
}
.three_dl{
	overflow: hidden;
}
.three_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 30px;
}
.three_dl a{
	display: block;
	overflow: hidden;
	line-height: 35px;
	background: #fff;
	padding: 0px 30px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.three_dl a:hover,
.three_dl dd.hover a{
	background: #1c5fb4;
	color:#fff;
}


/* —————————— 页码 end —————————— */
/* —————————— 三级导航 start —————————— */
.navigationDl {
	font-size: 0;
	text-align: center;
	margin: 60px 0 50px;
}

.navigationDl dd {
	display: inline-block;
	margin: 0 10px;
}

.navigationDl dd a {
	display: block;
	background: #f9f9f9;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.navigationDl dd:hover a,
.navigationDl dd.hover a {
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	color: #fff;
}

/* —————————— 三级导航 end —————————— */
/* ==================== 内页框架 end ==================== */
/* ==================== 首页 start ==================== */
/* —————————— indexBanner start —————————— */
.indexBanner {
	position: relative;
}

.indexBanner .bd {
	overflow: hidden;
}

.indexBanner .bd,
.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .bannerNext {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	animation-delay: 1.7s;
}

.indexBanner .bannerNext a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0;
	padding-top: 5px;
	position: relative;
}

.indexBanner .bannerNext a::before {
	content: "";
	display: block;
	width: 112px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -56px;
}

.indexBanner .bannerNext a i {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
}

.indexBanner .slick-dots li.slick-active {
	background: rgba(255, 255, 255, 1);
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 8.3333%;
	top: 50%;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 22px;
	color: #444444;
	line-height: 30px;
	margin-top: 20px;
}

.indexBanner .mySlide .text .text1 span {
	position: relative;
	letter-spacing: 3px;
	color: #bac5ce;
	padding: 0 200px;
}

.indexBanner .mySlide .text .text1 img {
	height: 80px;
}

.indexBanner .mySlide .text .text1 span:after,
.indexBanner .mySlide .text .text1 span:before {
	display: block;
	content: "";
	width: 180px;
	height: 1px;
	background: #bac5ce;
	position: absolute;
	top: 50%;
}

.indexBanner .mySlide .text .text1 span:after {
	left: 0;
}

.indexBanner .mySlide .text .text1 span:before {
	right: 0;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
	text-align: center;
	margin-bottom: 20px;
}

.indexBanner .mySlide .text .text2 span {
	height: 60px;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
	margin-right: 44px;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .mySlide .text .textMore {
	font-size: 0;
	text-align: center;
	margin-top: 8%;
}

.indexBanner .mySlide .text .textMore a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.indexBanner .mySlide .text .textMore a span {
	display: inline-block;
	position: relative;
	padding: 0 24px;
}

.indexBanner .mySlide .text .textMore a span:after,
.indexBanner .mySlide .text .textMore a span:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
}

.indexBanner .mySlide .text .textMore a:before {
	top: 0;
}

.indexBanner .mySlide .text .textMore a:after {
	bottom: 0;
}

.cloudWave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cloudWave1.png) left top no-repeat;
	background-size: contain;
	-webkit-animation: cloud 100s linear infinite;
	-moz-animation: cloud 100s linear infinite;
	-o-animation: cloud 100s linear infinite;
	animation: cloud 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.cloudWave.cloudWave2 {
	background: url(../images/cloudWave2.png) center center no-repeat;
	background-size: contain;
}

@keyframes cloud {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(1920px);
	}
}

/* —————————— indexBanner end —————————— */
/* —————————— 首页公共部分 start —————————— */
.indexTitleBox {}

.indexTitleBox .more {
	float: right;
	display: inline;
	height: 52px;
	line-height: 52px;
}

.indexTitleBox .more a {
	font-size: 16px;
	color: #aaaaaa;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexTitleBox .more a .em1 {
	margin-right: 10px;
}

.indexTitleBox .more a .em2 {
	margin-left: 5px;
	font-size: 12px;
}

.indexTitleBox .more a:hover {
	color: #4bad8d;
}

.indexTitleBox .indexTitle {
	overflow: hidden;
}

.indexTitleBox .indexTitle .title {
	font-size: 42px;
	color: #fff;
	height: 82px;
	line-height: 52px;
	overflow: hidden;
	position: relative;
	font-weight:normal; padding-bottom:25px
}
.indexTitleBox .indexTitle .title a{ color:#ffffff; font-size:42px}
.indexTitleBox.titleb .indexTitle .title {
	padding-left: 52px;
}

.indexTitleBox.titleb .indexTitle .title::before {
	display: block;
	content: "";
	width: 28px;
	height: 4px;
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.indexTitleBox.titleb .indexTitle .subTitle {
	padding-left: 52px;
}

.indexTitleBox .indexTitle .subTitle {
	font-size: 33px;
	color: #429767;
	height: 30px;
	line-height: 30px;
	overflow: hidden; padding-top:30px
}

.indexMore {
	overflow: hidden;
	font-size: 0;
}

.indexMore a {
	display: inline-block;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	font-size: 16px;
	color: #fff;
	padding: 0 46px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexMore a:hover {
	opacity: 0.9;
}
.indexMore a em{
	margin-left: 12px;
	font-size: 20px;
}
/* —————————— 首页公共部分 end —————————— */
/* —————————— 第1通栏 start —————————— */
.column1 {
	overflow: hidden;
	padding: 120px 0;background: url(../images/indexBg2.jpg) no-repeat center top; background-attachment:fixed
}

.column1 .wrap {
	background: url(../images/new/c1Bg.png) no-repeat center right;
	background-size: auto 376px;
}

.indexC1Con {
	overflow: hidden;
}

.indexC1Con .pic {
	float: right;
	display: inline;
	width: 546px;
	margin-left: 50px;
	overflow: hidden; margin-top: -390px;

}
.indexC1Con .pic img{
	/*object-fit: contain;*/
}
.indexC1Con .pic .videoPlay {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/player.png) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 5;
}
.indexC1Con .pic::before {
	padding-top: 66.25%;
}

.indexC1Con .text {
	overflow: hidden;
}

.indexC1Con .text .info {
	line-height: 30px;
	
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	margin: 45px 0 30px;
}

.indexC1Con .indexMore {
	padding-bottom: 50px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 32px;
}

.indexC1Dl {
	overflow: hidden;
	margin-right: -144px;
}

.indexC1Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
}
.kuai_df{ width:94%; height:50px; background:#fff; box-shadow: 0 0 20px rgba(51,51,51,.1); margin-top:50px; padding:5% 3%}
.you_kuai{ width:36px; height:213px; background:#01479e; float:left; margin-top:180px; margin-left:35px; padding:20px ;}
.you_kuai p{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg); font-size:13px; color:#fff; text-transform:uppercase;  display:block; float:left; width:46px; text-align:center; font-family:Barlow-Regular; letter-spacing:4px; line-height:46px}
.kuai_df li{ width:30%; float:left ; border-right:1px #d2d2d2 solid; margin-left:3%; transition:all 0.4s;}
.fl{ float:left}
.fr{ float:right}
.zzuo{ width:25%; margin-left:5%}
.zzuo span{ font-size:38px; color:#343434}

.yyuo{ width:65%; }
.yyuo h4{ font-size:20px!important; color:#212121; font-weight:normal}
.yyuo span{ font-size:13px!important; color:#5d5d5d; text-transform:uppercase; font-family:font20988; margin-top:0px; font-family:Barlow-Regular; text-align:left!important; line-height:30px!important}

.kuai_df li:last-child{ border:0}
.kuai_df li:hover{ margin-top:10px;  transition:all 0.4s; border-bottom:2px #01479e solid; padding-bottom:20px}
.kuai_df li:hover .yyuo h4 { color:#01479e; font-size:21px; transition:all 0.4s}
.kuai_df li:hover .yyuo span { color:#01479e; font-size:13px; transition:all 0.4s}

.kuai_df li:hover .zzuo span{ color:#01479e; font-size:40px;  transition:all 0.4s}
.indexC1Dl dd .con {
	margin-right: 144px;
	overflow: hidden;
}

.indexC1Dl dd .con .number {
	float: right;
	display: inline;
	color: #43c1a4;
	font-size: 80px;
}

.indexC1Dl dd .con .text {
	overflow: hidden;
}

.indexC1Dl dd .con .text .title {
	font-size: 16px;
	color: #555555;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.indexC1Dl dd .con .text .icn {
	color: #d4d4d4;
	font-size: 36px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}
.sz {
    width: 1310px;
    margin: 0 auto;
    height: 200px;
}.sz .fl {
    width: 50%;
  
    height: 175px;
}
 .sz dl {
    width: 49%;
    display: inline-block;
    text-align: center;
    padding-top: 45px;
    background: url(../images/line2.jpg) no-repeat right 75px;
    height: 128px;
}
.sz dl:last-child{ background:none}

.sz .fl dl dt {
    color: #429767;
}.sz  dl dt span {
    font-family:Arial, Helvetica, sans-serif; font-weight:normal
   
}.sz dl dt em {
    font-size: 14px;
    color: #909090; font-style:normal
}.sz dl dd {
    font-size: 16px!important;
    color: #3c443f!important;
}.sz  .fr {
    width: 50%;
  
    height: 175px;
}.sz.fr dl:nth-child(1) {
    
}
.sz dl dt {
    font-size: 60px;
    font-family: DINEngschriftStd; color: #429767; font-weight:normal
}

/* —————————— 第1通栏 end —————————— */


.wrap h2{ font-size:36px; color:#232d46; text-align:center; font-weight:normal}
.wrap h3{font-size:16px; color:#666; text-align:center; display:block; line-height:40px; font-weight:normal}







/* —————————— 第2通栏 start —————————— */
.column2 {
	overflow: hidden;
	padding: 84px 0 0;
	background: url(../images/probg.jpg) no-repeat center top fixed; min-height:670px;
	
}
.column2 h2{ color:#4d4d4d; font-size:36px ; text-align:center; font-weight:normal}
.column2 h3{ font-size:24px; color:#429767; text-transform:uppercase; text-align:center; font-weight:normal; margin-top:10px}


.column2 h3 line {
    width: 40px;
    height: 2px;
    background: #429767;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.column2 span{ width:740px; height:32px; background:#429767; border-radius: 5px; margin:0 auto; display:block; line-height:32px; color:#fff; text-align:center; margin:10px  auto; margin-top:16PX}
.column2 span a{ color:#fff; font-size:17px!important; margin:0 3px}
.indexC2Con {
	position: relative;
}


/* —————————— 第2通栏 end —————————— */
/* —————————— 第3通栏 start —————————— */
.imghover .pic{ overflow:hidden;}
.imghover img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imghover:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}
.column5 {
	overflow: hidden;
	padding: 85px 0 0;
	background:#fff;
}

.wertyui{ width:100%; margin:40px auto 80px auto; display:flex;}
.wertyui .li_werd{ width:22%; margin:0 1.5%; padding:2%; background:#fff; box-shadow: 0 0 15px rgba(0,0,0,.1);border-radius: 15px;}
.wertyui .li_werd .img{ width:100%; margin:0 auto;  overflow:hidden; position:relative; height:100px}

.wertyui .li_werd .img .oi_w {  position:absolute; left:80px; top:3px;transition: all .3s; }
.wertyui .li_werd .img img{ }

 .oi_pic{ position:absolute; left:130px; top:40px; transition: all .3s;}
 .oi_pic img{width:29px!important; height:33px!important}
 
 .ppcon{ font-size:18px; color:#2e374d; text-align:center; margin-top:10px; line-height:24px}
 
  .ppcon span{ font-size:14px; color:#74777e; font-family:Barlow-Regular; text-transform:uppercase;line-height:24px}
 
.wertyui .li_werd:hover .oi_w { position:absolute; left:75px; top:3px;transition: all .3s; } 
.wertyui .li_werd:hover .oi_pic{ position:absolute; left:135px; top:40px;transition: all .3s; }




.indexC3Banner {
	position: relative;
	padding: 50px 0 110px;
}

.indexC3Banner .bd {
	overflow: hidden; margin-top:20px;
	
}

.indexC3Banner .slick-list {
	overflow: visible;
}

.indexC3Banner  .bd .hihi {
	width: 33.3%!important;
	float: left;
	display: inline;
}

.indexC3Banner .slick-dots {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexC3Banner .slick-dots li {
	display: inline-block;
	width: 60px;
	height: 5px;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
}

.indexC3Banner .slick-dots li.slick-active {
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	height: 5px;
}

.indexC3Banner .mySlide .con {
	margin: 15px;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
}
.indexC3Banner .mySlide .con:hover{
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
.indexC3Banner .mySlide .con .pic {
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	overflow: hidden;
}

.indexC3Banner .mySlide .con .pic::before {
	padding-top: 118.677%;
}

.indexC3Banner .mySlide .con .text {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 72.7311%;
	width: 90%;
	z-index: 2;
	background: #fff;
	border-bottom-right-radius: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px 40px 25px 30px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC3Banner .mySlide .con:hover .text {
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	border-bottom-right-radius: 60px;
	background-image: -moz-linear-gradient( 0deg, rgba(50,169,227,0.851) 0%, rgba(69,196,155,0.851) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(50,169,227,0.851) 0%, rgba(69,196,155,0.851) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(50,169,227,0.851) 0%, rgba(69,196,155,0.851) 100%);
}

.indexC3Banner .mySlide .con .text .icn {
	float: right;
	display: inline-block;
	font-size: 40px;
	color: #cccccc;
	padding: 15px 0; 
}
.indexC3Banner .mySlide .con:hover .text .icn{}


.indexC3Banner .mySlide .con:hover .text .icn {
	font-size: 0;
}

.indexC3Banner .mySlide .con .text .title {
	line-height: 36px;
	height: 36px;
	font-size: 25px;
	color: #363937;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexC3Banner .mySlide .con:hover .text .title {
	color: #fff;
}

.indexC3Banner .mySlide .con .text .subTitle {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #9d9d9d;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC3Banner .mySlide .con:hover .text .subTitle {
	display: none;
}

.indexC3Banner .mySlide .con .text .info {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 0px;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC3Banner .mySlide .con:hover .text .info {
	height: 60px;
}

/* —————————— 第3通栏 end —————————— */
/* —————————— 第4通栏 start —————————— */
.column6{
	overflow: hidden;
	padding: 95px 0 60px;
	background: url(../images/honor_bg.jpg) no-repeat center top fixed;
	background-size: cover;
}


.column6 h3 line {
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.imgTextC3Dl {
	overflow: hidden;
	margin: 0 -25px;
	padding: 45px 0 0;
}

.imgTextC3Dl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

.imgTextC3Dl dd .con {
	margin: 0 25px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 35px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.imgTextC3Dl dd .con:honor{transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;




    transform: translate(0,10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);}
.imgTextC3Dl dd .con .pic {
	width: 300px;
	float: right;
	display: inline;
	margin-left: 30px;
}

.imgTextC3Dl dd .con .text {
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 0 0;
}

.imgTextC3Dl dd .con .text .title {
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
}

.imgTextC3Dl dd .con .text .title a {
	font-size: 20px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.imgTextC3Dl dd .con:hover .text .title a {
	color: #4bad8d;
	font-weight: bold;
}

.imgTextC3Dl dd .con .text .info {
	font-size: 16px;
	color: #808080;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 15px;
}

.imgTextC3Dl dd .con .text .time {
	font-size: 14px;
	color: #aaaaaa;
}

/* —————————— 第4通栏 end —————————— */

.column4 {
    overflow: hidden;
    padding: 100px 0 100px;
    background:#fff;
    background-size: cover;
}


.column4 h3 line {
    width: 40px;
    height: 2px;
    background: #429767;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}









/* ==================== 首页 end ==================== */
/* ==================== 关于汉盟 start ==================== */
.aboutColumn1 {
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
	padding-top: 145px;
}

.colBgBox {
	position: absolute !important;
	width: 102%;
	height: 102%;
	left: -1% !important;
	top: -1% !important;
	z-index: 1;
}

.colBg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.aboutColumn1R {
	width: 750px;
	position: relative;
}

.columnVideo {
	position: relative;
}

.columnVideo .pic {
	overflow: hidden;
}

.columnVideo .pic::before {
	padding-top: 41.333%;
}

.columnVideo .videoBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.columnVideo .videoPlay {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/player.png) center center no-repeat;
}

.aboutColumn1L {
	overflow: hidden;
	padding-right: 55px;
}

.aboutTitle {
	height: 53px;
	line-height: 53px;
	position: relative;
	font-size: 26px;
	color: #1b1b1b;
}

.aboutTitle::before {
	display: block;
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#34adda),
			to(#42c0a5));
	background-image: -webkit-linear-gradient(left, #34adda, #42c0a5);
	background-image: -moz-linear-gradient(left, #34adda, #42c0a5);
	background-image: linear-gradient(to right, #34adda, #42c0a5);
}

.aboutColumn1Itro {
	line-height: 32px;
	height: 320px;
	font-size: 16px;
	color: #808080;
	overflow: hidden;
	margin-bottom: 28px;
	padding-right: 30px;
	overflow-y: auto;
}
.aboutColumn1L ::-webkit-scrollbar {width:3px;background:rgba(60,183,191,0.3);}
.aboutColumn1L ::-webkit-scrollbar-thumb {width:3px;background:rgba(60,183,191,1);border-radius: 2px;}
.aboutMore {
	width: 181px;
	height: 50px;
	border-radius: 0 20px 0 20px;
	overflow: hidden;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#35aed6),
			to(#42bfa7));
	background-image: -webkit-linear-gradient(left, #35aed6, #42bfa7);
	background-image: -moz-linear-gradient(left, #35aed6, #42bfa7);
	background-image: linear-gradient(to right, #35aed6, #42bfa7);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.aboutMore a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.aboutMore a span {
	display: inline-block;
	padding-right: 25px;
	background: url(../images/aboutMore.png) center right no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.aboutMore:hover {
	border-radius: 20px;
}

.aboutMore:hover a span {
	padding-right: 30px;
}

.aboutColumn2 {
	position: relative;
	height: 715px;
	overflow: hidden;
}

.aboutColumn2 .aboutTitleBox {
	padding-top: 67px;
}

.aboutTitleBox.center .aboutTitle {
	text-align: center;
}

.aboutTitleBox.center .aboutTitle::before {
	left: 50%;
	margin-left: -12px;
}

.aboutTitle1 {
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #aaa;
}

.aboutBanner2 .bd {
	padding: 30px 0;
	overflow: hidden;
	margin: 0 -20px;
}

.aboutBanner2 .myslide {
	float: left;
	display: inline;
	width: 33.333%;
}

.aboutBanner2 .myslide .con {
	margin: 0 20px;
	padding: 67px 0 59px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.aboutLogo {
	width: 280px;
	height: 90px;
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(rgba(53, 174, 215, 0.1)),
			to(rgba(66, 192, 167, 0.1)));
	background-image: -webkit-linear-gradient(left,
			rgba(53, 174, 215, 0.1),
			rgba(66, 192, 167, 0.1));
	background-image: -moz-linear-gradient(left,
			rgba(53, 174, 215, 0.1),
			rgba(66, 192, 167, 0.1));
	background-image: linear-gradient(to right,
			rgba(53, 174, 215, 0.1),
			rgba(66, 192, 167, 0.1));
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	margin: 0 auto 56px;
}

.aboutLogo a {
	display: block;
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
}

.aboutBanner2 .title {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	font-weight: 500;
	margin-bottom: 5px;
	color: #333;
}

.aboutBanner2 .textBox {
	padding: 0 20px 0 58px;
}

.aboutBanner2 .textBox .text {
	height: 108px;
	overflow: hidden;
}

.aboutBanner2 .textBox .textC {
	line-height: 27px;
	font-size: 16px;
	color: #808080;
	padding-right: 38px;
}

.aboutBanner2 .con:hover {
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(rgba(53, 174, 215, 0.8)),
			to(rgba(66, 192, 167, 0.8)));
	background-image: -webkit-linear-gradient(left,
			rgba(53, 174, 215, 0.8),
			rgba(66, 192, 167, 0.8));
	background-image: -moz-linear-gradient(left,
			rgba(53, 174, 215, 0.8),
			rgba(66, 192, 167, 0.8));
	background-image: linear-gradient(to right,
			rgba(53, 174, 215, 0.8),
			rgba(66, 192, 167, 0.8));
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(255, 255, 255, 0.1);
}

.aboutBanner2 .con:hover .aboutLogo {
	background: #fff;
}

.aboutBanner2 .con:hover .textC {
	color: #fff;
}

.aboutBanner2 .con:hover .title {
	color: #fff;
}

.aboutColumn3 {
	position: relative;
	height: 690px;
	overflow: hidden;
}

.aboutColumn3 .aboutTitleBox {
	padding-top: 46px;
}

.aboutCulture {
	padding-top: 28px;
	overflow: hidden;
}

.aboutCultureDl {
	overflow: hidden;
	height: 434px;
	margin: 0 -57px;
}

.aboutCultureDl dd {
	float: left;
	display: inline;
	width: 20%;
	height: 100%;
	position: relative;
}

.aboutCultureDl dd .conBox {
	margin: 0 57px;
	position: relative;
	height: 100%;
}

.aboutCultureDl dd .con {
	position: absolute;
	width: 231px;
	height: 200px;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.aboutCultureDl dd.odd .con {
	top: 40px;
	bottom: auto;
}

.aboutCultureDl dd .title {
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	color: #333;
	text-align: center;
	overflow: hidden;
	padding: 0 38px;
	margin-bottom: 8px;
}

.aboutCultureDl dd .text {
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	color: #808080;
	text-align: center;
	overflow: hidden;
	padding: 0 38px;
}

.aboutCultureDl dd.odd::before {
	display: block;
	content: "";
	position: absolute;
	width: 358px;
	height: 197px;
	top: 40px;
	overflow: hidden;
}

.aboutCultureDl dd.odd::after {
	display: block;
	content: "";
	position: absolute;
	width: 355px;
	height: 200px;
	top: 100px;
	right: -231px;
	background: #000;
}

.aboutCultureDl dd.odd.dd2::before {
	left: -232px;
	background: url(../images/whLine1.png) top right no-repeat;
}

.aboutCultureDl dd.odd.dd4::before {
	left: -222px;
	top: 42px;
	background: url(../images/whLine3.png) top right no-repeat;
}

.aboutCultureDl dd.odd.dd2::after {
	right: -297px;
	top: 139px;
	background: url(../images/whLine2.png) top left no-repeat;
}

.aboutCultureDl dd.odd.dd4::after {
	right: -297px;
	top: 139px;
	background: url(../images/whLine4.png) top left no-repeat;
}

.aboutCultureDl dd .conIcon {
	position: absolute;
	width: 80px;
	height: 80px;
	top: -40px;
	left: 22px;
	border-radius: 80px;
	line-height: 80px;
	text-align: center;
}

.aboutCultureDl dd .conIcon span {
	display: block;
	width: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #fff;
}

.aboutCultureDl dd.dd1 .conIcon {
	background: #24d399;
}

.aboutCultureDl dd.dd2 .conIcon {
	background: #6ecafa;
}

.aboutCultureDl dd.dd3 .conIcon {
	background: #febf59;
}

.aboutCultureDl dd.dd4 .conIcon {
	background: #b1e03f;
}

.aboutCultureDl dd.dd5 .conIcon {
	background: #f8aaad;
}

/* ==================== 关于汉盟 end ==================== */
/* ==================== 加入汉盟 start ==================== */
.joinColumn1 {
	position: relative;
	height: 710px;
	overflow: hidden;
}

.joinColumn1 .aboutTitleBox {
	padding-top: 36px;
}

.jionDl1 {
	position: relative;
	height: 475px;
	overflow: hidden;
	margin-top: 30px;
	border-radius: 20px;
}

.jionDl1 dd {
	float: left;
	display: inline;
	width: 30.625%;
	height: 100%;
	transition: all 0.35s ease-in;
	-webkit-transition: all 0.35s ease-in;
	overflow: hidden;
}

.jionDl1 dd.hover {
	width: 69.375%;
}

.jionDl1 dd .con {
	position: relative;
	height: 100%;
}

.jionDl1 dd .con .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.jionDl1 dd .con .pic::before {
	padding-top: 0;
}

.jionDl1 dd .con .pic img {
	object-position: left center;
}

.jionDl1 dd .con .conBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

/* .jionDl1 dd .con .conBox::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/COLORbG.png) bottom left no-repeat;
} */

.jionDl1 dd .con .conText {
	position: relative;
	height: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	padding-left: 50px;
}

.jionDl1 dd .con .title {
	padding-top: 43px;
	position: relative;
}

.jionDl1 dd .con .title span {
	display: block;
	height: 66px;
	line-height: 33px;
	width: 45px;
	font-size: 20px;
	color: #333;
	padding-bottom: 15px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.jionDl1 dd .con .title span::before {
	display: block;
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#34adda),
			to(#42c0a5));
	background-image: -webkit-linear-gradient(left, #34adda, #42c0a5);
	background-image: -moz-linear-gradient(left, #34adda, #42c0a5);
	background-image: linear-gradient(to right, #34adda, #42c0a5);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 0.3s;
}

.jionDl1 dd .con .text {
	padding-top: 16px;
	width: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 0.5s;
}

.jionDl1 dd .con .text span {
	line-height: 30px;
	overflow: hidden;
	color: #808080;
	font-size: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 0.8s;
	opacity: 0;
}

.jionDl1 dd .con .textIcon {
	position: absolute;
	width: 100%;
	height: 45px;
	left: 0;
	bottom: 62px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-delay: 1s;
	padding-left: 50px;
}

.jionDl1 dd .con .textIcon span {
	font-size: 40px;
	color: #3dc9bd;
}
.jionDl1 dd.hover .con .title {
	text-align: left;
}

.jionDl1 dd.hover .con .title span {
	margin: 0 0;
}

.jionDl1 dd.hover .con .conBox::before {
	visibility: hidden;
	opacity: 0;
}

.jionDl1 dd.hover .con .text {
	width: 340px;
}

.jionDl1 dd.hover .con .text span {
	font-size: 16px;
	opacity: 1;
}
.joinColumn2 {
	position: relative;
	height: 687px;
	overflow: hidden;
	background: #ffffff;
}

.joinColumn2Box {
	position: relative;
	width: 100%;
	height: 440px;
}

.joinColumn2L {
	position: absolute;
	width: 57%;
	bottom: 40px;
	left: 0;
	top: 0;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	background: url(../images/joinBg1.jpg) center center no-repeat;
}

.joinColumn2R {
	position: absolute;
	width: 47%;
	top: 40px;
	right: 0;
	bottom: 0;
	border-radius: 30px 0 30px 0px;
	overflow: hidden;
	z-index: 2;
}

.joinColumn2R .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.joinColumn2R .pic::before {
	padding-top: 0;
}

.joinColumn2C {
	position: absolute;
	right: 6.5789%;
	left: 0;
	top: 0;
	bottom: 0;
}

.joinColumn2_dl {
	padding: 0 25px;
}

.joinColumn2_dl dd {
	float: left;
	display: inline;
	width: 25%;
	padding: 15px 0;
}

.joinColumn2_dl dd .con {
	margin: 0 25px;
	overflow: hidden;
}

.joinColumn2_dl dd .conIcon {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 64px;
}

.joinColumn2_dl dd .conIcon span {
	font-size: 30px;
	color: #fff;
}

.joinColumn2_dl dd .text {
	overflow: hidden;
	padding: 0 10px;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #fff;
}

.joinColumn3 {
	position: relative;
	height: 657px;
	overflow: hidden;
}

.joinTabTitle {
	text-align: center;
}

.joinTabTitle_dl {
	display: inline-block;
}

.joinTabTitle_dl dd {
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
}

.joinTabTitle_dl dd a {
	display: block;
	padding: 0 47px;
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
	border-radius: 0 20px 0 20px;
	font-size: 14px;
	color: #666;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.joinTabTitle_dl dd.hover a {
	color: #ffffff;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#34adda),
			to(#42c0a5));
	background-image: -webkit-linear-gradient(left, #34adda, #42c0a5);
	background-image: -moz-linear-gradient(left, #34adda, #42c0a5);
	background-image: linear-gradient(to right, #34adda, #42c0a5);
}

.joinTabC {
	padding: 20px 0 420px;
	position: relative;
}

.joinBannerC {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinBannerC.active {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.joinBanner .bd {
	margin: 0 -25px;
}

.joinBanner .myslide {
	float: left;
	display: inline;
	width: 33.333%;
	padding: 20px 0;
}

.joinBanner .con {
	margin: 0 25px;
	border-radius: 30px;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinBanner .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.joinBanner .con .pic::before {
	padding-top: 60%;
}

.joinBannerBtn {
	padding-top: 26px;
	height: 50px;
	line-height: 50px;
	position: relative;
	width: 205px;
	margin: 0 auto;
}

.joinMore {
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	border-radius: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinMore a {
	display: block;
	height: 50px;
	background: url(../images/moreW.png) center center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinMore:hover a {
	background: url(../images/moreW_H.png) center center no-repeat;
}

.joinMore:hover {
	border-color: #42c0a5;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#34adda),
			to(#42c0a5));
	background-image: -webkit-linear-gradient(left, #34adda, #42c0a5);
	background-image: -moz-linear-gradient(left, #34adda, #42c0a5);
	background-image: linear-gradient(to right, #34adda, #42c0a5);
}

.joinBanner .prev {
	position: absolute;
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	border-radius: 50px;
	left: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	bottom: 25px;
	margin-left: -100px;
	z-index: 5;
}

.joinBanner .prev::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/joinPrev.png) center center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinBanner .next {
	position: absolute;
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	border-radius: 50px;
	right: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	bottom: 25px;
	margin-right: -100px;
	z-index: 5;
}

.joinBanner .next::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/joinNext.png) center center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.joinBanner .prev:hover,
.joinBanner .next:hover {
	border-color: #42c0a5;
	background-image: -webkit-gradient(linear,
			left top,
			right top,
			from(#34adda),
			to(#42c0a5));
	background-image: -webkit-linear-gradient(left, #34adda, #42c0a5);
	background-image: -moz-linear-gradient(left, #34adda, #42c0a5);
	background-image: linear-gradient(to right, #34adda, #42c0a5);
}

.joinBanner .prev:hover::before {
	background: url(../images/joinPrev_h.png) center center no-repeat;
}

.joinBanner .next:hover::before {
	background: url(../images/joinNext_h.png) center center no-repeat;
}

.joinColumn4 {
	background: #ffffff;
	padding-bottom: 80px;
}

.joinDl4 {
	overflow: hidden;
}

.joinDl4 dd {
	float: left;
	display: inline;
	width: 50%;
}

.joinDl4 dd .con {
	margin: 0 25px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.joinDl4 dd .pic::before {
	padding-top: 45.1613%;
}

.joinDl4 dd .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.joinDl4 dd.dd1 .text {
	background: url(../images/jrzz1.png) right center no-repeat;
	text-align: right;
}

.joinDl4 dd.dd2 .text {
	background: url(../images/jrzz2.png) left center no-repeat;
}

.joinDl4 dd .text .title1 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	padding: 0 50px;
	margin-bottom: 60px;
	text-transform: capitalize;
}

.joinDl4 dd .text .title {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	padding: 0 50px;
	text-transform: capitalize;
}

.joinDl4 dd .more {
	position: absolute;
	width: 54px;
	height: 54px;
	bottom: 50px;
	left: auto;
	right: 50px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.joinDl4 dd .more a {
	display: block;
	height: 54px;
	background: url(../images/moreLeftwh.png) center center no-repeat;
}

.joinDl4 dd.dd2 .more {
	left: 50px;
	right: auto;
}

.joinDl4 dd.dd2 .more a {
	display: block;
	height: 54px;
	background: url(../images/moreRightwh.png) center center no-repeat;
}

.joinDl4 dd .more:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	right: 60px;
}

.joinDl4 dd.dd2 .more:hover {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	left: 60px;
}

/* ==================== 加入汉盟 end ==================== */
/* ==================== 创新研发 start ==================== */
/* 第1通栏start */
.innovateC1 {
	overflow: hidden;
	padding: 40px 0 0px;
}

.innovateC1Con {
	padding: 30px 0 60px;
}

.columnSwiperw .inC1Next,
.columnSwiperw .inC1Prev {
	width: 260px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	top: 0 !important;
}
.columnSwiperw .inC1Next{
	right: 20px !important;
}
.columnSwiperw .inC1Prev{
	left: 20px !important;
}

.columnSwiperw .inC1Next::after,
.columnSwiperw .inC1Prev::after {
	font-size: 0px;
	color: #fff;
}

.columnSwiperw {
	position: relative;
	overflow: hidden;
}

.columnSwiperw .bdCon {
	position: relative;
	padding-top: 31.25%;
	overflow: hidden;
	margin: 0 -20px;
}

.columnSwiperw .bd {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.columnSwiperw .swiper-slide {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.columnSwiperw .bd .con {
	margin: 0 20px;
	position: relative;
	height: 100%;
}

.columnSwiperw .bd .con .conBox {
	height: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.columnSwiperw .swiper-slide.swiper-slide-active .conBox {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	width: 100%;
	height: 100%;
	position: relative;
}

.columnSwiperw .swiper-slide.swiper-slide-prev .conBox {
	position: absolute;
	width: 25.85%;
	height: 74%;
	right: 0;
	top: 13%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.columnSwiperw .swiper-slide.swiper-slide-next .conBox {
	position: absolute;
	width: 25.85%;
	height: 74%;
	left: 0;
	top: 13%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.columnSwiperw .picBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.columnSwiperw .picBox img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}

.columnSwiperw .picBox::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}

.columnSwiperw .swiper-slide.swiper-slide-prev .conBox {
	border-radius: 20px 0 0 20px;
	overflow: hidden;
}

.columnSwiperw .swiper-slide.swiper-slide-next .conBox {
	border-radius: 0px 20px 20px 0px;
	overflow: hidden;
}

.columnSwiperw .swiper-slide.swiper-slide-active .conBox {
	border-radius: 20px;
	overflow: hidden;
}

.columnSwiperw .swiper-slide .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}

.columnSwiperw .swiper-slide .text .textTitle {
	background: rgba(0, 0, 0, 0.6);
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	text-align: center;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transform-origin: 0 100%;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}

.columnSwiperw .swiper-slide .text .textBox {
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	border-bottom-left-radius: 20px;
}

.columnSwiperw .swiper-slide .text .textLeft {
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	float: left;
	display: inline;
	visibility: hidden;
	opacity: 0;
	width: 42%;
	transition-delay: .2s;
}

.columnSwiperw .swiper-slide .text .textLeft .title1 {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition-delay: .2s;
}

.columnSwiperw .swiper-slide .text .title2 {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.columnSwiperw .swiper-slide .text .titleLine {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition-delay: .3s;
}

.columnSwiperw .swiper-slide .text .itro {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition-delay: .4s;
}

.columnSwiperw .swiper-slide .text .textLeftRight {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition-delay: .4s;
}

.columnSwiperw .swiper-slide.swiper-slide-active .textTitle {
	transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	width: 100%;
}

.columnSwiperw .swiper-slide.swiper-slide-active .text .textBox {
	opacity: 1;
	visibility: visible;
	position: relative;
	z-index: 5;
}

.columnSwiperw .swiper-slide.swiper-slide-active .text .textLeft {
	background: #42c0a5;
	background-image: -webkit-gradient(linear, left top, right top, from(#34adda), to(#42c0a5));
	background-image: -webkit-linear-gradient(left, #34adda, #42c0a5);
	background-image: -moz-linear-gradient(left, #34adda, #42c0a5);
	background-image: linear-gradient(to right, #34adda, #42c0a5);
	opacity: 1;
	visibility: visible;
	padding: 15px 30px 28px;
	box-sizing: border-box;
}

.columnSwiperw .swiper-slide.swiper-slide-active .text .title {
	height: 64px;
	line-height: 64px;
	overflow: hidden;
}

.columnSwiperw .swiper-slide.swiper-slide-active .textLeft .title1 {
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	color: #fff;
	visibility: visible;
	opacity: 1;
}

.columnSwiperw .swiper-slide.swiper-slide-active .textLeft .title2 {
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #afdce3;
	visibility: visible;
	opacity: 1;
	padding: 0 20px;
}

.columnSwiperw .swiper-slide.swiper-slide-active .text .titleLine {
	height: 2px;
	width: 32px;
	visibility: visible;
	opacity: 1;
	background: rgba(255, 255, 255, 0.3);
}

.columnSwiperw .swiper-slide.swiper-slide-active .text .itro {
	height: 26px;
	line-height: 26px;
	padding-top: 16px;
	visibility: visible;
	opacity: 1;
	font-size: 16px;
	color: #fff;
}

.columnSwiperw .swiper-slide.swiper-slide-active .text .textLeftRight {
	position: absolute;
	right: 5.8%;
	visibility: visible;
	opacity: 1;
	bottom: 20px;
	height: 34px;
	line-height: 34px;
}

.columnSwiperw .swiper-slide.swiper-slide-active .text .textLeftRight a {
	padding-right: 25px;
	height: 34px;
	line-height: 34px;
	background: url(../images/moreRightw.png) right center no-repeat;
	background-size: auto 12px;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.columnSwiperw .swiper-slide.swiper-slide-active .text .textLeftRight a:hover {
	font-weight: bold;
	padding-right: 35px;
}

.columnSwiperw .columnSwiperwDot {
	position: absolute;
	width: 80px !important;
	top: 50%;
	transform: translateY(-60%);
	z-index: 5;
	left: 20.625% !important;
}

.columnSwiperw .columnSwiperwDot .swiper-pagination-bullet {
	display: block;
	height: 30px;
	position: relative;
	line-height: 30px;
	width: 80px;
	overflow: hidden;
	background: none;
	margin: 7px 0;
	border-radius: 0;
	opacity: 1;
	outline: none;
}

.columnSwiperw .columnSwiperwDot .swiper-pagination-bullet em {
	float: left;
	display: inline;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	margin-top: 9px;
	margin-left: 2px;
	font-style: normal;
	border-radius: 4px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position: relative;
}

.columnSwiperw .columnSwiperwDot .swiper-pagination-bullet i {
	float: right;
	display: inline;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-style: normal;
	font-size: 0;
}

.columnSwiperw .columnSwiperwDot .swiper-pagination-bullet.swiper-pagination-bullet-active em {
	border-width: 2px;
	border-radius: 0;
}

.columnSwiperw .columnSwiperwDot .swiper-pagination-bullet.swiper-pagination-bullet-active em::after {
	display: block;
	content: "";
	position: absolute;
	width: 32px;
	height: 2px;
	right: -32px;
	bottom: -2px;
	background: #fff;
}

.columnSwiperw .columnSwiperwDot .swiper-pagination-bullet.swiper-pagination-bullet-active i {
	font-size: 16px;
	color: #fff;
}

/* 第1通栏end */
/* 第2通栏start */
.inColumn2 {
	background-repeat: no-repeat;
	background-size: cover;
	height: 846px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 50px 0 0;
	position: relative;
	overflow: hidden;
}
.inColumn2 ::-webkit-scrollbar {
	width: 2px;
	background: #eaeff2;
}

.inColumn2 ::-webkit-scrollbar-thumb {
	width: 2px;
	background: #4bad8d;
	border-radius: 8px;
}

.inColumn2 .aboutTitle {
	color: #fff;
}

.inColumn2 .aboutTitle1 {
	color: #dbdbdb;
}

.quanBg {
	width: 1788px;
	height: 246px;
	background: url(../images/innovate/quanBgh.png) no-repeat center right;
	background-size: 100%;
	position: absolute;
	top: 555px;
	right: 0;
	transform: scale(0.93);
	-webkit-transform: scale(0.93);
}
.inColumn2Con {
	position: relative;
}

.myRoundabout {
	position: absolute;
	top: 0px;
	left: 66px;
	width: 100%;
	height: 520px;
	transform:scale(0.93);
	-webkit-transform:scale(0.93);
	z-index: 3;
}

.myRoundabout li {
	width: 294px;
	height: 263px;
	cursor: pointer;
	z-index: 2;
}

.myRoundabout li img {
	width: 100%;
	height: 100%;
}

#bt-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 100px;
	left: -70px;
	background: rgba(95, 209, 180, 1) url(../images/joinPrev_h.png) no-repeat center center;
	background-size: 10px;
	z-index: 5;
	cursor: pointer;
	display: none;
}

#bt-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 100px;
	right: -70px;
	background: rgba(95, 209, 180, 1) url(../images/joinNext_h.png) no-repeat center center;
	background-size: 10px;
	z-index: 5;
	cursor: pointer;
	display: none;
}

.inColumn2Con .conTentL {
	width: 494px;
	height: 406px;
	background: url(../images/innovate/inC2ConL.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -54px;
}

.inColumn2Con .conTentR {
	width: 494px;
	height: 406px;
	background: url(../images/innovate/inC2ConR.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: -54px;
}
.inColumn2Con .conTentL,
.inColumn2Con .conTentR{
	overflow: hidden;
	z-index: 5;
}
.titleBtnBox {
	width: 100%;
	position: absolute;
	top: 100px;
}

.titleBtnBox .titleBtn {
	width: 220px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 0;
}

.titleBtnBox .titleBtn span {
	display: inline-block;
}

.titleBtnBox .titleBtn .span1 {
	font-size: 28px;
	font-weight: bold;
}

.titleBtnBox .titleBtn .span2 {
	font-size: 22px;
}

.titleBtnBox .titleBtn.btn1 {
	background: #14c1cc;
}

.titleBtnBox .titleBtn.btn2 {
	background: #0cda69;
}

.titleBtnBox .titleBtn.btn3 {
	background: #da4f4c;
}

.myRoundabout li .imgTitle {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.myRoundabout li.roundabout-in-focus .imgTitle {
	visibility: hidden;
	opacity: 0;
}

.myRoundabout li.item1 .imgTitle {
	color: #14c1cc;
}

.myRoundabout li.item2 .imgTitle {
	color: #0cda69;
}

.myRoundabout li.item3 .imgTitle {
	color: #c13833;
}

.inTextDl1 {
	position: relative;
	top: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 60px;
	height: 265px;
	overflow-y: auto;

}

.inTextDl1 dd {
	line-height: 30px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 15px;
}

.inTextDl1 dd::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/innovate/em1.png) no-repeat;
	background-size: 12px;
	position: absolute;
	top: 9px;
	left: 0;
}

.inTextDl1 dd a {
	font-size: 16px;
	color: #333333;
}
.inTextDl1 dd a:hover{
	color: #4bad8d;
}
.inTextDl2 {
	position: relative;
	top: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 50px 0;
	height: 155px;
	overflow-y: auto;

}

.inTextDl2 dd {
	line-height: 45px;
	position: relative;
	padding-left: 25px;
}

.inTextDl2 dd::before {
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background: url(../images/innovate/em2.png) no-repeat;
	background-size: 8px 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.inTextDl2 dd a {
	font-size: 16px;
	color: #333333;
}
.inTextDl2 dd a:hover{
	color: #4bad8d;
}
.conTentR .more {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 60px;
	left: 0;
}

.conTentR .more a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/new/titleBg.png) no-repeat;
	background-size: cover;
	padding: 0 46px;
	border-radius: 10px;
	overflow: hidden;
}
.conTentR .more a:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	opacity: 0.8;
}
.conTentR .more a span {
	display: inline-block;
	padding-right: 26px;
	background: url(../images/innovate/inMoreh.png) no-repeat center right;
}



/* 第2通栏end */
/* 第3通栏start */
.innovateC3 {
	overflow: hidden;
	padding: 40px 0 0px;
}

.innovateC3Con {
	overflow: hidden;
}

.innovateC3Banner {
	position: relative;
	padding: 30px 0 100px;
}

.innovateC3Banner .prev {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.innovateC3Banner .next {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.innovateC3Banner .slick-dots {
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.innovateC3Banner .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(0, 0, 0, 0.2);
}

.innovateC3Banner .slick-dots li.slick-active {
	background: rgba(75, 173, 141, 1);
}

.innovateC3Banner .slick-list {
	overflow: visible;
	margin: 0 -30px;
}

.innovateC3Banner .myslide {
	float: left;
	display: inline;
}

.innovateC3Banner .con {
	display: block;
	margin: 0 30px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	overflow: hidden;
	height: 648px;
	position: relative;
	box-sizing: border-box;
	-webkitt-box-sizing: border-box;
	padding: 40px 30px 0 0;
}

.innovateC3Banner .con .picBox {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 89%;
}

.innovateC3Banner .con .pic {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.innovateC3Banner .con .pic img {
	border-radius: 20px;
	overflow: hidden;
}

.innovateC3Banner .con .pic::before {
	padding-top: 100%;
}

.innovateC3Banner .con .text {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.innovateC3Banner .myslide:nth-child(3n+1) .con .text {
	background: rgba(254, 191, 89, 0.2);
}

.innovateC3Banner .myslide:nth-child(3n+2) .con .text {
	background: rgba(110, 202, 250, 0.2);
}

.innovateC3Banner .myslide:nth-child(3n+3) .con .text {
	background: rgba(95, 209, 180, 0.2);
}

.innovateC3Banner .myslide:nth-child(3n+1) .con:hover .text {
	background: rgba(254, 191, 89, 1);
}

.innovateC3Banner .myslide:nth-child(3n+2) .con:hover .text {
	background: rgba(110, 202, 250, 1);
}

.innovateC3Banner .myslide:nth-child(3n+3) .con:hover .text {
	background: rgba(95, 209, 180, 1);
}

.innovateC3Banner .con .text .textC {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	z-index: 2;
}

.innovateC3Banner .con .text .icn {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 34px;
	margin-bottom: 23px;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.innovateC3Banner .con .text .icn img {
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.innovateC3Banner .con .text .icn .img2 {
	z-index: 1;
}

.innovateC3Banner .myslide:nth-child(3n+1) .con .text .icn {
	background-color: #febf59;
}

.innovateC3Banner .myslide:nth-child(3n+2) .con .text .icn {
	background-color: #6ecafa;
}

.innovateC3Banner .myslide:nth-child(3n+3) .con .text .icn {
	background-color: #5fd1b4;
}

.innovateC3Banner .myslide .con:hover .text .icn {
	background-color: #fff;
}

.innovateC3Banner .myslide .con:hover .text .icn .img2 {
	z-index: 3;
}

.innovateC3Banner .con .text .title {
	font-size: 22px;
	color: #333333;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.innovateC3Banner .con:hover .text .title {
	color: #ffffff;
}

.innovateC3Banner .con .text .subTitle {
	font-size: 16px;
	color: #bbbbbb;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
}

.innovateC3Banner .con:hover .text .subTitle {
	color: #ffffff;
}

.innovateC3Banner .con .text .more {
	margin: 30px 0;
}

.innovateC3Banner .con .text .more a {
	display: block;
	font-size: 16px;
	color: #aaaaaa;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../images/innovate/inMore.png) no-repeat center right;
}

.innovateC3Banner .con:hover .text .more a {
	color: #ffffff;
	background: url(../images/innovate/inMoreh.png) no-repeat center right;
}

/* 第3通栏end */
/* ==================== 创新研发 end ==================== */
/*当前位置开始*/
.subMenu{
	overflow: hidden;
	background: #fff;
	position: relative;
}
.subMenu_dl{
	overflow: hidden;
}
.subMenu_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0px 15px;
}
.subMenu_a{
	display: block;
	overflow: hidden;
	line-height: 60px;
	font-size: 16px;
	color:#333;
	position: relative;
}
.subMenu_a:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 0px;
	height: 3px;
	background: #1c5fb4;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.subMenu_a:hover:after,
.subMenu_dl dd.hover .subMenu_a:after{
	width: 100%;
}
.subMenu_dl dd.hover a,
.subMenu_dl dd a:hover{
	color: #1c5fb4;
}
.location{
	line-height: 60px;
	overflow: hidden;
}
.location span{
	padding-left: 20px;
	background: url(../images/home.png) no-repeat center center;
}
.location i{
	padding: 0px 20px;
	background: url(../images/arrowRight.png) no-repeat center center;
}
.location a{
	font-size: 16px;
	color:#666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.location a:hover,
.location a:last-child{
	color:#1c5fb4;
}
/*当前位置结束*/
/* 三级导航 start */
.threeMenu{
	overflow: hidden;
}
.three_dl{
	overflow: hidden;
}
.three_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 30px;
}
.three_dl a{
	display: block;
	overflow: hidden;
	line-height: 35px;
	background: #fff;
	padding: 0px 30px;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.three_dl a:hover,
.three_dl dd.hover a{
	background: #1c5fb4;
	color:#fff;
}

/* 三级导航 end */
/*二级页面搜索start*/
.subPageSearch{ height: 110px; text-align: center; background: #d3e1de;}
.subPageSearchC{ display: inline-block; padding-top: 30px;}
.subPageSearchC:before{ visibility: hidden; clear: both; display: block; content: ''; overflow: hidden;}
.subPageSearchL{width:200px; height:48px; position:relative; padding-right:48px; border:1px solid #ffffff; background: #ffffff; border-radius: 3px; margin-right: 10px;}
.subPageSearchL .seljg{ padding-left:15px; line-height:50px; color:#666666; font-size:14px; cursor:pointer; text-align: left;}
.subPageSearchL .seljg input{ display: block; width: 100%; height: 48px; border: none; background: none;}
.subPageSearchL i{ display:block; width:48px; height:48px; background:url(../images/sel.png) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.subPageSearchL .selTj{ width:100%; overflow:hidden; border:1px solid #FFF; border-top:none; max-height:120px; overflow-y:auto; position:absolute; left:-1px; top:49px; background:#FFF; display:none; z-index:100000; box-shadow: 0px 2px 5px rgba(0,0,0,0.3)}
.subPageSearchL .selTj a{ display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px; font-size: 12px;}
.subPageSearchL .selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.subPageSearchL .selTj a.hover{background:#f8f8f8; color:#ff7800;}

.subPageSearchR{ overflow: hidden; border-radius: 3px;}
.subPageSearchR input{ float: left; display: inline; width: 357px; height: 50px; background: #FFF; border: none; padding: 0 15px; font-size: 14px;}
.subPageSearchR a{ float: left; display: inline; width: 93px; height: 50px; background:#1c5fb4 url(../images/search.png) no-repeat center center;}
/*二级页面搜索end*/

/*内页框架结束*/

/* 下拉菜单 start */
.demo2 {
    position: relative;
    border: 1px solid #ebebeb;
    background: #fff;
    width: 888px;
}

.demo2 .seljg {
    padding-left: 10px;
    line-height: 45px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

.demo2 .seljg input {
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    background: none;
}

.demo2 i {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/sel.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.demo2 .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: none;
    max-height: 90px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 39px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.demo2 .selTj a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
}

.demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #ff7800;
}
/* 下拉菜单 end */













.rollBox1{  width:100%; margin:0 auto; margin-top:40PX }
.rollBox1  h3{width:100%;  font-size:35px; font-weight:normal; height:90px; float:left; color:#393939; text-align:center; padding-bottom:30px; background:url(../images/pro.png) no-repeat top center; padding-top:30px; margin-top:50px;}
.rollBox1 h3 span{color:#828282; text-align:center; font-size:17px; line-height:27px; padding-top:15px; float:left;width:1200px; }

.rollBox1 .Cont{width:100%;float:left;}

.rollBox1 .Cont .pick{width:24%; height:410px;  float:left;text-align:center; color:#333; margin: 0 0.5%; margin-bottom:20px; 
           
  }
.rollBox1 .Cont .pic1{width:100%; height:410px; float:left;text-align:left;  color:#333; overflow:hidden;font-family:"微软雅黑"; border:#e1e1e1 solid 1px;
  background:#fff;
 }.rollBox1 .Cont .pic1 p{ font-size:24px; margin:0; margin-top:20px; margin-bottom:30px}
.rollBox1 .Cont .pic1 h5{ width:100%;float:left; color:#3b3b3b; font-size:18px!important; text-align:center;  margin-top:10px; font-weight:normal; text-align:center}
.rollBox1 .Cont .pic1 h5 a{  color:#3b3b3b; text-align:center }
.rollBox1 .Cont .pic1 h5 img{  width:320px!important; height:auto!important ; margin-bottom:20px}

.rollBox1 .Cont .pic1 .linkmore a{ width: 43%; height:31px; line-height:31px; margin:0 auto; text-align:center; display:block; text-decoration:none; background:#eaeaea; color:#a5a5a5; display:block; margin:0 30%; float:left; font-size:16px  }
.rollBox1 .Cont .pic1 .linkmore a:hover{ color:#fff; background:#45a46e; border:0; }


.rollBox1 .Cont .wenn{width:100%; text-align:center; height:50px;  float:left; margin-bottom:20px}



.rollBox1 .Cont .pick:hover img{ transition:all 0.4s;transform: scale(1.1)}
.rollBox1 .Cont .pick:hover p{ color:#3b9964;}

.rollBox1 .Cont .pick:hover .linkmore a{ color:#fff; background:#45a46e; border:0}

.rollBox1 .Cont .pick:hover .wenn{ color:#3b9964}

.rollBox1 .Cont .pic1{ transition:all 0.4s}

.rollBox1 .Cont .pic1:hover{transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;




   transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);   }

.rollBox1 .Cont .pic1:after{right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;}

.rollBox1 .Cont .pic1:after{content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 6px;
    width: 0;
    background:#45a46e;
    transition: 400ms ease all; }



.rollBox1 .Cont .pic1:hover:after {
    width: 100%;
    transition: 800ms ease all;
}


@media only screen and (max-width:550px) {

.indexC3Banner .mySlide .con .text .title {
   font-size: 20px!important; line-height:24px}




.indexC3Banner .mySlide .con .text .subTitle{ font-size: 15px!important;line-height:24px}

}
.pro{ width:100%; height:669px; padding:93px 0 0px 0; background:#fff}
.bt01{ float:left; }
.bt02{ float:right ; margin-top:30px}
.bt01 h2{ font-size:40px; color:#01479e}
.bt01 h2 b{ font-size:18px;color:#01479e; font-weight:normal; margin-left:7px; font-family:font20988; text-transform:uppercase}
.bt01  span{ font-size:16px; color:#5f5f5f; line-height:40px}

.bt02 h2{ font-size:16px; color:#333333; text-transform:uppercase;font-family:font20988; font-weight:bold; float:right; width:100%; text-align:right }
.peopro{ float:right; width:700px; margin-top:10px}
.peopro li{ float:left; width:16.5%; display:block; text-align:center; border-right:1px #636363 solid}
.peopro li a{ text-align:center; font-size:16px; color:#636363; height:40px;transition:all 0.4s  }
.peopro li a:hover{ color:#01479e; border-bottom:2px #01479e solid; margin-left:5px;  transition:all 0.4s}


.nusoaks{ width:100%; float:left; padding-bottom:0px; }
.hl_main5_content{width:1298px;border-top:none; padding-bottom:60px; margin: 0 auto;  }
.hl_main5_content a{ color:#fff}
.hl_main5_content1{width:1298px;margin-top:5px; overflow:hidden; float:left;  height:570px}
.hl_main5_content1 ul{width:26000px; overflow:hidden;}
.hl_main5_content1 ul li{ float:left; display:inline; margin-top:40px;}
.hl_main5_content1 ul li img{ width:100%; }
.hl_main5_content1 ul li .blue{ background:#f2f4f5; padding:6%}
.hl_main5_content1 ul li .tupian{ text-align:center;  width:259px;}
.hl_main5_content1 ul li .gao h2{  color:#464646; font-size:18px;  width:100%; font-family:Arial, Helvetica, sans-serif; border-bottom:1px #eeeeee solid; text-align:left; line-height:30px; font-weight:normal!important; padding-bottom:10px}
.hl_main5_content1 ul li .gao b{ text-align:left; color:#4c4c4c; font-size:14px;  line-height:20px!important; width:259px; display:block; font-weight:normal}
.hl_main5_content1 ul li .gao .ske{ font-size:15px; color:#848484; }
.hl_main5_content1 ul li .blue span{ text-align:left; color:#848484; font-size:14px; line-height:38px!important; width:100%; display:block; margin:20px auto 0 auto; text-transform:uppercase; font-family:Barlow-Regular}
.hl_main5_content1 ul li .blue span b{ font-size:18px; color:#374bdf; font-weight:bold;}

.hl_main5_content1 ul li a{ float:left; background:#fff; border:#f1f1f1 solid 1px; width:300px; height:405px; margin-right:22px; font-weight:normal;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
	
.hl_main5_content1 ul li a:hover{ float:left;  width:300px; height:405px;  border:#01479e solid 1px;
transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px); color:#374bdf;  }



.hl_scrool_leftbtn{width:38px; height:62px; background:url(../images/d11.png) no-repeat; float:left; margin-top:180px; cursor:pointer; display:none}
.hl_scrool_rightbtn{width:38px; height:62px;  background:url(../images/d2.png) no-repeat; float:right;margin-top:180px; cursor:pointer; display:none}




.nr2 h5 {
    float: left;
    font-size: 18px;
    font-weight: normal;
    border-bottom: #FFFFFF solid 5px;
    color: #FFFFFF;
    margin-left: 40px;
    padding-top: 80px;
}.nr1 {
    float: left;
    width: 559px;
    position: relative;
    clear: both;
    height: 0px;
}.nr2 {
    float: left;
    width: 116px;
    height: 243px;
    background: url(../images/pb.png) repeat;
    position: absolute;
    margin-left: 20px;
    clear: both;
    z-index: 1500;
}
.Box .Box_con .conbox {
    position: relative;
    overflow: hidden; width:90%; margin:0 auto
}.Box .content {
    width: 100%!important;
    margin: 0 auto;
    margin-top: 40px;
}
.Box .Box_con .conbox ul li {
    float: left;
    width: 185px;
    margin-left: 20px;
    overflow: hidden;
}.Box .Box_con .conbox ul li img {
    display: block;
    width: 185px;
    transition: all 0.5s;
}.Box {position: relative; }
			.Box .content {width: 1200px;margin: 0 auto; margin-top:40px}
			.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;}
			.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 140px;cursor: pointer;}
			.Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;}
			.Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: 0px;}
			.Box .Box_con .btnl:hover {background: url(../images/jtl03.png) no-repeat center;}
			.Box .Box_con .btnr:hover {background: url(../images/jtr03.png) no-repeat center;}
			.Box .Box_con .conbox {position: relative;overflow: hidden;}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li {float: left;width: 220px;margin-left: 15px;overflow: hidden;}
			.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
			.Box .Box_con .conbox ul li img {display: block;width: 220px;transition: all 0.5s;}
			.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
			.Box .Box_con .conbox ul li  p{ width:100%; height:50px; line-height:50px; background:#fff; color:#666 ; font-size:16px; text-align:center; margin-top:20px}
			
			
			
			.Box .BoxSwitch {margin-top: 30px;text-align: center;}
			.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Box .BoxSwitch span.cur {background: red;}
			
			
			
			
			
			
			
			
			
			
			
			
	
	.home_news_tu { width:596px; height:442px; overflow:hidden; margin-top:-46px; position:relative; float:right; margin-right:4%}
.home_news_tu_img  {width:596px; height:442px; position:absolute; top:0px; left:0px; }
.home_news_tu_con {width:596px; height:108px; position:absolute;   bottom:0px; left:0px;  
background-color:#282828;

	display:flex; justify-content: space-between; opacity:0.7;
	


}
.home_news_tu_con h3 { padding-left:55px; padding-top:25px; color:#FFF; line-height:28px; font-size:31px; font-weight:normal; font-family:"Times New Roman", Times, serif; } 
.home_news_tu_con h3 p { font-family:"微软雅黑"; font-size:17px;line-height:23px; }
.home_news_tu_con_b { float:right; padding-right:43px; padding-top:43px;}


.zzsc a:hover .home_news_tu.right .home_news_tu_img { transform: scale(1.1)}
.zzsc a:hover .home_news_tu.right .home_news_tu_con {  }


.newsw{ width:100%; display:flex; justify-content: space-between ; margin-top:40px}
.news_1{ width:28%; }

.news_1 a .img{ -webkit-border-radius: 15px;
            -moz-border-radius: 15px; overflow:hidden;}

.ttret { width:100%; padding:3% 0}
.ttret h3{ font-size:20px; color:#181818; 
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;  
        overflow: hidden; line-height:30px; transition:all 0.8s; text-align:left
}
.ttret p{ font-size:15px; color:#868686; padding:2% 0; line-height:24px}
.ttret span{ font-size:16px; color:#959595; width:100%; display:block}
.ttret b{ width:155px; height:38px; background:#858585; text-align:center; line-height:38px; color:#fff; display:block; margin:4% 0; font-size:165px; text-transform:uppercase; font-weight:normal; transition:all 0.4s}

.news_2{ width:40%; }
.news_3{ width:35%; background:#fff; box-shadow: 0 0 15px rgba(0,0,0,.1); -webkit-border-radius: 15px;
            -moz-border-radius: 15px; overflow:hidden }


.news_1:hover .img img{transform: scale(1.1); transition:all 0.4s}
.news_1 a .img img{transition:all 0.4s; height:256px; overflow:hidden}
.news_1:hover .ttret h3{ transition:all 0.8s; color:#01479e}
.news_1:hover .ttret p{ margin-left:2px;  transition:all 0.4s; }

.news_1:hover .ttret b{ width:155px; height:38px; background:#e74401; text-align:center; line-height:38px; color:#fff; display:block; margin:4% 0; font-size:16px; text-transform:uppercase; font-weight:normal;  transition:all 0.4s; margin-top:4.3%}

.news_2 a li{ width:96%; padding:0 2%; background:#f2f4f5; -webkit-border-radius: 15px;
            -moz-border-radius: 15px; height:99px; padding-top:15px; transition:all 0.4s; margin-bottom:14px}
			
	.news_2 a li .zuo{ width:20%}		
	.news_2 a li .you{ width:75%; margin-left:5%; color:#303030; line-height:30px; font-size:18px; color:#2e374d; padding-top:10px}	
	.news_2 a li .you span{ font-size:15px; color:#868686}
	.news_2 a li .zuo .time-1{ width:100%; line-height:40px; font-size:40px; color:#303030; font-family:Barlow-Regular; display:block; text-align:center}		
	.news_2 a li .zuo .time-2{ width:100%; line-height:40px; font-size:16px; color:#303030;font-family:Barlow-Regular; display:block; text-align:center }			
			
			
	.news_2 a:hover li{ background:#01479e; color:#fff;  transition:all 0.4s; margin-left:4px }		
			
.news_2 a:hover li .time-1,.news_2 a:hover li .time-2, .news_2 a:hover li .you{ color:#fff}

.news_2 a:hover li .you span{ color:#fff}

.news_2 a li .you span{ width:100%; display:block}

.news_3 .biaorii { padding:5%; background:#0a70d5; width:90%; }

.news_3 .biaorii h2{ font-size:24px; color:#fff; width:70%; text-align:left; padding-left:13%; background:url(../images/ticon.jpg) no-repeat left center}
.news_3 .biaorii span{ width:10%}
.news_3 .biaorii span img{ margin-top:10px}



			/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:550px){  
.wertyui .li_werd {
    width: 42%;
    margin: 0% 2% 4% 2%; 
    padding: 2%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 15px;
}

.wertyui{flex-wrap:  wrap ; width:95%}

.wertyui .li_werd .img .oi_w {
    position: absolute;
    left: 10px;
    top: 3px;
    transition: all .3s;
}

.oi_pic {
    position: absolute;
    
    top: 45px;
    transition: all .3s; left:55%
}
.wertyui .li_werd .img img {
    width: 56%;
    margin: 10% 22% 0 22%;
}

.wertyui .li_werd .oi_pic img{ width: 22px!important; height:auto!important}
	
	
	.wertyui .li_werd .img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height:auto; }

.indexTitleBox .indexTitle .title a {
    color: #ffffff;
    font-size: 26px; line-height:20px
}
.indexTitleBox .indexTitle .title{ line-height:40px}


.zzuo{ width:100%}
.zzuo img{ width:50%; height:auto}


.hl_main5_content1 {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    float: left;
    height: 570px;
}
.yyuo h4 {
    font-size: 16px!important;
    color: #212121;
    font-weight: normal;
}
.yyuo {
    width: 100%;
}.hl_main5_content{width: 100%;}
.kuai_df {
    width: 94%;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 20px rgba(51,51,51,.1);
    margin-top: 50px;
    padding: 5% 3%;
}.wrap h2 {
    font-size: 26px;
    color: #232d46;
    text-align: center;
    font-weight: normal;
}.column6 {
    overflow: hidden;
    padding: 95px 0 60px;
    background: url(../images/honor_bg.jpg) no-repeat center top fixed;
    background-size: cover;
    width: 100%; background-attachment:inherit
}.hl_main5_content1 ul li a {
    float: left;
    
    border: #f1f1f1 solid 1px;
    width: 170px;
    height: 305px;
    margin-right: 22px;
    font-weight: normal;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out; background:#f2f4f5
}.hl_main5_content1 ul li img {
    width: 100%;
    
    padding-top: 0px;
    margin-bottom: 10px;
    height: 150px;
}.hl_main5_content1 ul li .gao h2 {
    color: #464646;
    font-size: 16px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px #eeeeee solid;
    text-align: left;
    line-height: 24px;
    font-weight: normal!important;
    padding-bottom: 0px;
}
.hl_main5_content1 ul li .gao .ske {
    font-size: 14x;
    color: #848484;
}.hl_main5_content1 ul li .gao b{ width:100%}




.hl_main5_content1 ul li a:hover {
    float: left;
    width: 170px;
    height: 305px;
    border: #01479e solid 1px;
    transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -o-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    color: #374bdf;
}
.hl_main5_content1 ul li .blue span {
    text-align: left;
    color: #848484;
    font-size: 14px;
    line-height: 38px!important;
    width: 100%;
    display: block;
    margin: 10px auto 0 auto;
    text-transform: uppercase;
    font-family: Barlow-Regular;
}
.pro {
    width: 100%;
    height: 539px;
    padding: 59px 0 0px 0;
}

.hl_main5_content1{width:96%;margin-top:5px; overflow:hidden; float:left;  height:420px; margin:0 2%}

.hl_main5_content1 ul li{ background:#}
.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
}

.newsw {
    width: 85%;
    display: flex;
    justify-content: space-between; margin:0 auto;
    margin-top: 40px;flex-wrap:  wrap  ;
}
.news_1 {
    width: 100%;
}



.news_1 a .img img {
    transition: all 0.4s;
    /* height: 256px; */
    overflow: hidden;
    width: 100%; height:auto
}

.news_2 {
    width: 100%;
}
.news_2 a li .zuo .time-1 {
    width: 100%;
    line-height: 30px;
    font-size: 30px;
   
}
.news_2 a li .you {
    font-size: 15px; padding-top:5px; line-height:26px; display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;  
        overflow: hidden;

 
}.news_2 a li {
    width: 96%;
    padding: 0 2%;
    background: #f2f4f5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    height: 84px;
    padding-top: 15px;
    transition: all 0.4s;
    margin-bottom: 14px;
}.ppcon span {
    font-size: 12px;
    color: #74777e;
    font-family: Barlow-Regular;
    text-transform: uppercase;
    line-height: 24px;
}.wertyui .li_werd .img .oi_w {
    position: relative;
    /* left: 80px; */
    top: 3px;
    transition: all .3s;
}
}