@charset "UTF-8";
/* CSS Document */

/*
-----------------------------首页样式start-----------------------------
*/
.arrowDown{
	position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.arrowDown i {
    display: inline-block;
    width: 34px;
    height: 20px;
    background: url(../images/navBottom.png) no-repeat center top;
    -webkit-animation: arrowDown 1s infinite linear;
    cursor: pointer;
}
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}


/*头部开始*/

.top {
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	box-shadow: 2px 0 3px rgba(0, 0, 0, 0.09);
	z-index: 99999999;
	min-width: 1280px;
}

.topC {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.logo {
	height: 37px;
	line-height: 37px;
	padding-top: 23px;
	margin-right: 20px;
}

.logo img {
	display: block;
	height: 37px;
}

/*头部结束*/

/*menu开始*/

.menuDl {
	position: relative;
}

.menuDl:after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	display: inline;
	float: left;
	margin: 0 13px;
	position: relative;
	z-index: 3;
}

.menuDl dd span a {
	display: block;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	color: #666;
	font-size: 16px;
	position: relative;
	padding: 0 27px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menuDl dd.hover span a {
	color: #2184c7;
}

.menuDl dd span a i {
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #d6000f;
	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: 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: #fff
}

.menuDl dd .div_a a:hover {
	background: #fff
}

.subMenuDiv {
	display: none;
	width: 100%;
	position: absolute;
	/*left: 0px;*/
	top: 80px;
	/*opacity: 0;*/
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.menuDl dt {
	width: 0px;
	height: 3px;
	background: #2184c7;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 2;
}

.menuDl dd span.yj a:after {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 14px;
	left: 50%;
	top: -14px;
	margin-left: 3px;
	margin-top: -25px;
	background: url(../images/em1.png) center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;

}

.menuDl dd span.yj a:before {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 14px;
	left: 50%;
	bottom: -14px;
	margin-left: -5px;
	margin-bottom: -25px;
	background: url(../images/em1.png) center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;

}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.subMenuShadow {
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	left: 50%;
	top: 0px;
	z-index: 1;
	width: 50000px;
	margin-left: -25000px;
}

.subMenu_ul li {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	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);
}

.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: #fff;
	-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:hover a span {
	color: #2184c7;
}

.subMenu_ul li a span em {
	display: block;
	width: 2px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	background: #2184c7;
}

.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
	}
}

.topRl {
	height: 80px;
	line-height: 80px;
}

.topHide {
	position: relative;
	width: 100%;
	height: 80px;
}

.topRl .iconBox:hover {
	opacity: .7;
	transform: rotateY(-180deg);
}

/*menu结束*/

/*fullPage的样式start*/

/*fullPage的样式start*/

#fullPage2 {
	/*transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.2s !important;*/
}

.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.columnBox {
	overflow: hidden;
}

.slide {
	float: left;
}

.slide,
.slidesContainer {
	height: 100%;
	display: block;
}

.slides {
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.section.fp-table,
.slide.fp-table {
	display: table;
	width: 100%;
	position: relative;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.slidesContainer {
	float: left;
	position: relative;
}

.animHide {
	opacity: 0;
}

/*fullPage 结束*/

/*背景层次*/

.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开始*/

.indexBanner {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}

.indexBanner .myslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 10px;
	height: 10px;
	line-height: 9999px;
	text-align: center;
	border: 1px solid #fff;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 5px;
}

.indexBanner .slick-dots li.slick-active {
	background: #fff;
}

.indexBanner .myslide a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
	-webkit-transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
	opacity: 0;
}

