@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: 'hanyi';
	font-weight: 400;
	/*src: url('../images/WebfontTest-Regular.woff2');*/
	src: url('../images/b.ttf');
}

@font-face {
	font-family: 'qyt';
	font-weight: 400;
	/*src: url('../images/WebfontTest-Regular.woff2');*/
	src: url('../images/a.ttf');
}

@font-face {
	font-family: 'syst';
	font-weight: 400;
	/*src: url('../images/WebfontTest-Regular.woff2');*/
	src: url('../images/SourceHanSerifCN-Regular.otf');
}

@font-face {
	font-family: 'kangxi';
	font-weight: 400;
	/*src:url('../images/kangxi.eot'),
		    url('../images/kangxi.ttf') format('truetype'),
		    url('../images/kangxi.woff') format("woff");*/
	src: url('../images/b.ttf');
}

html {
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

* {
	word-wrap: break-word;
}

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: "微软雅黑";
	min-width: 320px;
}

ul,
ul li,
dl,
dl dt,
dl dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.f_faminly {
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.bigzm {
	text-transform: uppercase;
}

.b_cursor {
	border: 0px;
	cursor: pointer;
}

a:link {
	text-decoration: none;
}

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: #466f9e;
	z-index: 10000000;
}

.loading-img {
	width: 231px;
	position: absolute;
	height: 47px;
	left: 50%;
	top: 50%;
	margin-left: -115.5px;
	margin-top: -23.5px;
	-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);
	}
}


/*头部*/

#banner {
	width: 100%;
	position: relative;
	min-width: 1200px;
}

.clearpadding {
	padding: 0px;
	margin: 0px;
}

.i_top {
	width: 100%;
	padding: 28px 0px 0px 0px;
}

.i_top .i_logo {
	width: 100%;
	text-align: center;
}

.i_navbg {
	background: url(../images/nav_bg1.jpg) top center no-repeat;
	background-size: cover;
}

.header {
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100000;
	/*-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s*/
	;
}

.header.fixedmenu {
	top: -130px;
	position: fixed;
	/*box-shadow: 0px 5px 20px 0px #0c3a76;*/
}

/*.header.fixednav{ position:relative;}
.header.fixednav.fixedmenu{ position:fixed;}*/




.i_logo_ul {
	width: 100%;
	padding: 0px 2%;
	position: relative;
}

.i_logo_ul .nav_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_logo_ul .nav_menu li {
	width: 14.285%;
	height: 89px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.i_logo_ul .nav_menu li .a_nav {
	width: 100%;
	position: relative;
	background: url(../images/nav_bg2.png) center center no-repeat;
	height: 89px;
	line-height: 89px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	color: #C7A97A;
	font-size: 16px;
	font-family: 'hanyi';
}

.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: #C7A97A;
	background: url(../images/nav_bg1.png) center center no-repeat;
}

.i_logo_ul .nav_menu li .twodiv {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	background: url(../images/bg6.jpg) bottom center no-repeat;
	background-color: #00758d;
	padding: 40px 235px;
	display: none;
	font-family: 'hanyi';
}

.i_logo_ul .nav_menu li .twodiv_l {
	width: 155px;
}

.i_logo_ul .nav_menu li .twodiv_l .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #fff;
	display: none;
}

.i_logo_ul .nav_menu li .twodiv_l .div:hover {
	text-decoration: none;
	color: #fff;
}

.i_logo_ul .nav_menu li .twodiv_l .div .a_img {
	width: 155px;
	height: 160px;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
}

.i_logo_ul .nav_menu li .twodiv_l .div .a_img img {
	width: 155px;
	height: 160px;
}

.i_logo_ul .nav_menu li .twodiv_l .div .a_text {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

.i_logo_ul .nav_menu li .twodiv_r {
	width: 513px;
}

.i_logo_ul .nav_menu li .twodiv_r_xfjgx.activeone {
	width: 342px;
}

.i_logo_ul .nav_menu li .twodiv_r_xfjfl_t {
	width: 100%;
	height: 40px;
	line-height: 1.0;
}

.i_logo_ul .nav_menu li .twodiv_r_xfjfl_t a,
.i_logo_ul .nav_menu li .twodiv_r_xfjfl_t a:hover {
	font-size: 16px;
	color: #EFC995;
	display: inline-block;
}

.i_logo_ul .nav_menu li .twodiv_r_xfjfl_c {
	width: 100%;
}

.i_logo_ul .nav_menu li .twodiv_r_xfjfl_c dd {
	width: 171px;
	float: left;
}

.i_logo_ul .nav_menu li .twodiv_r_xfjfl_c dd a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #fff;
	font-size: 14px;
}

.i_logo_ul .nav_menu li .twodiv_r_xfjfl_c dd a:hover,
.i_logo_ul .nav_menu li .twodiv_r_xfjfl_c dd a.activeone {
	color: #EFC995;
	text-decoration: none;
}

.i_logo_ul .nav_menu li .twodiv_r_xfjgx {
	width: 171px;
}

/*.i_logo_ul .nav_menu li dl{width:140px; position:absolute; left:50%; margin-left:-70px; top:60px; display:none; z-index:11; background-color:#f2f8ff; padding:0px 8px 8px 8px;}
.i_logo_ul .nav_menu li dl dd{width:100%; float:left; padding:8px 0px;}
.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:#333333; font-size:14px;}
.i_logo_ul .nav_menu li dl dd a:hover{ text-decoration:none; color:#fff; background-color:#194d90;}*/

.home-swiper {
	width: 100%;
	height: 100%;
}

.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;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/

