﻿@charset "utf-8";
/* CSS Document */

/*-----whole-----*/

/*-----whole-----*/

html {
	font-size: 100px;
}

body {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
	overflow-x: hidden;
}

.contain {
	width: 100%;
	margin: 0 auto;
}

/*初始化按钮*/

.btn {
	display: inline-block;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}

.btn span {
	display: inline-block;
}

input.text,
textarea.text {
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: none;
	margin: 0px;
	resize: none;
	color: #ccc;
}
@media all and (min-width:900px) {
	#top_form {
		border: 1px solid #ccc;
		width: 100%;
		height: 36px;
		padding: 0 10px;
		border-radius: 10px;
	}
}
/*--- Header ---*/

.Header-wrapper {
	z-index: 99;
}

.Header-wrapper .Header-cl {
	position: relative;
}

.header-container {
	width: 100%;
	background: rgba(0, 0, 0, .2);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
}

/*logo*/

.H-logo {
	height: 70px;
	line-height: 70px;
	font-size: 0px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 5;
	margin-left: 4%;
}

.H-logo img.rollover {
	display: none;
}

.H-action {
	float: right;
}

.H-action .split {
	display: block;
	width: 1px;
	height: 70px;
	background: #576fa6;
	float: left;
}

.H-lang,
.H-srch {
	height: 70px;
	float: left;
}

/*Hlang*/

.H-lang {
	position: relative;
}

.H-lang .Hlang-menu {
	display: block;
	width: 60px;
	height: 100%;
	transition: none;
	-webkit-transition: none;
	font-size: 16px;
	text-align: center;
	color: #CCC;
	line-height: 70px;
}

.Hlang-box {
	padding: 20px 0px;
	width: 200px;
	box-shadow: 1px 1px 10px #666;
	background: #fff;
	position: absolute;
	top: 70px;
	left: -76px;
	display: none;
}

.Hlang-box:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -8px;
	left: 50%;
	margin: 0 0 0 -4px;
}

.Hlang-box a {
	display: block;
	padding: 5px 10px 5px 60px;
	line-height: 30px;
	background-repeat: no-repeat !important;
	background-position: 20px center !important;
}

.Hlang-box a:hover {
	color: #fff;
	background: #0062b2;
}

.Hlang-box a.CN {
	background-image: url('../images/public/icon-cn.png');
}

.Hlang-box a.JP {
	background-image: url('../images/public/icon-jp.png');
}

.Hlang-box a.EN {
	background-image: url('../images/public/icon-en.png');
}

/*Hsrch*/

.H-srch .Hsrch-menu {
	display: block;
	width: 60px;
	height: 100%;
	background-color: #0f307f !important;
	background: url('../images/public/search.png') no-repeat center center;
}

.Hsrch-box {
	width: 100%;
	height: 70px;
	background: #0f307f;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	position: absolute;
	z-index: 2;
}

.Hsrch-block {
	padding: 0 0 0 4rem !important;
	width: 12rem !important;
	height: 32px;
	margin: 19px auto 0;
}

.Hsrch-block .btn {
	width: 24px;
	height: 32px;
	background: url('../images/public/icon-hsrch.png') no-repeat center center;
	float: left;
}

.Hsrch-block .close {
	display: block;
	width: 24px;
	height: 32px;
	background: url('../images/public/icon-close.png') no-repeat center center;
	float: right;
}

.Hsrch-block .text {
	width: 70%;
	height: 32px;
	font-size: 16px;
	float: left;
	margin: 0 0 0 10px;
}

.Hsrch-block .text::-webkit-input-placeholder {
	color: #6f6f6f;
}

.Hsrch-menu.cur {
	display: none;
}

.Header-wrapper.Header-searching .H-logo img {
	display: none;
}

.Header-wrapper.Header-searching .H-logo img.rollover {
	display: inline-block;
}

/*Hnav*/

.H-nav {
	float: left;
	margin-left:22%;
}


.H-nav>li {
	padding: 0 30px;
	float: left;
}

.H-nav>li:hover{background:#6ba23c;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}

.H-nav .Hnav-menu {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 17px;
	color: #FFF;
	font-family: '微软雅黑';
	position: relative;
}

.Hnav-menu i {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../images/public/icon-dd1.png') no-repeat center center / 14px auto;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

.Hnav-menu.cur i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
/* ---------------------------------------------------------------------- */
.Hnav-sub {
	padding: 10px 0;
	width: 28%;
	background: #ffffff;
	position: absolute;
	top: 70px;
	display: none;
}

.HnavSub-box {
	position: relative;
	float: right;
	width: 280px;
	height: 200px;
	padding-right: 10px;
	overflow: hidden;
}

.HnavSub-box img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;		
}
.HnavSub-box img:hover{
	transform: scale(1.05);
}

.HnavSub-list{
	float: left;
}
.HnavSub-list li {
	margin-left: 15%;
	width: 180px;
	height: 40px;
	border-bottom: 1px solid #eee;
	text-align: center;
	color: #989898;
}

.HnavSub-list li a {
	line-height: 50px;
	font-size: 14px;
}
.H-nav>li.cur .Hnav-menu {
	color: #FFF; background: url(/APP/Public/images/menu_mid.gif) no-repeat center bottom;
}
.HnavSub-list li.cur a,
.HnavSub-list li:hover {	
	color:#6ba23c;
}
.H-nav>li:nth-child(1) .Hnav-sub{
	left: 31.5%;
}
.H-nav>li:nth-child(2) .Hnav-sub{
	left: 38.2%;
}
.H-nav>li:nth-child(3) .Hnav-sub{
	left: 45%;
}
.H-nav>li:nth-child(4) .Hnav-sub{
	left: 51.7%;
}
.H-nav>li:nth-child(5) .Hnav-sub{
	left: 58.5%;
}
.H-nav>li:nth-child(6) .Hnav-sub{
	left: 65.2%;
}
.H-nav>li:nth-child(7) .Hnav-sub{
	right: 0%;
}

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
	.Hnav-sub {
		width: 34%;
	}
	.HnavSub-list li {
		margin-left: 10%;
	}
}