.indexBanner .myslide.slick-active a {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.indexBanner .slick-list {
	height: 100%
}

.indexBanner .slick-track {
	height: 100%
}

.indexBanner .myslide .text {
	position: absolute;
	width: 1200px;
	height: 400px;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -200px;
}

.indexBanner .myslide .con1 {
	position: absolute;
	left: 36.71875%;
	top: 26.1905%;
}

.indexBanner .myslide .con2 {
	position: absolute;
	left: 50%;
	top: 59.5238%;
}

/*indexBanner结束*/

/*第一通栏start*/

.column1 {
	position: relative;
}

.columnCon {
	width: 1400px;
	margin: 0 auto;
}

.maxBox .maxTitle {
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	color: #333;
}

.maxBox .maxTitle1 {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #999;
}

.maxBox.white .maxTitle {
	color: #fff;
}

.maxBox.white .maxTitle1 {
	color: #b2b2b2;
}

.col1Left {
	width: 54.6429%;
}

.col1Lcon {
	padding-right: 120px;
}

.introduce .title {
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #333;
}

.introduce .con {
	height: 56px;
	line-height: 28px;
	font-size: 15px;
	color: #666;
}

.colLtitle {
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #333;
}

.col1Dl {
	overflow: hidden;
}

.col1Dl dd.even {
	float: left;
	display: inline;
	width: 61.48884%;
	margin-right: 0px;
}

.col1Dl dd.odd {
	overflow: hidden;
}

.col1Dl dd .conBox {
	height: 30px;
	line-height: 30px;
	position: relative;
	border-right: 30px;
	position: relative;
	z-index: 1;
}

.col1Dl dd .con {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 10px;
	overflow: hidden;
}

.col1Dl dd .con:after {
	display: block;
	content: "";
	position: absolute;
	right: 50%;
	left: 50%;
	height: 100%;
	top: 0;
	transition: all 0.5s cubic-bezier(0, 0.38, 0.23, 1.44);
	-webkit-transition: all 0.5s cubic-bezier(0, 0.38, 0.23, 1.44);
	background: #e58011;
	z-index: 1;
	border-radius: 30px;
}

.col1Dl dd .con:hover:after {
	left: 0;
	right: 0;
}

.col1Dl dd .con .icon {
	width: 10px;
	height: 10px;
	margin-top: 10px;
	border: 1px solid #6666;
	border-radius: 10px;
	margin-right: 8px;
	position: relative;
	z-index: 5;
}

.col1Dl dd .con .icon:after {
	display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #666;
	left: 3px;
	top: 3px;
}

.col1Dl dd .con .text {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	position: relative;
	z-index: 10;
}

.col1Dl dd .conBox:hover .icon {
	border-color: #fff;
}

.col1Dl dd .conBox .icon:after {
	background: #fff;
}

.col1Dl dd .conBox:hover .text {
	color: #fff;
}

.col1R {
	overflow: hidden;
}

.colRcon {
	margin-right: 6px;
	padding-top: 6px;
	position: relative;
}

.colRcon:before {
	display: block;
	content: "";
	position: absolute;
	width: 60.2239%;
	height: 87.7104%;
	top: 0px;
	right: -6px;
	background: url(../images/wbg1.png) top right no-repeat;
}

.colRcon .pic {
	position: relative;
	width: 100%;
}

.colRcon .pic:after {
	display: block;
	content: "";
	padding-top: 68.504%;
}

.colRcon .pic .videoPic {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.colRBtn{
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	margin: 0 auto;
	background: #e58011;
}
.colRBtn a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
/*第一通栏end*/

/*第二通栏start*/

.cloumn2 {}

.column2Banner {
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.column2Banner .bd {
	position: relative;
	width: 50%;
	margin: 0 auto;
	z-index: 0;
	height: 580px;
}

.column2Banner .bd .slideBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.column2Banner .bd .slideBg .divBg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/wbg2.png) left top no-repeat;
}

.column2Banner .bd .slideBg .divBg2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 48px;
	background: url(../images/wbg3.png) left top no-repeat;
	transform: scale(0.8) rotate(-5deg);
	visibility: hidden;
	opacity: 0;
}

.column2Banner .bd .slideBg.rightClass .divBg1 {
	transform: scale(0.8) rotate(5deg);
	-webkit-transform: rotate(5deg);
	visibility: hidden;
	opacity: 0;
	transition: all 1s linear;
}

.column2Banner .bd .slideBg.rightClass .divBg2 {
	transform: scale(1) rotate(0deg);
	-webkit-transform: rotate(0deg);
	visibility: visible;
	opacity: 1;
	transition-delay: 0.3s;
	transition: all 1s linear;
}

.column2Banner .bd .slideBg.leftClass .divBg1 {
	transform: scale(1) rotate(0deg);
	visibility: visible;
	opacity: 1;
	transition: all 1s linear;
	transition-delay: 0.3s;
}

.column2Banner .bd .slideBg.leftClass .divBg2 {
	transform: scale(0.8) rotate(-5deg);
	visibility: hidden;
	opacity: 0;
	transition: all 1s linear;
}

.column2Banner .bd dd .conBox {
	position: relative;
	width: 77.8571%;
	background: #fff;
	height: 415px;
	margin: 85px 100px 0;
	zoom: 1;
	vertical-align: middle;
	border-radius: 80px;
	z-index: 5;
}

.column2Banner .bd dd .con {
	position: absolute;
	width: 82.57%;
	left: 50%;
	margin-left: -223px;
	top: 50px;
}

.column2Banner .bd dd .con .pic {
	background: #fff;
	position: relative
}

