@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
.anHide{
	opacity: 0;
}
/*头部开始*/
.topHeader {
	height: 141px;
	background: url(../images/topBg.jpg) center center no-repeat;
}

.topLeft {
	width: 320px;
	padding: 38px 0;
}

.logo img {
	display: block;
/* 	width: 319px; */
	height: 70px;
}

.topRight {
	padding: 31px 0;
}

.tenet img {
	display: block;
	height: 78px;
}

/*头部结束*/
/*menu开始*/
/*menu开始*/
.menuBox {
	background: #e40000;
}

.menuDl {
	position: relative;
	display: inline-block;
}

.menuDl:after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	display: inline;
	float: left;
	position: relative;
	z-index: 3;
}

.menuDl dd span a {
	display: block;
	height: 62px;
	overflow: hidden;
	line-height: 62px;
	color: #fff;
	font-size: 22px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 10;
	padding: 0 26.5px;
}

.menuDl dd .div_a {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 102px;
	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: #0f5e37
}

.menuDl dd .div_a a:hover {
	background: #0f5e37
}

.menuDl dt {
	height: 100%;
	background: #cd0000;
	position: absolute;
	left: 0;
	bottom: 0;
}

.subMenuDiv {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 62px;
	left: 0px;
	z-index: 1;
	visibility: hidden;

}

.menuDl dd:hover .subMenuDiv {
	visibility: visible;
}

.subMenu a {
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 30px;
	padding: 5px 5px;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 0.3s ease;
	-webkit-transform: perspective(100px) rotateX(-90deg);
	-ms-transform: perspective(100px) rotateX(-90deg);
	transform: perspective(100px) rotateX(-90deg);
	-webkit-transform-origin: center top 0;
	-ms-transform-origin: center top 0;
	transform-origin: center top 0;
	transition-delay: 0s;
	visibility: hidden;
}

.menuDl dd:hover .subMenu a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: perspective(100px) rotateX(0deg);
	-ms-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);

}

.subMenu a:hover {
	background: #e40000;
}

.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: #fff;
	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%;
}

.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: 100px;
	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
	}
}

/*menu结束*/
/*indexBanner开始*/
.indexBanner {
	overflow: hidden;
	height: 750px;
	width: 100%;
	position: relative;
}

.indexBanner .myslide {
	position: relative;
	height: 750px;
}
.indexBanner .myslide a {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    transform-origin: center center 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cloumnBox{
	overflow: hidden;
}
.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;
}
.indexBanner .slick-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	line-height: 9999px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 15px;
}

.indexBanner .slick-dots li.slick-active {
	background: #fff;
}

.indexBanner .text{
	position: absolute;
	width: 1200px;
	height:100%;
	top: 255px;
	left: 50%;
	margin-left: -600px;
	z-index: 2;
}
.indexBanner .bannerText{
	position: absolute;
	height: 260px;
	top: 0;
	left:56px;
}
.indexBanner .myslide .conImg{
	position: absolute;
	width: 90px;
	height: 100px;
}
.indexBanner .myslide .conImg  img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*indexBanner结束*/
/*第一通栏start*/
.column1 {
	background: #fff;
}
.commonTitleBox{
	position: relative;
	height: 42px;
	border-bottom: 1px solid #e5e5e5;
}
.commonTitleBox::after{
	display:block;
	content: "";
	clear: both;
}
.commonTitle{
	overflow: hidden;;
}
.commonTitle span{
	display: inline-block;
	height: 43px;
	line-height: 42px;
	font-size: 22px;
	color: #333;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	z-index: 5;
}
.commonTitle span::after{
	display:block;
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: -1px;
	background: #e40000;
}
.commonMore a span{
	display:block;
	height: 42px;
	line-height: 42px;
	padding-right: 22px;
	font-size: 16px;
	color: #999;
	background: url(../images/more.png) right center no-repeat;
}
.commonMore a span:hover{
	color: #e40000;
	background: url(../images/more_h.png) right center no-repeat;
}
.column1Left{
	width: 67.7083%;
}
.columnBannerBox1{
	position: relative;
	width: 500px;
	/* width: 51.2821%; */
	border-radius: 2px;
	overflow: hidden;
}
.columnBannerBox1:before{
	display: block;
	content: "";
	padding-top: 60%;
}
.clo1Banner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.clo1Banner .hd {
	width:60px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	right: 7px;
	bottom: 14px;
	z-index: 10;
}

