@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/

/*loading*/
.fade{
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fadeTop,
.fadeBottom{
	position: absolute;
	width: 100%;
	height: 50%;
	background: #fff;
	left: 0;
}
.fadeLogo{
	text-align: center;
	width: 100%;
}
.fadeC{
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -57px;
	text-align: center;
}
.fadeTop{
	top: 0;
}
.fadeBottom{
	bottom: 0;
}
.fadeLoading {
	display:inline-block;
	font-size:0px;
	padding:0px;
}
.fadeLoading span {
	vertical-align:middle;
	border-radius:100%;

	display:inline-block;
	width:10px;
	height:10px;
	margin:3px 2px;
	-webkit-animation:loader1 0.8s linear infinite alternate;
	animation:loader1 0.8s linear infinite alternate;
}
.fadeLoading span:nth-child(1) {
	-webkit-animation-delay:-1s;
	animation-delay:-1s;
	background:rgba(0, 117, 193,0.6);
}
.fadeLoading span:nth-child(2) {
	-webkit-animation-delay:-0.8s;
	animation-delay:-0.8s;
	background:rgba(0, 117, 193,0.8);
}
.fadeLoading span:nth-child(3) {
	-webkit-animation-delay:-0.26666s;
	animation-delay:-0.26666s;
	background:rgba(0, 117, 193,1);
}
.fadeLoading span:nth-child(4) {
	-webkit-animation-delay:-0.8s;
	animation-delay:-0.8s;
	background:rgba(0, 117, 193,0.8);

}
.fadeLoading span:nth-child(5) {
	-webkit-animation-delay:-1s;
	animation-delay:-1s;
	background:rgba(0, 117, 193,0.4);
}

@keyframes loader1 {
	from {transform: scale(0, 0);}
	to {transform: scale(1, 1);}
}
@-webkit-keyframes loader1 {
	from {-webkit-transform: scale(0, 0);}
	to {-webkit-transform: scale(1, 1);}
}




/*头部开始*/
.top {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	overflow: visible !important;
}

.topTopList dd {
	float: left;
	padding-right: 30px;
}

.topTopList dt {
	color: #333333;
	font-size: 14px;
}

.topTopList dd a {
	display: block;
	color: #333333;
	font-size: 14px;
}

.topTopList dd a:hover {
	color: #89211b;
}

.topCon {
	/*overflow: hidden;*/
	position: relative;
	height: 70px;
	background: #ffffff;
}

.topnav {
	overflow: hidden;
}

.logo {
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
	margin-left: 0.156%;
	z-index: 55555;
	padding: 10px 0;
}

.logo img {
	display: block;
	height: 51px;
}

.nav {
	position: relative;
}

.nav_dl {
	position: relative;
	height: 70px;
}

.nav_dl dd {
	float: left;
	display: inline;
	position: relative;
}

.nav_a {
	display: block;
	padding: 0px 15px;
	height: 70px;
	overflow: hidden;
	/*font-size: 16px;*/
	font-size: initial;
	color: #333;
	font-weight: 600;
	line-height: 70px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nav_a:hover {
	background-image: url(../image/dh_bj.png);
	background-size: 100% 100%;
	color: #ffffff;
}

.nav_a[on="true"] {
	background-image: url(../image/dh_bj.png);
	background-size: 100% 100%;
	color: #ffffff;
}

.navbtn {
	padding-top: 30px;
}

.navbtn a {
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #fdb52a;
	padding: 10px 22px;
	border-radius: 25px;
}
/*二级导航*/
.son {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 70px;
	display: none;
	z-index: 5;
}

.son-itm {
	width: 100%;
	line-height: 32px;
	text-align: center;
}

.son-itm-a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #ffffff !important;
	font-family: SourceHanSansCN;
	position: relative;
}

.son-itm:hover .son-itm-a {
	background:#205bab;
	color: #fff;
}
.nav dd:hover .son{
	display: block;
}

	/*语言*/
.language {
	padding: 24px 20px;
}

.language>img {
	width: 20px;
	height: 20px;
}
.language>input{
	width: 0px;
	height: 20px;
	line-height: 20px;
	transition: all 0.5s;
	opacity: 0;
}
/*.language:hover.language>input{*/
/*	opacity: 1;*/
/*	width: 90px;*/
/*	border: 1px solid #666666;*/
/*	border-radius: 10px;*/
/*	padding: 0 5px;*/
/*	box-sizing: border-box;*/
/*}*/
/*banner效果*/
.preload {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 1000;
	background: #fff;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	-webkit-transform-origin: 50% 42%;
	-ms-transform-origin: 50% 42%;
	transform-origin: 50% 42%
}

.preload.is-loaded {
	background: 0 0
}

.preload.is-animate-out {
	-webkit-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.preload.is-paused .preload__progress {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.preload.is-paused .preload__progress-inner {
	-webkit-animation: none;
	animation: none
}

.preload.is-clean {
	background: 0 0;
	z-index: -1;
	-webkit-transition: none;
	transition: none
}

.preload.is-clean .preload__bg {
	display: none
}

.preload.is-clean .preload__progress {
	background: rgba(0, 0, 0, .5);
	top: 50%
}

.preload.is-clean .preload__progress-inner {
	background: #35373b
}

.preload.is-clean-paused .preload__progress-inner {
	-webkit-animation: none;
	animation: none
}

.preload__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.preload__progress {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin: -1px 0 0 -100px;
	height: 1px;
	background: rgba(255, 255, 255, .15);
	-webkit-transition: .3s;
	transition: .3s
}

.preload__progress.hide {
	left: 0;
	width: 100%;
}

.preload__progress-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-animation: preloadLine 1.6s both infinite;
	animation: preloadLine 1.6s both infinite;
}

@-webkit-keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.load-bg {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 999;
}

.load-bg .top {
	height: 50%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.load-bg .top i {
	display: block;
	width: 200px;
	height: 1px;
	background-color: #555;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	-webkit-transition: .5s;
	transition: .5s;
}

.load-bg .top i.on {
	left: 0%;
	margin-left: 0px;
	width: 100%;
}

.load-bg .bot {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}

.box4Tab .qq {
	width: 45px;
	height: 45px;
	visibility: hidden;
	opacity: 0 display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
}

.box4Tab li.active .qq:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 25%;
	margin-top: -19%;
	left: 32%;
	margin-left: -26%;
	background: rgba(215, 21, 25, 0.7);
	border-radius: 50%;
	animation: sideBt1 infinite 2s;
	transition: 0.8s ease-out;
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

@keyframes sideBt1 {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: scale(0);
	}

	100% {
		opacity: 0;
		transform: scale(1.8);
	}
}

/*头部结束*/
/*menu开始*/
.logoBox {
	height: 100px;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	z-index: 5555;
}

.logoC {
	display: block;
	overflow: hidden;
	position: absolute;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	margin-top: -28px;
	z-index: 55555;
}

.logoC img {
	display: block;
	height: 56px;
}

.scrollObj {
	position: relative;
}

.header {
	position: relative;
}

.header .nav-btn {
	position: fixed;
	right: 30px;
	top: 30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 1000;
}

.header .nav-btn:after {
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

.nav-yuan {
	width: 61px;
	height: 61px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	position: relative;
	transform: scale(0.7);
}

.nav-yuan2 {
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 18px;
	top: 18px;
}

.header .nav-btn .box {
	width: 26px;
	margin: 23px auto 0;
	height: 15px;
	display: block;
	position: relative;
}

.header .nav-btn .line {
	display: block;
	width: 26px;
	height: 2px;
	background-color: #e8e8e8;
	position: absolute;
	right: 0;
	top: 7px;
}

.header .nav-btn .line-top {
	top: 1px;
	width: 18px;
	-webkit-transform-origin: left top 0;
	-ms-transform-origin: left top 0;
	transform-origin: left top 0;
}

.header .nav-btn .line-bot {
	top: auto;
	bottom: 0;
	width: 18px;
	-webkit-transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	transform-origin: left bottom 0;
}

.header .nav-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 999;
}

.header .nav-wrap .bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	background-size: 100% 100%;
}

#nav-canvas {
	position: relative;
	z-index: 9;
}