.column2Banner .bd dd .con .pic:after {
	display: block;
	content: "";
	padding-top: 70%;
}

.column2Banner .bd dd .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}

.column2Banner .bntBox {
	position: relative;
	height: 56px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}



.service .item_block {
	position: relative;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	animation: none;
	opacity: 0;
}
.service .item_block a{
display:block;
height:100%;
}

.service .item_block + .item_block {
	position: absolute
}

.service .item_block.active {
	z-index: 20;
	visibility: visible;
	opacity: 1;
}

.service .item_img {
	text-align: center
}

.service .bgPath {
	fill: #83bfe6;
	stroke: #83bfe6;
}

.service image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background: #000;
}

.dir_wrapper {
	position: relative;
	z-index: 99;
	height: 50px;
	width: 100%;
}

.dir_wrapper i{
	position: absolute;
	width: 50px;
	height: 50px;
}
.dir_wrapper i.left{
	left: 50%;
	margin-left: -100px;
	background: url(../images/sleft.png) center center no-repeat;
}
.dir_wrapper i.right{
	right: 50%;
	margin-right: -100px;
	background: url(../images/sright.png) center center no-repeat;
}
.item_index {
    font-family: Arial, "微软雅黑";
    font-size: 90px;
    font-weight: 800;
    line-height: 52px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 810px;
    margin: 0 auto;
    padding-right: 0px;
    text-align: right;
    color: #fff;
    visibility: hidden;
	opacity: 0;
}
.item_index:after{
	display: block;
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #fff;
	right: -20px;
	bottom: -10px;
}
.item_box .item_wrapper .item_info {
    position: absolute;
	padding-left: 50px;
    top: 30%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	visibility: hidden;
	opacity: 0;
}
.item_info .title {
    font-family: Arial, "微软雅黑";
    font-size: 30px;
    line-height: 48px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
}
.item_info .titleE{
	font-family: Arial, "微软雅黑";
    font-size: 24px;
    line-height: 48px;
	height: 48px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
font-weight：bold；


}
.details{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
	background: url(../images/more.png) center center no-repeat;
}
.service  .item_img {
  display: none;
}
.service .item_block:first-child .item_img {
  display: block;
}

.service  .item_block .suc_img,
.service  .item_block .first_img {
  transition: 0.46s ease;
}

.service .item_block.change .first_img {
  opacity: 0;
}

.service .item_block.change .suc_img {
  opacity: 1;
}
.service  .item_block:first-child {
  position: relative;
  z-index: 20;
  visibility: visible;
  opacity: 1;
}
.item_block.active .item_box .item_wrapper .item_info{
	visibility: visible;
	opacity: 1;
}
.item_block.active .item_box .item_wrapper .item_index {
	visibility: visible;
	opacity: 1;
}

/*第二通栏end*/

/*
*第三通栏start
*/

.column3 {
	width: 100%;
	height: 100%;
	position: relative;
}

.columnCon1 {
	position: relative;
	height: 100%;
	width: 1400px;
	margin: 0 auto;
}

.column3:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 43.8333%;
}

.column3T {
	position: absolute;
	left: 260px;
	top: 18%;
	margin-top: -103px;
	z-index: 2;
}

.column3T .tcon {
	padding: 40px 0px 40px 0px
}

.column3T .tcon h1 {
	height: 58px;
	line-height: 58px;
	position: relative;
	padding-bottom: 14px;
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	margin-bottom: 20px;
}

.column3T .tcon div {
	font-size: 20px;
	overflow: hidden;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
}

.column3T .tcon h1:before {
	width: 40px;
	height: 1px;
	content: '';
	display: block;
	background: #FFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.inliner-bannerBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1
}

.inliner-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 5;
}

.inliner-bannerBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background: url(../images/inliner-bannerBg.png) repeat left top;*/
	z-index: 2;
}

.inliner-banner ul {
	width: 100%;
	height: 100%;
}

.inliner-banner li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	text-align: center;
	transform: scale(0.8);
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inliner-banner li.index {
	z-index: 2;
}

.inliner-banner li:first-child {
	left: 0;
	transform: scale(1);
}

.inliner-banner li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
}

.inliner-banner li .con {
	display: block;
	width: 606px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -145px 0 0 -303px;
	transform: scale(1);
}

.inliner-banner li span {
	display: block;
}

.inliner-banner li span.title {
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
	font-weight: normal;
}

.inliner-banner li span.titleEg {
	font-size: 36px;
	color: #fff;
	line-height: 51px;
	font-weight: normal;

}

.inliner-banner li i {
	width: 28px;
	height: 2px;
	margin: 18px auto 23px;
	display: block;
	background: rgba(255, 255, 255, 0.5);
}

