body {
	font-family: 'Microsoft YaHei';
}
/*.fixpage模块*/
.fixpage {
}
/*.fix-logo*/
.fix-logo-all {
	position: fixed;
	z-index: 999;
	left: 2.6%;
	top: 3%;
}
.fix-logoimg-all, .fix-logoname-all {
	position: relative;
	display: inline-block;
}
.fix-logoimg-all img {
	width: 324px;
}
.fix-logoname-all img {
	width: 190px;
}
.fix-logoimg-h, .fix-logoname-h {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.no1st .fix-logoimg-h, .no1st .fix-logoname-h {
	opacity: 1;
}
/*.fix-nav-all*/
.fix-nav-all {
	position: fixed;
	z-index: 999;
	right: 10%;
	top: 5.2%;
}
.fix-zy-all {
	position: fixed;
	z-index: 999;
	right: 2.6%;
	top: 5.2%;
}
.fix-zy-all a,.fix-zy-all{ font-size:16px; color:#fff}
.fix-zy-all a:hover{ color:#ff0000}
.fix-nav-close {
	display: none;
}
.fix-nav-all > ul {
	font-size: 0;
}
.fix-nav-all > ul > li {
	display: inline-block;
	margin-left: 45px;
	font-size: 18px;
}
.fix-nav-all > ul > li a {
	position: relative;
	padding-bottom: 11px;
	color: #fff;
	opacity: .8;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.fix-nav-all > ul > li.active a, .fix-nav-all > ul > li:hover a {
	opacity: 1;
}
.fix-nav-all > ul > li > a::before {
	content: "";
	position: absolute;
	left: 1px;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.fix-nav-all > ul > li.active > a, .fix-nav-all > ul > li:hover > a {
	color: #fff;
}
.no1st .fix-nav-all > ul > li > a,.no1st .fix-zy-all a,.no1st .fix-zy-all {
	color: #333;
}
.no1st .fix-zy-all a:hover{ color:#ff0000}
.no1st .fix-nav-all > ul > li > a::before {
	background: #fb0100;
}
.fix-nav-all > ul > li.active > a::before, .fix-nav-all > ul > li:hover > a::before {
	width: 100%;
	right: 0;
}
/*.fix-qq*/
.fix-qq-all-all {
	position: fixed;
	z-index: 999;
	right: 2.6%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fix-qq-all {
	padding-top: 12px;
	border: 1px solid #fff;
	width: 82px;
	height: 82px;
	text-align: center;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-o-transition: .5s .3s;
	-moz-transition: .5s .3s;
	transition: .5s .3s;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.show.fix-qq-all {
	height: 312px;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.no1st .fix-qq-all {
	border: 1px solid #69ad91;
}
.fix-share-all {
	margin-top: 20px;
}
.fix-qq-one {
	margin-bottom: 20px;
}
.fix-qq-one-hide {
	opacity: 0;
	visibility: hidden;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.show .fix-qq-one-hide {
	opacity: 1;
	visibility: visible;
	-o-transition: .5s .3s;
	-moz-transition: .5s .3s;
	transition: .5s .3s;
}
.fix-qqimg-all {
	position: relative;
	padding-bottom: 11px;
}
.fix-qqimg {
	position: relative;
	display: inline-block;
}
.fix-qqimg em {
	position: absolute;
	display: block;
	right: -12px;
	bottom: 0;
	width: 28px;
	height: 16px;
	background: url(../img/qqol-on.png) no-repeat center center;
}
.fix-qqimg em.off {
	background: url(../img/qqol-off.png) no-repeat center center;
}
.fix-qqimg-h {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.no1st .fix-qqimg-h {
	opacity: 1;
}
.fix-qqimg i, .no1st .fix-qqimg-h i {
	position: absolute;
	display: block;
	left: 2px;
	top: 0;
	width: 10px;
	height: 4px;
	background-color: #1d8058;
	opacity: 0;
	-o-transition: .1s .2s;
	-moz-transition: .1s .2s;
	transition: .1s .2s;
}
.fix-qqimg i {
	background-color: #fff;
}
.fix-qqimg i:last-child, .no1st .fix-qqimg-h i:last-child {
	left: 2px;
	top: 5px;
}
.fix-qqname-all {
	color: #fff;
	line-height: 12px;
	font-size: 12px;
	-o-transition: .5s, font-size 0s;
	-moz-transition: .5s, font-size 0s;
	transition: .5s, font-size 0s;
}
.no1st .fix-qqname-all {
	color: #fb0100;
}
/*.fix-next*/
.fix-next-all {
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 90%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.fix-nextimg-h {
	position: absolute;
	top: 0;
	opacity: 0;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.no1st .fix-nextimg-h {
	opacity: 1;
}
/*.fix-lang*/
.fix-lang-all {
	position: fixed;
	z-index: 999;
	right: 2.6%;
	bottom: 6.03%;
	color: #fff;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.fix-lang-all a {
	font-size: 16px;
	color: #fff;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.no1st .fix-lang-all, .no1st .fix-lang-all a {
	color: #999;
}
.no1st .fix-lang-all a.cur {
	color: #fb0100;
}
.fix-lang-all a.cur, .fix-lang-all a:hover {
	color: #00bd47;
}
/*.footer-all*/
.footer-all {
	position: relative;
	width: 100%;
	height: 100%;
	background: #11112b;
}
.footer-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.footer-bg img {
	height: 100%;
}
.footer-wrap {
	position: relative;
	z-index: 1;
	/*padding-top: 126px;*/
	height: 403px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-wrap-in {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden
}
.footer-friend {
	text-align: center;
	font-size: 0;
	margin-bottom: 6px;
	color: #fff;
}
.footer-friend span, .footer-friend a {
	line-height: 32px;
	font-size: 14px;
	color: #fff;
}
.footer-friend span {
	margin-right: 14px;
}
.footer-friend a:not(:last-child)::after {
	content: '|';
	margin-right: 14px;
	margin-left: 14px;
}
.footer-friend a:hover {
	text-decoration: underline;
}
.footer-col-list {
	display: inline-block;
	vertical-align: top;
}
.foot-nav{ float:left; width:20%; float:left}
.foot-nav ul li{ margin-bottom:8px}
.foot-nav ul li a{ font-size:18px; color:#fff}
.foot-nav ul li a:hover{ color:#fa1a19}
.footer-col {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	width:80%;
	 float:left;
}
.footer-col p, .footer-col pre, .footer-sup, .footer-sup a {
	font-size: 14px;
	line-height:24px;
	font-family: Microsoft YaHei;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.footer-col pre{ margin-bottom:10px}
 .footer-col pre:nth-child(1){ font-size:20px}
 .footer-col pre a{  color:#fff; font-size:14px}
.footer-sup, .footer-sup a {
	color: #11bb75;
}
.footer-qrcode {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width:20%;
	 float:left
}
.footer-qrcode-img {
	display: inline-block;
}
.footer-qrcode-img img{ border-radius:5px; max-width:100%}
.footer-qrcode p {
	margin-top: 15px;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
}
.footer-col p a.tel {
	color: #fff;
}
.gotop {
	display: inline-block;
	float: right;
	cursor: pointer;
}
#WidgetLauncher {
	display: none !important;
}
#WidgetFloaterPanels {
	left: -500px !important;
}
#WidgetFloaterPanels + div {
	display: none !important;
}
*[lang="en"] {
	background-color: transparent !important;
}
.none {
	display: none;
}
/*分页*/
.page {
	margin-top: 30px;
}
.page > ul {
	font-size: 0;
	text-align: center;
}
.page > ul > li {
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	vertical-align: top;
	font-size: 16px;
}
.page > ul > li a, .page > ul > li span {
	display: block;
	padding: 5px 10px;
	border: 1px solid #69ad91;
	cursor: pointer;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.page > ul > li:hover a, .page > ul > li:hover span, .page > ul > li.active a, .page > ul > li.active span {
	background-color: #fb0100;
	color: #fff;
}
 @media (max-width: 1400px) {
/*.footer*/
.gotop {
	position: absolute;
	right: 2.6%;
	top: 30px;
}
.footer-qrcode{ width:15%; margin-left:5%}
}
@media (max-width: 1200px) {
/*.footer*/
.gotop {
	position: absolute;
	right: 2.6%;
	top: 30px;
}
}
 @media (max-width: 62em) {
.fix-nav-all {
height: 0;
}
.fix-nav-close {
top: -34px;
}
.fix-nav-close-click {
top: -46px;
}
.fix-zy-all{ top:20px}
.fix-zy-all a, .fix-zy-all{ font-size:14px}
.foot-nav ul li{ float:left; width:33.333%}
.foot-nav ul{ overflow:hidden; margin-bottom:2%}
.footer-col pre{ margin-bottom:5px}
.footer-col pre a{ font-size:12px}
.footer-qrcode-img img{ width:90px;}
.foot-nav{ width:100%}
.footer-col pre:nth-child(1),.foot-nav ul li a{ font-size:14px}
.none {
	display: block;
}
/*.fix*/
.fix-qq-all-all {
	top: auto;
	right: auto;
	left: 2.6%;
	bottom: 3%;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.fix-qq-all {
	padding-top: 12px;
	width: 82px;
	height: 82px;
}
.fix-qq-all {
	right: 12px;
	top: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	padding-top: 6px;
	width: 60px;
	height: 60px;
}
.fix-qqimg-all {
	padding-bottom: 2px;
}
.fix-qqimg img,  .fix-qqimg-h img {
	width: 28px;
}
.fix-qqimg i,  .no1st .fix-qqimg-h i {
	left: 2px;
	top: 0px;
	width: 5px;
	height: 3px;
}
.fix-qqimg i:last-child,  .no1st .fix-qqimg-h i:last-child {
	left: 2px;
	top: 4px;
}
.fix-logoname-all {
	display: none;
}
.fix-nav-all {
	right: 0;
	top: 13%;
	opacity: 0;
}
.fix-nav-close {
	display: block;
}
.fix-nav-all > ul > li {
	display: block;
	padding: 3px 8px 3px 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	background: #fff;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}
.fix-nav-all > ul > li > a {
	color: #999;
}
.fix-nav-all > ul > li.active > a {
	color: #333;
}
.no1st .fix-nav-all > ul > li {
	background: #fb0100;
}
.no1st .fix-nav-all > ul > li > a {
	color: #fff;
}
.fix-nav-all > ul > li > a::before {
	display: none;
}
.fix-nav-all > ul > li.active {
	-webkit-transform: scale(1.2) translateX(-10px);
	-moz-transform: scale(1.2) translateX(-10px);
	-o-transform: scale(1.2) translateX(-10px);
	transform: scale(1.2) translateX(-10px);
}
.fix-nav-close-click {
	position: absolute;
	z-index: 10;
	right: 30px;
	top: -moz-calc(-24% - 13px);
	top: calc(-24% - 13px);
	width: 26px;
	height: 26px;
}
.fix-nav-close {
	position: absolute;
	right: 30px;
	top: -24%;
	width: 26px;
	height: 2px;
	background: #fff;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.fix-nav-close::before,  .fix-nav-close::after {
	content: " ";
	position: absolute;
	display: block;
	top: -8px;
	width: 26px;
	height: 2px;
	background: #fff;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.no1st .fix-nav-close,  .no1st .fix-nav-close::before,  .no1st .fix-nav-close::after {
	background: #333;
}
.fix-nav-close::after {
	top: 8px;
}
.fix-nav-all.on .fix-nav-close {
	background: transparent;
}
.fix-nav-all.on .fix-nav-close::before {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.fix-nav-all.on .fix-nav-close::after {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
.fix-nav-all > ul {
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: translateX(130%);
	-moz-transform: translateX(130%);
	-o-transform: translateX(130%);
	transform: translateX(130%);
}
.fix-nav-all.on > ul {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	margin-top:17px
}
.show.fix-qq-all {
	height: 252px;
}
.fix-qqimg em {
	right: -7px;
}
/*.footer*/
.footer-wrap {
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	height: 100%;
}
.footer-wrap-in {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.footer-col {
	margin-left: 0%;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 100%
}
.footer-friend span {
	margin-right: 8px;
}
.footer-friend a:not(:last-child)::after {
	margin-right: 8px;
	margin-left: 8px;
}
.footer-friend span,  .footer-friend a,  .footer-col p,  .footer-col pre,  .footer-sup,  .footer-sup a {
	line-height: 22px;
	font-size: 14px;
}
.footer-col p a.tel {
	color: #D3E825;
}
.footer-qrcode {
	/*margin-top: 20px;
        margin-bottom: 30px;*/
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
	margin-left:0
}
.footer-friend {
	margin-bottom: 26px;
}
.gotop {
	right: 15px;
}
.gotop > img {
	width: 40px;
}
.footer-qrcode p {
	margin-top: 10px;
	line-height: 14px;
	font-size: 14px;
	color: #fff;
}
}
 @media (max-width: 48em) {
/*分页*/
.page {
	margin-top: 20px;
}
.page > ul {
	font-size: 0;
	text-align: center;
}
.page > ul > li {
	margin-right: 3px;
	margin-left: 3px;
	font-size: 14px;
}
.page > ul > li a,  .page > ul > li span {
	padding: 3px 6px;
}
}
 @media (max-width: 34em) {
.none {
	display: block;
}
.inside-all {
	padding-right: 15px;
	padding-left: 15px;
}
.fix-logo-all {
	left: 15px;
	top: 15px;
}
.fix-logoimg-all img {
	width: auto;
	height: 56px;
}
.fix-next-all {
	top: auto;
	bottom: 35px;
}
.fix-lang-all,  .fix-lang-all a {
	font-size: 14px;
}
.fix-lang-all {
	right: 15px;
	bottom: 34px;
}
.fix-nav-all > ul > li {
	font-size: 14px;
}
.fix-nav-all {
	right: 0;
	top: 56px;
}
.fix-qq-all-all {
	bottom: 15px;
}
.ind-up-down {
	padding-top: 0;
}
.footer-friend span,  .footer-friend a,  .footer-col p,  .footer-col pre,  .footer-sup,  .footer-sup a {
	line-height: 18px;
	font-size: 12px;
}
.footer-qrcode p {
	line-height: 12px;
	font-size: 12px;
}
}
.index-eng-list {
	margin-top: 53px;
}
.index-eng-list > ul {
	font-size: 0;
}
.index-eng-list > ul > li {
	display: inline-block;
	margin-right: 84px;
	vertical-align: top;
}
.index-eng-list > ul > li:nth-child(4) {
	margin-right: 0px;
}
.index-eng-list > ul > li.last {
	margin-right: 0px;
}
.index-eng-list > ul > li.more {
	display: none;
}
.eng-one {
	-o-transition: .8s .05s, box-shadow .8s 0s;
	-moz-transition: .8s .05s, box-shadow .8s 0s, -moz-box-shadow .8s 0s;
	transition: .8s .05s, box-shadow .8s 0s;
	transition: .8s .05s, box-shadow .8s 0s, -moz-box-shadow .8s 0s;
}
.index-eng-list > ul > li:hover .eng-one {
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	     -o-transform: translateY(-10px);
	        transform: translateY(-10px);
	-moz-box-shadow: 0px 20px 30px -10px #a0c4b5;
	     box-shadow: 0px 20px 30px -10px #a0c4b5;
}
.eng-one-img {
	position: relative;
	width: 410px;
	height: 266px;
}
.eng-one-img img {
	width: 100%;
	height: 100%;
}
.eng-one-img-more {
	position: absolute;
	left: 50%;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 22px;
	color: #fff;
	opacity: 0;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}
.index-eng-list > ul > li:hover .eng-one-img-more {
	opacity: 1;
	top: 50%;
}
.eng-one-title {
	position: relative;
	padding-top: 24px;
	padding-bottom: 20px;
	text-align: center;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	overflow: hidden;
	padding-top:26%;
	box-sizing:border-box
}
.eng-one-title11{ padding-top:13% !important}
.index-eng-list > ul > li:hover .eng-one-title {
	/*background: #fb0100;*/
}
.eng-one-title i {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -100%;
	width: 20%;
	height: 100%;
	background: #fb0100;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.index-eng-list > ul > li:hover .eng-one-title i {
	top: 0;
}
.eng-one-title .col-go-2 {
	left: 20%;
	-o-transition: .3s .1s;
	-moz-transition: .3s .1s;
	transition: .3s .1s;
}
.eng-one-title .col-go-3 {
	left: 40%;
	-o-transition: .3s .2s;
	-moz-transition: .3s .2s;
	transition: .3s .2s;
}
.eng-one-title .col-go-4 {
	left: 60%;
	-o-transition: .3s .3s;
	-moz-transition: .3s .3s;
	transition: .3s .3s;
}
.eng-one-title .col-go-5 {
	left: 80%;
	-o-transition: .3s .4s;
	-moz-transition: .3s .4s;
	transition: .3s .4s;
}
.eng-one-title h3 {
	margin-bottom: 14px;
	line-height: 38px;
	font-size:24px;
	color: #333;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}
.index-eng-list > ul > li:hover .eng-one-title h3 {
	color: #fff;
}
.eng-one-title p {
	line-height: 14px;
	font-size: 16px;
	font-family: Arial;
	color: #999;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}
.index-eng-list > ul > li:hover .eng-one-title p {
	color: #fff;
}
.index-eng-list1{ margin-bottom:4%}
.index-eng-list1 > ul > li{ margin-right:0; margin-left:14px; margin-bottom:30px;background-color:#FFFFFF;}
.index-eng-list1 > ul{ margin-left:-14px}
.index-eng-list1 .eng-one-img img{ border:#F0F0F0 1px solid}
.index-eng-list1 .eng-one-img,.index-eng-list1 .eng-one-title{ width:457px; height:299px;border: #ccc 1px solid;width: 339px;
    height: 240px; overflow:hidden}
.eng-one-title{ padding-left:10px; padding-right:10px;}
.eng-one-title11{ width:665px !important}
@media (max-width: 1399px) {
	/*.section-2*/
	.index-eng-list > ul > li {
		margin-right: 30px;
		margin-bottom:30px
	}
	.eng-one {
		margin: 0 auto;
		width: 225px;
	}.eng-one-title h3{    margin-bottom:0;
    line-height: 27px;    font-size: 16px;    min-height: 81px;}

	.eng-one-img,.index-eng-list1 .eng-one-img,.index-eng-list1 .eng-one-title{
		position: relative;
		width: 100%;
		height: auto;
	}
	.index-eng-list1 > ul > li{ margin-right:0; margin-left:14px;}
	.index-eng-list1 > ul{ margin-left:-14px}
	.eng-one-title {
    padding-bottom: 26%;
   }
   .eng-one-title11{ width:100% !important}
}
@media (max-width: 62em) {
    /*.section-2*/
    .index-eng-list {
	    margin-top: 30px;
	}
	.eng-one-title p {
		display: none;
	}
	.index-eng-list > ul > li,
	.index-eng-list > ul > li.last,
	.index-eng-list > ul > li.more ,.index-eng-list1 > ul > li{
		margin-right: 0;
		width: 50%;
		text-align: center;
	}
	.index-eng-list1 > ul > li,.index-eng-list1 > ul{ margin-left:0} 
	.index-eng-list > ul > li.more {
		display: inline-block;
		font-size: 30px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.index-eng-list > ul > li.more a {
		display: inline-block;
		border: 1px solid #cacaca;
		width: 310px;
		height: 201px;
		line-height: 201px;
		font-size: 20px;
		color: #333;
		-o-transition: .6s, height 0s, line-height 0s;
		-moz-transition: .6s, height 0s, line-height 0s;
		transition: .6s, height 0s, line-height 0s;
	}
	.index-eng-list > ul > li.more:hover a {
		color: #fff;
	}
	.eng-one {
		/*width: 80%;*/
	}
	.eng-one-img {
		margin: 0 auto;
	}
	.list-more {
		display: none;
		margin-top: 0;
	}
	.eng-one-title h3 {
		margin-bottom: 0px;
		font-size: 16px;
		min-height:65px
	}
}
@media (max-width: 48em){.eng-one {
    margin: 0 auto;
    width: 256px;
}}
@media (max-width: 34em) {

	/*.section-2*/
	.eng-one {
	    margin: 0 auto;
	    width: 90%;
	}
	.index-eng-list > ul > li.more a {
	    width: 90%;
	    line-height: 166px;
	    font-size: 14px;
	}
	.eng-one-title h3 {
		line-height: 22px;	    
	    font-size: 14px;
	}
}

.footer{ background:#11112b}
.fixpage1{position: fixed;left: 0;top: 0;box-shadow:0 0 5px #999; z-index:9999; height:127px;background: #fff;width: 100%;}
.fixpage1 .fix-nav-all > ul > li a,.fixpage1 .fix-zy-all a,.fixpage1 .fix-zy-all{ color:#333} 
.fixpage1 .fix-nav-all > ul > li > a::before,.fixpage1 .fix-nav-close,.fixpage1 .fix-nav-close::before,.fixpage1 .fix-nav-close::after{ background:#333}
.center{ margin-top:175px}
.fixpage1 .fix-logo-all{ top:29px}
.fixpage1 .fix-nav-all,.fixpage1 .fix-zy-all{ top:50px}
.fixpage1 .fix-zy-all a:hover,.al1 dl dd a:hover{ color: #ff0000;}
.fy{ text-align:center; margin:6% 0; color:#b1b1b1;}
.fy a{ font-size:14px; color:#b1b1b1; display:inline-block; border:#a0a0a0 1px solid; margin:0 5px; padding:9px 19px; line-height:20px; vertical-align:middle}
.fy a:hover,.fy .curr{ border:#f90000 1px solid; background:#f90000; color:#fff}
.al-bt{ font-size:24px; border-bottom:#E5E5E5 1px solid; padding-bottom:3%}
.al-bt span{ font-size:18px; color:#999}
.al-bt img{ vertical-align:middle; margin-right:1.5%}
.al1 dl{ border-bottom:#E5E5E5 1px dashed; padding:2%; overflow:hidden}
.al1 dl dt{ float:left; width:17.1%}
.al1 dl dd{ float:right; width:79%; font-size:14px; padding-top:1.5%}
.al1 dl dt img{ width:100%; height:150px}
.al1 dl dd a{ display:block; font-size:22px; margin:2% 0; overflow:hidden;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.al1 dl dd a strong{ display:inline-block; background:url(../images/sy18.png) no-repeat center; margin-right:5%; width:37px; height:13px; float:right; margin-top:8px}
.al1 dl dd a:hover strong{ background:url(../images/sy18_1.png) no-repeat center;}
.al1 dl dd a:hover strong{-webkit-transform: translateX(34px); -moz-transform: translateX(34px);  -ms-transform: translateX(34px); -o-transform: translateX(34px); transform: translateX(34px);}
.al1 dl dd span{ display:block; font-size:14px; color:#666; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.he_ZoomInImg,.al1 dl dt a{ width:100%;padding:0;margin:0;position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; background:url(../images/i_3.jpg) no-repeat center; background-size:100%;}
.he_ZoomInImg .he_ZoomInImg_img,.al1 dl dt a img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_ZoomInImg:hover .he_ZoomInImg_img,.al1 dl:hover dt a img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2); opacity:1}
.al1-x{ margin:4% 1%}
.al1-x h1{ font-size:24px;}
.al1-x h2{ font-size:14px; color:#999; margin:2% 0}
.al1-x h3{ text-align:right; margin-top:5%}
.al1-x h3 a,.al1-x h3{ font-size:14px; color:#999}
.al1-x h3 a:hover{ color:#ee3131}
.index-eng-list1 .eng-one-img-more{ color:#333}
.fl{ margin-top:3%}
.fl span{ cursor:pointer; display:inline-block; width:200px; line-height:45px; text-align:center; background:#e5e5e5; font-size:18px; margin-right:20px}
.fl .curr1{ background:#fb0100; color:#fff}
.al-bt{ overflow:hidden}
.al-bt strong{ font-weight:normal; font-size:12px; color:#999; padding-right:9%; float:right; margin-top:10px}
.left{ float:left}
.right{ float:right}
.clear{ clear:both}
.cp-x1{ margin:2% 0} 
.cp-x1 .left{ width:42%; overflow:hidden}
.cp-x1 .right{ width:55%}
.cp-x1 .left ul li{ border:#C0C7CE 1px solid}
.cp-x1 .left ul li img{ width:100%;}
.cx1 li img{ height:304px}
.cx2 li img{ height:70px}
.cx1{ width:80%; float:left}
.cx2{ width:18.5%; float:right}
.cx2 li{ margin-bottom:6%; cursor:pointer}
.cp-x1 .right h1{ font-size:24px; width:50%; border-bottom:#E5E5E5 1px solid; padding:3% 0; margin-bottom:2%}
.cp-x1 .right h1 span{ font-size:16px; display:block; margin-top:1%}
.cp-x1 .right p{ font-size:14px; color:#666; line-height:33px} 
.cp-x2{ margin-bottom:8%}
.cp-x2 h1{ border-bottom:#E5E5E5 1px solid; margin-bottom:1%}
.cp-x2 h1 span{ display:inline-block; background:#dd3741; color:#fff; font-size:14px; width:110px; line-height:37px; text-align:center}
.gs1{ margin-bottom:7%}
.jj1{ margin-top:2%}
.jj1 h1{ font-size:22px; background:url(../images/jj1.jpg) no-repeat center left; padding-left:15px; margin:3% 0 1%}
.jj1 p{ background:url(../images/jj2.jpg) no-repeat left top 18px; padding-left:18px; margin-left:1.3%; font-size:18px; line-height:40px}
.jj1 p strong{ font-weight:bold; color:#fb0100; font-size:22px}
.jj1 h2{ font-size:18px; margin-left:1.2%; line-height:40px}
.jj1 .tb strong{ font-size:18px}
.jj1 .jl{ margin-top:3%}
.gy5-1{ background:url(../images/xx.jpg) no-repeat left 18px top; padding:0.1% 0 3.5%; margin:4% 0 0 2%}
.gy5-1 li{ overflow:hidden; background:url(../images/yg1.jpg) no-repeat top 10px left; font-size:20px; line-height:37px; margin-top:3.6%; cursor:pointer}
.gy5-1 li .left{ width:12%; text-align:center; padding-left:4%;display: table-cell; vertical-align: middle;}
.gy5-1 li .right{ width:81%; color:#666}
.gy5-1 li:hover{ background:url(../images/yg1_1.jpg) no-repeat top 10px left;}
.lx1{ margin:5% 0}
.lx1 .left{ width:40%}
.lx1 .right{ width:54%}
.lx1 .right img{ width:100%}
.lx1 .left div dl{ overflow:hidden; margin-bottom:8%}
.lx1 .left div dl dt{ width:10%; float:left}
.lx1 .left div dl dd{ width:86%; float:right; font-size:18px; line-height:24px; padding-top:3%}
.lx1 .left div dl dd span{ font-size:14px; display:block; margin-top:1%}
.lx1 .left div dl dt img{ width:100%}
.lx1 .left div dl dd img{ border:#eee 1px solid; border-radius:10px; width:110px; height:110px}
.xz-l-1 .fa-chevron-down1{ background:url(../images/jt2.png) no-repeat; position:absolute; right:40px; bottom:15%; width:24px; height:12px}
.currentDt .fa-chevron-down1{background:url(../images/jt1.png) no-repeat;}
.navContent{display: none;}
.xz-l-1{ border-bottom:#e5e5e5 1px solid; position:relative; padding:3% 0; cursor:pointer}
.xz-l-1 h1{ font-size:20px; overflow:hidden}
.xz-l-1 h1 span{ font-size:16px; float:right}
.xz-l-1 h1 img{ vertical-align:middle; margin-right:1.5%}
.xz-l{ padding:0 3% 3%; overflow:hidden; border-bottom:#ccc 1px solid}
.currentDd{ margin:0}
.subNavBox{ margin:-1% 0 6%}
.xz-l h1{ font-size:18px; margin:3% 0 0}
.xz-l h1:first-child{ margin-top:0}
.xz-l p{ font-size:18px; margin-top:1.3%}
.xz-l{ position:relative; margin-top:-1%}
.xz-l h2 a{ position:absolute; right:0; top:3%; color:#fff; width:90px; line-height:30px; text-align:center; border-radius:5px; background:#f90000; font-size:14px;} 
.currentDd{ border:0}
.gc-bt2{ margin-bottom:0}
.currentDt.xz-l-1 h1{ color:#f90000}
.currentDt.xz-l-1 h1 span{ color:#333}

.dwe{ position:fixed; top:18%; left:50%; margin-left:-390px; width:780px; height:90px; display:none; z-index:999}
.dwe p{ background:#fff; border:#ccc 2px solid; border-radius:30px; overflow:hidden; padding:10px 0}
.dwe p input{ height:70px; line-height:70px; border:0; background:#fff}
.dwe p input:nth-child(1){ float:left; width:82%; font-size:16px; background:none; padding:0 2%; outline:none}
.dwe p input:nth-child(2){ float:right; width:14%; background:url(../images/hs.png) no-repeat center; border-left:#ccc 1px solid; outline:none}
.dwe p img{position: absolute;top:5px; right:10px; width:20px; cursor:pointer}
.zg1 p{ width:30px; height:30px; background: url(../images/bs.png) no-repeat center; cursor:pointer;}
.no1st .zg1 p,.fixpage1 .zg1 p{ background: url(../images/hs.png) no-repeat center; background-size:100% !important}


@media (max-width:1400px) {
.cp-x1 .right h1{ width:80%}	

	}

@media (max-width:1024px) {
 .fixpage1{ height:130px}
.fy a{ font-size:14px}
.fy a{ padding:5px 10px; margin:5px}
.center{ margin-top:21%}
.al-bt{ font-size:18px;}
.al-bt span{ font-size:14px}
.al-bt img{ width:24px; height:24px}
.al1 dl dt img{ height:75px}
.al1 dl dd a{ font-size:16px}
.al1 dl dd{ padding-top:0}
.al1 dl dd a{ margin:1.5% 0}
.al1 dl dd span{ font-size:12px}
.al1 dl dd a:hover strong{-webkit-transform: translateX(14px); -moz-transform: translateX(14px);  -ms-transform: translateX(14px); -o-transform: translateX(14px); transform: translateX(14px);}
.cent{ padding:0 4%}
.fix-nav-all > ul > li{ font-size:16px}
 .fix-nav-all > ul > li{ margin-left:14px} 
 .al1-x h1{ font-size:18px} 
 .center{ margin-top:160px} 
 .fl span{ width:160px; font-size:16px; line-height:40px}
 .cx1 li img{ height:153px}
 .cx2 li img{ height:34px}
 .cp-x1 .right h1{ font-size:18px; padding-top:0}
 .cp-x1 .right h1 span{ font-size:14px; margin-top:0}
 .cp-x1 .right p{ line-height:24px}
 .jj1 p{ font-size:14px; line-height:24px; background: url(../images/jj2.jpg) no-repeat left top 10px}
 .jj1 h1,.jj1 p strong,.gy5-1 li{ font-size:16px}
 .jj1 h2{ font-size:14px; line-height:22px}
 .jj1 .tb strong{ font-size:14px}
 .gy5-1 li .left{ width:15%}
 .lx1 .left div dl dd{ font-size:14px; line-height:24px}
.lx1 .left div dl dd,.lx1 .left div .tb dd{ padding-top:0}
.lx1 .left div dl{ margin-bottom:6%}
.lx1 .left{ width:43%}
.xz-l-1 h1{ font-size:16px}
.xz-l-1 h1 span,.xz-l p,.xz-l h1{ font-size:14px}
.xz-l h2 a{ line-height:30px}
 
}

@media (max-width: 640px) {
.fixpage1{ height:83px}
.fy a{ padding:2px 7px; margin:2px; font-size:13px}
.center{ margin-top:105px}
.al-bt{ font-size:16px}
.al-bt span{ font-size:12px}
.al1 dl dd span{ display:none}
.al1 dl dt{ width:24%}
.al1 dl dt img{ height:56px}
.al1 dl dd{ width:72%; font-size:12px; padding-top:2%}
.al1 dl dd a{ font-size:14px}
.al1 dl dd a strong{ display:none}
.al1 dl{ padding:3%}
.al1-x h1{ font-size:16px}
.al1-x h3{ text-align:left}
.al1-x h3 a, .al1-x h3{ line-height:20px}
.al-bt img{ width:18px; height:18px}
.al1-x{ margin:6% 1%}
 .fl span{ width:120px; font-size:14px; line-height:30px; margin-right:10px}
 .cp-x1 .left,.cp-x1 .right{ width:100%}
 .al-bt strong{ display:block; padding-right:0}
 .cp-x1{ margin:4% 0 2%}
 .cx1 li img{ height:178px}
 .cx2 li img{ height:40px}
 .cp-x1 .right h1{ margin-top:4%; font-size:16px; width:100%}
 .cp-x1 .right h1 span{ font-size:14px}
 .cp-x1 .right p,.jj1 p{ line-height:22px}
 .cp-x2 h1 span{ width:90px; line-height:30px}
 .jj1 h1{ margin-top:5%}
 .jj1 h1, .jj1 p strong, .gy5-1 li{ font-size:15px}
 .jj1 p{ background: url(../images/jj2.jpg) no-repeat left top 7px;}
 .gy5-1 li .left,.gy5-1 li .right{ width:90%; text-align:left; padding-left:10%}
 .gy5-1 li{ line-height:22px; font-size:14px; background-size:26px !important}
 .gy5-1 li .left{ padding-top:5px}
 .gy5-1{ background: url(../images/xx.jpg) no-repeat left 13px top;}
 .lx1 .left,.lx1 .right{ width:100%}
.lx1 .left div dl dt{ width:11%}
.lx1 .left div dl dd{ width:86%; padding-top:2%; line-height:20px}
.lx1 .left div dl{ margin-bottom:3%}
.lx1 .left{ margin-bottom:2%}
.lx1 .left div dl dd{ font-size:14px}
.lx1 .left div dl dd img{ width:80px; height:80px}
.xz-l-1 h1{ font-size:15px}
.xz-l-1 h1 img{ width:12px}
.xz-l-1 .fa-chevron-down1{ bottom:2%}
.xz-l h2 a{ width:80px; line-height:28px; top:1%}
.xz-l-1 .fa-chevron-down1{ background-size:100%; width:15px;}
.xz-l-1{ padding:5% 0}

.dwe{ margin-left:0; width:90%; left:5%; height:50px;}
.dwe p{ border-radius:20px; padding:5px 0}
.dwe p input{ height:40px; line-height:40px;}
.dwe p input:nth-child(2){ background-size: 21px;}
.zg1 p{ background-size:100% !important; width: 25px; margin-right: 20px; margin-top: -9px;}

	 }
@media (max-width: 62em){
	
 .fix-nav-all > ul > li{ margin-left:14px} 
.fix-nav-all,.fixpage1 .fix-nav-all {top: 8%;}
.fix-nav-all, .fixpage1 .fix-nav-all{ top:50px} 
.fix-nav-all{ right:0}
.fix-zy-all,.fixpage1 .fix-zy-all{ top:70px}

}
@media (max-width: 34em){
.fix-nav-all {
    right: 0;
    top: 56px;
}
.fixpage1 .fix-logo-all{ top:15px}
.fix-nav-all,.fixpage1 .fix-nav-all {top:56px;}
.fixpage1 .fix-zy-all,.fix-zy-all {
    top: 20px;
}
}