@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
a, input, textarea, li, b, .site-description, .site-title, .logo, .sub-menu li, .feature article, .block-content, .footer-icons span, .avatar, .popup, .overlay, .da-animate, .services article, #contactForm button, .form-hint, .porcon, .services h3, .pack-list article {
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
/*****************头部*****************/
.header {
	height: 100px;
	border-top: 3px #EB1616 solid;
}
body, html {
	font-size: 100%;
	font-family: '微软雅黑', sans-serif;
	color: #333 !important;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
blr:expression(this.onFocus=this.blur());
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	border: 0;
	max-width: 100%;
}
ol, ul {
	list-style: none;
}
em {
	font-weight: normal;
	font-style: normal;
}
/*--clearfix--*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*--header--*/
.hbg {
	background: #fff;
	border-top: 3px solid #666666;
}
header {
	color: #FFF;
	width: 100%;
}
.menu li span {
	display: block;
}
.logo-main {
	margin-top: 5px;
}
.logo {
	position: relative;
	display: inline-block;
}
.logo img {
	height: 85px;
}
.logo-main:hover span:before, .footer-logo:hover span:before {
	-webkit-transform: scale(0.85, 1) skew(0deg, 20deg);
	-ms-transform: scale(0.85, 1) skew(0deg, 20deg);
	transform: scale(0.85, 1) skew(0deg, 20deg);
}
.logo-main:hover span:after, .footer-logo:hover span:after {
	color: #eee;
	-webkit-transform: rotateY(-40deg);
	-ms-transform: rotateY(-40deg);
	transform: rotateY(-40deg);
}
/*********************菜单*********************/
.header-menu .menu > li {
	display: block;
	float: left;
	position: relative;
	border-left: 1px solid #ccc;
	text-align: center;
	border-bottom: 3px solid #fff;
}
.menu {
	border-right: 1px solid #ccc;
}
.header-menu .menu > li:hover, .header-menu .menu > li.hover {
	background: #F0F0F0;
	border-bottom: 3px solid #EB1616;
}
/*.header-menu .menu > li:first-child {
	border-left: none;
}*/

