﻿
@-webkit-keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}
@keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes certFlag {
	0% {
		transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes certFlag {
	0% {
		-moz-transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-moz-transform: transform:translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes certFlag {
	0% {
		-webkit-transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: transform:translateY(0);
		opacity: 1;
	}
}
@-o-keyframes certFlag {
	0% {
		-o-transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-o-transform: transform:translateY(0);
		opacity: 1;
	}
}
@-ms-keyframes certFlag {
	0% {
		-ms-transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-ms-transform: transform:translateY(0);
		opacity: 1;
	}
}


/* 首页公共标题 */
.indexWrap {
    padding: 0 15px;
    max-width: 1680px;
    margin: 0 auto;
}
.indexTitle {
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.indexTitle .cn {
    font-size: 24px;
    color: #121212;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 56%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.indexTitle .en {
	font-family: 'Hurgeosans', 'Din-Medium', 'HelveticaNeueLTPro', 'Roboto', 'Microsoft Yahei';
    font-size: 36px;
	text-transform: uppercase;
    color: #f2f6f8;
    font-weight: bold; text-align:center;
    display: block;
	line-height: 1;
}
.indexIndustry-list h2 {
	font-family: 'HelveticaNeueLTPro', 'Din-Medium', 'Hurgeosans', 'Roboto', 'Microsoft Yahei';
    font-size: 18px;
    font-weight: 600;
}
.indexIndustry-list h3 {
    padding-top: 5px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.indexIndustry-list h3:after {
    content: '';
    display: block;
    width: 3em;
    height: 3px;
    background-color: #ff7200;
    margin: 8px 0 10px;
}
.indexIndustry-list .content {
    padding: 20px;
    background-color: #0075C0;
    color: #fff;
    -moz-text-align-last: left;
    text-align-last: left;
}
.indexIndustry-list .desc {
    opacity: 0.9;
    line-height: 1.8;
}
.indexIndustry-list .more {
    color: #fff;
    border: 1px solid #f9eecd;
    font-size: 15px;
    padding: 3px 40px 3px 10px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.8;
    margin-top: 15px;
    position: relative;
}
.indexIndustry-list .more:after {
    content: '';
    display: block;
    width: 26px;
    height: 100%;
    background: url("indexIcon01.png") center no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    top: 0;
}
.indexIndustry-dot {
    /* background-color: #0075C0; */
    text-align: center;
    padding-bottom: 10px;
}
.indexIndustry-dot span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 5px;
}
.indexIndustry-dot span.swiper-pagination-bullet-active {
    background-color: #ED6518;
}
.indexIndustry-hd {
    text-align: center;
}
.indexIndustry-hd li {
    cursor: pointer;
    padding: 20px 0;
}
.indexIndustry-hd li:after {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background-color: #ecf0f2;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.indexIndustry-hd li:last-child:after {
    display: none;
}
.indexIndustry-hd .box {
    vertical-align: bottom;
    display: inline-block;
    width: 63px;
    height: 65px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.indexIndustry-hd li.swiper-slide:last-child .box {
    width: 66px;
    height: 68px;
}
.indexIndustry-hd .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
}
.indexIndustry-hd .icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.indexIndustry-hd .hv {
    top: 100%;
}
.indexIndustry-hd img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.indexIndustry-hd h4 {
    display: inline-block;
    color: #64696c;
    font-size: 22px;
	padding-left: 10px;
}
.indexIndustry-hd span {
	font-family: 'HelveticaNeueLTPro', 'Din-Medium', 'Hurgeosans', 'Roboto', 'Microsoft Yahei';
    display: inline-block;
    color: #999;
    font-size: 18px;
	padding-left: 10px;
}
.indexIndustry-hd .on .icon {
    top: -100%;
}
.indexIndustry-hd .on .hv {
    top: 0;
}
.indexIndustry-hd .on h4 {
    color: #ff7200;
}
@media (min-width: 1024px) {
	.indexTitle {
        padding-top: 50px;
        padding-bottom: 30px; text-align: center;
    }
    .indexTitle .cn {
        font-size: 36px;
    }
    .indexTitle .en {
        font-size: 50px; text-align:center;
    }
    .indexTitle h3 {
        font-size: 18px;
        padding-top: 5px;
    }
    .indexProduct-list .dot {
        display: none;
    }
    .indexIndustry-list .thumb {
        position: relative;
    }
    .indexIndustry-list .content {
        width: 60%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url("indexBg01.png") left top no-repeat;
        -o-background-size: 100%;
        background-size: 100%;
        padding-right: 10%;
        padding-top: 30px;
    }
    .indexIndustry-list h2 {
        font-size: 26px;
    }
    .indexIndustry-list h3 {
		font-size: 14px;
		font-weight: normal;
    }
    .indexIndustry-list h3:after {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .indexIndustry-list .desc {
        font-size: 16px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .indexIndustry-list .desc a {
		font-size: 16px;
		margin-right: 12px;
	}
    .indexIndustry-list .more {
		display: none;
    }
    .indexIndustry-list .more:after {
        width: 32px;
        right: 10px;
    }
    .indexIndustry-hd li {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .indexIndustry-hd .on {
        -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    }
}
@media (min-width: 1260px) {
	.indexTitle {
        padding-top: 60px;
        padding-bottom: 40px; text-align:center;
    }
    .indexTitle h4 {
        margin-bottom: 0;
    }
    .indexTitle .cn {
        font-size: 40px;
		letter-spacing: 1px;
		text-transform: uppercase;
    }
    .indexTitle .en {
        font-size: 70px; text-align:center;
    }
    .indexIndustry-list .content {
        padding-left: 50px;
        padding-right: 15%;
        padding-top: 50px;
    }
    .indexIndustry-list .more:after {
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
    }
    .indexIndustry-list .more:hover {
        border-color: #fff;
    }
    .indexIndustry-hd {
        width: 100%;
        max-width: 1280px;
        margin: -100px auto 0 !important;
        position: relative;
        z-index: 20;
        padding-top: 5px;
        -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
    }
    .indexIndustry-hd ul {
        background-color: #fff;
    }
    .indexIndustry-hd li {
        padding: 30px 0;
        border-bottom: 3px solid transparent;
    }
    .indexIndustry-hd li:before {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        background-color: #fff;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        position: absolute;
        bottom: 100%;
        left: 0;
    }
    .indexIndustry-hd li:after {
        height: 61.11%;
    }
    .indexIndustry-hd li:hover h4 {
        color: #ff7200;
    }
    .indexIndustry-hd li:hover .icon {
        top: -100%;
    }
    .indexIndustry-hd li:hover .hv {
        top: 0;
    }
    .indexIndustry-hd .on {
        border-color: #ff7200;
    }
    .indexIndustry-hd .on:before {
        height: 6px;
    }
}
@media (min-width: 1600px) {
    .indexIndustry-list .content {
        width: 55%;
        padding: 60px 8.6%;
    }
    .indexIndustry-list h2 {
        font-size: 32px;
    }
    .indexIndustry-list h3 {
        font-size: 16px;
		font-weight: normal;
        padding-top: 15px;
    }
    .indexIndustry-list h3:after {
        margin: 25px 0 22px;
    }
    .indexIndustry-list .more {
        width: 160px;
        margin-top: 50px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 18px;
		display: block;
		position: absolute;
    }
    .indexIndustry-list .more:after {
        right: 22px;
    }
    .indexIndustry-list .more:hover:after {
        right: 10px;
    }
    .indexIndustry-hd li {
        padding: 25px 0;
    }
}
@media (min-width: 1800px) {
    .indexWrap {
        padding: 0;
    }
    .indexIndustry-list .content {
        padding-top: 80px;
    }
}

.home_news {
    position: relative;
    display: block;
}
.home_news .row {
	--bs-gutter-x: 30px;
    --bs-gutter-y: 0;
	display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.home_news .row > * {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.news-page {
    padding-bottom: 120px;
}

.home_news_item {
    position: relative;
    display: block;
	flex: 0 0 auto;
	width: 30.3333%;
}
.home_news_img {
    position: relative;
    display: block;
	height: 228px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}
.home_news_img img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1);
}
.home_news_item:hover .home_news_img img {
    transform: scale(1.05);
}
.home_news_img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.36);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}
.home_news_img > a > span {
    position: relative;
}
.home_news_img > a > span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.home_news_img > a > span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_news_img > a:hover > span::before, .home_news_img > a:hover > span::after {
    background-color: #ff8a00;
}
.home_news_item:hover .home_news_img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.home_news_date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,188,0,0.8);
    padding: 12px 15px;
}
.home_news_date-box p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 17px;
    text-align: center;
}
.home_news_content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .05);
    padding: 25px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 4px solid transparent;
    transition: all 500ms ease;
}
.home_news_item:hover .home_news_content {
    border-bottom: 4px solid #ff8a00;
}
.home_news_meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}
.home_news_meta li+li {
    margin-left: 10px;
}
.home_news_meta li a {
    color: var(--thm-gray);
    font-size: 14px;
    transition: all 500ms ease;
}
.home_news_meta li a:hover {
    color: var(--thm-extra);
}
.home_news_meta li a i {
    color: var(--thm-extra);
}
.home_news_title {
	height: 60px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.home_news_title a {
    color: #232323;
    transition: all 500ms ease;
}
.home_news_item:hover .home_news_title a {
    color: #ff8a00;
}
.home_news_text {
	color: #666;
    font-size: 15px;
    line-height: 1.6;
    padding: 10px 0 15px;
    margin: 0;
}
.home_news_read-more {
	text-align: right;
}
.home_news_read-more-btn {
    font-size: 14px;
    color: #777;
    display: inline-block;
    transition: all 500ms ease;
}
.home_news_read-more-btn:hover {
    color: #ff8a00;
}
.home_news {
	width: 100%;
	box-sizing: border-box;
	/* background: url('home_new_bg.jpg') 0 0 no-repeat;
	background-size: cover; */
}
.home_news .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.home_news .title:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background: url(title_br.png) 0 0 no-repeat;
	background-size: 100%;
}
.home_news .title p {
	color: #121212;
	font-size: 36px;
	font-weight: 600;
}
.home_news .title p a {
	color: #121212;
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
}
.home_news .title p a span {
	display: block;
	color: #999;
	font-family: 'Hurgeosans', 'Poppins', 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei';
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 2px 0;
}
.home_news .new_center {
	width: 100%;
	height: 480px;
	margin-top: 30px;
	padding: 20px 0;
	list-style: none;
	box-sizing: border-box;
	position: relative;
	background-image: url('home_new.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.home_news .new_center .owl-stage-outer, .home_news .new_center .owl-item, .home_news .new_center .owl-stage {
	width: 100%;
	height: 100%;
}
.home_news .new_center .item {
	width: 30%;
	height: 100%;
	float: left;
	background: none !important;
	position: relative;
	padding: 30px 25px;
	overflow: hidden;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-0-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.home_news .new_center .item .wrap {
	width: 300px;
}
.home_news .new_center .item .wrap span {
	font-size: 16px;
	color: #fff;
}
.home_news .new_center .item .wrap p {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.home_news .new_center .item .wrap h3 {
	width: 100%;
    height: 60px;
    margin: 20px 0;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: block;
}
.home_news .new_center .item .wrap h4.num {
	font-family: 'Hurgeosans', 'Poppins', 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei';
	font-style: inherit;
	color: rgba(255, 255, 255, 0.2);
	font-size: 100px;
	position: absolute;
	left: 20px;
	bottom: 0;
	font-weight: inherit;
}
.home_news .new_center .item a {
	text-decoration: none;
	color: #fff;
}
.home_news .new_center .item a span {
	background: none;
}
.home_news .new_center .item.active {
	width: 40%;
}
.home_news .new_center .item.active .wrap {
	width: 400px;
	overflow: hidden;
}
.home_news .new_center .item.active a {
	opacity: 1;
	visibility: visible;
}
/* .home_news .new_center .item .img {
	display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.home_news .new_center .item:hover .img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
} */
.home_news .new_center .owl-controls {
	position: absolute;
	right: 20px;
	bottom: 6%;
}
.home_news .owl-theme .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 4px;
}
.home_news .owl-theme .owl-dots .owl-dot.active span, .home_news .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fff;
	opacity: 1;
}
.home_center {
	width: 100%;
	padding: 4% 0 8%;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url('center_bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0;
}
.home_center .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 10;
}
.home_center .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 7.5%;
	z-index: 11;
}
.home_center .title:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background: url(title_br.png) 0 0 no-repeat;
	background-size: 100%;
}
.home_center .title p {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
.home_center .title p a {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
}
.home_center .title p a span {
	display: block;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin: 2px 0;
}
.home_center ul {
	width: 100%;
	margin-top: 50px;
	position: relative;
	z-index: 10;
}
.home_center ul li {
	width: 25%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	display: inline-block;
	float: left;
	text-align: center;
}
.home_center ul li:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.home_center ul li img {
	width: 64px;
	height: 64px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-0-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.home_center ul li h4 {
	height: 55px;
	line-height: 55px;
	font-size: 17px;
	font-weight: 500;
	margin: 5% 0 3% 0;
	color: #fff;
}
.home_center ul li h4 span {
	color: #ff8a00;
	font-size: 36px;
	margin-right: 6px;
	font-family: 'HelveticaNeueLTPro', 'Din-Medium', 'Hurgeosans', 'Roboto', 'Microsoft Yahei';
	font-weight: 700;
}
.home_center ul li p {
	font-size: 15px;
	letter-spacing: 0.6px;
	color: #eee;
}
.home_center a.more {
	float: right;
	display: inline-block;
	width: 200px;
	font-size: 15px;
	color: #aca7a4;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #555;
	padding: 10px 0;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 8%;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.home_center a.more i {
	font-size: 14px;
	padding-left: 5px;
	position: absolute;
	left: 65%;
	top: 10px;
}
.home_center a.more:hover {
	background: #ff8a00;
	color: #fff;
}
.home_center a.more:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}
.home_add_bg {
    width: 100%;
    /* background: url(home_new_bg.jpg) 0 0 no-repeat;
    background-size: cover; */
}
.home_strategy {
	width: 100%;
	padding: 0 0 75px;
}
.home_strategy .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.home_strategy .title:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 2px;
	background: url(title_br.png) 0 0 no-repeat;
	background-size: 100%;
}
.home_strategy .title p {
	color: #121212;
	font-size: 36px;
	font-weight: 600;
}
.home_strategy .title p a {
	color: #121212;
	font-size: 36px;
	font-weight: 600;
	text-decoration: none;
}
.home_strategy .title p a span {
	display: block;
	color: #999;
	font-family: 'Hurgeosans', 'Poppins', 'Roboto', 'Microsoft JhengHei', 'Microsoft Yahei';
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 2px 0;
}
.home_strategy .home_add {
	width: 100%;
	margin: 8px 0 0 0;
}
.home_strategy .home_add .owl-item {
	overflow: hidden;
}
.home_strategy .home_add .item {
	width: 32%;
	float: left;
	display: inline-block;
	margin: 0 1%;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-0-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.home_strategy .home_add .item img.bg {
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-0-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.home_strategy .home_add .item h4.tit {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-0-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.home_strategy .home_add .item.item1 {
	margin-left: 0;
}
.home_strategy .home_add .item.item3 {
	margin-right: 0;
}
.home_strategy .home_add .item:hover {
	box-shadow: 0px 0px 20px rgba(36, 36, 36, 0.35);
}
.home_strategy .home_add .item:hover h4.tit {
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	opacity: 0;
}
.home_strategy .home_add .item:hover .text_block {
	-webkit-transform: translate3d(0%, 0px, 0px);
	-moz-transform: translate3d(0%, 0px, 0px);
	transform: translate3d(0%, 0px, 0px);
	left: 0;
	top: 0;
}
.home_strategy .home_add .item:hover img.bg {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.home_strategy .home_add .item .text_block {
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	z-index: 9;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-0-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.home_strategy .home_add .item .text_block h4 {
	font-size: 28px;
	color: #fff;
}
.home_strategy .home_add .item .text_block p {
	font-size: 16px;
	color: #fff;
	margin-top: 20%;
	line-height: 30px;
}
.home_strategy .home_add .item .text_block a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin-top: 30px;
}
.home_strategy .home_add .item .text_block a img {
	width: 37px;
	position: relative;
	left: 10px;
	top: -6px;
	border-style: none;
}
.home_strategy .home_add .owl-controls {
	position: absolute;
	right: 20px;
	bottom: 6%;
}
.home_strategy .owl-theme .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 4px;
}
.home_strategy .owl-theme .owl-dots .owl-dot.active span, .home_strategy .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fff;
	opacity: 1;
}
.home_aboutus {
	width: 100%;
	margin-top: 60px;
}
.home_aboutus .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.home_aboutus .title p {
	font-size: 26px;
	color: #000;
}
.home_aboutus .title p.sm {
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}
.home_aboutus .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 2px;
	background: #ed2e2e;
}
.home_aboutus #swiper-container3 {
	padding: 50px 0 60px 0;
}
.home_aboutus #swiper-container3 .swiper-slide {
	width: 100%;
}
.home_aboutus #swiper-container3 .swiper-slide ul {
	width: 100%;
	list-style: none;
}
.home_aboutus #swiper-container3 .swiper-slide ul li {
	width: 20%;
	float: left;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-0-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.home_aboutus #swiper-container3 .swiper-slide ul li h4 {
	font-size: 22px;
	color: #333;
	font-weight: initial;
}
.home_aboutus #swiper-container3 .swiper-slide ul li h4.active {
	color: #1e89e0;
}
.home_aboutus #swiper-container3 .swiper-slide ul li img {
	width: 115px;
	height: 115px;
	display: inline-block;
	margin: 30px auto;
}
.home_aboutus #swiper-container3 .swiper-slide ul li p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home_aboutus #swiper-container3 .swiper-pagination span {
	background: #d2d2d2;
	opacity: 1;
}
.home_aboutus #swiper-container3 .swiper-pagination span.swiper-pagination-bullet-active {
	width: 25px;
	background: #1e89e0;
	border-radius: 10px;
}
.home_center .intro {
	float: left;
	position: relative;
	width: 43%;
	color: #eee;
	padding-top: 5px;
	z-index: 10;
}
.home_center .intro h3 {
	font-size: 36px;
	text-indent: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	position: relative;
	padding-bottom: 25px;
}
.home_center .intro h3 a {
	color: #eee;
}
.home_center .intro h3:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 35px;
	height: 36px;
	width: 4px;
	background-color: #ff8a00;
}
.home_center .intro .txt {
	line-height: 2.2;
	font-size: 15px;
	letter-spacing: 0.3px;
}
.home_center .intro .txt a.cname {
	color: #eee;
}
.home_center .intro .txt p {
	margin-bottom: 20px;
}
.home_center .right-map {
	float: right;
	width: 53.2%;
	height: 306px;
	position: relative;
	margin-right: 0;
	background: url(mapbg.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home_center .right-map .point-area {
	text-align: center;
	position: absolute;
	width: 80px;
	height: 80px;
	transition: opacity .5s ease-out
}
.home_center .right-map .point-area:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #eee;
	display: inline-block;
	margin-left: -4px;
	margin-top: -4px;
	top: 50%;
	left: 50%
}
.home_center .right-map .point-area:nth-child(1) {
	top: 1%;
	left: 30%;
}
.home_center .right-map .point-area:nth-child(2) {
	top: 5%;
	left: 55%;
}
.home_center .right-map .point-area:nth-child(3) {
	top: 5%;
	left: 60%;
}
.home_center .right-map .point-area:nth-child(4) {
	top: 8%;
	left: 70%;
}
.home_center .right-map .point-area:nth-child(5) {
	top: 10%;
	left: 10%;
}
.home_center .right-map .point-area:nth-child(6) {
	top: 10%;
	left: 40%;
}
.home_center .right-map .point-area:nth-child(7) {
	top: 13%;
	left: 23%;
}
.home_center .right-map .point-area:nth-child(8) {
	top: 15%;
	left: 45%;
}
.home_center .right-map .point-area:nth-child(9) {
	top: 15%;
	left: 60%;
}
.home_center .right-map .point-area:nth-child(10) {
	top: 17%;
	left: 55%;
}
.home_center .right-map .point-area:nth-child(11) {
	top: 18%;
	left: 75%;
}
.home_center .right-map .point-area:nth-child(12) {
	top: 20%;
	left: 76%;
}
.home_center .right-map .point-area:nth-child(13) {
	top: 21%;
	left: 68%;
}
.home_center .right-map .point-area:nth-child(14) {
	top: 23%;
	left: 80%;
}
.home_center .right-map .point-area:nth-child(15) {
	top: 25%;
	left: 10%;
}
.home_center .right-map .point-area:nth-child(16) {
	top: 25%;
	left: 40%;
}
.home_center .right-map .point-area:nth-child(17) {
	top: 25%;
	left: 70%;
}
.home_center .right-map .point-area:nth-child(18) {
	top: 25%;
	left: 73%;
}
.home_center .right-map .point-area:nth-child(19) {
	top: 30%;
	left: 63%;
}
.home_center .right-map .point-area:nth-child(20) {
	top: 30%;
	left: 70%;
}
.home_center .right-map .point-area:nth-child(21) {
	top: 36%;
	left: 70%;
}
.home_center .right-map .point-area:nth-child(22) {
	top: 40%;
	left: 40%;
}
.home_center .right-map .point-area:nth-child(23) {
	top: 45%;
	left: 45%;
}
.home_center .right-map .point-area:nth-child(24) {
	top: 46%;
	left: 72%;
}
.home_center .right-map .point-area:nth-child(25) {
	top: 51%;
	left: 80%;
}
.home_center .right-map .point-area:nth-child(26) {
	top: 58%;
	left: 28%;
}
.home_center .right-map .point-area:nth-child(27) {
	top: 60%;
	left: 25%;
}
.home_center .right-map .point-area:nth-child(28) {
	top: 64%;
	left: 48%;
}
.home_center .right-map .point-area .txt {
	width: 60px;
	position: absolute;
	left: 50px;
	top: 40%;
	color: #ff8a00
}
.home_center .right-map .point {
	position: absolute;
	width: 100%;
	height: 100%
}
.home_center .right-map .point:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	opacity: 0
}
.home_center .right-map .point.p10:after {
	animation: 4.5s ease-out 225ms infinite ripple
}
.home_center .right-map .point.p40:after {
	animation: 4.5s ease-out .9s infinite ripple
}
.home_center .right-map .point.p80:after {
	animation: 4.5s ease-out 1.8s infinite ripple
}
.home_center .right-map .point.psh:after {
	box-shadow: inset 0 0 5em rgba(234, 86, 18, 0.3)
}