.clo1Banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.clo1Banner .hd ul li {
	float: left;
	width: 8px;
	height: 8px;
	font-size: 0;
	text-align: center;
	background: #fff;
	cursor: pointer;
	margin: 0 4px;
	border-radius: 100%;
}

.clo1Banner .hd ul li.on {
	background: #e40000;
}

.clo1Banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.clo1Banner .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.clo1Banner .bd li:after {
	display: block;
	content: "";
	padding-top: 60%;
}

.clo1Banner .bd img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}

.subText1 {
	position: absolute;
	width: 100%;
	height:36px;
	line-height: 36px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	right: 0px;
	bottom: 0;
	font-size: 14px;
	z-index: 2;
}

.subText1 .title a{
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	margin: 0 85px 0 20px;
}
.column1TextList{
	overflow: hidden;
	padding-left: 20px;
}
.column1Top{
	padding: 20px 0 25px;
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
}
.column1TopL{
	width: 72px;
	padding: 12px 0 13px;
	background: #e40000;
}
.dataY{
	height: 28px;
	line-height: 28px;
	font-size:24px;
	color: #fff;
	text-align: center;
}
.dataYear{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.column1Top .text{
	overflow: hidden;
	padding-left: 13px;
}
.column1Top .text a{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	margin-bottom: 8px;
}
.column1Top .text a:hover{
	color: #e40000;
}
.column1Top .text .textC{
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	color: #777;
}
.columnDl dd .con{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.columnDl dd .con .time{
	font-size: 16px;
	color: #aaa;
}
.columnDl dd .con a{
	overflow: hidden;
	font-size: 18px;
	color: #333;
}
.columnDl dd .con:hover{
	padding: 0 3px;
}
.columnDl dd .con:hover a{
	color:#e40000;
}
.column1Right{
	overflow: hidden;
	padding-left: 30px;
}
/*第一通栏end*/
/*第二通栏start*/
.column2 {
	background: #fff;
}
.column2Dl{
	overflow: hidden;
	margin: 0 -5px;
}
.column2Dl dd{
	float: left;
	display: inline;
}
.column2Dl dd.dd1{
	width: 20.8276%;
}
.column2Dl dd.dd2,
.column2Dl dd.dd3{
	width: 39.587%;
}
.column2Dl dd.dd4,
.column2Dl dd.dd5,
.column2Dl dd.dd6,
.column2Dl dd.dd7{
	width: 19.7935%;
}
.column2Dl dd .con{
	margin: 0 5px;
	padding: 5px 0;
	position: relative;
}
.column2Dl dd.dd1 .pic::before{
	padding-top: 100%;
}
.column2Dl dd.dd2 .pic::before,
.column2Dl dd.dd3 .pic::before{
	padding-top: 24.9558%;
}
.column2Dl dd.dd4 .pic::before,
.column2Dl dd.dd5 .pic::before,
.column2Dl dd.dd6 .pic::before,
.column2Dl dd.dd7 .pic::before{
	padding-top: 50.9025%;
}
.column2Dl dd .shade{
	position: absolute;
	width: 100%;
	bottom: 5px;
	top: 5px;
	left: 0;
	background: rgba(0,0,0,0.65);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column2Dl dd  .title{
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	/* font-weight: bold; */
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transform: translateY(-20px);
	visibility: hidden;
	opacity: 0;
}
.column2Dl dd  .text{
	padding: 5px 0;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	/* font-weight: bold; */
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	padding: 0 20px;
}
.column2Dl dd .con:hover .shade{
	visibility: visible;
	opacity: 1;
}
.column2Dl dd .con:hover .title{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.column2Dl dd .con:hover .text{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.column3 {
	position: relative;
	overflow: hidden;
	height: 560px;
	background: url(../images/bg1.jpg);
}
.colBanner3 .pic::before{
	padding-top: 8.3333%;
}
.columnDl3 {
	overflow: hidden;
	margin: 0 -11px;
}
.columnDl3 dd{
	float: left;
	display: inline;
	width: 33.333%;
}
.columnDl3 dd .con{
	position: relative;
	margin: 0 11px;
	border-radius: 2px;
	overflow: hidden;
}
.columnDl3 dd .pic::before{
	padding-top: 73.1183%;
}
.columnDl3 dd .shade{
	position: absolute;
	width: 100%;
	height: 120px;
	left: 0;
	bottom: 0;
	background: url(../images/wiconBg1.png) bottom left no-repeat;
}
.columnDl3 dd .text{
	padding: 15px 40px;
	overflow: hidden;
}
.columnDl3 dd .wicon{
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;
}
.columnDl3 dd .title{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
.textRight{
	margin-top: 50px;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.textRight span{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-right: 32px;
	background: url(../images/wiconMore.png) right center no-repeat;
	font-size: 16px;
	color: #fff;
}
.columnDl3 dd .con:hover .textRight{
	visibility: visible;
	opacity: 1;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}
/*第三通栏end*/
/*第四通栏start*/
.column4 {
	background: #FFFFFF;
}
.column4BoxOut{
	margin: 0 -13px;
	overflow: hidden;
}
.column4Box{
	float: left;
	display: inline;
	width: 50%;
}
.column4Left{
	margin: 0 13px;
}
.column4Dl1 dd{
	padding: 10px 0;
}
.column4Dl1 .con{
	overflow: hidden;
}
.column4Dl1 .con .pic{
	width: 240px;
	margin-right: 20px;
}
.column4Dl1 .con .pic::before{
	padding-top: 60%;
}
.column4Dl1 .con .text{
	overflow: hidden;
}
.column4Dl1 .con .title{
	height: 38px;
	line-height: 38px;
	padding-top: 5px;
}
.column4Dl1 .con .title a{
	display: block;
	height:38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
}
.column4Dl1 .con:hover .title a{
	color: #e40000;
}
.column4Dl1 .con .textC{
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	color: #777;
	overflow: hidden;
}
.column4Dl1 .con .time{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #aaa;
}
.column4RightT .con{
	overflow: hidden;
}
.column4RightT .pic{
	width: 300px;
	margin-right: 25px;
}
.column4RightT .pic::before{
	padding-top: 60%;
}
.column4RightT .text{
	overflow: hidden;
}
.column4RightT .title a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
}
.column4RightT .title a:hover{
	color: #e40000;
}
.column4RightT .textC{
	height: 78px;
	line-height: 26px;
	overflow: hidden;
	font-size: 16px;
	color: #777;
}
.column4RightT{
	font-size: 16px;
	color: #aaa;
}
.column4RightDl .con{
	overflow: hidden;
	border-bottom: 1px dashed #E5E5E5;
	height: 54px;
	line-height: 54px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column4RightDl .time{
	font-size: 16px;
	color: #aaa;
}
.column4RightDl a{
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #333;
}
.column4RightDl .con:hover{
	padding: 0 3px;
}
.column4RightDl .con:hover a{
	color: #e40000;
}
/*第四通栏end*/

/*第五通栏end*/
.column5Banner{
	position: relative;
	overflow: hidden;
}
.column5Banner .bd{
	margin: 0 -12px;
	overflow: hidden;
	padding-bottom: 50px;
}
.column5Banner .myslide{
	float: left;
	display: inline;
	width: 33.333%;
}
.column5Banner .con{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	padding: 10px 0;
	margin: 0 12px;
	
}
.column5Banner .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.column5Banner .pic::before{
	padding-top: 55.9140%;
}
.column5Banner .text{
	height: 74px;
	line-height: 74px;
	font-size: 18px;
	color: #333;
	text-align: center;
	box-shadow: 0 0px 10px rgba(72,72,72,0.1);
}
.column5Banner .con:hover .text{
	color: #e40000;
}
.column5Banner .prev{
	position: absolute;
	width: 32px;
	height: 56px;
	z-index: 2;
	left: 0;
	top: 50%;
	margin-top: -55px;
	background: rgba(0,0,0,0.75) url(../images/prev.png) center center no-repeat;
	transition: all 0.3s linear;
}
.column5Banner .next{
	position: absolute;
	width: 32px;
	height: 56px;
	z-index: 2;
	right: 0;
	top: 50%;
	margin-top: -55px;
	background: rgba(0,0,0,0.75) url(../images/next.png) center center no-repeat;
	transition: all 0.3s linear;
}
.column5Banner .next:hover,
.column5Banner .prev:hover{
	background-color: rgba(288,0,0,0.75);
}
.column5Banner .slick-dots {
	position: absolute;
	bottom: 16px;
	width: 100%;
	text-align: center;
}

.column5Banner .slick-dots li {
	width: 10px;
	height: 10px;
	line-height: 9999px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 15px;
	background: #C3C3C3;
}

.column5Banner .slick-dots li.slick-active {
	width: 28px;
	background: #e40000;
}
/*第五通栏end*/
/*底部开始*/
.footer {
	background: #f0f0f0;
}

.footerHeader {
	height: 88px;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}

.footerLeft {
	overflow: hidden;
	padding: 20px 0;
	width: 320px;
}

.footerLogo img {
	display: block;
	width: 302px;
	height: 49px;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-left: 45px;
}

.footerMenu dd a {
	display: block;
	height: 88px;
	line-height: 88px;
	font-size: 18px;
	color: #333;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.footerMenu dd:hover a {
	color: #e40000;
}

.footerCenter {
	overflow: hidden;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 102px;
	overflow: hidden;
}

.footerEwm .con {
	width: 88px;
	padding: 7px;
	background: #fff;
}

.footerEwm dd img {
	display: block;
	width: 88px;
	height: 88px;
}

.footerEwm dd span {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.footerCenterL{
	overflow: hidden;
	padding-top: 38px;
}
.footerWay{
	overflow: hidden;
}
.footerWay dd{
	float: left;
	display: inline;
}
.footerWay dd.dd1{
	width: 60%;
}
.footerWay dd.dd2{
	width: 40%;
}
.footerWay dd .con{
	padding-left: 46px;
}
.footerWay dd.dd1 .con{
	background: url(../images/wicon1.png) left center no-repeat;
}
.footerWay dd.dd2 .con{
	background: url(../images/wicon2.png) left center no-repeat;
}
.footerWay dd .title{
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
}
.footerWay dd .text{
	overflow: hidden;
	/* height: 24px; */
	line-height: 24px;
	font-size: 16px;
	color: #333;
}
.footerBottom{
	height: 40px;
	line-height: 40px;
	background: #b9000c;
}
.footerLeftb{
	overflow: hidden;
}
.beian{
	font-size: 16px;
	color: #fff;
}
.beian a{
	font-size: 16px;
	color: #fff;
}
.beian a:hover{
	font-weight: bold;
}
.footerRightb{
	font-size: 16px;
	color: #fff;
}
.footerRightb a{
	font-size: 16px;
	color: #fff;
}
.footerRightb a:hover{
	font-weight: bold;
}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.minH600{
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
.subBox{
	width: 100%;
	height: 456px;
	overflow: hidden;
	position: relative;
}
.subBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
/*内页外结构结束*/
/*当前位置开始*/
.locationBox{
	position: absolute;
	width: 100%;
	height:60px;
	left: 0;
	top: -60px;
	overflow: hidden;
}
.locationLeft{
	overflow: hidden;
}
.locationLeft span{
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #f9f9f9 url(../images/home.png) center center no-repeat;
	margin-right: 10px;
}
.locationLeft a{
	float: left;
	display: inline;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
}
.locationLeft em{
	float: left;
	display: inline;
	width: 10px;
	height: 60px;
	background: url(../images/right.png) center center no-repeat;
	font-style: normal;
	font-size: 16px;
	color: #666;
}
.locationLeft a.hover{
	color: #e40000;
}
.locationMenu{
	overflow: hidden;
	padding: 12px 0;
	position: relative;
}
.navDd{
	float: left;
	display: inline;
	padding: 0 15px;
}
.navDd a{
	display: block;
	line-height: 36px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 18px;
	overflow: hidden;
	font-size: 17px;
	color: #666;
}
.locationMenu dd:hover a{
	background: rgba(194,35,89,0.1);
	color: #c22359;
}
.locationMenu dd.hover a{
	background: rgba(194,35,89,0.1);
	color: #c22359;
}
/*当前位置结束*/
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #cd281e;
	color: #fff;
}

.page a.hover {
	background: #cd281e;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
/*内页框架结束*/
/* 培训弹框预约 start */
.popBoxContent{
	padding: 30px;
}
.formList{
	width: 50%;
}
.formTitle{
	width: 164px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #444;
	margin-right: 10px;
}
.formTitle i{
	font-style: normal;
}
.formTitle i.xinRed{
	color: #d7282d;
}
.formTitle i.xinNoe{
	color: transparent;
}
.formListDd{
	padding: 8px 0;
}
.formBox{
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.w_320{
	width: 310px;
}
.formDiv{
	padding: 0 5px;
}
.formInput{
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	border: none;
	outline: none;
}
.formBox.borderNone{
	border: none;
}
.w_345{
	width: 345px;
}
.formChange{
	overflow: hidden;
	margin: 0 -5px -5px;
}
.formChange dd{
	float: left;
	display: inline;
	padding: 5px 0;
}
.formChange dd .con{
	border:1px solid #e6e6e6;
	padding: 0 25px;
	margin: 0 5px;
	min-height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	position: relative
}
.formChange dd.hover .con{
	color: #e40000;
	border-color: #e40000;
}
.formChange dd.hover .con::after{
	display: block;
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0px;
	bottom: 0px;
	background: url(../images/checked.png) right bottom no-repeat;
}
.formArea{
	overflow: hidden;
	width: 100%;
	height:70px;
	padding:10px 0;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	border:none;
	resize: none;
	text-align: left;
}
.aykjClass .layui-layer-title{
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	background: #fff;
	border:none;
	padding: 23px 0 8px;
}
.aykjClass .layui-layer-btn a{
	height: 40px;
	line-height: 40px;
	margin: 0 6px;
	padding: 0 55px;
	border: none;
	font-size: 16px;
	color: #fff;
	background: #bfbfbf;
}
.aykjClass .layui-layer-btn{
	padding: 20px 0;
}
.aykjClass .layui-layer-btn .layui-layer-btn0{
	background: #e40000;
}
/* 培训弹框预约 end */

/*侧边浮框start*/
.floatRight{
	position: fixed;
	height: 140px;
	width: 60px;
	right: 12px;
	top: 50%;
	margin-top: -82px;
	/* visibility: hidden;
	opacity: 0; */
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	z-index: 99;
}

.floatBox dd.backTop{
	visibility: hidden;
	opacity: 0; 
}
.floatRight.show .backTop{
	visibility: visible;
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.floatBox dd {
	padding: 5px 0;
}
.floatBox dd .con{
	position: relative;
	width: 60px;
	height: 60px;
	background: #e40000;
	border-radius: 5px;
}
.floatIcon{
	width: 60px;
	border-radius: 5px;
	/* box-shadow: 2px 0px 8px rgba(0,0,0,0.2); */
	/* border-bottom: 1px solid #e6e6e6; */
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	padding: 5px 0;
}
/* .floatIcon::after{
	display: block;
	content: "";
	position: absolute;
	width: 50px;
	height:1px;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	background: #e6e6e6;
} */
.floatBox dd:last-child .floatIcon::after{
	display: none;
}
.floatIconCon{
	width: 60px;
	height: 28px;
}
.floatText{
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.mateing .floatIconCon{
	background: url(../images/hy.png) center center no-repeat;
}
.onlinmessage .floatIconCon{
	background: url(../images/yuyue.png) center center no-repeat;
}
.OnlineExhibition .floatIconCon{
	background: url(../images/OnlineExhibition.png) center center no-repeat;
}
.backTop .floatIconCon{
	background: url(../images/zd.png) center center no-repeat;
}
.floatPosition{
	position: absolute;
	width: 120px;
	height: 120px;
	right: 60px;
	top:-40px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.2);
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}
.floatPosition:after{
	display: block;
    content: '';
    border: 8px solid transparent;
    border-left-color: #fff;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
}
.floatPosition i{
	position: absolute;
	width: 16px;
	height: 16px;
	background: #fff;
	right: -8px;
	transform: rotateZ(45deg);
	top: 50%;
	margin-top: -8px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.2);
}
.floatImg{
	padding: 5px;
	width: 110px;
	height: 110px;
	background: #fff;
	position: relative;
}
.floatImg img{
	display: block;
	height: 110px;
	width: 110px;
	position: relative;
	z-index: 5;
}
.floatPosition1{
	position: absolute;
	right: 60px;
	top: 5px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}
.floatPosition1 i{
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: rotateZ(45deg);
	top: 50%;
	margin-top: -5px;
	right: -5px;
	box-shadow: 1px 2px 9px rgba(0,0,0,0.5);
}
.floatImg1{
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align:center;
	border-radius: 3px;
	position: relative;
	z-index: 5;
}
.backTop:hover .floatPosition1{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.smallApplet:hover .floatPosition{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.floatBox dd:hover .con{
	background: #e40000;
}
.floatBox dd:hover .floatText{
	color: #fff;
}
.onlinmessage:hover .floatIconCon{
	background: url(../images/yuyue.png) center center no-repeat;
}
.backTop:hover .floatIconCon{
	background: url(../images/zd.png) center center no-repeat;
}
@media screen and (max-width: 1680px) {
	.wrap{
		width: 1200px;
		margin: 0 auto;
		clear: both;
	}
	.menuDl dd span a {
	    padding: 0 14.5px;
	}
	.footerMenu dd{
		margin-left: 25px;
	}
}


/* ————— 浮窗 start ————— */
.rightScroll{width: 400px;height: 225px;z-index: 999;}
.rightScroll .logoleft{
	background: url(../images/logoleft.png) center center no-repeat;
	width: 106px;
	height: 40px;
	top: 10px;
	left: 10px;
	position: absolute;
}
.rightScroll .text{position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);text-align: center;width: 100%;}
.rightScroll .text .titl{font-size: 30px;color: #ffffff;line-height: 30px;height: 30px;overflow: hidden;margin-bottom: 20px;}
.rightScroll .text .textC{font-size: 16px;color: #ffffff;line-height: 30px;max-height: 60px;overflow: hidden;}
.rightScroll .right_a img{width: 400px;height: 225px;}
.closeRight {
    background: url(../images/closeBtn.png) center center no-repeat;
    height: 30px;
    width: 30px;
    top: 5px;
    right: 5px;
    position: absolute;
}
/* ————— 浮窗 end ————— */