.header-menu .menu a {
	font-size: 0.875em;
	display: block;
	padding: 8px 0px;
	text-transform: uppercase;
}
.header-menu .menu a span {
	display: block;
	font-size: 0.75em;
}
.header-menu .menu > li > a {
	padding: 35px 25px 25px;
}
.header-menu>div>.menu>li>a {
	width: 5.5em;
}
.header-menu .current-menu-item > a {
	color: #fb4724;
}
/* 子菜单样式 */
.sub-menu {
	position: absolute;
	top: 100px;
	z-index: 1000;
	min-width: 100%;
	max-height: 0;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.sub-menu li {
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	border-top: 1px #fff solid;
	border-bottom: 1px #eee solid;
}
.sub-menu li:first-child {
	border-top: none;
}
.sub-menu li:last-child {
	border-bottom: 3px #EB1616 solid;
}
.sub-menu li a {
	background-color: #fff;
	white-space: nowrap;
}
.sub-menu li a:hover {
	background-color: #EB1616;
	color: #fff;
}
.header-menu .menu > li:hover .sub-menu li, .header-menu .menu > li:focus .sub-menu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/* CSS3延迟过渡效果 */
.header-menu .menu li:hover .sub-menu li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.header-menu .menu li:hover .sub-menu li:nth-child(2) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}
.header-menu .menu li:hover .sub-menu li:nth-child(3) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.header-menu .menu li:hover .sub-menu li:nth-child(4) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.header-menu .menu li:hover .sub-menu li:nth-child(5) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.header-menu .menu li:hover .sub-menu li:nth-child(6) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}
.header-menu .menu li:hover .sub-menu li:nth-child(7) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.header-menu .menu li:hover .sub-menu li:nth-child(8) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.header-menu .menu li:hover .sub-menu li:nth-child(9) {
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}
.header-menu .menu li:hover .sub-menu li:nth-child(10) {
	-webkit-transition-delay: 450ms;
	-moz-transition-delay: 450ms;
	-ms-transition-delay: 450ms;
	-o-transition-delay: 450ms;
	transition-delay: 450ms;
}
.header-menu .menu li:hover .sub-menu li:nth-child(11) {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}
.sub-menu li:nth-child(1) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.sub-menu li:nth-child(2) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.sub-menu li:nth-child(3) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}
.sub-menu li:nth-child(4) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.sub-menu li:nth-child(5) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
/*响应式菜单*/
#responsive-nav {
	display: none;
	margin: 10px auto 0px;
	padding: 8px;
	border: 1px solid #CCC;
}
/*延迟*/
.overlay:target+.footer-icons .facebook, .overlay:target+.footer-icons .rss, .footer-icons .facebook, .footer-icons .rss {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.overlay:target+.footer-icons .twitter, .overlay:target+.footer-icons .salong, .footer-icons .twitter, .footer-icons .salong {
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
	-ms-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
}
.overlay:target+.footer-icons .sina, .overlay:target+.footer-icons .qq, .footer-icons .sina, .footer-icons .qq {
	-webkit-transition-delay: 160ms;
	-moz-transition-delay: 160ms;
	-ms-transition-delay: 160ms;
	-o-transition-delay: 160ms;
	transition-delay: 160ms;
}
/***************start portfolio**********/
.container { width:1100px; margin:0 auto;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#filters {
	margin: 3% 1%;
	padding: 0;
	list-style: none;
}
#filters li {
	float: left;
	width: 270px;
}
#filters li span {
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	color: #B9B9B9;
	cursor: pointer;
	font-size: 0.85em;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#filters li span:hover {
	background: #EA5A4B;
	color: #fff;
}
#filters li span.active {
	background: #EA5A4B;
	color: #fff;
}
.typo1 {
	position: relative;
	height: 100%;
}
.portfolio-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	top: 39px;
}
.isotope-item {
	z-index: 0;
	list-style: none;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	margin-top: 1.6em !important;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.in_prolist #container {
	height: 280px;    max-height: 280px;
}
#container {
	margin: 0 auto 40px;
}
.element {
	width: 260px;
	height: 260px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 7.5px;
}
.element a {
	display: block;
	background: url(../images/probg.png) top;
	background-size:100%;
	width: 260px;
	height: 260px;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	border: 1px solid #F1F0F0;
}
.element a img {
	position: relative;
	display: block;
	width: 260px;
	padding: 0;
	margin: 0;
	opacity: 1;
	overflow: hidden;/*border: 1px solid #dbdbdb;*/
}
.element a .he_slideCaptionDown_caption {
	color: #fff;
	background: rgba(254,114,83,0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}
.element a:hover .he_slideCaptionDown_caption {
	background: rgba(235, 22, 22, 0.9);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.element a .he_slideCaptionDown_caption, .element a .he_slideCaptionDown_caption > a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	overflow: hidden
}
.he_slideCaptionDown_caption h3 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 20%;
	left: 10%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 0
}
.element a:hover h3 {
	color: #fff;
	top: 30%;
	opacity: 1
}
#options {text-align: center;
	
}
#options ul {
	margin: 0;
	list-style: none;
	display: inline-block;
}
/*#options li {
	float: inline-block;
}*/
#options li a {
	display: block;
	color: #666666;
	cursor: pointer;
	text-align: center;
	padding: 13px 20px;
	border-left: 1px solid #D7D7D7;
	transition: 0.5s all;
	-webkit-transition: 0.0s all;
	-moz-transition: 0.0s all;
	-o-transition: 0.0s all;
	text-align: center;
	font-size: 14px;
	background-color: #EAEAEA;
}
}
.entry-categories a {
	color: #fff;
	display: block;
	padding: 0 5%;
}
#nivo-lightbox-demo span {
	padding: 4px 20px 5px;
	border: 2px solid #ffffff;
	/* border-radius: 2em; */
	color: #fff;
	font-size: 0.825em;
}
#options li a:hover {
	color: #fff;
	background: #EB1616;
}
#options li a.selected {
	color: #FFFFFF;
	background-color: #EB1616;
}
#options li.active {
	color: #EB1616;
}
.grid figure {
	margin: 0;
	position: relative;
	text-align: center;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background: #EB1616;
	color: #fff;
}
.grid figcaption a {
	display: block;
}
.grid figcaption h3 {
	margin: 15px 0 5px;
	padding: 0;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: "微软雅黑";
	font-weight: normal;
}
.grid figcaption h3 a {
	color: #fff;
}
.grid figcaption footer {
	position: absolute;
	bottom: 16px;
	text-align: center;
	width: 100%;
}
.cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .cs-style-5 figure:hover img, .cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}
.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.no-touch .cs-style-5 figure:hover figcaption, .cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
/*--banner--*/
#wrapper {
	background: #fff;
	position: relative;
}
.fullwidthbanner-container img {
	max-width: none !important;
}
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 500px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 500px !important;
	position: relative;
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
	background: #EB1616 !important;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
	background-color: #e1472f !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 0;
	position: absolute;
	bottom: 0px;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	width: 188px;
	height: 6px;
	float: left;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
	width: 42px;
	height: 43px;
	margin-left: 0;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