.home_window {
	width: 100%;
	margin-top: 50px;
}
.home_window .title {
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.home_window .title p {
	font-size: 26px;
	color: #000;
}
.home_window .title p.sm {
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}
.home_window .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 2px;
	background: #ed2e2e;
}
.home_window ul {
	width: 100%;
	margin-top: 44px;
}
.home_window ul li {
	width: 32%;
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 1%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-0-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.home_window ul li:first-child {
	margin-left: 0;
}
.home_window ul li:last-child {
	margin-right: 0;
}
.home_window ul li:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0px 0px 10px rgba(36, 36, 36, 0.2);
}
.home_window ul li img {
	width: 100%;
	display: block;
}
.home_window ul li .content {
	padding: 25px 10%;
	border: 1px solid #dcdcdc;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.home_window ul li .content h4 {
	width: 223px;
	color: #333;
	font-size: 18px;
	position: relative;
	font-weight: initial;
	text-align: center;
}
.home_window ul li .content h4:after {
	content: '';
	width: 30px;
	height: 2px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	background: #1e89e0;
}
.home_window ul li .content p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align: left;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pages_footer.mt {
	margin-top: -76px;
}

BODY {
	FONT-SIZE: 14px; COLOR: #000000;  text-decoration:none; margin:0 auto; padding:0;
}
TD {
	FONT-SIZE: 14px; COLOR: #000000; 
}
TH {
	FONT-SIZE: 14px; COLOR: #000000; 
}

li {text-decoration:none;}


