@charset "utf-8";

/* CSS Document */
/*--重定义浏览器默认样式--*/
* {
	word-wrap: break-word
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
	margin: 0;
	padding: 0
}

ul,
ol,
dl {
	list-style-type: none
}

html,
body {
	*position: static;
	height: 100%;
	/* background-color:#1b1b1b;*/
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

input,
button {
	overflow: visible;
	vertical-align: middle;
	outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
	font-family: arial, "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
	font-size: 12px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

a,
area {
	outline: none;
	blr: expression(this.onFocus=this.blur())
}

a {
	text-decoration: none;
	cursor: pointer
}

a:hover {
	text-decoration: none;
	outline: none
}

a.ie6:hover {
	zoom: 1
}

a:focus {
	outline: none
}

a:hover,
a:active {
	outline: none
}

:focus {
	outline: none
}

sub,
sup {
	vertical-align: baseline
}

button,
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
}

/*img*/
img {
	border: 0;
	vertical-align: middle
}

a img,
img {
	-ms-interpolation-mode: bicubic
}

.img-responsive {
	max-width: 100%;
	height: auto
}

/*IE下a:hover 背景闪烁*/
*html {
	overflow: -moz-scrollbars-vertical;

	zoom:expression(function(ele) {
		ele.style.zoom="1";
		document.execCommand("BackgroundImageCache", false, true)
	}

	(this))
}

body[aos-delay='5000'] [aos],
[aos][aos][aos-delay='5000'] {
	transition-delay: 5000ms;
}

/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
	display: block;
	margin: 0;
	padding: 0
}

time {
	display: inline
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none
}

legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

legend small {
	font-size: 15px;
	color: #999
}

svg:not(:root) {
	overflow: hidden
}

fieldset {
	border-width: 0;
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.cl,
.clearfix {
	zoom: 1
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clearboth {
	clear: both;
}

.bigzm {
	text-transform: uppercase;
}

.container {
	width: 100% !important;
	max-width: 1200px;
	max-width: 1170px\9;
}

/*头部*/

.clearpadding {
	padding: 0px;
	margin: 0px;
}

/* PAGE-MENU */
.fullnavr {
	position: fixed;
	top: 50%;
	right: 12px;
	z-index: 1;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#pagemenu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 1005;
	padding: 10px 0px;
}

#pagemenu li {
	position: relative;
	width: 79px;
}

#pagemenu li a {
	width: 79px;
	padding-left: 19px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	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;
	position: relative;
}

#pagemenu li a:after {
	width: 10px;
	height: 10px;
	background-color: #dddddd;
	border: 1px solid #dddddd;
	position: absolute;
	left: 0px;
	top: 5px;
	content: "";
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
}

#pagemenu li a .s1 {
	width: 70px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	background-color: #0a78b9;
	text-align: center;
	overflow: hidden;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.fullnavr #pagemenu li.active a:after {
	border: 1px solid #fff;
	background-color: #0a78b9;
	border: 1px solid #0a78b9;
}

.fullnavr #pagemenu li.active a .s1 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#pagemenu li a.disnone {
	display: none;
}

.fullnavr #pagemenu li.active a .disnone,
.fullnavr #pagemenu li.active a:hover .disnone,
.fullnavr #pagemenu li a:hover .disnone {
	display: block;
	text-decoration: none;
}


.mousehover {
	width: 51px;
	height: 41px;
	background: url(../images/tb_01.png) no-repeat;
	background-size: 51px;
	position: absolute;
	left: 50%;
	margin-left: -25.5px;
	bottom: 55px;
	z-index: 1000;
}

.section.y6 {
	height: auto !important
}


/*shade*/
:-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;
}

.layer {
	position: fixed;
	z-index: 1001011;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.layer .layer-top,
.layer .layer-bottom {
	position: absolute;
	width: 100%;
	height: 50%;
	/* background: #da1515;*/
	top: 0%;
	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;
	z-index: 1;
}

.layer .layer-top {
	background-color: #fff;
}

.layer .layer-bottom {
	top: auto;
	bottom: 0%;
	background-color: #fff;
}

.layer .loading {
	width: 224px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -112px;
	margin-top: -25px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	z-index: 2;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

.layer.show {
	visibility: hidden;
}

.layer.show .loading {
	display: none;
}

.layer.show .layer-top {
	top: -50%;
}

.layer.show .layer-bottom {
	bottom: -50%;
}


@-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);
	}
}



.wx_top {
	width: 45px;
	height: 45px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	display: none;
}

.wx_top img {
	width: 45px;
	height: 45px;
}