.inliner-banner li .font {
	font-size: 14px;
	color: #e5e5e5;
	line-height: 25px;
	width: 72%;
	margin: 0 auto;
}

.inliner-banner li .more {
	width: 178px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2184c7;
	color: #fff;
	font-size: 14px;
	margin: 60px auto 0;
}

.inliner-list {
	width: 666px;
	height: 666px;
	position: absolute;
	left: 50%;
	margin-left: -333px;
	top: 50%;
	margin-top: -333px;
	z-index: 11;
}

.inliner-list a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 20
}

.inliner-list li {
	width: 8px;
	height: 8px;
	position: absolute;
	background: url(../images/c3_dot.png) no-repeat center;
	transition: all 0.3s;
	background-size: 100% 100%;
	z-index: 10;
	cursor: pointer;
}

.inliner-list li.on {
	background: url(../images/c3_dot_h.png) no-repeat center;
	background-size: 100% 100%;
}

.circle-bg {
	width: 666px;
	height: 666px;
	position: absolute;
	left: 50%;
	margin-left: -333px;
	top: 50%;
	margin-top: -333px;
	z-index: 10;
}

.circle-bg-hui {
	border: 1px solid #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 666px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.circle-bg .progress-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.circle-bg .progress-left .progress-bar {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 100%;
	left: 100%;
	border: 1px solid #2184c7;
	top: 0px;
	position: absolute;
	border-radius: 0 600px 600px 0;
	transform-origin: left center;
	border-left: none;
}

.circle-bg .progress-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.circle-bg .progress-right .progress-bar {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 100%;
	right: 100%;
	border: 1px solid #2184c7;
	top: 0px;
	position: absolute;
	border-radius: 600px 0 0 600px;
	transform-origin: right center;
	border-right: none;
}

.inliner-bg {
	width: 666px;
	height: 666px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -333px 0 0 -333px;
	z-index: 5;
	background-size: 100% 100%;
	transform: scale(1);
}

.inliner-bg span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 41px;
}