A:hover {
	COLOR: #000000; TEXT-DECORATION: none;}
A:active {
	TEXT-DECORATION: none;
}
.STYLE29 {
	COLOR: #000000;
}
.w-1260-1 {
	width: 1260px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.about-tit h2{
  display: block;
  height: 35px;
  font-size: 25px;
  color: #333;
  font-weight: bold;
}
.about-tit p{
  display: block;
  font-size: 16px;
  color: #333;
}
.about-word{
  margin-top:30px;
  width: 690px;
  height: 59px;

}
.about-word p{
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 170%;
}
.h-about{
  margin-top:20px;
  width: 100%;
  height:auto; line-height:30px;
  overflow: hidden;
}
.h-about p,
.h-about p a,
.h-about p strong,
.h-about strong{
  font-size: 15px;
  color: #333;
  line-height: 35px;
}

.abmore{
  width: 108px;
  height: 35px;
  background: #fff;
  float: left;
  border-radius: 6px;
  margin-top: 150px;
  margin-left: 100px;
}
.abmore a{
  text-align: center;
  line-height: 35px;
  display: block;
  color: #333;
}


.habout a{
  display: block;
  width: 161px;
  height: 36px;
  border:1px solid #039de5;
  font-size: 15px;
  color: #039de5;
  text-align: center;
  line-height: 36px;
}
.h-about-r{
  margin-left: 965px; text-decoration:none;  
    margin-top:68px;
    font-size: 20px;
    color: #fff;
     width: 290px;
    

}
.h-about-r a{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: center;


}
.m3-l{
  margin-top: 50px;
  float: left;
}
.m3-r{
  float: right;
  margin-top: 133px;
  width: 965px;
  height: auto;
}
.m2-bg{
  width: 100%;
  height: 970px;
  background: url(sun_09.jpg) top center no-repeat;
  overflow: hidden;
}
.m2-about{
float: right;
    margin-top: 73px;
    width: 892px;
    height: auto;
    overflow: hidden;

}

.pro-lei{
	font-size: 18px;
	width:1480px;
	height:auto;
	margin: 0 auto;
	padding-top:20px;
	height: 60px;
}
.pro-lei a{
	line-height:40px;
	background:#FF3300;
	text-align: center;
	color: #ffffff;
	padding: 0px 5px;
	height:45px;
	margin: 8px;
	font-size: 18px;
	box-sizing: border-box;
	display: block;
	float: left;
}
.pro-lei a span{display: block;}
.pro-lei a:hover {
	background: #ed752e;
	
}
.pro-lei a:hover span{color: #fff;}


.dingbu {
	width:100%;
	height:50px;
	line-height:50px;
	margin:0 auto;
	padding:0;
	border-bottom:#CCCCCC 1PX solid;
	text-align: center;
}
.dingbunei {
	width:70%;
	height:50px;
	line-height:50px;
	margin:0 auto;
	padding:0;
}

.dingbuleft { float:left; width:65%; color:#333333; text-align:left; font-size:1em;}
.dingburight{ float:right; width:30%; color:#ff0000; text-align:right; font-size:1em; padding-right:%;}




.h-m1{
  width: 80%; margin:0 auto; padding:0;
  height: auto;
  overflow: hidden;
}
.h-m1-1{
  background: url(../Img/tu1-1.jpg) top center no-repeat; background-size:100% 100%;
}
.h-m1-2{
  background: url(../Img/tu1-2.jpg) top center no-repeat; background-size:100% 100%;
}
.h-m1-3{
  background: url(../Img/tu1-3.jpg) top center no-repeat; background-size:100% 100%;
}
.h-m1-4{
  background: url(../Img/tu1-4.jpg) top center no-repeat; background-size:100% 100%;
}
.h-m1 li{
  margin:0.5%;
  float: left;
  width: 24%;
  height: 320px;
  overflow: hidden;
}
.h-m1 li .tu{
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.h-m1 li .tu .con1{
  position: relative;
  top:72%;
  padding:15px 20px;
  width: 100%;
  height: 100%;
  background:url(../Img/tu1-bg.png); 
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.h-m1 li:hover .tu .con1{
  top:0px;
  height: 100%;
}
.h-m1 li .tu .con1 .con2{
  width: 100%;
  height: 95px;
  overflow: hidden;
}
.h-m1 li:hover .tu .con1 .con2{
  height: 300px;
  overflow: hidden;
}
.h-m1 li .tu .con1 .con2 h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 23px;
  color: #fff;
  text-align: center;
}
.h-m1-nr1{
  margin-top: 5px;
  width: 100%;
  height: auto;
  font-size: 15px;
  color: #fff;
  line-height: 110%;
}
.h-m1-nr1 a{
  display: block;
  width: 100%;
  height: 18px;
  font-size: 15px;
  color: #fff;
  line-height: 18px;
}
.h-m1-nr1 a:hover{
  font-size: 15px;
  color: #ffea00;
  line-height: 110%;
}
.h-m1-nr1 p{
  font-size: 15px;
  color: #fff;
  line-height: 110%;
}

.h-m2{
  width: 100%;
  height: 564px;
  background:url(../Img/bg01.jpg) top center no-repeat;
  overflow: hidden;
}
.h-m2-r{
  margin-top: 135px;
  float: right;
  width: 1170px;
  height: auto;
  overflow: hidden;
}
.h-m3{
  width: 100%;
  height: 620px;
  background: url(../Img/bg02.jpg) top center no-repeat;
  overflow: hidden;
}
.h-m3-r{
  margin-top: 95px;
  float: right;
  width: 840px;
  height: auto;
  overflow: hidden;
}
.h-m3-r h2{
  display: block;
  width: 100%;
  height: 62px;
  font-size: 30px;
  color: #231815;
  letter-spacing: 0px;
}
.h-m3-r .more01 a{
  margin-top: 15px;
  display: block;
  float: right;
  width: 160px;
  height: 41px;
  background-color: #c80d16;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 41px;
}
.h-m3-r .hm3-nr{
  width: 100%;
  height: 288px;
  font-size: 15px;
  color: #231815;
  line-height: 170%;
  letter-spacing: 0px;
}
.h-m3-r .hm3-nr p{
  display: block;
  margin-top: 2em;
  text-indent: 1.5em;
  font-size: 15px;
  color: #231815;
  line-height: 1.9em;
  letter-spacing: 0px;
}
.h-m3-r .zi001{
  width: 100%;
  height: 40px;
}
.h-m3-r .zi001 .l01{
  float: left;
  width: 174px;
  height: 38px;
  background-color: #c80d16;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 38px;
}
.h-m3-r .zi001 .r01{
  float: right;
  width: 100%;
  height: 38px;
  background-color: #c80d16;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 38px;
}
.h-m4{
  width: 100%;
  height: 221px;
  background:url(../Img/bg03.jpg) top center no-repeat;
  overflow: hidden;
}
.h-m4-l{
  float: left;
  margin-top: 50px;
  width: 100%;
}
.h-m4-l h2{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 33px;
  color: #fff;
  text-align: right;
  letter-spacing: 0px;
}
.h-m4-l p{
  display: block;
  text-align: right;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.h-m4-r{
  margin-top: 63px;
  float: right;
  width: 100%;
  height: auto;
}
.h-m4-r h3{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #231815;
  letter-spacing: 0px;
}
.h-m4-r p{
  display: block;
  width: 100%;
  font-size: 15px;
  color: #231815;
  line-height: 150%;
  letter-spacing: 0px;
}
.h-m4-r p p{
  font-size: 15px;
  color: #231815;
  line-height: 150%;
  letter-spacing: 0px;
}



.h-tit01{
	width: 100%; text-align:center;
	height:82px;
	margin: 0 auto;
	margin-top:40px;
}
.h-tit01 h2{
	font-size: 48px;
	color: #333;
	text-align: center;
	font-weight: bold;
	line-height:104px;
}
.yp{
	width: auto;
	height:82px;
	margin: 0 auto;
	margin-top:30px;
}

.h-tit0h{
	font-size: 48px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	line-height:104px; padding-right:20px;
}
.h-tit01-h{
	width: 66%;
	height:40px;
	margin: 0 auto;
	font-size:18px;
	color: #1a1a1a;
	text-align: center;
	margin-top:5px;
	border: 1px dotted #9d9d9d;
	line-height:40px;
}
.h-tit01 p{
	font-size: 20px;
	color: #ecad00;
	text-align: center;
	text-transform: uppercase;
}

.button{
    margin: 3% auto; padding:3%;
    width: 80%;
    background-color: #FFCC00;
    font-size: 1.4em; font-family:Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center; 
    line-height:1em;}
	
.button1{
    margin: 3% auto; padding:3%;
    width: 80%;
    background-color: #FFCC00;
    font-size: 1.6em; font-family:Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center; 
    line-height:1em;}

* {list-style-type:none;}
.imgZoom img,.imgY180 img {
	-moz-transition:all .8s ease 0s;
	-ms-transition:all .8s ease 0s;
	-o-transition:all .8s ease 0s;
	-webkit-transition:all .8s ease 0s;
	transition:all .8s ease 0s;
}
.imgZoom {
	overflow:hidden;
	-webkit-transform:rotate(0);
	transform:rotate(0);
}
.imgZoom:hover img {
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.imgY180:hover img {
	cursor:pointer;
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg)
}
.row {
	width:100%; margin:0 auto; padding:0;
}
.row:before,.row:after {
	display:table;
	clear:both;
	content:''
}
.row>[class*="span-"] {
	float:left;
	margin:0.5%;
}
.row>.span-1 {
	width:7.33333333%
}
.row>.span-2 {
	width:15.66666667%
}
.row>.span-3 {
	width:24%
}
.row>.span-4 {
	width:32.33333333%
}
.row>.span-5 {
	width:40.66666667%
}
.row>.span-6 {
	width:49%
}
.row>.span-7 {
	width:57.33333333%
}
.row>.span-8 {
	width:65.66666667%
}
.row>.span-9 {
	width:74%
}
.row>.span-10 {
	width:82.33333333%
}
.row>.span-11 {
	width:90.66666667%
}
.row>.span-12 {
	width:99%
}
.full-row {
	width:100%;
	transition:.2s width ease;
	*zoom:1
}
.full-row:before,.full-row:after {
	display:table;
	clear:both;
	content:''
}
.full-row>[class*='span'] {
	float:left
}
.full-row>.span-1 {
	width:8.33333333%;
	*width:8.22333333%
}
.full-row>.span-2 {
	width:16.66666667%;
	*width:16.55666667%
}
.full-row>.span-3 {
	width:25%;
	*width:24.89%
}
.full-row>.span-4 {
	width:33.33333333%;
	*width:33.22333333%
}
.full-row>.span-5 {
	width:41.66666667%;
	*width:41.55666667%
}
.full-row>.span-6 {
	width:50%;
	*width:49.89%
}
.full-row>.span-7 {
	width:58.33333333%;
	*width:58.22333333%
}
.full-row>.span-8 {
	width:66.66666667%;
	*width:66.55666667%
}
.full-row>.span-9 {
	width:75%;
	*width:74.89%
}
.full-row>.span-10 {
	width:83.33333333%;
	*width:83.22333333%
}
.full-row>.span-11 {
	width:91.66666667%;
	*width:91.55666667%
}
.full-row>.span-12 {
	width:100%;
	*width:99.89%
}
.row>.pull-right,.full-row>.pull-right {
	float:right
}
.row>.center {
	position:relative;
	left:-0.5%;
	display:block;
	float:none;
	clear:both;
	margin-right:auto;
	margin-left:auto
}
.full-row>.center {
	display:block;
	float:none;
	clear:both;
	margin-right:auto;
	margin-left:auto
}




.dingbu {
	width:100%;
	height:50px;
	line-height:50px;
	margin:0 auto;
	padding:0;
	border-bottom:#CCCCCC 1PX solid;
	text-align: center;
}
.dingbunei {
	width:70%;
	height:50px;
	line-height:50px;
	margin:0 auto;
	padding:0;
}

.dingbuleft { float:left; width:65%; color:#333333; text-align:left; font-size:1em;}
.dingburight{ float:right; width:30%; color:#ff0000; text-align:right; font-size:1em; padding-right:%;}



.color {
    color: #FF9900 !important; text-align: center; 
}

.jm_main_title {
    text-align: center;
    margin-top: 0; font-family: "impact"; font-weight:bold;
    font-size: 3em;
    color: #333;
    margin-bottom: 0; 
}
.jm_main_title span {
    font-family: "impact";
    font-size: 0.6em !important;
    display: block;
}
#w-1260-ee {
    margin: 0 auto;
    width: 96%; height:auto;
}

.col-md-6 {
    width: 20%; float:left;
}

.col-md-2 {
    width: 18%; float:left;
}

.col-md-3 {
    width: 14%; float:left;
}
.col-md-10 {
    width: 80%; float:right;
}
.yz-fl{
  margin-top: 20px; width:100%; margin:0 auto; padding:0;
  position: relative;
  z-index: 10;
  
  height: auto;
  text-align: center;
}
.yz-fl li{
  display: inline-block;
  position: relative;
  margin:0.3%;
  width: 15%;
  height: 50px;
  font-size: 1em;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.yz-fl li a{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background-color: #313131;
}
.yz-fl li:hover a{
  background-color: #e02b30;
}
.yz-fl li .yz-two{
  display: none;
  position: absolute;
  z-index: 10px;
  width: 200px;
  height: auto;
  background-color: #efefef;
  padding:10px 0px;
}
.yz-fl li:hover .yz-two{
  display: block;
}
.yz-fl li .yz-two a{
  display: block;
  margin:3px auto;
  width: 90%;
  height: 30px;
  background-color: #e02b30;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.yz-fl li .yz-two a:hover{
  background-color: #333;
}


.lianjie { padding-top:20px;}
.gz-fl{
  margin-top: 20px; width:100%; margin:0 auto; padding:0;
  position: relative;
  z-index: 10;
  height: auto;
  text-align: center;
}
.gz-fl li{
overflow:hidden;
line-height: 1em;

    background: #eaeaea;
    text-align: center;
    color: #000;
    padding: 1px;
    margin: 5px;
    font-size: 1em;

    display: block;
    float: left;
}
.gz-fl li a{

overflow:hidden;
    line-height: 1em;
    background: #eaeaea;
    text-align: center;
    color: #000;
    padding: 1px;
    margin: 5px;
    font-size: 1em;
    display: block;
    float: left;
}
.gz-fl li:hover a{
  background-color: #dddddd;
}
.gz-fl li .yz-two{
  display: none;
  position: absolute;
  z-index: 10px;
  width: 200px;
  height: auto;
  background-color: #efefef;
  padding:10px 0px;
}
.gz-fl li:hover .yz-two{
  display: block;
}
.gz-fl li .yz-two a{
	display: block;
	margin:3px auto;
	width: 90%;
	height: 30px;
	background-color: #FF3300;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.gz-fl li .yz-two a:hover{
  background-color: #333;
}


.jt-ny-tit{
  position: relative; width:80%; margin:0 auto; padding:0;
  height: 450px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #FF3300;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}

.jt-page{
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-size: 0;
  border-bottom: 1px solid #eaeaea;
}
/*内页外框*/
.ny-w1{
  width: 100%;
  /*background-color: #efefef;*/
  overflow: hidden;
}
.ny-w2{
  padding:0;
  width: 80%;
  height: auto;
  overflow: hidden;
}
.ny-w{
  margin:0 auto;
  padding:30px 40px;
  width: 1260px; 
  background-color: #fff;
  margin: -180px auto 40px;
  position: relative;
  z-index: 997;
  box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.page-tti{
  width: 100%;
}
.page-tit p{
  /*margin-left: 30px;*/
  color: #ddd;
  font-size: 60px;
  font-family: "font1";
  text-transform: uppercase;
  letter-spacing: -1px;
  animation: cth1 800ms ease-out forwards;
  display: inline-block;
  text-transform: uppercase;
}
.page-tit h2{
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 20px;
  margin-left: 0 \9;
  color: #5a575b;
  font-size: 24px;
  font-weight: bold;
}

#w-80{width: 100%; margin:0 auto;overflow:hidden;}
#w-80-1{width: 80%; margin:0 auto;}
#ny-w100{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ny-flash1{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(about1.jpg) top center no-repeat;
	background-size:100% 100%;
}
.ny-flash2{
  position: relative; width: 100%; height: auto; overflow: hidden;background: url(about1.jpg) top center no-repeat; background-size:100% 100%;
}
.ny-flash3{
  width: 100%;height: 480px; overflow: hidden;background: url(case.jpg) top center no-repeat; background-size:100% 100%;
}
.ny-flash4{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ny-flash5{
  width: 100%;height: 480px; overflow: hidden;background: url(fuwu.jpg) top center no-repeat;
}
.ny-flash6{
  width: 100%;height: 480px; overflow: hidden;background: url(contact.jpg) top center no-repeat;
}


.ny-w1{
  width: 100%;
  /*background-color: #efefef;*/
  overflow: hidden;
}
.ny-w2{
  padding:0;
  width: 100%; margin:0 auto;
  height: auto;
  overflow: hidden;
}
.ny-w{
  margin:0 auto;
  padding:30px 40px;
  width: 90%; 
  background-color: #fff;
  margin: -180px auto 40px;
  position: relative;
  z-index: 997;
  box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.page-tti{
  width: 100%;
}
.page-tit p{
  /*margin-left: 30px;*/
  color: #ddd;
  font-size: 60px;
  font-family: "font1";
  text-transform: uppercase;
  letter-spacing: -1px;
  animation: cth1 800ms ease-out forwards;
  display: inline-block;
  text-transform: uppercase;
}
.page-tit h2{
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 20px;
  margin-left: 0 \9;
  color: #5a575b;
  font-size: 24px;
  font-weight: bold;
}
.ny-pagemenu{
  text-align:left;
  /*background-color: #f2f2f2;*/
  /*margin: 0 30px;*/
}
.ny-pagemenu li{
  margin:0px;
  padding:0px;
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.ny-pagemenu li a{
  display: block;
  color: #666;
  font-size: 15px;
  padding: 29px 5px;
}
.ny-pagemenu li:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  width: 0px;
  height:2px;
  background-color: #f60e0e;
  transition: all 0.3s ease-out;
}
.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #f60e0e;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu-ov a{
   color: #f60e0e !important;
   font-weight: bold;
}
.ny-loc{
  margin-top: 28px;
  font-size: 14px;
  text-align: right;
}
.ny-loc i{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(home-icon.png) no-repeat;
  position: relative;
  top: 1px;
}
.ny-loc em{
  display: inline-block;
  background: url(location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.ny-loc a {
  display: inline-block;
    color: #6a6a6a;
    font-weight: bold;
}
.ny-loc span {
  padding-left:3px;
  font-size: 14px;
  color: #6a6a6a;
}
.ny-loc p:last-child{
  color: #6a6a6a;
    font-weight: bold;
}


/*内页标题*/
.lh-ntit h2{
  margin-top: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.ny-tit11 h1{
  display: block;
  padding:5px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.ny-tit2{
  padding:10px 10px;
}
.ny-tit2 h2{
  display: block;
  font-size: 26px;
  color:#3b3b3b;
  text-align: center;
  font-weight: bold;
}
.ny-tit2 .line1{
  margin:0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 58px;
  height: 6px;
  background-color: #ffc422;
}
.ny-tit2 p{
  text-align: center;
  font-size: 16px;
  color: #3b3b3b;
}
/*内页分类*/
.ny-proc1{
  padding:25px 10px 20px 10px;
  text-align: center;
}
.ny-proc1 a{
  display: inline-block;
  margin:3px 0px;
  width: 130px;
  height: 35px;
  border:1px solid #1e1e1e;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 32px;
}
.ny-proc1 a:hover{
  background-color: #f0353c;
  color: #fff;
}
.ny-proc1-hover{
  background-color: #f0353c !important;
  color: #fff !important;
}

.ny-proc3{
  padding:25px 10px 20px 10px;
  text-align: center;
}
.ny-proc3 a{
  display: inline-block;
  margin:3px 3px;
  width: 130px;
  height: 35px;
  border:1px solid #1e1e1e;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 32px;
}
.ny-proc3 a:hover{
  background-color: #f0353c;
  color: #fff;
}
.ny-proc3-hover{
  background-color: #f0353c !important;
  color: #fff !important;
}

.ny-menu-hover {
    color: #fff !important;
    background-color: #f0353c !important;
    border: 1px solid #273890 !important;
}
/*内页分类2*/
.ny-pc-tit{
  padding:30px 0px;
  background-color: #333;
}
.ny-pc-tit h2{
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.ny-pc-tit p{
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
  color: #fff;

}
.ny-proc2{
  /*margin-top: 20px;*/
  overflow: hidden;
}
.ny-pc2-w{
  padding: 15px;
  border:1px solid #efefef;
}
.ny-proc2 dt a h3{
  display: block;
  margin:5px 5px 5px 0px;
  padding:10px 5px;
  width: 100%;
  background-color: #f60e0e;
  text-align: center;
  font-size: 17px;
  color: #fff;
}
.ny-proc2 dd a{
  display: block;
  margin:3px;
  padding:5px 10px;
  border-bottom:1px dashed #cecece;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}
.ny-proc2 dd a img{
  vertical-align: middle;
  margin-right: 6px;
}
.ny-proc2 dd a:hover{
  background-color: #404040;
  color: #fff;
  border-radius: 3px;
}
.ny-proc2-hover{
  background-color: #404040 !important;
  color: #fff !important;
  border-radius: 3px !important;
}
.ny-p2-padding{
  padding:6px 0px;
}


/*====================title====================*/
.ny-tit1{
  padding:20px 10px 10px 10px;
}
.ny-tit1 h2{
  display: block;
  font-size: 35px;
  color:#000;
  text-align: center;
  font-weight: bold;
}
.ny-tit1 p{
  display: block;
  padding-top: 10px;
  font-size: 16px;
  color: #2d2d2d;
  text-align: center;
  letter-spacing: 0px;
}

.ny-tit3 h2{
  padding:15px 15px;
  font-size: 16px;
  color: #fff;
  background-color: #f60e0e;
  text-align: left;
}
.col-md-4 {
    width: 28%; float:left;
}
.col-md-8 {
    width: 55%; float:left;
}

.xm-tit{
  margin-top: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.xm-tit-p p{
  padding-top:20px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.sk-dt2 {
    padding:20px 0px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.sk-dt2 img{
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 

}
.sk-dt2:hover img{
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.sk-dt2-tit{
  padding:5px 0px; 
  transition: all 0.5s ease-out;   padding-left:15px;
}
.sk-dt2:hover .sk-dt2-tit{
  padding-left:15px;
}
.sk-dt2-tit a h2{
  display: block;
    font-size: 18px;
    color: #656565; font-weight:bold;
    line-height: 22px;
}
.sk-dt2-tit p{
	display: block;
	margin-top: 22px;
	font-size: 14px !important;
	color: #333333;
	line-height: 170% !important;
	height: 120px;
	overflow: hidden;
}
.sk-dt2-date{
  
}
.sk-dt2-date .sk-dt2-d{
  font-size: 14px;
  color: #666;
  text-align: right;
}
.sk-dt2-date .more{
  margin-top:40px;
  float: right;
  width: 50%;
  height: 25px;
  border:1px solid #666;
  text-align: center;
  transition: all 0.5s ease-out;
}
.sk-dt2-date .more a{
  display: block;
  color: #333; 
  line-height: 24px;
  text-align: center;
  transition: all 0.5s ease-out;
}
.sk-dt2:hover .sk-dt2-date .more{
  background-color: #d70909;
  border:1px solid #960000;
}
.sk-dt2:hover .sk-dt2-date .more a{
  color: #fff;
}
.nei img{ width:98%;}
/*=======================媒体聚集=========================*/

/*=======================新闻2=========================*/
.ny-news2{
  margin-bottom: 20px;
}
.ny-news2 .tu1{
  width: 100%;
  overflow: hidden;
}
.ny-news2 .tu1 img{
  width: 100%;
  overflow: hidden;
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news2:hover .tu1 img{
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news2 .news1-tit{
  height: 250px;
  transition: all 0.35s ease-out;
  overflow: hidden;
}
.ny-news2 .news1-tit a h3{
  display: block;
  margin-top: 16px;
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #232323;
  line-height: 130%;
  letter-spacing: 0px;
  font-weight: bold;
  transition: all 0.35s ease-out;
}
.ny-news2:hover .news1-tit a h3{
  margin-top: 13px;
  color: #d70909;
}
.ny-news2 .news1-tit .date1{
  margin-top: 11px;
  font-size: 14px;
  color: #575757;
  letter-spacing: 0px;
}
.ny-news2 .news1-tit p{
  display: block;
  margin-top: 22px;
  width: 100%;
  height: 62px;
  font-size: 14px;
  color: #575757;
  line-height: 150%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-news2 .news1-tit .more1 a{
  display: block;
  margin-top: 22px;
  width: 113px;
  height: 28px;
  border:1px solid #dcdcdc;
  font-size: 14px;
  color: #575757;
  text-align: center;
  line-height: 28px;
  transition: all 0.35s ease-out;
}
.ny-news2:hover .news1-tit .more1 a{
  background-color: #d70909;
  color: #fff;
}
.col-sm-3i {
    width: 25%; float:left;
}

.col-sm-7 { position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px}

.col-xs-8 {float: left;}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-sm-2 {
    width: 16%; float:right; margin-top:3%;
}
.col-xs-4 {
	width: 20%; float:left;
}
.col-sm-7 {
    width: 58%; float:left;
}


.ad-ys-tit{
  text-align: center;
}
.ad-ys-tit img{
  display: block;
  margin:0 auto;
}
.ad-ys-tit p{
  /* display: block; */
  /* text-align: center; */
  font-size: 41px;
  /* color: #171516; */
  /* font-weight: bold; */
}
.ad-ys-tit .zia{
  font-size: 41px;
  color: #f95106;
  font-weight: bold;
}
.ad-ys-tit span{
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 17px;
  color: #a6a6a6;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.ad-ys-tit-lin{
  margin-top: 5px;
  width: 100%;
  height: 7px;
  background: url(xian-bg.jpg);
}

/*优势*/
.ys-bg{
  width: 100%;
  height: 768px;
  background: url(bg4.jpg) top center no-repeat;
  overflow: hidden;
}
.ys-tit{
  margin-top: 50px;
}
.ys-tit .zi1{
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}
.ys-tit h2{
  font-size: 30px;
  color: #fb5106;
  font-weight: bold;
}
.ys-tit .line1{
  margin-top: 30px;
  width: 56px;
  height: 3px;
  background-color: #fb5106;
}
.ys-tit .con1{
  margin-top: 25px;
  font-size: 16px;
  color: #5b5a5a;
  line-height: 190%;
}
.ys-tit .con1 p,
.ys-tit .con1 p a{
  font-size: 16px;
  color: #5b5a5a;
  line-height: 190%;
  font-weight: bold;
}
.ys-bg1{
  background-color: #e5e5e5
}
.ys-bg1:hover{
  background-color: #e1383f;
}
.ys-bg2{
  background-color: #eeeeee
}
.ys-bg2:hover{
  background-color: #e1383f;
}
.ys-mt{
  margin-top: 35px;
}
.ys{
  padding:82px 25px;
  min-height: 672px;
  transition: all 0.3s ease-out;
}
.ys:hover{
  padding:72px 25px 92px 25px;
}
.ys *{
  transition: all 0.3s ease-out;
}
.ys h2{
  display: block;
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.ys:hover h2{
  color: #fff;
}
.ys p{
  padding-top: 23px;
  font-size: 18px;
  color: #000;
  line-height: 175%;
}
.ys:hover p{
  color: #fff;
}
.ys img{
  width: 100%;
}

.wo_ry {width:80%; margin:0 auto; padding:0;}
.h-pro-gun02 li{
  float: left; margin:0.5%;
  width:24%;
  border: 0px solid #ccc;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
  margin-top: 10px;
}
.h-pro-gun02 li:hover{
	border: 0px solid #f5f5f5;
	-webkit-box-shadow:0 2px 20px rgba(102,102,102,.55);-moz-box-shadow:0 2px 20px rgba(102,102,102,.55);box-shadow:0 2px 20px rgba(102,102,102,.55);
}
.h-pro-gun02 li .tu{
	margin: 2%;
	width: 96%;
	height: auto; text-align:center;
	padding:0px;
	border:0px solid #434343;
	overflow: hidden;
}
.h-pro-gun02 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out; width:100%; height:280px;
}
.h-pro-gun02 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out; width:100%; height:280px;
}
.h-pro-gun02 li .p1-t{
	margin:0 auto;
	width: 94%;
	height: 32px;
	background-color: #fbfbfb;
}

.h-pro-gun02 li .p1-t a h3{
  display: block; font-weight:100;
  height:32px;
  line-height: 32px;
  font-size: 1.3em;
  color: #333;
  text-align: center;

}
.h-pro-gun02 li .p1-t p{
	display: block;
	float: right;
	width: 96%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
	
}
.h-pro-gun02 li:hover .p1-t a h3{
    background-color: #dc241c;
	color: #fff;
}
.h-pro-gun02 li .dianhu{
	margin-top:5px;
    width: 96%;
    height: auto;
}
.h-pro-gun02 li .dianhu p{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 1.5em;
    color: #5b5b5b;
    color: #d90303;
    font-family: impact;
    letter-spacing: 0px;
	transition: all 0.3s ease-out; text-align:center;
   	
}

.h-pro-gun02 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px; text-align:center;
    font-size: 1.5em;
    color: #d90303;
    font-family: impact;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}
.ipart04 {
	padding:0; width:80%; margin:0 auto;
}
.ipart04 .infor {
	color:#333e46;
	margin-bottom:50px;
}
.ipart04 .infor .tit {
	font-size:54px;
	font-weight:bold;
	line-height:54px;
	display:inline-block;
}
.ipart04 .infor .tit a {
	display:block;
	color:#333e46;
}
.ipart04 .infor .con {
	font-size:20px;
	line-height:30px;
	display:inline-block;
	width:76%;
	margin-left:50px;
}
.ipart04 .content .rect-3727 {
	padding-bottom:37.27%;
}
.ipart04 .content .rect-7307 {
	 width:33.3%; float:left; height:auto;
}
.ipart04 .content .left {
	width:100%;
	float:left;
}
.ipart04 .content .left .video_news {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.ipart04 .content .left .mask {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:url(ipt4_mask.png) no-repeat center;
	background-size:cover;
}
.ipart04 .content .left .intro {
	position:absolute;
	left:0;
	bottom:0;
	width:65%;
}
.ipart04 .content .left .intro .box {
}
.ipart04 .content .left .intro .box .t {
	font-size:20px;
	font-weight:bold;
	color:#fcb026;
}
.ipart04 .content .left .intro .box .c {
	font-size:26px;
	line-height:34px;
	font-weight:lighter;
}
.ipart04 .content .right {
	width:100%;
	float:left;
}
.ipart04 .content .right a:after {
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	position:absolute;
	left:0;
	top:0;
}
.ipart04 .content .right .intro {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	z-index:2;
}
.ipart04 .content .right .intro .box {  margin:0 auto; padding:15px; color:#fff;}
.ipart04 .content .right .intro .box .t {
	font-size:20px;
	font-weight:bold;
	color:#fcb026;
	line-height:24px;
	margin-bottom:10px;
}
.ipart04 .content .right .intro .box .c {
	font-size:26px;
	line-height:34px;
	font-weight:lighter;
}



/*产品列表*/
.prolist_banner .ban_form {
	position:absolute;
	left:0;
	width:100%;
	top:160px;
}
.prolist_banner .ban_form .tit {
	font-size:50px;
	line-height:50px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-bottom:40px;
}
.prolist_banner .ban_form .form_box {
	text-align:center;
	width:63%;
	margin:0 auto;
}
.prolist_banner .ban_form .form_box .inp_box_wrap {
	width:27.5%;
	position:relative;
	padding-left:30px;
	background:#fff;
	/*border:1px solid #e0e0e0;
	*/
}
.prolist_banner .ban_form .form_box .inp_box_wrap .inp_txt {
	font-size:20px;
	color:#fd8800;
	font-weight:bold;
	position:absolute;
	left:10px;
	top:0;
	line-height:60px;
	height:60px;
	overflow:hidden;
}
.prolist_banner .ban_form .form_box .inp_box {
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	padding:0;
	margin:0;
	box-sizing:content-box;
	font-size:13px;
	color:#999;
	text-indent:10px;
	background:#fff;
	border:none;
	text-align:left;
}
.prolist_banner .ban_form .form_box .inp_box_wrap.year_select_wrap:after {
	content:'';
	width:1px;
	height:28px;
	background:#e0e0e0;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-14px;
}
.prolist_banner .ban_form .form_box .inp_box_wrap.month_select_wrap:after {
	content:'';
	width:1px;
	height:28px;
	background:#e0e0e0;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-14px;
}
.prolist_banner .ban_form .form_box .inp_box.select-ui-choose-default {
	border-radius:0;
}
.prolist_banner .ban_form .form_box .inp_box.select-ui-choose ._arrow .arr {
	left:-6px;
}
.prolist_banner .ban_form .form_box .inp_box.select-ui-options-default {
	overflow-x:hidden;
}
.prolist_banner .ban_form .form_box .inp_box.select-ui-options-default li:hover {
	background:#fd8800;
}
.prolist_banner .ban_form .form_box .inp_box.select-ui-choose-default ._txt {
	padding-left:0;
}
.prolist_banner .ban_form .form_box .btns {
	display:inline-block;
	width:69px;
	height:60px;
	line-height:60px;
	background:#fcb026;
	vertical-align:middle;
}
.prolist_banner .ban_form .form_box .btns button {
	background:none;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	display:block;
	outline:none;
	position:relative;
	box-shadow:none;
	border:none;
	cursor:pointer;
}
.prolist_banner .ban_form .form_box .btns button .icon {
	display:block;
	width:27px;
	height:27px;
	background:url(case_search.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:-13px;
	top:50%;
	margin-top:-13px;
}
.prolist_banner .ban_form .con {
	font-size:18px;
	color:#fff;
	margin-top:10px;
	text-align:right;
}
.prolist_banner .ban_form .con span {
	font-weight:bold;
	color:#fcb026;
}
.pro_list.channel_content {
	padding-bottom:0; margin:0 auto; padding:0;
}
.pro_list01 {
	padding-bottom:0px; margin:0 auto; padding:0;
}
.pro_list01 .hd .item {
	position:relative;
	padding-left:123px;
	margin-bottom:17px;
}
.pro_list01 .hd .item .tit {
	font-size:20px;
	line-height:38px;
	color:#323232;
	font-weight:bold;
	position:absolute;
	left:0;
	top:0;
}
.pro_list01 .hd .item .con {
	font-size:0;
}
/*2020-02.22因为字数有的太多 所以设计要求不要求对齐，宽度不定死*/
.pro_list01 .hd .item .con .con_a {
	display:inline-block;
	padding:0 15px;
	height:38px;
	line-height:38px;
	font-size:15px;
	background:#f0f0f0;
	color:#666;
	margin-right:10px;
	text-align:center;
	margin-bottom:13px;
}
.pro_list01 .hd .item .con .con_a.cur {
	background:#fcb026;
	color:#323f47;
}
.pro_list01 .bd {
	margin-top:00px;
}
.pro_list01 .bd .bd_infor .tit {
	font-size:30px;
	font-weight:bold;
	color:#fcb026;
	line-height:1;
}
.pro_list01 .bd .bd_infor .con span {
	display:inline-block;
	font-size:16px;
	color:#333f47;
	font-weight:bold
}
.pro_list01 .bd .bd_infor .con .con_txt {
	display:inline-block;
	font-size:0;
}
.pro_list01 .bd .bd_infor .con_txt .cell {
	display:inline-block;
	height:26px;
	cursor:pointer;
	font-size:16px;
	color:#858585;
	line-height:26px;
}
.pro_list01 .bd .bd_infor .con_txt em {
	display:inline-block;
	font-size:16px;
	margin:0 5px;
}
.pro_list01 .bd .bd_infor .con_txt .cell:first-child {
	border-right:none;
}
.pro_list01 .bd .bd_infor .con_txt .cell:last-child {
	border-left:none;
}
.pro_list01 .bd .bd_infor .con_txt .cell.cur {
	color:#fcb026
}
.pro_list01 .bd .bd_list {
	margin-top:30px; margin:0 auto; padding:0; 
}
.pro_list01 .bd .bd_list li {
	transition:all 0.5s ease;
}
.pro_list01 .bd .bd_list li .li_box {
	border:1px solid #d6d6d6;
}
.pro_list01 .bd .bd_list li .infor {
	padding:1em;
	position:relative;
	z-index:2;
}
.pro_list01 .bd .bd_list li .infor .tit {
	font-size:1.1em;
	line-height:30px;
	color:#333f47;
}
.pro_list01 .bd .bd_list li .infor .con {
	font-size:1.2em;
	line-height:1.3em;
	color:#000000; font-weight:300;
	font-family:"微软雅黑";
}


.pro_list01 .bd .bd_list li .infor .icon {
	width:63px;
	height:62px;
	background:url(pro_list_ico.png) no-repeat center;
	position:absolute;
	top:30px;
	right:25px;
	opacity:0;
	visibility:hidden;
}
.pro_list01 .bd .bd_list li.li_new .infor .icon {
	opacity:1;
	visibility:visible;
}
.pro_list01 .bd .bd_list li .img_ {
	width:100%;
	margin:0;
}
.pro_list01 .bd .bd_list li .intro {
	padding:1em;
}
.pro_list01 .bd .bd_list li .intro .con .con_text {
	margin-bottom:10px;
	font-size:15px;
	height:53px;
	overflow:hidden;
}
.pro_list01 .bd .bd_list li .intro .con .con_text .text_t {
	color:#333333;
	line-height:28px;
	font-size:1.1em;
	font-weight:300;
}
.pro_list01 .bd .bd_list li .intro .con .con_text .text_c {
	color:#333333;
	font-size:1em;
}
.pro_list01 .bd .bd_list li .intro .con .con_text .text_c .cn {
	display:none;
	display:block;
	overflow:auto;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pro_list01 .bd .bd_list li .intro .con .con_text .text_c .en {
	display:block;
	display:none;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pro_list01 .bd .bd_list li:hover {
	box-shadow:0 0 20px rgba(0,0,0,0.2)
}
.pro_list01 .bd .bd_list li .more_box {
	text-align:center;
}
.pro_list01 .bd .bd_list li .more_box .more {
	display:inline-block;
	padding:0 40px 0 40px;
	height:41px;
	line-height:41px;
	text-align:center;
	border:1px solid #798186;
	font-size:16px;
	color:#333f47;
	position:relative; margin:0 auto;
}
.pro_list01 .bd .bd_list li .more_box .more:first-child {
	margin-left:0px;
}
.pro_list01 .bd .bd_list li .more_box .more span {
	position:relative;
	z-index:3;
}
.pro_list01 .bd .bd_list li .more_box .more:after {
	content:'';
	width:0;
	height:100%;
	background:#333e46;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition:all 0.5s ease;
}
.pro_list01 .bd .bd_list li .more_box .more:hover {
	color:#f5a834;
	border-color:#333e46;
}
.pro_list01 .bd .bd_list li .more_box .more:hover:after {
	width:100%;
}
.pro_list02 {
	padding:50px 0;
	background:#fcb026;
}
.pro_list02 li {
	width:25%;
	float:left;
	position:relative
}
.pro_list02 li:after {
	content:'';
	width:2px;
	height:149px;
	background:#fff;
	background:rgba(255,255,255,.3);
	position:absolute;
	left:0;
	top:22px;
}
.pro_list02 li:first-child:after {
	display:none;
}
.pro_list02 li .li_box {
	padding:0 11.5%;
}
.pro_list02 li .li_box .img_ {
	width:78px;
	height:60px;
	margin:0 auto 15px;
	transition:all 0.5s ease;
}
.pro_list02 li .li_box .intro {
	text-align:center;
}
.pro_list02 li .li_box .intro .t {
	font-size:1.3em;
	line-height:30px;
	color:#333f47;
	font-weight:lighter; font-weight:bold;
	margin-bottom:10px;
}
.pro_list02 li .li_box .intro .c1 {
	font-size:1em;
	line-height:25px;
	color:#333f47;
}
.pro_list02 li .li_box .intro .c1 a:hover {
	opacity:0.8;
	color:#333f47
}
.pro_list02 li .li_box .intro .c2 {
	margin-top:19px;
}
.pro_list02 li .li_box .intro .c2 form {
	font-size:0;
	text-align:center;
}
.pro_list02 li .li_box .intro .c2 .inp_wrap {
	display:inline-block;
	width:70%;
	height:48px;
	vertical-align:middle;
}
.pro_list02 li .li_box .intro .c2 .inp_wrap input {
	width:100%;
	border:none;
	background:#fff;
	height:48px;
	line-height:48px;
	font-size:15px;
	color:#333f47;
	font-weight:lighter;
	text-indent:17px;
	padding:0;
}
.pro_list02 li .li_box .intro .c2 .btn_wrap {
	display:inline-block;
	width:25%;
	height:48px;
	vertical-align:middle;
}
.pro_list02 li .li_box .intro .c2 .btn_wrap button {
	width:100%;
	padding:0;
	margin:0;
	background:#333f47;
	cursor:pointer;
	font-size:16px;
	color:#fff;
	height:48px;
	line-height:48px;
	outline:none;
	border:none;
	text-align:center
}
.pro_list02 li .li_box .intro .c3 span {
	font-size:1em;
	color:#333f47;
}
.pro_list02 li .li_box .intro .c3 .bdsharebuttonbox {
	text-align:center;
	margin-top:10px;
}
.pro_list02 li .li_box .intro .c3 .bdsharebuttonbox a {
	display:inline-block;
	background:url(pro_share.jpg) no-repeat;
	width:40px;
	height:37px;
	margin:0 6px 0 0;
	transition:none;
	padding:0;
	float:none;
	position:relative
}
.pro_list02 li .li_box .intro .c3 .bdsharebuttonbox a.bds_tsina {
	background-position:0 0;
}
.pro_list02 li .li_box .intro .c3 .bdsharebuttonbox a.bds_weixin {
	background-position:-40px 0;
}
.pro_list02 li .li_box .intro .c3 .bdsharebuttonbox a.bds_sqq {
	background-position:-80px 0;
}
.pro_list02 li .li_box .intro .c3 .bdsharebuttonbox a:after {
	content:'';
	width:12px;
	height:6px;
	background:url(pro_list_sj.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:-6px;
	bottom:100%;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease;
}
.pro_list02 li .li_box .intro .c3 .bdsharebuttonbox a:hover:after {
	opacity:1;
	visibility:visible;
}
.pro_list02 li .li_box .intro .c4 {
	position:relative
}
.pro_list02 li .li_box .intro .c4 .text {
	height:45px;
	line-height:45px;
	font-size:15px;
	color:#333f47;
	border:2px solid #333f47;
	text-align:left;
	padding-left:13px;
	cursor:pointer;
}
.pro_list02 li .li_box .intro .c4 .c_down {
	position:absolute;
	left:0;
	top:100%;
	border-top:none;
	width:100%;
	background:#fff;
	z-index:2;
	display:none;
	text-align:left;
}
.pro_list02 li .li_box .intro .c4 .c_down dd a {
	display:block;
	padding:6px 13px;
	line-height:1.8;
}
.pro_list02 li .li_box .intro .c4 .c_down dd a:hover {
	background:#eee;
}
.pro_list02 li:hover .li_box .img_ {
	transform:rotateY(180deg);
}
/*产品列表*/
.pro_list02 li .li_box .intro .c4 .text {
	position:relative;
}
.pro_list02 li .li_box .intro .c4 .text:after {
	content:'';
	width:11px;
	height:6px;
	background:url(xiala_jt.png) no-repeat center;
	position:absolute;
	top:50%;
	margin-top:-3px;
	right:20px;
	transition:all 0.5s ease;
}
.pro_list02 li .li_box .intro .c4 .text.cur:after {
	transform:rotateZ(180deg);
}
a {
	color:inherit;
}


/*
* name: ui.css
* version: v1.1.14
* update: 表格从1240px起进入响应模式
* date: 2017-05-23
*/



/*动效*/
.rotation { -webkit-animation: rotation  0.8s infinite linear; animation: rotation  0.8s infinite linear;}
@-webkit-keyframes rotation { 0% { -webkit-transform: rotateZ(0deg);}
    100% { -webkit-transform: rotateZ(360deg);}}
@keyframes rotation { 0% { transform: rotateZ(0deg);}
    100% { transform: rotateZ(360deg);}}
.heartbeat { -webkit-animation: heartbeat  1.2s infinite ease-in; animation: heartbeat  1.2s infinite ease-in;}
@-webkit-keyframes heartbeat { 0% { -webkit-transform: scale(1); opacity: 1;}
    15% { -webkit-transform: scale(1.3); opacity: 0.5;}
    30% { -webkit-transform: scale(1); opacity: 1;}}
@keyframes heartbeat { 0% { transform: scale(1); opacity: 1;}
    15% { transform: scale(1.3); opacity: 0.5;}
    30% { transform: scale(1); opacity: 1;}}
.trigger:hover { -webkit-animation: trigger 0.2s ease; animation: trigger 0.2s ease;}
@-webkit-keyframes trigger { 0% { -webkit-transform: rotateZ(0deg);}
    100% { -webkit-transform: rotateZ(180deg);}}
@keyframes trigger { 0% { transform: rotateZ(0deg);}
    100% { transform: rotateZ(180deg);}}

/* 等比填充 */
*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;width: 94%;height: 94%; margin:3%; padding:0;}
.rect-50{padding-bottom: 50%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-618{padding-bottom: 61.8%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}

/* table */
.datalist {width:100%; border-collapse:collapse; border-spacing:0; border:1px solid #ccc; }
.datalist caption { padding-bottom:5px;}
.datalist th {font-weight:700; padding:5px 15px; border:1px solid #ccc; background:#eee;}
.datalist td {padding:5px 15px; border:1px solid #ccc;}
.datalist tr.altrow { background:#ccc;}

.table { width: 100%; max-width: 100%; margin-bottom: 20px;}
.table >thead >tr >th, .table >tbody >tr >th, .table >tfoot >tr >th, .table >thead >tr >td, .table >tbody >tr >td, .table >tfoot >tr >td { line-height: 1.42857143; padding: 8px; vertical-align: inherit; border-top: 1px solid #ddd;}
.table >thead >tr >th { vertical-align: bottom; border-bottom: 2px solid #ddd;}
.table >caption +thead >tr:first-child >th, .table >colgroup +thead >tr:first-child >th, .table >thead:first-child >tr:first-child >th, .table >caption +thead >tr:first-child >td, .table >colgroup +thead >tr:first-child >td, .table >thead:first-child >tr:first-child >td { border-top: 0;}
.table >tbody +tbody { border-top: 2px solid #ddd;}
.table .table { background-color: #fff;}
.table-condensed >thead >tr >th, .table-condensed >tbody >tr >th, .table-condensed >tfoot >tr >th, .table-condensed >thead >tr >td, .table-condensed >tbody >tr >td, .table-condensed >tfoot >tr >td { padding: 5px;}
.table-bordered { border: 1px solid #ddd;}
.table-bordered >thead >tr >th, .table-bordered >tbody >tr >th, .table-bordered >tfoot >tr >th, .table-bordered >thead >tr >td, .table-bordered >tbody >tr >td, .table-bordered >tfoot >tr >td { border: 1px solid #ddd;}
.table-bordered >thead >tr >th, .table-bordered >thead >tr >td { border-bottom-width: 2px;}
.table-striped >tbody >tr:nth-of-type(odd) { background-color: #f9f9f9;}
.table-hover >tbody >tr:hover { background-color: #f5f5f5;}
table col[class*='col-'] { position: static; display: table-column; float: none;}
table td[class*='col-'], table th[class*='col-'] { position: static; display: table-cell; float: none;}
.table >thead >tr >td.active, .table >tbody >tr >td.active, .table >tfoot >tr >td.active, .table >thead >tr >th.active, .table >tbody >tr >th.active, .table >tfoot >tr >th.active, .table >thead >tr.active >td, .table >tbody >tr.active >td, .table >tfoot >tr.active >td, .table >thead >tr.active >th, .table >tbody >tr.active >th, .table >tfoot >tr.active >th { background-color: #f5f5f5;}
.table-hover >tbody >tr >td.active:hover, .table-hover >tbody >tr >th.active:hover, .table-hover >tbody >tr.active:hover >td, .table-hover >tbody >tr:hover >.active, .table-hover >tbody >tr.active:hover >th { background-color: #e8e8e8;}
.table >thead >tr >td.success, .table >tbody >tr >td.success, .table >tfoot >tr >td.success, .table >thead >tr >th.success, .table >tbody >tr >th.success, .table >tfoot >tr >th.success, .table >thead >tr.success >td, .table >tbody >tr.success >td, .table >tfoot >tr.success >td, .table >thead >tr.success >th, .table >tbody >tr.success >th, .table >tfoot >tr.success >th { background-color: #dff0d8;}
.table-hover >tbody >tr >td.success:hover, .table-hover >tbody >tr >th.success:hover, .table-hover >tbody >tr.success:hover >td, .table-hover >tbody >tr:hover >.success, .table-hover >tbody >tr.success:hover >th { background-color: #d0e9c6;}
.table >thead >tr >td.info, .table >tbody >tr >td.info, .table >tfoot >tr >td.info, .table >thead >tr >th.info, .table >tbody >tr >th.info, .table >tfoot >tr >th.info, .table >thead >tr.info >td, .table >tbody >tr.info >td, .table >tfoot >tr.info >td, .table >thead >tr.info >th, .table >tbody >tr.info >th, .table >tfoot >tr.info >th { background-color: #d9edf7;}
.table-hover >tbody >tr >td.info:hover, .table-hover >tbody >tr >th.info:hover, .table-hover >tbody >tr.info:hover >td, .table-hover >tbody >tr:hover >.info, .table-hover >tbody >tr.info:hover >th { background-color: #c4e3f3;}
.table >thead >tr >td.warning, .table >tbody >tr >td.warning, .table >tfoot >tr >td.warning, .table >thead >tr >th.warning, .table >tbody >tr >th.warning, .table >tfoot >tr >th.warning, .table >thead >tr.warning >td, .table >tbody >tr.warning >td, .table >tfoot >tr.warning >td, .table >thead >tr.warning >th, .table >tbody >tr.warning >th, .table >tfoot >tr.warning >th { background-color: #fcf8e3;}
.table-hover >tbody >tr >td.warning:hover, .table-hover >tbody >tr >th.warning:hover, .table-hover >tbody >tr.warning:hover >td, .table-hover >tbody >tr:hover >.warning, .table-hover >tbody >tr.warning:hover >th { background-color: #faf2cc;}
.table >thead >tr >td.danger, .table >tbody >tr >td.danger, .table >tfoot >tr >td.danger, .table >thead >tr >th.danger, .table >tbody >tr >th.danger, .table >tfoot >tr >th.danger, .table >thead >tr.danger >td, .table >tbody >tr.danger >td, .table >tfoot >tr.danger >td, .table >thead >tr.danger >th, .table >tbody >tr.danger >th, .table >tfoot >tr.danger >th { background-color: #f2dede;}
.table-hover >tbody >tr >td.danger:hover, .table-hover >tbody >tr >th.danger:hover, .table-hover >tbody >tr.danger:hover >td, .table-hover >tbody >tr:hover >.danger, .table-hover >tbody >tr.danger:hover >th { background-color: #ebcccc;}
.table-responsive {overflow-x: auto; min-height: 0.01%; }







@font-face{font-family: "iconfont";
  src: url('iconfont.eot'); /* IE9*/
  src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff') format('woff'), /* chrome, firefox */
  url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  display:inline-block;
  vertical-align: middle;
  margin:0 .3em;
  font-size: 1.1em;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;   
}

@font-face {
  font-family: "FZL";
  src: url("font/FZLTDHJW_0.woff2") format("woff2"),
       url("font/FZLTDHJW_0.woff") format("woff"),
       url("font/FZLTDHJW_0.ttf") format("truetype"),
       url("font/FZLTDHJW_0.eot") format("embedded-opentype"),
       url("font/FZLTDHJW_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Impact";
  src: url("Impact_font/IMPACT_0.woff2") format("woff2"),
       url("Impact_font/IMPACT_0.woff") format("woff"),
       url("Impact_font/IMPACT_0.ttf") format("truetype"),
       url("Impact_font/IMPACT_0.eot") format("embedded-opentype"),
       url("Impact_font/IMPACT_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@charset "utf-8";
/* banner */
.c-banner{
	width: 100%; float: none;
	position: relative; 
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{

	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}




.clear {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden
}

.xmsy {
	width:80%;
	height:auto;
	margin:0px auto;
}
.xmsy ul {
	}.xmsy ul li {
	margin-bottom:10px;
	margin-right:20px;
	float:left;
	padding:5px 5px 25px 5px;
	width:47%;
	border-bottom:1px solid #eeeeee;
}
.xmsy .pic {
	padding-top:10px;
	float:left;
	width:26%;
}
.xmsy .pic img {
	border:3px solid #eaeaea;
}
.xmsy .pic .date {
	width:166px;
	height:45px;
	background:#cd081a;
	line-height:45px;
	font-family:Impact;
	text-align:center;
	color:#ffffff;
	font-size:28px;
}
.xmsy .con {
	float:right;
	width:70%;
}
.xmsy .con span {
	display:block;
	height:35px;
	font-size:18px;
	line-height:35px;
	font-family:"微软雅黑 Light";
}
.xmsy .bt {
	height:34px;
	line-height:34px;
	font-size:16px;
	text-align:left;
}
.xmsy .bt a {
	font-size:18px;
	color:#1d1d1d;
}
.xmsy .intro {
	font-size:12px;
	color:#959595;
	line-height:20px;
}
.xmsy .intro a {
	font-size:12px;
	color:#959595;
	line-height:20px;
}
.xmsy li:hover .con span {
	display:block;
	height:35px;
	color:#cd0817;
	font-size:18px;
	line-height:35px;
	font-family:"微软雅黑 Light";
}
.xmsy li:hover .bt a {
	font-size:18px;
	color:#cd0817;
}

  .tit1{
    width: 100%;
    height: auto;
    background: url(tit-bg1.jpg) top center no-repeat;
    overflow: hidden;
  }
  .tit1 img{
    display: block;
    margin:0 auto;
  }
  .tit1 h2{
    display: block;
    height: 50px;
    text-align: center;
    font-size: 36px;
    color: #464646;
    letter-spacing: 10px;
    font-weight: bold;
  }
  .tit1 p{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #737373;
    letter-spacing: 0px;
  }
  .tit1 .enzi{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #666;
  }
  

.part02{
  width: 100%;
  height: 445px;
  background: url(tu02.jpg) no-repeat top center;
  overflow: hidden;
}
.h-about1{
  float: left;
  margin-top:120px;
  margin-left: 10%;
  width: 35%; height:220px;
  background-color: #ef2d2c;
}
.h-about1 h3{   margin-right: 3%; padding-top:0.5em;
  height: 1.5em;
  font-size: 3.2em;
  color: #ffffff;
  text-align: right;
}
.h-about1 p{
  display: block;
  margin-right: 3%; padding-top:1em;
  font-size: 2.3em;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.h-about2{
  float: right;
  margin-top: 60px;
  width: 45%;
  height: auto;
}
.h-about2 h3{
  display: block;
  height: 63px;
  font-size: 26px;
  color: #404549;
}
.h-about2 p{
  display: block;
  width: 100%;
  height: 208px;
  font-size: 15px;
  color: #404549;
  line-height: 179%;
  letter-spacing: 0px;
  overflow: hidden;
}
.h-about2 .more a{
  display: block;
  float: right;
  margin-top:28px;
  width: 130px;
  height: 36px;
  border: 1px solid #ef2d2c;
  font-size: 15px;
  color: #d64b4a;
  text-align: center;
  line-height: 28px;
}

/*首页banner*/

.header { z-index: 999; }



.top-w{
  width: 100%;
  border: none;
  border-bottom: 5px solid #f60e0e;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
}
.menu-w{
  width: 100%;
  height: auto;
  background-color: #fff;
}
.pc-menu-bg{
  position: relative;
  z-index: 111111;
  width: 100%;
  background-color: #f0f0f0;
}

#cpzs{width:100%; height:auto; }



.h-pro-gun03 li{
  float: left; margin:0.5%;
  width:24%;
  height:100%;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
  margin-top: 10px;
}
.h-pro-gun03 li:hover{
	border: 1px solid #f5f5f5;
	-webkit-box-shadow:0 2px 20px rgba(102,102,102,.55);-moz-box-shadow:0 2px 20px rgba(102,102,102,.55);box-shadow:0 2px 20px rgba(102,102,102,.55);
}
.h-pro-gun03 li .tu{
	margin: 2%;
	width: 96%;
	height: auto; text-align:center;
	padding:0px;
	border:0px solid #434343;
	overflow: hidden;
}
.h-pro-gun03 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out; width:100%; height:480px;
}
.h-pro-gun03 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out; width:100%; height:480px;
}
.h-pro-gun03 li .p1-t{
	margin:0 auto;
	width: 94%;
	height: 32px;
	background-color: #fbfbfb;
}

.h-pro-gun03 li .p1-t a h3{
  display: block; font-weight:100;
  height:32px;
  line-height: 32px;
  font-size: 1.3em;
  color: #333;
  text-align: center;

}
.h-pro-gun03 li .p1-t p{
	display: block;
	float: right;
	width: 96%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
	
}
.h-pro-gun03 li:hover .p1-t a h3{
    background-color: #dc241c;
	color: #fff;
}
.h-pro-gun03 li .dianhu{
	margin-top:5px;
    width: 96%;
    height: auto;
}
.h-pro-gun03 li .dianhu p{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 1.5em;
    color: #5b5b5b;
    color: #d90303;
    font-family: impact;
    letter-spacing: 0px;
	transition: all 0.3s ease-out; text-align:center;
   	
}

.h-pro-gun03 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px; text-align:center;
    font-size: 1.5em;
    color: #d90303;
    font-family: impact;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}




.w-1260 {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}


/*首页新闻*/
.part3-l{
  float: left; text-align:left;
  width: 48%;
  height: auto;
  overflow: hidden;
}
.part3-r{
  float: right;
  width: 48%;
  height: auto;
  overflow: hidden;
}
.news1{
  float: right;
  width: 65%;
  height: auto;
  overflow: hidden;
}
.news1-1{
  width: 100%;
  height: 146px;
  background-color: #efefef;
  margin-bottom: 17px;
  transition: all 0.3s ease-out;
}
.news1-1:hover{
  background-color: #db2c31;
}
.news1-1 .tu1{
  display: block;
  float: left;
  width: 25%;
  height: 126px;
  overflow: hidden;
}
.news1-1 .n1-r{
  float: left;
  margin-left: 15px;
  margin-top: 15px;
  width: 65%;
  height: 91px;
  overflow: hidden;
}
.news1-1 .n1-r a h3{
  display: block;
  width: 100%;
  height: 21px;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;
  font-size: 17px;
  color: #242424;
  letter-spacing: 0px;
}
.news1-1:hover .n1-r a h3{
  color: #fff;
}
.news1-1 .n1-r p{
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 58px;
  font-size: 14px;
  color: #5b5b5b;
  line-height: 146%;
  letter-spacing: 0px;
  overflow: hidden;
}
.news1-1:hover .n1-r p{
  color: #fff;
}
.news1 li{
  padding:6px 0px;
  width: 100%;
  height: auto;
}
.news1 li img{
  display: inline-block;
  float: left;
}
.news1 li a h3{
  display: block;
  float: left;
  width: 80%;
  font-size: 14px;
  color: #5e5e5e;
  transition: all 0.3s ease-out;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;
}
.news1 li:hover a h3{
  color: #db2c31;
}
.news1 li .date1{
  float: right; 
  width: 20%;
  font-size: 13px;
  color: #989898;
  letter-spacing: 0px;
  text-align: right;
}


.news2{
  margin-top: 0px;
  width: 100%;
  height: auto;
}
.news2 li{
  margin-bottom: 16px;
  width: 100%;
  height: 97px;
}
.news2 li img{
  display: block;
  float: left;
  width: 141px;
  height: 97px;
}
.news2 li .n2-r{
  float: right;
  width: 72%;
  height: auto;
}
.news2 li .n2-r a h3{
  display: block;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0px;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;

}
.news2 li:hover .n2-r a h3{
  color: #ba161b;
}
.news2 li .n2-r p{
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 37px;
  font-size: 14px;
  color: #787878;
  line-height: 140%;
  letter-spacing: 0px;
  overflow:hidden; 
}

.tit02{
  width: 100%;
  height: 53px; border-bottom: #CCCCCC 1px solid;
}
.tit02 h2{
  display: block;
  float: left;
  width: 141px;
  height: 32px;
  background-color: #db2c31;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}
.tit02 a{
  display: block;
  float: right;
  width: 62px;
  height: 23px; margin-top:26px; text-decoration:none;
  border:1px solid #dcdcdc;
  font-size: 12px;
  color: #787878;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0px;
  transition: all 0.4s ease-out;
}
.tit02 a:hover{
  background-color: #db2c31;
  color: #fff;
}/
/*新闻样式7*/
.y-news007{
  width: 1260px;
  height: auto;
  overflow: hidden;
}
.y-news007 ul{
  width: 1350px;
}
.y-news007 ul li{
  float: left;
  margin-right: 57px;
  width: 385px;
  height: 400px;
}
.y-news007 ul li .tu{
  width: 385px;
  height: 230px;
}
.y-news007 ul li a h4{
  margin-top:15px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #0e0e0e;
  text-align: center;
  line-height: 150%;
  overflow: hidden;
}
.y-news007 ul li:hover a h4{
  color: #e31515;
}
.y-news007 ul li p{
  display: block;
  margin-top:17px;
  height: 56px;
  font-size: 15px;
  color: #8d8d8d;
  text-align: center;
  line-height: 130%;
  letter-spacing: 0px;
  overflow: hidden;
}
.y-news007 ul li .more a{
  margin: 0 auto;
  display: block;
  width: 114px;
  height: 30px;
  border: 1px solid #e31515;
  text-align: center;
  line-height: 30px;
  color: #e31515;
  -webkit-transition: all 0.2s ease-out; 
  -moz-transition: all 0.2s ease-out; 
  transition: all 0.2s ease-out;
}
.y-news007 ul li:hover .more a{
  width: 100%;
  background-color: #e31515;
  color: #fff;
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
img {
    border: 0px;
}


#w-1300 {
	width:80%;
	margin: 0 auto;
	overflow: hidden;
}

.w1300 {
	width:1300px;
	margin: 0 auto;
	overflow: hidden;
}



.gsys{width:100%; height:201px; background:url(ysbj.jpg) center no-repeat; text-align:center; font-family:"微软雅黑"; margin-top:0px; padding-top:20px;}
.gsys h2{font-size:60px; color:#ff0000; line-height:18px; font-weight:bold;}
.gsys h2 span{color:#434343;}
.gsys p{font-size:24px; color:#858585; line-height:30px; padding-top:40px;}
.gsysbj{width:100%; height:410px; background:url(ysbj1.jpg) center no-repeat;}


.mBox5bg{ background:url(mBox5bg.jpg) center center no-repeat; background-size:cover;}
.mBox5{ width:55%; color:#333; line-height:180%;}

.mBox { width:100%; height:625px; margin:0 auto; padding:0;}
.mBox5bg{ background:url(mBox5bg.jpg) center center no-repeat; background-size:cover; }



.foot-w {
	width: 100%;
	height: auto;
	background: url(/images/foot-tu.jpg) top center no-repeat #303030;
}

.foot-lxa {
	margin-top: 290px;
	padding: 40px 90px;
	background-color: #fff;
	overflow: hidden;
}

.foot-lxa-l {
	margin-right: 450px;
}

.foot-lxa-l p {
	display: block;
	margin-top: 26px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.foot-lxa-l .linea {
	display: block;
	margin-top: 29px;
	width: 29px;
	height: 3px;
	background-color: #313131;
}
.foot-lxa-l span{
	display: block;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #cfcfcf;
	text-transform: uppercase;
}

.foot-lxa-r {
	float: right;
	width: 360px;
}
.foot-logo{
	width: 100%;
}
.foot-conta{
	margin-top: 15px;
}
.foot-conta p{
	font-size: 17px;
	color: #010101;
	line-height: 210%;
}

.foot-contb{
	margin-top: 90px;
	margin-bottom: 50px;
	overflow: hidden;
}
.foot-about{
	position: relative;
	float: left;
	width: 16%;
	min-height: 180px;
	border-right: 1px solid #626262;
}
.foot-about::before{
	content: "";
	position: absolute;
	top:0px;
	right:0px;
	height: 100%;
	border-right: 1px solid #000000;
}

.foot-qt{
	float: left;
	width: 12%;
	min-height: 180px;
}

.foot-tit p{
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff;
}

.foot-list a{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}
.foot-ml{
	margin-left:1%;
}
.foot-pro{
	position: relative;
	float: left;
	width: 22%;
	min-height: 180px;
	border-right: 1px solid #626262;
}
.foot-pro::before{
	content: "";
	position: absolute;
	top:0px;
	right:0px;
	height: 100%;
	border-right: 1px solid #000000;
}
.foot-pro-list a{
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	width: 50%;
	font-family: "font6";
	font-size: 17px;
	color: #999;
}
.foot-ewm{
	float: right;
	margin:8px 10px;
	padding:30px 25px;
	border:1px solid #9f9f9f;
	overflow: hidden;
}
.foot-ewm img{}
.foot-ewm p{
	display: block;
	margin-top: 22px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.foot-bq{
	padding:10px;
	text-align: center;
}
.foot-bq p,
.foot-bq p a,
.foot-bq a,
.foot-bq p strong{
	font-size: 14px;
	color: #dddddd;
	text-align: center;
}
* {text-decoration:none;}



.case_more{text-align: center;margin-top: 60px;}
.case_more a{display: inline-block;width: 265px;height: 40px;background: #212121;text-align: center;color: #fff;line-height: 40px;border-radius: 40px;margin: 0 30px;}
.case_more a:hover{background: #dc3023;transition: .5s;}
.case_more div{display: inline-block;width: 265px;height: 40px;border-radius: 40px;background:#ce0117 url(dhdh.jpg)30px center no-repeat;    vertical-align: top;margin: 0 30px;}
.case_more div span{color: #fff;line-height: 40px;font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";font-size: 28px;margin-left: 30px;}




.part-gg{ width: 100%; background: url(../Img/ggbt.jpg) top center; }
.ggtxt{
  text-align:left; padding: 50px 0px; color: #ffffff;
  font-size: 36px; font-weight: bold; letter-spacing: 8px; }

.ggtxt1{ color: #ffffff;
  font-size: 36px; font-weight: bold; }


.ggtxt span{ color: #ffffff; font-size: 50px; font-weight: bold;
 letter-spacing: 0px;  }
.ggtxt1{ padding-top: 70px; color: #ffffff; font-size: 18px; font-weight:normal; }
.ggtxt2{ color: #ffffff;
  font-size: 36px; font-weight: bold; }
.end1{text-align: center; font-size: 18px; }


.cp_bt{background: url(bt_bg.png)no-repeat center;}
.cp_bt img{display: block;margin: auto;padding-top: 90px;}
.cp_bt p{text-align: center;margin-top: 15px;}


.yu_yous{width: 100%;height: 206px;margin: 0 auto;background: url(yu_20.jpg) no-repeat center;margin-top: 10px;}
.yu_yousbg{width: 100%;height: 570px;background: url(yu_21.jpg) no-repeat;margin: 0 auto;}


.yu_yous4{width: 1200px;height: 490px;position:relative;top: 30px;margin: 0 auto; font-size:16px;}
.yu_yous401{width: 263px;height: 489px;background: url(01.jpg) no-repeat;float: left;}
.yu_yous401:hover{width: 263px;height: 489px;background: url(01h.jpg) no-repeat;}
.yu_yous401 a{width: 230px;display: block;height: 300px;margin: 0 auto;padding-top: 100px;line-height: 30px;color: #6d643f}

.yu_yous402{width: 263px;height: 489px;background: url(02.jpg) no-repeat;margin-left: 40px;float: left;}
.yu_yous402:hover{width: 263px;height: 489px;background: url(02h.jpg) no-repeat;}
.yu_yous402 a{width: 230px;display: block;height: 300px;margin: 0 auto;padding-top: 100px;line-height: 30px;color: #6d643f}

.yu_yous403{width: 263px;height: 489px;background: url(03.jpg) no-repeat;margin-left: 40px;float: left;}
.yu_yous403:hover{width: 263px;height: 489px;background: url(03h.jpg) no-repeat;}
.yu_yous403 a{width: 230px;display: block;height: 300px;margin: 0 auto;padding-top: 100px;line-height: 30px;color: #6d643f}

.yu_yous404{width: 263px;height: 489px;background: url(04.jpg) no-repeat;margin-left: 40px;float: left;}
.yu_yous404:hover{width: 263px;height: 489px;background: url(04h.jpg) no-repeat;}
.yu_yous404 a{width: 230px;display: block;height: 300px;margin: 0 auto;padding-top: 100px;line-height: 30px;color: #6d643f}



#w-1260 {
    margin: 0 auto;
    width: 86%;
    overflow: hidden;
}
.foot-lx{
  width: 100%;
  height: auto;
  background: url(foot-tua.jpg) top center no-repeat;
  overflow: hidden;
}
.foot-lx-tit{
  margin-top: 70px;
  text-align: center;
}
.foot-lx-tit p{
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.foot-lx-tit span{
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.yz-lx{
  margin-top: 70px;
}
.yz-lx .con{
  padding:20px;
  background-color: #252f3b;
  text-align: center;
}
.yz-lx .con p.bt{
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.yz-lx .con p.bt img{
  display:inline-block;
  vertical-align: middle;
}
.yz-lx .con p.lx-nr{
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.yz-f-phone{
  
}
.yz-f-phone .tit{
  padding:3px; margin-top:60px;
  width: 80%;
  height: auto;
  background-color: #e02b30;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.yz-f-phone p{
  display: block;
  padding:10px 0px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.yz-f-tit{
  padding-bottom: 40px;
  font-size: 17px;
  color: #eeeff1;
  height: 20px;
}
.yz-f-menu a{
  display: block;
  padding:3px;
  font-size: 14px;
  color: #dddddd;
}
.yz-f-fl{
  text-align: left;
}
.yz-f-fl a{
  display: inline-block;
  margin:3px;
  padding:6px; width:40%;
  font-size: 15px; padding-left:15px;
  color: #dddddd;
  border:1px solid #6f767c;
}
.yz-link{
  margin:30px 0px;
  overflow: hidden;
}
.yz-link img{
  display: block;
  float: left;
  margin-right: 15px;
}
.yz-link a{
  display: block;
  float: left;
  margin-right: 15px;
  font-size: 14px;
  color: #333;
  line-height: 31px;
  position: relative;
}
.yz-link a:before{
  content: "";
  position: absolute;
  right:-8px;
  top:11px;
  z-index: 10;
  width: 1px;
  height: 10px;
  background-color: #666;
}
.yz-foot{
  padding-top:60px;
  padding-bottom: 40px;
  background-color: #252f3b;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.yz-ewm{
  text-align: center; float:left;
}
.yz-ewm img{
  display: block;
  margin:0 auto;
}
.yz-ewm p{
  display: block;
  padding:15px 0px;
  font-size: 14px;
  color: #dddddd;
  text-align: center;
}
.yz-bq{
  padding:15px 0px;
  border-top:1px solid #414b57;
  background-color: #252f3b;
  text-align: center;
  overflow: hidden;
}
.yz-bq a,
.yz-bq p,
.yz-bq p a,
.yz-bq p strong{
  vertical-align: middle;
  font-size: 14px;
  color: #dddddd;
  text-align: center;
}
.yz-bq p img{
  display: inline-block;
  vertical-align: 
}


.inner, .news_one_list .news_box li a{
	width:86%;
	margin:0 auto;
}


.section_five{padding: 0 0 50px 0;}
.section_five .inner{margin-top: 50px;}
.section_five .pub_title{margin:50px 0;}
.section_five .item{float: left;width:24%;margin:0.5%;background-color: #f4f4f4;}

.section_five .item a{background: #f5f5f5;padding-top: 12px;}
.section_five .item .img img{width: 94%;display: block;margin: auto; margin-top:3%;}
.section_five .img{position: relative;}
.section_five .img .date{position: absolute;z-index:88;left:12px;top:0;text-align: center;color:#fff;width:86px;height:78px;background-color: #d93035;}
.section_five .img .date strong{display: block;font-size:40px;}
.section_five .img .date span{font-size:14px;}
.section_five .item .info{padding:20px 12px;}
.section_five .item h3{font-size:18px;color:#252525;font-weight: 700;}
.section_five .item p{font-size:14px;margin-top:12px;color:#8e8e8e;line-height:22px;height:70px;overflow: hidden;}
.section_five .item:hover .date{background: #272525;transition: .5s;}





.h-pro-gun05 li{
  float: left; margin:0.5%;
  width:24%;
  border: 0px solid #ccc;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
  margin-top: 10px;
}
.h-pro-gun05 li:hover{
	border: 0px solid #f5f5f5;
	-webkit-box-shadow:0 2px 20px rgba(102,102,102,.55);-moz-box-shadow:0 2px 20px rgba(102,102,102,.55);box-shadow:0 2px 20px rgba(102,102,102,.55);
}
.h-pro-gun05 li .tu{
	margin: 2%;
	width: 96%;
	height: auto; text-align:center;
	padding:0px;
	border:0px solid #434343;
	overflow: hidden;
}
.h-pro-gun05 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out; width:100%; height:450px;
}
.h-pro-gun05 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out; width:100%; height:450px;
}
.h-pro-gun05 li .p1-t{
	margin:0 auto;
	width: 94%;
	height: 32px;
	background-color: #fbfbfb;
}

.h-pro-gun05 li .p1-t a h3{
  display: block; font-weight:100;
  height:32px;
  line-height: 32px;
  font-size: 1.3em;
  color: #333;
  text-align: center;

}
.h-pro-gun05 li .p1-t p{
	display: block;
	float: right;
	width: 96%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
	
}
.h-pro-gun05 li:hover .p1-t a h3{
    background-color: #dc241c;
	color: #fff;
}
.h-pro-gun05 li .dianhu{
	margin-top:5px;
    width: 96%;
    height: auto;
}
.h-pro-gun05 li .dianhu p{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 1.5em;
    color: #5b5b5b;
    color: #d90303;
    font-family: impact;
    letter-spacing: 0px;
	transition: all 0.3s ease-out; text-align:center;
   	
}

.h-pro-gun05 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px; text-align:center;
    font-size: 1.5em;
    color: #d90303;
    font-family: impact;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}