﻿

/*! fancyBox 插件样式，如有一样的只留一份 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/PicList002311-fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/PicList002311-fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/PicList002311-blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/PicList002311-fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/PicList002311-fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/PicList002311-fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



.Floor001743 {position: relative;z-index: 5;}
.Floor001743 .bx-wrapper{position: relative; z-index:1; padding:0 30px;}
.Floor001743 .bx-controls-direction a{ position:absolute;width: 20px;height: 100%;top: 0;}
.Floor001743 .bx-controls-direction a.bx-prev{ left:0;}
.Floor001743 .bx-controls-direction a.bx-next{ right:0;}
.Floor001743 .bx-controls-direction a span{  position:absolute; left:50%; top:50%; margin-top:-9px; margin-left:-9px;font-size:18px; color:#c9c9c9;}
.Floor001743 .bx-controls-direction a:hover span{ color:#ab0858;}
.Floor001743 .list li a{display: block; max-width:75%; margin:0 auto;}
.Floor001743 .list li img{ display:block; width:100%;}

@media(max-width:640px){
.Floor001743 .list li a{max-width:90%;}
}


.Floor001743 .title{ padding-bottom:4%; text-align:center; font-size:30px; line-height:normal;color: #333;}
.Floor001743 .title p{ color:#7b7b7b; font-size:13px; max-width:676px; margin:0 auto; line-height:24px;}
.Floor001743 .title p:before{display:block; content:''; width:40px; height:2px; background-color:#c7161e; margin:16px auto; }
@media(max-width:640px){
.Floor001743 .title{ padding-top:45px; background-size:auto 25px;}
}
@media(max-width:375px){
.Floor001743 .title{ font-size:24px;}
}
	 


/*
 .Other002373 为demo编号
 */