.header .nav-wrap .nav-bot-bg {
	width: 100%;
	height: 345px;
	display: block;
	background: url(/img/nav_bot_bg.png) center center repeat-x;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 10;
}

.header .nav-wrap .nav-bot-bg1 {
	width: 100%;
	height: 334px;
	display: block;
	background: url(../images/nav_bot_bg1.png) right center no-repeat;
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: 11;
	background-size: 100%;

}

.header .nav-wrap .logo-sec {
	display: block;
	width: 78px;
	height: 85px;
	position: absolute;
	top: 36px;
	left: 42px;
	z-index: 2;
}

.header .nav-wrap .list {
	width: 78%;
	position: absolute;
	height: 386px;
	top: 50%;
	margin-top: -193px;
	left: 11%;
	z-index: 9;
}

.header .nav-wrap .list ul {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.header .nav-wrap .list li {
	width: 14%;
	float: left;
}

.header .nav-wrap .list .click-href {
	text-align: center;
	display: block;
	padding: 0px 35px 0;
	height: 600px;
	color: #fff;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	background: url(../images/hnav_line.png) center 265px no-repeat;
}

.header .nav-wrap .list ul li.active .click-href {
	background: url(../images/nav_line.png) center 265px no-repeat;
}

.header .nav-wrap .list .click-href:hover {
	margin: -5px;
	text-decoration: none;
	color: #f8b62e;
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
}

.header .nav-wrap .list li.active .click-href {
	margin: -5px;
	text-decoration: none;
	color: #f8b62e;
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
}

.header .nav-wrap .list .click-href:hover .en-name {
	text-decoration: none;
}

.header .nav-wrap .list .box {
	display: block;
}

.header .nav-wrap .list .en-name {
	letter-spacing: 5px;
	display: block;
	line-height: 45px;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "times new roman";
}

.header .nav-wrap .list .cn-name {
	display: block;
	line-height: 26px;
	font-size: 22px;
	color: #8e6c4f;
	letter-spacing: 5px;
	margin: 5px 0 15px 0;
	font-family: "é»‘ä½“";
}

.header .nav-wrap .list ul li.active .em {
	display: block;
	line-height: 26px;
	font-size: 18px;
	color: #333333;
	font-style: normal;
	margin-bottom: 30px;
}

.header .nav-wrap .list ul li .em {
	color: #c1c1c1;
	font-size: 18px;
	margin-bottom: 30px;
}

.header .nav-wrap .list a {
	display: block;
}

.header .nav-wrap .list ul li.active .i {
	display: block;
	color: #666666;
	font-size: 14px;
	font-style: normal;
	height: 30px;
	line-height: 30px;
}

.header .nav-wrap .list ul li .i {
	color: #d1d1d1;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.header .nav-wrap .list ul li .ejtext a {
	color: #666666;
	font-size: 14px;
}

.header .nav-wrap .list .line {
	display: block;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.header .nav-wrap .list .intr {
	display: block;
	line-height: 26px;
	color: #c6c6c8;
	margin-top: 9px;
	opacity: 0;
	filter: Alpha(opacity=0);
	font-family: arial;
}

.header .nav-wrap .list li.active .click-href span {
	color: #e60014;
	font-size: 18px;
	margin-bottom: 10px;
}

.header .nav-wrap .list li .click-href span {
	color: #999999;
	font-size: 18px;
	margin-bottom: 10px;
}

.menvClos .layui-layer-close2 {
	position: absolute;
	right: 0 !important;
	top: 0 !important;
	width: 60px !important;
	height: 60px !important;
	margin-left: 0 !important;
	z-index: 5555 !important;
	background: url(../images/close.png)no-repeat center center !important;
}

.item.inactive {
	transition: all 2s;
	filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-ms-filter: blur(20px);
	opacity: 0;
	margin-left: -500px;
}

.mm-bg1 {
	width: 1920px;
	height: 1262px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
	z-index: 1;
}

.mm-pic1 {
	width: 738px;
	height: 793px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	top: 156px;
	z-index: 2;
	transition-delay: 1s !important;
}

.item {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	opacity: 1;
	transition: all 2s;
}

#mm-inside {
	font: 12px/1.5 "å¾®è½¯é›…é»‘", Arial, sans-serif;
	background: url(/img/mm_bg.jpg) center top no-repeat #000000;
	height: 3830px;
}

.mm-main {
	width: 1200px;
	height: 1406px;
	margin: -350px auto 0;
	position: relative;
}

.mm-text1 {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
	z-index: 3;
}

.mm-text2 {
	position: absolute;
	left: 50%;
	margin-left: 306px;
	top: 46px;
	z-index: 3;
}

.mm-pic5 {
	position: absolute;
	left: 50%;
	margin-left: -603px;
	top: 187px;
	z-index: 3;
}

.mm-pic2 {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 257px;
	z-index: 4;
}

.mm-text3 {
	position: absolute;
	left: 50%;
	margin-left: 113px;
	top: 419px;
	z-index: 4;
}

.mm-pic3 {
	position: absolute;
	left: 50%;
	margin-left: -252px;
	top: 646px;
	z-index: 5;
}

.mm-pic4 {
	position: absolute;
	left: 50%;
	margin-left: 103px;
	top: 845px;
	z-index: 4;
}

.mm-text4 {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 1206px;
	z-index: 4;
}

.mm-panel {
	width: 100%;
	height: 434px;
	position: relative;
	top: 234px;
}

.mm-pic6 {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}

.mm-text7 {
	position: absolute;
	left: 50%;
	margin-left: -508px;
	top: 139px;
	z-index: 1;
}

.mm-inside-cp {
	width: 1700px;
	height: 510px;
	position: relative;
	left: 50%;
	margin-left: -850px;
	top: 450px;
	z-index: 4;
}

.mm-bg2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

.mm-text5 {
	position: absolute;
	left: 250px;
	top: 120px;
	z-index: 4;
}

.mm-text6 {
	position: absolute;
	right: 250px;
	top: 136px;
	z-index: 4;
}

.mm-list {
	width: 1200px;
	position: absolute;
	left: 250px;
	bottom: 30px;
	z-index: 5;
}

.mm-link {
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	float: left;
}

.mm-link a {
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
}

.mm-cp-p {
	color: #ffffff;
	float: right;
}

#yy-inside {
	font: 12px/1.5 "å¾®è½¯é›…é»‘", Arial, sans-serif;
	background: url(/img/yy_bg.jpg) center top no-repeat #000000;
	height: 3830px;
}