.tt_top {
	text-align: center;
	padding-top: 2.3em;
	padding-bottom: 1em;
}
.tt_top h1 {
	color: #484848;
	font-size: 1.4em;
}
.tt_top h1 span {
	font-weight: normal;
	color: #888888;
}
.tt_top p {
	font-size: 1.25em;
}
.tt_top .line {
	height: 15px;
	border-top: 1px solid #E4E4E4;
	width: 25%;
	margin: 0 auto;
	margin-top: 0.75em;
}
.pro_class {
	margin-top: 20px;
	width: 100%;
	position: relative;
}
.pro_class .col-md-1 {
	width: 9%;
}
.pro_class a:hover {
	color: #f5fec8;
}
footer {
	background: #252525;
}
.footer_l {
	width: 75%;
}
.footer_l {
	font-size: 0.75em;
}
.footer_l, .footer_l a {
	color: #ccc;
}
.footer_l a {
	display: inline-block;
	padding: 5px 10px;
}
.links {
	height: 4em;
	line-height: 4em;
	margin-top: 0.5em;
}
.footer_r {
	width: 25%;
	text-align: center;
	height: 100%;
	padding: 0 0 0 28px; margin-right:-10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.footer_r img {
	padding-top: 1.1em;
	padding-bottom: 0.8em;
}
.copy {
	line-height: 1.5em;
	margin-top: 0.5em; margin-left:0.4em;
}
.in_toptt {
	text-align: center;
}
.in_toptt h1 {
	font-size: 1.4em;
	color: #484848;
}
.in_toptt h1 span {
	font-weight: normal;
	color: #888888;
}
.in_toptt small {
	color: #8C8C8C;
	font-size: 0.875em;
	display: block;
}
.in_toptt h4 {
	font-weight: normal;
	font-size: 1em;
	color: #000;
	line-height: 2em;
}
.in_about {
	border-top: 1px solid #F0F0F0;
	margin-top: 1px;
	background: #F1F0F0;
	padding: 2.5em 0 2.5em 2%;
}
.in_aboutcon {
	margin-top: -35px;
	float: left;
	margin-top: 2em;
	color: #EEEEEE;
}
._abouimg {
	height: 308px;
}
._abouimg img {
	width: 100%;
}
.in_aboutconright {
	float: left;
	transition: .2s width ease;
	margin-right: 2%;
	width: 48%;
}
.in_aboutconleft {
	float: left;
	transition: .2s width ease;
	margin-right: 0%;
	width: 50%;
	background: #fff;
}
.in_aboutconleft ._txt {
	position: relative;
	display: block;
	padding: 6%;
}
.in_aboutconleft ._txt ._t {
	font-size: 20px;
	color: #555;
	margin-bottom: 10px;
}
.in_aboutconleft ._txt ._p {
	font-size: 12px;
	color: #777;
	line-height: 22px;
}
.in_aboutconleft ._txt:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
	height: 40px;
	background-image: url(../images/iabout_arr.png);
}
.in_aboutconleft ._lk {
	margin-top: 15px;
	height: 190px;
	overflow: hidden;
	margin-left: 32px;
}
.in_aboutconleft ._lk ._lkimg img {
	width: 100%;
}
.in_aboutcon p {
	text-indent: 0em;
	text-align: center;
}
.fix:before, .fix:after {
	display: table;
	clear: both;
	content: '';
}
.in_aboutconleft ._lk ._lkimg {
	float: left;
	width: 72%;
	overflow: hidden;
}
.in_aboutconleft ._lk .lk_menu {
	float: right;
	width: 28%;
	height: 100%;
	padding-top: 10%;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
.in_aboutconleft ._lk .lk_menu a {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}
img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.in_news {
	background: #FAFAFA;
	border-toP: 1px solid #F0F0F0;
	padding-bottom: 1.5%;
	margin-top: 1px;
}
#nivo-lightbox-demo {
	background: #EB1616;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box {
	padding-bottom: 2px;
	overflow: hidden;
}
.shadow {
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 5px;
	display: block;
}
.shadow-line {
	background: #fff;
	left: 0;
	bottom: -10px;
	height: 3px;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	position: absolute;
}
.shadow:hover {
	margin-top: 0;
	margin-bottom: 5px;
}
.box:hover .shadow-line {
	background: #EB1616;
}
.ibox .img {
	float: left;
	overflow: hidden;
	display: block;
	width: 100%;
}
.ibox .img h3 {
	color: #EB1616;
	font-size: 0.825em;
	padding-top: 3%;
	line-height: 2em;
	word-wrap: break-word;
	word-break: normal;
}
.ibox .img p {
	line-height: 2em;
	color: #666666;
	font-size: 0.75em;
	word-wrap: break-word;
	word-break: normal;
}
.ibox .img img {
	width: 100%;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
}
.ibox .img:hover img {
	opacity: 0.8;
	-webkit-transform: scale(1.1, 1.1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 400ms;
	-moz-transform: scale(1.1, 1.1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 400ms;
	transform: scale(1.1, 1.1);
	transition-timing-function: ease-out;
	transition-duration: 400ms;
}
.new_detial {
	text-align: right;
}
.new_detial span {
	color: #C9C9C9;
	font-size: 0.75em;
	float: left;
	font-family: "宋体";
}
.new_detial a {
	color: #EB1616;
	font-size: 0.75em;
}
.in_newslist {
	margin-top: 2%;
	background: #fff;
}
.n_top {
	position: relative;
	text-align: center;
	margin-top: 3%;
}
.clearfix2 {
	display: table;
	content: " ";
}
.n_top h2 {
	font-size: 1.25em;
	color: #000;
	font-weight: normal;
	background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	width: 15%;
	margin: 0 auto;
}
.effImg01 {
	overflow: hidden;
}
.in_aboutconright ._t {
	height: 65px;
	line-height: 65px;
	padding-left: 30px;
	background-color: #EB1616;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.n_top small {
	display: block;
	font-size: 0.80em;
	color: #666666;
}
.n_line {
	display: block;
	position: absolute;
	border-top: 1px solid #E4E4E4;
	width: 100%;
	top: 50%;
}
.n_about {
	margin-top: 2%;
	line-height: 2.2em;
	color: #666666;
	font-size: 0.875em;
}
.n_about h1 {
	text-align: center;
	width: 100%;
	font-size: 2em;
}
.n_about p {
	text-align: center;
	font-size: 1.175em;
}
.n_newslist img {
	margin-right: 22px;
}
.n_newslist section {
	display: block;
	clear: both;
	width: 100%;
	border-bottom: 1px dashed #EEEEEE;
	padding-bottom: 20px;
	margin-top: 20px;
}
.n_newslist section a {
	display: block;
}
.n_newslist section h3 {
	font-size: 1em;
	color: #494949;
	line-height: 2em;
}
.n_newslist section p {
	color: #666666;
	font-size: 0.875em;
	line-height: 2.2em;
}
.newstext:hover h3 {
	color: #EB1616;
}
.n_detail {
	margin-top: 20px;
}
.n_detail span, .n_detail a {
	font-size: 0.875em;
	float: left;
	display: block;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.n_detail span {
	background: #EEEEEE;
	color: #666666;
}
.n_detail a {
	background: #EB1616;
	color: #fff;
}
.pager {
	height: 60px;
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.pager a, .pager span {
	padding: 3px 10px;
	margin-left: 8px;
}
.pager a {
	border: 1px solid #666666;
}
.pager span {
	background: #EB1616;
	color: #fff;
	border: 1px solid #EB1616;
}
.highlights {
	margin-bottom: 45px;
	margin-top: 45px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.hl-circle a {
	background: #fff;
	border: 3px solid #ECECEC;
	color: #6a6a6a;
	display: table;
	height: 120px;
	line-height: 120px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 120px;
	margin-top: 5px;
	border-radius: 66px;
	-moz-border-radius: 66px;
	-webkit-border-radius: 66px;
	text-align: center;
	vertical-align: middle;
}
.highlights-content {
	background: none repeat scroll 0 0 #F5F5F5;
	margin-top: -60px;
	padding: 50px 20px 30px;
	text-align: center;
}
.highlights-content h5 {
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 40px;
	margin-bottom: 20px;
}
.highlights-content p {
	line-height: 2em;
	font-size: 0.875em;
	color: #666666;
}
.btn-hl span {
	font-size: 0.75em;
}
.btn-hl {
	margin-top: 20px;
	display: inline-block;
	padding: 4px 14px;
	margin-bottom: 0;
	line-height: 1.4em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px solid #666666;
	background-color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}
.highlights div:hover h5 {
	color: #FFF;
}
.highlights div:hover a.glyphicon {
	color: #EB1616;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.highlights div:hover .highlights-content {
	background: #EB1616;
	color: #FEFEFE;
}
.highlights div:hover .highlights-content p {
	color: #fff;
}
.glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 3em;
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-heart:before {
	content: "\e005";
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon-search:before {
	content: "\e003";
}
.more_case {
	text-align: center;
}
.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}
.image-wrap .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}
.image-wrap:hover .hover-wrap, .image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}
.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0b8cd5;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 80px;
	top: 30%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=100);
}
#case_search {
	width: 49px;
	height: 49px;
	background: #EB1616;
	border-radius: 40px;
	text-align: center;
	line-height: 49px;
	margin: 0 auto;
	display: block;
}
#case_search {
	font-size: 1em;
}
.in_case {
	margin-top: 25px;
}
.image-wrap img {
	width: 100%;
}
.view-title {
	font-weight: normal;
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	color: #333;
}
.view-element {
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #EEEEEE;
	margin-bottom: 0px;
	font-size: 0.75em;
}
.back {
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px dashed #EEEEEE;
	padding-bottom: 10px;
}
.view-assoc .prev, .view-assoc .next {
	display: block;
	line-height: 2.6em;
	color: #666666;
}
.view-assoc {
	margin-top: 10px;
}
.pagination {
	display: inline-block;
	padding-left: 0px;
	margin: 20px 0px;
	border-radius: 4px;
}
.pagination1 {
	text-align: center;
	position: absolute;
	bottom: -10px;
	z-index: 0;
	width: 100%;
}
.pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 8px;
	cursor: pointer;
}
.pagination1 .swiper-active-switch {
	background: #fff;
}
.n_about h1 {
	color: #EB1616;
	padding-bottom: 10px;
}
.con_line {
	width: 100%;
	border-top: 2px solid #EB1616;
	margin-top: 18px;
}
.aidu_map {
	width: 100%;
}
.aidu_map img {
	width: 100%;
}
.contact_infor {
}
.contact_infor ul {

	float: left;
	width: 750px;
}
.contact_infor ul li {
	width: 45%;
	float: left;
	margin-bottom: 20px;
	padding: 0px 0 20px 0px;
	margin-right: 5%;
	box-sizing: border-box;
	border-bottom: 1px solid #efefef;
	background: top left no-repeat;
}
.yny_concontact {
	padding-bottom: 30px;
}
.contact_infor ul li h3 {
	color: #333;
	font: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	margin-top: 7px;
}
.contact_infor ul li p {
	font-family: Microsoft YaHei;
	color: #767676;
}
.n_news_show {

	line-height: 2.2em;
	color: #666666;
	font-size: 0.875em; width:90%; margin:0 auto;margin-bottom:15px; 
}
.n_news_show p {
	font-size: 14px;
}
.contact_infor ul li p>span {
	color: #E01A1D;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}
.contact_infor img {
	float: right;
}
.contact_infor>ul>li>img {
	float: left;
	margin-right: 18px;
}
.contact_ly {
	margin-top: 20px;
	background-color: #F7F7F7;
}
.btn {
	display: block;
	clear: both;
	width: 90%;
	padding-top: 25px;
}
.btn-warning {
	cursor: pointer;
	color: #fff;
	background-color: #E10B0B;
	border-color: #E10B0B;
	width: 100%;
	padding: 10px 0;
	font-family: "微软雅黑";
}
.form-control {
	height: 30px;
}
.form-control {
	box-sizing: border-box;
	height: 45px;
	display: block;
	width: 90%;
	padding: 6px 12px;
	font-size: 0.94em;
	line-height: 30px;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e4e4e4;
	color: #999999;
	margin-top: 15px;
	font-family: "微软雅黑";
}
.contactform textarea {
	box-sizing: border-box;
	height: 104px;
	display: block;
	width: 90%;
	padding: 6px 12px;
	font-size: 0.875em;
	line-height: 30px;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e4e4e4;
	color: #999999;
	margin-top: 15px;
	font-family: "微软雅黑";
}
.col-md-offset-1 {
margin-left:5.33333333% !imortant;
}
.join_style {
	margin-toP: 25px;
	background: url(../images/joinbg.jpg) no-repeat center top;
	padding-top: 25px;
	padding-bottom: 20px;
}
.join_cn {
	margin-top: 160px;
}
.develept li span {
	display: inline-block;
	background: #EB1616;
	padding: 0px 25px;
	margin-right: 15px;
	color: #fff;
	font-size: 1.125em;
	height: 40px;
	line-height: 40px;
	float: left;
}
.develept li {
	display: block;
	clear: both;
	margin-top: 30px;
	zoom: 1;
}
.develept li p {
	line-height: 1.5em;
}
.develept {
	margin-bottom: 20px;
}
.baidu_map {
	width: 100%;
	position: relative;
	height: 440px;
	overflow: hidden;
}
.baidu_map img {
	max-width: none;
}
.baidu_map .div1 {
	position: absolute;
	margin-left: -960px;
	left: 50%;
	text-align: center;
}
.entry-categories {
	padding: 0 5px;
}
.inbottom {
	padding: 2.5em 0;
}
.inequipment {
	width: 30%;
	float: right;
}
.incontact {
	width: 65%;
	float: left;
}
.inbottitle {
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 25px;
}
.inbottitle h1 {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.9em;
}
.inbottitle h1 span {
	font-weight: normal;
	color: #888888;
}.hui{ font-size:14px;}
.more {
	text-align: center;
	color: #fff;
	border: 2px solid #CB0404;
	/* border-radius: 2em; */
	padding: 5px 25px;
	background-color: #CB0404;
}
.more:hover {
	background: #fff;
	color: #EB1616;
	font-weight: bold;
	border: 2px solid #fff;
}
.inbottitle h1 a {
	float: right;
	color: #888888;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 3em;
}
.inbottitle h1 a:hover {
	color: #EB1616;
}
.inequipment_con {
}
.inequipment_con img {
	float: left;
	width: 330px;
}
.inmap {
	width: 715px;
	height: 248px;
	border: #ccc solid 1px;
	font-size: 12px
}
.innews {
	width: 65%;
	float: left;
}
.innewspic {
	float: left;
	height: 248px;
}
.innewscon ul {
	padding: 5px 0 0 0;
	float: right;
	width: 290px;
}
.innewscon ul li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #555555;
	margin-bottom: 10px;
}
.innewscon ul li a {
	color: #717171;
	font-size: 0.8em;
}
.innewscon ul li:hover a {
	color: #EB1616;
}
.innews2 {
	padding: 0em 0 2.8em 2%;
}
.innews2 h1 {
	color: #484848;
	font-size: 1.4em;
	text-align: center;
	padding-top: 2.3em;
	padding-bottom: 1em;
}
.innews2 h1 span {
	font-weight: normal;
	color: #888888;
}
.innews2 .innewstwolist {     margin: 1em -30px 0 -30px;
}
.innewstwolist li {
	float: left;
	width: 50%;
}
.innewstwolist li a {
	display: block;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
    margin: 16px 5% 16px 4%;
    width: 90%;
	background: #F1F0F0;
}
.newsleft {
	float: left;
	width: 70px;
	padding: 10px;
	border-right: 1px #e2e2e2 solid;
	background: #666666;
}
.innewstwolist li:hover .newsleft {
	background: #EB1616;
}
.innewstwolist li:hover .newsright h2 {
	color: #EB1616;
}
/*.innewstwolist li a:hover {
	padding-bottom: 0px;
	padding-right:0px;
	margin: 16px 33px 16px 33px;
	background: #EB1616;
}*/
.year {
	display: block;
	line-height: 28px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
.date {
	display: block;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
}
.newsright {
	float: right;
	    width: 81%;
	padding: 8px 14px;
	box-sizing: border-box;
}
.innewstwolist li a img {
}
/*.innewstwolist li:hover .newsleft {
   background:#EB1616;
}
.innewstwolist li:hover .newsright h2 { color:#EB1616;}*/
.newsright h2 {
	font-size: 1em;
	font-family: "微软雅黑";
	color: #484848;
	font-weight: normal;
	line-height: 1.8em;overflow: hidden; /*自动隐藏文字*/
text-overflow: ellipsis;/*文字隐藏后添加省略号*/
white-space: nowrap;/*强制不换行*/
}
.newsright p {
	font-size: 0.8em;
	font-family: "微软雅黑";
	color: rgba(100, 100, 100, 0.77);
	line-height: 1.7em;
	height: 3.4em;
	overflow: hidden;
}
.pagebanner {
	width: 100%;
	height: 380px;
	background: url(../images/newsbanner.jpg) center;
}
.contactmap {
	width: 100%;
	height: 420px;/* border:1px solid #888;*/
	border-right: 1px #DFDFDF solid;
}
.contactform {
	width: 340px;
	float: right;
}
.contactform h2 {
	padding: 20px 0 5px;
	font-weight: normal;
	color: #DF2529;
	font-size: 20px;
}
.newspic {
	position: relative;
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	width: 275px
}
.newspic img {
	margin-right: 22px;
}
.newstext {
	width: 825px;
	position: relative;
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.newstext h3 {
	font-size: 1em;
	color: #000;
	line-height: 2em;
}
.newstext p {
	color: #666666;
	font-size: 0.875em;
	line-height: 2.2em;
}
.n_date {
	margin-top: 20px;
}
.n_date span, .n_date a {
	font-size: 0.875em;
	float: left;
	display: block;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.n_date span {
	background: #EEEEEE;
	color: #666666;
}
.n_date section a {
	display: block;
}
.n_date a {
	background: #EB1616;
	color: #fff;
}
.n_newslist {
	padding-top: 1em;
}
.innews2p {
	text-indent: 0em;
	text-align: center;
	margin-top: 1.5em;
	font-size: 0.85em;
}.xs{ display:none;}
.cd-nav-trigger {
	position: fixed;
	z-index: 9;
	right: 5%;
	top: 15px;
	height: 50px;
	width: 50px;
	background-color: #D70606;
	border-radius: 50%;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	display: none;
}
.cd-nav-trigger .cd-nav-icon {
	/* icon created in CSS */
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 22px;
	height: 2px;
	background-color: #ffffff;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
	/* upper and lower lines of the menu icon */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
	-moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
	transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-o-transform: translateY(6px);
	transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
	top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
	top: -2px;
}
.cd-nav-trigger svg {
	position: absolute;
	top: 0;
	left: 0;
}
.cd-nav-trigger circle {
	/* circle border animation */
	-webkit-transition: stroke-dashoffset 0.4s 0s;
	-moz-transition: stroke-dashoffset 0.4s 0s;
	transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
	/* rotate trigger when navigation becomes visible */
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after, .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
	/* animate arrow --> from hamburger to arrow */
	width: 50%;
	-webkit-transition: -webkit-transform 0.5s, width 0.5s;
	-moz-transition: -moz-transform 0.5s, width 0.5s;
	transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
	top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 0.4s 0.3s;
	-moz-transition: stroke-dashoffset 0.4s 0.3s;
	transition: stroke-dashoffset 0.4s 0.3s;
}

@media only screen and (min-width: 1170px) {
.cd-nav-trigger {
	top: 40px;
}
}
.cd-nav {
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(255, 255, 255);
	visibility: hidden;
	-webkit-transition: visibility 0s 0.7s;
	-moz-transition: visibility 0s 0.7s;
	transition: visibility 0s 0.7s;
}
.cd-nav .cd-navigation-wrapper {
	/* all navigation content */
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 20px 5% 20px 5%;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.7s;
	-moz-transition: -moz-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
	position: relative;
	margin-bottom: 1em;
	    font-size: 1.3rem;
    font-weight: 500; padding-top:10px;
	color: #D40505;
	text-transform: uppercase;
}
.cd-nav h2::after {
	/* bottom separation line */
	content: '';
	position: absolute;
	left: 0;
	bottom: -14px;
	height: 1px;
	width: 60px;
	background-color: currentColor;
}
.cd-nav .cd-primary-nav {
	margin-top: 10px;
}
.cd-nav .cd-primary-nav li {
	margin: 10px 0; width:50%; float:left; 
}
.cd-nav .cd-primary-nav a {
	font-family: "微软雅黑", serif;
	font-size: 1rem;
	color: #D40505;
	display: inline-block;
}.cd-half-block nav{ margin-bottom:15px;}
.cd-nav .cd-primary-nav a.selected {
	color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
	color: #ffffff;
}
.cd-nav .cd-contact-info {
	margin-top: 80px;
}
.cd-nav .cd-contact-info li {
	font-family: "Merriweather", serif;
	margin-bottom: 1.5em;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.3);
}
.cd-nav .cd-contact-info a {
	color: #ffffff;
}
.cd-nav .cd-contact-info span {
	display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
	font-size: 1.6rem;
}

@media only screen and (min-width: 1170px) {
.cd-nav .cd-navigation-wrapper {
	padding: 62px 20%;
}
.cd-nav .cd-navigation-wrapper::after {
	clear: both;
	content: "";
	display: table;
}
.cd-nav .cd-half-block {
	width: 50%;
	float: left;
}
.cd-nav .cd-primary-nav {
	margin-top: 0;
}
.cd-nav h2 {
	font-size: 1.5rem;
	margin-bottom: 5.6em;
}
.cd-nav .cd-primary-nav li {
	margin: 2em 0;
}
.cd-nav .cd-primary-nav a {
	font-size: 4.4rem;
}
.cd-nav .cd-contact-info {
	margin-top: 120px;
	text-align: right;
}
.cd-nav .cd-contact-info li {
	margin-bottom: 2.4em;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
	font-size: 2rem;
}
}
.no-js main {
	height: auto;
	overflow: visible;
}
.no-js .cd-nav {
	position: static;
	visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
	height: auto;
	overflow: visible;
	padding: 100px 5%;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
/*yl_banner*/
.mx-bugs_bunny {
	width: 100%;
	height: 500px;
}
.mx-bugs_info {
	position: absolute;
	display: block;
	max-width: 80%;
	padding: 10px;
	bottom: 40px;
	background-color: rgba(39, 66, 93, 0.9);
}
.mx-bugs_info a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.mx-prev {
	background-image: url(../images/arr_l.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
.mx-next {
	background-image: url(../images/arr_r.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
.mx-nav_dots {
	top: 88%;
}
.mx-nav_dots span {
	margin: 0px 4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #fff;
}
.mx-nav_dots span.dotActive {
	background-color: #27425d;
}
.MxSlider {
	width: 100%;
	height: 500px;
	position: relative;
}
.mx-slider_wrap {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.mx-slide {
	position: absolute;
	height: 500px;
	width: 100%;
	display: table;
	float: left;
	left: 0%;
}
.mx-slide img {
	height: 500px;
	width: 1903px;
}
/* Navigation */
.mx-navigation {
	position: absolute;
	float: left;
	width: 100%;
	top: 44%;
	z-index: 6;
}
.mx-prev, .mx-next {
	display: table;
	width: 40px;
	height: 40px;
	background-color: rgba(16, 16, 16, 0.31);
	font-size: 0px;
	cursor: pointer;
}
.mx-prev {
	float: left;
}
.mx-next {
	float: right;
}
.mx-nav_dots {
	position: absolute;
	display: none;
	width: 100%;
	top: 85%;
	text-align: center;
	z-index: 889;
}
.mx-nav_dots span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 3px;
	font-size: 0px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}
.mx-nav_dots span.dotActive {
	background-color: #CC0003;
}
.banner1 {
	background: url(../images/banner1.jpg) no-repeat center ; 
}
.banner2 {
	background: url(../images/banner2.jpg) no-repeat center ;
}
.banner3 {
	background: url(../images/banner3.jpg) no-repeat center ;
}
.banner4 {
	background: url(../images/banner.jpg) no-repeat center ; 
}
.in_pro{ padding-left:2%;}
/*yl-new*/
.ab_cont {
	padding: 40px 0 50px;
}
.wrap {
	max-width: 1130px;
	margin-right: auto;
	margin-left: auto;
}
.ab_con_tit {
	margin-bottom: 20px;
}
.ab_con_tit h1 {
	color: #555;
	font-size: 36px;
	font-weight: 100;
}
.l {
	float: left;
}
.ab_con_tit h3 {
	color: #555;
	font-size: 14px;
	font-weight: 100;
	padding-top: 20px;
}
.r {
	float: right;
}
.ion1 {
	font-family: "jrico" !important;
	display: inline-block;
	margin: 0 .3em;
	font-size: 1.1em;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	background: url(../images/home.png) no-repeat center;
}
.ion2 {
	font-family: "jrico" !important;
	display: inline-block;
	margin: 0 .3em;
	font-size: 1.1em;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	background: url(../images/newsdate.png) no-repeat center;
}
.ion3 {
	font-family: "jrico" !important;
	display: inline-block;
	margin: 0 .3em;
	font-size: 1.1em;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	background: url(../images/home.png) no-repeat center;
}
i, em {
	font-style: normal;
}
.newsList {
	padding: 0 0px;
}.newsList ul { margin-bottom:20px;
}
.newsList li {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: #d8d8d8 1px dotted;
	padding: 30px 40px 30px 40px;
	box-sizing: border-box;
	-moz-transition: ease-in-out 0s;
	-webkit-transition: ease-in-out 0s;
	-o-transition: ease-in-out 0s;
	-ms-transition: ease-in-out 0s;
	transition: ease-in-out 0s;
}
.newsList .intro h2 {
	margin-bottom: 5px;
	font-size: 16px;
}
.el {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsList .intro time {
	font-size: 13px;
	line-height: 1.8;
	color: #a8a8a8;
}
.newsList .intro .if {
	position: absolute;
	right: 5px;
	top: 25px;
}
.bdshare-button-style1-16 a, .bdshare-button-style1-16 .bds_more {
	height: 16px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.newsList .intro .if .bds_more {
	background: none;
	position: absolute;
	right: 65px;
	width: 67px;
	margin: 0;
	font-size: 12px;
	padding: 0;
}
.bdshare-button-style1-16 .bds_more {
	color: #333;
	float: left;
}
.bdshare-button-style1-16 .bds_more {
	background-position: 0 0;
}
.newsList .intro .text {
	margin-top: 5px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.8;
	color: #555;
}
.newsList .intro .el {
	font-size: 17px;
	line-height: 1.8;
	color: #555;
	font-weight: normal;
}
.intro>.el>a:hover {
	color: #EB1616;
}
/*内页通*/
.yny_con {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.yny_con:before, .yny_con:after, .yny_conPatch:before, .yny_conPatch:after, .yny_contitle:after, .yny_contitle:before, .yrow:after, .yrow:before {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}
.yny_conPatch {
	width: 1100px;
	margin: 0 auto;
	margin-top: 0px;
}
.yny_contitle {
	background-image: url(../images/titbg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 45px;
	padding-left: 50px;
	margin-top: -45px;
	position: relative;
	z-index: 2;
}
.yny_contitleft {
	box-sizing: border-box;
	float: left;
	width: 52%;
}
.yny_contitright {
	width: 48%;
	box-sizing: border-box;
	float: right;
}
.yny_contitleft h2 {
	color: #343434;
	font-family: Microsoft YaHei;
	font-size: 22px;
	font-weight: normal;
}
.yny_contitleft h2 span {
	color: #dddddd;
}
.yny_contitleft ul {
	margin-top: 15px;
}
.yny_contitleft ul li {
	margin-right: 15px;
	width: 108px;
	float: left;
}
.litit {
	color: #666;
	display: block;
	background: url(../images/pagebgnone.png) no-repeat center;
	background-position: top center;
	padding-bottom: 12px;
	text-align: center;
	font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
	margin-top: 10px;
	padding-top: 3px;
	-moz-transition: ease-in-out 0.0s;
	-webkit-transition: ease-in-out 0.0s;
	-o-transition: ease-in-out 0.0s;
	-ms-transition: ease-in-out 0.0s;
	transition: ease-in-out 0.0s;
}
.litit:hover {
	background: url(../images/pagebg.png) no-repeat center;
	color: #fff;
}
.lititact {
	background: url(../images/pagebg.png) no-repeat center;
	color: #fff;
}
.yny_contitright .picdiv {
	margin-top: 20px;
	height: 24px;
	background: url(../images/pagenav.png) right no-repeat;
}
.yny_contitright p {
	text-align: right;
	color: #666666;
	font-family: Microsoft YaHei;
	font-size: 12px;
	display: block;
	margin-right: 35px;
	margin-top: 8px;
}
.yny_contitright p a {
	color: #666666;
}
.yny_conmian {
	margin-top: 50px;
}
.yny_conabout {
	background: url(../images/aboutxs.png) 90% 100% no-repeat;
	padding-bottom: 40px;
}
.aboutimg {
	float: left;
	margin-right: 45px;
	margin-bottom: 10px;
	width: 450px;
}
.ab_right {
	width: 595px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 35px;
	height: 120px;
	margin-top: 40px;
	float: left;
}
.abouttit {
}
.yny_conabout p {
	color: #666666;
	font-family: Microsoft YaHei;
	line-height: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
	text-indent: 2em;
}
.yny_conabout h3 {
	color: #eb1616;
	font-size: 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	padding-top: 60px;
}
.yny_conabout h3 span {
	font-size: 28px;
	font-family: "微软雅黑";
	color: #4F4F4F;
}
.ab_line {
	padding-bottom: 4px;
	background-color: #00a1e9;
	max-width: 125px;
	margin-left: 0px;
}
/*pro*/

.pro_contop {
	background: #dfdede;
}
.pro_contop ul {
	width: 1130px;
	margin: 0 auto;
	margin-top: 0px;
}
.pro_contop ul li {
	float: left;
}
.pro_contop ul li a {
	display: block;
	text-align: center;
	padding: 0 18px;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
}
.pro_contop ul li a:hover {
	color: #fff;
	background: #EB1616;
}
.pro_con {
	width: 1100px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.pro_conleft {
	float: left;
}
.pro_conright {
	float: right;
	width: 820px;
}
.pro_conleft ul li a {
	font-family: Microsoft YaHei;
	display: block;
	width: 200px;
	font-size: 16px;
	color: #333333;
	margin-top: 0px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 30px;
	background: url(../images/prorow.png) 83% 50% no-repeat #f8f8f8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;    -moz-transition: ease-in-out 0.0s;
    -webkit-transition: ease-in-out 0.0s;
    -o-transition: ease-in-out 0.0s;
    -ms-transition: ease-in-out 0.0s;
    transition: ease-in-out 0.0s;
}
.pro_conleft ul li a:hover{
	font-family: Microsoft YaHei;
	display: block;
	width: 200px;
	font-size: 16px;
	color: #fff;
	margin-top: 0px;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 30px;
	background: url(../images/prorow2.png) 83% 50% no-repeat #EB1616;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}
.pro_conleft_top {
	background: url(../images/protit.png) no-repeat top;
	background-size: 100%;
	height: 95px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	letter-spacing: 5px;
	line-height: 90px;
}
.pro_conright h2 {
	width: 100%;
	background-color: #f8f8f8;
	border-top: 2px solid #EB1616;
	font-weight: normal;
	color: #666;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	font-size: 18px;
	padding: 10px 20px;
}
.pro_conright h2 span {
	float: right;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
}
.pro_conright h2 span a {
	color: #666666;
}
.pro_conright ul {
	margin: 15px -12px 30px;
	width: 890px;
}
.pro_conright ul li {
	margin: 9px 12px;
	width: 257px;
	float: left;
}
.pro_conright ul li a {
	display: block;
}
.pro_conright ul li a img {
	width: 100%;
	background: url(../images/probg.png) no-repeat top;
	background-size: 100%;
	border: 1px solid #F1F0F0;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
.pro_conright ul li a p {
	text-align: center;
	line-height: 28px;
	height: 35px;
}
/*.pro_conright ul li:hover a p{ color:#FFF; }
		.pro_conright ul li:hover a{ background:#DD181B;}*/
.pro_conright ul li:hover a img {
	background: url(../images/probghover.png) no-repeat top;
	background-size: 100%;
	border: 1px solid #Fff;
}
/*设备*/
.equipement_con ul{ margin: 0 -15px;margin-bottom: 20px;}
.equipement_con ul li{ float:left; width: 250px; height:250px;
    margin: 15px; border:1px solid #E4E4E4;}
.fancybox{ }
.fancybox-thumbs{ display:block;}
.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;
	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/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/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/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;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !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/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll; 
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	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/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/fancybox_loading@2x.gif);
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
/* 缩略图样式 */
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}
#fancybox-thumbs.bottom {
	bottom: 2px;
}
#fancybox-thumbs.top {
	top: 2px;
}
#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.9;
	-moz-transition: ease-in-out 0s;
    -webkit-transition: ease-in-out 0s;
    -o-transition: ease-in-out 0s;
    -ms-transition: ease-in-out 0s;
    transition: ease-in-out 0s;
}
#fancybox-thumbs ul li.active {
	opacity: 1;
	padding: 0;
	border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity: 1;
}
#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}
#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
.qywhimg {
    float: left;
    margin-right: 45px;
    margin-bottom: 10px;
   
}.qy_right {
    width: 635px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 35px;
    height: 120px;
    margin-top: 80px;
    float: left;
}.yny_conqywh{    background: url(../images/aboutxs.png) 90% 100% no-repeat;
    padding-bottom: 60px;}
.yny_conqywh ul li{ margin:20px 0;    color: #666666;}
.yny_conqywh ul li span{    /* color: #DF1619; */
    font-weight: bold;}

.yny_conhonor ul li{ width:500px; margin:0 auto;}
.yny_conhonor ul li img{ max-height:100%; max-width:100%}
.honor1{ width:400px; margin-right:60px;  float:left;}
.honor2{ width:570px;}
.honor_right {
    width: 635px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
    height: 120px;
    margin-top: 70px;
    float: left;
}

.yny_congchj ul li{  float: left;
    width: 342px;
    height: 250px;
    margin: 15px;
    overflow: hidden;
  }.yny_congchj ul {
    margin: 0 -10px;margin-bottom: 20px;	
}
.yny_congchj ul li img{ width:100%; height:100%;}

.fancybox{ height:100%; width:100%;}
.fancybox a{ height:100%; width:100%; display:block;}