/*Index*/
.section {
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.slide {
	background-size: cover;
	position: relative;
}

.section .sec-scale {
	width: 100%;
	height: 100%;
	/*transform: scale(0.8);opacity: 0.5;transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}

/*.active .sec-scale {transform: translate(0px,0px) scale(1);transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; opacity: 1; }*/
.bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}




.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 .conver_div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.home-swiper .swiper-slide img {
	display: none;
}

/*.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;}
*/
.home-swiper .home_next {
	width: 60px;
	height: 60px;
	background: url(../images/b_r.png) no-repeat;
	background-size: 60px;
	right: 3%;
}

.home-swiper .home_next:hover {
	background: url(../images/b_rs.png) no-repeat;
}

.home-swiper .home_prev {
	width: 60px;
	height: 60px;
	background: url(../images/b_l.png) no-repeat;
	background-size: 60px;
	left: 3%;
}

.home-swiper .home_prev:hover {
	background: url(../images/b_ls.png) no-repeat;
}

.home-swiper .home-pagination .swiper-pagination-bullet {
	background-color: #fff;
}

.home-swiper .home-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0a78b9;
	border: 1px solid #0a78b9;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/



.header_div {
	width: 100%;
	padding-left: 14%;
	height: 80px;
	background-color: #fff;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 10000;
	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;
}

.header_div .i_logo {
	width: 12.5%;
	padding-top: 20px;
}

.header_div .i_logo img {
	width: auto;
}

.header_div.fixedmenu,
.header_div.fixedmenu1.fixedmenu {
	position: fixed;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.header_div.fixedmenu1 {
	position: relative;
}


.menu_nav {
	width: 68%;
	margin-left: 3%;
}

.menu_nav ul {
	width: 100%;
}

.menu_nav ul li {
	width: 12.285%;
	float: left;
	text-align: center;
	/* position:relative; z-index:10000; */
	/*! height:86px; */
	border-right: 1px solid #eeeeee;
}

.menu_nav ul li .nav_a {
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #333333;
	display: inline-block;
	font-size: 16px;
	position: relative;
}

.menu_nav ul li .nav_a:hover,
.menu_nav ul li .nav_a.activetopm,
.menu_nav ul li .nav_a.activetopm1 {
	color: #0a78b9;
	text-decoration: none;
}

.menu_nav ul li .nav_a:after {
	width: 0%;
	height: 2px;
	background-color: #0a78b9;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.menu_nav ul li .nav_a:hover:after,
.menu_nav ul li .nav_a.activetopm:after,
.menu_nav ul li .nav_a.activetopm1:after {
	width: 100%;
}

.menu_nav ul li .nav_a.active2 {
	background: url(../images/tb_18.png) right 15px center no-repeat;
}

.menu_nav ul li .nav_a:hover.active2,
.menu_nav ul li .nav_a.activetopm.active2,
.menu_nav ul li .nav_a.activetopm1.active2 {
	background: url(../images/tb_19.png) right 15px center no-repeat;
	text-decoration: none;
}


.menu_nav ul li .two_div {
	width: 100%;
	background-color: #f7f7f7;
	position: absolute;
	left: 0px;
	top: 80px;
	display: none;
}

.menu_nav ul li .two_div_c {
	width: 1074px;
	margin: 0px auto;
}

.menu_nav ul li .two_div_con {
	width: 100%;
	padding: 35px 0px;
}

.menu_nav ul li .two_div_c_l {
	width: 14%;
	margin-left: 12%;
}

.menu_nav ul li .two_div_c_l .s1 {
	width: 100%;
	background: url(../images/xd1.jpg) top 10px left no-repeat;
	padding-top: 45px;
	line-height: 1.0;
	color: #0a78b9;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.menu_nav ul li .two_div_c_l .s2 {
	height: 30px;
	line-height: 30px;
	padding: 0px 30px;
	border: 1px solid #0a78b9;
	display: inline-block;
	overflow: hidden;
	color: #0a78b9;
	font-size: 14px;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
	margin-top: 25px;
}

.menu_nav ul li .two_div_c_l .s2:hover {
	color: #fff;
	background-color: #0a78b9;
}

.menu_nav ul li .two_div_cptype {
	width: 9%;
}

.menu_nav ul li .two_div_cptype .a_cpmenu {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	/*overflow:hidden;*/
	color: #0a78b9;
	font-size: 14px;
	text-align: center;
	position: relative;
}

.menu_nav ul li .two_div_cptype .a_cpmenu:hover,
.menu_nav ul li .two_div_cptype .a_cpmenu.activecpmenu {
	background-color: #0a78b9;
	color: #fff;
	text-decoration: none;
}

.menu_nav ul li .two_div_cptype .a_cpmenu .tb1 {
	width: 10px;
	height: 10px;
	background: url(../images/zz_bg5.png) no-repeat;
	position: absolute;
	right: -5px;
	top: 11.5px;
	display: none;
}

.menu_nav ul li .two_div_cptype .a_cpmenu:hover .tb1,
.menu_nav ul li .two_div_cptype .a_cpmenu.activecpmenu .tb1 {
	display: block;
}

.menu_nav ul li .two_div_cptype_r {
	width: 64%;
}

.menu_nav ul li .two_div_cptype_r_dl {
	width: 100%;
	display: none;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-bottom: 0px;
	border-right: 0px;
}

.menu_nav ul li .two_div_cptype_r_dl dd {
	width: 25%;
	float: left;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

.menu_nav ul li .two_div_cptype_r_dl dd .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
}

.menu_nav ul li .two_div_cptype_r_dl dd .a_img img {
	width: 100%;
}

.menu_nav ul li .two_div_cptype_r_dl dd .a_text {
	width: 100%;
	/*! height:40px; */
	height: 40px;
	line-height: 40px;
	padding: 0px 3%;
	text-align: center;
	color: #333;
	font-size: 12px;
	display: inline-block;
	overflow: hidden;
}

.menu_nav ul li .two_div_cptype_r_dl dd .a_text:hover {
	color: #0a78b9;
}

.menu_nav ul li .two_div_c_jjfa {
	width: 74%;
}

.menu_nav ul li .two_div_c_jjfa_dl {
	width: 100%;
}

.menu_nav ul li .two_div_c_jjfa_dl dd {
	width: 20%;
	float: left;
	min-height: 140px;
	border-right: 1px solid #ebebeb;
	padding: 0px 2%;
}

.menu_nav ul li .two_div_c_jjfa_dl dd .a1,
.menu_nav ul li .two_div_c_jjfa_dl dd .a1:hover {
	width: 100%;
	height: 33px;
	line-height: 33px;
	margin-bottom: 10px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #0c4da2;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}

.menu_nav ul li .two_div_c_jjfa_dl dd .a2 {
	width: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
	color: #888888;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: left;
}

.menu_nav ul li .two_div_c_jjfa_dl dd .a2:hover {
	text-decoration: none;
	color: #0c4da2;
}

.menu_nav ul li .two_div_c_case {
	width: 20%;
	height: 150px;
	border-left: 1px solid #ededed;
	padding: 10px 2% 0px 2%;
}

.menu_nav ul li .two_div_c_case dd {
	width: 100%;
	padding-bottom: 14px;
	float: left;
}

.menu_nav ul li .two_div_c_case dd a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #0a78b9;
	font-size: 14px;
}

.menu_nav ul li .two_div_c_case dd a:hover {
	background-color: #0a78b9;
	text-decoration: none;
	color: #fff;
}


.i_ss {
	width: 6%;
	position: relative;
}

.i_ss_t {
	width: 100%;
	height: 80px;
	cursor: pointer;
	background: url(../images/tb_2.png) center no-repeat;
	background-color: #333;
	position: relative;
}

.i_ss_c {
	width: 210px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 77px;
	display: none;
}

.i_ss_c .ipt1 {
	width: 170px;
	height: 40px;
	line-height: 40px;
	border: 0px;
	color: #fff;
	font-size: 14px;
	text-indent: 10px;
	font-family: "微软雅黑";
}

.i_ss_c .ipt2 {
	width: 40px;
	height: 40px;
	background: url(../images/tb_2.png) center no-repeat;
	border: 0px;
	background-color: #333;
}


.i_morebtn {
	width: 6%;
	height: 80px;
	background-color: #0a78b9;
	position: relative;
}

.left_but {
	width: 40px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -15px;
	z-index: 100;
}

.left_but_btn {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 3px;
	z-index: 2;
	margin: 14px 0 0 0px;
	background: #fff;
	-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;
	-moz-border-radius: 2px;
	/* Gecko browsers */
	-webkit-border-radius: 2px;
	/* Webkit browsers */
	border-radius: 2px;
	/* W3C syntax */
}

.left_but_btn:before,
.left_but_btn:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	position: absolute;
	background: #fff;
	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;
	-moz-border-radius: 2px;
	/* Gecko browsers */
	-webkit-border-radius: 2px;
	/* Webkit browsers */
	border-radius: 2px;
	/* W3C syntax */
}

.left_but_btn:before {
	margin-top: -10px;
}

.left_but_btn:after {
	margin-top: 10px;
}

.phone_nav_one .left_but_btn {
	background: rgba(0, 0, 0, 0);
}

.phone_nav_one .left_but_btn:before {
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.phone_nav_one .left_but_btn:after {
	margin-top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.phone_nav_one {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.yc_box1 {
	width: 100%;
	position: fixed;
	top: 100%;
	background-color: #fff;
	left: 0px;
	z-index: 12;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.yc_box1.leftbutton {
	top: 80px;
}

.yc_box1_c {
	width: 100%;
	padding: 150px 18% 0px 18%
}

.yc_box1_c_ul {
	width: 100%;
}

.yc_box1_c_ul li {
	width: 16.66%;
	float: left;
	border-right: 1px solid #d2d2d2;
	min-height: 319px;
}

.yc_box1_c_ul li .a1 {
	width: 100%;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	float: left;
	color: #333333;
	font-size: 16px;
	margin-bottom: 25px;
}

.yc_box1_c_ul li .a1:hover {
	text-decoration: none;
	color: #2a3bcb;
}

.yc_box1_c_ul li .a2 {
	width: 100%;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	float: left;
	color: #333333;
	font-size: 14px;
}

.yc_box1_c_ul li .a2:hover {
	text-decoration: none;
	color: #0a78b9;
}





.i_picchange {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

/*手机导航*/
/* CSS Document */
.phone_nav {
	display: none;
}

.phone_logo {
	/* height:50px;*/
	/* padding:10px 0px;*/
	/* background-color:#fff;*/
}

.phone_logo .p1 img {
	/* height: 100%*/
	width: 100%;
}

@media screen and (max-width:1200px) {
	.phone_logo .p1 {
		/*padding-top: 10px;*/
		/* height: 29px;*/
		display: block;
		width: 45%;
		display: inline-block;
	}

	.header_div {
		display: none;
	}

	.phone_logo {
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
	}

	.phone_nav {
		display: block;
		position: relative;
		/* position:fixed;*/
		background-color: #fff;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		z-index: 100000;
	}

	.phone_nav.fixedmenu {
		position: fixed;
		-moz-box-shadow: 0px 0px 10px #c7c5bf;
		/*firefox*/
		-webkit-box-shadow: 0px 0px 10px #c7c5bf;
		/*webkit*/
		box-shadow: 0px 0px 10px #c7c5bf;
		/*opera或ie9*/
	}

	/*导航按钮*/
	.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: #0a78b9;
		-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: #0a78b9;
		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: #fff;
		overflow: hidden;
	}

	.phone_nav .nav_main ul {
		padding: 0 20px;
		margin-top: 40px;
	}

	.phone_nav .nav_main li a {
		background-position: left;
		color: #333;
		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 #ccc;
		margin-top: 20px;
	}

	.phone_nav .nav_main .ss .p2 {
		float: right;
	}

	.phone_nav .nav_main .ss .p2 input {
		border: 0;
		/*background:url("../images/app_ss1.png") center no-repeat;*/
		width: 34px;
		height: 34px;
	}

	.phone_nav .nav_main .ss .p1 {
		display: block;
		margin: 0 34px 0 5px;
	}

	.phone_nav .nav_main .ss .p1 input {
		width: 100%;
		height: 34px;
		line-height: 34px;
		background: none;
		border: 0;
		font-family: "Microsoft YaHei";
		font-size: 14px;
		color: #fff;
	}

	.phone_nav .nav_main li b {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0px;
		width: 50%;
		height: 50px;
		background: url("../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 {
		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 {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}


@media screen and (max-width:758px) {

	/*--768-0--*/
	.phone_nav .nav_but_box {
		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;
	}

}

@media screen and (max-width:470px) {

	/*--768-0--*/
	.phone_logo {
		padding: 8px 10px
	}

	.phone_nav .nav_main ul {
		height: 550px;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

/*手机导航*/

.i_ssbn {
	width: 60px;
	height: 100%;
	background: url(../images/tb_2.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: "微软雅黑";
	background-color: #fff;
	color: #b9b9b9;
	font-size: 0.16rem;
}

.i_ssbn_div .ipt2 {
	width: 20%;
	height: 40px;
	background: url(../images/tb_2.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_content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.i_content_c {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.i_con {
	width: 78%;
	margin: 0px auto;
}

.i_con1 {
	width: 1400px;
	margin: 0px auto;
}

.i_con2 {
	width: 1200px;
	margin: 0px auto;
}

.ui_div {
	width: 100%;
}

.ui_div1 {
	width: 100%;
	overflow: hidden;
}

.ui_div_center {
	width: 65%;
	margin: 0px auto;
}

.ui_div_center1 {
	width: 75%;
	margin: 0px auto;
}



.i_box1 {
	width: 100%;
	position: relative;
}

.i_box1_t {
	width: 100%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
}

.i_box1_t .s1 {
	font-size: 36px;
	font-weight: bold;
}

.i_box1_t.aciveone {
	position: absolute;
	left: 0px;
	top: 15%;
	z-index: 111;
}

.probanner-box {
	position: relative;
	overflow: hidden;
}

.probanner a:link,
.probanner a:visited {
	color: #fff;
}

.probanner a:active,
.probanner a:hover {
	color: #fff;
}

.probanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 0;
	background-color: #efefef;
}

.probanner .swiper-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.probanner .item {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.probanner .pimg {
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
}

.pro-nav-list a:link,
.pro-nav-list a:visited {
	color: #fff;
}

.pro-nav-list a:active,
.pro-nav-list a:hover {
	color: #fff;
}


.pro-nav-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pro-nav-list li {
	float: left;
	display: block;
	width: 33.33%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.pro-nav-list .wbox {
	height: 100%;
	background: url(../images/balck_30.png) repeat;
	background: none rgba(67, 67, 67, 0.5);
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
}

.pro-nav-list .wbox:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: url(../images/white_70.png) repeat;
	background: none rgba(255, 255, 255, 0.28);
	z-index: -1;
}

.pro-nav-list li:first-child .wbox:before {
	display: none;
}

.pro-nav-list .wbox:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/red_30.png) repeat;
	position: absolute;
	left: 1px;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
	z-index: -1;
}

.pro-nav-list .item {
	/*top: 38%;*/
	top: 42%;
	position: relative;
	-webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
	transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.pro-nav-list .bor {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-color: #ffb606;
}

.pro-nav-list .bor:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #0a78b9;
	position: absolute;
	left: 0;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.pro-nav-list .tbox {
	line-height: 1.5;
	position: relative;
	display: inline-block;
}

.pro-nav-list .ico {
	width: 90px;
	display: block;
	margin: 0px auto 5px;
}

/*.pro-nav-list .ico.xz{ display:none;}
.pro-nav-list .ico.wz{ display:block;}*/
.pro-nav-list .en {
	font-family: "Humanst521 BT";
	font-size: 30px;
}

.pro-nav-list .zh {
	font-family: "微软正黑体";
	font-size: 16px;
	padding-top: 10px;
}

.pro-nav-list .zh span {
	font-size: 30px;
}

.pro-nav-list .cbox {
	margin: 0px auto;
	font-size: 16px;
	position: relative;
	z-index: 2;
	opacity: 0;
	visibility: hidden\9;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
	transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.pro-nav-list .cbox p {
	margin-bottom: 4px;
}

.pro-nav-list p.bot {
	height: 1px;
	background-color: #fff;
	width: 0%;
	margin: 20px auto 24px;
	position: relative;
	-webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
	transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.pro-nav-list p.bot .line {
	width: 36px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: -3px;
	margin-left: -18px;
}

.pro-nav-list .cbox a {
	position: relative;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.pro-nav-list .cbox a:hover {
	text-decoration: none;
}

.pro-nav-list .wbox:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.pro-nav-list .wbox:hover .item {
	/* top: 22%;*/
	top: 30%;
}

.pro-nav-list .wbox:hover .bor:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.pro-nav-list .wbox:hover .cbox {
	opacity: 1;
	visibility: visible\9;
	transform: inherit;
	-webkit-transform: inherit;
}

.pro-nav-list .wbox:hover p.bot {
	width: 40%;
}

/*.pro-nav-list .wbox:hover .ico.xz{ display:block;}
.pro-nav-list .wbox:hover .ico.wz{ display:none;}*/


< !--.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

-->.i_box2_t2 {
	width: 100%;
	height: 31px;
	line-height: 31px;
	text-align: center;
	overflow: hidden;
}

.i_box2_t2 a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
}

.i_box2_t2 a:hover {
	color: #fff;
	text-decoration: none;
}

.i_box2 {
	width: 100%;
	padding-top: 35px;
	position: relative;
}

.home-swiper1 {
	width: 100%;
	height: 100%;
}

.home-swiper1 .swiper-slide {
	width: 100% !important;
}

.i_box2 .home_next1 {
	width: 30px;
	height: 30px;
	background: url(../images/img3s.jpg) no-repeat;
	background-size: 30px;
	right: 0%;
	margin: 0px;
	top: -10px;
}

.i_box2 .home_prev1 {
	width: 30px;
	height: 30px;
	background: url(../images/img2.jpg) no-repeat;
	background-size: 30px;
	left: auto;
	right: 35px;
	margin: 0px;
	top: -10px;
}


.i_box4 {
	width: 100%;
}

.i_box4 dt {
	width: 41%;
	padding-right: 2%;
	float: left;
	font-weight: normal;
}

.i_box4 dt .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #666666;
	font-size: 14px;
	background-color: #fff;
}

.i_box4 dt .div:hover {
	text-decoration: none;
	color: #666666;
}

.i_box4 dt .div .a_img {
	width: 100%;
	float: left;
	display: inline-block;
	overflow: hidden;
}

.i_box4 dt .div .a_img img {
	width: 100%;
}

.i_box4 dt .div .a_text {
	width: 100%;
	color: #333333;
	font-size: 14px;
	background-color: #fff;
	padding: 33px 30px 16px 30px;
}

.i_box4 dt .div .a_text .s1 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.i_box4 dt .div .a_text .s2 {
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	text-align: justify;
}

.i_box4 dt .div .a_text .s3 {
	width: 100%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	color: #cccccc;
}

.i_box4 dt .div:hover .a_text .s1,
.i_box4 dt .div:hover .a_text .s3 {
	color: #0a78b9;
}

.i_box4 dd {
	width: 59%;
	float: left;
	padding-bottom: 15px;
}

.i_box4 dd .div {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 18px;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box4 dd .div:hover {
	color: #666;
	text-decoration: none;
	background-color: #fff;
}

.i_box4 dd .div .a_img {
	width: 24%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.i_box4 dd .div .a_img img {
	width: 100%;
}

.i_box4 dd .div .a_img:after {
	width: 0px;
	height: 5px;
	background-color: #0a78b9;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box4 dd .div:hover .a_img:after {
	width: 100%;
}

.i_box4 dd .div .a_img .zc1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url(../images/tb_8.png) repeat;
	display: none;
}

.i_box4 dd .div .a_img .zc2 {
	width: 100%;
	color: #989898;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 2;
	display: none;
}

.i_box4 dd .div .a_img .zc2 span {
	font-size: 30px;
}

.i_box4 dd .div:hover .a_img .zc1,
.i_box4 dd .div:hover .a_img .zc2 {
	display: block;
}

.i_box4 dd .div .a_img_r {
	width: 72%;
	padding: 0px 5% 0px 0px;
}

.i_box4 dd .div .a_img_r .s1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.i_box4 dd .div .a_img_r .s2 {
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}

.i_box4 dd .div .a_img_r .s3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #999999;
}

.i_box4 dd .div:hover .a_img_r .s1 {
	color: #0a78b9;
	text-decoration: none;
}

.i_box4 dd .div:hover .a_img_r .s3 {
	color: #0a78b9;
}




.i_box3 {
	width: 100%;
	background-color: #fff;
}

.i_box3 .a_img {
	width: 30%;
	display: inline-block;
	overflow: hidden;
}

.i_box3 .a_img img {
	width: 100%;
}

.i_box3 .a_img_r {
	width: 66%;
	padding: 65px 4% 0px 0px;
}

.i_box3 .a_img_r .s1 {
	width: 100%;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	color: #0a78b9;
	font-size: 36px;
	font-weight: bold;
}

.i_box3 .a_img_r .s2 {
	width: 100%;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	margin-bottom: 23px;
	color: #000000;
	font-size: 30px;
}

.i_box3 .a_img_r .s3 {
	width: 100%;
	height: 174px;
	line-height: 29px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
}

.i_box3 .a_img_r .s4 {
	width: 100%;
	height: 57px;
	line-height: 57px;
	color: #333333;
	font-size: 14px;
}

.i_box3 .a_img_r .s4:hover {
	text-decoration: none;
	color: #0a78b9;
}

.i_box3 .a_img_r_ul {
	width: 100%;
	padding-top: 50px;
}

.i_box3 .a_img_r_ul li {
	width: 26%;
	margin-right: 6%;
	float: left;
	border-right: 1px solid #eeeeee;
}

.i_box3 .a_img_r_ul li a {
	padding-left: 60px;
	height: 52px;
	color: #999999;
	font-size: 12px;
	line-height: 1.6;
	display: inline-block;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box3 .a_img_r_ul li a font {
	color: #333333;
	font-size: 16px;
}

.i_box3 .a_img_r_ul li a.bg1 {
	background: url(../images/tb_5z.png) left top no-repeat;
}

.i_box3 .a_img_r_ul li a.bg2 {
	background: url(../images/tb_6.png) left top no-repeat;
}

.i_box3 .a_img_r_ul li a.bg3 {
	background: url(../images/tb_7.png) left top no-repeat;
}

.i_box3 .a_img_r_ul li a:hover {
	text-decoration: none;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.active .i_box1_t {
	animation: fadeInUp 1s;
	-webkit-animation: fadeInUp 1s;
}

/*.active .i_box2_t1{animation: fadeInUp 1.5s;
-webkit-animation: fadeInUp 1.5s;}*/
.active .i_box2_t2 {
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
}

/*.active .i_box2_c{animation: fadeInUp 1.5s;
-webkit-animation: fadeInUp 1.5s;}*/


.active .pro-nav-list li.litem1 {
	animation: fadeInUp 0.1s;
	-webkit-animation: fadeInUp 0.1s;
}

.active .pro-nav-list .item {
	animation: zoomInDown 1s;
	-webkit-animation: zoomInDown 1s;
}

.active .i_box3 .a_img_r .s1 {
	animation: fadeInUp 1s;
	-webkit-animation: fadeInUp 1s;
}

.active .i_box3 .a_img_r .s2 {
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
}

.active .i_box3 .a_img_r .s3 {
	animation: fadeInUp 1s;
	-webkit-animation: fadeInUp 1s;
}

.active .i_box3 .a_img_r .s4 {
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
}

.active .i_box3 .a_img_r_ul {
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
}


.i_box5 {
	width: 100%;
	padding-top: 30px;
}

.i_case_c {
	width: 100%;
}

.i_case_c dt {
	width: 50%;
	float: left;
	font-weight: normal;
}

.i_case_c dt .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
}

.i_case_c dt .a_img img {
	width: 100%;
}

.i_case_c dt .a_img .a_text {
	width: 100%;
	padding-left: 3%;
	background: url(../images/tb_9.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 11;
}

.i_case_c dt .a_img .a_text_l {
	width: 86%;
	padding-top: 7px;
}

.i_case_c dt .a_img .a_text_l .s1,
.i_case_c dt .a_img .a_text_l .s1:hover {
	width: 100%;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.i_case_c dt .a_img .a_text_l .s2 {
	width: 100%;
	height: 54px;
	line-height: 18px;
	overflow: hidden;
	color: #b5b5b5;
	font-size: 14px;
}

.i_case_c dt .a_img .a_text_r {
	width: 14%;
	height: 120px;
	background-color: #0a78b9;
	text-align: center;
	color: #fff;
	padding-top: 37px;
	line-height: 1.5;
	font-size: 14px;
}

.i_case_c dt .a_img .a_text_r .s1 {
	color: #c16c6c;
}

.i_case_c dd {
	width: 25%;
	float: left;
	padding: 0px 0px 1% 1%;
	float: left;
}

.i_case_c dd .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
}

.i_case_c dd .a_img img {
	width: 100%;
}

.i_case_c dd .a_img .a_text {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: url(../images/tb_9.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	padding: 0px 3%;
	color: #fff;
	font-size: 16px;
}

.i_case_c dd .a_img .a_text1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/tb_9.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	padding: 40px 10% 0px 10%;
	display: none;
}

.i_case_c dd .a_img .a_text1 .s2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
}

.i_case_c dd .a_img .a_text1 .s3 {
	width: 100%;
	padding-bottom: 40px;
	background: url(../images/tb_10.png) bottom left no-repeat;
	line-height: 18px;
}

.i_case_c dd .a_img:hover .a_text1 {
	display: block;
}

.i_case_c dd .a_img:hover .a_text {
	display: none;
}

.i_case_c dt {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.active .i_case_c dt {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}

.i_case_c dd {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.active .i_case_c dd:nth-of-type(1) {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
}

.active .i_case_c dd:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
}

.active .i_case_c dd:nth-of-type(3) {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
}

.active .i_case_c dd:nth-of-type(4) {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
}





.i_ff {
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}

.i_footer_top {
	width: 100%;
	padding: 20px 0px;
	position: relative;
}

.i_footer_top a {
	padding: 0px 25px;
	height: 30px;
	line-height: 30px;
	color: #444444;
	font-size: 14px;
	display: inline-block;
	float: left;
}

.i_footer_top a:hover {
	text-decoration: none;
	color: #0a78b9;
}

.i_footer_top .a_top,
.i_footer_top .a_top:hover {
	text-decoration: none;
	width: 104px;
	height: 45px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0px;
}



.i_box6 {
	width: 100%;
}

.i_box6_l {
	width: 21%;
	border-right: 1px solid #f2f2f2;
	padding-right: 1.5%;
	padding-bottom: 85px;
	padding-left: 2%;
}

.i_box6_l a,
.i_box6_l a:hover {
	text-decoration: none;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	padding-top: 30px;
}

.i_box6_l a img {
	max-width: 100%;
	height: auto !important;
}

.i_box6_l_fx {
	width: 100%;
	padding-top: 35px;
}

.i_box6_c {
	width: 65%;
	margin-left: 2%;
	padding-top: 25px;
}

.i_box6_t {
	with: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	color: #0a78b9;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/tb_11.png) left center no-repeat;
}

.i_box6_r {
	width: 7%;
	padding-top: 15px;
	text-align: center;
	color: #444444;
	line-height: 2;
}

.i_box6_r img {
	max-width: 90%;
	height: auto !important
}

.i_box6_c_dz {
	width: 100%;
}

.i_box6_c_dz li {
	width: 33.33%;
	float: left;
	/*height: 45px;
	line-height: 45px;*/
	 line-height:1.8;
	  padding-top:10px;
	overflow: hidden;
	color: #444444;
	font-size: 14px;
	padding-left: 33px; padding-bottom:10px;
}

.i_box6_c_dz li.bg1 {
	background: url(../images/tb_14.png) left top 12px no-repeat;
}

.i_box6_c_dz li.bg2 {
	background: url(../images/tb_15.png) left top 12px no-repeat;
}

.i_box6_c_dz li.bg3 {
	background: url(../images/tb_16.png) left top 12px no-repeat;
}

.i_box6_c_dz li.bg4 {
	background: url(../images/tb_017.png) left top 12px no-repeat;
}

.i_box7 {
	width: 100%;
}


.i_fbg {
	background-color: #0a78b9;
}

.i_footer_b {
	width: 100%;
	padding: 10px 0px;
	line-height: 1.8;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.i_footer_b a,
.i_footer_b a:hover {
	color: #fff;
}



.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;
}


.bshare-custom a {
	width: 26px !important;
	padding: 0px !important;
	height: 26px !important;
	/*background:none !important;*/
}

.bshare-sinaminiblog {
	background: url(../images/tb_13.png) no-repeat !important;
}

.bshare-weixin {
	background: url(../images/tb_12.png) no-repeat !important
}

.bsTop {
	width: 100% !important;
}

.bsFrameDiv div {
	width: 100% !important;
	height: auto !important;
}

.bsFrameDiv div img {
	width: 170px !important;
	height: 170px !important;
}


/*内页*/



.n_banner {
	width: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.n_banner img {
	width: 100%;
}

.n_banner_c {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 110px;
	text-align: right;
}

.n_banner_c.activeone {
	text-align: left;
}

.n_banner_cz {
	line-height: 1.4;
	color: #fff;
	font-size: 30px;
	padding-right: 27px;
	position: relative;
	display: inline-block;
}

.n_banner_cz .s1 {
	font-weight: bold;
}

.n_banner_cz:after {
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	content: "";
}

.n_banner_c.activeone .n_banner_cz {
	padding: 0px;
	padding-left: 27px;
}

.n_banner_c.activeone .n_banner_cz:after {
	right: auto;
	left: 0px;
}

.n_banner.n_banner1 .n_banner_c {
	bottom: 65px;
}

.n_banner2 {
	width: 100%;
	height: 600px;
}





.pc_amenu {
	width: 100%;
	text-align: center;
}

.a_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 60px;
	overflow: hidden;
}

.a_menu .a_menu_a {
	padding: 0px;
	margin: 0px;
	padding: 0px 25px;
	height: 60px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	margin: 0px 0px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
}

.a_menu .a_menu_a:hover,
.a_menu .a_menu_a.activetm1 {
	color: #fff;
	background-color: #0a78b9;
	text-decoration: none;
}


.a_zxlmenu {
	width: 100%;
	position: relative;
	display: none;
	z-index: 111;
}

.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: #0a78b9;
	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: #0a78b9;
	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: #ca4c4b;
}

.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_bg1 {
	background-color: #f1f2f3;
}

.n_box1 {
	width: 100%;
	padding: 75px 0px 60px 0px;
}

.n_box1_t {
	width: 100%;
	padding-bottom: 40px;
	line-height: 1.6;
	color: #333333;
	font-size: 30px;
	text-align: center;
}

.n_box1_c {
	width: 100%;
	line-height: 1.8;
	overflow: hidden;
	text-align: justify;
	color: #333333;
	font-size: 16px;
}

.n_box1_b {
	width: 100%;
	text-align: center;
}

.n_box1_b a {
	color: #333333;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
}

.n_box1_b a:hover {
	text-decoration: none;
	color: #0a78b9;
}

.n_box1_b1 {
	width: 100%;
	padding: 45px 8% 0px 12%;
}

.n_box1_b1 li {
	width: 26%;
	margin-right: 6%;
	float: left;
	border-right: 1px solid #eeeeee;
}

.n_box1_b1 li a {
	padding-left: 60px;
	height: 52px;
	color: #999999;
	font-size: 12px;
	line-height: 1.8;
	display: inline-block;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box1_b1 li a font {
	color: #333333;
	font-size: 16px;
}

.n_box1_b1 li a.bg1 {
	background: url(../images/tb_5z.png) left top no-repeat;
}

.n_box1_b1 li a.bg2 {
	background: url(../images/tb_6.png) left top no-repeat;
}

.n_box1_b1 li a.bg3 {
	background: url(../images/tb_7.png) left top no-repeat;
}

.n_box1_b1 li a:hover {
	text-decoration: none;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.n_box2 {
	width: 100%;
	padding: 40px 0px 48px 0px;
}

.n_box2_t {
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

.n_box2_t .s1 {
	color: #333333;
	font-size: 24px;
}

.n_box2_t .s2 {
	background: url(../images/more.png) right center no-repeat;
	color: #999999;
	font-size: 14px;
	display: inline-block;
	padding-right: 25px;
}

.n_box2_t .s2:hover {
	text-align: none;
	color: #0a78b9;
}

.n_box2_c {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.n_box2_c img {
	width: 100%;
}

.n_box2_c .zc1 {
	width: 33%;
	height: 100%;
	background: url(../images/tb_20.png) repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	padding: 75px 2.5% 0px 2.5%;
	z-index: 1;
}

.n_box2_c .zc1 .s1 {
	width: 100%;
	padding-bottom: 15px;
	line-height: 1.6;
	text-align: right;
	border-bottom: 2px solid #fff;
	font-size: 30px;
}

.n_box2_c .zc1 .s1 span {
	font-size: 36px;
	font-weight: bold;
}

.n_box2_c .zc1 .s2 {
	width: 100%;
	padding-top: 20px;
	line-height: 1.7;
	font-size: 16px;
	text-align: justify;
}

.n_box2_c .zc2 {
	width: 80px;
	height: 80px;
	background: url(../images/tb_21.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 4.3%;
	bottom: 4.3%;
	z-index: 2;
}

.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;
	/*opacity: 0.4;*/
	z-index: 1;
}

.n_box3 {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 65px 0px 60px 0px;
}

.n_box3_c {
	width: 100%;
	margin-top: 20px;
	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;
	color: #666666;
	font-size: 14px;
	line-height: 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-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 .swiper-slide img {
	width: 67px;
	height: 44px;
	border: 1px solid #d2d2d2;
}

/*.preview img {
	padding: 1px;
}*/

.preview .active-nav {
	color: #d7161f;
}


.n_box4 {
	width: 100%;
	padding: 85px 0px 80px 0px;
}

.n_box4_c {
	width: 100%;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 10px #b9b9b9;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #b9b9b9;
	/*webkit*/
	box-shadow: 0px 0px 10px #b9b9b9;
	/*opera或ie9*/
}

.n_box4_c .a_img {
	width: 50%;
	display: inline-block;
	overflow: hidden;
}

.n_box4_c .a_img img {
	width: 100%;
}

.n_box4_c .a_img_r {
	width: 45%;
	padding: 45px 3% 0px 0px;
}

.n_box4_c .a_img_r_t {
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #0a78b9;
	font-size: 30px;
	overflow: hidden;
}

.n_box4_c .a_img_r_c {
	width: 100%;
	height: 186px;
	line-height: 31px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	margin-bottom: 28px;
}

.n_box4_c .a_img_r_b,
.n_box4_c .a_img_r_b:hover {
	text-decoration: none;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #0a78b9;
	text-align: center;
	color: #fff;
	font-size: 14px;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
}

.n_bg2 {
	background: url(../images/bg5.jpg) center center no-repeat;
	background-size: cover;
}

.n_box5 {
	width: 100%;
	padding: 60px 0px 30px 0px;
}

.n_box5_t {
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}

.n_box5_t .s1 {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

.n_box5_t.aciveone {
	color: #000;
}

.n_box5_c {
	width: 100%;
	padding-top: 30px;
}

.n_box5_c li {
	width: 31%;
	margin-right: 3%;
	float: left;
	padding-bottom: 3%;
}

.n_box5_c li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.n_box5_c li .a_img img {
	width: 100%;
}

.n_box6 {
	width: 100%;
	padding: 108px 0px 275px 0px;
	position: relative;
	z-index: 1;
}

.b_aboutbox4 {
	width: 100%;
	padding: 50px 8%;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	line-height: 2;
	background-color: #fff;
	text-align: justify;
}

.b_aboutbox4 img {
	max-width: 100%;
	height: auto !important;
}

.n_box6_ul {
	width: 100%;
}

.n_box6_ul li {
	width: 33.33%;
	float: left;
	padding: 0px 1.5% 2% 0px;
}

.n_box6_ul li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #333333;
	font-size: 16px;
}

.n_box6_ul li .div:hover {
	text-decoration: none;
	color: #0a78b9;
}

.n_box6_ul li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.n_box6_ul li .div .a_img img {
	width: 100%;
}

.n_box6_ul li .div .a_img .a_zc {
	width: 40px;
	height: 40px;
	background: url(../images/tb_21.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 25px;
	bottom: 20px;
	z-index: 1;
}

.n_box6_ul li .div .a_text {
	width: 100%;
	height: 55px;
	line-height: 55px;
	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: #fff;
	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: #0a78b9;
}

.n_box7 {
	width: 100%;
	padding-top: 35px;
}

.n_box7_c {
	width: 100%;
	margin-top: 35px;
	background-color: #fff;
	padding: 30px 4% 20px 4%;
}

.n_bg3 {
	background-color: #f4f4f4;
}

.n_box8 {
	width: 100%;
	padding: 50px 0px;
}


.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: 2px;
	background-color: #0a78b9;
	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: #0a78b9;
}

.b_aboutbox3_c li .div .a_text .s2 {
	width: 100%;
	height: 50px;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}

.b_aboutbox3_c li .div .a_text .s3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #888888;
	font-size: 14px;
}

.b_aboutbox3_c li .div:hover .a_text .s3 {
	color: #0a78b9;
}

.b_aboutbox3_c li .div .a_text .s4 {
	width: 100%;
	height: 75px;
	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: #0a78b9;
	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;
}




.n_box8_t {
	width: 100%;
	padding: 15px 0px;
	background: url(../images/tb_032.png) left top 22px no-repeat;
	line-height: 30px;
	padding-left: 25px;
	color: #666666;
	font-size: 14px;
}

.n_box8_t a {
	color: #666;
}

.n_box8_t a:hover {
	text-decoration: none;
	color: #0a78b9;
}

.n_box8_t.activeone {
	margin-top: 80px;
}

.n_box8_c {
	width: 100%;
	padding: 40px 10% 60px 10%;
	background-color: #ffff;
}

.a_tzjyg_cdetsl {
	width: 100%;
}

.a_tzjyg_c_t {
	width: 100%;
	padding: 10px 0px;
	line-height: 1.7;
	text-align: center;
	color: #222;
	font-size: 30px;
}

.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: #222222;
	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: #666;
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
}

.a_tzjyg_c_tb .a1:hover {
	text-decoration: none;
	color: #0a78b9;
}

.n_box9 {
	width: 100%;
}

.n_box9_left {
	width: 13.5%;
	padding: 6px 0.7% 21px 0.7%;
	background-color: #0a78b9;
}

.n_box9_left_t {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	overflow: hidden;
}

.n_box9_left_c {
	width: 100%;
	border-top: 1px solid #fff;
}

.n_box9_left_c li {
	width: 100%;
	height: 40px;
	float: left;
	border-bottom: 1px solid #fff;
}

.n_box9_left_c li a {
	width: 100%;
	height: 39px;
	padding-left: 28px;
	line-height: 39px;
	background: url(../images/tb_033.png) left 17px center no-repeat;
	background-color: #f0f0f0;
	color: #333;
	font-size: 15px;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.n_box9_left_c li a:hover,
.n_box9_left_c li a.activeleftmenu {
	background: url(../images/tb_034.png) left 17px center no-repeat;
	background-color: #f3d5d5;
	color: #0a78b9;
}

.n_box9_right {
	width: 84%;
}

.n_box9_right_t {
	width: 100%;
	height: 108px;
	background: url(../images/bg8.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px 0px 0px 32px;
}

.n_box9_right_t .s1 {
	height: 90px;
	line-height: 90px;
	color: #0a78b9;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #0a78b9;
}

.n_box9_right_c {
	width: 100%;
	padding: 45px 32px 40px 32px;
	background-color: #fff;
}


.n_box6_cright_c {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-bottom: 0px;
}

.n_box6_cright_c dt {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
	background-color: #f8f8f8;
}

.n_box6_cright_c dt .s1 {
	width: 51%;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	padding-left: 2%;
}

.n_box6_cright_c dt .s3 {
	width: 16%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
}

.n_box6_cright_c dt .s4 {
	width: 15%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}

.n_box6_cright_c dt .s5 {
	width: 18%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}

.n_box6_cright_c dd {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal;
}

.n_box6_cright_c dd .s1 {
	width: 51%;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	padding-left: 2%;
}

.n_box6_cright_c dd .s3 {
	width: 16%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
}

.n_box6_cright_c dd .s4 {
	width: 15%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}

.n_box6_cright_c dd .s5 {
	width: 18%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}

.n_box6_cright_c dd .a1 {
	color: #333;
}

.n_box6_cright_c dd .a1:hover {
	text-decoration: none;
	color: #0a78b9;
}

.n_box6_cright_c dd .a2,
.n_box6_cright_c dd .a2:hover {
	text-decoration: none;
	color: #004098;
}


.n_bg4 {
	border-top: 1px solid #ccc;
}

.n_box10 {
	width: 100%;
}

.n_box10_l {
	width: 50%;
	padding-right: 10px;
}

.n_box10_l_t {
	width: 100%;
	padding-bottom: 34px;
	line-height: 73px;
	color: #000000;
	font-size: 36px;
}

.n_box10_l_c {
	width: 100%;
}

.n_box10_l_c table tr td {
	padding-bottom: 25px;
	color: #000000;
	font-size: 16px;
	line-height: 1.6;
}

.n_box10_l_c .s1 {
	font-size: 24px;
}

.n_box10_l_c .s2 {
	color: #d00112;
	font-size: 36px;
}

.n_box10_r {
	width: 50%;
}

.n_box10_r #allmap {
	width: 100%;
	height: 470px;
}

.n_bg5 {
	background-color: #f8f8f8;
}



.n_box11_t {
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 24px;
	line-height: 1.3;
}

.n_box11_t .s1 {
	color: #d00112;
	font-size: 36px;
}

.n_box11_t .s1 font {
	color: #d00112;
}

.n_box11_c {
	width: 100%;
	padding-top: 35px;
}

.n_box11_com {
	width: 100%;
	padding: 20px 30px 45px 30px;
}

.n_box11_com li {
	width: 100%;
	border-bottom: 2px solid #e3ddd9;
	float: left;
}

.n_box11_com li dl {
	width: 100%;
}

.n_box11_com li dl dd {
	width: 33.33%;
	float: left;
}

.n_box11_com li dl dd .s1 {
	width: 19%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	color: #000000;
	font-size: 18px;
}

.n_box11_com li dl dd .ipt1 {
	width: 80%;
	height: 70px;
	background-color: transparent;
	line-height: 70px;
	color: #000;
	font-size: 16px;
	text-indent: 0px;
	font-family: "微软雅黑";
	border: 0
}

.n_box11_com li.twobox {
	padding-top: 40px;
	border-bottom: 0px;
}

.n_box11_com li .s2 {
	width: 6.25%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	color: #000000;
	font-size: 18px;
}

.n_box11_com li .ipt2 {
	width: 93%;
	height: 100px;
	background-color: transparent;
	padding-top: 22px;
	color: #000;
	font-size: 16px;
	font-family: "微软雅黑";
	border: 0px;
}

.n_box11_com li .ipt3 {
	height: 75px;
	line-height: 75px;
	background-color: transparent;
	font-weight: bold;
	color: #d00112;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	font-family: "微软雅黑";
	border: 0px;
}

.n_bg6 {
	background: url(../images/bg9.jpg) center center no-repeat;
	background-size: cover;
}

.n_box12 {
	width: 100%;
	padding: 50px 0px 75px 0px;
	position: relative;
	z-index: 1;
}

.a_careers_t {
	width: 100%;
	padding: 3%;
	background-color: #fff;
	margin-bottom: 20px;
}

.a_careers_t_s1 {
	width: 100%;
	color: #000000;
	line-height: 1.8;
	font-size: 16px;
	text-align: left;
}

.a_careers_t_s1 span {
	font-size: 24px;
}

.a_careers_t_s1 a,
.a_careers_t_s1 a:hover {
	color: #c54a3b;
}

.a_careers_t_s2 {
	width: 100%;
	padding-top: 20px;
}

.a_careers_t_s2l {
	width: 45%;
}

.a_careers_t_s22 {
	width: 100%;
}

.a_careers_t_s22 li {
	width: 50%;
	float: left;
}

.a_careers_t_s22 li .ipt1 {
	width: 96%;
	border: 1px solid #ababab;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	color: #666666;
	font-size: 16px;
	font-family: "微软雅黑";
}

.a_careers_t_s2r {
	width: 31%;
	border: 1px solid #ababab;
}

.a_careers_t_s2r .ipt2 {
	width: 73%;
	height: 38px;
	line-height: 38px;
	border: 0px;
	text-indent: 15px;
	color: #666666;
	font-size: 16px;
	font-family: "微软雅黑";
}

.a_careers_t_s2r .ipt3 {
	width: 27%;
	height: 38px;
	line-height: 38px;
	background-color: #e29238;
	color: #fff;
	border: 0px;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
}

.a_careers_c {
	width: 100%;
	background-color: #fff;
}

.a_careers_c dt {
	width: 100%;
	float: left;
	height: 60px;
	font-weight: bold;
	line-height: 60px;
	background-color: #ebe9e9;
	color: #000000;
	font-size: 18px;
}

.a_careers_c dt .s1 {
	width: 37.5%;
	padding-left: 5%;
}

.a_careers_c dt .s2 {
	width: 30.4%;
	text-align: center;
}

.a_careers_c dt .s4 {
	width: 31.3%;
	text-align: center;
}

.a_careers_c dd {
	width: 100%;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid #edeae9;
}

.a_careers_c dd .div {
	width: 100%;
	height: 59px;
	line-height: 59px;
	cursor: pointer;
	color: #000000;
	font-size: 16px;
	background: url(../images/ee.png) right 25px center no-repeat;
}

.a_careers_c dd .div.activeds {
	background: url(../images/ee1.png) right 25px center no-repeat;
	background-color: #0a78b9;
	color: #fff;
	border-bottom: 1px solid #c54a3b;
}

.a_careers_c dd .div .s1 {
	width: 37.5%;
	padding-left: 5%;
}

.a_careers_c dd .div .s2 {
	width: 30.4%;
	text-align: center;
}

.a_careers_c dd .div .s4 {
	width: 31.3%;
	text-align: center;
}

.a_careers_c dd .div_l {
	width: 100%;
	background-color: #fff;
	padding: 3% 5%;
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
	display: none;
	text-align: left;
}

.a_careers_c dd .div_l img {
	max-width: 100%;
}

.a_careers_c dd .div_l span {
	font-weight: bold;
}


.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: #0a78b9;
	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: #0a78b9;
	color: #fff;
}

.a_product_con1 {
	width: 100%;
}

.a_product_con1 li {
	width: 100%;
	padding: 0px 2%;
	float: left;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
}

.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: #0a78b9;
}

.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: #0a78b9;
	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;
}

.n_bg7 {
	background: url(../images/pro_bb1.jpg) center center no-repeat;
	background-size: cover;
}




.a_cpbox1 {
	width: 100%;
	padding: 20px 0px 40px 0px;
}

.a_cpbox1_l {
	width: 38%;
}

.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: #0a78b9;
	font-size: 22px;
	display: inline-block;
	overflow: hidden;
}

.a_cpbox1_r_c {
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	height: 192px;
	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: #0a78b9;
}

.a_cpbox1_r_b {
	width: 100%;
}

.a_cpbox1_r_b_l {
	width: 36%;
	height: 40px;
	line-height: 40px;
	background-color: #0a78b9;
	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: #0a78b9;
	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 #0a78b9;
}

.n_bg8 {
	background: url(../images/pro_bb2.jpg) center center no-repeat;
	background-size: cover;
}

.n_bg9 {
	background: url(../images/pro_bb1.jpg) center center no-repeat;
	background-size: cover;
}

.n_bg10 {
	background-color: #e7ebee;
}

.n_bg11 {
	background: url(../images/bg10.jpg) top center no-repeat;
	background-size: cover;
}

.n_box13 {
	width: 100%;
	padding-top: 10px;
}

.a_procpgs_t {
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 30px;
	overflow: hidden;
}

.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: 80px;
	z-index: 111;
}

.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;
}

.a_procpgs_tmenu li a:hover,
.a_procpgs_tmenu li.activeppne a {
	background: none;
	background-color: #fff;
	color: #0a78b9;
	text-decoration: none;
}

.a_procpgs_tmenu li a:hover {
	text-decoration: none;
}


.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_t {
	width: 100%;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
}

.a_progc_t .s1 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}


.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: #0a78b9;
}


.n_box14 {
	width: 100%;
	padding: 25px 0px;
}



.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: "微软雅黑";
	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: "微软雅黑";
	color: #666666;
	font-size: 14px;
}

.n_box3z_c li .ipt4 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #0a78b9;
	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: "微软雅黑";
}




@-webkit-keyframes box4 {
	0% {
		transform: scale(1.4);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes box4 {
	0% {
		transform: scale(1.4);
		opacity: 0.5;
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}






@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(1em);
		transform: translateY(1em);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(1em);
		transform: translateY(1em);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes float1 {
	0% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);

	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);

	}

	100% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);

	}
}

@keyframes float1 {
	0% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);

	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);

	}
}

.arrowGo {
	animation: arrowGo 2.5s infinite;
	-webkit-animation: arrowGo 2.5s infinite;
}


.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);
}


@-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 .img {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification1:hover .img {
	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);
	}
}