.yy-panel1 {
	width: 100%;
	height: 991px;
	position: relative;
}

.yy-bg1 {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	z-index: 1;
}

.yy-pic1 {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 100px;
	z-index: 2;
	transition-delay: 1s !important;
}

.yy-text1 {
	position: absolute;
	left: 50%;
	margin-left: 50px;
	bottom: 170px;
	z-index: 2;
	transition-delay: 1s !important;
}

.yy-panel2 {
	width: 100%;
	height: 570px;
	position: relative;
	top: 70px;
}

.yy-pic3 {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
	z-index: 1;
}

.yy-pic2 {
	position: absolute;
	left: 50%;
	margin-left: -498px;
	top: 88px;
	z-index: 2;
}

.yy-text2 {
	position: absolute;
	left: 50%;
	margin-left: 515px;
	top: 0;
	z-index: 1;
}

.yy-text3 {
	position: absolute;
	left: 50%;
	margin-left: 320px;
	bottom: 0;
	z-index: 1;
}

.yy-panel3 {
	width: 274px;
	height: 665px;
	position: relative;
	left: 50%;
	margin-left: -137px;
	top: 150px;
}

.yy-panel4 {
	width: 100%;
	height: 523px;
	position: relative;
	top: 300px;
}

.yy-bg2 {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	bottom: 0;
	z-index: 1;
}

.yy-pic5 {
	position: absolute;
	left: 50%;
	margin-left: -203px;
	bottom: 119px;
	z-index: 2;
}

.yy-inside-cp {
	width: 1700px;
	height: 510px;
	position: relative;
	left: 50%;
	margin-left: -850px;
	top: 440px;
	z-index: 4;
}

#jh-inside {
	font: 12px/1.5 "å¾®è½¯é›…é»‘", Arial, sans-serif;
	background: url(/img/jh_bg.jpg) center top no-repeat #000000;
	height: 3830px;
}

.jh-panel1 {
	width: 100%;
	height: 954px;
	position: relative;
}

.jh-bg1 {
	position: absolute;
	left: 50%;
	margin-left: -877px;
	top: 0;
}

.jh-pic1 {
	position: absolute;
	left: 50%;
	margin-left: -890px;
	top: 0;
	z-index: 2;
	transition-delay: 1s !important;
}

.jh-panel2 {
	width: 492px;
	height: 350px;
	position: relative;
	left: 50%;
	margin-left: -246px;
	top: 0;
}

.jh-panel3 {
	width: 100%;
	height: 549px;
	position: relative;
	top: 200px;
}

.jh-pic3 {
	position: absolute;
	left: 50%;
	margin-left: -429px;
	top: 187px;
}

.jh-pic2 {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
	z-index: 2;
}

.jh-text2 {
	position: absolute;
	left: 50%;
	margin-left: 110px;
	top: 26px;
}

.jh-pic4 {
	position: absolute;
	left: 50%;
	margin-left: 102px;
	bottom: 14px;
}

.jh-panel4 {
	width: 100%;
	height: 1151px;
	position: relative;
	top: 200px;
}

.jh-pic5 {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}

.jh-pic6 {
	position: absolute;
	left: 50%;
	margin-left: -445px;
	top: 203px;
}

.jh-pic7 {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 519px;
}

.jh-pic8 {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 835px;
}

.jh-inside-cp {
	width: 1700px;
	height: 510px;
	position: relative;
	left: 50%;
	margin-left: -850px;
	top: 200px;
	z-index: 4;
}

/*menu结束*/
/*indexBanner开始*/
.indexBannerBox {
	position: relative;
}

.indexBanner {
	overflow: hidden;
	height: 920px;
	width: 100%;
	position: relative;
	background: #014783;
}

.indexBanner .myslide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 920px;
	transform-origin: center center 0;
	transition: transform 1.2s ease, opacity .8s ease, visibility .8s ease;
	transform: perspective(600px) rotateX(5deg) rotateY(-5deg) scale(.9);
	opacity: 0;
	visibility: hidden;
}

.indexBanner .myslide.slick-active {
	transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.yunduo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/yunduo.png) left top no-repeat;
	background-size: contain;
	-webkit-animation: cloud 100s linear infinite;
	-moz-animation: cloud 100s linear infinite;
	-o-animation: cloud 100s linear infinite;
	animation: cloud 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@keyframes cloud {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(1920px);
	}
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 70px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 35px;
	height: 3px;
	line-height: 9999px;
	text-align: center;
	background: #FFF;
	color: #ffffff;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}

.indexBanner .slick-dots li.slick-active {
	background: #205bab;
}

.indexBanner .slick-dots li span {
	position: absolute;
	right: 25px;
	top: -5px;
	width: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.indexBanner .con1 {
	position: absolute;
	width: 1200px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -200px;
}

.indexBanner .con1 .pic {
	position: relative;
}

.indexBanner .con1 .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 50%);
}

.gfadeIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gfadeIn 1s 0.1s both;
	-moz-animation: gfadeIn 1s 0.1s both;
	animation: gfadeIn 1s 0.1s both;
}


/*内页banner结束*/
/*第一通栏start*/
.column1 {
	overflow: hidden;
}