.Other002373{ background: #fff;}
.Other002373 .header{ padding: 0 2%; position: fixed; width: 100%; top:0; overflow: hidden; z-index: 110; background: rgba(255,255,255,1); box-shadow: 0 0 5px #ddd; }
.Other002373 .header .logo{ float: left; max-width:320px; padding: 10px 0; position: relative; z-index: 60;}

@media(max-width:1300px){
.Other002373 .header .MenuIcon{ position:absolute; width: 42px; height: 42px; border-left: 1px solid rgba(20, 103, 179,.3); border-right: 1px solid rgba(20, 103, 179,.3); right: 2%; top: 50%; margin-top: -21px; z-index:101;} 
.Other002373 .header .MenuIcon:before,
.Other002373 .header .MenuIcon:after{ content: ""; position: absolute;  width: 70%; height: 1px;background-color:#1868b3; -moz-opacity:0.3; opacity: 0.3; filter:alpha(opacity=30);}
.Other002373 .header .MenuIcon:before{ top: 0; right: 0;}
.Other002373 .header .MenuIcon:after{ bottom: 0;left: 0;}
.Other002373 .header .MenuIcon span,
.Other002373 .header .MenuIcon span:before,
.Other002373 .header .MenuIcon span:after{ position: absolute; width: 70%; height: 2px; background-color:#1868b3;block; left: 15%;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
}
.Other002373 .header .MenuIcon span:before,
.Other002373 .header .MenuIcon span:after{ content: ""; width: 100%; left: 0;}
.Other002373 .header .MenuIcon span{ top: 20px;}
.Other002373 .header .MenuIcon span:before{ top: -10px;}
.Other002373 .header .MenuIcon span:after{ top: 10px;}
.Other002373 .header .MenuIcon.open span{  height: 0;}
.Other002373 .header .MenuIcon.open span:before{ top: 0; transform: rotate(45deg);}
.Other002373 .header .MenuIcon.open span:after{ top: 0; transform: rotate(-45deg);}
}


.Other002373 .top-language{ position:relative; background:url(../images/Top002453-lang.png) no-repeat left center; padding:6px 0 8px 25px;line-height:20px; float:right;z-index: 101;}
.Other002373 .top-language span a{font-size: 16px;display:block;  border-bottom:1px solid #1868b3; color:#1868b3; cursor:pointer;}

@media (max-width: 640px){
.Other002373 .language {right:14%!important;}
}
@media (max-width: 520px){
.Other002373 .top-language {display: none;}
.Other002373 .language {right:26%!important;}

.Other002373 .top-language.show {display: block;}
}

@media (max-width:420px){
.Other002373 .header .logo{max-width: 234px;}
}

/*.Other002373 .header .loshow{opacity: 1;transition: all .8s ease;
-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-ms-transition: all .8s ease;}*/

/*.Other002373 .lgshow{opacity: 1;transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;} */
.Other002373 .top-language{ background:url(../images/Top002453-lang.png) no-repeat left center; padding:6px 0 8px 25px;line-height:20px; float:right; position:absolute;  right:5%; top: 50%; z-index: 60; margin-top: -12.5px;}
.Other002373 .top-language span{    font-size: 16px;display:block;  border-bottom:1px solid #1868b3; color:#1868b3; cursor:pointer;}
.Other002373 .top-language figure{ position:absolute; top:100%; left:0; background:#1868b3; width:100%; line-height:25px; height: 25px; display:none;}
.Other002373 .top-language a{ display:block; text-align:center; color:#fff; font-size: 13px;}

.Other002373 .language{ position:absolute;  right:5%; top: 50%; z-index:101; margin-top: -3.5px;} 
.Other002373 .header nav{right: 0; width: 100%;top: 0;background:#fff; left: auto; height: 0;}
.Other002373 .header nav ul{ position: relative; z-index: 5;}
.Other002373 .header nav ul li{ padding: 10px 25px; }
.Other002373 .header nav ul li>a{ display: block; font-size: 18px; color: #333;    font-weight: bold;    text-transform: capitalize;}
.Other002373 .header nav ul li.onnav>a{ background:#fff; }
@media(max-width:1366px){
	.Other002373 .header nav ul li>a{font-size: 14px;}	

}
@media(max-width:1300px){
.Other002373 .header nav{  width: 0;left: auto; right:-100%; opacity: 0; height: 0; display: none;}
.Other002373 .header nav.show{ right: 0; opacity: 1; width: 100%; z-index: 100;transition: all .3s ease ;display: block;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;}
.Other002373 .language{ right:10%;margin-top: -8.5px;} 
}


.Other002373 #fullPage{
    height: 100%;
    position: relative;
    touch-action: none;
    transform: translate3d(0px, 0px, 0px);
    transition: all 700ms ease;
}
#fp-nav ul li+li{ position: relative; margin-top: 30px;}
#fp-nav ul li+li:before,
#fp-nav ul li+li:after,
#fp-nav ul li+li a:before{ content: ""; position: absolute; width: 2px; height: 2px; background: #1868b3; left: 50%; margin-left: -1px;}
#fp-nav ul li+li:before{ top: -28px;}
#fp-nav ul li+li:after{ top: -18px;}
#fp-nav ul li+li a:before{ top: -8px;}
#fp-nav ul li a{border: 1px dotted rgba(230,0,18,0.0); padding:3px 0 0 0; }
#fp-nav ul li a span{display: block; width: 6px; height: 6px;border-radius: 0; background-color:#1868b3; position: static; margin: 0 auto;}
#fp-nav ul li a.active,
#fp-nav ul li:hover a.active {border: 1px dotted rgba(230,0,18,0.5); }
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span{  background-color: #e60012; border-radius: 0 !important;  margin: 0 auto;
 width: 6px;  height: 6px;}
.Other002373 .section .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; background-position: center; background-repeat: no-repeat; background-size: cover;}
@media only screen and (min-width:1300px ) {
.Other002373 .header{ padding: 0 5%; }
.Other002373 .header .logo{ padding: 20px 0;}
.Other002373 .header .MenuIcon{ right: 5%;}
.Other002373 .header nav{ position: absolute;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;}
.Other002373 .header nav ul{padding-left: 29%; width: 100%;}
.Other002373 .header nav ul li{ float: left;padding:30px 15px;}
.Other002373 .header nav ul li>a{line-height: 32px; border-bottom: 2px solid transparent;}
.Other002373 .header nav.show{ height:106px; width: 100%;}
.Other002373 .header nav ul li.onnav>a,
.Other002373 .header nav ul li.aon a,.Other002373 .header nav ul li>a:hover{  border-color:#1868b3; color:#1868b3; font-weight: bold;}
}


@media only screen and (max-width:1200px ) {
	.Other002373 .header nav ul li{padding: 33px 13px;}
}

@media(max-width:1366px){
.Other002373 .header nav ul{padding-left:34%; width: 100%;}
}


@media only screen and (max-width: 1300px) {
.Other002373 .header{ overflow: visible;}
.Other002373 .header nav{background:#fff !important ;  z-index: 50;
box-shadow:0px 0px 10px 2px rgba(0,0,0,.5);
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.5);
transition: right .5s ease-in-out;
-webkit-transition: right .5s ease-in-out;
-moz-transition: right .5s ease-in-out;
-ms-transition: right .5s ease-in-out;
}
.Other002373 .header nav.show{ height: 100%; position: fixed; width: 50%; max-width: 300px; min-width: 200px; padding-top: 70px;}
.Other002373 .header nav ul{padding-left:0;}
.Other002373 .header nav ul li{ padding: 18px 24px;;width:  100%;float:auto; border-bottom: 1px solid #eaeaea;}
.Other002373 .header nav ul li>a{color:#666;}
.Other002373 .header nav ul li.onnav>a,
.Other002373 .header nav ul li.aon a,
.Other002373 .header nav ul li>a:hover{  color:#1868b3; font-weight: bold;}
#fp-nav.right{ right: 5px;}
.Other002373 .header nav ul{width:100%;padding-left:0%}
}


@keyframes firstPart {
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

@-webkit-keyframes firstPart

/* Safari and Chrome */
{
	0% {
		bottom: 40px;
	}

	100% {
		bottom: 20px;
	}

}

.Other002373 .mousetip {
	background: url(../images/Other002373-mousetip.png) no-repeat;
	width: 62px;
	height: 63px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -31px;
	z-index: 100;
	cursor: pointer;
	animation-name: firstPart;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-delay: 0.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-moz-animation-name: firstPart;
	-moz-animation-duration: 0.8s;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: 0.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-webkit-animation-name: firstPart;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-o-animation-name: firstPart;
	-o-animation-duration: 0.8s;
	-o-animation-timing-function: linear;
	-o-animation-delay: 0.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
}
.Other002373 .mousetip.up{ background-image: url(../images/Other002373-mousetip_up.png);}

.Other002373 .mousetip1 {
	background: url(../images/Other002373-mousetip1.png) no-repeat;
	width: 62px;
	height: 63px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -31px;
	z-index: 100;
	cursor: pointer;
	animation-name: firstPart;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-delay: 0.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-moz-animation-name: firstPart;
	-moz-animation-duration: 0.8s;
	-moz-animation-timing-function: linear;
	-moz-animation-delay: 0.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-webkit-animation-name: firstPart;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-o-animation-name: firstPart;
	-o-animation-duration: 0.8s;
	-o-animation-timing-function: linear;
	-o-animation-delay: 0.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
}
.Other002373 .mousetip.up1{ background-image: url(../images/Other002373-mousetip_up1.png);}

.Other002373 .footer ,.Other002373 .footer a{ color:#dedede;}
.Other002373 .footer a:hover{ color: #fff;}
.Other002373 .footer .bottom{ background:#065194; padding:3% 0;}
.Other002373 .footer nav li{ width: 100%;}
.Other002373 .footer nav li h3{ font-size: 15px; color: #fff; margin: 0 0 10px;}
.Other002373 .footer nav li dl dd{ padding: 5px 0;}

.Other002373 .footer nav li.weixin .pic{ padding-top: 5px;}
.Other002373 .footer nav li.contact .tel{ font-size: 22px; color: #fff; font-weight: bold;}
.Other002373 .footer nav li.contact .time{ margin:6px 0;}
.Other002373 .footer .share{ padding-top: 10px;}
.Other002373 .footer .share a{width: 34px;height: 34px;border-radius: 50%;background: #004684;text-align: center;line-height: 34px;color: #dedede;font-size: 24px;margin-left: 5px;display: inline-block;}
.Other002373 .footer footer{ background:#004684; padding: 15px 0;}
.Other002373 .footer .copyright{ margin: 0;}
.Other002373 .footer .links a{ display: inline-block; margin-right: 20px; position: relative;}
.Other002373 .footer .links a+a:before{left: -10px;content: ""; width: 1px; height: 50%; background: #919191; position: absolute; top: 30%;}
@media only screen and (min-width:1024px ) {
.Other002373 .footer nav li{ float: left; width: 14%;}
	.Other002373 .footer nav li.weixin{width: 10%;}
.Other002373 .footer nav li.contact{ width: 17%;}
.Other002373 .footer .copyright{ float: left;}
.Other002373 .footer .links{ float: right;}
}
@media only screen and (max-width:1023px ) {
.Other002373 .footer nav li dl{ display: none; }
.Other002373 .footer nav li{ border-bottom: 1px solid #434242;}
.Other002373 .footer nav li h3{ padding-top: 10px;}
.Other002373 .footer nav li.weixin,.Other002373 .footer nav li.contact{ margin-top: 15px; text-align: center; border-bottom: none;}
.Other002373 .footer footer{ text-align: center;}
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{float: none!important;font-size: 18px!important;padding-left: 0!important;margin:0 0 0 5px;}
.bd_weixin_popup{height: 336px!important;}



@media(max-width:1200px){
.Other002373 .mousetip,	
.Other002373 .mousetip.up,	
.Other002373 .mousetip1,	
.Other002373 .mousetip.up1,	
#fp-nav.right{ display:none;}
.Other002373 .section .bg{position:static; width: 0; height: 0;}	
}







/*
 .Banner002345 为demo编号
 */
.Banner002345{ position: relative; overflow: hidden;}
.Banner002345 .bx-wrapper{ position:relative; z-index:1;}
.Banner002345 .bx-viewport{ z-index:1;}
.Banner002345 a{display: block;z-index: 10}
.Banner002345 li .wap{ display: none}
/*.Banner002345 .bx-pager{margin:0 auto; text-align:center;position:absolute; left:0; width:100%; bottom:20px; z-index:10;display: none}
.Banner002345 .bx-pager div{ display:inline-block; width: 20px; height: 20px; padding: 6px; overflow: hidden;}
.Banner002345 .bx-pager div a{ display:block; width:8px; height:8px; position: relative; background-color:#FFFFFF; -moz-opacity:0.8;  opacity: 0.8; filter:alpha(opacity=80); border-radius:100%; text-indent: 9999px; transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div a:after{ content:""; position: absolute; left: 50%; top: 50%; width: 0; height: 0;  border-radius: 50%; display: block; opacity: 0;transition: all .3s ease-in-out;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;}
.Banner002345 .bx-pager div a.active{position: relative;}
.Banner002345 .bx-pager div a.active:after{ opacity: 1;left: -5px; top: -5px; width: 18px; height: 18px;border: 1px solid #fff;}
.Banner002345 .bx-controls-direction{ display: none;}*/
.Banner002345 .bx-viewport ul li a{ position:absolute; left:0; top:0; width:100%; height:100%;}
@media(min-width:1201px){
.Banner002345{ height:100%;}
.Banner002345 .bx-viewport,
.Banner002345 .bx-viewport ul,
.Banner002345 .bx-viewport ul li,
.Banner002345 .bx-wrapper{ position:absolute; left:0; top:0; width:100%; height:100% !important;}
.Banner002345 .bx-viewport ul li{ background-size:cover;}
.Banner002345 .pc{ display:none;}
}
@media(max-width:1200px){	
.Banner002345 li{ background:none !important;}
.Banner002345 li .pc{ width:100%;}
	
}
/*@media(min-width:768px){
	
.Banner002345 .bx-pager{ bottom:40px;}
.Banner002345 .bx-controls-direction{ display: block;}
.Banner002345 .bx-controls-direction a {position:absolute; top:50%; z-index: 6; text-indent: 99999px; overflow: hidden; margin-top:-25px; width:50px; height:50px; -ms-transition:left 400ms, right 400ms; transition:left 400ms, right 400ms; -webkit-transition:left 400ms, right 400ms; -moz-transition:left 400ms, right 400ms; -o-transition:left 400ms, right 400ms; background: #fff;}
.Banner002345 .bx-controls-direction .bx-prev {left:-50px;background:url(../images/Banner002345-prev.png) no-repeat 0 0;}
.Banner002345 .bx-controls-direction .bx-next {right:-50px;background:url(../images/Banner002345-next.png) no-repeat 0 0;}
.Banner002345 .bx-controls-direction.on .bx-prev {left:120px;}
.Banner002345 .bx-controls-direction.on .bx-next {right:120px;}
}*/


/*
 .Floor002367 为demo编号
 */
.Floor002367{ position:relative;z-index:5}

.Floor002367 .title{text-align:center; font-size:30px; line-height:normal;color: #333;}
.Floor002367 .title p{ color:#7b7b7b; font-size:13px; max-width:676px; margin:0 auto; line-height:24px;}
.Floor002367 .title p:before{display:block; content:''; width:40px; height:2px; background-color:#c7161e; margin:16px auto; }
@media(max-width:640px){
.Floor002367 .title{ background-size:auto 25px;}
}
@media(max-width:375px){
.Floor002367 .title{ font-size:24px;}
}
.Floor002367 .list{ overflow: hidden; margin: 0 -1%;}
.Floor002367 .list ul{ width: 100%;}
.Floor002367 .list li,.Floor002367 .list li *{ transition: all .3s ease-in-out;}
.Floor002367 .list li .more{transition:none;}
.Floor002367 .list li img{ display: none; transition: transform 1s ease-in-out .05s;}
.Floor002367 .list li{ width: 100%; position: relative;overflow: hidden}
.Floor002367 .list li .alink{ position: absolute; z-index: 6; width: 100%; height: 100%; display: block; top: 0; left: 0;}
.Floor002367 .list li .pic{ overflow: hidden; padding-bottom: 58.5%; background-size: cover; background-repeat: no-repeat;transition: transform 1s ease-in-out .05s;}
.Floor002367 .list li .top{ padding-bottom: 122%;}
.Floor002367 .list li .layer{ position: absolute; bottom: 0; left: 0; width: 100%; height: 100%;background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;filter:Alpha(opacity=40); background:#000;}
.Floor002367 .list li .layer dl{ position: absolute; top: 50%;  transform: translateY(-50%); z-index: 5; color: #fff; text-align: center; width: 100%;}
.Floor002367 .list li .layer dt{ font-size: 24px; font-weight: normal;}
.Floor002367 .list li .layer dd{ font-size: 14px; padding:14px 20px 0;}
.Floor002367 .list li .more{  z-index: 5; height: 30px; line-height:30px; width: 98px; border-radius:30px; display: block; background:#1868b3; color: #fff; font-size: 14px; text-align: center; opacity: 0; margin:4% auto 0; }
.Floor002367 .list li:hover .more{ opacity: 1;}
.Floor002367 .list li:hover .pic{transform: scale(1.1); filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    -webkit-filter: blur(6px); /* Chrome, Opera */
       -moz-filter: blur(6px);
        -ms-filter: blur(6px);    
            filter: blur(6px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=6, MakeShadow=false); /* IE6~IE9 */
}
@media only screen and (max-width:1366px ) {
	.Floor002367 .list li .layer dt{font-size: 16px;}	
	.Floor002367 .auto{padding: 5% 10%;}
		.Floor002367 .title {padding-bottom: 2%;}
}



@media(max-width:1366px){
.Floor002367 { padding-top:4%;}	
.Floor002367 .auto_1280{ padding: 0 4%;}
.Floor002367 .title{ font-size: 24px; padding-bottom: 0;}
.Floor002367 .list li .pic { padding-bottom:41.5%; background-position: center;}
.Floor002367 .list li .top {padding-bottom: 88%;}
.Floor002367 .list li .layer dt{ font-size: 18px; }
.Floor002367 .list li .layer dd{ font-size: 13px;}	
	
}


@media(max-width:1200px){
.Floor002367 { padding:4% 0;}	
.Floor002367 .auto_1280{ padding: 0 2%;}
.Floor002367 .list li .pic { padding-bottom: 58.5%;  background-position: center;}
.Floor002367 .list li .top { padding-bottom: 122%;}
}




@media only screen and (max-width:768px ) {
	.Floor002367{ padding: 20px 0 40px;}
	.Floor002367 .list ul{ width: 100%; max-width: auto; margin: 0 auto;}
	.Floor002367 .list ul+ul li{ float: none; width: 100%; margin-top: 2%}
	.Floor002367 .list li .layer dt{ font-size: 20px;}
	.Floor002367 .list li .pic{ background-image: none !important; padding-bottom: 0;}
	.Floor002367 .list li img{ display: block;  width: 100%;}
	.Floor002367 .list li:hover .layer dt{ font-size: 16px;}
	.Floor002367 .list li .more{ line-height: 24px; height: 24px; width: 85px;}
}
@media only screen and (min-width:768px ) {
	.Floor002367 .list ul{ width: 33.3334%; padding: 0 1%; float: left;}
	.Floor002367 .list ul+ul li+li{ margin-top: 5%;}
}





/*
 .Floor001050 为demo编号
 */
.Floor001050{ position:relative;z-index:5; overflow:hidden;}

.Floor001050 .img28{ width: 140%;position: absolute; bottom:-8%; left: 6%;}
.Floor001050 .bg2{display: none;}


.Floor001050 .txt{ float:right; width:50%; padding: 0 8% 0 4%; }
.Floor001050 .txt h2{ margin:0; height:60px; font-size:30px; font-weight:normal; color:#fff; }
.Floor001050 .list_txt{position:relative; }
.Floor001050 .list_txt:before{position:absolute; content:'';  z-index:1;left:113px; top:0; height:100%; width:1px; background-color:#def0ff;}
.Floor001050 .list_txt li div{ padding:27px 0 27px 140px; position:relative;}
.Floor001050 .list_txt li time{ position:absolute; left:0; top:29px; width:114px;font-size:16px; color:#fff;}
.Floor001050 .list_txt li time:before{ position:absolute; content:''; width:9px; height:9px; border-radius:50%; background-color:#1868b3; top:50%; margin-top:-4.5px; right:-4.5px;}
.Floor001050 .list_txt li h4{ margin:0; font-size:18px; font-weight:normal;}
.Floor001050 .list_txt li h4 a{color:#fff;font-weight: bold;}
.Floor001050 .list_txt li p{ color:#fff; margin-bottom:0; line-height:26px; height:54px; overflow:hidden;}
.Floor001050 .list_txt li:hover a{color: #fff; font-weight: bold;}
.Floor001050 .list_txt li:hover time:before{ border:4px solid #1868b3; width:18px; height:18px;margin-top:-9px;right:-9px;background-color:#fff;}
.Floor001050 .list_txt .bx-wrapper{ position:relative; z-index:2;padding-bottom:15%; padding-top:5%;}
.Floor001050 .bx-pager{ display:none;}
.Floor001050 .list_txt .bx-controls-direction{ position:absolute; left:200px; top:-45px;}
.Floor001050 .list_txt .bx-controls-direction a{ background:url(../images/Floor001050-icons.png) no-repeat left top; width:20px; height:20px; display:block; overflow:hidden; text-indent:-999em;}
.Floor001050 .list_txt .bx-controls-direction a.bx-next{ background-position: left bottom; margin-top:5px;}

@media(max-width:1366px){
.Floor001050 { padding-top:6%;}	
	
.Floor001050 .txt h2{ font-size:24px; position: relative;}
}
@media(max-width:1200px){
.Floor001050{ padding: 4% 0;}
.Floor001050 .auto{ padding: 0 2%;}
.Floor001050 .img28{display: none;}
.Floor001050 .bg2{display:block; background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; width: 100%; height: 100%; left: 0;top: 0;}
.Floor001050 .word{position: relative; margin-bottom:5%;}
}
@media(max-width:1000px){
.Floor001050 .img28{ display: none}	
.Floor001050 .list_txt li div{ padding-top:15px; padding-bottom:15px;}
.Floor001050 .list_txt li time{ top:15px;}
}
@media(max-width:768px){
.Floor001050 .txt{  float:none; width:auto; padding:2%;}
.Floor001050 .txt h2{ border-bottom:1px solid #efefef; height:auto; }
.Floor001050 .list_txt .bx-wrapper{ padding:3% 0;}
}
@media(max-width:480px){
.Floor001050 .txt h2{ font-size:24px;}
.Floor001050 .list_txt .bx-controls-direction{ height:20px; overflow:hidden; left:150px; top:-20px;}
.Floor001050 .list_txt .bx-controls-direction a{ display:inline-block; margin:0 10px 0 0 !important;}
}




.Floor001050 .word .tit{ margin: 0; font-size: 20px; font-weight: normal; line-height: 32px;color: #fff;margin-bottom: 2%;}
/*.Floor001050 .word .tit:after{ content: ""; display: block; max-width: 40px; width: 20%; height: 2px; background: #f9f9f9; margin: 25px 0;}*/
.Floor001050 .word figure{ font-size: 14px; line-height:36px; text-indent: 2em;color: #fff}
.Floor001050 .word .more{ width: 187px; height: 50px; line-height: 26px; border: 2px solid #f1f1f1; font-size: 14px; color: #fff; display: block; padding: 10px 20px; position: relative; margin-top:12%;
transition: all .3s ease-in-out .1s; 
-webkit-transition:all .3s ease-in-out .1s;
-ms-transition: all .3s ease-in-out .1s;
-moz-transition:all .3s ease-in-out .1s;
}
.Floor001050 .word .more:before{content: ""; position: absolute; left: 0; top: 0; width: 0; overflow: hidden; height: 100%; z-index: 1; background:#e60012; 
transition: width .3s ease-in-out; 
-webkit-transition: width .3s ease-in-out;
-ms-transition: width .3s ease-in-out;
-moz-transition: width .3s ease-in-out;
}
.Floor001050 .word .more span{ position: relative; z-index: 3; display: block;}
.Floor001050 .word .more i{ position: absolute; font-family: 宋体; font-style: normal; right: 0; top: 50%; margin-top: -13px; font-weight: 600;}
.Floor001050 .word .more:hover{  border-color:#e60012;}
.Floor001050 .word .more:hover:before{  width: 100%; }
@media only screen and (max-width:767px ) {
	.Floor001050 .word .tit{ text-align: center;}
	.Floor001050 .word .tit:after,.Floor001050 .word .more{ margin-left: auto; margin-right: auto;}
	.Floor001050 .word .more{ height: 40px; line-height: 17px;}
    .Floor001050 .word .more i{ margin-top: -8px;}
}
@media only screen and (min-width:768px ) {
	.Floor001050 .word{ float: left; width:49%; padding:0px 15% 0 5%; color: #fff;}
	.Floor001050 .word .tit{font-size: 24px; line-height: 50px;}
	.Floor001050 .word figure{ font-size: 16px;line-height:42px;text-align: justify;}
}

.Floor001050 .word .tit{font-size: 24px; line-height: 48px;}
@media only screen and (max-width:1366px ){
.Floor001050 .word .tit{font-size: 24px; line-height: 30px;}	
	.Floor001050 .word figure{ font-size: 16px;line-height:30px;text-align: justify;}
}






/*Floor002529 */
.Floor002529{ position:relative;z-index:5}
.Floor002529 .txt{ text-align:center;color:#333;}
.Floor002529 .txt h1{font-size:22px;margin:0;  color: #1868b3;}
.Floor002529 .txt p{font-size:14px; line-height:25px; margin:5px 0 0 0; color: #666;}
.Floor002529 .video{ position:relative; z-index:1;}
.Floor002529 .video img{ display:block; width:100%;}
.Floor002529 .open_video{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:2; }
.Floor002529 .file{ position:absolute; left:0; top:-75%; width:100%; height:100%; z-index:2; }
.Floor002529 .open_video span{position:absolute; left:0; text-align:center; top:50%; margin-top:-26px; color:#fff;width:100%; line-height:20px;}
.Floor002529 .open_video span::before{ display:block; content:''; max-width:60px; width:15%; height:52px; background:url(../images/Floor002529_icon.png) no-repeat center center; background-size:contain; margin:0 auto 10px;}
.Floor002529 .file{ z-index:3; display:none;}
.Floor002529 .file .close{ position:absolute; z-index:10; right:1%; top:3%; width:40px; height:40px; border-radius:50%; background:#1868b3; cursor:pointer;}
.Floor002529 .file .close span{ font-size:20px; color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.Floor002529 .intro .ul_num{ max-width:1000px; margin:1.5% auto 3%;}
.Floor002529 .intro .ul_num li{ float:left; width:33.333333%; text-align:center; font-size:18px; color:#1868b3; font-weight: bold;}
.Floor002529 .intro .ul_num li span{  font-size:50px; padding-right: 10px;}
.Floor002529 .intro .ul_num li p{font-size: 14px;font-weight: normal;border: 1px solid #1868b3;width: 48%; margin:1% auto 0;line-height: 28px;border-radius: 30px;}
@media(max-width:1366px){
	.Floor002529{ padding-top:6%;}
	.Floor002529 .auto_1280{ padding: 0 4%;}
	.Floor002529 .intro .ul_num{max-width: 1200px; margin: 10px auto ;}
	.Floor002529 .txt p{margin: 0;}
	.Floor002529 .file{position:absolute;left:10%;top: -73%;width:80%;height:50%;z-index:2;}
	.Floor002529 .video{min-width:900px; width: 86%; margin: 0 auto;}

}
@media(max-width:1200px){
	.Floor002529{ padding: 4% 0;}

	.Floor002529 .video{min-width:auto !important; width:100 !important;}

}
@media(max-width:1024px){
.Floor002529 .intro .ul_num li span{ font-size:40px;}
}
@media(max-width:640px){
.Floor002529 .intro .ul_num li{ font-size:14px; }
.Floor002529 .intro .ul_num li span{ font-size:30px;}
.Floor002529 .intro .ul_num li p{ font-size:14px;width: 90%; }
.Floor002529 .video img{ height:220px;}
.Floor002529 .txt p{text-align: left !important;}	
}
@media(max-width:420px){

.Floor002529 .intro .ul_num li p{ font-size:12px; width:99%;}
}


/*
 .Floor002358 为demo编号
 */
.Floor002358 {position:relative;z-index:5;}
.Floor002358 .auto{ position:relative;}

.Floor002358 .title{ padding-bottom:4%; text-align:center; font-size:30px; line-height:normal;color: #333;}
.Floor002358 .title p{ color:#7b7b7b; font-size:13px; max-width:676px; margin:0 auto; line-height:24px;}
.Floor002358 .title p:before{display:block; content:''; width:40px; height:2px; background-color:#c7161e; margin:16px auto; }
@media(max-width:1366px){
.Floor002358 .title{ font-size:24px;}
.Floor002358 .auto_1280{ padding: 0 4%;}
}
@media(max-width:640px){
.Floor002358 .title{ padding-top:45px; background-size:auto 25px;}
}
@media(max-width:375px){
.Floor002358 .title{ font-size:24px;}
}


.Floor002358 .list{ width:100%; position: relative;}
.Floor002358 .bd{  }
.Floor002358 .bd ul{ margin: 0; padding: 0 28px;}
.Floor002358 .bd li{ width: 100%; margin:10px 0 30px; transition:.5s; display: block;box-shadow: 0 0 10px rgba(6,61,117,0.2);  border-radius: 10px; overflow: hidden;max-height: 99px;}
.Floor002358 .bd li img{height: 99px;}
.Floor002358 .bd li:hover{box-shadow: 0 3px 12px rgba(6,61,117,0.2);}
.Floor002358 .list .iconfont{ position: absolute; top: 50%; margin-top: -46px; width: 70px; height: 70px; font-size: 70px; text-align: center; cursor: pointer; color: #999999; font-weight: lighter;}
.Floor002358 .list .iconfont:hover{ color:#1868b3;}
.Floor002358 .list .prev{ left: -80px;}
.Floor002358 .list .next{ right: -80px;}

@media only screen and (max-width:1360px ) {
	.Floor002358 .list{ padding: 0 50px;overflow:hidden;}
	.Floor002358 .list .iconfont{ font-size: 40px; width: 40px; height: 40px; margin-top: -20px;}
	.Floor002358 .list .prev{ left: 0;}
    .Floor002358 .list .next{ right: 0;}
}
@media only screen and (max-width:767px ) {
	.Floor002358 .list{ padding: 0 0 0 8px;}
	.Floor002358 .list .iconfont{ display: none;}
}


/*Banner002216*/
.Banner002216{ width:100%;}
.Banner002216 img{ width:100%;}
.Banner002216 .wap{ display:none;}
@media(max-width:1000px){
.Banner002216 .pc{ display:none;}
.Banner002216 .wap{ display:block;}
}
/*Banner002216 End*/


.Other002373 .footer ,.Other002373 .footer a{ color:#dedede;}
.Other002373 .footer a:hover{ color: #fff;}
.Other002373 .footer .bottom{ background:#065194; padding:3% 0;    text-transform: capitalize;}
.Other002373 .footer nav li{ width: 100%;}
.Other002373 .footer nav li h3{ font-size: 15px; color: #fff; margin: 0 0 10px;}
.Other002373 .footer nav li dl dd{ padding: 5px 0;}

.Other002373 .footer nav li.weixin .pic{ padding-top: 5px;}
.Other002373 .footer nav li.contact .tel{ font-size: 22px; color: #fff; font-weight: bold;}
.Other002373 .footer nav li.contact .time{ margin:6px 0;}
.Other002373 .footer .share{ padding-top: 10px;}
.Other002373 .footer .share a{ display: inline-block; margin-right: 8px; border-radius: 50%; background-color:#004684; width: 34px; height: 34px; text-align: center; line-height:34px; font-size:18px; cursor: pointer;}

.Other002373 .footer footer{ background:#004684; padding: 15px 0;}
.Other002373 .footer .copyright{ margin: 0;}
.Other002373 .footer .links a{ display: inline-block; margin-right: 20px; position: relative;text-transform: capitalize;}
.Other002373 .footer .links a+a:before{left: -10px;content: ""; width: 1px; height: 50%; background: #919191; position: absolute; top: 30%;}
@media only screen and (min-width:1024px ) {
	.Other002373 .footer nav li{ float: left; width: 14%;}
	.Other002373 .footer nav li.contact{ width: 17%;}
	.Other002373 .footer .copyright{ float: left;}
    .Other002373 .footer .links{ float: right;}
}
@media only screen and (max-width:1023px ) {
	.Other002373 .footer nav li dl{ display: none; }
	.Other002373 .footer nav li{ border-bottom: 1px solid #434242;}
	.Other002373 .footer nav li h3{ padding-top: 10px;}
	.Other002373 .footer nav li.weixin,.Other002373 .footer nav li.contact{ margin-top: 15px; text-align: center; border-bottom: none;}
	.Other002373 .footer footer{ text-align: center;}
}


/*Menu002217*/
.Menu002217{ padding:3% 0;}
.Menu002217 h2{font-size: 42px; color: #18222a; text-align: center; line-height: 1; margin:0; font-weight:normal;}
.Menu002217 nav{text-align: center; margin-top: 4%;}
.Menu002217 nav ul li{text-align: center; padding:0 9px; display:inline-block;  *zoom:1; *display:inline;}
.Menu002217 nav ul li a{display: block;  height:40px; line-height:40px; font-size: 16px; color: #728391; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border-radius:40px; background:#f3f3f3; padding: 0 22px;}
.Menu002217 nav ul li.on a,.Menu002217 nav ul li a:hover{color: #fff;background:#c8161d;}
@media(max-width:1199px){
.Menu002217 h2{ font-size:35px;}	
}
@media(max-width:1000px){
.Menu002217 h2{ font-size:30px;}
.Menu002217 nav ul li a{font-size:14px; height:35px; line-height:35px;}
}
@media(max-width:640px){
.Menu002217 h2{ font-size:20px;}	
.Menu002217 nav ul li{ width:100%; margin:0 0 1px; display:block;}
.Menu002217 nav ul li a{ border-radius:0;}	
}
/*Menu002217 End*/

/*
 .PicList001213 为demo编号
 */
.PicList001213 { padding-bottom: 1%;}
.PicList001213 dl{margin:3% 0;}
.PicList001213 dl dd{float: left;width: 50%;margin-top: 5%;padding-left: 2%;}
.PicList001213 dl:nth-child(2n) dd{padding-left: 2%;}
.PicList001213 dl:nth-child(2n) dt{float:right;}
.PicList001213 dl:nth-child(2n+1) dt{float:left;}
@media(max-width:1100px){
.PicList001213 dl dd{width: 100%;}
.PicList001213 dl:nth-child(2n) dt{float:left;}
}
@media(max-width:640px){
.PicList001213 dl dd{width: 100%;}
}
@media(min-width:481px){
.PicList001213 dl{ display:table; width:100%; border-bottom: 1px solid #ccc; padding-bottom: 3%;}
.PicList001213 dl dt,
.PicList001213 dl dd{ display:table-cell; vertical-align:middle;}

}
.PicList001213 dl h2{ font-size:22px; margin:0;}
.PicList001213 dl p{ line-height:30px; max-height:120px; overflow:hidden;}

@media(max-width:480px){
.PicList001213 dl dd{ padding:3%;}
}


/*
 .Page002193 为demo编号
 */
.Page002193{zoom:1; overflow:hidden; text-align:center; padding:30px 0 5%; text-align:center;}
.Page002193 span{ padding:0px 3px; display:inline-block;}
.Page002193 a{ display:inline-block; margin:0px 2px; border:1px solid #ededed; padding:0 1em; color:#666; line-height:35px; border-radius:3px;transition: .3s ease-out;}
.Page002193 a:hover{ color:#fff; border:1px solid #c8161d; background:#c8161d;}
.Page002193 .p_cur,.Page002193 .p_count,.Page002193 .p_total,.Page002193 .p_jump,.Page002193 .a_first,.Page002193 .a_end{ display:none;}
.Page002193 .p_cur b{ color:#F00;}
.Page002193 .p_count b{ color:#F00;}
.Page002193 .p_total b{ color:#F00;}
.Page002193 .p_page em{ font-style:normal;}
.Page002193 .p_page em a{}
.Page002193 .p_page em a.a_cur{ color:#fff; background:#c8161d; border-color:#c8161d;}
.Page002193 .p_page b{ font-weight:normal;}
@media(max-width:1000px){

}
@media(max-width:640px){
.Page002193{ padding:10px 0 10%;}
.Page002193 .p_page em{ display:none;}
.Page002193 .p_page em a.a_cur{ display:none;}
.Page002274 .Pages a{ padding:0 10px;}
}

/*
 .RighInfo002450 为demo编号
 */
.RighInfo002450{ padding: 0 0 5% 0;}
.RighInfo002450 .auto{ position: relative;}
.RighInfo002450 .pic_img{ float: right;}
.RighInfo002450 p{color:#337FE5;font-size:24px;font-weight: bold;    line-height: 50px;}
@media only screen and (max-width: 1200px) {
.RighInfo002450 .auto{ margin-left: 15px; margin-right: 15px;}	
}
.RighInfo002450 .wrap-container .tit{ color: #1a1002; font-size: 24px; margin: 0 0 4%; font-weight: normal;}
@media only screen and (min-width:1201px ) {
	.RighInfo002450 .wrap-container .tit{ font-size: 30px;padding-top: 8%;}
}
@media only screen and (max-width: 960px){
	.RighInfo002450 .pic_img{width: 100%;float: none;    text-align: center;}
	.RighInfo002450 p{text-align: left; color:#337FE5;font-size:24px;font-weight: bold;}
}
@media only screen and (max-width:767px ) {
.RighInfo002450 .wrap-container .tit{ text-align: center; font-size: 20px;padding-top: 20px}	
		.RighInfo002450 p{text-align: left; color:#337FE5;font-size:20px;font-weight: bold;}
}
.RighInfo002450 .wrap-container .img{ margin: 0 auto; display: block;}
.RighInfo002450 .wrap-container .word{ color: #1a1002; font-size: 14px; line-height: 24px; margin-top: 3%;}
@media only screen and (min-width:767px ) {
	.RighInfo002450 .wrap-container .img{ float: right; margin: 0 0 0 5%;}
	.RighInfo002450 .wrap-container .word{ margin-top: 0;}
}


/*
 .PicList002311 为demo编号
 */
.PicList002311{ padding-bottom: 5%;}
.PicList002311 .CenTitle{ padding:15px 0 10px 0; position:relative; z-index:1; margin-top: 20px; border-top: 1px solid #e7f0f4;}
.PicList002311 .CenTitle .name{ text-align:center; font-size:15px; font-weight:bold; color:#555; line-height:30px;}
.PicList002311 .CenTitle .line{ width:10px; height:1px; background:#f68121; overflow:hidden; margin:0 auto;}

.PicList002311 .honorList{ position:relative; padding:20px 40px;}
.PicList002311 .honorList .btn{ display:block; position:absolute; top:50%; margin-top:-12px; width:24px; height:24px; background:url(../images/PicList002311-button_hover.png); cursor:pointer;}
.PicList002311 .honorList .prev{ left:5px; background-position:left top;}
.PicList002311 .honorList .prev:hover{ background-position:left bottom;}
.PicList002311 .honorList .next{ right:5px; background-position:right top;}
.PicList002311 .honorList .next:hover{ background-position:right bottom;}
.PicList002311 .honorList .list{margin:0 auto; overflow:hidden;}
.PicList002311 .honorList .list .ul li{ padding: 0 2%;overflow: hidden;height: 483px;display: table-cell;vertical-align:middle;text-align:center; border: 1px solid #f1f1f1;}
.PicList002311 .honorList .list .ul li img{transition: transform 1s ease-in-out .05s;}
.PicList002311 .honorList .list .ul li:hover img{transform: scale(1.05); }
.PicList002311 .honorList .list .ul .dot{ display:block; text-align:center; padding-top:10px; line-height:20px; font-size:14px; color:#555;z-index: 10}
.PicList002311 .honorList .list .ul .dot:hover{ color:#002870;}
@media only screen and (min-width:768px ) {
.PicList002311 .honorList{ padding:0px 50px;}	
}
@media only screen and (max-width:768px ){
.PicList002311 .honorList .list .ul li{height:350px;display: table-cell;vertical-align:middle;text-align:center;}	
	
}
@media only screen and (max-width:640px ){
.PicList002311 .honorList .list .ul li{height:250px;display: table-cell;vertical-align:middle;text-align:center;}		
}

@media only screen and (max-width:480px ){
.PicList002311 .honorList .list .ul li{height: 125px;display: table-cell;vertical-align:middle;text-align:center;}		
}
@media only screen and (max-width:1440px ){
.PicList002311 .honorList .list .ul li{height:460px;display: table-cell;vertical-align:middle;text-align:center;}	
}

/*
 .TextList001202 为demo编号
 */
.TextList001202{padding-bottom: 1%}
.TextList001202 h1{ margin:0; font-weight:normal; padding:3% 0; font-size:24px; color:#333;}
.TextList001202 h1 b{ display:block;}
.TextList001202 li{padding-bottom:10px;}
.TextList001202 dl{ position:relative; padding-left:53px;}
.TextList001202 dl dt,
.TextList001202 dl dd{ border:1px solid #e3e7e6;}
.TextList001202 dl dt{ position:absolute; width:50px; left:0; top:0; color:#c8161d; text-align:center; font-size:24px;}
.TextList001202 dl.Q dt{color: #065194;}
.TextList001202 dl.Q dt,
.TextList001202 dl.Q dd,
.TextList001202 dl.A dt{ height:50px; line-height:50px;}
.TextList001202 dl.A dd{ padding:2%; line-height:30px; font-size:14px;}
.TextList001202 dl.Q dd{ padding:0 2%;}
.TextList001202 li figure{ padding-top:2%;}
.TextList001202 li figure a{ display:inline-block; padding:0 20px; line-height:25px;color:#fff; background-color:#c8161d;}
.TextList001202 dl.A{ display:none; padding-top:10px;}
.TextList001202 dl.A dt{ top:10px;}
.TextList001202 dl.A p{ margin:0;}
.TextList001202 dl.Q_on dt{color:#fff;background-color: #065194;font-weight: bold;}
.TextList001202 dl.Q_on dd{background-color:#f3f3f3;color: #065194;font-weight: bold;font-size: 16px;}
@media(max-width:480px){
.TextList001202 dl.Q dt,
.TextList001202 dl.Q dd,
.TextList001202 dl.A dt{ height:40px; line-height:40px;}
.TextList001202 h1,
.TextList001202 dl dt{font-size:20px;}
.TextList001202 dl.A p{ max-height:66px; overflow:hidden;}
}
/*
 .PicList002273 为demo编号
 */
.PicList002273{padding-top: 8%;}
.PicList002273 .left img{width: 100%;}
.PicList002273 .right .time{font-size: 12px;color: #999;border: 1px solid #c5c6c6;padding: 2px 5px;margin-top: 8px;display: inline-block;}
.PicList002273 .right .h3{color: #313131;font-size: 18px;font-weight: normal;margin: 10px 0;}
.PicList002273 .right .h3 a:hover{color:#ee322d;}
.PicList002273 .right .p{color: #999;font-size: 14px;}
.PicList002273 ul li{margin-bottom: 30px;background: #f3f3f3;padding: 18px 20px;border: 1px solid #f3f3f3;}

@media screen and (min-width:768px ) {
	.PicList002273 .left{float: left;width: 25%;}
	.PicList002273 .right{float: right;width: 72%;}
	.PicList002273 .right .time{margin-top: 0px;}
	.PicList002273 ul li{background:#f3f3f3;}
}

@media screen and (min-width:1024px ) {
	.PicList002273 .right .time{margin-top: 15px;}
	.PicList002273 ul li:hover{border: 1px solid #ee322d;box-shadow: 0px 0px 10px #ccc;transition: 0.3s;}
	.PicList002273 ul li{background:#f3f3f3;position: relative;}
	.PicList002273 ul li .right_btn{width: 11px;height: 19px;background: url(../images/PicList002273-arrow_right.png) no-repeat center;display: inline-block;position: absolute;top: 50%;right: 48px;cursor: pointer;margin-top: -10px}
	.PicList002273{padding-top: 31px;}
}

@media screen and (min-width:1200px ) {
	.PicList002273 .left{float: left;margin-right: 50px;}
	.PicList002273 .right{float: left;width: 600px;}
	.PicList002273 .right .time{margin-top: 14px;}
	.PicList002273 .right .h3{line-height: 18px;margin: 28px 0 17px;}
	.PicList002273 .right .p{line-height: 24px;}
	.PicList002273 ul li{padding-right: 20px;}
}
/*
 .TextList001652 为demo编号
 */
.TextList001652{padding-bottom: 2%}
.TextList001652 .list_ul,
.TextList001652 .job_ol{ overflow:hidden; clear:both;}
.TextList001652 .job_ol li,
.TextList001652 .list_ul li{ list-style:none; float:left; width:20%; text-align:center;}
.TextList001652 .job_ol li{ background-color:#065194; color:#fff; line-height:3em;}
.TextList001652 .list{ border-bottom:1px solid #ebebeb;}
.TextList001652 .job_info{ display:none;}
.TextList001652 .list_ul{ cursor:pointer;font-size:14px;}
.TextList001652 .list_ul li{ padding:1.5% 0;line-height: 24px;}
.TextList001652 .list_ul li:nth-child(5) a{ border:1px solid #ededed; border-radius:5px; padding:2% 7%;transition: 0.2s;}
.TextList001652 .list_ul li:nth-child(5) a:hover{  background-color:#065194;color:#fff;}
.TextList001652 .job_info{padding:2% 5% 2%;    background: #f3f3f3;} 
.TextList001652 .job_info p{line-height: 24px;}
.TextList001652 .job_info p strong{color:#065194;font-size:14px;}
@media(max-width:640px){
.TextList001652 .job_ol li,
.TextList001652 .list_ul li{width:25%;}
.TextList001652 .job_ol li:nth-child(4),
.TextList001652 .list_ul li:nth-child(4){ display:none;}
}
/*
 .PicList001241 为demo编号
 */
.PicList001241 .intro{ overflow:hidden; padding-top:2%; padding-bottom:2%;}
.PicList001241 .intro ol{ float:right; width:55%;}
.PicList001241 .intro ol img{ display:block; width:100%;}
.PicList001241 .intro li{ float:left; width:42%;}
.PicList001241 .intro li h3{ color:#c60000; font-size:16px;}
.PicList001241 .intro li p{ line-height:24px; text-align:justify; text-justify:inter-ideograph;}
.PicList001241 .list{ background-color:#e5e5e5; padding:3% 0;}
.PicList001241 .list .copy{ display:none;}
.PicList001241 .list li a{ display:block; background-color:#fff; width:92%; padding:5%; margin:0 auto;}
.PicList001241 .list li figure{ position:relative; padding-bottom:62%; overflow:hidden;}
.PicList001241 .list li figure dl,
.PicList001241 .list li figure div,
.PicList001241 .list li figure b{position:absolute; left:0; width:100%;text-align:center;}
.PicList001241 .list li figure div{ height:100%; top:0; background-color:rgba(255,255,255,0.8); transform:translateY(100%); transition:all ease-in-out 0.3s;}
.PicList001241 .list li figure dl{ top:25%;}
.PicList001241 .list li figure dl img{ width:60%;}
.PicList001241 .list li figure b{ padding:0 3%; bottom:5%;}
.PicList001241 .list li:hover figure div{ transform:translateY(0);}
.PicList001241 .list li h3,
.PicList001241 .list li p{ margin:0;}
.PicList001241 .list li h3{ font-weight:normal; font-size:16px;}
.PicList001241 .list li p{ color:#999;}
.PicList001241 .list .bx-pager{ display:none;}
.PicList001241 .list .bx-wrapper{ position:relative; z-index:0;}
.PicList001241 .list .bx-viewport{ z-index:1;}
.PicList001241 .list .bx-controls-direction a{ position:absolute; top:50%; width:47px; height:47px; margin-top:-23.5px; text-indent:-9999em; background:url(../images/PicList001241-btn.png) no-repeat 0 0; z-index:3;}
.PicList001241 .list .bx-controls-direction a:hover{ background-image:url(../images/PicList001241-btn_hover.png);}
.PicList001241 .list .bx-controls-direction a.bx-prev{ left:-5%;}
.PicList001241 .list .bx-controls-direction a.bx-next{ right:-5%; background-position:right 0;}
@media(max-width:1200px){
.PicList001241 .list .bx-controls-direction a.bx-prev{ left:0;}
.PicList001241 .list .bx-controls-direction a.bx-next{ right:0; }
}
@media(max-width:768px){
.PicList001241 .intro ol,
.PicList001241 .intro li{ float:none; width:auto;}
}

/*Form002219*/
.Form002219{ padding-bottom:5%;}
.Form002219 dl{ width:48%; float:left;    padding-left: 160px; min-height:40px; position:relative; margin-bottom:15px; max-width:480px;}
.Form002219 dl.odd{ margin-left:4%;}
.Form002219 dt{ color:#5b5b5b; font-size:14px; position:absolute; left:0;width: 150px;text-align:right; line-height:40px;    text-transform: capitalize;}
.Form002219 .text{ border:1px solid #dfdfdf; border-radius:5px; width:100%; padding:0 10px; line-height:38px; color:#5b5b5b;}
.Form002219 dl.dl{ width:100%; float:none; max-width:none;}
.Form002219 textarea{border:1px solid #dfdfdf; border-radius:5px;overflow:hidden; resize:none; width:100%; height:360px; padding:10px; color:#5b5b5b;}
.Form002219 .btn{ display:inline-block; line-height:40px; min-width:140px; margin-right:20px; background-color:#f3f3f3; color:#728391; font-size:14px; border:none; border-radius:5px; cursor:pointer;    text-transform: capitalize;}
.Form002219 .submitbtn{ color:#fff; background-color:#065194;} 
@media(max-width:640px){
.Form002219 dl{ float:none; width:100%; margin-left:0 !important;}	
.Form002219 textarea{ height:250px;}
}
@media(max-width:480px){
.Form002219 .btn{ width:48%; margin-right:2%; float:left; display:block; min-width:2px;}	
}
/*Form002219 End*/
/*
 .RighInfo002275 为demo编号
 */
.RighInfo002275 .p,.RighInfo002275 .h2{}
.RighInfo002275{padding: 8% 0}
.RighInfo002275 .text{margin-bottom: 30px}
.RighInfo002275 .text h2{margin: 0}
.RighInfo002275 .text .title{font-size: 30px;color: #e4e4e4;margin-bottom: 20px;}
.RighInfo002275 .text .title span{font-weight: 700;}
.RighInfo002275 .text .p{font-size: 16px;color:#666;line-height: 38px; margin: 0; padding: 0;    font-weight: normal;}
.RighInfo002275 .text p{display: inline-block;font-weight: bold;text-transform:capitalize;padding: 0;margin: 0;font-size: 18px;}
.RighInfo002275 .map{width: 100%;height: 200px;}
.RighInfo002275 .map #map{height: 100%;}
.RighInfo002275 .map img{max-width: none !important;}
.Map001372 .other{ font-size: 16px;color:#666;line-height: 38px; padding-top:3%}
.Map001372 .other b{ font-size:18px;}

@media screen and (min-width: 768px) {
	.RighInfo002275 .text{float: left;width: 45%;}
	.RighInfo002275 .map{float: right;width: 50%;height: 260px;}
}

@media screen and (min-width: 1024px) {
	.RighInfo002275 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;}
	.RighInfo002275 .map{float: right;width: 50%;height: 320px;}
	.RighInfo002275 .text .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
	.RighInfo002275{padding: 50px 0 5%}
	.RighInfo002275 .text .title{margin-bottom: 75px}
	.RighInfo002275 .map{width: 700px;height: 430px;}
	.RighInfo002275 .text{width: 35%;}
}



.Galary002512{padding:0 0 5% 0;}
.Galary002512 .slider-for{ margin-bottom:3%;}
.Galary002512 .slider-for li{ background:#fff;}
.Galary002512 .slider-for li .Ispic{ padding-bottom:55%; background-size:contain;    border: 1px solid #ccc;}
.Galary002512 .slider-nav li .Ispic{ border:1px solid #fff; background-color:#fff; padding-bottom:60%; margin:0 3%;}
.Galary002512 .slider-nav li.slick-center .Ispic{ border-color:#c8161d;}
.Galary002512 .slider-nav{ margin-bottom:30px;}
/* Slider */
.Galary002512 .slick-slider{position: relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.Galary002512 .slick-list{position: relative;overflow: hidden;}
.Galary002512 .slick-slider .slick-track,
.Galary002512 .slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.Galary002512 .slick-track{position: relative;top: 0;left: 0;}
.Galary002512 .slick-loading .slick-track{visibility: hidden;}
.Galary002512 .slick-slide{display: none;float: left;min-height: 1px;}
.Galary002512 .slick-initialized .slick-slide{display: block;}
.Galary002512 .slick-loading .slick-slide{visibility: hidden;}
.Galary002512 .slick-loading .slick-list{background: url(../images/ajax-loader.gif) center center no-repeat;}
.Galary002512 .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.Galary002512 .slick-arrow.slick-hidden {display: none;}
/* Arrows */
.Galary002512 .slick-arrow{font-size: 0;line-height: 0;position: absolute;top: 50%; width: 40px;height: 40px;padding: 0;cursor: pointer;border: none; z-index:10; margin-top:-20px; border-radius:50%; background-color:rgb(178, 178, 178,.8);}
.Galary002512 .slick-arrow:hover{background-color: rgb(200, 22, 29,.8);}
.Galary002512 .slick-arrow::before{ position:absolute; content:''; left:50%; top:50%; margin-left:-4px; margin-top:-8px; width:16px; height:16px;  transform:rotate(-45deg);}
.Galary002512 .slick-prev{left: -45px;}
.Galary002512 .slick-next{right: -45px; background-position: right top;}
.Galary002512 .slick-prev::before{ border-left:3px solid #fff;border-top:3px solid #fff;}
.Galary002512 .slick-next::before{ border-right:3px solid #fff;border-bottom:3px solid #fff;margin-left:-12px;}
/* Dots */
.Galary002512 .slick-dots{list-style: none;text-align: center; position:absolute; left:0; bottom:-30px; width:100%;}
.Galary002512 .slick-dots li{display: inline-block;margin: 0 5px;}
.Galary002512 .slick-dots li button{font-size: 0;line-height: 0;display: block;width: 10px;height: 10px;cursor: pointer;border: 0;background: rgba(0, 0, 0, 0.3); border-radius:50%; padding:0;}
.Galary002512 .slick-dots li.slick-active button{opacity: .75;background: rgb(200, 22, 29,.8);}
@media(max-width:1200px){
.Galary002512 .slider-for{ margin-bottom:50px;}
.Galary002512 .slick-prev,
.Galary002512 .slick-next{ right:auto; left:50%; margin-top:0; top:-45px;}
.Galary002512 .slick-prev{ margin-left:-50px;}
.Galary002512 .slick-next{ margin-right:-50px;}
}
@media(max-width:640px){
.Galary002512 .slick-prev,
.Galary002512 .slick-next{ display:none !important;}
.Galary002512 .slider-for{ margin-bottom:3%;}
}


.Form000573{padding-bottom: 3%}
.Form000573 .from {padding-top: 2%;border-top: 1px solid #cbcbcb}
.Form000573 .from .btn{ cursor:pointer; border:none; padding:2% 10%;font-size:14px; color:#fff; background:#065194;border-radius: 5px;    text-transform: capitalize;}
.Form000573 .from .f_name{width: 130px;color:#4d4d4d;    text-transform: capitalize;}
/*.Form000573 .from table{ max-width:535px;}*/
.Form000573 .from td{  line-height:35px; padding-top:5%;width:75%;}
.Form000573 .from .but{float: left;margin-left: 130px;}
.Form000573 .from tr{width: 50%;float: left}
.Form000573 .from .text{ width:80%; border:1px solid #cbcbcb;line-height: 38px;padding: 0 10px; border-radius:5px;}
.Form000573 .from .textcode{ width:80px;}
.Form000573 .from .text:focus{ border-color:#df2130; box-shadow:0 0 8px #FBC1C1 inset; transition:all ease 0.5s;}
.Form000573 .from textarea.text{ width:100%; height:175px;}
.Form000573 .from i{ color:#19ad66; font-style:normal;}
.Form000573 .form_err{color:#df2130;}
@media(max-width:740px){
.Form000573 .from tr{width: 100%;padding-left: 10px}
.Form000573 .from td{  line-height:35px; padding-top:5%;width:80%;}
}

.pro{padding: 3% 0}

.Form000573 p{color: #1868b3;font-size: 16px;text-align: center;line-height: 30px;margin: 3% 0;}





/*RighInfo002218*/
.RighInfo002218 .box1{padding:20px;color:#728391;font-size:16px;}
.RighInfo002218 .box1 .pic{float:right;margin-left:3%;}
.RighInfo002218 .box1 .h3{font-size:20px;color:#1467b3;margin:0 0 20px 0; }
.RighInfo002218 .box1 .h3:after{ content:"";width:60px; height:2px; background:#1467b3; margin:30px 0; display:block; }
.RighInfo002218 .box1 figure{  color:#728391;}
.RighInfo002218 .box1 figure p{ line-height: 38px;}
.RighInfo002218 .list{ padding:4% 0 6%;background:#f9f9f9; margin-top:1%; border-top: 1px solid #f4f4f4;}

.RighInfo002218 .list li{ display:block; float:left; width:33.3%; text-align: center; position: relative;}
.RighInfo002218 .list li:last-child{ position:static;}
.RighInfo002218 .list li:before{ position:absolute; content:''; width:1px; border-right:1px solid #efefef; right:0; top:0; height:100%;}
.RighInfo002218 .list img{ max-width:98px;}
.RighInfo002218 .list figure{ padding-top:7%;}
.RighInfo002218 .list h2{ font-weight:normal; color:#1467b3; font-size:18px; margin:0;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
.RighInfo002218 .list p{ margin:10px 0 0; color:#728391; }
@media(max-width:1000px){
.RighInfo002218 .box1 .pic{ float:none; margin:0 auto 3% auto; display:block;}	
.RighInfo002218 .list figure{ padding:3% 0;}
.RighInfo002218 .list li{ width:100% !important; padding:0 !important; margin:2% 0;max-width:400px;}
}





/*
 .RighInfo002363 为demo编号
 */

.RighInfo002363 .box1 img{display: block; margin: 0 auto;}
.RighInfo002363 .box2{ background: #fff; padding:40px 0;}
.RighInfo002363 .box2 .list{ padding-top: 25px;}
.RighInfo002363 .box2 li{float:left;width: 25%;text-align: center; position:relative;}
.RighInfo002363 .box2 li:before{ position:absolute; content:''; width:1px; border-right:1px solid #f4f4f4; right:0; top:0; height:100%;}
.RighInfo002363 .box2 li:first-child{ border-left:1px solid #f4f4f4;}
.RighInfo002363 .box2 li a{display: block; margin:0 auto; width:70%; max-width:250px;}
.RighInfo002363 .box2 li figure img{ width:100%; max-width:70px;-webkit-transition:all ease 0.5s;transition:all ease 0.5s; position: relative; top: 0;}
.RighInfo002363 .box2 li:hover figure img{ top: -10px;}
.RighInfo002363 .box2 li h3{font-size: 18px; color: #555; margin:25px 0 15px;}
.RighInfo002363 .box2 li p{line-height: 24px; height:96px; text-align:left; overflow:hidden;font-size: 14px;color: #a8a8a8; margin-top:20px;}
@media(max-width:767px){
.RighInfo002363 .box2{  padding:20px 0;}	
.RighInfo002363 .box2 li{ width:50%; margin-bottom:2%;}
.RighInfo002363 .box2 li{ border-left:1px solid #f4f4f4;}
.RighInfo002363 .box2 li:nth-child(2n){ border-left:1px solid #fff;}
}


/*
 .RighInfo001108 为demo编号
 */
.RighInfo001108 {padding-top: 2%}
.RighInfo001108 .flash{float:left; width:50%;border: 1px solid #c7c7c7;}
.RighInfo001108 .flash ul li{ position:relative;}
.RighInfo001108 .list{ float:right; width:48.8%;}
.RighInfo001108 .list img{display: block;margin: auto;text-align: center}
.RighInfo001108 .bx-wrapper{ width:100%; position:relative;}
.RighInfo001108 .bx-pager{ position:absolute; width:100%; left:-20px; bottom:17px; text-align:right;}
.RighInfo001108 .bx-pager div{ display:inline-block;}
.RighInfo001108 .bx-pager .bx-pager-item{ margin:0 6px;}
.RighInfo001108 .bx-pager .bx-pager-item a{ width:15px; height:15px; background:#e8afb4; border-radius:50%; display:block; overflow:hidden; line-height:1000px;-webkit-transition:all ease 0.5s;transition:all ease 0.5s;}
.RighInfo001108 .bx-pager .bx-pager-item a.active{ background-color:#bd1a27; border-radius:15px; -webkit-transition:all ease 0.5s;transition:all ease 0.5s;}
.RighInfo001108 .txt{ float:right; width:46%; padding-right:2%; color:#333;}
.RighInfo001108 .txt h1{ font-size:30px; font-weight:500;color: #1167b3}
.RighInfo001108 .txt dl{ border-top:1px solid #d9d9d9; padding:3% 0; border-bottom:1px solid #d9d9d9;}
.RighInfo001108 .txt dd{ line-height:26px; padding:5px 0;}
.RighInfo001108 .txt p{ line-height:30px;}
.RighInfo001108 .txt .contact{ padding:3% 0;}
.RighInfo001108 .txt .contact a{ color:#008fd7; width:120px; text-align:center; border:1px solid #008fd7; border-radius:30px; line-height:34px; display:inline-block;}
.RighInfo001108 .txt .contact a:hover{ background-color:#008fd7; color:#fff;}
@media (max-width:880px){
	.PicList000681 .flash{ width:100%;}
	.PicList000681 .flash ul li img{ width:100%; height:auto;}
	}
@media(max-width:640px){
.RighInfo001108 .flash{ width:100%;float: none}
.RighInfo001108 .txt {width: 100%;float: none;padding-top: 10px}	
}
@media(max-width:480px){
.RighInfo001108 .pic,
.RighInfo001108 .txt{ float:none; width:auto;}
}


/*
 .Floor002342 为demo编号
 */
.Floor002342{ padding: 4% 0;position: relative}
.Floor002342 h3{ font-size: 24px;line-height: 24px;background: #1167b3;width: 262px;text-align: center;color: #fff;font-weight: normal;height: 56px;line-height: 56px;}
.Floor002342 p{ line-height: 30px;padding-top: 15px}
.Floor002342 .videobox{position: relative;}
.Floor002342 .videobox h3{margin: 0 0 8%;}
.Floor002342 .videobox .play{cursor: pointer;}
.Floor002342 .videobox .pic { background-repeat: no-repeat; background-position: center;background-size:cover;text-align: center;}
.Floor002342 .videobox .pic img{ display: none;}
.Floor002342 .videobox .word{position: absolute; top: 60%; left: 50%; transform: translate(-50%,-50%); text-align: center;}
.Floor002342 .videobox .word a{ display: block; margin: 0 auto;}
/*.Floor002342 .videobox .video{ position: absolute; top: 100%; width: 100%; height: 100%; left: 0; display: none; background: #000;}*/
.Floor002342 .videobox .video{ position: relative; width: 100%; height: 100%; display: none; background: #000;}
.Floor002342 .videobox .video video{ width: 100%;}
.Floor002342 .videobox .video .close{ position: absolute; top: 0; right: 0; background: url(../images/Floor002342-video_close.png) no-repeat; width: 29px; height: 54px; z-index: 99;}
@media only screen and (min-width:768px ) {
	.Floor002342 .newbox{ display: inline-block;}
	.Floor002342 .videobox{float: right; width: 50%; margin-top: 0;margin-left: 3%}
}
@media only screen and (min-width:1200px ) {
	.Floor002342 .videobox .pic{ }
	.Floor002342 .videobox .pic img{ display: block;margin: auto}
}
.Floor002342 .cp{width: 45%;float: left;}
.Floor002342 .no-video{width: 100%;}

/*
 .Floor0023421 为demo编号
 */
.Floor0023421{ padding: 4% 0;position: relative}
.Floor0023421 .newbox h3{ font-size: 24px;line-height: 24px;background: #1167b3;width: 262px;text-align: center;color: #fff;font-weight: normal;height: 56px;line-height: 56px;}
.Floor0023421 .newbox p{line-height: 30px;padding-top: 15px}



.Floor002342 table tr:first-child{background: #1868b3;}
.Floor002342 table tr:first-child td{color: #fff;}
.Floor002342 table tr:nth-child(2n){background: #fff;}
.Floor002342 table tr{background: #ddd;}
.Floor002342 table td{text-align: center;font-size: 15px;line-height: 30px;}


/*
 .RighInfo002228 为demo编号
 */
.RighInfo002228{ padding:1% 0 3%;}
.RighInfo002228 .auto{ max-width:960px;}
.RighInfo002228 .single-header{ text-align:center;}
.RighInfo002228 .single-header h1{ color:#333; font-size:20px; margin:0 0 10px 0; font-weight:normal;}
.RighInfo002228 .single-header p{ margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:10px;}
.RighInfo002228 .single-header p span{ margin:0 5px; color:#777;}
.RighInfo002228 .single-content{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden; font-size:14px; line-height:24px; color:#666; padding-top:2%;}
.RighInfo002228 .single-content p{ text-indent:2em; margin:0; padding:10px 0;}
.RighInfo002228 .single-content .no-textindent{ text-indent:0;text-align: center}
.RighInfo002228 .fr{ float:none;}
.RighInfo002228 .col2+.col2{ margin-top:10px;}
.RighInfo002228 .info_back{ text-align:center; clear:both; padding:30px 0;} 
.RighInfo002228 .info_back a{ color:#bd1a27; font-size:14px;}
.RighInfo002228 .info_pn span{ display:block;padding-bottom: 5px}
.RighInfo002228 .info_pn span a{ color:#999;}
.RighInfo002228 .info_pn span a:hover{color:#bd1a27;}
@media(max-width:950px){
  .RighInfo002228 .auto{ padding:0 2%;}
}
@media screen and (min-width:465px){
    .RighInfo002228 .col2{ width:48%;}
	.RighInfo002228 .fr{ float:right;}
	.RighInfo002228 .col2+.col2{ margin-top:0;}
}
@media screen and (min-width:768px){
  .RighInfo002228 .single-header h1{ font-size:24px;}
  .RighInfo002228 .single-header h3{ font-size:18px;}
  .RighInfo002228 .single-content p{ padding:15px 0;} 
  .RighInfo002228 .single-header h3:after{ background-color:#f3eee9; position:absolute; top:50%; z-index:1; margin-top:0;}
  
}
@media screen and (min-width:1024px){
  .RighInfo002228 .single-header h1{ font-size:30px;}
}


/*公司简介
RighInfo0022181*/
.RighInfo0022181{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; padding:3% 0;}
.RighInfo0022181 .box1{color:#728391;font-size:14px;line-height:30px;border-radius: 4px;}
.RighInfo0022181 .box1 .pic{margin-left:4%;padding-bottom:4%;}
.RighInfo0022181 .box1 .h3{font-size:18px;color:#C21827;margin:0 0 20px 0; font-weight:normal;}
.RighInfo0022181 .box1 figure{padding:2%; color:#666;font-size: 14px;}
.RighInfo0022181 .info_back{ text-align:center; clear:both; padding:20px 0;} 
.RighInfo0022181 .info_back a{ color:#C21827; font-size:14px;}
@media(max-width:768px){
.RighInfo0022181 .box1{ min-height:auto;}

}
@media(max-width:1000px){
.RighInfo0022181 .box1 .pic{ float:none; margin:0 auto 3% auto; display:block;}  
.RighInfo0022181 .list figure{ padding:3% 0;}
}
.Map001372{padding: 8% 0}
.Map001372 .text{margin-bottom: 30px}
.Map001372 .text h2{margin: 0}
.Map001372 .text .title{font-size: 30px;color: #e4e4e4;margin-bottom: 20px;}
.Map001372 .text .title h2 span{font-weight: 700;}
.Map001372 .text .p{font-size: 16px;color:#666;line-height: 38px;margin: 0;padding: 0;font-weight: normal;}
.Map001372 .text p{display: inline-block;font-weight: bold;text-transform:capitalize;padding: 0;margin: 0;font-size: 18px;}
.Map001372 .map{width: 100%;height: 200px;}
.Map001372 .map #mapcontent{height: 100%;}
.Map001372 .map img{max-width: none !important;}

@media screen and (min-width: 768px) {
	.Map001372 .text{float: left;width: 45%;}
	.Map001372 .map{float: right;width: 50%;height: 260px;}
}

@media screen and (min-width: 1024px) {
	.Map001372 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;}
	.Map001372 .map{float: right;width: 50%;height: 320px;}
	.Map001372 .text .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
	.Map001372{padding: 50px 0 5%}
	.Map001372 .text .title{margin-bottom: 75px}
	.Map001372 .map{width: 650px;height: 430px;}
	.RighInfo002275 .text{width: 35%;}
}