@media all and (max-width:1460px) {
	.Hnav-sub {
		width: 36%;
	}

	.H-nav>li:nth-child(1) .Hnav-sub{
		left: 22%;
	}
	.H-nav>li:nth-child(2) .Hnav-sub{
		left: 31%;
	}
	.H-nav>li:nth-child(3) .Hnav-sub{
		left: 40%;
	}
	.H-nav>li:nth-child(4) .Hnav-sub{
		left: 48%;
	}
	.H-nav>li:nth-child(5) .Hnav-sub{
		left: 55%;
	}
	.H-nav>li:nth-child(6) .Hnav-sub{
		left: 60%;
	}
}

@media all and (max-width:1380px) {
	.Hnav-sub {
		width: 38%;
	}
}

@media all and (max-width:1300px) {
	.Hnav-sub {
		width: 39%;
	}
}

@media all and (max-width:1280px) {
	.Hnav-sub {
		width: 41.5%;
	}
}

@media all and (max-width:1200px) {}

/* ----------------------------------------------------------- */
@media all and (min-width:980px) {
	.H-lang:hover .Hlang-box {
		display: block;
		animation: fadeInUp .6s ease-in-out;
		-webkit-animation: fadeInUp .6s ease-in-out;
	}
	.H-nav>li:hover .Hnav-sub {
		display: block;
		animation: fadeInDown .6s ease-in-out;
		-webkit-animation: fadeInDown .6s ease-in-out;
	}
}

/*right menu*/

@keyframes fadeInUp {
	0% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInDown {
	0% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

/*--- Footer ---*/

.Footer-wrapper {
	color: #fff;
}

.footer-container {
	padding:56px 0 84px;
	background: #4c4c4c;
}

.F-nav {
	width: 14%;
	float: left;
	text-align: center;
}

.F-nav.F-nav2 {
	width: 18.0833%;
}

.F-nav dt, .top {
	line-height: 25px;
	font-size: 16px;
	position: relative;
}

.F-nav dt i {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../images/public/icon-dd2.png') no-repeat center center / 14px auto;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}

.F-nav dt.cur i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.F-nav dd {
	margin: 15px 0 0;
}

.F-nav dd a {
	display: block;
	padding: 5px 0;
	line-height: 24px;
	opacity: .6;
}

.F-nav dd a:hover {
	opacity: 1;
}

.F-code {
	display: inline-block;
	text-align: center;
	margin: 18px 0 0;
}

.F-code .type {
	line-height: 22px;
	font-size: 13px;
	color: #b6b6b6;
	margin: 10px 0 0;
}

.F-split {
	width: 1px;
	height: 272px;
	background: #3d3d3e;
	float: left;
}

#web-bnr {
	display: none;
}

#web-bnr .bnr-img {
	height: 390px;
}

/*--- Banner ---*/

#index-bnr {
	height: 690px;
}

