@charset "UTF-8";
/* CSS Document */

/*
-----------------------------首页样式start-----------------------------
*/

/*头部开始*/

.topBoxH {
	height: 90px;
}

.topBox {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 90px;
	z-index: 100000;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	background: #fff;
	box-shadow: 3px 1px 7px rgba(0,0,0,0.1);
}

.topL {
	padding-left: 40px;
	margin-right: 190px;
}

.logo {
	float: left;
	display: inline;
	height: 60px;
	margin-right: 17px;
	padding-top: 15px;
}

.logo img {
	display: block;
	height: 60px;
}

.logoTip {
	height: 90px;
	line-height: 90px;
	position: relative;
	padding-left: 16px;
}

.logoTip:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	left: 0;
	top: 25px;
	background: #cecece;
}

.logoTip span {
	font-size: 16px;
	color: #666;
	display: block;
}

.navBtn {
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	font-size: 20px;
	line-height: 60px;
	background: #d70313 url(../images/menu.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.topR {
	position: relative;
	z-index: 100;
	height: 90px;
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.topPhone {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: url(../images/icn2.html) no-repeat center center;
	position: relative;
	cursor: pointer;
}

.topPhone:before {
	display: block;
	width: 1px;
	height: 25px;
	content: '';
	background: #ffeef3;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -12px;
}

.topPhoneText {
	position: absolute;
	top: 60px;
	width: 190px;
	height: 40px;
	background: #FFF;
	right: 0px;
	color: #666;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #eee
}

.topPhone:hover .topPhoneText {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	visibility: visible;
}

.topSearch {
	float: left;
	display: inline;
	width: 240px;
	height: 90px;
	line-height: 90px;
	margin-left: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: #eeeeee;
}

.searBox {
	padding: 30px 20px;
	overflow: hidden;
}

.searBox input {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-size: 15px;
	background: none;
}

.searBox .tabsearch {
	width: 20px;
	height: 30px;
	background: url(../images/search.png) center center no-repeat;
}

input::-webkit-input-placeholder {
	/* WebKit browsers 适配谷歌 */
	color: #999;
	font-size: 15px;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 适配火狐 */
	color: #999;
	font-size: 15px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ 适配火狐 */
	color: #999;
	font-size: 15px;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+  适配ie*/
	color: #999;
	font-size: 15px;
}

.menuClose {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -30px;
	text-align: center;
	z-index: 6;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
}

.menuClose .line {
	width: 40px;
	height: 2px;
	background-color: #282828;
	display: block;
	margin: 13px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transition-delay: 0.3s
}

.menuClose .line:nth-child(2) {
	background: #613228;
	visibility: hidden;
}

.menuClose.active {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}

.menuClose.active .line {
	background: #282828;
}

.menuClose.active .line:nth-child(2) {
	opacity: 0;
}

.menuClose.active .line:nth-child(1) {
	-webkit-transform: translateY(19px) rotate(45deg);
	-ms-transform: translateY(19px) rotate(45deg);
	-o-transform: translateY(19px) rotate(45deg);
	transform: translateY(19px) rotate(45deg);
}

.menuClose.active .line:nth-child(3) {
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}

.topBox.go {
	background: #FFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2)
}

.topBox.go .navBtn {
	color: #333333;
	background: url(../images/icn1h.html) no-repeat left center;
}

.topBox.go .topPhone {
	color: #333333;
	background: url(../images/icn2h.html) no-repeat center center;
}

.topBox.go .topSearch a {
	color: #333333;
	background: url(../images/icn3h.html) no-repeat center center;
}

.topBox.go .topSearch.active {
	background: #eee;
}

.topBox.go .topSearch.active a {
	background-image: url(../images/icn3h.html);
	background-size: auto 20px;
}

.topBox.open {
	background: #FFF
}

.topBox.open .navBtn {
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.topBox.open .topR {
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.topBox.open .menuDl {
	opacity: 0;
	visibility: hidden;
}


.pageTop {
	clear: both;
	width: 100%;
}

/*头部结束*/

/*menu开始*/

/*顶部导航*/

.menuDl {
	position: relative;
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	visibility: visible;
	opacity: 1;
}

.menuDl dd {
	display: inline;
	float: left;
	padding: 0 15px;
	position: relative;
	z-index: 3;
}

.menuDl dd:after {
	display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	left: -2px;
	top: 50%;
	margin-top: -2px;
	border-radius: 50%;
	background: #999999;
}

.menuDl dd:first-child:after {
	display: none;
}

.menuDl dd span a {
	display: block;
	height: 90px;
	overflow: hidden;
	line-height: 90px;
	color: #333;
	font-size: 15px;
	position: relative;
	padding: 0px 10px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menuDl dd.hover span a {
	color: #d70313;
}

.menuDl dd span a i {
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #d70313;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.menuDl dd.hover span a i {
	display: block;
}

.menuDl dd .div_a {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 99;
	background: #fff;
	display: none;
}

.menuDl dd .div_a a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.menuDl dd .div_a a.hover {
	background: #fff
}

.menuDl dd .div_a a:hover {
	background: #fff
}

.subMenuDiv {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	/*left: 0px;*/
	top: 90px;
	/*opacity: 0;*/
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.menuDl dt {
	width: 0px;
	height: 2px;
	overflow: hidden;
	background: #d6000f;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	padding: 0px 0px;
}

/*.subMenu_ul:after{
    display: block;
    left: 15px;
    right: 15px;
    overflow: hidden;
    top: 0px;
    height: 0px;
    z-index: 1;
    background: #fff;
}*/

.subMenu_ul li {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}

.menuDl dd.hover .subMenu_ul li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.menuDl dd.hide .subMenu_ul li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #ccc;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
	color: #fff;
}

.half .subMenu_ul li a {
	font-size: 14px;
}

.subMenu_ul li a span {
	position: relative;
}


.subMenu_ul li a span em {
	display: block;
	width: 2px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	background: #d6000f;
}

.subMenuR {
	width: 50%;
	overflow: hidden;
	padding: 20px 0px;
}

.menuTop {
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #555;
	padding-left: 50px;
}

.subMenuCont {
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}

.listBg {
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0px;
	top: 0px;
}

.subMenuTop {
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 16px;
	color: #888;
	overflow: hidden;
	padding: 15px 0px 10px 50px;
}

.half {
	float: left;
	display: inline;
	width: 50%;
}

/*.subMenuR.half{
	width: 66.6666666%;
}
.subMenuR.half{
	padding-left: 33.3333333%
}*/

.half .subMenuTop {
	display: block;
}

.subMenuL {
	width: 50%;
	padding: 20px 0px;
}

.subMenuTxt {
	height: 250px;
	overflow: hidden;
	padding: 20px;
	margin: 0px 20px;
}

.subMenuLTop {
	display: none;
	text-align: center;
	font-size: 34px;
	color: #333;
	overflow: hidden;
}

.subMenuIntr {
	display: none;
	overflow: hidden;
	font-size: 14px;
	color: #404040;
	line-height: 25px;
}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.subMenuDiv.showMenu {
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
	0% {
		opacity: 0.5
	}
	100% {
		opacity: 1
	}
}

.subMenuDiv.hideMenu {
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
	0% {
		opacity: 0.2
	}
	100% {
		opacity: 0
	}
}

.sjMenu {
	overflow: hidden;
	padding-bottom: 25px;
	text-align: center;
	font-size: 0px;
}

.sjMenu a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 25px;
	border-radius: 34px;
	border: 1px solid #ddd;
	font-size: 14px;
	margin: 0 8px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: #FFF;
}

.sjMenu a:hover {
	border-color: #cc281e;
	background: #cc281e;
	color: #FFF;
}

.sjMenu a.hover {
	border-color: #cc281e;
	background: #cc281e;
	color: #FFF;
}

.menuBox {
	position: fixed;
	right: 0px;
	top: 90px;
	bottom: 0px;
	left: 25%;
	background: #FFF;
	z-index: 200;
	visibility: hidden;
	opacity: 0.5;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
}
.topBg {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0%;
	background: rgba(0,0,0,0.4);
	z-index: 200;
	visibility: hidden;
	opacity: 0.5;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.53, 1.01);
}
.topBg.show {
	visibility: visible;
	opacity: 1;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transition-delay: 0.3s;
}
.menuBox.show {
	visibility: visible;
	opacity: 1;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transition-delay: 0.3s;
}

.menuLocation {
	padding: 45px 150px 110px;
	line-height: 38px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
}

.menuLocation em {
	float: left;
	display: inline;
	width: 30px;
	height: 1px;
	background: #282828;
	margin-top: 19px;
}

.menuLocation a {
	float: left;
	display: inline;
	margin: 0 30px;
	color: #333333;
}

.menuLocation a:hover {
	color: #cd281e;
}

.menuLocation a.hover {
	color: #cd281e;
}

.menuC {
	padding: 0 0 0 150px;
	position: relative;
}

.menuLine {
	height: 1px;
	background: #282828;
	position: absolute;
	left: 0px;
	top: 78px;
	width: 0;
}

.menuList {
	clear: both;
	margin-right: -50px;
	position: relative;
	z-index: 1
}

.menuList dd {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 140px;
}

.menuList dd span {
	display: block;
}

.menuList dd span a {
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 20px;
	color: #1a1a1a;
}

.menuList dd span a em {
	font-size: 18px;
	font-family: "宋体";
	font-style: normal;
}

.menuList dd .ejBox {
	display: block;
	padding: 20px 0;
}

.menuList dd .ej .ejdd {
	line-height: 20px;
	font-size: 14px;
	padding: 5px 0;
}

.menuList dd .ej .ejdd a {
	color: #5c5c5c;
	display: block;
	overflow: hidden;
}

.menuList dd .ej .ejdd a em {
	float: left;
	display: inline;
	width: 0;
	height: 1px;
	background: #cd281e;
	margin-top: 20px;
	margin-right: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuList dd .ej .ejdd a:hover {
	color: #cd281e;
}

.menuList dd .ej .ejdd a:hover em {
	width: 12px;
	margin-right: 3px;
}

.menuList dd .ej .ejdd a.hover {
	color: #cd281e;
}

.menuList dd .ej .ejdd a.hover em {
	width: 12px;
	margin-right: 3px;
}

.menuList dd .ej .sj {
	padding: 5px 0 5px 15px;
	display: none;
}

.menuList dd .ej .sj a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #858585;
	font-size: 12px;
}

.menuList dd .ej .sj a:hover {
	color: #cd281e;
}

/*menu结束*/

/*indexBanner开始*/
.banner{z-index: 99;width: 100%;}
.banner .swiper-container{width:100%;height:auto;border-radius: 0.5rem;}
.banner .swiper-slide{text-align:center;font-size:18px;background-color: #f3f3f3; display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.banner .swiper-slide{ background-size: cover; background-repeat: no-repeat; background-position: center center; border-radius: 0.5rem;}
.banner .swiper-slide img{ width: 100%; height: auto;}

.banner .swiper-pagination-bullet{ width: 40px; height: 3px; background-color: #fff; border-radius: 10px; opacity:1;}
.banner .swiper-pagination-bullet-active{ background-color: #f00; }
.banner .swiper-pagination{ position: relative; }
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 20px; }

.indexBanner {
	overflow: hidden;
	height: 500px;
	width: 100%;
	position: relative;
}

.indexBanner .myslide {
	position: relative;
	height: 500px;
}

.indexBanner .myslide a {
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 13px;
	height: 13px;
	line-height: 9999px;
	text-align: center;
	background: transparent;
	border-radius: 15px;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px solid #fff;
}

.indexBanner .slick-dots li.slick-active {
	background: #fff;
}

.indexBanner .text {
	position: absolute;
	width: 1200px;
	height: 100%;
	left: 50%;
	margin-left: -600px;
	top: 0;
}

.indexBanner .con1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -266px;
	margin-top: -130px;
}
.indexBanner .prev{
	position: absolute;
	width:52px;
	height: 52px;
	left: 30px;
	top: 50%;
	margin-top: -26px;
	background: url(../images/left.png) center center no-repeat;
	z-index: 10;
	cursor: pointer;
}
.indexBanner .next{
	position: absolute;
	width:52px;
	height: 52px;
	right: 30px;
	top: 50%;
	margin-top: -26px;
	background: url(../images/right.png) center center no-repeat;
	z-index: 10;
	cursor: pointer;
}
/*indexBanner结束*/

/*第一通栏start*/

.column1 {
	position: relative;
	overflow: hidden;
}
.column1:after{
	display: block;
	content: "";
	position: absolute;
	width: 30.46875%;
	height:35.8571%;
	top:-22%;
	right: 10.9375%;
	background: url(../images/bg1.png) center center no-repeat;
}
.bai{
	background: #fff;
}
.widthCon{
	width: 1400px;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.col1Left{
	width: 42.8571%;
}
.maxBox{
	position: relative;
}
.maxBox .maxTitle{
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	color: #333;
	overflow: hidden;
}
.maxBox .maxEgTitle{
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #666;
	overflow: hidden;
	text-transform: uppercase;
}
.maxBox .maxTitle.white{
	color: #fff;
}
.maxBox .maxEgTitle.white{
	color: #dedede;
}
.col1L {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-right: 30px;
}

.col1L:after {
    display: block;
    content: '';
    padding-top: 66.6667%;
}

.col1L .clo1Banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.clo1Banner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1;
}
.clo1Banner .hd li{
	float: left;
	display: inline;
	width: 9px;
	height:9px;
	border: 1px solid #fff;
	margin: 0 3px;
	border-radius: 10px;
	font-size: 0;
}
.clo1Banner .hd li.on{
	background:#fff;
}
.pageState{
	height: 50px;
	display: block;
	font-size: 14px;
	color: #d7d7d7;
	line-height: 14px;
	margin-right: 20px;
}
.pageState span{
	color: #fff;
}
.clo1Banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.clo1Banner .bd li {
    zoom: 1;
    vertical-align: middle;
}
.clo1Banner .bd img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
	/*object-fit: contain;*/
}
.subBannerText {
    position: absolute;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    left: 0px;
    bottom: 0;
    width: 100%;
    font-size: 16px;
}
.subBannerText span{
	display: block;
	padding: 0 20px;
}
.col1Right{
	overflow: hidden;
}
.tabTitle{
	overflow:hidden; 
}
.tableDl{
	overflow: hidden;
}
.tableDl dd{
	float: left;
	display: inline;
	margin-left: 20px;
	padding: 0 42px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	overflow: hidden;
}
.tableDl dd a{
	display: block;
	height: 100%;
	font-size: 15px;
	color: #666;
}
.tableDl dd.hover{
	border: 1px solid #d70313;
}
.tableDl dd.hover a{
	color: #d70313;
}
.tableConBox .tabCon dd{
	padding-left: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.tableConBox .tabCon dd:hover{
	background: #f1edea;
}
.tableConBox .tabCon dd .conBox{
	overflow: hidden;
	padding: 10px 0 4px;
	border-bottom: 1px solid #ebebeb;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}
.tableConBox .tabCon dd:hover .conBox{
	padding: 10px 10px 4px;
}
.tableConBox .tabCon dd .conBox .conLeft{
	position: relative;
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
}
.tableConBox .tabCon dd .conBox .conLeft:after{
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 12px;
	background: #a8584e;
	border-radius: 10px;
}
.tableConBox .tabCon dd .conBox .conLeft .title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
.tableConBox .tabCon dd .conBox .conLeft .title a{
	display: block;
	height: 100%;
	color: #666;
	transition: all 0.3s linear;
}
.tableConBox .tabCon dd:hover .conBox .conLeft .title a{
	color: #d70313;
}
.tableConBox .tabCon dd .conBox .conLeft .time{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow:hidden; 
}
.tableConBox .tabCon dd .conBox .more{
	width:60px;
	height: 65px;
}
.tableConBox .tabCon dd .conBox .more a{
	display: block;
	height: 100%;
	background: url(../images/more1.png) center center no-repeat;
}
/*第一通栏end*/

/*第二通栏start*/

.column2 {
	position: relative;
	height: 920px;
	overflow: hidden;
}
/*关于bg start*/
.col1BgBox {
	position: absolute !important;
	width: 105%;
	height: 105%;
	left: -2.5% !important;
	top: -2.5% !important;
}

.col1Bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.col2Left{
	overflow: hidden;
	width: 44.2857%;
	height: 563px;
}
.col2Right{
	width:380px;
}
.table2Dl dd{
	border:2px solid rgba(255,255,255,0.5);
	margin-bottom: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.table2Dl dd:hover{
	border:2px solid rgba(255,0,0,0.5);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.table2Dl dd.hover{
	border:2px solid rgba(255,0,0,0.5);
}
.table2Dl dd .con{
	padding: 0 15.78947%;
	height: 98px;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.table2Dl dd:hover .con{
	background: rgba(255,0,0,0.5);
}
.table2Dl dd.hover .con{
	background: rgba(255,0,0,0.5);
}
.table2Dl dd .con:after{
	display: none;
	content: "";
	position: absolute;
	width:61.8421%;
	height: 95px;
	z-index: 5;
}
.table2Dl dd.dd1 .con:after{
	right: -15%;
	bottom:-24px;
	background: url(../images/icon1.png) left center no-repeat;
}
.table2Dl dd.dd2 .con:after{
	right: -13%;
	bottom: -10px;
	background: url(../images/icon2.png) center center no-repeat;
}
.table2Dl dd.dd3 .con:after{
	right: -14%;
	bottom: -30px;
	background: url(../images/icon3.png) center center no-repeat;
}
.table2Dl dd.dd4 .con:after{
	right: -14%;
	bottom: -32px;
	background: url(../images/icon4.png) center center no-repeat;
}
.table2Dl dd .con .conB .titleCn{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fefefe;
	overflow: hidden;
}
.table2Dl dd .con .conB .titleEn{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.col2Dl dd .title{
	height: 90px;
	line-height: 90px;
	font-size: 36px;
	color: #fefefe;
}
.col2Dl dd .text{
	height: 192px;
	line-height: 37px;
	font-size: 16px;
	color: #fefefe;
	overflow: hidden;
}
.col2Dl dd .more{
	width: 205px;
	height: 40px;
	border-radius: 20px;
	background: #d83b12;
	text-align: center;
	font-size: 14px;
	color: #fefefe;
	line-height: 40px;
}
.col2Dl dd .more a{
	display: block;
	height: 100%;
	color: #fff;
}
.col2Dl dd .more a span{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	padding-right: 6px;
	background: transparent url(../images/icon5.png) right center no-repeat;
}
.col2Dl dd .more:hover a span{
	padding-right: 30px;
	background: url(../images/icon5.png) right center no-repeat;
}
/*第二通栏end*/

/*
*第三通栏start fpx 2018
*/

.column3 {
	position: relative;
	height: 640px;
	overflow: hidden;
}
.columnScroll {
	position: relative;
}

.columnScroll .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll .slick-list {
	overflow: visible;
	margin-right: -20px;
}

.columnScroll .myslide {
	width: 25;
	float: left;
	display: inline;
	overflow: hidden;
}

.columnScroll .con {
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.columnScroll .con .pic {
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
	border:1px solid #e5e5e5;
}
.columnScroll .con .pic:after {
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 171%;
	display: none;
}
.columnScroll .con .pic img {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.columnScroll .con .conBox{
	perspective: 1000px;
	-webkit-perspective: 1000px; /* Safari 和 Chrome */
}
.columnScroll .con .conBox .text {
	position: relative;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	border: 1px solid #e5e5e5;
	border-top: none;
	transform-origin: 0px 100%;
}
/*.columnScroll .con:hover .conBox .text{
	width: 100%;
	transform: rotateX(180deg);
	overflow: hidden;
}
*/
.textCw{
	margin: 0 17%;
}
.textCw .title{
	height:26px;
	line-height: 26px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-align: center;
}
.textCw .title1{
	height:24px;
	line-height: 24px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	display: none;
}
.columnScroll .con .textBox{
	position: absolute;
	width: 100%;
	height: 72.7273%;
	left: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0,66,255,0.7);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	visibility: hidden;
	opacity: 0;
}
/* .columnScroll .con:hover .pic:after{
	padding-top: 164%;
} */
.columnScroll .con:hover .textBox{
	visibility: visible;
	opacity: 1;
}
.columnScroll .con .textBox .con1{
	padding: 0 10%;
}
.columnScroll .con .conBox .text
.columnScroll .con:hover .textBox .con1 .textCw{
	margin-bottom: 25px;
}
.columnScroll .con .textBox .con1 .textCw .title{
	color: #fff;
}
.columnScroll .con .textBox .con1 .textCw .title1{
	color: #fff;
}
.columnScroll .con .textBox .con1 .textCon{
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	margin-bottom: 60px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.columnScroll .con:hover .textBox .con1 .textCon{
	/*margin-bottom: 40px;*/
}
.columnScroll .con .textBox .con1 .more{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.columnScroll .cloumn1Btn .prev {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 20;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll .cloumn1Btn .next {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background:url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

/*.columnScroll .prev:hover,
.columnScroll .next:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 1px 1px 17px 1px rgba(0,0,0,0.05);
}*/


/*2*/
.columnScrolls {
	position: relative;
}

.columnScrolls .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScrolls .slick-list {
	overflow: visible;
	margin-right: -20px;
}

.columnScrolls .myslide {
	width: 25;
	float: left;
	display: inline;
	overflow: hidden;
}

.columnScrolls .con {
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.columnScrolls .con .pic {
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
	border:1px solid #e5e5e5;
}
.columnScrolls .con .pic:after {
	display: block;
	content: "";
	overflow: hidden;
	padding-top: 171%;
	display: none;
}
.columnScrolls .con .pic img {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.columnScrolls .con .conBox{
	perspective: 1000px;
	-webkit-perspective: 1000px; /* Safari 和 Chrome */
}
.columnScrolls .con .conBox .text {
	position: relative;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	border: 1px solid #e5e5e5;
	border-top: none;
	transform-origin: 0px 100%;
}
.columnScrolls .con .textBox{
	position: absolute;
	width: 100%;
	height: 72.7273%;
	left: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0,66,255,0.7);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	visibility: hidden;
	opacity: 0;
}
/* .columnScroll .con:hover .pic:after{
	padding-top: 164%;
} */
.columnScrolls .con:hover .textBox{
	visibility: visible;
	opacity: 1;
}
.columnScrolls .con .textBox .con1{
	padding: 0 10%;
}
.columnScrolls .con .conBox .text
.columnScrolls .con:hover .textBox .con1 .textCw{
	margin-bottom: 25px;
}
.columnScrolls .con .textBox .con1 .textCw .title{
	color: #fff;
}
.columnScrolls .con .textBox .con1 .textCw .title1{
	color: #fff;
}
.columnScrolls .con .textBox .con1 .textCon{
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	margin-bottom: 60px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.columnScrolls .con:hover .textBox .con1 .textCon{
	/*margin-bottom: 40px;*/
}
.columnScrolls .con .textBox .con1 .more{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.columnScrolls .cloumn1Btns .prev {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 20;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScrolls .cloumn1Btns .next {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background:url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

/*.columnScrolls .prev:hover,
.columnScrolls .next:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 1px 1px 17px 1px rgba(0,0,0,0.05);
}*/

/*第三通栏end*/

/*第四通栏start*/

.column4 {
	position: relative;
	height: 900px;
}
.bgBox4{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.bgBox4 .bgImg{
	width: 100%;
	height: 100%;
	position: relative;
}
.bgBox4 .bgImg:after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/shade.png) top left repeat;
	z-index: 5;
	background-size: 60px;
}
.bgBox4 .bgImg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bgBoxBanner{
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 5;
}
bannerCon{
	
}
.bannerCon .hd{
	position: relative;
	height: 201px;
	z-index: 20;
}
.course_ul{
	position: relative;
	z-index: 15;
	height: 201px;
}
.course_ul.widthCon{
	width: 1100px;
}
.lineBox{
	position: absolute;
	width: 1920px;
	height: 201px;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.courseLine1{
	position: absolute;
	width: 100%;
	 height: 1px; background: none; background-color: #fff; top: 12px;
	z-index: 10;
}
.courseLine2{
	position: absolute;
	width: 0%;
	height: 1px; background: none; background-color: #f00; top: 12px; display: none;
	z-index: 11;
}
.course_ul li{
position: relative; width: 20%; float: left; height: 100px; text-align: center;
}
.course_ul li span{
	position: relative;display: inline-block;
	width:24px;
	height: 24px;
	left: 0;
	border: 1px solid #fff;
	border-radius: 15px;
	z-index: 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.course_ul li span:after{
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	left: 50%;
	margin-left: -6px;
	background: #fff;
	border-radius: 12px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.course_ul li.on span {
	border-color: #d70313;
}
.course_ul li.on span:after {
	background: #d70313;
}
.bdCongBg{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.bdCont{
	position: relative;
	margin-top: -70px;
	z-index: 5;
}
.bdCon dd .widthCon .con{
	width: 34.2857%;
	padding-left: 10.7143%;
}
.bdCon .numb{
	height: 74px;
	line-height: 74px;
	font-size: 60px;
	color: #d83c12;
	font-weight: bold;
}
.bdCon .title{
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	color: #dedede;
}
.bdCon .text{
	height:44px;
	line-height: 22px;
	font-size: 14px;
	color: #dedede;
	overflow: hidden;
}
.bdCon .more{
	width: 205px;
	height: 40px;
	border-radius: 20px;
	background: #d70c13;
}
.bdCon .more a{
	display: block;
	height: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fefefe;
}
.bdCon .more a span{
	padding-right: 6px;
	background: url(../images/icon5.png) right center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.bdCon .more:hover a span{
	padding-right: 30px;
}

/*第四通栏end*/

/*底部开始*/

.footer {
	padding: 45px 0 35px;
	background: #494949;
}

.footerC {
	width: 1400px;
	margin: 0 auto;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 40px;
	min-width: 90px;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	margin-bottom: 5px;
}

.footerMenu dd em a {
	font-size:16px;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.footerMenu dd em a:hover {
	color: #f00;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 20px;
	padding: 5px 0;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.footerMenu dd span:hover a {
	padding-left: 5px;
	color: #FFF;
}
.footerRight{
	padding-left: 115px;
	position: relative;
	margin-top: 10px;
}
.footerRight:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 140px;
	top: 5px;
	left: 0;
	background: #666;
}
.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 106px;
	overflow: hidden;
	margin-left: 25px;
}
.footerEwm dd .con{
	padding: 3px;
	background: #fff;
}
.footerEwm dd img {
	display: block;
	width: 100px;
	height: 100px;
}

.footerEwm dd span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.footerRBottom .div{
	margin-left: 25px;
	line-height: 20px;
	padding: 5px 0;
	font-size: 14px;
	color: #fff;
}
.footerBottomC{
	height: 50px;
	line-height: 50px;
	background: #414141;
	text-align: center;
	font-size: 14px;
	color: #898989;
}
.footerBottomC span{
	padding: 5px 0;
	margin-right: 10px;
}
.footerBottomC span.span1{
	padding-left: 30px;
	background: url(../images/footerIcon.png) left center no-repeat;
	display: none;
}
.footerBottomC span a {
	color: #898989;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footerBottomC span a:hover{
	color: #fff;
}
/*底部结束*/

/*
-----------------------------首页样式end-----------------------------
*/

/*
-----------------------------频道页start-----------------------------
*/

/*
-----------------------------频道页end-----------------------------
*/

/*内页框架开始*/
/*subBanner开始*/
.subBox{
	height:500px;
	overflow: hidden;
}
.subBanner{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	animation: pulse 20s;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
/*subBanner结束*/

/*内页外结构开始*/
.subPage{ overflow: hidden;}
.subPageC{ overflow:hidden}
/*内页外结构结束*/

/*当前位置开始*/
.location{
    height: 60px;
    line-height: 60px;
    background: #fff;
}
.locationDl{
    overflow: hidden;
}
.locationDl dd{
    float: left;
    display: inline;
    margin-left: 40px;
    position: relative;
    height: 60px;
}
.locationDl dd a{
    font-size: 14px;
    color: #333;
}
.locationDl dd:after{
    display: block;
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #d83c12;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;   
}
.locationDl dd:hover a{
    color: #d83c12;
}
.locationDl dd.hover a{
    color: #d83c12;
}
.locationDl dd:hover:after{
    width: 100%;
}
.locationDl dd.hover:after{
    width: 100%;
}
.locationR {
    overflow: hidden;
    margin-right: -20px;
}
.locationR span{
    float: left;
    display: inline;
}
.locationR span.locaLog{
    display: block;
    width: 22px;
    height: 60px;
    background: url(../images/home.png) center center no-repeat;
   cursor: pointer;
}
.locationR span.span1{
    padding-left: 20px;
    background: url(../images/ha1.png) left center no-repeat;
    font-size: 14px;
    color: #666;
}
.locationR span.span1 a{
    color: #333;
}
.locationR span.span1.span2 a{
    color: #d83c12;
}
/*当前位置结束*/

/*页码开始*/

.fenye{display: block;padding: 0 15px;margin: 50px 0 50px;border-radius: 4px;text-align: center;}
.fenye>li.active{color: #fff; padding: 6px 12px;background-color: #d70313;border-color: #d70313;}
.fenye>li.moresP{padding: 6px 12px;}
.fenye>li{display: inline-block;margin-left: -4px;position: relative;padding: 6px 0;line-height: 1.42857143;color: #d70313;margin-left: -1px;text-decoration: none;background-color: #fff;border: 1px solid #e5e5e5;}
.fenye>li a{padding: 6px 12px;}













/*内页框架结束*/


/*综合页start*/
.netWork{
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-left: 50px;
	font-size: 24px;
	color: #333;
}
.netWork:after{
	display: block;
	content: "";
	position: absolute;
	width: 31px;
	height: 1px;
	left: 0;
	top: 50%;
	background: #d70313;
}
.columnScroll1 {
	position: relative;
}

.columnScroll1 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll1 .slick-list {
	overflow: visible;
	margin: 0 -10px;
}

.columnScroll1 .myslide {
	width: 25%;
	float: left;
	display: inline;
	height: auto;
}

.columnScroll1 .con {
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.columnScroll1 .con:hover{
	box-shadow: 3px 0 7px rgba(0,0,0,0.1);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.columnScroll1 .con .pic {
	position: relative;
}
.columnScroll1 .con .pic:after {
	display: block;
	content: "";
	padding-top: 122.8070%;
}

.columnScroll1 .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.columnScroll1 .con .conBox .text {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 0 10px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.columnScroll1 .con:hover .conBox .text{
	color: #d70313;
}

.columnScroll1 .cloumn2Btn .prev {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 20;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll1 .cloumn2Btn .next {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background:url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 1;
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll1 .prev:hover,
.columnScroll1 .next:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 3px 0px 7px rgba(0,0,0,0.1);
}
.netColumn2{
	position: relative;
	height: 786px;
	overflow: hidden;
}
 .netWork.white{
	color: #fff;
}
.netWork.white:after{
	background: #fff;
}
.networkC1{
	width: 1220px;
	height: 495px;
	overflow: hidden;
}
.networkCT{
	overflow: hidden;
	padding-right: 20px;
	padding-top: 90px;
}
.networkDl2{
	position: relative;
	height: 0;
	z-index: 30;
}
.networkDl2 dt{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	background: #fff;
}
.networkDl2 dt div{
	float: left;
	display: inline;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.networkDl2 dt div.div1{
	width: 235px;
	padding-right: 60px;
}
.networkDl2 dt div.div2{
	width: 140px;
}
.networkDl2 dt div.div3{
	width: 180px;
	margin-right: 28px;
}
.networkDl dd{
	height:60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
}

.networkDl dd.even{
	background: #ededed;
}
.networkDl dd.odd{
	background: #fff;
}
.networkDl dd:hover{
	background: #de3441;
	color: #fff;
}
.networkDl dd div{
	float: left;
	display: inline;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.networkDl dd:hover div{
	color: #fff;
}
.networkDl dd div.div1{
	width: 235px;
	padding-right: 60px;
}
.networkDl dd div.div2{
	width: 140px;
}
.networkDl dd div.div3{
	width: 180px;
	margin-right: 28px;
}
.nectworkC3{
	overflow: hidden;
}
.nectC3{
	width: 630px;
	height: 330px;
	margin-right: 70px;
}
.nectC3 .title{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}
.nectC3 .title a{
	display: block;
	font-size: 20px;
	color: #333;
}
.nectC3 .title:hover a{
	color: #d70313;
}
.nectC3 .textC{
	height: 120px;
	line-height: 30px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
}
.nectC3 .more{
	width: 150px;
	height: 40px;
	border: 1px solid #a9a9a9;
	border-radius: 2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.nectC3 .more a{
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #a9a9a9;
}
.nectC3 .more:hover{
	background: #d70313;
	border-color: #d70313;
}
.nectC3 .more:hover a{
	color: #fff;
}
.nectCfr{
	overflow: hidden;
}
.nectCfr .pic{
	position: relative;
}
.nectCfr .pic:after{
	display: block;
	content: "";
	padding-top: 66.667%;
}
.nectCfr .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.netColumn3{
	position: relative;
	height: 766px;
	overflow: hidden;
}

.columnScroll2 {
	position: relative;
}

.columnScroll2 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll2 .slick-list {
	overflow: visible;
	margin: 0 -10px;
}

.columnScroll2 .myslide {
	float: left;
	display: inline;
}

.columnScroll2 .con {
	height: 495px;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.columnScroll2 .con:hover{
	box-shadow: 3px 0 7px rgba(0,0,0,0.1);
}

.columnScroll2 .con .mapC{
	width: 690px;
	height: 495px;
	margin-right: 40px;
}
.columnScroll2 .con .mapC .aa1{
	height: 100%;
}
.columnScroll2 .con .mapC1{
	overflow: hidden;
	border-radius: 3px;
	height: 495px;
}
.columnScroll2 .con .mapC1 .mapTitle{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	background: #d70313;
	padding: 0 25px;
}
.mapwGH{
	padding: 0 10px 0 22px;
}
.mapCT{
	height: 400px;
	overflow: hidden;
}
.mapScroll{
	padding-right: 5px;
	overflow: hidden;
}
.mapDl{
	width: 395px;
}
.mapDl dd .title{
	height: 66px;
	line-height: 66px;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 10px;
	position: relative;
	font-size: 16px;
	color: #333;
}
.mapDl dd .title:after{
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background:#333;
	border-radius: 5px;
}
.mapDl dd .text{
	padding: 20px 0;
}
.mapDl dd .text span{
	line-height: 26px;
	font-size: 14px;
	color: #666;
	display: block;
}
.columnScroll2 .cloumn3Btn .prev {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/left1.png) no-repeat center center;
	position: absolute;
	left: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 20;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll2 .cloumn3Btn .next {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background:url(../images/right1.png) no-repeat center center;
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -26px;
	z-index: 1;
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll2 .prev:hover,
.columnScroll2 .next:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 3px 0px 7px rgba(0,0,0,0.1);
}