.column2Right {
	width: 638px;
	height: 607px;
	position: absolute;
	top: 200px;
	right: 405px;
	z-index: 5;
	background-size: 100% 100%;
	transform: scale(1);
	background: url(../images/rbg.png)no-repeat center center;
	background-size: contain;
}

.column2Right span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.column2Right span.one {
	background: url(../images/xrbg.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbg 1.2s infinite linear;
	animation: column2Right 1.2s infinite linear;

}

.column2Right span.two {
	background: url(../images/xrbg.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbgo 1.2s infinite linear;
	animation: column2Right 1.2s infinite linear;
}

@-webkit-keyframes column2Right {
	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 column2Right {
	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 column2Right {
	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 column2Right {
	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);
	}
}

.roudList {
	overflow: hidden;

}

.roudList dd .rudw {
	width: 105px;
	height: 105px;
	border: 1px solid #fff;
	border-radius: 100%;
	position: relative;
	position: relative;
	cursor: pointer;

}

.roudList dd .rudn {
	width: 85px;
	height: 85px;
	border: 1px dotted #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	left: 50%;
	margin-left: -43px;
	text-align: center;
	position: relative;
}

.roudList dd:hover .rudw {
	background: #c02a34;
	border: none;
	border: 1px solid #c02a34;
}

.roudList dd:hover em {
	opacity: 0;
}

.roudList dd.hover .rudw {
	background: #c02a34;
	border: none;
	border: 1px solid #c02a34;
}

.roudList dd:hover .rudn {
	background: #d71519;
	border: none;
}

.roudList dd.hover .rudn {
	background: #d71519;
	border: none;
}

.roudList dd .rudn img {
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	;
	-webkit-transform: rotateY(0deg);
}

.roudList dd:hover .rudn img {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.roudList .dd1 {
	position: absolute;
	left: 50%;
	margin-left: -52px;
	top: -40px;
}

.roudList .dd2 {
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -135px;
}

.roudList .dd3 {
	position: absolute;
	bottom: 22px;
	right: 102px;
	/* top: 10px; */
}

.roudList .dd4 {
	position: absolute;
	bottom: 13px;
	left: 88px;
}

.roudList .dd5 {
	position: absolute;
	top: 170px;
}

.roudList dd em {
	color: #fff;
	font-size: 16px;
	display: block;
	font-style: normal;
	padding: 0 20px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.roudList dd em:after {
	display: block;
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	width: 9px;
	height: 9px;
	background: #d71519;
	border-radius: 100%;
	margin-top: -4px;
}

.roudList .dd1 em {
	position: relative;
	top: -140px;

}

.roudList .dd2 em {
	left: 120px;
	top: -65px;

}

.roudList .dd2 em:after {
	left: 0;
}

.roudList .dd3 em {
	left: 120px;
	top: -65px;

}

.roudList .dd3 em:after {
	left: 0;
}

.roudList .dd4 em {
	left: -120px;
	top: -65px;

}

.roudList .dd5 em {
	left: -165px;
	top: -60px;
}

.column2Right .text {
	width: 332px;
	height: 222px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -145px;
	top: 50%;
	margin-top: -89px;
}

.column2Right .text .title {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.column2Right .text .textC {
	height: 90px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-bottom: 40px;
}

/*第一通栏end*/
/*第二通栏start*/
.cloumn2 {}

/*第二通栏end*/
/*

/*第2通栏start*/
.column4 {
	height: 1000px;
	overflow: hidden;
	position: relative
}

.column4List {
	position: absolute;
	top: 0px;
	right: 0;
	overflow: hidden;
	height: 100%;
	width: 93.75%;
	z-index: 3;
}

.column4List dd .conpic {
	text-align: left;
	padding: 0 10%;
	box-sizing: border-box;
}

.xw_hz {
	display: block;
	display: table-cell;
	width: 100%;
	height: 100%;
}

.column4List dd {
	width: 25%;
	float: left;
	display: inline;
	height: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.conpic_sj {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
}

.conpic_bt {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.conpic_ms {
	font-size: 14px;
	color: #54729c;
	margin-top: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.textC .pic {
	width: 100%;
	/*max-height: 220px;*/
	max-height: 260px;
	overflow: hidden;
	z-index: 0;
}

.column4List dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.column4List dd .textC {
	display: table-cell;
	width: 100%;
	height: 0;
	background: #113362;
	padding: 0 10%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.column4List dd.hover .textC {
	height: 100%;
	display: block;
	visibility: visible;
	opacity: 1;
}

.column4List dd.hover .textC .textBox {
	height: 100%;
	display: block;
	visibility: visible;
	opacity: 1;
}

.column4List dd .textBox {
	height: 0;
	visibility: hidden;
	opacity: 0;
	padding-top: 25%;
	box-sizing: border-box;
}

.column4List dd .textBox .title i {
	display: block;
	font-style: normal;
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 20px;
}

.column4List dd .textBox .title em {
	display: block;
	font-style: normal;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.column4List dd .textBox .textCC {
	font-size: 14px;
	color: #54729c;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.textBoxBtn {
	width: 100px;
	height: 35px;
	display: block;
	margin-top: 25px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.textBoxBtn>img {
	width: 100%;
	height: 100%;
}

/*第2通栏end*/

/*第三通栏start fpx 2018
*/
.cloumn31 {
	width: 100%;
	height: 100%;
}

.cloumn3Bg1 {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.cloumn3Bg1_top {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.cloumn3Bg1_top_nr {
	width: 100%;
	height: 100%;
	/* padding: 20% 36% 0 36%; */
	box-sizing: border-box;
}

.cloumn3Bg1_top_nr_a {
	transition: .8s all;
	transform: scale(1.1);
}

.cloumn3Bg1_top_nr_aa {
	transition: .8s all;
	transform: scale(1);
}

.cloumn3Bg1_top_nr_bt {
	font-size: 40px;
	color: #ffffff;
}

.cloumn3Bg1_top_nr_bm {
	font-size: 30px;
	color: #ffffff;
	margin-top: 10px;
}

.cloumn3Bg1_top_nr_x {
	width: 42px;
	height: 2px;
	background: #fff;
	margin: 20px auto;
}

.cloumn3Bg1_top_nr_ms {
	/*padding: 0 15%;*/
	/*box-sizing: border-box;*/
	font-size: 15px;
	color: #ffffff;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.cloumn3Bg1_top_nr_ms>p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.cloumn3Bg1_top_nr_more {
	display: block;
	width: 167px;
	height: 40px;
	margin: 5% auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cloumn3Bg1_top_nr_more>img {
	width: 100%;
	height: 100%;
}

.cloumn3Bg1_foot {
	width: 59%;
	height: 19%;
	position: absolute;
	bottom: 0;
	left: 20.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cloumn3Bg1_foot_bt {
	width: 16.66666666666667%;
	height: 100%;
    background: #133a6e;
	text-align: center;
	border-right: 1px solid #072e62;
	cursor: pointer;
}

.cloumn3Bg1_foot_bt:hover {
	background: #205bab;
}

.cloumn3Bg1_foot_bt:hover .cloumn3Bg1_foot_bt_sz {
	opacity: 1;
}

.cloumn3Bg1_foot_bt:hover .cloumn3Bg1_foot_bt_mz {
	opacity: 1;
}

.cloumn3Bg1_foot_bt_sz {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	opacity: 0.5;
}

.cloumn3Bg1_foot_bt_mz {
	font-size: 20px;
	color: #ffffff;
	opacity: 0.5;
}

.xuanzhong {
	background: #205bab;
}

.xuanzhong .cloumn3Bg1_foot_bt_sz {
	opacity: 1;
}

.xuanzhong .cloumn3Bg1_foot_bt_mz {
	opacity: 1;
}

/* 第四屏 */
.jdal {
	width: 100%;
	height: 100%;
	position: relative;
}

.jdal_top_bt {
	font-size: 40px;
	color: #353535;
}

.jdal_top_yw {
	font-size: 30px;
	color: #899db8;
}

.jdal_foot {
	width: 92%;
	height: 58%;
	position: absolute;
	right: 0;
	bottom: 12.5%;
	padding-left: 14%;
	box-sizing: border-box;
	overflow: hidden;
}

.jdal_foot_lb {
	width: 100%;
	height: 100%;
	margin-top: 30px;
	position: relative;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}
.jdal_foot_lb>.swiper-wrapper{
	padding-left: 0 !important;
}

.jdal_box {
	display: inline-block;
	width: 100%;
	height: 100%;
	/*width: 1100px;*/
	/*height: 536px;*/
	position: relative;
}

.jdal_box_left {
	width: 23.64%;
	height: 100%;
	background: #133a6e;
	padding: 0 10%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
}

.jdal_box_left_bt {
	font-size: 18px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.jdal_box_left_img {
	/*width: 100%;*/
	height: 35px;
	margin-top: 12%;
}

.jdal_box_right {
	width: 76.36%;
	height: 100%;
	position: absolute;
	left: 23.64%;
	top: 0;
}

.jdal_box_right>img {
	/*width: 100%;*/
	height: 100%;
}

.jdal_foot_lb>div .swiper-slide-active .jdal_box .jdal_box_left {
	opacity: 1;
}

.jdal_foot_lb .jdal-prev {
	width: 50px;
	height: 50px;
	background-image: url(../image/l1.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -15%;
	top: 0;
	z-index: 3;
	cursor: pointer;
}

.jdal_foot_lb .jdal-next {
	width: 50px;
	height: 50px;
	background-image: url(../image/r2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -9%;
	top: 0;
	z-index: 3;
	cursor: pointer;
}


/* 第五屏 */
.section5_top {
	width: 100%;
	height: 100%;
	position: relative;
}

.column3 {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}

.cloumn3Bg {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.cloumn3Bg .swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 2;
}

.cloumn3Bg .swiper-slide.swiper-slide-active {
	z-index: 9;
}

.cloumn3Bg .cloumn3BgC {
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 100vh;
}

.aboutCulture {
	position: relative;
	width: 100%;
	height: 100%;
}

.aboutCulture .slideBox {}

.col3Title {
	text-align: center;
	margin-bottom: 95px;
}

.col3Title .col3Cn {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	height: 60px;
	line-height: 60px;
}

.col3Title .col3En {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.col3List {
	overflow: hidden;
}

.col3List dd {
	float: left;
	display: inline;
	width: 12.5%;
	margin-bottom: 50px;
}

.col3List dd .con {
	margin-right: 23px;
	overflow: hidden;
}

.col3List dd .con .pic {
	position: relative;
}

.col3List dd .con .pic:after {
	content: '';
	display: block;
	padding-top: 103.8462%;
}

.col3List dd .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

.subsidiary {
	width: 50%;
	background: url(../images/col23.png) top left repeat;
	padding: 44px 55px;
	box-sizing: border-box;
}

.subsidiaryTitle .title {
	height: 52px;
	line-height: 52px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.subsidiaryTitle .text {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 42px;
}

.company dd {
	overflow: hidden;
}

.company dd .xh {
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #fff;
	width: 48px;
	height: 48px;
	line-height: 50px;
	border: 1px solid #fff;
	border-radius: 50px;
	margin-right: 25px;
}

.company dd .companyIntro {
	overflow: hidden;

}

.company dd .companyIntro .titleCn {
	font-size: 20px;
	color: #fff;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}

.company dd .companyIntro .titleEn {
	font-size: 12px;
	color: #fff;
}

.subsidiaryPic {
	overflow: hidden;
	width: 50%;
}

.subsidiaryPic .pic {
	position: relative;
	width: 100%;
}

.subsidiaryPic .pic:after {
	display: block;
	content: '';
	padding-top: 86.6667%;
}

.subsidiaryPic .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

.shade1 {
	position: absolute;
	width: 300px;
	height: 325px;
	right: 0;
	top: 0;
	z-index: 5;
	background: rgba(0, 0, 0, .15);
}

.shade2 {
	position: absolute;
	width: 300px;
	height: 195px;
	left: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0, 0, 0, .1);
}

.contactBox {
	width: 50%;
	padding: 40px 52px 115px;
	background: url(../images/col23.png) top left repeat;
	overflow: hidden;
	box-sizing: border-box;
}

.contactTitle {
	margin-bottom: 59px;
}

.contactTitle .title {
	height: 75px;
	line-height: 75px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.contactTitle .text {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.lxWay {
	height: 50px;
	padding-left: 80px;
	background: url(../images/icon6.png) left center no-repeat;
	margin-bottom: 28px;
}

.lxWay span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	/*margin-bottom: 5px;*/
}

.lxWay .tel {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.telway {
	display: block;
	line-height: 35px;
	height: 35px;
	color: #fff;
	font-size: 16px;
}

.mapPic {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.mapPic:after {
	display: block;
	content: '';
	padding-top: 86.66667%;
}

.mapPic img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

/*线条*/

.box4Tab {
	position: absolute !important;
	bottom: 10%;
	height: 90px;
	width: 80%;
	overflow: hidden;
	z-index: 99;
	left: 120px;
}

.box4Tab .box4T {
	position: absolute;
	bottom: 0;
	/* left: 0; */
	width: 100%;
}

.box4Tab .box4T span {
	color: #fff;
	font-size: 16px;
}

.box4Tab:after {
	display: block;
	content: '';
	width: 198%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 1%;
	background: #ffffff;
	opacity: 0.5;
	z-index: 0
}

.box4Tab:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 1%;
	top: 50%;
	margin-top: -4px;
	background: #fff;
	z-index: 3;
	border-radius: 100%;
}

.box4Tab .swiper-wrapper {
	z-index: 9;
	padding-left: 0 !important;
}

.box4Tab .swiper-slide {
	float: left;
	cursor: pointer;
	width: 30%;
	transition: 0.6s ease;
	position: relative;
	height: 100%;
	/* display: inline-block; */
	text-align: center;
	height: 90px;

}

.box4Tab .swiper-slide:before {
	width: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.box4Tab .swiper-slide-active:before {
	width: 32px;
	height: 32px;
	display: block;
	content: '';
	position: absolute;
	visibility: visible;
	opacity: 1;
	background: #d71519;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 1;
}

.box4Tab .swiper-slide:after {
	display: block;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
	z-index: 1
}

.aboutCulture .box4-bt {
	height: 72px;
	width: 72px;
	background: url(../image/l5.png) center center no-repeat;
	position: absolute;
	bottom: 11.5%;
	cursor: pointer;
	transition: 0.6s ease-out;
	z-index: 55;
}

.box4-bt.box4-prev {
	width: 72px;
	height: 72px;
	background: url(../image/l5.png) center center no-repeat;
	position: absolute;
	left: 0%;
	bottom: 11%;
	z-index: 100;
}

.box4-bt.box4-next {
	width: 72px;
	height: 72px;
	background: url(../image/r5.png) center center no-repeat;
	position: absolute;
	right: 0%;
	bottom: 11%;
	z-index: 100;
}

.cloumn3Bgtext {
	position: absolute;
	left: 0;
	bottom: 39%;
	text-align: center;
}

.cloumn3Bgtext .title {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 10px;
}

.cloumn3Bgtext .biecheng {
	font-size: 30px;
	color: #ffffff;
}

.cloumn3Bgtext .xian {
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 2% auto;
}

.cloumn3Bgtext .textC {
	font-size: 15px;
	color: #ffffff;
	padding: 0 29%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 企业文化单独样式 */
.qywh {
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.qywh_hz {
	width: 25%;
	text-align: center;
}

.qywh_hz_top {
	width: 100%;
	text-align: center;
}

.qywh_hz_top>img {
	width: 123px;
	height: 135px;
}

.qywh_hz_foot {
	width: 100%;
	margin-top: 20px;
	padding: 0 2%;
	box-sizing: border-box;
}

.qywh_hz_foot_top {
	font-size: 18px;
	color: #ffffff;
}

.qywh_hz_foot_foot {
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 15px;
}

.qywh_hz:hover .qywh_hz_top>img {
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

/*第3通栏end*/



/*底部开始*/
.footer1 {
	width: 100%;
	height: 60px;
	background: #232323;
}

.footer1C {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.footerlogo {
	display: inline-block;
	vertical-align: middle;
}

.footerlogo>p {
	font-size: 26px;
	color: #9b9b9b;
	font-weight: bold;
	line-height: 60px;
}

.footermenu {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.footermenu dd {
	float: left;
}

.footermenu dd a {
	display: block;
	color: #8b8b8b;
	font-size: 15px;
	padding: 0 15px;
}

.footermenu dd:hover a {
	color: #fff;
}

.footer2 {
	width: 100%;
	overflow: hidden;
	background: #232323;
	padding: 15px 0;
}

.footer2C {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.footer2L {
	width: 60%;
}

.footer2L_top {
	width: 100%;
}

.footer2L_top_left {
	display: inline-block;
	vertical-align: middle;
}

.footer2L_top_left>img {
	/*width: 211px;*/
	height: 68px;
}

.footer2L_top_right {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}

.footer2L_top_right1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #e5e5e5;
}

.footer2L_top_right2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #e5e5e5;
	margin-left: 30px;
}

.footer2L_top_right3{
	display: block;
	font-size: 14px;
	color: #e5e5e5;
	margin-top: 10px;
}
.footer2L_top_right3 div{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #e5e5e5;
}
.footer2L_top_right3 div p{
	display: block;
	font-size: 14px;
	color: #e5e5e5;
}

.footer2L_foot {
	width: 100%;
	margin-top: 45px;
}

.footer2L_foot>p {
	display: inline-block;
	vertical-align: middle;
}

.footer2L_foot>p,
.footer2L_foot>p a {
	font-size: 14px;
	color: #4c4c4c;
	margin-right: 10px;
}

.footer2L_foot>p a:hover {
	color: #fff;
}

.footerR {
	width: 40%;
}

.pic {
	width: 100%;
}

.picBox {
	max-width:100%;
	height: 139px;
	text-align: right;
}

.picBox>img {
	max-width:100%;
}

.pic>span {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #858585;
	text-align: center;
	line-height: 36px;
}

/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*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;
}

.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;
	overflow: hidden;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
    background: #000;
}

.slidesContainer {
	float: left;
	position: relative;
}

.animHide {
	opacity: 0;
}

/*滚屏的点点*/
.floRight {
	width: 66px;
	height: 120px;
	position: fixed;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	margin-top: -80px\9;
	background: url(../images/secbg.png)no-repeat center center;
}

.pageNum {
	padding-top: 50px;
	color: #fff;
	transition: 0.4s ease;
	position: relative;
	height: 20px;
}

#fp-nav li {
	font-size: 0;
	position: relative;
	margin: 5px auto;
	width: 20px;
	height: 25px;
}

#fp-nav li span {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 55px;
	color: #fff;
	background: #d71519;
	font-size: 12px;
	text-align: center;
	transform: translateX(-6px);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: 0.4s ease;
	position: absolute;
	right: 30px;
	top: -5px;
	border-radius: 13px;
}

#fp-nav li.active span {
	transform: translateX(0px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

#fp-nav li:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d71519;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -9px;
	transition: 0.4s ease;
	z-index: 10;
}

#fp-nav .li2:after {
	left: -17px;
}

#fp-nav .li3:after {
	left: -17px;
	top: 15px;
}

#fp-nav .li4:after {
	top: 88%;
}


#fp-nav .li2 a {
	left: -25px;
}

#fp-nav .li3 a {
	left: -25px;
	top: 5px;
}

#fp-nav .li4 a {
	top: 35%;
}

#fp-nav .li1.active:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	background: url(../images/active.png)no-repeat center center;
	z-index: 12;

}

#fp-nav .li2.active:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	background: url(../images/active.png)no-repeat center center;
	z-index: 12;
	left: -25px;

}

#fp-nav .li3.active:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	background: url(../images/active.png)no-repeat center center;
	z-index: 12;
	left: -25px;

}

#fp-nav .li4.active:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	background: url(../images/active.png)no-repeat center center;
	z-index: 12;
	left: 0;
	top: 10px;

}

.floRight #fp-nav li a {
	width: 20px;
	display: block;
	height: 20px;
	position: absolute;
	z-index: 15px;
}

.floRight #fp-nav li.active:after {
	background: #fff;
}

.contentBox {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

/*分享*/
.indShare {
	position: absolute;
	right: 120px;
	bottom: 70px;
	z-index: 999;
}

.indShare ul {}

.indShare ul li {
	float: left;
	padding: 0 10px;
	position: relative;
}

.indShare ul li a {
	display: block;
	height: 16px;
	width: 20px;
}

.indShare ul li.ico1 a {
	background: url(../images/share1.png) center center no-repeat;
}

.indShare ul li.ico2 a {
	background: url(../images/share2.png) center center no-repeat;
}

.indShare ul li.ico3 a {
	background: url(../images/share3.png) center center no-repeat;
}

.shareCode {
	width: 120px;
	height: 120px;
	background: #fff;
	position: absolute;
	top: -160px;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: 0.3s ease;
	padding: 7px;
}

.shareCode i {
	position: absolute;
	background: url(../images/shareIco1.png) center center no-repeat;
	height: 7px;
	width: 12px;
	left: 50%;
	margin-left: -6px;
	bottom: -7px;
}

.shareCode img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99999;
}

.indShare ul li a:hover~.shareCode {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	top: -140px;
}

.indRecord {
	position: fixed;
	bottom: 15px;
	right: 25px;
	z-index: 999;
	text-align: right;
	color: #dedede;
	font-size: 13px;
	line-height: 26px;
}

.indRecord a {
	color: #dedede;
}

.indRecord a:hover {
	color: #fff;
}

/*下向箭头的跳动*/
.bnco {
	background: url(../images/bnco.png) no-repeat center center;
	width: 20px;
	height: 30px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -10px;
	-webkit-animation: arrowDown 1s infinite linear;
	cursor: pointer;
	z-index: 99999;
}

/*向下的箭头跳动*/
@-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);
	}
}

.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;
	position: relative;
}

/* .col1Bg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
} */

.clutext {
	position: absolute;
	left: 10%;
	/*top: 200px;*/
	top: 100px;
	z-index: 2;
	width: 30%;
}

.clutitle span {
	color: #ffffff;
	font-size: 40px;
	display: block;
	margin-bottom: 8px;
}

/* 
.clutitle span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 4px;
	background: #fff;
} */

.clutitle em {
	color: #5f7192;
	font-size: 30px;
	font-style: normal;
	margin-bottom: 90px;
	display: block;
}

.clutextC .title {
	color: #FFF;
	font-size: 26px;
	margin-bottom: 30px;
}

.clutextC .textCC {
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	height: 70px;
	overflow: hidden;
}

.indexbtn {
	display: block;
	margin: 0 auto;
	width: 168px;
	height: 41px;
	overflow: hidden;
	margin-top: 3%;
}

.indexbtn>img {
	width: 100%;
	height: 100%;
}

/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/
.ejdh {
	position: relative;
	background: #fafafa;
	border-bottom: 1px solid #e6e6e6;
}

.ejdhbox {
	height: 60px;
	line-height: 60px;
}

.ejdhwz {
	position: relative;
}

.ejdhwz a {
	color: #666666;
	font-size: 14px;
	padding: 0 15px;
	display: block;
	float: left;
	display: inline;
	background: url(../images/licn.png)no-repeat left center;
}

.ejdhwz a:hover {
	color: #e70014;
	background: url(../images/hlicn.png)no-repeat left center;
}

.ejdhwz a.hover {
	color: #e70014;
	background: url(../images/hlicn.png)no-repeat left center;
}

.ejdhwz em {
	display: block;
	float: left;
	margin-top: 24px;
	margin-right: 15px;
}

.loclist li {
	float: left;
	display: inline;
	text-align: center;
	position: relative;
	margin-right: 45px;
}

.loclist li a {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.loclist li:after {
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	height: 2px;
	background: #e60014;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.loclist li:hover:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #e60014;
	bottom: 0px;
	left: 0;

}

.loclist li.hover:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #e60014;
	bottom: 0px;
	left: 0;
}

.loclist li:hover a {
	color: #e60014;
}

.loclist li.hover a {
	color: #e60014;
}

.loclist .mySlide {
	float: left;
	display: inline;
	width: 75px;
	text-align: center;
	position: relative;
	margin-right: 35px;
}

.loclist .mySlide a {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.loclist .mySlide:hover:after {
	display: block;
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #7fcf7a;
	bottom: 0px;
	left: 8px;
}

.loclist .mySlide.hover:after {
	display: block;
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #7fcf7a;
	bottom: 0px;
	left: 8px;
}

.loclist .mySlide:hover a {
	color: #264db5;
}

.loclist .mySlide.hover a {
	color: #264db5;
}

.locCon {
	position: relative;
}

.locnext .next {
	display: block;
	width: 10px;
	height: 20px;
	background: url(../images/locnext.png) no-repeat center center;
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer;
}

/*当前位置结束*/
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #393939;
	border-radius: 3px;
	background: #fafafa;
	margin: 0 3px;
	border: 1px solid #e4e4e4;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #d71519;
	color: #fff;
	border-color: #d71519;
}

.page a.hover {
	background: #d71519;
	color: #fff;
	border-color: #d71519;
}

.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: #393939;
	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 em {
	margin-bottom: -27px;
	width: 13px;
	height: 13px;
	font-style: normal;
	position: relative;
	top: -10px;
}

.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)
}

.subPageC {
	min-height: 600px;
}

/*页码结束*/
/*内页框架结束*/

/* subPage */
.subPage {
	position: relative;
	z-index: 2;

}

.pageLeft {
	width: 240px;
	display: none;
	margin-right: 30px;
}

.subMenuTit {
	font-size: 18px;
	color: #fff;
	line-height: 75px;
	height: 75px;
	background: #3b60b5 url(../images/jt1.png) right 20px center no-repeat;
	padding: 0 40px;
}

.subMenu {
	padding: 10px 20px;
	background: #fff;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, .03);
}

.subMenu dd {
	line-height: 50px;
	padding: 0 20px;
}

.subMenu dd+dd {
	border-top: 1px solid #eee;
}

.subMenu a {
	display: block;
	color: #555;
	font-size: 16px;

}

.subMenu a:hover {
	color: #cf261f;
}

.subMenu dd.hover a {
	color: #cf261f;
	background: url(../images/jt2_h.png) right center no-repeat;
}

.subTitle {
	height: 45px;
	display: none;
	border-bottom: 1px #e6e6e6 solid;
}

.subTitle1 {
	font-size: 22px;
	line-height: 45px;
	border-bottom: 3px #cf261f solid;
	color: #333;
	position: relative;
	font-weight: bold;
	margin-top: -2px;
}

.subTitle .location {
	height: auto;
}

.subTitle .location a {
	line-height: 40px;
	height: 40px;
}

.textImg1 {
	overflow: hidden;
	padding: 0;
	border: none;
}

.textImg1 dd {
	border: none;
}

.textImg1 dd+dd {
	border-top: 1px solid #e6e6e6;
}

.subPage .textImg1 p {
	height: 90px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*subPage */

/*内页banner*/
.subBanner {
	width: 100%;
	padding-top: 26.041666%;
	position: relative;
}

.subBanner a {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.subBannerText {
	text-align: left;
	height: 100%;
	position: relative;

}

.subBannerText .text {
	position: absolute;
	bottom: 70px;
}

.subBannerText span {
	display: block;
	color: #fff;
	font-size: 36px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;

}

.subBannerText span:after {
	display: block;
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background: #ffffff;
	bottom: 0;
}

.subBannerText em {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	font-size: 30px;
	font-style: normal;
}

.bannerLine {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../images/lineShadow.png) repeat;
	opacity: 0.1;
}

/*.loclist .slick-track{ float: right;}*/

.submenubox {
	width: 60%;
	height: 61px;
	overflow: hidden;
	position: relative;
	padding: 0 25px;
}

.submenubox .next {
	display: block;
	width: 10px;
	height: 20px;
	background: url(../images/locnext.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}

/*当前位置*/
.locationBase {
	width: 100%;
	height: 60px;
	clear: both;
}

/*.locationBox.fixed{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 995;
}*/
.locationBox {
	width: 100%;
	height: 60px;
	background: #fafafa;
	border-bottom: 1px solid #e6e6e6;
}

.location {
	height: 60px;
	overflow: hidden;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/home.png);
}

.location a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/trangleRight.png);
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.location a:hover {
	color: #cf261f;
	background: url(../images/trangleRight_h.png) no-repeat left center;
}

.location a.hover {
	color: #cf261f;
	background: url(../images/trangleRight_h.png) no-repeat left center;
}

.sjDiv {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 59px;
	width: 1000px;
	z-index: 999;
}

.loc_dlList3 {
	overflow: hidden;
	padding-left: 20px;
}

.loc_dlList3 dd {
	float: left;
	overflow: hidden;
	display: inline;
	margin-right: 15px;
}

.loc_dlList3 dd a {
	color: #666666;
	font-size: 14px;
	font-weight: lighter;
	position: relative;
	line-height: 40px;
	padding-right: 15px;
}

.loc_dlList3 dd a:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #e60014;
	border-radius: 4px;
}

.loc_dlList3 dd:last-child a:after,
.loc_dlList3 dd.hide a:after {
	display: none;
}

/*内页导航*/
.navj {
	margin-right: -15px;
	position: relative;
}

.navj_a {
	display: inline;
	float: left;
	line-height: 60px;
	height: 60px;
	color: #666666;
	font-size: 14px;
	padding: 0 20px;
	font-weight: bold;

}

.navj_a.hover {
	color: #cf261f
}

.navj_a:hover {
	color: #cf261f
}

.navLine {
	display: block;
	width: 0px;
	height: 3px;
	background: #cf261f;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/**
 * 新闻上下页
 * @author 杨朝杰
 * @return
 */
.moreBt3 {
	width: 100%;
	height: 30px;
	text-align: center;
}

.moreBt3 button {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	outline: none;
	cursor: pointer;
}

.moreBt3 .works_prev {
	background: #fff url(../images/works_arr.png) no-repeat -11px -10px;
}

.moreBt3 .works_prev:hover {
	background: #d61f19 url(../images/works_arr.png) no-repeat -63px -10px;
}

.moreBt3 .works_next {
	background: #fff url(../images/works_arr.png) no-repeat -63px -60px;
}

.moreBt3 .works_next:hover {
	background: #d61f19 url(../images/works_arr.png) no-repeat -11px -60px;
}

.works_prev,
.works_next,
	{
	border-radius: 2px;
	vertical-align: middle;
}

.articleB_box {
	clear: both;
	height: 30px;
	overflow: hidden;
	background: #f8f9fb;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.articleB_box i {
	color: #cf261f
}

.pageUp {
	clear: both;
	overflow: hidden;
	line-height: 35px;
	font-size: 16px;
	padding: 20px 0;
}

.pageBoxC2 {
	padding: 20px 40px;
	overflow: hidden;
	background: #fff;
}

.titleBox {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}

.titleBox h1 {
	font-size: 22px;
	color: #333;
	line-height: 20px;
	float: left;
	font-weight: normal;
}

.titleBox h1 em {
	font-size: 16px;
	color: #888;
	padding: 0 0 0 10px;
}

.titleBox span {
	font-size: 14px;
	color: #666;
	float: right;
	line-height: 20px;
}

.titleBox span a {
	background: #bebebe;
	border-radius: 35px;
	padding: 5px 20px;
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
}

.titleBox span a:hover {
	color: #fff;
	background: #d61f19
}

/************************* 首页 end **************************/

/*
* 招聘
*/
.join_dl {
	overflow: hidden;
}

.join_dl dt {
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	padding-bottom: 10px;
}

.join_dl dt .joinTit {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	font-weight: bold;
}

.join_dl dt .joinTit span {
	float: left;
	width: 23%;
}

.join_dl dd {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 2px;
}

a.joinTit {
	display: block;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	padding: 0px 30px;
	background: #f5f5f5;
	border-radius: 3px;
}

.joinTit span {
	float: left;
	width: 23%
}

.join_dl dd.hover .joinTit {
	background: #4b9ddc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.join_dl dd.hover .joinTit span {
	color: #ffffff;
}

.joinTit em {
	display: block;
	width: 30px;
	height: 60px;
	overflow: hidden;
	float: right;
	background: url(../images/jia.png) no-repeat center center;
}

.join_dl dd.hover .joinTit em {
	background: url(../images/jian.png) no-repeat center center;
}

.joinDeta {
	overflow: hidden;
	padding: 10px 30px;
	position: relative;
	font-size: 14px;
	color: #888;
	line-height: 26px;
	display: none;
}

a.goJoin {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	background: #da0100;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 20px;
	bottom: 0px;
}