.home-pagination .swiper-pagination-bullet {
	width: 100px;
	height: 6px;
	margin: 0px 8px !important;
	background-color: #fff;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	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;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	position: relative;
}

/*.home-pagination .swiper-pagination-bullet:after{width:0px; height:2px; background-color:#000; position:absolute; left:-38px; top:50%; margin-top:-1px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.home-pagination .swiper-pagination-bullet-active:after{width:40px;}*/
.home-pagination .swiper-pagination-bullet-active {
	width: 100px;
	height: 6px;
	background-color: #0a4289;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.home-swiper.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 100%;
	text-align: center;
	bottom: 40px;
}

.home-swiper .home_prev {
	width: 31px;
	height: 69px;
	background: url(../images/banner_l.png) no-repeat;
	position: absolute;
	left: 13%;
	top: 50%;
	margin-top: -34.5px;
	background-size: 100%;
}

.home-swiper .home_next {
	width: 31px;
	height: 69px;
	background: url(../images/banner_r.png) no-repeat;
	position: absolute;
	right: 13%;
	top: 50%;
	margin-top: -34.5px;
	background-size: 100%;
}




/*首页内容部分*/
.ui_div {
	width: 100%;
	min-width: 1200px;
}

.ui_div_center {
	width: 1400px;
	margin: 0px auto;
}

.ui_div_con {
	width: 1200px;
	margin: 0px auto;
}

