li {

	list-style: none;

}



ul {

	padding: 0;

	margin: 0;

}

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	word-wrap: break-word;

}



input {

	outline: none;

	font-family: '微软雅黑';

}



.text-center {

	text-align: center;

}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	bor;
	/* border: 0; */
	f;
	/* font-size: 100%; */
	*/outline: none;
}

caption,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}

html {
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	/* -webkit-tap-highlight-color: transparent; */
}

body {
	font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", tahoma, "times new roman", helvetica, arial;
	margin: 0 auto;
	color: #333;
	background-color: #fff;
}

body {

	overflow: hidden;


	background: #fff;

}



textarea {

	outline: none;

	font-family: '微软雅黑';

}

.inner {

	width: 1440px;

	margin: 0px auto;

	position: relative;

}

.inner1200 {

	margin: 0px auto;

	width: 1200px;

	position: relative;

}

.inner1250 {

	margin: 0px auto;

	width: 1250px;

	position: relative;

}

.inner1000 {

	width: 1000px;

	margin: 0 auto;

}

.inner1100 {

	margin: 0px auto;

	width: 1100px;

}

.inner1080 {
	width: 1080px;

	margin: 0 auto;
}

.inner1280 {
	width: 1280px;
	margin: 0 auto;
}

.inner1240 {

	margin: 0px auto;

	width: 1240px;

}

.inner1300 {

	margin: 0px auto;

	width: 1300px;

	position: relative;

}



.inner1380 {

	margin: 0px auto;

	width: 1380px;

}

.inner1440 {

	margin: 0 auto;

	width: 1440px;

	position: relative;

}

.inner1536 {

	margin: 0px auto;

	width: 1536px;

	position: relative;

}

.fc {

	text-align: center;

}