.inliner-bg span.one {
	background: url(../images/c3_5.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbg 1.2s infinite linear;
	animation: inlinerbg 1.2s infinite linear;

}

.inliner-bg span.two {
	background: url(../images/c3_6.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbgo 1.2s infinite linear;
	animation: inlinerbgo 1.2s infinite linear;
}

@-webkit-keyframes inlinerbg {
	0% {
		-webkit-transform: translate(5px, -9px);
		transform: translate(5px, -9px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(5px, -9px);
		transform: translate(5px, -9px);
	}
}

@keyframes inlinerbg {
	0% {
		-webkit-transform: translate(5px, -9px);
		transform: translate(5px, -9px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(5px, -9px);
		transform: translate(5px, -9px);
	}
}

@-webkit-keyframes inlinerbgo {
	0% {
		-webkit-transform: translate(-5px, 9px);
		transform: translate(-5px, 9px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-5px, 9px);
		transform: translate(-5px, 9px);
	}
}

@keyframes inlinerbgo {
	0% {
		-webkit-transform: translate(-5px, 9px);
		transform: translate(-5px, 9px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-5px, 9px);
		transform: translate(-5px, 9px);
	}
}

@media (max-width: 1660px) {
	.inliner-bg {
		width: 500px;
		height: 500px;
		margin: -250px 0 0 -250px;
	}
	.circle-bg {
		width: 500px;
		height: 500px;
		margin: -250px 0 0 -250px;
	}
	.inliner-list {
		transform: scale(0.75);
		-webkit-transform: scale(0.75)
	}
}

@media (max-width: 1366px) {
	.menuLocation {
		padding-left: 100px;
	}
	.menuC {
		padding-left: 100px;
	}
	.column2L .con {
		padding-left: 50px;
	}
	.column1L1 {
		padding: 35px 0px 35px 0;
	}
	.column1MC {
		padding: 35px 30px;
	}
	.column2_2 {
		padding: 50px 0;
	}
}

/*第三通栏end*/

/*第四通栏start*/

.cloumn4 {}

/*第四通栏end*/

/*底部开始*/

.footer,
.footerBottom {
	background: #fff;
}

.footer .columnCon {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 25px;

}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 120px;
	overflow: hidden;
	margin-left: 20px;
}

.footerEwm dd .con {
	padding: 10px;
	border: 1px solid #e6e6e6;
}

.footerEwm dd img {
	display: block;
	width: 100px;
	height: 100px;
}

.footerEwm dd span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.lxBox1 {
	overflow: hidden;
}

.lxBox1 .con {
	overflow: hidden;
}

.lxBox1 .con .title {
	line-height: 32px;
	font-size: 16px;
	color: #666;
	float: left;
	display: inline;
	padding-left: 37px;
}

.lxBox1 dd.dd1 .con .title {
	background: url(../images/icon1.png) left center no-repeat;
}

.lxBox1 dd.dd2 .con .title {
	background: url(../images/icon2.png) left center no-repeat;
}

.lxBox1 dd.dd3 .con .title {
	background: url(../images/icon3.png) left center no-repeat;
}

.lxBox1 dd.dd4 .con .title {
	background: url(../images/icon4.png) left center no-repeat;
}

.lxBox1 .con .text {
	line-height: 32px;
	font-size: 16px;
	color: #666;
}

.footerBottom {
	border-top: 1px solid #ebebeb;
	height: 48px;
	line-height: 48px;
}

.footerBottom .columnBox {
	overflow: hidden;
}

.footerBottom .js {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #999;
}

.footerBottom .js a {
	color: #999;
}

.footerBottom .beian {
	height: 48px;
	line-height: 48px;
}

.footerBottom .beian span {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #999;
}

.footerBottom .beian span.span2 {
	padding-left: 30px;
	background: url(../images/icon5.png) left center no-repeat;
}

/*底部结束*/

/*
-----------------------------首页样式end-----------------------------
*/

/*
-----------------------------频道页start-----------------------------
*/

/*
-----------------------------频道页end-----------------------------
*/

/*内页外结构开始*/

.subPage {
	overflow: hidden;
}

.subPageC {
	overflow: hidden
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/*内页外结构结束*/

/*当前位置开始*/

.location {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.locationDl {
	position: relative;
}

.locationDl dd {
	float: left;
	display: inline;
	position: relative;
	margin-right: 35px;
	padding: 0 5px;
}

.locationDl dd:after {
	display: block;
	content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	background: #2184c7;
	left: 0;
	bottom: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.locationDl dd:hover:after {
	width: 100%;
}

.locationDl dd.hover:after {
	width: 100%;
}

.locationDl dd .yj {
	overflow: hidden;
}

.locationDl dd .yj a {
	overflow: hidden;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.locationDl dd .yj a em {
	height: 60px;
	display: block;
	font-style: normal;
}

.locationDl dd .ej {
	width: 3000px;
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 11;
}

.navBg {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 61px;
	background: #f8f8f8;
	display: none;
	z-index: 10;
}

.locationDl dd .ej a {
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 14px;
	float: left;
	display: inline;
	margin-right: 20px;
	position: relative;
}

.locationDl dd .ej a em {
	width: 4px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: -2px;
	top: 50%;
	margin-top: -2px;
	display: none;
}

.locationDl dd .ej a + a em {
	display: block;
}

.locationDl dd .ej div {
	float: left;
	display: inline;
	overflow: hidden;
}

.locationDl dd.hover .yj a {
	color: #2184c7
}

.locationDl dd .ej a:hover {
	color: #2184c7;
}

.locationDl dd .ej a.hover {
	color: #2184c7;
}

.locationR {
	overflow: hidden;
	margin-right: -20px;
}

.locationR span {
	float: left;
	display: inline;
	height: 60px;
	line-height: 60px;
}

.locationR span.locaLog {
	display: block;
	width: 25px;
	height: 60px;
	background: url(../images/home.png) center center no-repeat;
	margin-right: 20px;
}

.locationR span.span1 {
	padding-left: 20px;
	background: url(../images/right.png) left center no-repeat;
	font-size: 14px;
	color: #666;
	margin-right: 20px;
}

.locationR span.span1 a {
	color: #666;
}

.locationR span.span1.span2 a {
	color: #2184c7;
}

.location1 {
	height: 50px;
	line-height: 50px;
	background: #fafafa;
}

.locationDl1 {
	overflow: hidden;
}

.locationDl1 dd {
	float: left;
	display: inline;
	margin-right: 35px;
	position: relative;
	height: 60px;
}

.locationDl1 dd a {
	font-size: 14px;
	color: #666;
}

.locationDl1 dd:hover a {
	color: #6c1985;
}

.locationDl1 dd.hover a {
	color: #6c1985;
}

/*当前位置结束*/

/*subBanner开始*/

.subBanner {
	width: 100%;
	height: 360px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	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结束*/

/*页码开始*/

.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 9px 15px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #e6e6e6;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #2184c7;
	color: #fff;
}

.page a.hover {
	background: #2184c7;
	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)
}

/*页码结束*/

/*内页框架结束*/