.bnr-img {
	display: block;
	width: 100%;
	height: auto;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.index-bnr .bnr-img {
	height: 690px;
}

.index-bnr .swiper-pagination {
	font-size: 0px;
	bottom: 8.070175438596491% !important;
	opacity: .75;
}

.index-bnr .swiper-pagination-bullet {
	width: 60px;
	height: 4px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 8px;
	opacity: 1;
}

.index-bnr .swiper-pagination .swiper-pagination-bullet i {
	display: block;
	width: 100%;
	height: 100%;
	background: #4ab078;
	position: absolute;
	left: -100%;
	top: 0px;
}

.index-bnr .bnr-bg {
	width: 100%;
	height: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*iBnr-1*/

.iBnr1-box {
	text-align: center;
	color: #fff;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 1200px;
	margin-left: -600px;
	text-align: left;
}

.iBnr1-box .t1,
.iBnr1-box .t2 {
	line-height: 76px;
	font-size: 60px;
	font-weight: lighter;
	margin-bottom: 30px;
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
	opacity: 0;
	transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
}

.iBnr1-box .t2 {
	transition: all 1s ease-in-out .2s;
	-webkit-transition: all 1s ease-in-out .2s;
}

.swiper-slide.swiper-slide-active .iBnr1-box .t1,
.swiper-slide.swiper-slide-active .iBnr1-box .t2 {
	transform: translate(0, 0) scale(1);
	-webkit-transform: translate(0, 0) scale(1);
	opacity: 1;
}

.iBnr1-box .t2 {
	line-height: 34px;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	font-family: '微软雅黑';
	letter-spacing: 2px;
}

.iBnr1-block .orn1 {
	display: block;
	width: 89px;
	height: 89px;
	line-height: 89px;
	font-size: 18px;
	font-weight: lighter;
	position: absolute;
	left: 0px;
	top: 32px;
}

/*--- Container ---*/

/*-- 首页 --*/

.header-container {
	background: #78b048;
}

/*内页banner 文字缓动1*/

.ypt-bann {
	padding-top: 100px !important;
}

.ypt-bann h2 {
	font-size: 28px !important;
	font-weight: lighter;
	text-align: left !important;
}

.ypt-bann h2 span {
	font-size: 56px !important;
}

.ypt-bann h3 {
	font-size: 16px !important;
	font-weight: lighter !important;
	text-align: left !important;
	line-height: 30px;
}

.bann h2,
.bann h1,
.bann h4,
.bnr-t1 h2 {
	animation: mymove 1s infinite;
	-webkit-animation: mymove 1s infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes mymove {
	from {
		transform: translateY(-50px);
	}
	to {
		transform: translateY(0px);
	}
}

@-webkit-keyframes mymove {
	from {
		transform: translateY(-50px);
	}
	to {
		transform: translateY(0px);
	}
}

/*文字缓动2*/

.bann h3,
.bann h5,
.bnr-t1 p {
	animation: mymovet 1.5s infinite;
	-webkit-animation: mymovet 1.5s infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes mymovet {
	from {
		transform: translateY(50px);
	}
	to {
		transform: translateY(0px);
	}
}

@-webkit-keyframes mymovet {
	from {
		transform: translateY(50px);
	}
	to {
		transform: translateY(0px);
	}
}

.pdtb70 {
	padding: 70px 0px;
}

.bann {
	height: 380px;
	padding-top: 160px;
	margin-top: 70px;
	color: #fff;
}

.bann h1 {
	font-size: 36px;
	text-align: center;
}

.bann h2 {
	font-size: 42px;
	margin-bottom: 10px;
	text-align: center;
}

.bann h3 {
	font-size: 24px;
	font-weight: lighter;
	font-family: "Microsoft yahei";
	text-transform: uppercase;
	text-align: center;
}

/*翻动效果*/

/*btn*/

.index-link {
	width: 120px;
	margin: 0px auto;
}

.flip-btn {
	display: block;
	width: 114px;
	height: 34px;
	margin: 16px auto 0;
}

.flip-btn .btn {
	width: 112px;
	height: 32px;
	line-height: 32px;
	color: #de9f7d;
	border: 1px solid #de9f7d;
}

.flip-btn .btn.btn2 {
	color: #fff;
	background: #de9f7d;
}

.flip-btn {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-btn,
.flip-btn .btn {
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.flip-btn .btn {
	display: block;
}

.flip-btn .btn.btn1 {
	transform: translateZ(20px);
	-webkit-transform: translateZ(20px);
}

.flip-btn .btn.btn2 {
	transform: rotateX(-90deg) translateZ(-20px);
	-webkit-transform: rotateX(-90deg) translateZ(-20px);
	opacity: 0;
}

.index-link:hover .flip-btn {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.index-link:hover .flip-btn .btn.btn2 {
	opacity: 1;
}

/*----------------------------------重新定义---------------------------  */
/* -----底部----- */
.xg-footer{
	width: 70%;
	margin-left: 15%;
}
.footer-line-tj{
	width: 100%;
	height: 1px;
	background-color:#676767;
	opacity: .8;
	margin-top: 30px;
}
.footer-ewm-tj{
	width: 80%;
	margin-left: 18%;
	overflow: hidden;
}
.footer-ewm-tj div{
	float: left;
}
.footer-left-tj{
	width: 66%;
}
.footer-left-tj ul{
	margin-top: 68px;
	overflow: hidden;
}
.footer-left-tj ul li{
	float: left;
}
.footer-left-tj ul li:nth-child(2) img{
	margin-left: 30px;
	margin-top: 20px;
	vertical-align: bottom;
}

.footer-left-tj ul li:nth-child(2) a{
	font-size: 22px;
	color: #ffffff;
	margin-left: 10px;
	line-height: 20px;
}
.footer-left-tj p{
	margin-top: 20px;
	font-size: 12px;
	color: #CCC;
}
.Footer-relation{
	margin-top: 30px;
	font-size: 12px;
	color: #CCC;
}

.Footer-relation h4{
	overflow: hidden;
	margin: 6px 0 8px -16px;
}
.Footer-relation p{
	float: left;
	margin-left: 16px;
}







.footer-right-tj{
	width: 34%;
	overflow: hidden;
}
.footer-right-tj select{
	margin: 105px auto 55px;
	width: 40%;
	height: 30px;
	background-color: #2449a4;
	border: 1px solid #576fa6;
	border-radius: 5px;
	color: #CCC;
	text-indent: 1em;
	font-size: 12px;
	float: left;
}
.footer-right-tj h3{
	text-align: center;
	margin-top: 60px;
}
.footer-right-tj p{
	font-size: 13px;
	color: #ccc;
	margin-top: 10px;
}





@media all and (max-width:1700px) {
	.H-nav {
		margin-left:40px;
	}
}
@media all and (max-width:1580px) {
	.H-nav {
		margin-left:40px;
	}
	.H-nav>li {
		padding: 0 30px;
	}
}
@media all and (max-width:1460px) {
	.H-nav>li {
		padding:0 18px;
	}
}

@media all and (max-width:1380px) {
	.H-nav>li {
		padding: 0 10px;
	}
	.H-nav .Hnav-menu {
		font-size: 16px;
	}
}

@media all and (max-width:1300px) {
	.H-nav>li {
		padding: 0 10px;
	}
}

@media all and (max-width:1280px) {
	.H-nav>li {
		padding: 0 10px;
	}
}

@media all and (max-width:1200px) {
	.H-nav>li {
		padding: 0 6px;
	}
	.H-lang .Hlang-menu {
		width: 40px;
	}
	.H-srch .Hsrch-menu {
		width: 40px;
	}
}

@media all and (max-width:900px) {
	.H-action .split {
		display: none;
	}
	.H-lang .Hlang-menu {
		line-height: 50px;
	}
	.H-lang .Hlang-menu {
		width: 32px;
	}
	.H-srch .Hsrch-menu {
		width: 32px;
		background-color: #2449a4 !important;
	}
	/* --底部--- */
	.xg-footer{
		width: 0%;
		margin-left: 0%;
	}
	.F-nav {
		text-align: left;
	}
	.footer-line-tj{
		display: none;
	}
	.footer-left-tj {
		width: 100%;
	}
	.footer-left-tj ul {
		margin-top: 30px;
	}
	.footer-ewm-tj {
		width: 92%;
		margin-left: 4%;
	}
	.footer-left-tj ul li:nth-child(2) img {
		margin-left: 16px;
	}
	.footer-left-tj ul li:nth-child(2) a {
		font-size: 18px;
		margin-left: 6px;
	}
	.footer-left-tj h4 span:nth-child(n+2) {
		margin-left: 0px;
	}
	.footer-left-tj h4 span:nth-of-type(3) {
		display: block;
	}
	.footer-right-tj {
		width: 92%;
		margin-left: 4%;
		overflow: hidden;
	}
	.footer-right-tj h3 {
		margin-top: 40px;
	}
	.footer-right-tj select {
		margin-top: 82px;
		text-indent: 0.5em;
	}
}

.Container-wrapper{
    margin-top: 70px;
}
@media all and (max-width:1000px) {
    .Container-wrapper{
        margin-top: 50px;
    }
}


#main-active{
	color: #ffffff;
}
@media all and (max-width:900px) {
	#main-active{
		color: #000000;
		font-weight: 600;
	}

	.HnavSub-list li {
		margin-left: 0%;
		width: 180px;
		height: 40px;
		background-color: #426dd7;
		border-bottom: none;
		text-align: left;
		color: #ffffff;
	}
	.Hnav-sub {
		width: 100%;
	}
	
.H-nav>li:nth-child(1) .Hnav-sub{
	left:0%;
}
.H-nav>li:nth-child(2) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(3) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(4) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(5) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(6) .Hnav-sub{
	left: 0%;
}
.H-nav>li:nth-child(7) .Hnav-sub{
	right: 0%;
}
}

/* 顶部   */
.topTel {height:45px;padding:25px 25px 0 0;}
.topTel img {width:152px;height:16px;overflow:hidden;}


/*内页banner*/
.nybanner{width:100%; min-width:1200px; height:450px; margin:0 auto; z-index:0; position:relative; overflow:hidden;}
.nybanners{left:50%; width:2000px; height:450px; overflow:hidden; margin-left:-1000px; position:absolute;}
.nybn_txt {width:2000px; height:450px; text-align:center; font-size:0px; float:left; display:inline;}
.nybn_txt img{ width:1920px; height:450px;}



/* 底部   */
.cl {clear:both;}
.bl {background:blueviolet;}
.gr {background:green;}
.wh {background:#fff;}
.h20 {height:20px;}
.h30 {height:30px;}
.tc {text-align:center;}
.db {display:block;}
.ofh {overflow:hidden;}
.foot {width:100%;min-width:1200px;height:auto;background:#4c4c4c;padding:40px 0;}
.footer {width:1200px;min-height:220px;height:auto;margin:0 auto;}
.footCon {width:900px;min-height:220px;height:auto;}
.bLogo {overflow:hidden;}
.bLogo,.bLogo img {width:391px;height:38px;}
.bContact {width:900px;height:auto;color:#c6c7ca;line-height:28px;}

.bQr {width:116px;height:150px;overflow:hidden;}
.bQr img {width:116px;height:116px;display:block;overflow:hidden;}
.bQr i {width:116px;height:32px;line-height:32px;color:#c7c7c7;
display:block;overflow:hidden;font-style:normal;text-align:center;}

/* 友情链接  */
.linkBox {min-width:1200px;width:100%;height:auto;background:#464646;}
.link {width:1200px;height:auto;line-height:24px;overflow:hidden;padding:30px 0;
margin:0 auto;text-align:left;font-size:14px;}
.yqljbt {width:90px;height:24px;line-height:24px;display:block;overflow:hidden;font-size:16px;
font-weight:bold;float:left;color:#c1c1c1;}
.yqljcss {width:1200px;float:left;height:auto;margin:0 auto;color:#c1c1c1;}
.yqljcss p {float:left;}
.yqljcss a,.yqljcss a:hover {margin:0 5px;}
.yqljcss a,.bNav a,.jszc a {color:#c1c1c1;}
.yqljcss a:hover,.bNav a:hover,.jszc a:hover {color:#f1ea13;}

/* 内容 */
.content {width:100%;min-width:1200px;margin:auto;overflow:hidden;padding:20px 0;background:#f6f6f6;}
.contentxt {width:1200px;margin:10px auto;padding-bottom:70px;overflow:hidden;font-family:Microsoft YaHei;}

.left {width:240px;float:left;overflow:hidden;}
.right {width:930px;float:right;background:#fff;}

.cpflBg {width:240px;height:auto;background:#fff;}
.cpflTit,.cpflTit a {width:240px;height:84px;}
.cpflTit {margin:0 auto;background:#78b048;}
.cpflTit a {line-height:84px;color:#fff;font-size:28px;}

.menu_list {width:240px;margin:0 auto;overflow:hidden;}
.menu_head {width:240px;height:50px;line-height:50px;
border-bottom:1px solid #e9e9e9;margin:15px 0;cursor:pointer;position:relative;text-align:left;
background:url(../images/icon.jpg) no-repeat 60px center;font-size:16px; text-indent:50px; overflow:hidden;}
.menu_head a {color:#343434;}
.menu_head a:hover {color:#1071b6;}
.menu_list .current{width:240px; height:50px; line-height:50px;
border-bottom:1px solid #e9e9e9;margin:15px 0; overflow:hidden;}
.menu_body {width:210px;height:auto;overflow:hidden;line-height:35px;}
.menu_body a {width:210px;padding-left:50px;height:42px;line-height:42px;display:block;
font-weight:normal;overflow:hidden;color:#7e7e7e;font-size:14px;}
.menu_body a:hover {color:#0b82f0;}


.nylxTit {width:240px;height:56px;border-bottom: 1px solid #929292;
background:#fff url(../images/nylxTit.png) no-repeat 0 11px;background-size:80% auto;}
.nylxTit a,.nylxTit a:hover {width:80px;height:46px;padding-top:10px;line-height:46px;display:block;float:right;
font-size:14px;text-align:center;}
.nylxTit a {color:#333;}
.nylxTit a:hover {color:#78b048;}
.nylx {width:240px;min-height:100px;height:auto;background:#fff;}
.nylxText {width:210px;height:auto;padding:15px 0;margin:0 auto;line-height:28px;color:#4f4f4f;}
.nylxText a {color:#4f4f4f;}
.nylxText a:hover {color:#1071b6;}

/* 内页导航  */
.ny {width:930px;overflow:hidden;margin-bottom:20px;}
.ny_bt {width:930px;height:50px;margin:auto;overflow:hidden;border-bottom:2px solid #ccc;}
.ny_bt_mc {float:left;width:auto;text-indent:20px;line-height:50px;font-size:24px;font-family:Microsoft YaHei;
 color:#404040;font-weight:normal;}
.ny_bt_wz {float:right;line-height:50px;margin-right:20px;font-size:13px;font-family:Microsoft YaHei;}
.ny_bt_wz a:hover {color:#e80000;}
.ny_txt {width:920px;height:auto;min-height:720px;margin:5px auto;overflow:hidden;}
.ny .newsList {width:100%;padding:20px 0;}






/*网站二维码*/
.pfggcss
{
    position: fixed; bottom:0px; left:0px;
}


/*会客厅*/
/* feedback */
.feedback_input{width:900px; padding:10px; margin-left:5px; text-align:left; background:url(../images/zxly.jpg) right 0 no-repeat;}
.feedback_input span{padding:2px; display:block; margin-bottom:5px;}
.feedback_input span input{border:1px solid #CCC; height:20px; line-height:20px;}
.feedback_input span textarea{ border:1px solid #CCC; width: 330px;}
#btn_ok, #btn_reset{width:75px; height:27px; cursor:pointer; border:0; background:url(../images/btn.jpg) no-repeat 0 0; font-size:12px; font-weight:bold; line-height:27px; color:#FFF;}
.bgblue{ background:#949494; overflow:hidden;}
.pd_3{padding:8px 20px;}
.time,.time02{ width:100px; text-align:right; overflow:hidden; float:right; color:#fff}
.time02{ width:150px; margin-right:15px; display:inline}
.s09{ background-position:0 -288px; width:8px; height:19px;  margin:0px 5px auto 15px;}
.blue{ color:#fff; font-style:normal }

.addform2{border:1px solid #CCC; border-collapse:collapse; width:900px; margin-top:15px;}
#xingbie td, #hunfou td { border:0;}
.feedback_input span select { height:26px; line-height:26px; margin-bottom:5px;}


/*新闻*/
.news_list{ padding:5px; line-height:28px;}
.news_list li{ background:url(../images/lbbjtp.jpg) 4px 10px no-repeat; height:auto; padding-bottom:5px; text-align:left; text-indent:20px; font-weight:bold; border-bottom:1px dashed #CCC;}
.news_list .timex{ float:right; margin-right:15px; font-weight:normal;}
.news_list .nyxwgk{height:auto; overflow:hidden; margin-bottom:10px; font-weight:normal;}
.f13 a{ color:red;}
.f13 a:hover{ color:#FB4619;}
/*下载*/
.news_lists{ padding:5px; line-height:28px;}
.news_lists li{ background:url(../images/3.gif) 3px 5px no-repeat; height:auto; padding-bottom:5px; text-align:left; text-indent:35px; font-weight:bold; border-bottom:1px dashed #CCC;}
    .news_lists li img { vertical-align: middle;
    }
.news_lists .timex{ float:right; margin-right:15px; font-weight:normal;}
.news_lists .nyxwgk{height:auto; overflow:hidden; margin-bottom:10px; font-weight:normal;}


/*相关新闻*/
.xgxwclass{width:410px; height:160px; float:left; overflow:hidden; padding-top:5px;} 
.rdxwclass{width:410px; height:160px; float:right; overflow:hidden; padding-top:5px; padding-right:20px;} 
.xgxwbt{height:35px; width:410px; text-align:left; text-indent:10px; line-height:35px; font-weight:bold; font-size:14px;}
.xgxwtxt{ margin:0px; width:410px; height:auto; text-align:left; line-height:25px; overflow:hidden;}
.xgxwtxt li{background:url(../images/xgxwli.jpg) 2px 11px no-repeat; width:410px; height:25px; overflow:hidden; text-align:left; line-height:25px; text-indent:15px;}

.dbxwxgzx{width:880px; padding:0 10px 10px 10px; height:170px; margin-bottom:15px;}
.fgxclass{width:1px; height:170px; background:#cccccc; float:left; margin-left:20px;}
.timexgny{ float:right; margin-right:3px;}

/*新闻详情页*/
.newnyclass{ border-bottom:1px solid #CCCCCC;width: 900px; line-height:15px; float:left; padding-bottom:20px;}

/* 文章工具集 */
.newsTool{border:1px dotted #afafaf;border-left:none;border-right:none;text-align: center; margin-top:5px; margin-bottom:2px;}
.newsTool .titletool{ color:#000; white-space: nowrap;overflow: visible;padding: 0 0 0 .5em;height: 28px;line-height: 28px;}
a.titletool:link, a.titletool:visited{color: #000;}
a.titletool:hover,a.titletool:active{color:#2e6e9e;text-decoration:none;}
/* 视力字体 */
#fonts a{ padding:0 1px;}
#fonts a:hover{ font-weight:bold;}
#backg a{ border: 1px solid #999; width: 8px; height: 8px; display: inline-block; line-height:28px; margin-left:2px;}
/* 工具集图标 */
.newsTool i.icon { background: url(../images/icon.png) no-repeat;}
i.icon.font { background-position: -25px -42px; width: 1.5em;height: 1.5em;}
i.icon.scolor { background-position: -46px -20px; width: 1.5em;height: 1.5em;}
i.icon.weixin{background-position: 3px 0;}
i.icon.weibo{background-position: 0 -24px;}
i.icon.note{background-position: 0px -135px;}
i.icon.favi{background-position: -25px 0px;width:1.5em; height:1.5em;}
i.icon.print{background-position: -25px 0px;width:1.5em; height:1.5em;}
i.icon.close{background-position: -46px 0px;width:1.5em; height:1.5em;}

/*标签-带链接*/
.u-label{font-size: 12px;}
.u-label{display: inline-block;vertical-align: middle; padding: .5em .5em;color: rgba(0,0,0,.65);text-transform: uppercase;font-weight: 400;border-radius: .325em;}
a.u-label{cursor: pointer;}

i.icon{font-size: 1em;}
i.icon{display: inline-block;margin: 0 .25em 0 0;width: 1.5em;height: 1.5em;line-height: 1;vertical-align: middle;background:url(../images/base/icon.png) no-repeat;}
i.icon.weixin{background-position: 3px 0;}
i.icon.weibo{background-position: 0 -24px;}




.newscontentimg { width:900px; overflow:hidden;}
/*产品详情列表*/
.list_qyh{clear:both; margin:10px;}
.list_qyh li{clear:both; height:195px; padding:7px 7px 15px 7px; margin-bottom:7px; border-bottom:1px dashed #D1BFB5; position:relative; background:#FFF;}
.list_qyh li.hover{border-color:#F60; background:#FFFDEC;}
.list_qyh li .view a{margin-bottom:7px;}
.list_qyh li .imgbox{float:left; width:230px; height:170px; margin-right:26px; position:relative;}
.list_qyh li .imgbox a{display:block; width:100%; height:100%; text-align:center; overflow:hidden;}
.list_qyh li .imgbox img{ width:230px; height:170px;}
.list_qyh li .imgbox p{ line-height:20px;}
.list_qyh li .info{float:left; width:620px; height:170px; margin-top:2px; overflow:hidden;}
.list_qyh li .info p{ line-height:27px; text-align:left;}
.list_qyh li .info h3{ text-align:left; line-height:27px; font-size:16px;}
.list_qyh li .info h3 a{ color:#212121;}
.list_qyh li .info h3 a:visited{ color:#212121;}
.list_qyh li .info h3 a:hover{ color:#E62F27;}
.list_qyh li .info span a{ color:#E62F27}
.list_qyh li .info span a:visited{ color:#E62F27}
.list_qyh li .info span a:hover{ color:#E26B25!important;}



.nyxgalcss
{width:900px; padding:0 10px 10px 10px; height:auto; margin-bottom:20px;
}

/*图片*/
.show-img{margin: 10px auto; width:900px;}
.show-img li{  float:left; width:283px; height:255px; overflow:hidden; text-align:center; margin:8px 7px; _margin:8px 6px;}
.show-img li .p_img{border:1px solid #CCC; width:277px; height:195px; padding:2px; vertical-align: middle; text-align: center; display: table-cell;}
.show-img li img { width: 277px; height: 195px;}
.show-img li p{ font-size:13px; height:30px; line-height:30px; width:283px; display:block; background:#ECECEC; overflow:hidden; margin-top:5px;}


.show-imgs{margin: 10px auto; width:900px;}
.show-imgs li{   float:left; width:283px; height:266px; overflow:hidden; text-align:center; margin:8px 7px; _margin:8px 6px;}
.show-imgs li img{width:277px; height:195px;}
.show-imgs li .imgny {display: block; position: relative; width:277px; height:195px; border:1px solid #CCC;  padding:2px;}
.show-imgs li p{ font-size:13px; height:41px; line-height:41px; width:283px; display:block; background:#ECECEC; overflow:hidden; margin-top:4px;}
.show-imgs li a p{ color:#333333; width:283px; height:41px; display:block; background:#ECECEC;}
.show-imgs li a:visited p{ color:#333333; background:#ECECEC;}
.show-imgs li a:hover p{ color:#ffffff!important; background:#108C8E;}
.show-imgs li .coverbg {
display: block;
background: url(../images/play2.png) no-repeat;
width: 41px;
height: 41px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -20.5px;
margin-left: -20.5px;
}


.fl{float:left;}.fr{float:right;}
/*图片详情页*/
.cptable_class{border: 1px solid #CCC;border-collapse:collapse;width: 900px;margin:0 auto 10px auto;}
.cptable_class td{border:1px solid #CCC; padding:5px;}
#oTransContainer img{border:1px solid #CCCCCC; padding:2px;}

/*内页相关图片滚动*/
.tlcpgdcss{ width:880px; height:168px; margin:auto; overflow:hidden;}
.tlcpgdcss li{float:left; width:162px; height:158px; overflow:hidden; text-align:center; margin:6px 5px;}
.tlcpgdcss li .p_img{border:1px solid #CCC; width:156px; height:120px; margin-top:4px; vertical-align: middle; text-align: center; display: table-cell;}
.tlcpgdcss li img{width:156px; height:120px;}
.tlcpgdcss li p{ margin-top:5px;width:162px; height:27px; line-height:27px; overflow:hidden;}


/*招聘信息*/
.hrdemand{width:900px; margin:15px auto;}
.hr_bold{font-size:14px; font-weight:bold; color:#000;}
.hrdemand table {border: 1px solid #ddd;border-collapse:collapse;width:900px; margin:0 auto 10px auto; line-height:15px;}
.hrdemand th{border:1px solid #ddd; padding:5px; background-color: #ddd; font-weight:bold;}
.hrdemand td{border:1px solid #ddd; padding:5px;}
.hrdemand_page{text-align:right; height:20px; line-height:20px; margin-right:40px;}
/*填写简历*/
.addform2 tr td{ height:30px; line-height:30px; border:1px solid #ddd; padding:5px;}
.addform1 tr td{ height:20px; line-height:20px; border:1px solid #ddd; padding:5px;}
.text-m{ width:175px; height:24px; line-height:26px; border:1px solid #a5a5a5;}
.text-h{ width:350px; height:24px; line-height:26px; border:1px solid #a5a5a5;}


/*内页详情样式*/
.ppsjjj {line-height:160%;}
.ppsjjj p{line-height:160%;}
.ppsjjj p span{line-height:160%;}

/*产品详情页*/
.prev {
	BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 30px; DISPLAY: block; BACKGROUND: url(../images/feature_left.gif) center top; FLOAT: left; HEIGHT: 48px; BORDER-TOP: #999 0px dotted; TOP: -125px; BORDER-RIGHT: #999 0px dotted
}
.next {
	BORDER-BOTTOM: #999 0px dotted; BORDER-LEFT: #999 0px dotted; TEXT-INDENT: -9999px; WIDTH: 30px; DISPLAY: block; BACKGROUND: url(../images/feature_right.gif) center top; FLOAT: right; HEIGHT: 48px; BORDER-TOP: #999 0px dotted; TOP: -125px; BORDER-RIGHT: #999 0px dotted
}
.prev:hover {
	BACKGROUND-POSITION: center bottom
}
.next:hover {
	BACKGROUND-POSITION: center bottom
}


/* 分页*/
.page{bottom:24px; right:24px;}
.page a,.page p,.page span{display:block; float:left;}
.page p{color:#737373; margin-right:5px; padding:4px 5px; line-height:16px;}
.page span{color:#737373; background-color:#fff; padding:0 5px; line-height:22px; margin-right:5px;_margin-right:2px;}
.page a{color:#737373; background-color:#fff; border:solid 1px #EF5B56; padding:2px 8px; line-height:16px; margin-right:5px;}
.page a:hover,.page a.current{color:#fff; background-color:#FF7524; border-color:#FF7524;}

/*在线客服*/
.float0831 {
	POSITION: fixed; TOP: 180px; RIGHT: 1px; _position: absolute; text-align:center; z-index:99999; font-size:12px;
}
.float0831 A {
	COLOR: #00a0e9
}
.float0831 A:hover {
	COLOR: #ff8100; TEXT-DECORATION: none
}
.float0831 .floatL {
	POSITION: relative; WIDTH: 28px; FLOAT: left
}
.float0831 .floatL A {
	TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px
}
.float0831 .floatR {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .tp {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .cn {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .floatR {
	PADDING-BOTTOM: 15px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden
}
.float0831 .tp {
	BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px
}
.float0831 .cn {
	BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px
}
.float0831 .cn H3 {
	TEXT-INDENT: -9999px; HEIGHT: 30px; FONT-SIZE: 0px
}
.float0831 .cn UL {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px
}
.float0831 .cn UL LI {
	BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 30px; WORD-WRAP: break-word; HEIGHT: 30px; OVERFLOW: hidden; WORD-BREAK: normal
}
.float0831 .titZx {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titDh {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titDc {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoZx {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoTc {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoFf {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoTl {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnOpen {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnOpen_n {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnCtn {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titZx {
	BACKGROUND-POSITION: 5px -10px
}
.float0831 .titDh {
	BACKGROUND-POSITION: 5px -66px
}
.float0831 .titDc {
	BACKGROUND-POSITION: 5px -124px
}
.float0831 .icoZx {
	BACKGROUND-POSITION: 2px -154px
}
.float0831 .icoTc {
	BACKGROUND-POSITION: 0px -323px
}
.float0831 .icoFf {
	BACKGROUND-POSITION: 2px -213px
}
.float0831 .icoTl {
	PADDING-LEFT: 20px; DISPLAY: block; FONT-FAMILY: "微软雅黑"; BACKGROUND-POSITION: 2px -266px; FLOAT: left
}
.float0831 .btnOpen {
	BACKGROUND-POSITION: -30px -396px
}
.float0831 .btnOpen_n {
	BACKGROUND-POSITION: 0px -530px
}
.float0831 .btnCtn {
	BACKGROUND-POSITION: 0px -396px
}
.float0831 .icoZx {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoTc {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoFf {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .btnOpen {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 50px; LEFT: 2px
}
.float0831 .btnOpen_n {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 50px; LEFT: 2px
}
.float0831 .btnCtn {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 50px; LEFT: 2px
}
.float0831 .btnOpen {
	LEFT: 1px
}
.float0831 .btnOpen_n {
	LEFT: 1px
}
.float0831 .btnCtn {
	LEFT: 2px
}
.float0831 UL LI H3.titDc A {
	WIDTH: 80px; DISPLAY: block; HEIGHT: 36px
}
.float0831 UL LI.bot {
	BORDER-BOTTOM-STYLE: none
}
.float0831 UL.webZx {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/webZx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px
}
.float0831 UL LI.webZx-in {
	BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px
}

#audio-btn{width:44px; height: 44px;}
.onyy{background: url('../images/music_on.png') no-repeat 0 0;-webkit-animation: rotating 1.2s linear infinite;animation: rotating 1.2s linear infinite;}
.offyy{background: url('../images/music_off.png') no-repeat 0 0;}
@-webkit-keyframes rotating {
	from{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
    	transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.h-index-back-top{
    width: 59px;
    height: 59px;
    position: fixed;
    bottom:100px;
    right: 15px;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 59px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}



.H-logo {padding-top:16px;}
.c-content-1 .swiper-center,.c-content-2 .swiper-center,.c-content-3 .swiper-center {padding-top:20px;}
.c-content-1 .swiper-left,.c-content-2 .swiper-left,.c-content-3 .swiper-left {padding-top:20px;}
.c-content-1 .swiper-right,.c-content-2 .swiper-right,.c-content-3 .swiper-right {padding-top:20px;}
.H-nav>li {padding:0 10px;}
.container-banner-list a {display:block;}

@media all and (min-width:1460px) {
	.H-nav {
		margin-left:40px;
	}
	.H-nav>li {
		padding: 0 41px;
	}
	.H-nav>li:nth-child(4) .Hnav-sub{
	left: 47.7%;
}
}

.Header-wrapper * {box-sizing:border-box;}
