@charset "utf-8";

@font-face {
	font-family: 'siyuan';
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF');

}

*{	font-family: "siyuan" !important;}

/* CSS Document */
html {
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

* {
	word-wrap: break-word;
}
a,a:link{ text-decoration:none; outline:0;}

body {
	font-size: 12px;
	font-size: 1.2rem;
	/* 12÷10=1.2 */
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body,
html {
	font-family: "siyuan";
	min-width: 320px;
}

ul,
ul li,
dl,
dl dt,
dl dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.f_faminly {
	font-family: "siyuan";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.bigzm {
	text-transform: uppercase;
}

.b_cursor {
	border: 0px;
	cursor: pointer;
}

input {
	outline: 0;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

ul li {
	list-style-type: none;
	float: left;
}

.container {
	width: 100% !important;
	max-width: 1200px;
	max-width: 1170px\9;
}

.container1 {
	width: 100%;
}


/*loading加载*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10000000;
}

.loading-img {
	width: 226px;
	position: absolute;
	height: 56px;
	left: 50%;
	top: 50%;
	margin-left: -113px;
	margin-top: -28px;
	-webkit-animation: rotateplane 1.4s infinite ease-in-out;
	animation: rotateplane 1.4s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

/*浏览器滚动条*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #555;
	border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}

/*头部*/

#banner {
	width: 100%;
	position: relative;
}

.i_banner {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	background-color: #000;
}

.banner_tb1 {
	width: 28px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin-left: -14px;
	z-index: 1111;
}

.banner_tb1 img {
	width: 100%;
}

.clearpadding {
	padding: 0px;
	margin: 0px;
}

.header {
	width: 100%;
	padding: 26px 5% 16px 5%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 4;
	transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.header.fixedmenu,
.header.fixedmenu1.fixedmenu {
	background-color: #fff;
	padding: 15px 5% 5px 5%;
	left: 0px;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	box-shadow: 0px 0px 10px #c7c5bf;
}

.header.fixedmenu1 {
	background-color: #fff;
}


.i_logo_img {
	width: 18.5%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_logo_img .s1 {
	display: block;
}

.i_logo_img .s2 {
	display: none;
}

.i_logo_img img {
	max-width: 100%;
}

.header.fixedmenu .i_logo_img {
	width: 17.5%;
}

.header.fixedmenu .i_logo_img .s1 {
	display: none;
}

.header.fixedmenu .i_logo_img .s2 {
	display: block;
}

.header.fixedmenu1 .i_logo_img {
	width: 17.5%;
}

.header.fixedmenu1 .i_logo_img .s1 {
	display: none;
}

.header.fixedmenu1 .i_logo_img .s2 {
	display: block;
}

.i_ss {
	width: 48px;
	height: 50px;
	position: relative; /*overflow:hidden;*/
}

.i_ss_t {
	width: 48px;
	height: 50px;
	background: url(../images/tb_04.png) center no-repeat;
	cursor: pointer;
}

.i_ss_c{width:200px; height:40px; position:absolute; /*right:-240px; top:5px;*/ top:100%; right:0px; background-color:#cb2c2c; display:none;}
.i_ss_c .ipt1{width:160px; height:40px; line-height:40px; color:#333; border:0px; font-size:14px; font-family:"siyuan"; text-indent:10px;}
.i_ss_c .ipt2{width:40px; height:40px; background:url(../images/tb_04.png) center no-repeat;border:0px;}
.i_ss_c .s1{width:40px; height:40px; background:url(../images/tb_045.png) center center no-repeat; background-size:15px; background-color:#6a6969; cursor:pointer; display:none;}

.header.fixedmenu1 .i_ss_c .ipt1{ border:1px solid #f4f4f4;}
.header.fixedmenu .i_ss_c .ipt1{ border:1px solid #f4f4f4;}




.i_logo_ul{width:60%;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.i_logo_ul.activemenu{width:60%;}
.i_logo_ul .nav_menu{width:100%; margin:0px; padding:0px;}
.i_logo_ul .nav_menu li{width:11.11%;  height:50px; float:left; margin:0px; padding:0px; position:relative;/*padding:0px 30px;*/ padding:0px !important;}
.i_logo_ul .nav_menu li .a_nav{width:100%; position:relative; height:50px; line-height:50px; display:inline-block; text-align:center; overflow:hidden; color:#fff; font-size:16px; font-weight:bold; position:relative;}
.i_logo_ul .nav_menu li .a_nav.active2 .s1{ padding-right:20px;  height:50px; line-height:50px; background:url(../images/tb_02.png) right center no-repeat;  display:inline-block;}
.i_logo_ul .nav_menu li .a_nav:hover,.i_logo_ul .nav_menu li .a_nav.active,.i_logo_ul .nav_menu li .a_nav.active1{ color:#fff; /*background-color:#c1cef2; */text-decoration:none;}
.i_logo_ul .nav_menu li .a_nav:after{right:25%;width:0px;bottom: 5px;content: '';position: absolute;height: 2px;background: #fff;transition: all 0.5s linear;}
.i_logo_ul .nav_menu li .a_nav:before{left:25%;width:0px;bottom: 0px;content: '';position: absolute;height: 2px;background: #fff;transition: all 0.5s linear;}
.i_logo_ul .nav_menu li .a_nav:hover:before,.i_logo_ul .nav_menu li .a_nav.active:before,.i_logo_ul .nav_menu li .a_nav.active1:before{ width:40px;}
.i_logo_ul .nav_menu li .a_nav:hover:after,.i_logo_ul .nav_menu li .a_nav.active:after,.i_logo_ul .nav_menu li .a_nav.active1:after{ width:40px;}



.header.fixedmenu1 .i_logo_ul .nav_menu li .a_nav:after{    background: #c9211e;
    background: -webkit-linear-gradient(left,#c9211e, #9b0000);
    background: -moz-linear-gradient(left,#c9211e, #9b0000);
    background: -ms-linear-gradient(left,#c9211e, #9b0000);
    background: -o-linear-gradient(left,#c9211e, #9b0000);}
.header.fixedmenu1 .i_logo_ul .nav_menu li .a_nav:before{   background: #c9211e;
    background: -webkit-linear-gradient(left,#c9211e, #de7c1b);
    background: -moz-linear-gradient(left,#c9211e, #de7c1b);
    background: -ms-linear-gradient(left,#c9211e, #de7c1b);
    background: -o-linear-gradient(left,#c9211e, #de7c1b);}
	
	.header.fixedmenu .i_logo_ul .nav_menu li .a_nav:after{   background: #c9211e;
    background: -webkit-linear-gradient(left,#c9211e, #9b0000);
    background: -moz-linear-gradient(left,#c9211e, #9b0000);
    background: -ms-linear-gradient(left,#c9211e, #9b0000);
    background: -o-linear-gradient(left,#c9211e, #9b0000);}
.header.fixedmenu .i_logo_ul .nav_menu li .a_nav:before{   background: #c9211e;
    background: -webkit-linear-gradient(left,#c9211e, #de7c1b);
    background: -moz-linear-gradient(left,#c9211e, #de7c1b);
    background: -ms-linear-gradient(left,#c9211e, #de7c1b);
    background: -o-linear-gradient(left,#c9211e, #de7c1b);}

/*.i_logo_ul .nav_menu li .a_nav:after{content:"";width:0px; height:4px; background-color:#be320a; position:absolute; left:50%; bottom:0px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
 margin-left:0px;}
.i_logo_ul .nav_menu li .a_nav:hover:after,.i_logo_ul .nav_menu li .a_nav.active:after,.i_logo_ul .nav_menu li .a_nav.active1:after{ width:100%; margin-left:-50%;}*/
.i_logo_ul .nav_menu li dl{width:100%;/* padding-top:10px;*/ /*background-color:#be320a; */position:absolute; left:0px; top:50px; display:none; /*z-index:11;*/ padding:0px 30px;}


.i_logo_ul .nav_menu li dl dd {
	width: 100%;
	float: left;
}

.i_logo_ul .nav_menu li dl dd a{width:100%; float:left; height:40px; line-height:40px;/* text-align:center; */overflow:hidden; display:inline-block; color:#666666; font-size:16px;}
.i_logo_ul .nav_menu li dl dd a:hover{ text-decoration:none; color:#cb2c2c;}


.header.fixedmenu .i_logo_ul .nav_menu li .a_nav {
	color: #222222;
}

.header.fixedmenu .i_logo_ul .nav_menu li .a_nav:hover,
.header.fixedmenu .i_logo_ul .nav_menu li .a_nav.active,
.header.fixedmenu .i_logo_ul .nav_menu li .a_nav.active1 {
	color: #222;
	text-decoration: none;
}

.header.fixedmenu .i_logo_ul .nav_menu li .a_nav.active2 .s1 {
	background: url(../images/tb_03.png) right center no-repeat;
}

.header.fixedmenu .i_ss_t {
	background: url(../images/tb_05.png) center no-repeat;
}


.header.fixedmenu1 .i_logo_ul .nav_menu li .a_nav {
	color: #222222;
}

.header.fixedmenu1 .i_logo_ul .nav_menu li .a_nav:hover,
.header.fixedmenu .i_logo_ul .nav_menu li .a_nav.active,
.header.fixedmenu .i_logo_ul .nav_menu li .a_nav.active1 {
	color: #222;
	text-decoration: none;
}

.header.fixedmenu1 .i_logo_ul .nav_menu li .a_nav.active2 .s1 {
	background: url(../images/tb_03.png) right center no-repeat;
}

.header.fixedmenu1 .i_ss_t {
	background: url(../images/tb_05.png) center no-repeat;
}


.home-swiper {
	width: 100%;
	height: 100%;
	background: #000;
}

.home-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

< !--.home-swiper .swiper-slide img {
	width: 100%;
	height: auto !important;
	display: none;
}

-->
/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/

.home-swiper .swiper-slide .s1 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}

.home-swiper .swiper-slide .s1 img {
	width: 100%;
	height: auto !important;
	display: none;
}

.home-swiper .swiper-slide .s2 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
}

.home-swiper .swiper-slide .s2 img {
	width: 100%;
	height: auto !important;
	display: none;
}



.i_banner_l {
	width: 100%;
	padding: 0px 3%;
	position: absolute;
	left: 0px;
	bottom: 35px;
	z-index: 111;
}

.i_banner_l_tb {
	width: 203px;
	background: url(../images/img7.jpg) right center no-repeat;
}

.i_banner_l_text {
	padding-left: 30px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 16px;
}

/*首页内容部分*/
.ui_div {
	width: 100%;
}

.ui_div1 {
	width: 100%;
	overflow: hidden;
}

.ui_div_center {
	width: 1400px;
	margin: 0px auto;
}

.ui_div_con {
	width: 1200px;
	margin: 0px auto;
}


/*手机导航*/
/* CSS Document */
.phone_nav {
	display: none;
}

.phone_nav.fixedmenu {
	position: fixed;
	top: 0px;
	background-color: #fff;
	left: 0px;
	z-index: 11111;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	box-shadow: 0px 0px 10px #c7c5bf;
}

.phone_logo {
	padding: 10px 0px;
}

.phone_logo .p1 img {
	width: 100%;
}

@media screen and (max-width:1200px) {
	.phone_logo .p1 {
		display: block;
		width: 53%;
		display: inline-block;
	}

	/*.header{ display:none;}*/
	.phone_logo {
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
	}

	.phone_nav {
		display: block;
		background-color: #fff;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		transition-delay: 0.7s;
		-webkit-transition-delay: 0.7s;
		z-index: 100000;
	}

	/*导航按钮*/
	.phone_nav .nav_but_box {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 10px;
		top: 50%;
		margin-top: -15px;
		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: #b71a00;
		-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: #b71a00;
		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-color: #b71a00;
		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;
		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("../images/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 {
		width: 100%;
		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 {
		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 {
		width: 100%;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}




@media screen and (max-width:470px) {

	/*--768-0--*/
	.phone_logo {
		padding: 10px 10px
	}

	.phone_nav .nav_main ul {
		height: 410px;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

@media screen and (max-width:758px) {

	/*--768-0--*/
	/*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
	.phone_nav .nav_main ul {
		margin-top: 20px;
		height: 550px;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

.i_ssbn {
	width: 50px;
	height: 100%;
	background: url(../images/tb_04.png) center no-repeat;
	background-color: #333333;
	background-size: 20px;
	position: absolute;
	top: 0px;
	right: 50px;
	z-index: 10000;
}

.i_ssbn span {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.i_ssbn_div {
	width: 200px;
	display: none;
	background-color: #fff;
	z-index: 10000;
	position: absolute;
	right: 0px;
	top: 100%;
}

.i_ssbn_div .ipt1 {
	width: 80%;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	border: 0px;
	font-family: "siyuan";
	background-color: #fff;
	color: #b9b9b9;
	font-size: 0.16rem;
}

.i_ssbn_div .ipt2 {
	width: 20%;
	height: 40px;
	background: url(../images/tb_04.png) center no-repeat;
	background-color: #333333;
	border: 0px;
	background-size: 15px;
}

.i_ssbn_div input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #b9b9b9;
}

.i_ssbn_div input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
	color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
	color: #b9b9b9;
}


/*手机导航*/


.i_wapper {
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.i_sectionbox1 {
	width: 100%;
	background: url(../images/bg1.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0px 0px 0px 13.5%;
	position: relative;
	overflow: hidden;
}

.i_box1 {
	width: 63%;
	background-color: #fff;
	position: absolute;
	left: 13.5%;
	bottom: 0px;
	height: 82%;
	padding: 0px 3%;
}

.i_box1 .tb1 {
	width: 0%;
	height: 50px;
	background-color: #cb2c2c;
	position: absolute;
	left: -50px;
	top: -50px;
	-webkit-transition: all ease-out .8s;
	transition: all ease-out .8s;
}

.i_box1 .tb1.vis {
	width: 40%;
}

.i_box1 .tb2 {
	width: 50px;
	height: 0%;
	background-color: #cb2c2c;
	position: absolute;
	left: -50px;
	top: -50px;
	-webkit-transition: all ease-out .8s;
	transition: all ease-out .8s;
}

.i_box1 .tb2.vis {
	height: 72%;
	transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
}

.i_box1 .tb3 {
	width: 18px;
	height: 0%;
	background-color: #cb2c2c;
	position: absolute;
	right: -18px;
	bottom: 0px;
	-webkit-transition: all ease-out .8s;
	transition: all ease-out .8s;
}

.i_box1 .tb3.vis {
	height: 46%;
}

.i_box1_left {
	width: 37%;
	padding-top: 7%;
}

.i_box1_left_t {
	width: 100%;
	padding-bottom: 20px;
	color: #cccccc;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
}

.i_box1_left_t .s1 {
	font-size: 24px;
	color: #222222;
}

.i_box1_left_t .s2 {
	color: #cb2c2c;
	font-size: 48px;
	font-weight: bold;
}

.i_box1_left_t .s3 {
	color: #333333;
}

.i_box1_left_t .s4 {
	color: #ae0a0c;
}

.i_box1_left_t .s5,
.i_box1_left_t .s5:hover {
	padding: 0px 18px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	background-color: #5a8fd2;
	position: absolute;
	right: 0px;
	bottom: 20px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
}

.i_box1_left_c {
	width: 100%;
	background-color: #d9f0fa;
}

.i_box1_left_c .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.i_box1_left_c .a_img img {
	width: 100%;
}

.i_box1_left_c .a_img .a_name {
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	padding: 0px 5%;
	text-align: right;
	position: absolute;
	top: 31.25%;
	right: 0px;
	z-index: 1;
}

.i_box1_left_c .a_img .a_name .s1 {
	font-size: 24px;
	font-weight: bold;
}

.i_box1_left_c .a_text {
	width: 100%;
	padding: 15px 8% 25px 8%;
	line-height: 1.8;
	color: #222222;
	font-size: 16px;
	text-align: justify;
}

.i_box1_right {
	width: 60%;
	padding-left: 3%;
	padding-top: 5%;
	padding-bottom: 70px;
	position: relative;
}

.i_box1_right:before {
	width: 1px;
	height: 100%;
	background-color: #eee;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
}

.i_box1_right_t {
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #cccccc;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
}

.i_box1_right_t .s1 {
	color: #222222;
	font-weight: bold;
	font-family: "siyuan";
	letter-spacing: 2px;
}

.i_box1_right_menu {
	display: inline-block;
	border: 1px solid #eeeeee;
	border-right: 0px;
}

.i_box1_right_menu a {
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	border-right: 1px solid #eeeeee;
	float: left;
}

.i_box1_right_menu a:hover,
.i_box1_right_menu a.activelt {
	background-color: #cb2c2c;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #cb2c2c;
	text-decoration: none;
}

.i_box1_right_c {
	width: 100%;
	padding-top: 35px;
}

.i_box1_right_con {
	width: 100%;
	display: none;
}

.i_box1_right_con_t {
	width: 100%;
	padding-bottom: 15px;
	line-height: 1.4;
	color: #222222;
	font-size: 30px;
}

.i_box1_right_con_t .s1 {
	color: #cb2c2c;
	font-weight: bold;
}

.i_box1_right_con_c {
	width: 100%;
}

.i_box1_right_con_c li {
	width: 100%;
	float: left;
}

.i_box1_right_con_c.activetwo li .div .s1 {
	height: 48px;
	line-height: 48px;
}

.i_box1_right_con_c.activetwo li .div .s2 {
	height: 48px;
	line-height: 48px;
}

.i_box1_right_con_c li .div {
	width: 100%;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.i_box1_right_con_c li .div:hover {
	/* background:url(../images/tb_06.png) right center no-repeat; */
	color: #cb2c2c;
	text-decoration: none;
}

.i_box1_right_con_c li .div .s1 {
	width: 70%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.i_box1_right_con_c li .div .s2 {
	width: 30%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: right;
}

.i_box1_right_con_c li .div:hover .s2 {
	display: none;
}

.i_box1_right_con_c li .div .s3 {
	height: 40px;
	width: 31px;
	text-align: center;
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
}

.i_box1_right_con_c li .div:hover .s3 {
	display: block;
}

.i_box1_right_con_c.activetwo li .div .s3 {
	height: 48px;
}

.i_box1_right_con_c1 {
	width: 100%;
	line-height: 30px;
	height: 150px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-align: justify;
}

.i_box1_right_con_b {
	width: 80px;
	margin-top: 40px;
	height: 56px;
	background: url(../images/tb_07.gif) no-repeat;
	padding-top: 23px;
	text-align: right;
	line-height: 33px;
	color: #333333;
	font-size: 14px;
}

.i_box1_right_con_b:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.i_box1_r {
	width: 10%;
	background: url(../images/tb_08.png) repeat;
	border: 1px solid rgb(255, 255, 255, 0.3);
	border-left: 0px;
	border-right: 0px;
	padding: 36px 0px;
	position: absolute;
	right: 6%;
	bottom: 17%;
	writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: tb-lr;
}

.i_box1_r:before {
	width: 1%;
	height: 200%;
	position: absolute;
	left: -1px;
	bottom: 0px;
	background-color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	content: "";
}

.i_box1_r:after {
	width: 1%;
	height: 200%;
	position: absolute;
	right: -1px;
	top: 0px;
	background-color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	content: "";
}

.i_box1_r .s1 {
	color: #fff;
	font-size: 30px;
	font-family: 'Arial';
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.i_box1_r .s1 span {
	display: inline-block;
	transform: rotate(360deg);
	letter-spacing: 1px;
}


.i_sectionbox2 {
	width: 100%;
	background: url(../images/bg2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding:12% 3% 0% 5%;
	position: relative;
}

.i_sectionbox2_l{width:26%; background-color:#fff; padding:65px 0px 130px 3%; color:#333333; margin-top:38px; position:relative;}
.i_sectionbox2_l .tb1{width:0%; height:38px; background-color:#cb2c2c; position:absolute; left:-38px; top:-38px;-webkit-transition: all ease-out .8s;
    transition: all ease-out .8s;}
.i_sectionbox2_l .tb1.vis{width:40%;}
.i_sectionbox2_l .tb2{width:38px; height:0%; background-color:#cb2c2c; position:absolute; left:-38px; top:-38px;-webkit-transition: all ease-out .8s;
    transition: all ease-out .8s;}
.i_sectionbox2_l .tb2.vis{ height:92%;transition-delay: 0.8s;-webkit-transition-delay: 0.8s; -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s;}

.i_sectionbox2_l_t{width:100%; padding-bottom:25px; font-size:16px; line-height:1.4;}
.i_sectionbox2_l_t .s1{ font-size:36px; color:#333; font-weight:bold;}
.i_sectionbox2_l_t .s2{ font-size:30px; font-weight:bold; color:#cb2c2c;}
.i_sectionbox2_l_menu{width:100%; padding-bottom:25px;}
.i_sectionbox2_l_menus{display:inline-block; border:1px solid #cb2c2c;/* border-right:0px;*/
-moz-border-radius:0px 20px 0px 20px;      /* Gecko browsers */
-webkit-border-radius: 0px 20px 0px 20px;   /* Webkit browsers */
border-radius:0px 20px 0px 20px;          /* W3C syntax */ overflow:hidden;}
.i_sectionbox2_l_menus a{ padding:0px 33px; height:40px; line-height:40px; display:inline-block; color:#cb2c2c; font-size:16px; border-right:1px solid #cb2c2c; float:left;}
.i_sectionbox2_l_menus a:hover,.i_sectionbox2_l_menus a.activelt{ background-color:#cb2c2c; color:#fff; text-decoration:none;}
.i_sectionbox2_l_b{width:100%; display:none;}
.i_sectionbox2_l_b .a1{width:40px; height:40px;display:inline-block;}
.i_sectionbox2_l_b .a1 img{width:100%;}
.i_sectionbox2_l_b .a2{width:40px; height:40px; margin-left:20px; display:inline-block;}
.i_sectionbox2_l_b .a2 img{width:100%;}
.i_sectionbox2_l_b1{width:100%;}
.i_sectionbox2_l_b1 a{ height:36px; line-height:36px; padding-right:26px; color:#bbbbbb; font-size:14px; display:inline-block; background:url(../images/tb_046.png) right center no-repeat;}
.i_sectionbox2_l_b1 a:hover{ text-decoration:none; color:#333;}

.i_sectionbox2_r{width:70%; overflow:hidden; position:relative;}
.i_sectionbox2_r_c{width:100%; position:absolute; left:0px; top:0px;}
.i_sectionbox2_r_con{width:100%;}

.ny_wmscy_con3 {
	width: 100%;
	overflow: hidden;
}

.ny_wmscy_con3 .swiper-slide {
	width: 100%;
	color: #333333;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px;
}

.ny_wmscy_con3 .swiper-slide .div {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	color: #666666;
	font-size: 14px;
	padding: 10px;
}

.ny_wmscy_con3 .swiper-slide .div:hover {
	text-decoration: none;
	color: #666666;
}

.ny_wmscy_con3 .swiper-slide .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	 height:240px; position:relative;
}

.ny_wmscy_con3 .swiper-slide .div .a_img img {
	width:100%; position:absolute; left:0px; top:50%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);
}

.ny_wmscy_con3 .swiper-slide .div .a_text {
	width: 100%;
	padding: 20px 4% 15px 4%;
}

.ny_wmscy_con3 .swiper-slide .div .a_text .s1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #222222;
	font-size: 16px;
	overflow: hidden;
	font-weight: bold;
}

.ny_wmscy_con3 .swiper-slide .div:hover .a_text .s1 {
	color: #cb2c2c;
}

.ny_wmscy_con3 .swiper-slide .div .a_text .s2 {
	width: 100%;
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #999999;
}

.ny_wmscy_con3 .swiper-slide .div .a_text .s3 {
	width: 100%;
	text-align: justify;
	overflow: hidden;
	line-height: 25px;
	height: 125px;
}

.ny_wmscy_con3.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.wmscy-pagination3 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: 1;
	border: 1px solid #a5a5a5;
	position: relative;
}

.wmscy-pagination3 .swiper-pagination-bullet-active {}

.wmscy-pagination3 .swiper-pagination-bullet-active:after {
	width: 4px;
	height: 4px;
	background-color: #a5a5a5;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	margin-left: -2px;
	margin-top: -2px;
	content: "";
}

/*.i_sectionbox2 .wmscy_next3{width:40px; height:40px; background:url(../images/tb_09.png) no-repeat; position:absolute; left:12%; top:auto; margin:0px; bottom:40%;}
.i_sectionbox2 .wmscy_prev3{width:40px; height:40px; background:url(../images/tb_010.png) no-repeat; position:absolute; left:8%;  top:auto; margin:0px; bottom:40%;}
*/


.i_sectionbox3 {
	width: 100%;
	background: url(../images/bg3.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative; display:none;
}

.i_box2 {
	width: 84%;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 82%;
	padding-left: 11%;
	padding-top: 5.5%;
	overflow: hidden;
}

.i_box2:after {
	width: 13%;
	height: 16%;
	background-color: #cb2c2c;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
}

.i_box2_l {
	width: 17%;
	padding: 6% 4% 6% 4%;
	border: 1px solid #e5e5e5;
	margin-top: 4%;
	border-right: 0px;
	position: relative;
}

.i_box2_l:after {
	width: 1px;
	background-color: #e5e5e5;
	position: absolute;
	right: -1px;
	bottom: 0px;
	height: 200%;
	content: "";
}

.i_box2_l .s1 {
	width: 100px;
	color: #d3d3d3;
	font-size: 30px;
	font-family: 'Arial';
	display: flex;
	justify-content: center;

	position: relative;
}

.i_box2_l .s1 span {
	width: 50px;
	height: 270px;
	display: inline-block;
	transform: rotate(180deg);
	letter-spacing: 1px;
	writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: tb-lr;
}

.i_box2_l .s1 span:nth-child(2) {
	font-weight: bold;
}

.i_box2_l .s1 span:first-child {
	transform: rotate(180deg) translateY(100px);
}

.i_box2_r {
	width: 79%;
	position: relative;
	height: 100%;
}

.i_box2_r_l {
	width: 77%;
	overflow: hidden;
	position: relative;
}

.i_box2_r_lz {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.i_box2_r_lc {
	width: 100%;
}

.i_box2_r_lc_t {
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

.i_box2_r_lc_t .s1 {
	color: #000000;
	font-size: 36px;
}

.i_box2_r_lc_t .s2 {
	margin-right: 80px;
	color: #666666;
	font-size: 16px;
}

.i_box2_r_lc_t .s2:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.i_box2_r_lc_c {
	width: 100%;
	padding-top: 15px;
	position: relative;
}

.ny_wmscy_con31 {
	width: 100%;
	overflow: hidden;
}

.ny_wmscy_con31 .swiper-slide {
	width: 100%;
	color: #333333;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 1%;
}

.ny_wmscy_con31 .swiper-slide .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	color: #666666;
	font-size: 14px;
}

.ny_wmscy_con31 .swiper-slide .div:hover {
	text-decoration: none;
	color: #666666;
}

.ny_wmscy_con31 .swiper-slide .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.ny_wmscy_con31 .swiper-slide .div .a_img .img1 {
	width: 100%;
}

.ny_wmscy_con31 .swiper-slide .div .a_img .tb1 {
	width: 15%;
	position: absolute;
	left: 20px;
	top: 0px;
}

.ny_wmscy_con31 .swiper-slide .div .a_img .tb1 .img2 {
	width: 100%;
}

.ny_wmscy_con31 .swiper-slide .div .a_div {
	width: 100%;
	padding: 12px 8% 20px 8%;
	background-color: #f6f6f6;
	border-top: 1px solid #e2e2e2;
}

.ny_wmscy_con31 .swiper-slide .div .a_div .s1 {
	width: 100%;
	height: 37px;
	line-height: 37px;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
}

.ny_wmscy_con31 .swiper-slide .div .a_div .s2 {
	width: 100%;
	height: 72px;
	line-height: 24px;
	overflow: hidden;
}

.ny_wmscy_con31 .swiper-slide .div:hover .a_div .s1 {
	color: #fff;
}

.ny_wmscy_con31 .swiper-slide .div:hover .a_div {
	background-color: #bd3537;
	color: #fff;
}

.ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.wmscy-pagination31 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: 1;
	border: 1px solid #a5a5a5;
	position: relative;
}

.wmscy-pagination31 .swiper-pagination-bullet-active {}

.wmscy-pagination31 .swiper-pagination-bullet-active:after {
	width: 4px;
	height: 4px;
	background-color: #a5a5a5;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	margin-left: -2px;
	margin-top: -2px;
	content: "";
}

.i_box2_r_lc_c .wmscy_next31 {
	width: 26px;
	height: 26px;
	background: url(../images/img5.jpg) no-repeat;
	position: absolute;
	right: 0px;
	top: -45px;
	margin-top: 0px;
	z-index: 2;
}

.i_box2_r_lc_c .wmscy_next31:hover {
	background: url(../images/img5s.jpg) no-repeat;
}

.i_box2_r_lc_c .wmscy_prev31 {
	width: 26px;
	height: 26px;
	background: url(../images/img4.jpg) no-repeat;
	position: absolute;
	left: auto;
	right: 37px;
	top: -45px;
	margin-top: 0px;
	z-index: 2;
}

.i_box2_r_lc_c .wmscy_prev31:hover {
	background: url(../images/img4s.jpg) no-repeat;
}

.i_box2_r_r {
	width: 16%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.i_box2_r_r li {
	width: 100%;
	float: left;
}

.i_box2_r_r li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	padding: 25px 0px 15px 0px;
	font-size: 18px;
	float: left;
	position: relative;
}

.i_box2_r_r li .div:hover {
	text-decoration: none;
	color: #fff;
}

.i_box2_r_r li .div:after {
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	font-family: Arial, Helvetica, sans-serif;
	top: -18px;
	content: "+";
	z-index: 111;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box2_r_r li .div:hover:after {
	top: 5px;
}

.i_box2_r_r li .div.bg1 {
	background-color: #c7ab94;
}

.i_box2_r_r li .div.bg2 {
	background-color: #cb8762;
}

.i_box2_r_r li .div.bg3 {
	background-color: #9e6351;
}

.i_box2_r_r li .div.bg4 {
	background-color: #3e3e3e;
}

.i_box2_r_r li .div .s1 {
	width: 100%;
	text-align: center;
}

.i_box2_r_r li .div .s2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}

.i_box2_box1 {
	width: 5%;
	position: absolute;
	right: 5%;
	bottom: 14%;
	writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: tb-lr;
	padding-bottom: 84px;
	background: url(../images/tb_012.png) bottom center no-repeat;
}

.i_box2_box1 .s1 {
	color: #fff;
	font-size: 60px;
	font-family: 'Arial';
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

}

.i_box2_box1 .s1 span {
	display: inline-block;
	transform: rotate(360deg);
	letter-spacing: 1px;
}


.i_sectionbox4 {
	width: 100%;
	position: relative;
	background-color: #f1f2f3;
}

.i_sectionbox4_l {
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.i_sectionbox4_l .mapbg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -500px 0 0 -480px;
}

.i_sectionbox4_l .mapadd {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 195px;
	height: 108px;
	margin: -70px 0 0 -35px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.i_sectionbox4_l .mapadd span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.i_sectionbox4_l .mapadd .mapyy {
	-webkit-animation: shadow ease-in-out 2s infinite;
	animation: shadow ease-in-out 2s infinite;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: 0px;
}

.Float {
	-webkit-animation: float ease-in-out 2s infinite;
	animation: float ease-in-out 2s infinite
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes shadow {

	0%,
	100% {
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
	}

	50% {
		transform: scaleX(1.1);
		-webkit-transform: scaleX(1.1);
	}
}

@keyframes shadow {

	0%,
	100% {
		transform: scaleX(1);
	}

	50% {
		transform: scaleX(1.2);
	}
}


.i_sectionbox4_r {
	width: 50%;
	height: 100%;
	background: url(../images/bg4.jpg) center center no-repeat;
	background-size: cover;
	padding: 0% 14% 0px 7%;
	overflow: hidden;
	display: table;
}

.i_sectionbox4_rs {
	vertical-align: middle;
	display: table-cell;
}

.i_sectionbox4_r.activelx {
	background: none;
}

.i_sectionbox4_r_t {
	width: 100%;
	padding-bottom: 25px;
	color: #fff;
	font-size: 16px;
	line-height: 1.6
}

.i_sectionbox4_r_t .s1 {
	font-size: 36px;
	font-weight: bold;
}

.i_sectionbox4_r_t.activejy {
	text-align: center;
}

.i_sectionbox4_r_c {
	width: 100%;
}

.i_sectionbox4_r_c table tr td {
	width: 100%;
	padding: 9px 0px;
	color: #fff;
	font-size: 16px;
}

.i_sectionbox4_r_c .ipt1 {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 43px;
	border: 1px solid rgb(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	font-family: "siyuan";
}

.i_sectionbox4_r_c .ipt1.bg1 {
	background: url(../images/tb_018z.png) left 18px center no-repeat;
}

.i_sectionbox4_r_c .ipt1.bg2 {
	background: url(../images/tb_019.png) left 18px center no-repeat;
}

.i_sectionbox4_r_c .ipt2 {
	width: 100%;
	height: 126px;
	padding: 14px 43px;
	border: 1px solid rgb(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	font-family: "siyuan";
}

.i_sectionbox4_r_c .ipt2.bg3 {
	background: url(../images/tb_020.png) left 18px top 14px no-repeat;
}

.i_sectionbox4_r_c .ipt1:-moz-placeholder,
.i_sectionbox4_r_c .ipt2:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
}

.i_sectionbox4_r_c .ipt1::-moz-placeholder,
.i_sectionbox4_r_c .ipt2::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
}

.i_sectionbox4_r_c .ipt1:-ms-input-placeholder,
.i_sectionbox4_r_c .ipt2:-ms-input-placeholder {
	color: #ffffff;
}

.i_sectionbox4_r_c .ipt1::-webkit-input-placeholder,
.i_sectionbox4_r_c .ipt2::-webkit-input-placeholder {
	color: #ffffff;
}

.i_sectionbox4_r_c .div {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.i_sectionbox4_r_c .ipt3 {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: #cb2c2c;
	cursor: pointer;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	border: 0px;
	font-family: "siyuan";
}



.mappop {
	height: 100%;
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1200;
	overflow: hidden;
	pointer-events: none;
}

.mappop .mappopbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.34);
	opacity: 0;
	-webkit-transition: all ease-out .4s;
	transition: all ease-out .4s;
}

.mappop .mappopbox {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	min-width: 320px;
	background: #cb2c2c;
	z-index: 2;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.mappop.open {
	pointer-events: auto;
}

.mappop.open .mappopbg {
	width: 100%;
	opacity: 1;
}

.mappop.open .mappopbox {
	-webkit-transform: none;
	transform: none;
}

.mappop .mappopcontent {
	height: 100%;
	margin: 0 66px 0 120px;
}

.mappop .divtable {
	display: table;
	width: 100%;
	height: 100%;
}

.mappop .divtablecell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.mappop .divtablecell .contentbox {
	display: inline-block;
	width: 100%;
}

.mappop .content1 {
	margin-right: 13px;
	border-radius: 3px;
}

.mappop .content1 .img {
	width: 77px;
	height: 77px;
	float: left;
}

.mappop .content1 .img img {
	max-width: 100%;
	height: auto;
}

.mappop .content1 .txt {
	margin-left: 100px;
	padding-top: 6px;
}

.mappop .content1 .txt h2 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
}

.mappop .content1 .txt p {
	color: #FFFFFF;
	font-size: 18px;
}

.mappop .content2 {
	width: 100%;
	height: 350px;
	background: #fff;
	margin-top: 35px;
}

.mappop .content3 {
	margin-top: 30px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

.mappop .close {
	width: 120px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background: url(../images/tb_018.png) no-repeat 23px center;
	opacity: 1;
}



.i_ff {
	border-top: 1px solid #eaeaea;
}

.i_ff1 {
	border-top: 1px solid #eaeaea;
}

.i_footer {
	width: 100%;
	padding-top: 35px;
}

.i_footer_t {
	width: 100%;
	padding-bottom: 40px;
}

.i_footer_t_l {
	width: 21%;
}

.i_footer_t_l .f_logo {
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
}

.i_footer_t_l .f_text {
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
}

.i_footer_t_l .f_text .s1 {
	color: #ae1d35;
	font-size: 18px;
}

.i_footer_t_r {
	width: 70%;
}

.i_footer_t_r li {
	width: 12.5%;
	float: left;
}

.i_footer_t_r li .a1 {
	width: 100%;
	text-align: center;
	float: left;
	height: 27px;
	line-height: 27px;
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
	color: #222222;
	font-size: 16px;
}

.i_footer_t_r li .a1:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.i_footer_t_r li .a2 {
	width: 100%;
	text-align: center;
	float: left;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}

.i_footer_t_r li .a2:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.i_footer_b {
	width: 100%;
	padding: 10px 0px;
	line-height: 1.7;
	text-align: center;
	color: #666666;
	font-size: 14px;
}

.i_footer_b a {
	color: #666;
}

.i_footer_b a:hover {
	text-decoration: none;
	color: #cb2c2c;
}



.n_banner {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.n_banner img {
	width: 100%;
}

.n_banner_text {
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: right;
	line-height: 1.4;
	position: absolute;
	left: 0px;
	bottom: 125px;
}

.n_banner_text .s1 {
	font-size: 36px;
	font-weight: bold;
}

.n_banner_menu{width:100%; height:60px; background:url(../images/tb_024.png) repeat; position:absolute; left:0px; bottom:0px; z-index:2;}
.n_banner_menu.fixedtop1{ position:fixed; left:0px; top:70px;}



.n_banner_menu_l {
	width: 18%;
	
	position: relative;
	z-index: 1;
	
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
}
.n_banner_menu_l .s1{width:100%;padding-left: 35px;background: url(../images/tb_021.png) left center no-repeat; position:relative; z-index:111;}
.n_banner_menu_l:after {
	width: 300%;
	height: 60px;
	background-color: #ca2c2d;
	position: absolute;
	right: 0px;
	top: 0px;
	content: "";
}

.n_banner_menu_l a,
.n_banner_menu_l a:hover {
	color: #fff;
}

.n_banner_menu.activelx .n_banner_menu_l {
	width: 50%;
}

.n_banner_menu.activelx .n_banner_menu_r {
	width: 50%;
}

.n_banner_menu.activelx:after {
	width: 50%;
}

.n_banner_menu.activetz .n_banner_menu_l {
	width: 34.5%;
}

.n_banner_menu.activetz .n_banner_menu_r {
	width: 65.5%;
}

.n_banner_menu.activetz:after {
	width: 39%;
}

.n_banner_menu_r {
	width: 82%;
	position: relative;
	z-index: 1;
}

.n_banner_menu_r a {
	padding: 0px 30px;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_banner_menu_r a:hover,
.n_banner_menu_r a.activetopmenu {
	text-decoration: none;
	color: #ca2c2d;
	background-color: #fff;
}

.n_banner_menu_r a:after {
	width: 0%;
	height: 2px;
	background-color: #ca2c2d;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_banner_menu_r a:hover:after,
.n_banner_menu_r a.activetopmenu:after {
	width: 100%;
}




.a_zxlmenu {
	width: 100%;
	position: relative;
	display: none;
	z-index: 1111;
}

.a_zxlmenu_t {
	width: 100%;
	padding: 3% 0px;
	background: url(../images/zxl_jt1.jpg) right center no-repeat;
	font-size: 16px;
	text-align: center;
	background-color: #be320a;
	color: #fff;
	cursor: pointer;
	background-size: 30px;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-indent: 0px;
	display: none;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li .aone {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #be320a;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
	color: #fff;
	text-decoration: none;
	background-color: #d0502b;
}

.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: 14px;
	text-decoration: none;
	text-indent: 0px;
}



.n_box1 {
	width: 100%;
	padding: 105px 0px 120px 0px;
}

.n_box1_l {
	width: 27%;
}

.n_box1_l_t {
	width: 100%;
	padding-bottom: 70px;
	background: url(../images/tb_07.gif) left bottom no-repeat;
	font-size: 34px;
	color: #000000;
	line-height: 1.1;
}

.n_box1_l_t .s1 {
	font-size: 30px;
	font-weight: bold;
}

.n_box1_r {
	width: 72.5%;
}

.n_box1_r_c {
	width: 100%;
	height: 120px;
	line-height: 30px;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 35px;
	color: #333333;
	font-size: 14px;
}

.n_box1_r_b,
.n_box1_r_b:hover {
	text-decoration: none;
	padding: 0px 8px;
	line-height: 22px;
	height: 22px;
	background-color: #cb2c2c;
	font-size: 14px;
	display: inline-block;
	position: relative;
	color: #fff;
}

.n_box1_r_b:after {
	width: 32px;
	height: 10px;
	position: absolute;
	right: -32px;
	top: 6px;
	content: "";
	background: url(../images/tb_022.png) right center no-repeat;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box1_r_b:hover:after {
	width: 22px;
	right: -22px;
}


.i_section {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.bg_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	z-index: 1;
}

.n_box2 {
	width: 100%;
	padding: 65px 0px 85px 0px;
	position: relative;
	z-index: 1;
}

.n_box2_t {
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #fff;
	line-height: 1.1;
}

.n_box2_t .s1 {
	font-size: 30px;
	font-weight: bold;
}

.n_box2_t.activeone {
	text-align: left;
	color: #222222;
	background: url(../images/img14.gif) right bottom no-repeat;
}

.n_box2_t.activeone .s1 {
	color: #cb2c2c;
}

.n_box2_c {
	width: 100%;
	margin-top: 35px;
	padding: 60px 9%;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px #b9b9b9;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #b9b9b9;
	/*webkit*/
	box-shadow: 0px 0px 10px #b9b9b9;
	/*opera或ie9*/
}



.pc-slide {
	width: 100%;
	margin: 0 auto;
}

.view .swiper-container {
	width: 100%;
	/*height: 500px;*/
}


.view .swiper-slide {
	width: 100%;
	padding: 30px 0px 0px 0px;
	min-height: 200px;
	color: #333333;
	font-size: 16px;
	line-height: 2.2;
	overflow: hidden;
	text-align: justify;
	vertical-align: top;
}

.view .swiper-slide .s1 {
	margin-right: 60px;
	float: left;
}

.view .swiper-slide img {
	max-width: 100%;
	height: auto !important;
}

.view .arrow-left {
	/*background: url(../images/img49.jpg) no-repeat left top;*/
	position: absolute;
	left: 0px;
	top: 425px;
	margin: 0px;
	/*top: 50%;
	margin-top: -57px;*/
	width: 46px;
	height: 114px;
	z-index: 10;
}

.view .arrow-right {
	/*background: url(../images/img50.jpg) no-repeat left bottom;*/
	position: absolute;
	right: 0px;
	top: 425px;
	margin: 0px;
	/*top: 50%;
	margin-top: -57px;*/
	width: 46px;
	height: 114px;
	z-index: 10;
}

.preview {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.preview .swiper-container {
	/*width: 80%;*/
	width: 100%;
	overflow: hidden;
	height: 67px;
	/*margin:0px 10%;*/
}

.preview .swiper-slide {

	float: left;
	cursor: pointer;
	color: #000000;
	font-size: 18px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	overflow: hidden;
}


.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../images/tb_030.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -9px;
	width: 31px;
	height: 17px;
	z-index: 10;
}

.preview .arrow-left:hover {
	background: url(../images/tb_030s.png) no-repeat left top;
}

.preview .arrow-right {
	background: url(../images/tb_031.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -9px;
	width: 31px;
	height: 17px;
	z-index: 10;
}

.preview .arrow-right:hover {
	background: url(../images/tb_031s.png) no-repeat left top;
}

.preview .swiper-slide img {
	width: 67px;
	height: 44px;
	border: 1px solid #d2d2d2;
}

/*.preview img {
	padding: 1px;
}*/

.preview .active-nav {
	color: #d7161f;
}

.n_box3 {
	width: 100%;
	padding: 65px 0px 75px 0px;
}

.n_box3_l {
	width: 100%;
	margin-top: 55px;
}

.n_box3_l_c {
	width: 57%;
	border: 1px solid #eaeaea;
	border-left: 0px;
	border-right: 0px;
	padding: 50px 3% 23px 3%;
	position: relative;
	left: -50px;
}

.n_box3_l_c:after {
	width: 1px;
	background-color: #e5e5e5;
	position: absolute;
	left: -1px;
	bottom: 0px;
	height: 300%;
	content: "";
}

.n_box3_l_c:before {
	width: 1px;
	background-color: #e5e5e5;
	position: absolute;
	right: -1px;
	top: 0px;
	height: 300%;
	content: "";
}

.n_box3_l_c .s1 {
	color: #d3d3d3;
	font-size: 36px;
	font-family: 'Arial';
	display: flex;
	justify-content: center;
	position: relative;
}

.n_box3_l_c .s1 span {
	height: 270px;
	display: inline-block;
	transform: rotate(0deg);
	letter-spacing: 1px;
	writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: tb-lr;
}

.n_box3_l_c .s1 span:nth-child(2) {
	font-weight: bold;
	font-size: 48px;
	background: url(../images/tb_032.png) bottom center no-repeat;
}

.n_box3_l_c .s1 span:first-child {
	transform: rotate(360deg);
}



.n_box3_r {
	width: 72%;
	padding-top: 30px;
}

.n_box3_r_t {
	width: 100%;
	text-align: right;
}

.n_box3_r_t .a1,
.n_box3_r_t .a1:hover {
	text-decoration: none;
	height: 21px;
	line-height: 21px;
	width: 96px;
	display: inline-block;
	text-align: left;
	background: url(../images/img9.jpg) right center no-repeat;
	background-color: #cb2c2c;
	color: #fff;
	font-size: 14px;
	padding-left: 9px;
}

.n_box3_r_t .a1.a2 {
	background: url(../images/img11.jpg) right center no-repeat;
	background-color: #cb2c2c;
}

.n_box3_r_c {
	width: 100%;
	margin-top: 55px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.n_box3_r_c img {
	width: 100%;
}

.n_box3_r_c .a_text {
	padding: 15px 30px 25px 30px;
	background-color: #cb2c2c;
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 24px;
	line-height: 1.6;
}

.n_box3_r_c .a_text .s1 {
	font-size: 36px;
	font-weight: bold;
}

.n_box3_r_c .a_text .s2 {
	padding-left: 45px;
	background: url(../images/tb_023.png) left center no-repeat;
	line-height: 30px;
	display: inline-block;
	margin-top: 10px;
}

.video_div {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: 100011111111111;
	left: 0px;
	top: -100%;
}

.video_div_closebtv {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	z-index: 100;
}

.video_div_center {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.n_box4 {
	width: 100%;
	padding: 100px 0px 75px 0px;
	position: relative;
	z-index: 1;
}

.n_box4_c {
	width: 69%;
}

.n_box4_c_t {
	width: 100%;
}

.n_box4_c_t li {
	width: 48.6%;
	margin-right: 2.5%;
	padding-bottom: 20px;
	float: left;
}

.n_box4_c_t li .div {
	color: #fff;
	font-size: 34px;
	height: 120px;
	line-height: 1.2;
}

.n_box4_c_t li .div .s1 {
	font-size: 30px;
	font-weight: bold;
}

.n_box4_c_t li .div1 {
	width: 100%;
	padding: 20px 15px;
	background: url(../images/tb_033.png) repeat;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	cursor: pointer;
}

.n_box4_c_t li .div1 .s1 {
	width: 23.5%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 36px;
}

.n_box4_c_t li .div1:hover .s1 {
	background-color: #cb2c2c;
}

.n_box4_c_t li .div1 .s2 {
	width: 75.5%;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 16px;
}

.n_box4_c_c {
	width: 100%;
}

.n_box4_c_c li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.n_box4_c_c li .div {
	width: 100%;
	border: 2px solid #fff;
	padding: 35px 12%;
	color: #fff;
}

.n_box4_c_c li .div .s1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
}

.n_box4_c_c li .div .s2 {
	width: 100%;
	height: 120px;
	line-height: 30px;
	overflow: hidden;
	text-align: justify;
	font-size: 16px;
}

.n_bg1 {
	background-color: #f4f5f5;
}

.n_bg2 {
	background-color: #f1f2f3;
}

.n_box5 {
	width: 100%;
	padding: 65px 0px 100px 0px;
}

.n_box5_t {
	width: 100%;
	padding-bottom: 45px;
}

.n_box5_t_l {
	width: 38%;
}

.n_box5_t_r {
	width: 40%;
	padding-top: 128px;
}

.n_box5_c {
	width: 100%;
}

.n_box5_c li {
	width: 25%;
	float: left;
	padding: 0px 1% 2% 1%;
}

.n_box5_c li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
}

.n_box5_c li .a_img img {
	width: 100%;
}

.n_box5_c li .a_img .a_text {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/zs_bg1.png) repeat;
}

.n_box6 {
	width: 100%;
	padding: 83px 0px 54px 0px;
}

.n_box7 {
	width: 100%;
	padding: 55px 0px 75px 0px;
}

.n_box7_c {
	width: 100%;
	padding: 60px 4%;
	background-color: #fff;
}

.n_about {
	width: 100%;
	text-align: justify;
	overflow: hidden;
	line-height: 2;
	color: #333333;
	font-size: 16px;
}

.n_about img {
	max-width: 100%;
	height: auto !important;
}

.n_box7_list {
	width: 100%;
}

.n_box7_list li {
	width: 33.33%;
	float: left;
	padding: 0px 1% 2% 1%;
}

.n_box7_list li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	float: left;
	cursor: pointer;
}

.n_box7_list li .div:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.n_box7_list li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.n_box7_list li .div .a_img img {
	width: 100%;
}

.n_box7_list li .div .a_img .aplyer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/tb_034.png) center no-repeat;
}
.n_box7_list li .div .a_img .tb1
{
  padding: 0px 15px;
    height: 45px;
    line-height: 45px;
    background: url(../images/spzx_tb4.png) repeat;
    color: #fff;
    font-size: 24px;
    -moz-border-radius: 15px 0px 0px 0px;
    -webkit-border-radius: 115px 0px 0px 0px;
    border-radius: 15px 0px 0px 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;  
}

.n_box7_list li .div .a_text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}



.a_mtbd_dpages {
	width: 100%;
	text-align: center;
	padding: 60px 0% 35px 0%;
	font-size: 16px;
}

.a_mtbd_dpages a,.a_mtbd_dpages span{
	padding: 0px 15px;
	height: 35px;
	margin-bottom: 5px;
	line-height: 35px;
	text-align: center;
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	color: #666666;
	display: inline-block;
}

.a_mtbd_dpages a:hover,
.a_mtbd_dpages a.activepages,.a_mtbd_dpages span{
	color: #fff;
	text-decoration: none;
	background-color: #bd3537;
}


.n_box7_list1 {
	width: 100%;
}

.n_box7_list1 li {
	width: 25%;
	float: left;
	padding: 0px 1% 2% 1%;
}

.n_box7_list1 li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	float: left;
	cursor: pointer;
}

.n_box7_list1 li .div:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.n_box7_list1 li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.n_box7_list1 li .div .a_img img {
	width: 100%;
}

.n_box7_list1 li .div .a_text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}

.n_box8 {
	width: 100%;
}

.n_box8 dd {
	width: 31.5%;
	margin-right: 2.5%;
	padding-bottom: 40px;
	float: left;
}

.n_box8 dd .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	float: left;
	cursor: pointer;
}

.n_box8 dd .div img {
	width: 100%;
}

.n_box8 dd .div:after {
	width: 0%;
	height: 100%;
	background: rgb(203, 44, 44, 0.95);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box8 dd .div:hover:after {
	width: 100%;
}

.n_box8 dd .div .a_text {
	width: 100%;
	padding: 20px 35px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	line-height: 1.6;
}

.n_box8 dd .div .a_text .s1 {
	font-size: 22px;
	font-weight: bold;
}

.n_box8 dt {
	width: 48.5%;
	margin-right: 3%;
	float: left;
	font-weight: normal;
}

.n_box8 dt .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	float: left;
	cursor: pointer;
}

.n_box8 dt .div img {
	width: 100%;
}

.n_box8 dt .div:after {
	width: 0%;
	height: 100%;
	background: rgb(203, 44, 44, 0.95);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box8 dt .div:hover:after {
	width: 65%;
}

.n_box8 dt .div .a_text {
	width: 100%;
	padding: 20px 35px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	line-height: 1.6;
}

.n_box8 dt .div .a_text .s1 {
	font-size: 22px;
	font-weight: bold;
}

.n_box9 {
	width: 100%;
	margin-bottom: 29px;
	background-color: #fff;
	padding: 0px 2.5% 23px 2.5%;
}

.n_box9_t {
	width: 100%;
	padding: 22px 0px;
	line-height: 1.8;
	text-align: center;
	color: #222222;
	font-size: 30px;
	overflow: hidden;
}

.n_box9_c {
	width: 100%;
}

.n_box9_c dt {
	width: 48%;
	margin-right: 3%;
	float: left;
}

.n_box9_c dt .a_img {
	width: 100%;
	
	overflow: hidden;
	float: left;
	 display:none;
}

.n_box9_c dt .a_img img {
	width: 100%;
}

.n_box9_c dd {
	width: 49%;
	float: left;
	padding: 25px 0px;
	border-bottom: 1px solid #e7e7e7;
}


.n_box9_c dd .div {
	width: 100%;
	padding-right: 1%;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #666666;
	font-size: 15px;
}

.n_box9_c dd .div:hover,.n_box9_c dd .div.activexz {
	text-decoration: none;
	color: #666;
}

.n_box9_c dd .div .a_img {
	width: 24.5%;
	display: inline-block;
	overflow: hidden;
}

.n_box9_c dd .div .a_img img {
	width: 100%;
}

.n_box9_c dd .div .a_img_r {
	width: 70%;
}

.n_box9_c dd .div .a_img_r .s1 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #222222;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	font-weight: bold;
}

.n_box9_c dd .div:hover .a_img_r .s1,.n_box9_c dd .div.activexz .a_img_r .s1 {
	text-decoration: none;
	color: #cb2c2c;
}

.n_box9_c dd .div .a_img_r .s2 {
	width: 100%;
	height: 46px;
	line-height: 23px;
	overflow: hidden;
	text-align: justify;
	margin-top: 8px;
}

.n_box9_c dd:nth-child(2) {
	padding-top: 0px;
}

.n_box10 {
	width: 100%;
	padding: 20px 25px 0px 25px;
	background-color: #fff;
	overflow: hidden;
}

.n_box10_t {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #e9e9e9;
}

.n_box10_t .s1 a {
	margin: 0px 20px;
	height: 60px;
	line-height: 60px;
	color: #222222;
	font-size: 24px;
	display: inline-block;
	position: relative;
}

.n_box10_t .s1 a:hover,
.n_box10_t .s1 a.activet {
	color: #cb2c2c;
	text-decoration: none;
}

.n_box10_t .s1 a:after {
	width: 0px;
	height: 4px;
	background-color: #cb2c2c;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box10_t .s1 a:hover:after,
.n_box10_t .s1 a.activet:after {
	width: 100%;
}

.n_box10_t .s2 .a1 {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	color: #666666;
	font-size: 16px;
	display: none;
}

.n_box10_t .s2 .a1:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.n_box10_c {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
}

.n_box10_con {
	width: 100%;
	display: none;
}

.b_aboutbox3_c {
	width: 100%;
}

/*.b_aboutbox3_c.b_aboutbox3_c1 li{ padding-bottom:40px;}*/
.b_aboutbox3_c li {
	width: 33.33%;
	float: left;
	padding: 0px 1% 2% 1%
}

.b_aboutbox3_c li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background-color: #ffffff;
	color: #666666;
	font-size: 14px;
	position: relative;
}

.b_aboutbox3_c li .div i {
	width: 0px;
	height: 4px;
	background-color: #cb2c2c;
	position: absolute;
	left: 0px;
	bottom: 0px;

	transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.b_aboutbox3_c li .div:hover i {
	width: 100%;
}

.b_aboutbox3_c li .div:hover {
	text-decoration: none;
	color: #666;
}

.b_aboutbox3_c li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.b_aboutbox3_c li .div .a_img img {
	width: 100%;
}

/*.b_aboutbox3_c li .div .a_img .a_zctn{width:100%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/case_zcbg.png) repeat;}
.b_aboutbox3_c li .div .a_img .a_zctext{width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; background:url(../images/player.png) center no-repeat; background-size:40px;}*/
.b_aboutbox3_c li .div .a_text {
	width: 100%;
	padding: 12px 0% 0px 0%;
	border-bottom: 4px solid #dfdfdf;
}

.b_aboutbox3_c li .div .a_text .s1 {
	width: 100%;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
}

.b_aboutbox3_c li .div:hover .a_text .s1 {
	color: #c7160e;
}

.b_aboutbox3_c li .div .a_text .s2 {
	width: 100%;
	height: 75px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}

.b_aboutbox3_c li .div .a_text .s3 {
	width: 100%;
	height: 50px;
	background: url(../images/tb_035.png) right center no-repeat;
	line-height: 50px;
	color: #888888;
	font-size: 14px;
}

.b_aboutbox3_c li .div:hover .a_text .s3 {
	background: url(../images/tb_036.png) right center no-repeat;
	color: #c7160e;
}

.b_aboutbox3_c li .div .a_text .s4 {
	width: 100%;
	height: 125px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}

.b_aboutbox3_c li .div .a_text .s5 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #c7160e;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 10px;
}

.b_aboutbox3_c li .div .a_text .s5 span {
	display: none;
}

.b_aboutbox3_c li .div:hover .a_text .s5 span {
	display: block;
}

.b_aboutbox3_c li .div .a_text .s6 {
	width: 100%;
	height: 100px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 20px;
}


.a_tzjyg_cdetsl {
	width: 100%;
}

.a_tzjyg_c_t1 {
	width: 100%;
	text-align: right;
}

.a_tzjyg_c_t1 a {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	color: #333;
	background: url(../images/news_tb2.png) right center no-repeat;
}

.a_tzjyg_c_t1 a:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.a_tzjyg_c_t {
	width: 100%;
	padding: 10px 0px;
	line-height: 1.7;
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}

.a_tzjyg_c_time {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	color: #888888;
	font-size: 14px;
}

.a_tzjyg_c_ton {
	width: 100%;
	padding: 45px 0px;
	line-height: 2;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	border-bottom: 1px solid #e3e3e3;
}

.a_tzjyg_c_ton img {
	max-width: 100%;
}

.a_tzjyg_c_tb {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.a_tzjyg_c_tb .a1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #888888;
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
}

.a_tzjyg_c_tb .a1:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.n_box11 {
	width: 100%;
	padding: 15px 0px;
	line-height: 1.6;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.n_box11_c {
	width: 100%;
	color: #333333;
	font-size: 14px;
}

.n_box11_c table {
	width: 100%;
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
}

.n_box11_c table tr td {
	padding: 20px 0px;
}

.n_box11_c .s1 {
	font-size: 30px;
	font-weight: bold;
}

.n_box11_c table tr td:nth-child(2) {
	padding-left: 20px;
}

.n_box11_c .s2 {
	display: inline-block;
	text-align: center;
	line-height: 1.8;
}

.n_box11_c .s2 span {
	font-weight: bold;
}

.n_box12 {
	width: 100%;
	padding: 100px 0px 90px 0px;
	z-index: 1;
	position: relative;
}

.n_box12_c {
	width: 100%;
}

.n_box12_c li {
	width: 100%;
	padding: 8px 0px;
	float: left;
}

.n_box12_c li dl {
	width: 100%;
}

.n_box12_c li dl dd {
	width: 48%;
	float: left;
}

.n_box12_c li dl dd.actwo {
	float: right;
}

.n_box12_c li .ipt1 {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 43px;
	border: 1px solid rgb(255, 255, 255);
	color: #fff;
	font-size: 16px;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	font-family: "siyuan";
}

.n_box12_c li .ipt1.bg1 {
	background: url(../images/tb_018z.png) left 18px center no-repeat;
}

.n_box12_c li .ipt1.bg2 {
	background: url(../images/tb_019.png) left 18px center no-repeat;
}

.n_box12_c li .ipt2 {
	width: 100%;
	height: 126px;
	padding: 14px 43px;
	border: 1px solid rgb(255, 255, 255);
	color: #fff;
	font-size: 16px;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	font-family: "siyuan";
}

.n_box12_c li .ipt2.bg3 {
	background: url(../images/tb_020.png) left 18px top 14px no-repeat;
}

.n_box12_c li .ipt1:-moz-placeholder,
.n_box12_c li .ipt2:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
}

.n_box12_c li .ipt1::-moz-placeholder,
.n_box12_c li .ipt2::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
}

.n_box12_c li .ipt1:-ms-input-placeholder,
.n_box12_c li .ipt2:-ms-input-placeholder {
	color: #ffffff;
}

.n_box12_c li .ipt1::-webkit-input-placeholder,
.n_box12_c li .ipt2::-webkit-input-placeholder {
	color: #ffffff;
}

.n_box12_c li .div {
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}

.n_box12_c li .ipt3 {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: #cb2c2c;
	cursor: pointer;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	border: 0px;
	font-family: "siyuan";
}

.n_box13 {
	width: 100%;
	background-color: #fff;
	padding: 0px 4%;
}

.n_box13_l {
	width: 31%;
	padding: 50px 0px;
}

.n_box13_l_t {
	width: 100%;
	line-height: 1.6;
	color: #cccccc;
	font-size: 18px;
	padding-bottom: 15px;
}

.n_box13_l_t .s1 {
	color: #222222;
	font-size: 24px;
}

.n_box13_l_t .s2 {
	color: #cb2c2c;
	font-size: 48px;
	font-weight: bold;
	padding-right: 10px;
}

.n_box13_l_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.n_box13_l_img img {
	width: 100%;
}

.n_box13_l_c {
	width: 100%;
	padding-top: 30px;
	color: #888888;
	font-size: 14px;
	line-height: 1.8;
}

.n_box13_l_c .s1 {
	color: #222222;
	font-size: 24px;
}

.n_box13_r {
	width: 61%;
	padding-left: 3%;
	border-left: 1px solid #eeeeee;
	padding-top: 50px;
	padding-bottom: 50px;
}

.n_box13_r_t {
	width: 100%;
	height: 44px;
}

.n_box13_r_t .s1 {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
}

.n_box13_r_t .s2 {
	height: 44px;
	line-height: 44px;
}

.n_box13_r_t .s2 a {
	height: 44px;
	line-height: 44px;
	padding: 0px 15px;
	color: #333333;
	font-size: 18px;
	display: inline-block;
}

.n_box13_r_t .s2 a:hover,
.n_box13_r_t .s2 a.activets {
	color: #cb2c2c;
	text-decoration: none;
}

.n_box13_r_t1 {
	width: 100%;
	height: 40px;
	margin-top: 35px;
}

.n_box13_r_t1 .s1 {
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
}

.n_box13_r_t1 .s2 {
	width: 37%;
}

.n_box13_r_t1 .s2 .ipt1 {
	width: 80%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	border-right: 0px;
	-moz-border-radius: 3px 0px 0px 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px 0px 0px 3px;
	/* Webkit browsers */
	border-radius: 3px 0px 0px 3px;
	/* W3C syntax */
	text-indent: 10px;
	color: #333;
	font-size: 14px;
	font-family: "siyuan";
}

.n_box13_r_t1 .s2 .ipt2 {
	width: 20%;
	height: 40px;
	line-height: 40px;
	border: 0px;
	text-align: center;
	color: #fff;
	background-color: #cb2c2c;
	font-size: 14px;
	-moz-border-radius: 0px 3px 3px 0px;
	/* Gecko browsers */
	-webkit-border-radius: 0px 3px 3px 0px;
	/* Webkit browsers */
	border-radius: 0px 3px 3px 0px;
	/* W3C syntax */
}

.n_box13_list {
	width: 100%;
	padding-top: 20px;
}

.n_box13_list li {
	width: 100%;
	padding-bottom: 20px;
	float: left;
}

.n_box13_list li .div {
	width: 100%;
	padding: 18px 4% 10px 4%;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
}

.n_box13_list li .div_t {
	width: 100%;
	padding: 5px 0px;
	line-height: 1.6;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}

.n_box13_list li .div_c {
	width: 100%;
	position: relative;
}

.n_box13_list li .div_c_l {
	width: 100%;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	padding-right: 96px;
}

.n_box13_list li .div_c_l .s1 {
	padding-left: 18px;
}

.n_box13_list li .div_c_l .s1.bg1 {
	background: url(../images/tb_040.png) left center no-repeat;
}

.n_box13_list li .div_c_l .s1.bg2 {
	background: url(../images/tb_041.png) left center no-repeat;
}

.n_box13_list li .div_c_r,
.n_box13_list li .div_c_r:hover {
	text-decoration: none;
	width: 96px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #cb2c2c;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	-moz-border-radius: 3px 0px 0px 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px 0px 0px 3px;
	/* Webkit browsers */
	border-radius: 3px 0px 0px 3px;
	/* W3C syntax */
	position: absolute;
	right: -4.5%;
	top: 0px;
}

.n_box13_list li .div_con {
	width: 100%;
	color: #333333;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	text-align: justify;
	padding-top: 10px;
	display: none;
}

.n_box13_list li .div_con img {
	max-width: 100%;
	height: auto !important;
}

.n_box13_list li .div_b {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #f1f1f1;
	padding: 18px 0px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
}

.n_box14 {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 11111;
	background: url(../images/tb_043.png) repeat;
}

.n_box14_c {
	width: 1100px;
	position: fixed;
	left: 50%;
	margin-left: -550px;
	top: 50%;
	z-index: 111111;
	background-color: #fff;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	padding: 35px 5% 25px 2%;
}

.n_box14_c_t {
	padding-bottom: 45px;
	line-height: 50px;
	position: relative;
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.n_box14_c_t a,
.n_box14_c_t a:hover {
	width: 27px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.n_box14_c_c {
	width: 100%;
}

.n_box14_c_c li {
	width: 100%;
	padding-bottom: 30px;
	float: left;
}

.n_box14_c_c li dl {
	width: 100%;
	color: #666666;
	font-size: 16px;
}

.n_box14_c_c li dl dd {
	width: 33.33%;
	float: left;
}

.n_box14_c_c li dl dd .s1 {
	width: 40%;
	text-align: right;
	height: 48px;
	line-height: 48px;
	padding-right: 1%;
}

.n_box14_c_c li dl dd .s2 {
	width: 60%;
	height: 48px;
	line-height: 48px;
	padding-left: 1%;
	position: relative;
}

.n_box14_c_c li dl dd .s2 .ipt1 {
	width: 100%;
	height: 48px;
	position: relative;
	border: 0px;
	line-height: 48px;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 16px;
	font-family: "siyuan";
}

.n_box14_c_c li dl dd .s2 .s3 {
	height: 48px;
	line-height: 48px;
	color: #bbb;
	position: absolute;
	right: 0px;
	top: 0px;
}

.n_box14_c_c li dl dt {
	width: 100%;
	float: left;
	font-weight: normal;
}

.n_box14_c_c li dl dt .s4 {
	width: 13%;
	text-align: right;
	height: 48px;
	line-height: 48px;
	padding-right: 1%;
}

.n_box14_c_c li dl dt .s5 {
	width: 87%;
	padding-left: 1%;
}

.n_box14_c_c li dl dt .s5 .ipt2 {
	width: 100%;
	height: 100%;
	border: 0px;
	resize: none;
	line-height: 1.6;
	padding: 5px 0px;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 16px;
	font-family: "siyuan";
}

.n_box14_c_c li .s6 {
	width: 100%;
	padding-top: 55px;
	padding-left: 9%;
}

.n_box14_c_c li .s6 .ipt3 {
	width: 96%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background-color: #cb2c2c;
	border: 0px;
	font-family: "siyuan";
}


.n_box15 {
	width: 100%;
	padding: 0px 2.5% 0px 4%;
	background-color: #fff;
}

.n_box15_l {
	width: 31%;
	padding-top: 60px;
	padding-bottom: 50px;
}

.n_box15_r {
	width: 67%;
	padding-left: 3%;
	border-left: 1px solid #eeeeee;
	padding-top: 35px;
	padding-bottom: 35px;
}

.n_box15_r_t {
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
}

.n_box15_r_t a {
	margin: 0px 20px;
	float: left;
	height: 70px;
	line-height: 70px;
	color: #333333;
	font-size: 24px;
	position: relative;
}

.n_box15_r_t a:hover,
.n_box15_r_t a.activets {
	color: #cb2c2c;
	text-decoration: none;
}

.n_box15_r_t a:after {
	width: 0px;
	height: 3px;
	background-color: #cb2c2c;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box15_r_t a:hover:after,
.n_box15_r_t a.activets:after {
	width: 100%;
}


.n_menu1 {
	width: 100%;
	height: 70px;
	position: relative;
	margin: 0;
	overflow: hidden;
	font-family: "siyuan";
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
}

.n_menu1 .scroller {
	position: absolute;
}

.n_menu1 .scroller li {
	height: 70px;
	color: #333;
	float: left;
	font-size: 24px;
	text-align: center;
}

.n_menu1 .scroller li a {
	padding: 0px 20px;
	color: #333;
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: relative;
}

.n_menu1 .scroller li a:hover,
.n_menu1 .scroller li a:link {
	text-decoration: none;
}

.n_menu1 .scroller li a:after {
	width: 0px;
	height: 3px;
	background-color: #cb2c2c;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_menu1 .scroller li a:hover:after,
.n_menu1 .scroller li.cur a:after {
	width: 100%;
}

.n_menu1 .scroller li.cur {
	/*background:#d92028*/
}

.n_menu1 .scroller li.cur a {
	color: #cb2c2c;
	text-decoration: none;
}

.n_box16 {
	width: 100%;
	color: #333333;
	font-size: 16px;
	text-align: justify;
	overflow: hidden;
	line-height: 2;
}

.n_box16 img {
	max-width: 100%;
	height: auto !important;
}

.n_banner1 {
	width: 100%;
	position: relative;
}

.home-swiper1 {
	width: 100%;
	height: 100%;
	background: #000;
}

.home-swiper1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

.home-swiper1 .swiper-slide .s1 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}

.home-swiper1 .swiper-slide .s1 img {
	width: 100%;
	height: auto !important;
	display: block;
}

.home-swiper1 .swiper-slide .s2 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
}

.home-swiper1 .swiper-slide .s2 img {
	width: 100%;
	height: auto !important;
	display: none;
}

.home-pagination1 .swiper-pagination-bullet-active {
	background-color: #cc203b;
}

.home-swiper1.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 70px;
}


.a_product_t1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.a_product_t1 .s1 {
	color: #c1c1c1;
	font-size: 14px;
}

.a_product_t1 .s2 a {
	margin-left: 20px;
	float: left;
	height: 60px;
	line-height: 60px;
	color: #c1c1c1;
	font-size: 14px;
}

.a_product_t1 .s2 a:hover,
.a_product_t1 .s2 a.activefl {
	color: #cb2c2c;
	text-decoration: none;
}

.a_product_t1 .s2 a span {
	padding-left: 20px;
	display: inline-block;
}

.a_product_t1 .s2 a span.bg1 {
	background: url(../images/pro_tb1.png) left center no-repeat;
}

.a_product_t1 .s2 a:hover span.bg1,
.a_product_t1 .s2 a.activefl span.bg1 {
	background: url(../images/pro_tb1s.png) left center no-repeat;
}

.a_product_t1 .s2 a span.bg2 {
	background: url(../images/pro_tb2.png) left center no-repeat;
}

.a_product_t1 .s2 a:hover span.bg2,
.a_product_t1 .s2 a.activefl span.bg2 {
	background: url(../images/pro_tb2s.png) left center no-repeat;
}

.a_product_c {
	width: 100%;
}

.a_product_conz {
	width: 100%;
	display: none;
}

.a_product_con {
	width: 100%;
}

.a_product_con li {
	width: 33.33%;
	padding: 0px 1% 2% 1%;
	float: left;
}

.a_product_con li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	color: #666666;
	font-size: 14px;
}

.a_product_con li .div:hover {
	text-decoration: none;
	color: #666666;
}

.a_product_con li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.a_product_con li .div .a_img .img1 {
	width: 100%;
}

.a_product_con li .div .a_img .tb1 {
	width: 15%;
	position: absolute;
	left: 20px;
	top: 0px;
}

.a_product_con li .div .a_img .tb1 .img2 {
	width: 100%;
}

.a_product_con li .div .a_div {
	width: 100%;
	padding: 12px 8% 20px 8%;
	background-color: #f6f6f6;
	border-top: 1px solid #e2e2e2;
}

.a_product_con li .div .a_div .s1 {
	width: 100%;
	height: 37px;
	line-height: 37px;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
}

.a_product_con li .div .a_div .s2 {
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}

.a_product_con li .div:hover .a_div .s1 {
	color: #fff;
}

.a_product_con li .div:hover .a_div {
	background-color: #9b9b9b;
	color: #fff;
}

.a_product_con1 {
	width: 100%;
	padding-top: 25px;
}

.a_product_con1 li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px 0px;
}

.a_product_con1 li .a_img {
	width: 27%;
	display: inline-block;
	overflow: hidden;
}

.a_product_con1 li .a_img img {
	width: 100%;
}

.a_product_con1 li .a_img_r {
	width: 70%;
	padding-top: 30px;
}

.a_product_con1 li .a_img_r .s1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
}

.a_product_con1 li .a_img_r .s1:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.a_product_con1 li .a_img_r .s2 {
	width: 100%;
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 15px;
	color: #666666;
	font-size: 14px;
}

.a_product_con1 li .a_img_r .s3 {
	height: 38px;
	padding: 0px 25px;
	display: inline-block;
	overflow: hidden;
	background-color: #cb2c2c;
	color: #fff;
}

.a_product_con1 li .a_img_r .s3:hover {
	text-decoration: none;
	color: #fff;
}

.a_product_con1 li .a_img_r .s3 span {
	background: url(../images/pro_tb3.png) left center no-repeat;
	height: 38px;
	line-height: 38px;
	padding-left: 33px;
	display: inline-block;
	font-size: 14px;
}


.a_casedetails_b {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.a_casedetails_b .s1 {
	background: url(../images/case_tb1.png) left center no-repeat;
	padding-left: 22px;
	color: #333333;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.a_casedetails_b .s1 a,
.a_casedetails_b .s1 a:hover {
	color: #333;
}

.a_probg3 {
	background: url(../images/pro_bg1.jpg) center center no-repeat;
	background-size: cover;
}

.a_cpbox1 {
	width: 100%;
	padding: 20px 0px 40px 0px;
}

.a_cpbox1_l {
	width: 47%;
}

.a_cpbox1_r {
	width: 49%;
	padding-top: 10px;
}

.a_cpbox1_r_t {
	width: 100%;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	border-bottom: 1px dashed #bfbfbf;
}

.a_cpbox1_r_t .s1 {
	width: 75%;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	color: #000000;
	font-size: 30px;
}

.a_cpbox1_r_t .s2,
.a_cpbox1_r_t .s2:hover {
	width: 25%;
	height: 58px;
	line-height: 58px;
	background: url(../images/pro_tb12.png) left center no-repeat;
	background-size: 27px;
	text-indent: 35px;
	color: #c7160e;
	font-size: 22px;
	display: inline-block;
	overflow: hidden;
}

.a_cpbox1_r_c {
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	height: 240px;
	margin: 20px 0px 30px 0px;
	color: #666666;
	font-size: 14px;
}

.a_cpbox1_r_c img {
	max-width: 100%;
	height: auto !important;
}

.a_cpbox1_r_c .s1 {
	color: #cb2c2c;
}

.a_cpbox1_r_b {
	width: 100%;
}

.a_cpbox1_r_b_l {
	width: 36%;
	height: 40px;
	line-height: 40px;
	background-color: #cb2c2c;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}

.a_cpbox1_r_b_l:hover {
	text-decoration: none;
	color: #fff;
}

.a_cpbox1_r_b_l span {
	background: url(../images/pro_tb3.png) left center no-repeat;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	padding-left: 30px;
}

.a_cpbox1_r_b_r {
	width: 59%;
	height: 40px;
	background: url(../images/pro_tb13.png) left center no-repeat;
	background-size: 34px;
	padding-left: 47px;
	color: #888888;
	line-height: 1.1;
}

.a_cpbox1_r_b_r span {
	color: #cb2c2c;
	font-size: 24px;
	font-weight: bold;
}


.pc-slide1 {
	width: 100%;
	margin: 0 auto;
}

.view1 .swiper-container {
	width: 100%;
	/*height: 500px;*/
}

.view1 .swiper-slide img {
	width: 100%;
}

.view1 .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view1 .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview1 {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview1 .swiper-container {
	width: 80%;
	overflow: hidden;
	height: 52px;
	margin: 0px 10%;
}

.preview1 .swiper-slide {
	width: 78px;
	height: 50px;
	margin: 0px 6px;
	float: left;
	cursor: pointer;
}

.preview1 .slide6 {
	width: 82px;
}

.preview1 .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview1 .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview1 .swiper-slide img {
	width: 78px;
	height: 50px;
	border: 1px solid #d2d2d2;
}

/*.preview img {
	padding: 1px;
}*/

.preview1 .active-nav img {
	padding: 0;
	border: 1px solid #cb2c2c;
}


.a_probg {
	background-color: #f1f2f3;
}

.a_probg1 {
	margin-top: 100px;
}

.n_bg3 {
	background: url(../images/pro_bb2.jpg) center center no-repeat;
	background-size: cover;
}

.n_bg4 {
	background: url(../images/pro_bb1.jpg) center center no-repeat;
	background-size: cover;
}

.n_bg5 {
	background: url(../images/n_bg1.jpg) top center no-repeat;
	background-color: #e4e4e4;
}

.a_procpgs_t {
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 30px;
	overflow: hidden;
	font-weight: bold;
}

.a_procpgs_tmenu {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.a_procpgs_tmenu.fixedtop {
	width: 1200px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	margin-left: -600px;
	top: 70px;
	z-index: 2;
}

.a_procpgs_tmenu li {
	width: 16.66%;
	float: left;
	padding-right: 1%;
}

.a_procpgs_tmenu li a {
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	background: url(../images/pro_bb3.jpg) center center no-repeat;
	background-size: cover;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.a_procpgs_tmenu li a:after {
	width: 0px;
	height: 4px;
	background-color: #cb2c2c;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.a_procpgs_tmenu li a:hover,
.a_procpgs_tmenu li.activeppne a {
	background: none;
	background-color: #fff;
	color: #cb2c2c;
	text-decoration: none;
}

.a_procpgs_tmenu li a:hover:after,
.a_procpgs_tmenu li.activeppne a:after {
	width: 100%;
}


.n_box13_c {
	width: 100%;
	padding: 40px 0px;
}

.a_procpgs_c {
	width: 100%;
	overflow: hidden;
	line-height: 1.8;
	color: #333333;
	font-size: 14px;
	text-align: justify;
}

.a_procpgs_c img {
	max-width: 100%;
	height: auto !important;
}

.a_progc {
	width: 100%;
	padding: 30px 0px 50px 0px;
}

.a_progc_t {
	width: 100%;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
}

.a_progc_t .s1 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.a_progc_t .s2 {
	background: url(../images/more.png) right center no-repeat;
	color: #999999;
	font-size: 14px;
	display: inline-block;
	padding-right: 25px;
}

.a_progc_t .s2:hover {
	text-decoration: none;
	color: #cb2c2c;
}

.a_progc_t .s3 {
	color: #666666;
	font-size: 14px;
	margin-left: 10px;
}

.a_progc_c {
	width: 100%;
}

.a_progc_c li {
	width: 33.33%;
	float: left;
	padding: 0px 1% 15px 1%;
}

.a_progc_c li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
}

.a_progc_c li .a_img img {
	width: 100%;
}

.a_progc_c li .a_img .a_tb1 {
	width: 100%;
	height: 40px;
	background: url(../images/case_zcbg.png) repeat;
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}


.a_projscs {
	width: 100%;
	padding: 40px 0px;
}

.a_projscs_c {
	width: 100%;
	overflow-x: auto;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}

.a_projscs_c::-webkit-scrollbar {
	width: 2px;
	border-radius: 15px;
	height: 2px;
	background: none;
}

.a_projscs_c::-webkit-scrollbar-track {
	border-radius: 15px;
	width: 2px !important;
	background-color: #ccc;
}

.a_projscs_c::-webkit-scrollbar-thumb {
	width: 2px;
	height: 2px;
	border-radius: 2px;
	background-color: #bd3537;
}

.a_procpgs_c_yywl {
	width: 100%;
	padding: 10px 0px;
}

.a_procpgs_c_yywl li {
	width: 16.66%;
	float: left;
	padding: 0px 1%;
	text-align: center;
	overflow: hidden;
	line-height: 2.2;
}

.a_procpgs_c_yywl li img {
	width: 100%;
}


.n_box3z {
	width: 100%;
	padding: 65px 0px 90px 0px;
}

.n_box3z_t {
	width: 100%;
	padding-bottom: 24px;
	color: #333333;
	font-size: 14px;
	line-height: 2;
}

.n_box3z_t .s1 {
	font-size: 18px;
	font-weight: bold;
}

.n_box3z_c {
	width: 100%;
}

.n_box3z_c li {
	width: 100%;
	padding: 10px 0px;
	float: left;
}

.n_box3z_c li .div {
	width: 32%;
	float: left;
	margin-right: 1.8%;
	position: relative;
}

.n_box3z_c li .div1 {
	width: 32%;
	float: left;
	position: relative;
}

.n_box3z_c li .ipt1 {
	width: 100%;
	border: 0px;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	text-indent: 27px;
	font-family: "siyuan";
	color: #666666;
	font-size: 14px;
}

.n_box3z_c li .div .tb1 {
	height: 48px;
	line-height: 48px;
	color: #ff7000;
	font-size: 14px;
	position: absolute;
	left: 15px;
	top: 0px;
}

.n_box3z_c li .div2 {
	width: 49%;
	position: relative;
}

.n_box3z_c li .ipt3 {
	width: 100%;
	height: 190px;
	padding: 15px 27px;
	border: 0px;
	background-color: #fff;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	font-family: "siyuan";
	color: #666666;
	font-size: 14px;
}

.n_box3z_c li .ipt4 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #cb2c2c;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-family: "siyuan";
}


/*2020-10-29*/
.header_layer{position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
   /* z-index: 99;*/
    padding: 160px 11% 70px 11%;
    min-height: 410px;
    display: block; z-index:3; display:none;}
.header_layer_c{width:30%; padding-top:25px; position:relative;}
.header_layer_c:after{width:112px; height:1px; background-color:#cb2c2c; position:absolute; left:0px; top:0px; content:"";}
.header_layer_c_t{width:100%; line-height:37px; padding-bottom:14px; color:#cb2c2c; font-size:16px; font-weight:bold;}
.header_layer_c_c{width:100%; line-height:30px; color:#666666; font-size:16px; text-align:justify; overflow:hidden;}
/*body.activenav .header_layer{ display:none;}*/
body.activenav .header .i_logo_ul .nav_menu li .a_nav{ color:#222222;}
body.activenav .header .i_logo_ul .nav_menu li .a_nav:hover,body.activenav .header .i_logo_ul .nav_menu li .a_nav.active,body.activenav .header .i_logo_ul .nav_menu li .a_nav.active1{ color:#222;text-decoration:none;}
body.activenav .header  .i_logo_ul .nav_menu li .a_nav.active2 .s1{ background:url(../images/tb_03.png) right center no-repeat;}
body.activenav .header .i_ss_t{ background:url(../images/tb_05.png) center no-repeat;}

/*body.activenav .header .i_logo_img{width:17.5%;}*/
body.activenav .header .i_logo_img .s1{ display:none;}
body.activenav .header .i_logo_img .s2{ display:block;}

body.activenav .header.fixedmenu,body.activenav .header.fixedmenu1.fixedmenu{ -moz-box-shadow:0px 0px 0px #c7c5bf;
-webkit-box-shadow:0px 0px 0px #c7c5bf;  
box-shadow:0px 0px 0px #c7c5bf;}
body.activenav  .i_logo_ul .nav_menu li dl{/* min-height:380px;*/}

.lh-shadow{background:rgba(0,0,0,.7); position:fixed; left:0; top:0; width:100%; height:100%; z-index:2;animation:shadows cubic-bezier(0.215,.61,.355,1) 1s;}



.video_banner{position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: #000;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3}
	
.topmenu.fixedtop{ position:fixed; left:0px; top:70px;z-index:111;}
.topmenu.fixedtop .a_procpgs_t{width:30%; height:60px; line-height:60px;font-size:20px;}
.topmenu.fixedtop .a_procpgs_tmenu{width:70%;height:50px; overflow:hidden;margin-top:10px;}
.topmenu.fixedtop .a_procpgs_tmenu li{width:25%;}



/*other*/
.i_pf{width:50px; position:fixed; bottom:5%; right:50px; margin-top:-116px; z-index:1000;}
.i_pf.i_pf1{ bottom:auto; top:94%; margin-top:-87px}
.i_pf li{width:50px; height:58px; float:left;}
.i_pf li .div{width:50px; display:inline-block;cursor:pointer; position:relative;}
.i_pf li .div:hover{ text-decoration:none;}
.i_pf li .div .a_img{width:50px; height:50px; display:inline-block;}
.i_pf li .div .a_img.a1{ background:url(../images/fe1.png) no-repeat;}
.i_pf li .div:hover .a_img.a1,.i_pf li .div.activegg1 .a_img.a1{ background:url(../images/fe11.png) no-repeat;}
.i_pf li .div .a_img.a2{ background:url(../images/fe2.png) no-repeat;}
.i_pf li .div:hover .a_img.a2,.i_pf li .div.activegg1 .a_img.a2{ background:url(../images/fe21.png) no-repeat;}
.i_pf li .div .a_img.a2 a,.i_pf li .div .a_img.a2 a:hover{width:50px; height:50px; text-decoration:none; display:inline-block;}
.i_pf li .div .a_img.a3{ background:url(../images/fe3.png) no-repeat;}
.i_pf li .div:hover .a_img.a3{ background:url(../images/fe31.png) no-repeat;}
.i_pf li .div .a_img.a4{ background:url(../images/fe4.png) no-repeat;}
.i_pf li .div:hover .a_img.a4{ background:url(../images/fe41.png) no-repeat;}

.i_pf li .div i{width:6px; height:12px; background:url(../images/ffs.png) no-repeat; position:absolute; right:74px; top:20px;transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;}
.i_pf li .div:hover i,.i_pf li .div.activegg1 i{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity: 1;}


.i_pf li .div .a_div1{ width:161px; height:50px; line-height:50px; color:#fff; text-align:center; overflow:hidden; background-color:#0087f0; font-size:20px; position:absolute; top:1px; right:80px;transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;}
.i_pf li .div:hover .a_div1,.i_pf li .div.activegg1 .a_div1{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity: 1;}


.i_pf li .div .a_div2{width:170px; padding:10px 15px; height:60px; line-height:20px; color:#fff; text-align:center; overflow:hidden;background-color:#0087f0; font-size:14px; position:absolute; top:1px; right:80px;transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;}
.i_pf li .div .a_div2 a,.i_pf li .div .a_div2 a:hover{ color:#fff;}
.i_pf li .div:hover .a_div2,.i_pf li .div.activegg1 .a_div2{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity: 1;}

.i_pf li .div .a_div3{width:140px; padding:15px 15px;  text-align:center; overflow:hidden;background-color:#182987; font-size:14px; position:absolute; top:1px; right:80px;transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s; -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;filter:alpha(opacity=0);   -moz-opacity:0;   -khtml-opacity: 0;   opacity: 0;}
.i_pf li .div .a_div3 img{width:140px; height:140px;}
.i_pf li .div:hover .a_div3,.i_pf li .div.activegg1 .a_div3{filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity:1;   opacity: 1;}


/*2020-11-10*/
.footer_pf{width:100%; position:fixed; left:0px; bottom:0px; height:50px; background-color:#cb2c2c; z-index:11; display:none;}
.footer_pf li{width:50%; float:left; border-right:1px solid #fff;}
.footer_pf li a{width:100%; height:50px; line-height:50px; display:inline-block; overflow:hidden; text-align:center; color:#fff; font-size:18px;}
.footer_pf li a:hover{ text-decoration:none; color:#fff;}
.footer_pf li a .s1{ padding-left:40px; display:inline-block; height:50px; line-height:50px;}
.footer_pf li a .s1.bg1{ background:url(../images/zx1.png) left center no-repeat; background-size:30px;}
.footer_pf li a .s1.bg2{ background:url(../images/zx2.png) left center no-repeat;background-size:30px;}





/*2020-11-19zxl新增*/
.wap_zxlmenu{width:100%; height:50px; background-color:#cb2c2c; position:fixed; left:0px; bottom:0px; z-index:1111; display:none;}
.wap_zxlmenu dt{width:14.6%; float:left;border-right:1px solid #b62020; font-weight:normal;}
.wap_zxlmenu dt .a1{width:100%; height:50px; display:inline-block; overflow:hidden; color:#fff; text-decoration:none; text-align:center; padding:5px 0px; font-size:14px;}
.wap_zxlmenu dt .a1:hover{ color:#fff; text-decoration:none;}
.wap_zxlmenu dt .a1 .s1{ padding-top:25px; display:inline-block; line-height:1.0;}
.wap_zxlmenu dt .a1 .s1.bg1{ background:url(../images/zxl_wap_dbtb1.png) top center no-repeat; background-size:20px;}

.wap_zxlmenu dd{width:21.35%; float:left; border-right:1px solid #b62020; position:relative;}
.wap_zxlmenu dd .a1{width:100%; height:50px; display:inline-block; overflow:hidden; color:#fff; text-decoration:none; text-align:center; padding:5px 0px; font-size:14px;}
.wap_zxlmenu dd .a1:hover{ color:#fff; text-decoration:none;}
.wap_zxlmenu dd .a1 .s1{ padding-top:25px; display:inline-block; line-height:1.0;}
.wap_zxlmenu dd .a1 .s1.bg1{ background:url(../images/zxl_wap_dbtb1.png) top center no-repeat; background-size:20px;}
.wap_zxlmenu dd .a1 .s1.bg2{ background:url(../images/zxl_wap_dbtb2.png) top center no-repeat; background-size:20px;}
.wap_zxlmenu dd .a1 .s1.bg3{ background:url(../images/zxl_wap_dbtb3.png) top center no-repeat; background-size:20px;}
.wap_zxlmenu dd .a1 .s1.bg4{ background:url(../images/zxl_wap_dbtb4.png) top center no-repeat; background-size:20px;}
.wap_zxlmenu dd .a1 .s1.bg5{ background:url(../images/zxl_wap_dbtb5.png) top center no-repeat; background-size:20px;}

.wap_zxlmenu dd ul{width:100%; position:absolute; left:0px; bottom:100%; background:url(../images/zxl_wap_dbtb6.png) repeat; display:none;}
.wap_zxlmenu dd ul li{width:100%;float:left; overflow:hidden; border-bottom:1px solid #b62020;}
.wap_zxlmenu dd ul li a,.wap_zxlmenu dd ul li a:hover{width:100%; padding:10px 0px; line-height:1.5; display:inline-block; overflow:hidden; text-align:center; color:#fff; font-size:12px; float:left;}


/*2021-9-7*/
.wap_casebox{width:100%; display:none;}

.n_menu{width:100%; height:50px; background-color:#e0e0e0;position:relative;margin:0; overflow:hidden;font-family:"siyuan";}
.n_menu .scroller {position:absolute;}
.n_menu .scroller li {height:50px;color:#333333;float: left;line-height:50px;font-size:3.6vmin;text-align: center}
.n_menu .scroller li a{color:#333333;display:block;padding:0px 20px;}
.n_menu .scroller li.cur{/*background:#d92028*/}
.n_menu .scroller li.cur a{color:#0087f0; height:49px; line-height:49px; border-bottom:1px solid #0087f0;}

.wap_case_m{width:100%; border-bottom:1px solid #e0e0e0; height:40px; position:relative; z-index:111;}
.wap_case_m li{width:33.33%; float:left;}
.wap_case_m li .a_m{width:100%; text-align:center; height:40px; display:inline-block; overflow:hidden; line-height:40px; color:#222222; font-size:14px; cursor:pointer;}
.wap_case_m li .a_m span{ background:url(../images/zxl_m1.png) right center no-repeat; background-size:12px; height:40px; line-height:40px; display:inline-block; padding-right:20px;}
.wap_case_m li .a_m:hover{ text-decoration:none; color:#222;}
.wap_case_m li dl{width:100%; background-color:#fff; position:absolute; left:0px; top:40px; display:none;}
.wap_case_m li dl dd{width:100%; padding:0px 3%; float:left; height:40px; border-bottom:1px solid #e0e0e0;}
.wap_case_m li dl dd .div{width:100%; cursor:pointer; height:40px; line-height:40px; color:#666666; font-size:14px; display:inline-block; overflow:hidden;}
.wap_case_m li dl dd .div.activewapcase{ background:url(../images/zxl_m2.png) right center no-repeat; background-size:20px; color:#c7160e;}
.wap_case_m li dl dd .div:hover{ text-decoration:none;}

.b_aboutbox3{width:100%; padding:20px 0px 50px 0px;}
.b_aboutbox3_c.b_aboutbox3_c1 li .div .a_img .img1{width:100%;}
.b_aboutbox3_c.b_aboutbox3_c1 li .div .a_text .s2{ margin-bottom:10px;}
/*.b_aboutbox3_c{width:100%;}
.b_aboutbox3_c.b_aboutbox3_c1 li{ padding-bottom:40px;}
.b_aboutbox3_c li{width:33.33%; float:left; padding:0px 1%;}
.b_aboutbox3_c li .div{width:100%; display:inline-block; overflow:hidden; background-color:#ffffff; color:#666666; font-size:14px; position:relative;}
.b_aboutbox3_c li .div i{width:0px; height:2px; background-color:#c7160e; position:absolute; left:0px; bottom:0px;

transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;}
.b_aboutbox3_c li .div:hover i{width:100%;}
.b_aboutbox3_c li .div:hover{ text-decoration:none; color:#666;}
.b_aboutbox3_c li .div .a_img{width:100%; display:inline-block; overflow:hidden; position:relative;}
.b_aboutbox3_c li .div .a_img img{width:100%;}
.b_aboutbox3_c li .div .a_img .a_zctn{width:100%; height:100%; position:absolute; left:0px; top:0px; background:url(../images/case_zcbg.png) repeat;}
.b_aboutbox3_c li .div .a_img .a_zctext{width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; background:url(../images/player.png) center no-repeat; background-size:40px;}
.b_aboutbox3_c li .div .a_text{width:100%; padding:12px 5% 0px 5%; border-bottom:2px solid #999999;}
.b_aboutbox3_c li .div .a_text .s1{width:100%; font-weight:bold; height:45px; line-height:45px; color:#333333; font-size:16px; overflow:hidden;}
.b_aboutbox3_c li .div:hover .a_text .s1{ color:#c7160e;}
.b_aboutbox3_c li .div .a_text .s2{width:100%; height:75px; line-height:25px; color:#666666; font-size:14px; overflow:hidden; margin-bottom:10px;}
.b_aboutbox3_c li .div .a_text .s3{width:100%; height:50px; line-height:50px; background:url(../images/time.png) left center no-repeat; text-indent:20px; color:#888888; font-size:14px;}
.b_aboutbox3_c li .div:hover .a_text .s3{ background:url(../images/time2.png) left center no-repeat; color:#c7160e;}

.b_aboutbox3_c li .div .a_text .s4{width:100%; height:125px; line-height:25px; color:#666666; font-size:14px; overflow:hidden;}
.b_aboutbox3_c li .div .a_text .s5{width:100%; height:28px; line-height:28px; overflow:hidden; color:#c7160e; font-size:14px; text-decoration:none; padding-bottom:10px;}
.b_aboutbox3_c li .div .a_text .s5 span{ display:none;}
.b_aboutbox3_c li .div:hover .a_text .s5 span{ display:block;}

.b_aboutbox3_c li .div .a_text .s6{width:100%; height:100px; line-height:25px; color:#666666; font-size:14px; overflow:hidden; margin-bottom:20px;}
*/

.a_cases_t{width:100%; padding:5px 0px 25px 0px; border-bottom:1px solid #ebebeb; margin-bottom:40px;}
.a_cases_tul{width:100%;}
.a_cases_tul li{width:100%; float:left;}
.a_cases_tul li dl{width:100%;}
.a_cases_tul li dl dt{width:7%; font-weight:normal; height:48px; line-height:48px; float:left; overflow:hidden; color:#333333; font-size:14px;}
.a_cases_tul li dl dd{width:93%; float:left; padding-top:10px;}
.a_cases_tul li dl dd a{ height:28px; line-height:28px; display:inline-block; overflow:hidden; color:#666666; float:left; font-size:14px; margin:0px 15px 15px 0px; padding:0px 15px;}
.a_cases_tul li dl dd a:hover,.a_cases_tul li dl dd a.activecase{ background-color:#c7160e; text-decoration:none; color:#fff;}


.n_banner_menu.activehz .n_banner_menu_l{width:40%;}
.n_banner_menu.activehz .n_banner_menu_r{width:60%;}
.n_banner_menu.activehz:after{width:43%;}

.xz_hzzx{width:100%; padding-left:5%;}
.xz_hzzx_t{width:100%; padding:5px 0px 30px 0px; color:#333333; font-size:16px; line-height:1.6;}
.n_box12_c li .ipt4{width:100%; height:48px; line-height:48px; padding-left:48px; border:1px solid #e1e1e1; color:#333333; font-size:16px;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ font-family:"siyuan";}
.n_box12_c li .ipt4.hzbg1{background:url(../images/zxl_m3.png) left 17px center no-repeat;}
.n_box12_c li .ipt4.hzbg2{background:url(../images/zxl_m4.png) left 17px center no-repeat;}
.n_box12_c li .ipt4.hzbg3{background:url(../images/zxl_m5.png) left 17px center no-repeat;}
.n_box12_c li .ipt4.hzbg4{background:url(../images/zxl_m6.png) left 17px center no-repeat;}
.n_box12_c li .ipt5{width:100%; height:126px; padding:14px 48px;border:1px solid #e1e1e1; color:#333; font-size:16px;-moz-border-radius: 3px;      /* Gecko browsers */
-webkit-border-radius: 3px;   /* Webkit browsers */
border-radius:3px;            /* W3C syntax */ font-family:"siyuan"; outline:0; resize:none;}
.n_box12_c li .ipt5.hzbg5{ background:url(../images/zxl_m7.png) left 17px top 14px no-repeat;}


.a_zpdiv_t{width:100%; height:90px; line-height:90px; text-align:center; overflow:hidden; color:#333333; font-size:24px;}

.zxl_spbox1{width:100%; }
.zxl_spbox1 video{width:100%; height:auto;}


.Rotation img {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.Rotation:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}


.arrowGo {
	animation: arrowGo 2.5s infinite;
	-webkit-animation: arrowGo 2.5s infinite;
}

@-webkit-keyframes arrowGo {
	0% {
		-webkit-transform: translate(0, 30%);
	}

	50% {
		-webkit-transform: translate(0, 0%);
	}

	100% {
		-webkit-transform: translate(0, 30%);
	}
}

@keyframes arrowGo {
	0% {
		transform: translate(0, 30%);
	}

	50% {
		transform: translate(0, 0%);
	}

	100% {
		transform: translate(0, 30%);
	}
}

.Amplification img {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.Amplification1 .img1 {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification1:hover .img1 {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}



@-webkit-keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