.i_logom {
	position: absolute;
	left: 70px;
	color: #000000;
	font-size: 13px;
	top: 50%;
	line-height: 1.6;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.i_logom .s1 {
	color: #194D90;
	font-size: 14px;
	font-weight: bold;
}


/*手机导航*/
/* CSS Document */
.phone_nav {
	display: none;
}

.phone_nav.fixedmenu {
	position: fixed;
	top: 0px;
	background-color: #fff;
	left: 0px;
	z-index: 100000;
	-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_logo {
	padding: 10px 0px;
}

.phone_logo .p1 img {
	width: auto;
	height: 60px;
}

@media screen and (max-width:1200px) {
	.phone_logo .p1 {
		display: block;
		width: 100%;
		display: inline-block;
		position: relative;
	}

	/*.header{ display:none;}*/
	.phone_logo {
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
	}

	.phone_nav {
		display: block;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		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: #194D90;
		-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: #194D90;
		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-size: 14px;
	}

	.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 20px;
		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_bg1 {
	background: url(../images/bg1.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.i_bg1:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center repeat-x;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.i_bg2 {
	background: url(../images/bg2.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.i_bg2:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center repeat-x;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.i_bg3 {
	background: url(../images/bg3.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.i_bg3:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center repeat-x;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.i_bg4 {
	position: relative;
}

.i_bg4:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center repeat-x;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.i_box1 {
	width: 100%;
	padding-bottom: 170px;
}

.i_box1_t {
	width: 100%;
	height: 60px;
}

.i_box1_t_l {
	width: 403px;
	height: 60px;
	line-height: 60px;
	color: #000000;
	font-size: 18px;
	letter-spacing: 30px;
	text-align: center;
}

.i_box1_t_c {
	width: 394px;
	height: 60px;
	position: relative;
}

.i_box1_t_cb {
	width: 402px;
	height: 95px;
	position: absolute;
	left: -8px;
	top: -47.5px;
	z-index: 111;
	background: url(../images/tb_01.png) no-repeat;
	padding-top: 17px;
	text-align: center;
	color: #B12A31;
	font-size: 16px;
	line-height: 1.4;
	font-family: "kangxi";
	letter-spacing: 1px;
}

.i_box1_t_cb .s1 {
	font-size: 30px;
	color: #EFC995;
}

.i_box1_c {
	width: 100%;
	padding: 115px 30px 0px 30px;
}

.i_box1_con {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.i_box1_con video {
	width: 100%;
	/* position:absolute; left:0px; top:0px;*/
}

.i_box1_con .video_tb {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/tb_01s.png) no-repeat;
	background-size: 100%;
	z-index: 2;
	webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: 100%;
}

.i_box2 {
	width: 100%;
	padding-bottom: 285px;
}

.i_box2_t {
	width: 100%;
	padding-top: 105px;
}

.i_box2_t .a_img {
	width: 533px;
	height: 565px;
	position: relative;
}

.i_box2_t .a_img:after {
	width: 753px;
	height: 127px;
	background: url(../images/tb_2.png) no-repeat;
	position: absolute;
	left: -110px;
	bottom: -15px;
	content: "";
	z-index: 1;
}

.i_box2_t .a_img img {
	width: 533px;
	height: 565px;
}

.i_box2_t .a_img_r {
	width: 550px;
	padding-right: 40px;
	padding-top: 30px;
}

.i_box2_t .a_img_r_t {
	width: 100%;
	padding-left: 42px;
	background: url(../images/tb_012s.png) left top no-repeat;
	line-height: 39px;
	background-size: 29px;
	color: #000;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 95px;
	font-family: "syst";
}

.i_box2_t .a_img_r_t1 {
	width: 100%;
	padding-bottom: 20px;
	line-height: 1.6;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	font-family: "syst";
}

.i_box2_t .a_img_r_c {
	width: 100%;
	padding-bottom: 35px;
	line-height: 1.8;
	color: #000;
	font-size: 18px;
}

.i_box2_t .a_img_r_b,
.i_box2_t .a_img_r_b:hover {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: url(../images/tb_013.png) no-repeat;
	text-align: center;
	overflow: hidden;
	color: #EFC995;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.i_box3 {
	width: 100%;
	padding-bottom: 180px;
}

.i_box3_t {
	width: 100%;
	margin-top: 95px;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
	-moz-box-shadow: 0px 0px 10px #e5e5e5;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #e5e5e5;
	/*webkit*/
	box-shadow: 0px 0px 10px #e5e5e5;
	/*opera或ie9*/
	overflow: hidden;
	background-color: #fff;
}

.i_box3_t li {
	width: 314px;
	float: left;
	overflow: hidden;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box3_t li.activetwo {
	width: 572px;
}

.i_box3_t li .div {
	width: 634px;
	height: 557px;
	display: inline-block;
	overflow: hidden;
	float: left;
	position: relative;
}

.i_box3_t li .div:hover {
	text-decoration: none;
}

.i_box3_t li .div img {
	width: 634px;
	height: 557px;
}

.i_box3_t li .div .a_text {
	display: none;
	width: 80px;
	height: 557px;
	position: absolute;
	left: 48px;
	top: 0px;
	z-index: 1;
	color: #397FAA;
	font-size: 30px;
	font-family: "hanyi";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box3_t li .div .a_text .s1 {
	width: 40px;
	padding-top: 140px;
	height: 557px;
	line-height: 1.2;
	text-align: center;
}

.i_box3_t li .div .a_text .s2 {
	width: 40px;
	padding-top: 55px;
	height: 557px;
	line-height: 1.2;
	text-align: center;
}

.i_box3_t li:nth-child(2) .div .a_text {
	color: #FF9484;
}

.i_box3_t li:nth-child(3) .div .a_text {
	color: #DCB27D;
}

.i_box3_t li.activetwo .div .a_text {
	left: 75px;
}

.i_box4 {
	width: 100%;
	padding-bottom: 387px;
}

.i_box4_t {
	width: 100%;
	padding: 100px 40px 95px 37px;
}

.i_box4_t .a_img {
	width: 557px;
}

.i_box4_t .a_img img {
	width: 100%;
}

.i_box4_t .a_img_r {
	width: 505px;
	padding-top: 30px;
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	overflow: hidden;
}

.i_box4_t .a_img_r h1 {
	font-size: 25px;
	font-family: "hanyi";
	padding: 5px 0px;
	line-height: 1.6;
}

.i_box4_c {
	width: 100%;
	padding: 0px 0px 95px 30px;
}

.i_box4_c .a_img_r {
	width: 505px;
	padding-top: 45px;
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	overflow: hidden;
	padding-top: 0;
}

.i_box4_c .a_img_r h1 {
	font-size: 25px;
	font-family: "hanyi";
	padding: 5px 0px;
	line-height: 1.6;
	margin-top: 0;
	padding-top: 0;
}

.i_box4_c .a_img {
	width: 569px;
	display: inline-block;
	overflow: hidden;
}

.i_box4_c .a_img img {
	width: 100%;
}

.i_footer {
	margin-top: -380px;
	height: 1000px;
	position: relative;
	background: url(../images/f_bg3.png) 0 center no-repeat;
	z-index: 999;
	padding-top: 0px;
	background-size: cover;
}

.i_ff {
	/* background:url(../images/f_bg3.png) bottom center no-repeat; */
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-size: cover;
}

.i_footer_t {
	width: 100%;
	padding-top: 562px;
}

.i_footer_c {
	width: 100%;
	padding-left: 80px;
}

.i_footer_c_t {
	width: 100%;
	padding-bottom: 52px;
}

.i_footer_c_t_r {
	width: 722px;
	padding-top: 27px
}

.i_footer_c_t_r a,
.i_footer_c_t_r a:hover {
	text-decoration: none;
	width: 120px;
	height: 77px;
	line-height: 77px;
	float: left;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}

.i_footer_c_c {
	width: 100%;
	padding-bottom: 40px;
}

.i_footer_c_c_l {
	width: 328px;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}

.i_footer_c_c_r {
	width: 722px;
	padding-top: 12px;
}

.i_footer_c_c_r li {
	width: 180px;
	float: left;
	padding-right: 42px;
}

.i_footer_c_c_r li .a_img {
	width: 100%;
	text-align: center;
}

.i_footer_c_c_r li .a_img img {
	width: 100%;
}

.i_footer_c_c_r li .a_text {
	width: 100%;
	padding: 15px 0px;
	text-align: center;
}
.i_footer_c_c_r li .a_text img{ width: 50px;}
.i_footer_c_c_r li .a_text .s1 {
	height: 23px;
	line-height: 23px;
	padding-left: 30px;
	color: #fff;
	font-size: 17px
}

.i_footer_c_c_r li .a_text .s1.bg1 {
	background: url(../images/tb_07.png) left center no-repeat;
}

.i_footer_c_c_r li .a_text .s1.bg2 {
	background: url(../images/tb_08.png) left center no-repeat;
}

.i_footer_c_c_r li .a_text .s1.bg3 {
	background: url(../images/tb_09.png) left center no-repeat;
}

.i_footer_c_b {
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	line-height: 1.5;
	color: #C6C6C6;
	font-size: 17px;
}

.i_footer_c_b a {
	color: #C6C6C6;
}

.i_footer_c_b a:hover {
	text-decoration: none;
	color: #fff;
}

.n_banner {
	width: 100%;
	min-width: 1200px;
	position: relative;
}

.n_banner img {
	width: 100%;
	height: auto !important;
}

.n_banner .banner_text {
	display: none;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	text-align: center;
	color: #B12A31;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 5px;
	font-family: "hanyi";
}

.n_banner .banner_text .s1 {
	font-size: 36px;
	color: #EFC995;
}

.n_bg1 {
	background: url(../images/bg4.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.n_bg1:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.n_bg2 {
	background: url(../images/bg5.jpg) center center no-repeat;
	background-size: cover;
}

.n_bg3 {
	background: url(../images/tb_015.png) bottom center no-repeat;
	position: relative;
}

.n_bg3:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.n_bg4 {
	position: relative;
}

.n_bg4:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.n_bg5 {
	background: url(../images/bg7.jpg) bottom center no-repeat;
	background-size: cover;
	position: relative;
}

.n_bg5:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.n_bg6 {
	background: url(../images/bg8.jpg) bottom center no-repeat;
	background-size: cover;
	position: relative;
}

.n_bg6:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.n_bg7 {
	background: url(../images/bg9.jpg) bottom center no-repeat;
	background-size: cover;
	position: relative;
}

.n_bg7:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.n_bg8 {
	background: url(../images/bg10.jpg) bottom center no-repeat;
	background-size: cover;
	position: relative;
}

.n_bg8:after {
	width: 100%;
	height: 10px;
	background: url(../images/tb_011.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: -5px;
	content: "";
	z-index: 11;
}

.n_bg9 {
	background: url(../images/bg11.jpg) center center no-repeat;
	background-size: cover;
}

.n_bg10 {
	background: url(../images/bg12.jpg) center center no-repeat;
	background-size: cover;
}


.n_box1 {
	width: 100%;
	padding-bottom: 135px;
}

.n_box1_t {
	width: 100%;
	padding-top: 70px;
	color: #000000;
}

.n_box1_t1 {
	width: 100%;
	padding-bottom: 22px;
	line-height: 1.6;
	text-align: center;
	font-size: 25px;
	font-family: "hanyi";
}

.n_box1_t2 {
	width: 100%;
	padding: 0px 343px 70px 343px;
	line-height: 1.8;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}

.n_box1_c {
	width: 100%;
	height: 560px;
	position: relative;
}

.n_box1_con {
	width: 1389px;
	height: 560px;
	background: url(../images/tb_014.png) no-repeat;
	position: absolute;
	top: 0px;
	left: -94.5px;
	padding: 70px 66px 50px 123px;
}

.n_box1_con_t {
	width: 100%;
	text-align: center;
	padding-bottom: 45px;
}

.n_box1_con_ul {
	width: 100%;
}

.n_box1_con_ul li {
	width: 400px;
	float: left;
	border-right: 1px solid #cccccc;
	padding: 0px 27px;
}

.n_box1_con_ul li .s1 {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1.8;
	color: #000;
	font-size: 25px;
	font-family: "hanyi";
}

.n_box1_con_ul li .s2 {
	width: 100%;
	height: 180px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}

.n_box1_con_ul li:nth-child(3) {
	border-right: 0px;
}

.n_box2 {
	width: 100%;
	padding-bottom: 200px;
}

.n_box2_t {
	width: 100%;
	padding-top: 170px;
}


.pc-slide {
	width: 100%;
	margin: 0 auto;
}

.view .swiper-container {
	width: 100%;
	/*height: 500px;*/
}

.view .swiper-wrapper {
	height: auto !important;
}

.view .swiper-slide {
	text-align: left;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
	padding: 0px 120px 0px 210px;
}

.view .swiper-slide .a_img {
	width: 382px;
	height: 405px;
	position: relative;
}

.view .swiper-slide .a_img img {
	width: 382px;
	height: 405px;
}

.view .swiper-slide .a_img:after {
	width: 540px;
	height: 91px;
	background: url(../images/tb_2.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: -80px;
	bottom: -10px;
	content: "";
	z-index: 1;
}

.view .swiper-slide .a_img_r {
	width: 435px;
	padding-top: 65px;
}

.view .swiper-slide .a_img_rc {
	width: 100%;
	padding-left: 50px;
	background: url(../images/tb_012s.png) left top no-repeat;
	background-size: 30px;
	color: #000;
}

.view .swiper-slide .a_img_rc .s1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 40px;
	font-family: "hanyi";
}

.view .swiper-slide .a_img_rc .s2 {
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	overflow: hidden;
}



.view .arrow-left {
	width: 26px;
	height: 47px;
	background: url(../images/tb_016.png) no-repeat;
	position: absolute;
	left: 0%;
	top: 170px;
	margin-top: 0px;
	background-size: 100%;
	z-index: 10;
}

.view .arrow-right {
	width: 26px;
	height: 47px;
	background: url(../images/tb_017.png) no-repeat;
	position: absolute;
	right: 0%;
	top: 170px;
	margin-top: 0px;
	background-size: 100%;
	z-index: 10;
}

.preview {
	width: 100%;
	position: relative;
	height: 270px;
}

.preview .swiper-container {
	/*width: 80%;*/
	width: 100%;
	overflow: hidden;
	/*height: 50px;*/
	/*margin:0px 10%;*/
}

.preview .swiper-slide {

	float: left;
	cursor: pointer;
	width: 130px;
	height: auto !important;
	background: url(../images/tb_019.png) top center no-repeat;
	padding-top: 45px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: "hanyi";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;

}

.preview .swiper-slide:nth-child(1) {
	margin-top: 200px;
}

.preview .swiper-slide:nth-child(2) {
	margin-top: 120px;
}

.preview .swiper-slide:nth-child(3) {
	margin-top: 93px;
}

.preview .swiper-slide:nth-child(4) {
	margin-top: 98px;
}

.preview .swiper-slide:nth-child(5) {
	margin-top: 123px;
}

.preview .swiper-slide:nth-child(6) {
	margin-top: 157px;
}

.preview .swiper-slide:nth-child(7) {
	margin-top: 173px;
}

.preview .swiper-slide:nth-child(8) {
	margin-top: 148px;
}

.preview .swiper-slide:nth-child(9) {
	margin-top: 85px;
}

.preview .swiper-slide:nth-child(10) {
	margin-top: 0px;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	/*background: url(../images/tb_030.png) no-repeat left top;*/
	/* background:url(../images/y33.png) no-repeat; background-size:72px;*/
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -36px;
	width: 0px;
	height: 0px;
	z-index: 10;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.preview .arrow-left:hover {
	/* background:url(../images/y33s.png) no-repeat; background-size:72px;*/
}

.preview .arrow-right {
	/*background: url(../images/y34.png) no-repeat left bottom;*/
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -36px;
	width: 0px;
	height: 0px;
	z-index: 10;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.preview .arrow-right:hover {
	/* background:url(../images/y34s.png) no-repeat; background-size:72px;*/
}

.preview .swiper-slide img {
	width: 67px;
	height: 44px;
	border: 1px solid #d2d2d2;
}

/*.preview img {
	padding: 1px;
}*/

.preview .active-nav {
	background: url(../images/tb_020.png) top center no-repeat;
	font-size: 30px;
}





.n_box3 {
	width: 100%;
	padding: 0px 8% 170px 8%;
}

.n_box3_t {
	width: 100%;
	padding-top: 90px;
}

.n_box4 {
	width: 100%;
	padding-bottom: 540px;
}

.n_box4_t {
	width: 100%;
	padding-top: 80px;
}

.n_box4_t li {
	width: 307px;
	float: left;
	padding-right: 30px;
	padding-bottom: 18px;
}

.n_box4_t li:nth-child(1) {
	width: 578px;
	float: left;
}

.n_box4_t li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	background-color: #fff;
	color: #999999;
	-moz-border-radius: 10px 10px 0px 0px;
	/* Gecko browsers */
	-webkit-border-radius: 10px 10px 0px 0px;
	/* Webkit browsers */
	border-radius: 10px 10px 0px 0px;
	/* W3C syntax */
}

.n_box4_t li .div:hover {
	text-decoration: none;
	color: #999;
}

.n_box4_t li .div .a_img {
	width: 100%;
	height: 195px !important;
	overflow: hidden;
}

.n_box4_t li:nth-child(1) .div .a_img {
	width: 100%;
	height: auto !important;
	overflow: hidden;
}


.n_box4_t li .div .a_img img {
	width: 100%;
}

.n_box4_t li .div .a_text {
	width: 100%;
	padding: 0px 10px 5px 10px;
}

.n_box4_t li .div .a_text .s1 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #000;
	font-size: 16px;
	font-family: "hanyi";
}

.n_box4_t li .div .a_text .s2 {
	width: 100%;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.n_box4_t li .div:hover .a_text .s1 {
	color: #EFC995;
}

.n_box4_t li:nth-child(1) .div .a_text {
	width: 100%;
	padding: 5px 20px 20px 20px;
}

.n_box4_t li:nth-child(1) .div .a_text .s1 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #000;
	font-size: 20px;
	font-family: "hanyi";
}

.n_box4_t li:nth-child(1) .div .a_text .s2 {
	width: 100%;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	color: #000;
	font-size: 16px;
}

.n_box4_t li:nth-child(1) .div:hover .a_text .s1 {
	color: #EFC995;
}

.n_box4_b {
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

.n_box4_b a,
.n_box4_b a:hover {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: url(../images/tb_013.png) no-repeat;
	text-align: center;
	overflow: hidden;
	color: #EFC995;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}


/*3-无缝从左往右滚动*/
#demo {
	overflow: hidden;
}

#indemo {
	float: left;
	width: 8000%;
}

#demo1 {
	float: left;
}

#demo2 {
	float: left;
}

.newc {
	float: left;
	width: 313px;
	height: 213px;
	border: 5px solid #efc995;
	overflow: hidden;
	margin-right: 30px;
}

.newc a img {
	width: 303px;
	height: 203px;
}

.n_box5 {
	width: 100%;
	padding-bottom: 140px;
}

.n_box5_t {
	width: 100%;
	padding-top: 95px;
}

.n_box5_t .a_img {
	width: 400px;
	height: 460px;
	overflow: hidden;
}

.n_box5_t .a_img img {
	width: 400px;
	height: 460px;
}

.n_box5_t .a_img_r {
	width: 760px;
}

.n_box5_t .a_img_r_t {
	width: 100%;
	padding: 0px 80px 48px 75px;
}

.n_box5_t .a_img_r_t .div_t {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 23px;
	font-size: 25px;
	color: #000;
	font-family: "hanyi";
}

.n_box5_t .a_img_r_t .div_c {
	width: 100%;
	height: 230px;
	line-height: 30px;
	overflow: hidden;
	color: #000;
	font-size: 18px;
}

.n_box5_t .a_img_r_t .div_c p {
	margin-bottom: 20px;
}

.n_box5_t .a_img_r_c {
	width: 100%;
}

.n_box5_t .a_img_r_c li {
	width: 25%;
	float: left;
}

.n_box5_t .a_img_r_c li .div_t {
	width: 100%;
	text-align: center;
}

.n_box5_t .a_img_r_c li .div_t .s1 {
	width: 91px;
	height: 91px;
	line-height: 91px;
	border: 3px solid #42a7c6;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	text-align: center;
	color: #000;
	font-size: 40px;
	font-family: "hanyi";
	display: inline-block;
}

.n_box5_t .a_img_r_c li .div_c {
	width: 100%;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #000;
	font-size: 19px;
	overflow: hidden;
}

.n_box6 {
	width: 100%;
	padding-bottom: 105px;
}

.n_box6_t {
	width: 100%;
	padding-top: 75px;
}

.home-swiper1 {
	width: 100%;
	height: 100%;
	padding-bottom: 10px !important
}

.home-swiper1 .swiper-slide {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
}

.home-swiper1 .swiper-slide dl {
	width: 100%;
}

.home-swiper1 .swiper-slide dl dd {
	float: left;
	font-size: 18px;
	width: 25%;
	border-right: 2px solid #f6ce96;
	padding: 0px 20px;
	margin-bottom: 75px;
	color: #fff;
	font-size: 16px;
}

.home-swiper1 .swiper-slide dl dd .div_t {
	width: 100%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 25px;
	font-family: "hanyi";
}

.home-swiper1 .swiper-slide dl dd .div_c {
	width: 100%;
	height: 120px;
	line-height: 30px;
	overflow: hidden;
}

.home-pagination1 .swiper-pagination-bullet {
	width: 70px;
	height: 6px;
	margin: 0px 8px !important;
	background-color: #809ba2;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	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;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	position: relative;
}

/*.home-pagination .swiper-pagination-bullet:after{width:0px; height:2px; background-color:#000; position:absolute; left:-38px; top:50%; margin-top:-1px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.home-pagination .swiper-pagination-bullet-active:after{width:40px;}*/
.home-pagination1 .swiper-pagination-bullet-active {
	width: 70px;
	height: 6px;
	background-color: #efc995;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.home-swiper1.home-swiper.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 100%;
	text-align: center;
	bottom: 0px;
}




.n_box7 {
	width: 100%;
	padding-bottom: 125px;
}

.n_box7_t {
	width: 100%;
	padding-top: 70px;
}

.n_box7_t_t {
	width: 100%;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	font-size: 25px;
	font-family: "hanyi";
}

.n_box7_t_c {
	width: 100%;
	height: 120px;
	padding: 0px 275px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.n_box7_c {
	width: 100%;
	padding: 60px 75px 0px 75px;
}

/*3-无缝从左往右滚动*/
#demoz {
	overflow: hidden;
}

#indemoz {
	float: left;
	width: 8000%;
}

#demo1z {
	float: left;
}

#demo2z {
	float: left;
}

.newcz {
	float: left;
	width: 286px;
	height: 200px;
	overflow: hidden;
	margin-right: 95px;
}

.newcz .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
}

.newcz .div:hover {
	text-decoration: none;
	color: #fff;
}

.newcz .div .a_img {
	width: 286px;
	height: 117px;
	display: inline-block;
	overflow: hidden;
}

.newcz .div .a_img img {
	width: 286px;
	height: 117px;
}

.newcz .div .a_text {
	width: 100%;
	height: 83px;
	line-height: 83px;
	text-align: center;
	overflow: hidden;
}

.n_box8 {
	width: 100%;
	padding-bottom: 490px;
}

.n_box8_ul {
	width: 100%;
	padding-top: 165px;
}

.n_box8_ul li {
	width: 100%;
	padding-bottom: 60px;
	float: left;
}

.n_box8_ul li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #000;
	font-size: 18px;
}

.n_box8_ul li .div:hover {
	color: #000;
	text-decoration: none;
}

.n_box8_ul li .div .a_img {
	width: 456px;
	height: 320px;
	overflow: hidden;
	float: left;
}

.n_box8_ul li .div .a_img img {
	width: 456px;
	height: 320px;
}

.n_box8_ul li .div .a_img_r {
	width: 675px;
	padding: 0px 25px;
	float: right;
}

.n_box8_ul li .div .a_img_r .s1 {
	width: 100%;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	color: #00758D;
}

.n_box8_ul li .div .a_img_r .s1 span {
	font-size: 50px;
	font-family: "hanyi";
}

.n_box8_ul li .div .a_img_r .s2 {
	width: 100%;
	margin: 5px 0px 25px 0px;
	line-height: 33px;
	overflow: hidden;
	font-size: 25px;
	font-family: "hanyi";
}

.n_box8_ul li .div .a_img_r .s3 {
	width: 100%;
	height: 120px;
	line-height: 30px;
	overflow: hidden;
}

.n_box8_ul li.twodiv .div .a_img {
	float: right;
}

.n_box8_ul li.twodiv .div .a_img_r {
	float: left;
}

.n_box9 {
	width: 100%;
	padding-bottom: 120px;
}

.n_box9_t {
	width: 100%;
	padding-top: 100px;
}

.n_box9_t li {
	width: 330px;
	float: left;
	margin: 0px 105px 60px 0px;
}

.n_box9_t li .div {
	width: 330px;
	height: 278px;
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	-moz-border-radius: 19px;
	/* Gecko browsers */
	-webkit-border-radius: 19px;
	/* Webkit browsers */
	border-radius: 19px;
	/* W3C syntax */
	-moz-box-shadow: 0px 0px 10px #e5e5e5;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #e5e5e5;
	/*webkit*/
	box-shadow: 0px 0px 10px #e5e5e5;
	/*opera或ie9*/
	color: #333;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	cursor: pointer;
}

.n_box9_t li .div:hover {
	text-decoration: none;
	color: #fff;
}

.n_box9_t li .div .a_img {
	width: 330px;
	height: 278px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 60px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box9_t li .div .a_img .s1 {
	width: 100%;
	text-align: center;
}

.n_box9_t li .div .a_img .s2 {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.n_box9_t li .div:hover .a_img {
	background: url(../images/tb_026.png) center no-repeat;
}

.n_box9_t li .div .a_text {
	width: 330px;
	height: 278px;
	background-color: #fff;
	padding: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	text-align: center;
}

.n_box9_t li .div .a_text img {
	width: auto;
	height: 248px;
}

.n_box9_t li .div:hover .a_text {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.n_box9_c {
	width: 100%;
	padding-top: 100px;
}

.n_box9_c li {
	width: 258px;
	height: 130px;
	float: left;
	margin: 0px 55px 50px 0px;
}

.n_box9_c li .a_img {
	width: 258px;
	height: 130px;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
	-moz-box-shadow: 0px 0px 10px #e5e5e5;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #e5e5e5;
	/*webkit*/
	box-shadow: 0px 0px 10px #e5e5e5;
	/*opera或ie9*/
	background-color: #fff;
}

.n_box9_c li .a_img img {
	width: 258px;
	height: 130px;
}

.n_box10 {
	width: 100%;
	padding-bottom: 550px;
}

.n_box10_t {
	width: 100%;
	padding: 63px 0px 90px 0px;
}

.n_box10_t .div {
	width: 100%;
	background: url(../images/tb_039.png) right 30px bottom 25px no-repeat;
	background-color: #fff;
	color: #999999;
	font-size: 14px;
	float: left;
}

.n_box10_t .div:hover {
	text-decoration: none;
	color: #999;
}

.n_box10_t .div .a_img {
	width: 547px;
	/* height:467px; */
	display: inline-block;
	overflow: hidden;
}

.n_box10_t .div .a_img img {
	width: 547px;
	/* height:467px; */
}

.n_box10_t .div .a_img_r {
	width: 600px;
	padding: 70px 170px 0px 0px;
}

.n_box10_t .div .a_img_r .s1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 40px;
	overflow: hidden;
	color: #000;
	font-size: 18px;
	font-family: "hanyi";
}

.n_box10_t .div .a_img_r .s2 {
	width: 100%;
	line-height: 25px;
	overflow: hidden;
	max-height: 100px;
	margin-bottom: 40px;
}

.n_box10_t .div .a_img_r .s3,
.n_box10_t .div .a_img_r .s3:hover {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: url(../images/tb_013.png) no-repeat;
	text-align: center;
	overflow: hidden;
	color: #EFC995;
	font-size: 16px;
}

.n_box10_c {
	width: 100%;
}

.n_box10_c li {
	width: 357px;
	float: left;
	margin-right: 63px;
	padding-bottom: 60px;
}

.n_box10_c li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.10);
	color: #000;
	font-size: 14px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	background-color: #fff;
}

.n_box10_c li .div:hover {
	text-decoration: none;
	color: #000;
	box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}

.n_box10_c li .div .a_img {
	width: 357px;
	/* height:294px; */
	display: inline-block;
	overflow: hidden;
}

.n_box10_c li .div .a_img .img1 {
	width: 357px;
	/* height:294px; */
}

.n_box10_c li .div .a_text {
	width: 100%;
	padding: 30px 20px 20px 20px;
}

.n_box10_c li .div .a_text .s1 {
	width: 100%;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #000;
	font-size: 18px;
	font-family: "hanyi";
}

.n_box10_c li .div .a_text .s2 {
	width: 100%;
	margin: 23px 0px 18px 0px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
}

.n_box10_c li .div .a_text .s3 {
	width: 100%;
	text-align: right;
}

.n_box10_c li .div .a_text .s3 img {
	width: auto;
	height: 18px;
}

.a_mtbd_dpages {
	width: 100%;
	text-align: center;
	padding: 30px 0% 0px 0%;
	font-size: 20px;
}

.a_mtbd_dpages a,
.a_mtbd_dpages span {
	padding: 0px 15px;
	height: 43px;
	margin-bottom: 5px;
	line-height: 43px;
	text-align: center;
	color: #999;
	display: inline-block;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.a_mtbd_dpages a:hover,
.a_mtbd_dpages a.activepages,
.a_mtbd_dpages span {
	color: #016f86;
	text-decoration: none;
}

.a_mtbd_dpages a.a1 {
	width: 74px;
	height: 43px;
	text-decoration: none;
}

.a_mtbd_dpages a.a1.bg1 {
	background: url(../images/tb_041.png) no-repeat;
}

.a_mtbd_dpages a.a1.bg2 {
	background: url(../images/tb_040.png) no-repeat;
}

.n_box11 {
	width: 100%;
	padding-top: 85px;
}

.n_box11_t {
	width: 100%;
	padding-bottom: 16px;
	line-height: 1.8;
	color: #000;
	font-size: 25px;
	font-family: "hanyi";
	text-align: center;
}

.n_box11_t1 {
	width: 100%;
	line-height: 1.6;
	text-align: center;
	color: #000;
	font-size: 16px;
}

.n_box11_c {
	width: 100%;
	padding-top: 35px;
	line-height: 2;
	overflow: hidden;
	color: #000;
	font-size: 18px;
}

.n_box11_c img {
	max-width: 100%;
	height: auto !important;
}

.n_box12 {
	width: 100%;
	padding-bottom: 256px;
}

.n_box12_c {
	width: 100%;
	padding-bottom: 145px;
}

.n_box13 {
	width: 100%;
	padding-top: 45px;
}

.home-swiper2 {
	width: 100%;
	height: 100%;
}

.home-swiper2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

.home-swiper2 .swiper-slide img {
	width: 100%;
	height: auto !important;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/

.home-pagination2 .swiper-pagination-bullet {
	width: 100px;
	height: 6px;
	margin: 0px 8px !important;
	background-color: #fff;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	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;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	position: relative;
}

/*.home-pagination .swiper-pagination-bullet:after{width:0px; height:2px; background-color:#000; position:absolute; left:-38px; top:50%; margin-top:-1px; content:"";-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;}
.home-pagination .swiper-pagination-bullet-active:after{width:40px;}*/
.home-pagination2 .swiper-pagination-bullet-active {
	width: 100px;
	height: 6px;
	background-color: #0a4289;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.home-swiper2.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 100%;
	text-align: center;
	bottom: 40px;
}

.home-swiper2 .home_prev2 {
	width: 26px;
	height: 47px;
	background: url(../images/tb_016.png) no-repeat;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -23.5px;
	background-size: 100%;
}

.home-swiper2 .home_next2 {
	width: 26px;
	height: 47px;
	background: url(../images/tb_017.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -23.5px;
	background-size: 100%;
}

.n_box13_t {
	width: 100%;
	padding: 60px 0px 40px 40px;
	text-align: center;
}

.n_box13_t a {
	width: 134px;
	height: 43px;
	line-height: 43px;
	/* float:left;*/
	margin: 0px 30px 17px 0px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	background: url(../images/nav_bg2.png) no-repeat;
	color: #C7A97A;
	font-size: 14px;
	font-family: 'qyt';
}

.n_box13_t a:hover,
.n_box13_t a.activexx {
	color: #C7A97A;
	text-decoration: none;
	background: url(../images/nav_bg1.png) no-repeat;
}

.n_box13_c {
	width: 100%;
}

.n_box13_c dl {
	width: 100%;
	display: none;
}

.n_box13_c dl dt {
	width: 266px;
	height: 464px;
	float: left;
	font-weight: normal;
}

.n_box13_c dl dt .a_img {
	width: 266px;
	height: 464px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.n_box13_c dl dt .a_img:hover {
	text-decoration: none;
}

.n_box13_c dl dt .a_img img {
	width: 266px;
	height: 464px;
}

.n_box13_c dl dt .a_img .a_text {
	width: 182px;
	height: 318px;
	/* background:url(../images/tb_044.png) no-repeat;*/
	position: absolute;
	left: 50%;
	top: 50%;
	webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	padding: 0px 31px 0px 31px;
	/*padding:80px 31px 0px 31px;*/
	color: #EFC995;
	font-size: 16px;
}

.n_box13_c dl dt .a_img .a_text .s1 {
	display: none;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-bottom: 19px;
	text-align: center;
	overflow: hidden;
	font-size: 20px;
	font-family: "hanyi";
}

.n_box13_c dl dt .a_img .a_text .s2 {
	display: none;
	width: 100%;
	margin-bottom: 15px;
	padding: 0px 15px;
	text-align: center;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-family: "hanyi";
}

.n_box13_c dl dt .a_img .a_text .s3 {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: url(../images/tb_013.png) no-repeat;
	text-align: center;
	overflow: hidden;
	color: #EFC995;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
}

.n_box13_c dl dd {
	width: 264px;
	float: left;
	margin-left: 46px;
}

.n_box13_c dl dd .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #000;
	font-size: 16px;
}

.n_box13_c dl dd .div:hover {
	text-decoration: none;
	color: #000;
}

.n_box13_c dl dd .div .a_img {
	width: 264px;
	height: 341px;
	display: inline-block;
	overflow: hidden;
}

.n_box13_c dl dd .div .a_img img {
	width: 264px;
	height: 341px;
}

.n_box13_c dl dd .div .a_text {
	width: 100%;
	/*padding:10px 35px;*/
	padding: 10px 0px;
}

.n_box13_c dl dd .div .a_text .s1 {
	width: 100%;
	/*height:32px; line-height:32px;*/
	max-height: 60px;
	line-height: 25px;
	margin-bottom: 5px;
	margin-bottom: 0px;
	text-align: center;
	overflow: hidden;
	font-size: 20px;
	font-family: "hanyi";
}

.n_box13_c dl dd .div .a_text .s2 {
	width: 100%;
	/* max-height: 50px; */
	line-height:25px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}

.n_box13_c dl dd .div .a_text .s3 {
	width: 100%;
	padding-top: 7px;
	text-align: center;
}

.n_box13_c dl dd .div .a_text .s3 .s4 {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: url(../images/tb_013.png) no-repeat;
	text-align: center;
	overflow: hidden;
	color: #EFC995;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.n_box14 {
	width: 100%;
	padding-top: 100px;
}

.n_box14.activete {
	padding-top: 45px;
}

.n_box14_t {
	width: 100%;
}

.n_box14_t li {
	width: 300px;
	float: left;
	padding-bottom: 35px;
	margin-right: 105px;
}

.n_box14_t li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #000;
	font-size: 16px;
}

.n_box14_t li .div:hover {
	text-decoration: none;
	color: #000;
}

.n_box14_t li .div .a_img {
	width: 300px;
	height: 387px;
	display: inline-block;
	overflow: hidden;
}

.n_box14_t li .div .a_img img {
	width: 300px;
	height: 387px;
}

.n_box14_t li .div .a_text {
	width: 100%;
	padding: 10px 35px;
}

.n_box14_t li .div .a_text .s1 {
	width: 100%;
	/* height:32px; line-height:32px;*/
	/* height: 60px; */
	line-height: 30px;
	margin-bottom: 14px;
	margin-bottom: 0px;
	text-align: center;
	overflow: hidden;
	font-size: 20px;
	font-family: "hanyi";
}

.n_box14_t li .div .a_text .s2 {
	width: 100%;
	/* height: 50px; */
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}

.n_box14_t li .div .a_text .s3 {
	width: 100%;
	padding-top: 7px;
	text-align: center;
}

.n_box14_t li .div .a_text .s3 .s4 {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: url(../images/tb_013.png) no-repeat;
	text-align: center;
	overflow: hidden;
	color: #EFC995;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}






.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);
	}
}