.center {

	text-align: center;

}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.cl:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.cl,
.clearfix {
	zoom: 1
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clearboth {
	clear: both;
}



h1,
h2,
h3,
h4,
h5,
h6,
p {

	margin: 0;

	padding: 0px;

}

figure,
section,
li,
dd,
div {

	margin: 0;

	padding: 0px;

	border: 0;

	font-size: 100%;

	outline: none;

}

/*section{

    letter-spacing:1px; 



}*/





a {

	text-decoration: none;

	outline: none;

}

/*loding*/



.loading {

	position: fixed;

	width: 100%;

	height: 100%;

	background-color: #fff;

	z-index: 1000000;

}



.spinner {

	width: 150px;

	height: 30px;

	position: absolute;

	left: 47%;

	top: 50%;

	margin-left: -75px;

	margin-top: -15px;

}



.spinner>div {

	/* width: 30px;

    height: 30px;

    background-color: #67CF22;*/

	border-radius: 100%;

	/*  display: inline-block;*/

	-webkit-animation: bouncedelay 1.8s;

	animation: bouncedelay 1.8s;

	/* Prevent first frame from flickering when animation starts */

	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;

}





@-webkit-keyframes bouncedelay {





	0% {

		-webkit-transform: scale(0.5)
	}

	,

	30% {

		-webkit-transform: scale(0.8)
	}

	,

	/*    60% {

        -webkit-transform: scale(1.2)

    },*/

	100% {

		-webkit-transform: scale(2)
	}

}

@-webkit-keyframes bouncedelay1 {





	0% {

		-webkit-transform: scale(0.5)
	}

	,

	30% {

		-webkit-transform: scale(0.8)
	}

	,



	100% {

		-webkit-transform: scale(1.5)
	}

}





.fl {

	float: left;

}

.ri {

	float: left;

}

.fr {

	float: right;

}





/*分页*/
.fanye {
	float: left;
	width: 100%;
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}

.newdtitle {
	text-align: center;
	font-size: 32px;
	padding: 15px 0;
	padding-bottom: 30px;

	color: #fff;
}

.new-deta {
	color: #fff;
}

.moreye {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.moreye a {
	color: #fff;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

/*.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-radius: 6px;
    border-radius: 6px;
}*/
.pagination-lg>a,
.pagination-lg>span {
	padding: 8px 14px;
	font-size: 14px;
	line-height: 1.3333333;
	margin: 0 3px;
	display: inline-block;
	margin-bottom: 5px;
	border: none;
}

.pagination-lg>a {
	background: #f3f3f3;
	border: 1px solid #dddddd;
	color: #333;
}

.pagination-lg>span {
	background: #87a3e4;
	border: 1px solid #87a3e4;
	color: #fff;
}

.pagination-lg>a:hover {
	background: #87a3e4;
	border: 1px solid #87a3e4;
	color: #fff;
}

/*分页*/


.video_div {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.8);
	position: fixed;
	z-index: 100011111111111;
	left: 0px;
	top: -100%;
}

.video_div_closebtv {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	z-index: 100;
}

.video_div_closebtv img {
	width: 50px;
	height: 50px;
}

.video_div_center {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.video_div_center iframe {
	width: 60%;
	margin-left: 20%;
	margin-right: 30%;
	height: 600px;
	position: relative;
	top: 50%;
	margin-top: -300px;
}



/*******手机导航*******/



.a_zxlmenu {
	width: 100%;
	/* margin-bottom:3%;*/
	position: relative;
	display: none;
	z-index: 100;
}

.a_zxlmenu_t {
	background: url(../image/menuright.png) right 20px center no-repeat;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	background-color: #a21920;
	color: #fff;
	cursor: pointer;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-indent: 0px;
	display: none;
	z-index: 1000;
}

.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 1px 0;
}

.a_zxlmenu_c li .aone {
	width: auto;
	padding: 3% 0px;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
	color: #333;
	text-decoration: none;
}

.a_zxlmenu_c li dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: none;
}

.a_zxlmenu_c li dl dd {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li dl dd a,
.a_zxlmenu_c li dl dd a:hover {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c1 {

	display: none;

}

.a_zxlmenu_t i {

	margin: 0 10px;

}

.a_zxlmenu_c1 li {

	text-align: center;

	border: none;

	display: inline-block;

	background-color: rgba(255, 255, 255, 0.8);

	border: none;

	margin: 0;

}

.a_zxlmenu_c1 li a {

	padding: 0 15px;
	color: #333;

	position: relative;

	line-height: 30px;

	margin: 5px 0;

}

.a_zxlmenu_c li a i {

	float: right;

	right: 15px;

	top: 6px;

	position: relative;

}



/*******手机导航*******/



/*内页nenuy*/
.pc_amenu {
	width: 100%;
	padding: 0px 2%;
	text-align: center;
	width: 100%;
	max-height: 60px;
	overflow: hidden;
}

.a_menu_bg {
	background-color: #ffffff;
	max-height: 60px;
	overflow: hidden;
}

.a_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	max-height: 60px;
	overflow: hidden;
}

.a_menu .a_menu_a {
	padding: 0px;
	margin: 0px;
	padding: 0px 45px;
	height: 60px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
}

.a_menu .a_menu_a:hover,
.a_menu .a_menu_a.activetm1 {
	color: #fff;
	background-color: #d7161f;
	text-decoration: none;
}

/*内页nenuy*/





/*手机导航*/

/* CSS Document */

.phone_nav {
	display: none;
	height: 50px;
}

.hided {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
}

.phone_logo {
	height: 50px;
	background: #fff;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.2)
}

/*.phone_logo .p1{ position:absolute; left:0; top:0; padding:20px; display:block;}*/

.phone_logo .p1 img {
	height: 100%
}



@media screen and (max-width:1200px) {

	.phone_logo .p1 {
		padding-top: 10px;
		height: 43px;
		display: block;
	}

	.in_top .heard {
		display: none;
	}

	.phone_logo {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}



	.phone_nav {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		transition-delay: 0.7s;
		-webkit-transition-delay: 0.7s;
		z-index: 9999;
		border-bottom: 2px solid #e4e4e4;
		background:
	}



	/*导航按钮*/

	.phone_nav .nav_but_box {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 20px;
		top: 10px;
		z-index: 1;

		transition: all 0.7s;
		-webkit-transition: all 0.7s;
	}

	.phone_nav .nav_but {
		display: inline-block;
		position: relative;
		width: 20px;
		height: 2px;
		z-index: 2;
		margin: 13px 0 0 5px;
		background: #2e366c;

		-webkit-transition-property: background-color, -webkit-transform;

		transition-property: background-color, -webkit-transform;

		transition-property: background-color, transform;

		transition-property: background-color, transform, -webkit-transform;

		-webkit-transition-duration: 300ms;

		transition-duration: 300ms;
	}

	.phone_nav .nav_but:before,
	.nav_but:after {
		content: '';
		display: block;
		width: 20px;
		height: 2px;
		position: absolute;
		background: #2e366c;

		transition-property: margin, -webkit-transform;
		-webkit-transition-property: margin, -webkit-transform;

		transition-property: margin, transform;
		transition-property: margin, transform, -webkit-transform;

		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
	}

	.phone_nav .nav_but:before {
		margin-top: -5px;
	}

	.phone_nav .nav_but:after {
		margin-top: 5px;
	}



	/*栏目名称*/

	.phone_nav .nav_main {
		height: 100%;
		position: fixed;
		left: 0;
		opacity: 0;
		width: 0;
		transition: all 0.4s ease 0.3s;
		-webkit-transition: all 0.4s ease 0.3s;
		background: rgb(215, 22, 31, 0.85);
		overflow: hidden;
	}

	.phone_nav .nav_main ul {
		padding: 0 20px;
		margin-top: 40px;
	}

	.phone_nav .nav_main li a {
		background-position: left;
		color: #fff;
		height: 46px;
		line-height: 46px;
		display: inline-block;
		background-size: 32px;
		background-repeat: no-repeat;
		font-weight: bold;
	}

	/*.phone_nav .nav_main .ss{border:1px solid #fff; margin-top:20px;}

.phone_nav .nav_main .ss .p2{ float:right;}

.phone_nav .nav_main .ss .p2 input{ border:0; background:url("../images/app_ss1.png") center no-repeat; width:34px; height:34px;}

.phone_nav .nav_main .ss .p1{ display:block; margin:0 34px 0 5px; }

.phone_nav .nav_main .ss .p1 input{ width:100%; height:34px; line-height:34px; background:none; border:0; font-family:"Microsoft YaHei"; font-size:14px; color:#fff;}

*/

	.phone_nav .nav_main li b {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0px;
		width: 50%;
		height: 50px;
		background: url("../image/lmfooter_bottom.png") center right no-repeat;
		z-index: 99;
	}

	.phone_nav .nav_main .ul {
		padding: 0 0 0px 40px;
		margin: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s;
		-webkit-transition: max-height 0.4s;
	}

	.phone_nav .nav_main .ul li {
		padding: 0;
		border-bottom: 0;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.phone_nav .nav_main .ul li a {
		padding: 0;
		height: auto;
		line-height: 30px;
		font-weight: normal
	}



	.phone_nav .nav_main .b_one .ul {
		max-height: 300px;
		padding: 0 0 0px 40px;
		margin-bottom: 10px;
	}





	.phone_nav .nav_main li {
		transform: translateX(100px);
		-webkit-transform: translateX(100px);
		transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		border-bottom: 1px solid rgba(225, 225, 225, 0.5);
		padding: 0 20px;
		position: relative;
	}

	.phone_nav .nav_main li:nth-of-type(1) {
		transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
	}

	.phone_nav .nav_main li:nth-of-type(2) {
		transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
	}

	.phone_nav .nav_main li:nth-of-type(3) {
		transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
	}

	.phone_nav .nav_main li:nth-of-type(4) {
		transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
	}

	.phone_nav .nav_main li:nth-of-type(5) {
		transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
	}

	.phone_nav .nav_main li:nth-of-type(6) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(7) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(8) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(9) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(10) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}





	/*打开样式*/

	.phone_nav_one {
		background: #231815;
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
	}

	.phone_nav_one .nav_main {
		opacity: 1;
		width: 100%;
		overflow: inherit;
	}

	.phone_nav_one .nav_but {
		background: rgba(0, 0, 0, 0);
	}

	.phone_nav_one .nav_but:before {
		margin-top: 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.phone_nav_one .nav_but:after {
		margin-top: 0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.phone_nav_one .nav_but_box {
		opacity: 0.8;
	}

	.phone_nav_one .nav_main li {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}

}





@media screen and (max-width:758px) {
	/*--768-0--*/

	/*.phone_logo .p1{ left:20px; padding:0; width:131px; margin-top:18px;}

.phone_logo .p1 img{ width:100%;}

.phone_logo{ height:77px;}

.phone_nav{ height:77px;}*/

	/*.phone_nav .nav_main{ top:77px;}*/

	.phone_nav .nav_but_box {
		top: 10px;
		right: 10px;
	}

	.phone_nav .nav_main ul {
		margin-top: 20px;
		height: 300px;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}



}



@media screen and (max-width:470px) {
	/*--768-0--*/

	.phone_logo {
		padding: 0 10px
	}

	.phone_nav .nav_main ul {
		height: 410px;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}



}



.a_rlzydiv_c {
	display: inline-block;
	width: 100%;
}

.a_rlzydiv_c dt {
	width: 100%;
	float: left;
	font-weight: normal;
	text-align: left;
}

.a_rlzydiv_c dt .div {
	width: 100%;
	padding: 1.2% 0px;
	background-color: #e5e6e6;
	color: #000;
	font-size: 16px;
	float: left;
}

.a_rlzydiv_c dt .div .s1 {
	width: 46%;
	text-indent: 3%;
}

.a_rlzydiv_c dt .div .s2 {
	width: 19.5%;
}

.a_rlzydiv_c dt .div .s3 {
	width: 13%;
	text-align: center;
}

.a_rlzydiv_c dt .div .s4 {
	width: 21.5%;
	text-align: center;
}

.a_rlzydiv_c dd {
	width: 100%;
	float: left;
	font-weight: normal;
	text-align: left;
	background: transparent;
	border-bottom: 1px solid #edeae9;
}

.a_rlzydiv_c dd .div {
	float: left;
	width: 100%;
	padding: 1.2% 0px;
	background: url(../image/r_jt1.png) right 20px center no-repeat;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.a_rlzydiv_c dd .div:hover,
.a_rlzydiv_c dd .div.activerc {
	background: url(../image/r_jt2.png) right 20px center no-repeat;
	background-color: #d7161f;
	color: #fff;
}

.a_rlzydiv_c dd .div .s1 {
	width: 46%;
	text-indent: 3%;
	font-size: 16px;
}

.a_rlzydiv_c dd .div .s2 {
	width: 19.5%;
}

.a_rlzydiv_c dd .div .s3 {
	width: 13%;
	text-align: center;
}

.a_rlzydiv_c dd .div .s4 {
	width: 21.5%;
	text-align: center;
}

.a_rlzydiv_c dd .div1 {
	box-sizing: border-box;
	width: 100%;
	display: none;
	float: left;
}

.a_rlzydiv_c dd .div1_c {
	text-align: left;
	width: 100%;
	padding: 25px;
	background: #fff;
	color: #222222;
	font-size: 14px;
	line-height: 2.0;
	overflow-x: hidden;
}

.a_rlzydiv_c dd .div1_b,
.a_rlzydiv_c dd .div1_b:hover {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #d7161f;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.zhangp-box-tie {
	text-align: center;
	font-size: 30px;
	color: #333;
	font-weight: 500;
	margin-bottom: 20px;
}

.zp-box-bo {
	animation: fadeInUp 2s;
	-webkit-animation: fadeInUp 2s;

	/* background: #fff;*/
	float: left;
	width: 100%;
	margin: 25px 0;
}

.zp-box-to {
	padding: 40px;
	animation: fadeInUp 2s;
	-webkit-animation: fadeInUp 2s;
	background: #fff;
}

.zhangp-box {
	padding: 40px 0;
}

.zp-box-to select {
	width: 243px;
	float: left;
	outline: none;
	margin-right: 10px;
	padding: 10px 15px;
	margin-bottom: 10px;
}

.zp-bt-h3 {
	color: #333;
	font-weight: 400;
	font-size: 18px;
}

.zp-bt-h4 {
	color: #333;
	font-weight: 400;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.sousuo-box {
	float: right;

}

.souss-con {
	width: 245px;
	float: left;
	padding: 10px 15px;
}

.soubtn {
	padding: 11px 20px;
	color: #fff;
	background: #d7161f;
	border: none;
}

/*校园招聘*/




.lczybox {
	margin-top: 30px;
}

.lczybox .wdiv1 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.lczybox .wdiv1 ul {
	display: inline-block;
}

.lczybox .wdiv1 ul li {
	float: left;
	margin: 0 15px;
}

.lczybox .wdiv1 ul li a {
	display: block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 25px;
	background: #fff;
	border-radius: 30px;
}

.lczybox .wdiv1 ul li.active a,
.lczybox .wdiv1 ul li:hover a {
	background: #6584d6;
	color: #fff;
}

.kczyul {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.kczyul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
}

.kczyul li .text {
	float: left;
	width: 90%;
	box-sizing: border-box;
	padding: 0 18px;
	padding-top: 10px;
}

.kczyul li .text .p1 {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}

.kczyul li .text .p1 span {
	margin-right: 10px;
	display: inline-block;
	border: 1px solid #6987d7;
	font-size: 14px;
	font-weight: bold;
	border-radius: 30px;
	padding: 0 15px;
	line-height: 24px;
	color: #6987d7;
}

.kczyul li .text .p2 {
	font-size: 14px;
	color: #888888;
	line-height: 36px;
}

.kczyul li .text2 {
	float: right;
	width: 10%;
	line-height: 90px;
	text-align: center;
	background: #6584d6;
	color: #fff;
}

.kczyul li .text2 img {
	vertical-align: middle;
	margin-right: 10px;
}

.header {
	height: 50px;
	background: #fff;
	z-index: 500;
	background: #d7161f;
	position: relative;
}

.kczyul li:hover .text2 {
	background: #efcc10;
}

.headerbox {
	padding: 28px 0;
}

.headerbox .logo {
	float: left;
	width: 12.1%;
	/*border-right: 1px solid #f1f1f1;*/
}

.headerbox .logo img {
	display: block;
	height: 73px;
}

.headerbox .div1 {
	font-size: 18px;
	color: #d7161f;
	font-weight: bold;
	line-height: 73px;
	float: left;
	margin-left: 43px;
}

.headerbox .div2 {
	float: right;
	margin-top: 20px;
}

.headerbox .div2 .s1 {
	float: left;
	padding-top: 19px;
	margin-right: 5px;
}

.headerbox .div2 .s1 a {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.headerbox .div2 .s1 a .awx {
	position: absolute;
	left: 0;
	top: 30px;
	width: 135px;
	background: #fff;
	padding: 10px;
	z-index: 2000;
	display: none;
}

.headerbox .div2 .s1 a .awx img {
	display: block;
	width: 100%;
}

.headerbox .div2 .s1 .a:hover .awx {
	display: block;
}

.headerbox .div2 .s2 {
	float: left;
}

.headerbox .div2 .s2 img {
	float: left;
}

.headerbox .div2 .s2 .text {
	float: left;
	margin-left: 10px;
	position: relative;
	top: 1px;
}

.headerbox .div2 .s2 .text .p1 {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}

.headerbox .div2 .s2 .text .p2 {
	font-size: 24px;
	color: #d7161f;
	line-height: 30px;
}

.nav {
	display: inline-block;
	float: left;
	width: auto;
}

.nav li {
	float: left;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.nav li a {
	position: relative;
	color: #333;
	font-size: 16px;
	color: #fff;
	padding: 0 50px;
	position: relative;
	line-height: 50px;
	display: block;
}

/*.nav li a:after{position: absolute;content: "";bottom: 0;left: 0;width: 0%;height: 2px;background: #ffb725;-webkit-transition:all 0.5s ; transition:all 0.5s;}
*/
.nav li:hover,
.nav li.active {
	background: #b91018;
}

.index-swiper .swiper-pagination {
	bottom: 20px;
}

.inbanner .index-swiper img {
	display: block;
	width: 100%;
}

.index-swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.6;
	width: 15px;
	height: 7px;
	border-radius: 10px;
}

.index-swiper .swiper-pagination-bullet-active {
	background: #fff;
	width: 30px;
	height: 7px;
	opacity: 1;
}



/*内页banner*/
.n_banner {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner1 {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner2 {
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner3 {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner5 {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner5 .n_banner_text {
	bottom: 40%;
	text-align: center;
}

.n_banner_text {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 80px;
}

.n_banner_text .s1 {
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 28px;
}

.n_banner_text .s1 span {
	font-size: 37px;
}

.n_banner_text .s2 {
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
}

.n_banner_text .s2 .font1 {
	font-size: 48px;
	line-height: 1.4;
	text-transform: uppercase;
}

.n_banner_text .s2 .font2 {
	font-size: 24px;
	font-weight: 400;
	background: url(../image/ntitlebk.png) center center no-repeat;
	line-height: 1.4;
	text-transform: uppercase;
}

.n_banner_text .s3 {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.n_banner_text .s3 span {
	font-size: 36px;
}

.n_banner_text .s4 {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.n_banner_text .s4 span {
	font-size: 30px;
}

.n_banner_text.n_banner_text2 {
	bottom: auto;
	top: 45%;
}

.n_banner_text .s5 {
	width: 49%;
	background: #228c59;
	padding: 1.5% 2%;
	color: #fff;
	line-height: 1.7;
	font-size: 16px;
}

.n_banner_text .s5 span {
	font-size: 17px;
}

.n_banner_text.n_banner_text3 {
	bottom: auto;
	top: 55%;
}

/*.n_banner_text.n_banner_text4{ bottom:auto; top:45%;}*/
.n_banner_text .s6 {
	width: 47%;
	background: url(../images/case_bg2.png) repeat;
	padding: 1.5% 2%;
	color: #fff;
	line-height: 1.7;
	font-size: 18px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -23%;
}

.n_banner_text .s6 .font1 {
	font-size: 30px;
}

.n_banner6 {
	height: 330px;
}

.n_banner6 .n_banner_text {
	text-align: left;
}

.n_banner6 .n_banner_text .s2 {
	width: 30%;
}

.n_banner6 .n_banner_text .s2 .font1 {
	font-size: 30px;
	color: #ffffff;
}

.n_banner6 .n_banner_text .s2 .font2 {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}

.n_banner6 .n_banner_text .s2 .font3 {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.n_banner6 .n_banner_text {
	bottom: 30%;
}

.fixhead {
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 0;
	background: #fff;
	animation: fadeInDown 1s;
	-webkit-animation: fadeInDown 1s;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}



.nbanner {
	position: relative;
}

.nbanner img {
	width: 100%;
	display: block;
}

.weizhi {
	background: url(../image/weizhibk.jpg) center no-repeat;
	background-size: cover;
	display: block;
}

.weizhi p {
	font-size: 14px;
	line-height: 50px;
	color: #666666;
	font-weight: 400;
}

.weizhi p img {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.weizhi a {
	color: #666666;
}

.weizhi2 {
	border-bottom: 1px solid #e5e5e5;
}

.topheader {
	background: #dddddd;
}

.topheader p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.index-swiper .swiper-button-next {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	right: 40px;
	width: 80px;
	height: 80px;
	background: url(../image/prev.png) center center no-repeat;
	background-color: rgba(0, 0, 0, 0.1);
}

.index-swiper .swiper-button-prev {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	left: 40px;
	width: 80px;
	height: 80px;
	background: url(../image/next.png) center center no-repeat;
	background-color: rgba(0, 0, 0, 0.1);
}

.index-swiper .swiper-button-next:hover {
	background-color: rgb(215, 22, 31, 0.56);
}

.index-swiper .swiper-button-prev:hover {
	background-color: rgb(215, 22, 31, 0.56);
}

.infti {
	position: absolute;
	right: 100px;
	text-align: right;
	top: 50px;
	font-family: HYLILIANGHEIJ;
	src: url("./HYLILIANGHEIJ.ttf");

}

.section1 {
	background: url(../image/debk.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.inti {
	height: 63px;
	border-left: 3px solid #d7161f;
	padding-left: 30px;
	position: relative;
	margin-bottom: 70px;
}

.inti .p1 {
	font-size: 30px;
	color: #d7161f;
	font-weight: bold;
	position: relative;
	line-height: 30px;
}

.inti .p2 {
	font-size: 24px;
	color: #222222;
	text-transform: uppercase;
	margin-top: 3px;
}

.infti p {
	font-size: 140px;
	font-weight: bold;
	z-index: 1;
	text-transform: uppercase;
	color: #e8e8ea;
	font-family: HYLILIANGHEIJ;
	src: url("./HYLILIANGHEIJ.ttf");
}

.inti .inmore {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #666666;
}

.section .inner1440 {
	z-index: 10;
}

.incpxl {
	display: inline-block;
	width: 100%;
}

.incpxl li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 10px;
}

.incpxl li .img {
	position: relative;
	overflow: hidden;
}

.incpxl li .img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.incpxl li a {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.incpxl li .text1 {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	padding: 0 30px;
	top: 55px;
}

.incpxl li .text1 .p1 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.incpxl li .text1 .p2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.incpxl li .text {
	position: absolute;
	bottom: -140px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.incpxl li .text .p1 {
	color: #fff;
	text-align: right;
	padding-right: 45px;
	font-size: 48px;
	margin-bottom: 10px;
}

.incpxl li .text .p2 {
	background-color: rgb(215, 22, 31, 0.9);
	height: 140px;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 25px;
}

.incpxl li .text .p2 p {
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	height: 90px;
	position: relative;
	overflow: hidden;
}

.incpxl li:hover .text {
	bottom: 0;
}

.incpxl li:hover img {
	transform: scale(1.1);
}

.section2 {
	padding: 100px 0;
	background: url(../image/inbk2.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;

}

.section2 .text-center {
	margin-top: 50px;
}

.section2 .ti {
	text-align: center;
	margin-bottom: 40px;
}

.section2 .ti .p1 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.section2 .ti .p2 {
	font-size: 36px;
	color: #fff;
	margin-top: 10px;
}

.section2 .ti .p3 {
	display: inline-block;
	height: 2px;
	width: 50px;
	background: #fff;
}

.section2 .text {
	color: #fff !important;
}

.section2 .text p {
	color: #fff !important;
}

.inabcanshu {
	background: #fff;
	padding: 40px 0;
}

.inabcanshu ul {
	display: inline-block;
	width: 100%;
}

.inabcanshu ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.inabcanshu ul li .p1 {
	font-size: 36px;
	color: #222222;
	margin-top: 5px;
}

.inabcanshu ul li .p1 span {
	font-size: 14px;
	color: #888888;
	position: relative;
	top: -22px;
	left: 3px;
}

.inabcanshu ul li .p2 {
	font-size: 14px;
	color: #999999;
}

.video-swiper img {
	display: block;
	width: 100%;
}

.video-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;


	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.video-swiper .swiper-slide p {
	display: none;
	font-size: 18px;
	color: #222222;
	line-height: 36px;
	margin-top: 10px;
}

.video-swiper .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.video-swiper .swiper-slide-active p,
.swiper-slide-duplicate-active p {
	display: block;
}

.video-swiper .swiper-slide-active .imge {
	position: relative;
}

.video-swiper .swiper-slide-active .imge:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.1);
	background: url(../image/videobtn.png) center center no-repeat;
}

.section3 {
	background: url(../image/debk.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.section4 {
	background: url(../image/debk.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}


.rx-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;


	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.9);
}

.rx-swiper .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}


.sjs-swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}

.sjs-swiper .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	float: left;
	background-color: transparent;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
	position: relative;
	cursor: pointer;

}

.sjs-swiper .swiper-slide-active,
.sjs-swiper .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	/*background:url(../images/ppwh_tb7.png) bottom 75px center no-repeat; background-size:100%; padding:0px 15px 15px 15px;*/
}

.sjs-swiper .swiper-slide-active img,
.sjs-swiper .swiper-slide-duplicate-active img {
	margin-top: 0px;
}

.sjs-swiper .swiper-button-prev {
	background: url(../image/tb_05.png) center no-repeat;
	/*background:none;*/
	top: 100px;
	width: 38%;
	height: 290px;
	left: 0%;
}

.sjs-swiper .swiper-button-next {
	background: url(../image/tb_06.png) center no-repeat;
	/*background:none; */
	top: 100px;
	width: 35%;
	height: 290px;
	right: 0%;
}

.sjs-swiper .swiper-slide img {
	width: 100%;
	height: auto;
	/* margin-top:70px;*/
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
	filter: alpha(opacity=64);
	-moz-opacity: 0.64;
	-khtml-opacity: 0.64;
	opacity: 0.64;
}

.sjs-swiper .swiper-slide-active img,
.sjs-swiper .swiper-slide-duplicate-active img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.sjs-swiper .swiper-slide .zc {
	width: 100%;
	height: 100%;
	background: url(../image/videobtn.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}

.sjs-swiper .swiper-slide-active .zc,
.sjs-swiper .swiper-slide-duplicate-active .zc {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.sjs-swiper .swiper-slide .zc_title {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: -50px;
	line-height: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	color: #333;
	font-size: 18px;
	text-align: center;
	text-align: center;
	overflow: hidden;
}

.sjs-swiper .swiper-slide-active .zc_title {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}






.tianmao {
	margin-top: 50px;
	display: inline-block;
	width: 200px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #d9d9da;
}


.section5 {
	background: url(../image/debk.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.inenwul {
	display: inline-block;
	width: 100%;
}

.inenwul li {
	float: left;
	width: 90%;
	background: #fff;
	height: 445px;
	margin-bottom: 50px;
}

.inenwul li:nth-child(2n) {
	float: right;
}

.inenwul li .text {
	float: left;
	width: 55%;
	padding-left: 110px;
	padding-right: 70px;
	box-sizing: border-box;
	padding-top: 115px;
}

.inenwul li .img {
	float: left;
	width: 45%;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.inenwul li .img img {
	display: block;
	width: 100%;
	min-height: 100%;
}

.inenwul li:nth-child(2n) .text {
	float: right;
	padding-left: 70px;
	padding-right: 110px;
}

.inenwul li .text .p1 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.inenwul li .text .p2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	position: relative;
}

.inenwul li .text .p3 {
	font-size: 24px;
	color: #000000;
	display: inline-block;
	width: 160px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	color: #f6f6f6;
	background: #d7161f;
	border-radius: 5px;
	font-weight: bold;
}


.section6 {
	background: url(../image/debk.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 80px 0;
	position: relative;
}

.inlxul {
	display: inline-block;
	width: 100%;
}

.inlxul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
}

.inlxul li .box {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
	height: 370px;
	box-sizing: border-box;
	padding: 0 20px;
}

.inlxul li .box .img {
	padding-top: 100px;
}

.inlxul li .box .img img {
	height: 45px;
	margin: 0 auto;
}

.inlxul li .im2 {
	display: none;
}

.inlxul li .im1 {
	display: block;
}

.inlxul li .box .p1 {
	font-size: 26px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inlxul li .box .p2 {
	font-size: 26px;
	color: #000;
	transform: scale(0);
}

.inlxul li:hover .p2 {
	transform: scale(1);
	color: #fff;
}

.inlxul li:hover .p1 {
	transform: scale(1);
	color: #fff;
}

.inlxul li:hover .box {
	background: #d7161f;
}

.inlxul li:hover .im2 {
	display: block;
}

.inlxul li:hover .im1 {
	display: none;
}

.inlxul li:hover .box {
	-webkit-transform: translateY(-.3rem);
	transform: translateY(-.3rem);
}

.footer {
	background: #a21920;
	padding: 50px 0;
}

.footer .div1 {
	float: left;
	width: 33%;
}

.footer .foul {
	float: left;
	width: 58%;
	box-sizing: border-box;
	padding-left: 5px;
}

.footer .div1 .s1 {
	float: left;
	width: 40%;
}

.footer .div1 .s2 {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding-left: 40px;
	border-left: 1px solid #ab3036;
}

.footer .div1 .s2 .text {
	color: #fff;
	line-height: 28px;
}

.footer .div1 .s2 .p1 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}

.foul li {
	float: left;
	width: 14.287%;
	text-align: left;
	box-sizing: border-box;
}

.foul li a {
	color: #fff;
	line-height: 30px;
	display: inline-block;
	width: 100%;
}

.foul li .a1 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

.footer .div2 img {
	display: block;
	width: 100%;
}

.footer .div2 p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

.footer .div2 {
	float: right;
	width: 9%;
}

.footer .div3 {
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ab3036;
	margin-top: 50px;
	padding-top: 30px;
	color: #fff;
}



.lh-config-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.lh-config-img .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: ease 1s;
	transform: scale(1.2);
}

.lh-config-img .item.on {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.yewubanner {
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}

.zyywul {
	position: relative;
	width: 100%;
	height: 100%;
	border-bottom: 5px solid #fbca01
}

.zyywul li {
	float: left;
	width: 33.3%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}

.zyywul li .p1 {
	font-size: 24px;
	color: #ffffff;
	padding-top: 5px;
}

.zyywul li .p2 {
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
}

.zyywul li .p3 {
	display: none;
}

.zyywul li .p4 {
	box-sizing: border-box;
	padding: 0 15%;
	padding-top: 20px;
	display: none;
}

.zyywul li .p4 .np1 {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.zyywul li .p4 .np2 {
	text-align: center;
	margin-top: 20px;
}

.zyywul li .p4 .np2 span {
	display: inline-block;
	width: 130px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}

.zyywul li a {
	display: inline-block;
	position: relative;
	padding-top: 60%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.zyywul li:hover {
	background: rgba(100, 9, 13, 0.4);
}

.zyywul li:hover a {
	padding-top: 30%;
}

.zyywul li:hover .p3 {
	display: block;
}

.zyywul li:hover .p4 {
	display: block;
}

.footer2 {
	background: #434343 !important;
}

.footer2 .div3 {
	border-color: #fff;
}

.footer2 .div1 .s2 {
	border-color: #fff;
}

/*about style*/
.bf {
	background-color: #fff;
}

.pagePadding {
	padding: 100px 0px;
}

.aboutPbox-box {
	position: relative;
	background: url(../image/debk2.png) top center no-repeat;
	background-size: 100% 100%;
}

/*.aboutPbox{ width: 754px; margin: 0px auto;}*/

.iboxT {
	margin-bottom: 40px;
}

.iboxT .zh {
	font-size: 36px;
	color: #222222;
	line-height: 1.5;
}

.iboxT .en {
	color: #666;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 16px;
}

.aboutP-list {
	padding-bottom: 50px;
	animation: fadeInUp 2s;
	-webkit-animation: fadeInUp 2s;
}

.aboutP-list li {
	float: left;
	display: block;
	width: 25%;
	padding: 0px 20px 0 40px;
	color: #525252;
	border-right: 1px solid #e3e3e3;
	line-height: 1.5;
	text-align: center;
}

.aboutP-list li:last-child {
	border-right: 0px none;
}

.aboutP-list .txt {
	color: #d7161f;
	font-family: "Microsoft JhengHei";
	font-size: 24px;
	line-height: 1.2;
}

.aboutP-list .txt span {}

.aboutP-list .num {
	font-size: 50px;
}

.aboutP-list .txt .sp2 {
	font-size: 14px;
	position: relative;
	left: 5px;
	top: -30px;
	color: #666666;
}

.aboutP-list .p2 {
	font-size: 16px;
	color: #222222;
	margin-top: 10px;
}

.aboutP-list .add {
	position: absolute;
	font-weight: bold;
}

.aboutP-list .en {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.aboutP-list .zh {
	font-weight: bold;
}

.pageC a:link,
.pageC a:visited {
	color: #d02a25;
}

.pageC a:active,
.pageC a:hover {
	color: #ee2d31;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
	color: #666;
}

.pageCcc {
	animation: fadeInUp 2s;
	-webkit-animation: fadeInUp 2s;
}

.pageCcc p {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.aboutPbox .pageC {
	text-align: center;
	font-size: 15px;
}

.pbot {
	background: url(../image/y.png) no-repeat scroll center center;
	background-size: cover;
	background: #f9f9fc;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: -37px;
	margin-left: -37px;
	cursor: pointer;
}

.pbot i {
	background: url(../image/abot.png) no-repeat scroll center center;
	width: 25px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0px 0px -12px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
	from {
		opacity: 0;
	}

	33% {
		opacity: 1;
	}

	to {
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}

	33% {
		opacity: 1;
	}

	to {
		transform: translateY(15px);
		-webkit-transform: translateY(15px);
		opacity: 0;
	}
}

.black-20 {
	background: url(../images/black_20.png) repeat;
	background: none rgba(0, 0, 0, 0.2);
}

.aboutC-box {
	background-color: #fff;
	padding: 80px 0px;
}

.aboutC-box .pageC {
	width: 90%;
	margin: 0px auto;
	text-align: justify;
}

.aboutC-box .pageC img {
	display: block;
	width: 100%;
}

.pagePadding2 {
	padding: 135px 0px;
}

/*about style end*/

.fixedImg {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.dszwbox {
	width: 100%;
	position: relative;
	background: url(../image/dsz_bk.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}

/*.dszwbox::after{position: absolute;left: 0;bottom: 0;width: 38%;height: 50%; background: #005bac;content: "";z-index: 1;animation:fadeInUp 1.5s;
    -webkit-animation:fadeInUp 1.5s;}*/
.dszwbox .div1 {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
}

.dszwbox .div1 img {
	display: none;
}

.dszwbox .div1 .box {
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.dszwbox .div1:hover .box {
	transform: scale(1.1)
}

;

/*.dszwbox .div1 img{display: block;width: 100%;-webkit-transition:all 0.5s ; transition:all 0.5s;}*/
.dszwbox .div1 .box {
	position: relative;
	overflow: hidden;
}

.dszwbox .div1 img {
	max-width: 100%;
	display: block;
	position: relative;
	height: 100%;
}

.dszwbox .div2 {
	float: left;
	width: 50%;
	padding: 3% 5%;
	padding-right: 2%;
	box-sizing: border-box;
}

.dszwbox .div2 .p1 {
	font-size: 48px;
	color: #005bac;
	text-transform: uppercase;
}

.dszwbox .div2 .p2 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.dszwbox .div2 .con {
	overflow-y: scroll;
	padding-top: 40px;
	position: relative;
	height: 80%;
	box-sizing: border-box;
	padding-right: 20px;
}



.fazhanul {
	display: inline-block;
	width: 100%;
	background: url(../image/xian4.png) center center;
	background-repeat: repeat-y;
	padding-top: 30px;
	margin-bottom: 50px;
}

.fazhanul li {
	float: left;
	width: 100%;
}

.fazhanul li .div1 {
	width: 50%;
}

.fazhanul li .div1 .s1 {
	font-size: 24px;
	color: #d03c27;
	margin-bottom: 10px;
}

.fazhanul li .div1 .s2 p {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.fazhanul li .div1 .box {
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
}

.fazhanul li:nth-child(2n-1) .div1 {
	float: right;
	box-sizing: border-box;
	padding-left: 70px;
	background: url(../image/yuan.png) left top 45% no-repeat;
	position: relative;
	left: -15px;
}

.fazhanul li:nth-child(2n) .div1 {
	float: left;
	box-sizing: border-box;
	padding-right: 70px;
	background: url(../image/yuan.png) right top 45% no-repeat;
	position: relative;
	right: -15px;
}

.fazhanul li .div1 .box .p1 {
	font-size: 47px;
	padding-bottom: 5px;
	border-bottom: 2px solid #eeeeee;
	font-weight: bold;
	position: relative;
	color: #d7161f;
}

.fazhanul li .div1 .box .p1:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 85px;
	background-color: #d7161f;
}

.fazhanul li .div1 .box .text {
	padding-top: 20px;
}

.fazhanul li .div1 .box .text p {
	font-size: 16px;
	color: #444444;
	line-height: 30px;
}

.timefz {
	text-align: center;
}

.timefz img {
	display: block;
	margin: 0 auto;
}

.fzp1 {
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}

.fzp2 {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
	line-height: 24px;
}

.ncontentbox {
	background: url(../image/debk.png) top center no-repeat;
	background-size: 100% 100%;
	background-color: #f4f4f5;
	padding: 50px 0;
}

.ntopti {
	position: relative;
	text-align: center;
	padding-bottom: 50px;
}

.ntopti .p1 {
	font-family: HYLILIANGHEIJ;
	src: url(./HYLILIANGHEIJ.ttf);
	text-transform: uppercase;
	font-size: 120px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: rgba(222, 222, 222, 0.2);
}

.ntopti .p2 {
	font-size: 36px;
	color: #222222;
	padding-top: 60px;
	position: relative;
	z-index: 1
}

.ntopti .p3 {
	font-size: 18px;
	color: #222222;
	margin-top: 20px;
	position: relative;
	z-index: 1
}

.qgbuwbox {
	display: inline-block;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.qgbuwbox .fl {
	float: left;
	width: 17%;
	background: #d7161f;
}

.qgbuwbox .fr {
	float: right;
	width: 76%;
}

.bjmenu {
	display: inline-block;
	background: #fff;
	width: 100%;
	position: relative;
	left: 40px;
	top: 40px;
	box-sizing: border-box;
	padding-top: 50px;
}

.bjmenu li {
	margin-bottom: 50px;
}

.bjmenu li a {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	color: #222222;
	box-sizing: border-box;
	padding: 0 40px;
}

.ziliao dt {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.ziliao dd {
	display: inline-block;
	width: 100%;
	background: #fff;
	line-height: 77px;
	margin-bottom: 10px;
}

.ziliao .s1 {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 30px;
	text-align: left;
}

.ziliao .s2 {
	float: left;
	width: 20%;
	text-align: center;
}

.ziliao .s3 {
	float: left;
	width: 20%;
	text-align: center;
}

.ziliao .s4 {
	float: left;
	width: 20%;
	text-align: center;
}

.ziliao .s5 {
	float: left;
	width: 15%;
	text-align: center;
	background: #c1b4a0;
	color: #fff;
}

.ziliao .s5 a {
	;
	color: #fff;
}

.ziliao dt {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.ziliao .s5:hover {
	background: #d7161f;
	-webkit-transition: all 0.45s;
	transition: all 0.45s;
}

.bjmenu li a {
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

.bjmenu li a:after {
	position: absolute;
	left: 0;
	width: 20px;
	height: 3px;
	background: #d7161f;
	content: "";
	left: -100%;
	top: 49%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.bjmenu li a:hover,
.bjmenu li.active a {
	color: #d7161f
}

.bjmenu li a:hover:after,
.bjmenu li.active a:after {
	left: 0;
}

.bjmap img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.nwhul {
	display: inline-block;
	width: 100%;
}

.nwhul li {
	float: left;
	width: 100%;
	background-color: #fff;
	display: table;
}

.nwhul li .img {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
}

.nwhul li .img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.nwhul li .text {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 6% 5% 0% 5%;
}

.nwhul li .innerbox {
	display: table-cell;
	vertical-align: middle;
}

.nwhul li:nth-child(2n) .img {
	float: right;
}

.nwhul li:hover img {
	transform: scale(1.1);
}

.whbox .div2 {
	display: inline-block;
	padding-top: 50px;
	width: 100%;
}

.whbox .div2 .h4 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 30px;
	color: #222222;
	font-weight: 400;
}

.bdzzul {
	display: inline-block;
	width: 100%;
}

.bdzzul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}

.bdzzul li .box {
	position: relative;
	overflow: hidden;
}

.bdzzul li img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.bdzzul li .text {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	padding-top: 35%;
	top: 0;
	box-sizing: border-box;
}

.bdzzul li .text .p1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.bdzzul li .text .p2 {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-top: 15px;
}

.bdzzul li:hover img {
	transform: scale(1.1);
}

.fazhanwbox {
	padding-top: 50px;
	background: url(../image/debk2.png) top center no-repeat;
	background-size: 100% 100%;
}

.fznbox {
	padding-top: 50px;
	margin-top: 50px;
	background: url(../image/fzbk.jpg) center no-repeat;
	background-size: cover;
}

.fznbox .inner1440 {
	overflow-y: scroll;
	max-height: 700px;
}

.fznbox .inner1440::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}

.fznbox .inner1440::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.fznbox .inner1440::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.05);

}



.cpwlistbox .fl {
	float: left;
	width: 15%;
	background-color: #d7161f;
	padding: 0 10px;
	padding-bottom: 10px;
}

.cpwlistbox .fl .h4 {
	font-size: 36px;
	color: #ffffff;
	line-height: 100px;
	text-align: center;
	font-weight: 400;
}

.cpwlistbox .fr {
	float: right;
	width: 85%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px 58px;
}

.nmenu1 {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
}

.nmenu1 li {
	box-sizing: border-box;
	padding: 0 25px;
}

.nmenu1 li a {
	font-size: 15px;
	color: #222222;
	line-height: 40px;
}

.nmenu1 li a:hover {
	color: #d7161f;
}

.ncpul {
	display: inline-block;
	width: 100%;
}

.ncpul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
}

.ncpul li a {
	display: inline-block;
	width: 100%;
	border: 1px solid #f1f2f3;
}

.ncpul li .img {
	position: relative;
	overflow: hidden;
	height: 259px;
}

.ncpul li .img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ncpul li:hover img {
	transform: scale(1.1);
}

.ncpul li p {
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 16px;
	line-height: 40px;
	color: #222222;
	margin-top: 5px;
}

.cpwlistbox .fr h4 {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

.cpwlistbox .fr h4 .sp1 {
	float: left;
	font-size: 30px;
	color: #222222;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 15px;
}

.jobtile {
	background: url(../image/debk.png) top center no-repeat;
	padding-top: 100px;
	padding-bottom: 75px;
}




.liuyan {
	padding: 60px 0;
	background: #fff;
}

.liuyan .title {
	text-align: center;
	margin-bottom: 40px;
}

.liuyan .title .p1 {
	font-size: 30px;
	color: #d7161f;
	font-weight: bold;
}

.liuyan .title .p2 {
	font-size: 20px;
	color: #000000;
}

.liuyanform .row1 {
	border-bottom: 2px solid #dddddd;
	display: inline-block;
	width: 100%;
}

.liuyanform .row1 .box {
	float: left;
	width: 33.3%;
	padding: 15px 0;
}

.liuyanform .row1 .box label {
	font-size: 16px;
	color: #000000;
}

.liuyanform .row1 .box input {
	background: transparent;
	border: none;
}

.liuyanform .row1 .box1 {
	padding-top: 20px;
}

.liuyanform .row1 .box1 label {
	font-size: 16px;
	color: #000000;
	display: inline-block;
	float: left;
}

.liuyanform .row1 .box1 textarea {
	height: 200px;
	width: 80%;
	display: inline-block;
	float: left;
	border: none;
	background: transparent;
}

.liuyanform .tijiao {
	border: none;
	background: transparent;
	color: #d7161f;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	cursor: pointer;
	right: 0;
}

.insection3 {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.insection3 .title {
	text-align: center;
	margin-bottom: 40px;
}

.insection3 .title .p1 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.insection3 .title .p2 {
	font-size: 30px;
	color: #1c233d;
}

.insection3 .title .p3 a {
	font-size: 14px;
	color: #333333;
}

.mapwbox {
	background: #f6f6f7 url(../image/debk2.png) top center no-repeat;
	background-size: 100% 100%;
	padding-top: 100px;
	padding-bottom: 75px;
}

.bgf5 {
	background: #f6f6f7 url(../image/debk2.png) top center no-repeat;
	background-size: 100% 100%;
}

.mapwbox .div1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	height: 620px;
	margin-top: 50px;
}

.mapwbox .div1 .s1 {
	float: left;
	width: 31.5%;
	box-sizing: border-box;
	padding: 0 30px;
	padding-top: 50px;
}

.mapwbox .div1 .s2 {
	float: left;
	width: 68.5%;
	height: 100%;
}

.mapwbox .div1 .s1 ul {
	display: inline-block;
	width: 100%;
}

.mapwbox .div1 .s1 ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.mapwbox .div1 .s1 ul li .img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ededed;
	text-align: center;
}

.mapwbox .div1 .s1 ul li .img img {
	vertical-align: middle;
	top: 14px;
	position: relative;
	display: block;
	width: 50%;
	margin: 0 auto;
}

.mapwbox .div1 .s1 ul li .img .im2 {
	display: none;
}

.mapwbox .div1 .s1 ul li .text {
	float: left;
	width: 80%;
	box-sizing: border-box;
	padding-left: 15px;
}

.mapwbox .div1 .s1 ul li .text .p1 {
	font-size: 18px;
	color: #000000;
}

.mapwbox .div1 .s1 ul li .text .p2 {
	font-size: 24px;
	color: #000000;
}

.mapwbox .div1 .s1 ul li:hover .img {
	background: #d7161f;
}

.mapwbox .div1 .s1 ul li:hover .im2 {
	display: block;
}

.mapwbox .div1 .s1 ul li:hover .im1 {
	display: none;
}

.mapwbox .div1 .s1 ul li:hover .text .p2 {
	color: #d7161f;
}

.lxwx {
	box-sizing: border-box;
	padding-left: 18%;
	margin-top: 20px;
}

.lxwx .img {
	float: left;
	width: 45%;
}

.lxwx .img img {
	display: block;
	width: 100%;
}

.lxwx .text {
	float: left;
	width: 55%;
	box-sizing: border-box;
	padding-left: 20px;
}

.lxwx .text .p1 {
	font-size: 24px;
	color: #000;
	margin-top: 15px;
}

.lxwx .text .p2 {
	font-size: 14px;
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}


.videowbox {
	padding: 50px 0;
}

.videowbox .topimg img {
	display: block;
}

.videowbox .topimg {
	margin-bottom: 50px;
}

.videoul {
	display: inline-block;
	width: 100%;
}

.videoul li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.videoul li .imge {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.videoul li .imge:after {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	content: "";
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.1);
	background: url(../image/videobtn.png) center center no-repeat;
}

.videoul li img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


.videoul li p {
	font-size: 18px;
	color: #222222;
	line-height: 36px;
	margin-top: 10px;
	text-align: center;
}

.videoul li:hover .imge:after {
	opacity: 1;
}

.videoul li:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.videoul li:hover img {
	transform: scale(1.1);
}

.nnewlist {
	display: inline-block;
	width: 100%;
}

.nnewlist li {
	float: left;
	width: 100%;
	padding: 35px 0;
}

.nnewlist li .img {
	float: left;
	width: 25%;
}

.nnewlist li .img img {
	display: block;
	width: 100%;
}

.nnewlist li .text {
	float: left;
	width: 75%;
	box-sizing: border-box;
	padding: 0 35PX;
}

.nnewlist li a {
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.nnewlist li:hover {
	background: #d7161f;
}

.nnewlist li:hover a {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.nnewlist li .text .p1 {
	font-size: 24px;
	color: #333333;
}

.nnewlist li .text .p2 {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.nnewlist li .text .p3 {
	font-size: 18px;
	color: #999999;
}

.nnewlist li:hover .text p {
	color: #fff !important;
}

.newsdetailwbox {
	background: #fff;
	position: relative;
	top: -200px;
}

.newsdetailwbox .title {
	box-sizing: border-box;
	padding: 30px 50px;
	border-bottom: 1px solid #f2f2f2;
}

.newsdetailwbox .title .p1 {
	font-size: 36px;
	color: #000000;
}

.newsdetailwbox .title .p2 {
	font-size: 16px;
	color: #999999;
	margin-top: 20px;
}

.newsdetailwbox .text {
	padding: 30px 50px;
}

.newsdetailwbox .text img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.newsdetailwbox .text video {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.ncontentbox2 {
	background: #f3f3f5;
}

.xiangqmore {
	background: #fff;
}

.xiangqmore ul li {
	float: left;
	width: 42%;
	text-align: center;
	line-height: 80px;
}

.xiangqmore ul li.active {
	background: #d7161f;
	color: #fff;
	width: 16%;
}

.xiangqmore ul li.active a {
	color: #fff;
}

.xiangqmore ul li a {
	color: #333;
	font-size: 14px;
}

.xiangqmore ul li a img {
	margin: 0 8px;
	position: relative;
	top: 3px;
}

.cpxxbox {
	margin-top: 20px;
}

.cpxxbox .fl {
	float: left;
	width: 24%;
	background: #ffffff;
	padding: 30px 20px;
	padding-right: 0;
}

.cpxxbox .fl .wimg {
	background: #d7161f;
	text-align: center;
	padding: 30px 0;
}

.cpxxbox .fl .wimg img {
	max-height: 75px;
}

.cpxxbox .fr {
	float: right;
	width: 70%;
	background: #fff;
}

.cpxxbox .fr img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.cpxxbox .fl .tj {
	font-size: 24px;
	color: #222222;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
}

.ntjcp {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding-right: 20px;
}

.ntjcp li {
	float: left;
	width: 100%;
	padding: 10px;
	background: #f3f3f5;
	margin-bottom: 2px;
}

.ntjcp li .img {
	float: left;
	width: 40%;
}

.ntjcp li .img img {
	display: block;
	width: 100%;
}

.ntjcp li .p1 {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 10%;
	color: #333;
}

.dszwbox .div2 .con::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}

.dszwbox .div2 .con::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.dszwbox .div2 .con::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.05);

}


/*honor style*/
.honorPbox {
	background-repeat: no-repeat;
	background-position: center center;
	animation: fadeInUp 2s;
	-webkit-animation: fadeInUp 2s;
}

.honorPbox .himg {
	display: none;
}

.honorPbox .himg img {
	width: 100%;
	display: block;
}

.honorPbox .hcon {
	background: url(../image/white_70.png) repeat;
	;
	width: 660px;
	float: right;
	display: block;
	padding: 50px 60px 50px 70px;
}

.honorPbox .c {
	font-size: 16px;
	color: #333333;
	height: 60px;
	overflow: hidden;
	margin-bottom: 30px;
}

.honor-demo {
	height: auto;
	overflow: hidden;
	left: -11px;
	position: relative;
}

.honor-demo .item {
	float: left;
	display: block;
	margin: 0px 11px;
	cursor: zoom-in;
}

.honor-demo .img {
	border: 10px solid #fff;
}

.honor-demo .img img {
	width: 100%;
	display: block;
}

.honor-demo .ry-prev {
	background-image: url(../image/ry-bt1.png);
	background-size: cover;
}

.honor-demo .ry-next {
	background-image: url(../image/ry-bt2.png);
	background-size: cover;
}

.honor-demo .swiper-button-next,
.honor-demo .swiper-button-prev {
	position: absolute;
	outline: none;
	width: 30px;
	height: 30px;
	top: 97%;
	z-index: 500;
}

.honor-demo .swiper-wrapper {
	padding-bottom: 40px;
}

.ho-b-bt {}

.ho-b-bt h2 {
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.ho-b-bt h3 {
	line-height: 30px;
	margin: 0;
	padding: 0;
	color: #888888;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase
}

.ho-b-btul {
	display: inline-block;
	position: relative;
	width: 100%;

	padding: 50px 0;
}

.ho-b-btul li {
	display: inline-block;
	float: left;
	width: 25%;
	padding-left: 15px;
	margin-bottom: 20px;
}

.ho-b-btul li a img {
	width: 100%;
	max-width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.ho-b-btul li div {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e9ebec;
}

.ho-b-btul li a p {
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #888888;
	margin-top: 10px;
}

.ho-b-btul li:hover img {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}



.in-sousou {
	position: relative;
	top: 2px;
	margin-left: 10px;
	padding-right: 13px;
	cursor: pointer;
	display: inline-block;
	float: left;
}

.in-sousou:after {
	position: absolute;
	content: "";
	background: #cccccc;
	right: 0;
	width: 1px;
	height: 20px;
	top: 18px;
}

.in-sof {
	position: absolute;
	top: 52px;
	width: 240px;
	left: -178px;
	display: none;
}

.in-sof .div1 {
	display: inline-block;
	width: 100%;
	line-height: 32px;
	z-index: 200;
}

.in-sof .div1 input {
	display: inline-block;
	float: left;
	line-height: 32px;
	padding: 0 10px;
	border: none;
	color: #666666;
	border-left: 1px solid #999999;
	background: #fff;
}

.in-sof .div1 .in2 {
	width: 32px;
	background: url(../image/pcsou1.jpg) center no-repeat;
}

.soubox {
	float: right;
	position: relative;
	line-height: 50px;
}

.soubox .img1 {
	vertical-align: middle;
}

.rx-swiper img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.rx-swiper .img {
	position: relative;
	overflow: hidden;
}

.rx-swiper .swiper-slide:hover img {
	transform: scale(1.1);
}

.abmenu {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 550px;
	height: 300px;
	box-sizing: border-box;
	padding:15px 0;
	background: #fff;
}

.abmenu .div1 {
	float: left;
	width: 160px;
	box-sizing: border-box;
	padding: 0 20px;
}

.abmenu .div2 {
	float: left;
	width: 380px;
	box-sizing: border-box;
	padding: 0 35px;
	border-left: 1px solid #f0f0f0;
}

.abmenu .div2 img {
	display: block;
	width: 100%;
}

.abmenu .div1 ul {
	display: inline-block;
	width: 100%;
}

.abmenu .div1 ul li {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.abmenu .div1 ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	padding: 0 !important;
}

.abmenu .div1 ul li:hover a {
	color: #d7161f;
}

.rymneu {
	text-align: center;
	border-bottom: 1px solid #f3f3f5;
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}

.rymneu ul {
	display: inline-block;
}

.rymneu ul li {
	float: left;
	margin: 0 10px;
}

.rymneu ul li a {
	font-size: 24px;
	color: #333;
	position: relative;
	display: block;
	line-height: 50px;
}

.rymneu ul li a:after {
	position: absolute;
	left: 30%;
	bottom: -5px;
	content: "";
	width: 0%;
	height: 3px;
	background: #d7161f;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.rymneu ul li:hover a:after,
.rymneu ul li.active a:after {
	width: 40%;
}

.rymneu ul li:hover a,
.rymneu ul li.active a {
	color: #d7161f;
}

.nav li:hover .abmenu {
	display: block;
}

.nav li:hover .abmenu .div1 ul li {
	background: transparent;
}

.nav li:hover .abmenu .div1 ul li a {
	background: transparent;
}

.nav li {
	position: relative;
}

.sqzwbox {
	background: rgb(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
}

.sqzwbox .div1 {
	position: relative;
	width: 70%;
	margin: 0 auto;
	background: #fff;
	margin-top: 10%;
	box-sizing: border-box;
	padding: 4% 4%;
}

.sqzwbox .div1 .fdiv {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 15px;
}

.sqzwbox .div1 .fdiv label {
	float: left;
	width: 30%;
	line-height: 40px;
	font-size: 15px;
	color: #666666;
}

.sqzwbox .div1 .fdiv label span {
	color: #dd0000;
}

.sqzwbox .div1 .fdiv input[type="text"] {
	float: left;
	width: 70%;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
}

.sqzwbox .div1 .fdiv input[type="date"] {
	float: left;
	width: 70%;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
}

.sqzwbox .div1 .fdiv .box {
	float: left;
	width: 70%;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
}

.sqzwbox .div1 .fdivn {
	display: inline-block;
	width: 100%;
}

.sqzwbox .div1 .fdiv2 label {
	float: left;
	width: 10%;
	line-height: 40px;
	font-size: 15px;
	color: #666666;
}

.sqzwbox .div1 .fdiv2 label span {
	color: #dd0000;
}

.sqzwbox .div1 .fdiv2 input[type="text"] {
	float: left;
	width: 89%;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
}

.sqzwbox .title {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}

.sqzwbox .close {
	position: absolute;
	right: 5%;
	top: 5%;
}

.sqzwbox .div1 .fdiv2 input[type="submit"] {
	margin-top: 30px;
	float: left;
	width: 89%;
	border: none;
	background: #d7161f;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}

.sqzwbox {
	display: none;
}

.showcpbox {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	padding-top: 50px;
}

.cpxxbox {
	display: inline-block;
	width: 100%;
}

.showcpbox .w_div1 {
	display: inline-block;
	width: 100%;
}

.showcpbox .w_div1 .img {
	float: left;
	width: 30%;
	border: 1px solid #efefef;
}

.showcpbox .w_div1 .img img {
	display: block;
	width: 100%;
}

.showcpbox .w_div1 .text {
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding-left: 40px;
}

.showcpbox .w_div1 .text .p1 {
	font-size: 24px;
	margin-bottom: 20px;
}

.showcpbox .w_div1 .text .p2 {
	font-size: 16px;
	line-height: 30px;
}

.showcpbox .w_div2 {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.showcpbox .w_div2 .h4 {
	font-size: 24px;
	line-height: 50px;
	height: 50px;
	font-weight: 400;
	border-bottom: 1px solid #dddddd;
}

.showcpbox .w_div2 .h4 span {
	color: #333;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #d7161f;
}

.showcpbox .w_div2 .con {
	padding-top: 40px;
	padding-bottom: 50px;
}

.showcpbox .w_div2 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.goumaobtn {
	background: #fff;
	padding: 20px 0;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 5000;
	width: 100%;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}


/*2020-8-6*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.footer_box {
	width: 100%;
	padding: 7px 0px 5px 0px;
	background-color: #fff;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 111111;
	display: none;
}

.footer_box li {
	width: 25%;
	float: left;
}

.footer_box li .div {
	width: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.footer_box li .div:hover {
	text-decoration: none;
	color: #333;
}

.footer_box li .div .s1 {
	width: 100%;
	text-align: center;
}

.footer_box li .div .s1 img {
	width: 30px;
	height: 30px;
}

.footer_box li .div .s2 {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}


.zc_div {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	bottom: 67px;
	z-index: 1111111111111111;
	display: none;
	background-color: #f3f3f5;
	/* background:url(../image/z4.png) repeat;*/
}

.zc_img {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 50%;
	z-index: 11111111111111111;
	text-align: center;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.zc_img img {
	width: 180px;
	height: 180px;
}
