﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body,html {
	font-family: "微软雅黑";
	color: #666;
	font-size: 14px;
	margin: 0 auto;
}
.clearfix:before,.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

table {
	border-collapse: collapse
}

.fl {
	float: left
}

.fr {
	float: right
}

p {
	margin-bottom: 0
}

ul {
	list-style: none;
	margin-bottom: 0
}

select,input {
	vertical-align: middle
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'Microsoft YaHei','PingFang SC','Helvetica Neue',Helvetica,'Hiragino Sans GB',STHeitiSC-Light,Arial,sans-serif
}

input[type=submit] {
	-webkit-appearance: none;
	outline: none
}

img {
	border: 0
}

a {
	color: #666;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

a:active {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

textarea {
	resize: none
}

s,i,em {
	font-style: normal;
	text-decoration: none
}

.container {
	padding: 0;
	margin: 0
}

.wrap {
	width: 100%;
	height: 100%
}

html,body {
	position: relative;
	height: 100%
}

body {
	margin: 0;
	padding: 0
}
body{
	padding-top: 80px;
}

.wan_index {
	width: 100%;
	height: 100%
}

.wan_index .swiper-container {
	width: 100%;
	height: 100%
}

.wan_index .swiper-slide {
	width: 100%;
	height: 100%;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

/*@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in
	}

	5% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out
	}

	17% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-moz-keyframes imageAnimation {
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in
	}

	8% {
		opacity: 1;
		-moz-animation-timing-function: ease-out
	}

	17% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes imageAnimation {
	0% {
		opacity: 0;
		-o-animation-timing-function: ease-in
	}

	8% {
		opacity: 1;
		-o-animation-timing-function: ease-out
	}

	17% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@-ms-keyframes imageAnimation {
	0% {
		opacity: 0;
		-ms-animation-timing-function: ease-in
	}

	8% {
		opacity: 1;
		-ms-animation-timing-function: ease-out
	}

	17% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}*/

@keyframes imageAnimation {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1.1);
	}
}

.wan_index .wan_index_a {
	overflow: hidden;
	position: relative
}

.wan_index .wan_index_a .cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-color: rgba(0,0,0,0.15);
	background-repeat: no-repeat;
	/*opacity: 0;*/
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 6s linear infinite 0s;
	-moz-animation: imageAnimation 6s linear infinite 0s;
	-o-animation: imageAnimation 6s linear infinite 0s;
	-ms-animation: imageAnimation 6s linear infinite 0s;
	animation: imageAnimation 6s linear infinite 0s
}
.wan_index .wan_index_a .cb-slideshow li span:after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 100%;
	height: 85%;
	background: url(../picture/niao.png) no-repeat right;
	background-size: contain;
}
/*.wan_index .wan_index_a .cb-slideshow li:nth-child(1) span {
	background-image: url("../images/banner1.jpg")
}
.wan_index .wan_index_a .cb-slideshow li:nth-child(2) span {
	background-image: url("../images/banner2.jpg");
}
.wan_index .wan_index_a .cb-slideshow li:nth-child(3) span {
	background-image: url("../images/01.jpg")
}
.wan_index .wan_index_a .cb-slideshow li:nth-child(4) span {
	background-image: url("../images/02.jpg");
}
.wan_index .wan_index_a .cb-slideshow li:nth-child(5) span{
	background-image: url("../images/03.jpg");
}*/
.cb-slideshow li{
	display: none;
}
.wan_index .wan_index_a .index_sharing {
	position: fixed;
	left: 0;
	top: 40%;
	margin: auto;
	z-index: 999
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox a {
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.45);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	text-align: center;
	line-height: 50px;
	float: inherit;
	margin-bottom: 6px;
	margin-top: 0
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .index_wx {
	background: url("../images/shar_wx.png") center center
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .bds_sqq {
	background: url("../images/shar_qq.png") center center
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .bds_tsina {
	background: url("../images/shar_wb.png") center center
}

.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .index_fk {
	background: url("../images/shar_fk.png") center center
}

.wan_index .wan_index_a .index_word {
	color: #fff;
	position: absolute;
	top: 30%;
	left: 9.7%;
	max-width: 875px;
	z-index: 999999
}

.wan_index .wan_index_a .index_word .index_word_a {
	font-size: 32px
}

.wan_index .wan_index_a .index_word .index_word_b {
	width: 40px;
	height: 5px;
	background: #d68608;
	margin-top: 30px;
	opacity: 0.75;
	margin-bottom: 25px
}

.wan_index .wan_index_a .index_word .index_word_c {
	width: 875px;
	font-size: 18px;
	line-height: 34px
}

.wan_index .wan_index_a .index_word .index_word_d {
	margin-top: 50px
}

.wan_index .wan_index_a .index_word .index_word_d a {
	font-size: 14px;
	color: #fff
}

.wan_index .wan_index_a .index_word .index_word_d a span {
	display: inline-block;
	background: #c1903a;
	height: 40px;
	line-height: 40px
}


.wan_index .wan_index_a .index_word .index_word_d a .index_more {
	width: 160px;
	text-align: center;
	position: relative;
	padding-right: 20px;
}
.wan_index .wan_index_a .index_word .index_word_d a .index_more:after{
	position: absolute;
	right: 0;
	top: 6px;
	width: 28px;
	height: 28px;
	content: '';
	background: #fff url(../picture/index_dot.png) no-repeat center;
}
.wan_index .wan_index_a .index_word .index_word_d a .index_more_icon {
	padding: 0 9px
}

.wan_index .wan_index_a .index_inlet {
	position: absolute;
	bottom: 18%;
	left: 9.7%;
	z-index: 999
}

.wan_index .wan_index_a .index_inlet div {
	vertical-align: bottom;
	margin-right: 8px;
	width: 60px;
	height: 60px;
}
.wan_index .wan_index_a .index_inlet a{
	display: inline-block;
}
.wan_index .wan_index_a .index_inlet div.icon1{
	background: url(../picture/index_oa.png) no-repeat center;
	background-size: cover;
}
.wan_index .wan_index_a .index_inlet div.icon1:hover{
	background: url(../images/index_oa0.png) no-repeat center;
	background-size: cover;
}
.wan_index .wan_index_a .index_inlet div.icon2{
	background: url(../picture/index_oa1.png) no-repeat center;
	background-size: cover;
}
.wan_index .wan_index_a .index_inlet div.icon2:hover{
	background: url(../images/index_oa11.png) no-repeat center;
	background-size: cover;
}

.wan_index .wan_index_a .index_inlet div.icon3{
	background: url(../images/index_oa22.png) no-repeat center;
	background-size: cover;
}
.wan_index .wan_index_a .index_inlet div.icon3:hover{
	background: url(../picture/index_oa2.png) no-repeat center;
	background-size: cover;
}

.wan_index .wan_index_b {
	overflow: hidden;
	position: relative
}

.wan_index .wan_index_b .cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 6s linear infinite 0s;
	-moz-animation: imageAnimation 6s linear infinite 0s;
	-o-animation: imageAnimation 6s linear infinite 0s;
	-ms-animation: imageAnimation 6s linear infinite 0s;
	animation: imageAnimation 6s linear infinite 0s
}
/*.wan_index .wan_index_b .cb-slideshow li:nth-child(1) span {
	background-image: url("../images/banner1.jpg");
}
.wan_index .wan_index_b .cb-slideshow li:nth-child(2) span {
	background-image: url("../images/banner2.jpg");
}
.wan_index .wan_index_b .cb-slideshow li:nth-child(3) span {
	background-image: url("../images/01.jpg")
}

.wan_index .wan_index_b .cb-slideshow li:nth-child(4) span {
	background-image: url("../images/02.jpg");
}
.wan_index .wan_index_b .cb-slideshow li:nth-child(5) span {
	background-image: url("../images/03.jpg");
}*/
.b_mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9;
}
.wan_index .wan_index_b .cb-slideshow:after{
	
}
.wan_index .wan_index_b .index_group {
	width: 90%;
	margin: 0 auto;
	height: 68%;
}
.wan_index .wan_index_b .index_group ul{
	height: 100%;
}
.wan_index .wan_index_b .index_group ul li{
	width: calc( 25% - 2px );
	height: 100%;
	margin-right: 2px;
	float: left;
	background: rgba(255,255,255,0.1);
	position: relative;
	z-index: 111;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	box-sizing: border-box;
	padding: 85px 40px 0 40px;
}
.wan_index .wan_index_b .index_group .go_next{
	width: 29px;
	height: 11px;
	background: url(../images/dot.png) no-repeat center;
	position: absolute;
	left: 40px;
	bottom:55px;
	opacity: 0;
}
.wan_index .wan_index_b .index_group ul li:hover{
	background: rgba(214,134,8,0.5);
}
.wan_index .wan_index_b .index_group ul li:hover .go_next{
	opacity: 1;
}
.wan_index .wan_index_b .index_group ul li:last-child{
	margin-right: 0;
}
.wan_index .wan_index_b .index_group ul li>p{
	margin-bottom: 15px;
}
.wan_index .wan_index_b .index_group ul li a{
	color: #fff;
	font-size: 14px;
}
.wan_index .wan_index_b .index_group ul li a i{
	font-size: 12px;
	font-family: "Arial";
	margin-left: 5px;
}
.wan_index .wan_index_b .index_group ul li .p1{
	font-size: 24px;
}
.wan_index .wan_index_b .index_group ul li .p2{
	font-size: 14px;
	margin-top: 5px;
}
.wan_index .wan_index_b .index_group ul li .line{
	width: 30px;
	height: 1px;
	background: #fff;
	opacity: 0.5;
	margin: 25px 0;
}
.wan_index .wan_index_b .index_group ul li:hover .index_group_b {
	background: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.wan_index .wan_index_b .index_group ul li img {
	width: 100%
}

.wan_index .wan_index_b .index_group ul li .index_group_b {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 111;
	background: rgba(0,0,0,0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000,endcolorstr=#66000000);
	text-align: center;
	color: #fff;
	padding-top: 30%
}

.wan_index .wan_index_b .index_group ul li .index_group_b .index_group_txt {
	font-size: 24px;
	margin-bottom: 2%
}

.wan_index .wan_index_b .index_group ul li .index_group_b .index_group_txt_a {
	font-size: 13px;
	letter-spacing: 1px
}

.index_marathon {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 111111
}

.index_btn1 {
	display: inline-block;
	width: 15px;
	height: 3px;
	background: #fff;
	border-radius: 20px;
	margin-left: 7px;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer
}

.index_btn2 {
	display: inline-block;
	width: 15px;
	height: 3px;
	background: #fff;
	border-radius: 20px;
	margin-left: 7px;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer
}
.index_word{
	display: none;
}
.index_mouse {
	position: fixed;
	bottom: 3%;
	right: 9.7%;
	z-index: 111111;
	width: 144px;
	height: 49px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.index_mouse:hover {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px)
}

.index_mouse .bullet-active {
	opacity: 1;
	filter: alpha(opacity=100)
}

.index_mouse .swiper-pagination-bullet {
	width: 15px;
	height: 3px;
	background: #fff;
	border-radius: 20px;
	margin-left: 9px;
	opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.index_mouse .swiper-pagination-bullet-active {
	opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100)
}

.index_mouse img {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.index_foot {
	position: fixed;
	bottom: 3%;
	left:9.7%;
	font-size: 14px;
	color: #fff;
	z-index: 111111;
	margin: auto
}

.index_foot a {
	font-size: 14px;
	color: #fff
}

.index_foot a:hover {
	color: #fff
}

.index_header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 111111;
	font-size: 16px;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000,endcolorstr=#b2000000)
}

.index_header .index_logo {
	margin-left: 9.7%;
	height: 100%;
	display: table;
}
.index_header .index_logo a{
	display: table-cell;
	vertical-align: middle;
}
.index_header .index_logo img{
	max-width: 300px;
}
.index_header .index_nav {
	margin-right: 9.7%
}

.index_header .index_nav .index_nav_ul>li {
	float: left;
	height: 80px;
	line-height: 80px
}

.index_header .index_nav .index_nav_ul>li .tag_nav {
	position: absolute;
	width: 100%;
	height: 65px;
	background: rgba(214,134,8,0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	line-height: 65px;
	left: 0;
	display: none;
	z-index: 111111
}

.index_header .index_nav .index_nav_ul>li .tag_nav ul {
	margin-right: 9.7%
}

.index_header .index_nav .index_nav_ul>li .tag_nav ul li {
	float: left;
	padding-left: 40px
}

.index_header .index_nav .index_nav_ul>li .tag_nav ul li a {
	color: #fff;
	display: block;
	text-align: right
}

.index_header .index_nav .index_nav_ul>li .tag_nav ul li a:hover {
	color: #000;
}

.index_header .index_nav .index_nav_ul>li>a {
	display: block;
	height: 80px;
	padding: 0 14px;
	color: #000;
}

.index_header .index_nav .index_nav_ul>li>a.index_nav_active {
	color: #003677;
	border-bottom: 3px solid #003677
}

.index_header .index_nav .index_nav_ul>li>a:hover {
	color: #d68608;
}

.index_header .index_nav .index_search {
	margin-top: 25px;
	margin-left: 15px;
	border-right: 1px solid #fff;
	height: 21px
}

.index_header .index_nav .index_search img {
	vertical-align: -1px;
	margin-right: 10px;
	height: 21px;
	cursor: pointer
}

.index_header .index_nav .index_or {
	margin-top: 25px;
	margin-left: 15px
}

.index_header .index_nav .index_or .index_en {
	border-right: 0
}

.index_header .index_nav .index_or .index_china {
	border-left: 0
}

.index_header .index_nav .index_or>a {
	display: inline-block;
	float: left;
	padding: 0 3px;
	color: #fff;
	border: 2px solid #fff;
	font-size: 8px
}

.index_header .index_nav .index_or>a.index_or_active {
	border: 2px solid #003677;
	background: #003677
}

.index_header .index_nav .index_or>a:hover {
	border-color: #003677;
	background: #003677
}

.index_search_popover {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8000000,endcolorstr=#c8000000);
	z-index: 11111111;
	display: none
}

.index_search_popover #index_search {
	width: 80%;
	margin: 0 auto;
	margin-top: 20%;
	position: relative
}

.index_search_popover #index_search .index_search_tc input {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: transparent;
	font-size: 36px;
	padding-left: 10px;
	color: #fff;
	outline: none
}

.index_search_popover #index_search .index_search_tc img {
	position: absolute;
	top: 13px;
	right: 19px;
	height: 45px;
	cursor: pointer
}

.index_search_popover .index_close img {
	position: absolute;
	width: 30px;
	top: 5%;
	right: 5%
}

.header_zt {
	display: none;
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 0 4%;
	position: fixed;
	top: 0;
	z-index: 999999;
	border-bottom: 1px solid #000
}

.header_zt .header_zt_logo img {
	width: 20%;
	margin-top: 15px
}

.search_zt {
	position: fixed;
	top: 60px;
	z-index: 99999;
	width: 100%;
	text-align: center;
	padding: 15px 10%;
	background: #fff
}

.search_zt .zt_s1 {
	position: relative;
	width: 80%;
	margin-right: 10px
}

.search_zt .zt_s1 input {
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: none;
	border: 1px #fff solid;
	padding-left: 15px;
	background-color: transparent;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	outline: none
}

.search_zt .zt_s1 img {
	height: 16px;
	position: absolute;
	top: 3px;
	right: 10px
}

@media screen and (min-width: 375px) and (max-width: 412px) {
	.search_zt .zt_s1 {
		width: 77%
	}

	.search_zt .zt_s1 img {
		width: 6%
	}
}

.menu-btn {
	display: block;
	position: fixed;
	top: 22px;
	right: 4%;
	width: 24px;
	height: 25px;
	z-index: 9999999
}

.menu-btn>span {
	display: block;
	width: 24px;
	height: 3px;
	background: #fff;
	cursor: pointer;
	border-radius: 3px;
	margin-left: 0
}

.menu-btn>span:nth-child(1) {
	position: absolute;
	top: 4px
}

.menu-btn>span:nth-child(2) {
	position: absolute;
	top: 11px
}

.menu-btn>span:nth-child(3) {
	position: absolute;
	top: 18px
}

.menu-btn>.span1 {
	background: white;
	-webkit-animation: span1 .5s alternate;
	-moz-animation: span1 .5s alternate;
	animation: span1 .5s alternate;
	-webkit-transform: translateY(7px) rotateZ(45deg);
	-moz-transform: translateY(7px) rotateZ(45deg);
	transform: translateY(7px) rotateZ(45deg)
}

.menu-btn>.span3 {
	background: white;
	-webkit-animation: span2 .5s alternate;
	-moz-animation: span2 .5s alternate;
	animation: span2 .5s alternate;
	-webkit-transform: translateY(-7px) rotateZ(-45deg);
	-moz-transform: translateY(-7px) rotateZ(-45deg);
	transform: translateY(-7px) rotateZ(-45deg)
}

.menu-btn>.span1-1 {
	background: #fff;
	-webkit-animation: span1-1 .5s alternate;
	-moz-animation: span1-1 .5s alternate;
	-o-animation: span1-1 .5s alternate;
	animation: span1-1 .5s alternate;
	-webkit-transform: translateY(0px) rotateZ(0deg);
	-moz-transform: translateY(0px) rotateZ(0deg);
	-ms-transform: translateY(0px) rotateZ(0deg);
	-o-transform: translateY(0px) rotateZ(0deg);
	transform: translateY(0px) rotateZ(0deg)
}

.menu-btn>.span3-1 {
	animation: span3-1 .5s alternate;
	-webkit-transform: translateY(0px) rotateZ(0deg);
	-moz-transform: translateY(0px) rotateZ(0deg);
	-ms-transform: translateY(0px) rotateZ(0deg);
	-o-transform: translateY(0px) rotateZ(0deg);
	transform: translateY(0px) rotateZ(0deg);
	background: #fff
}

@keyframes span1 {
	0% {
		transform: translateY(0px) rotateZ(0deg)
	}

	10% {
		transform: translateY(-3px)
	}

	70% {
		transform: translateY(7px)
	}

	100% {
		transform: translateY(7px) rotateZ(45deg);
		background: #000
	}
}

@-webkit-keyframes span1 {
	0% {
		-webkit-transform: translateY(0px) rotateZ(0deg)
	}

	10% {
		-webkit-transform: translateY(-3px)
	}

	70% {
		-webkit-transform: translateY(7px)
	}

	100% {
		-webkit-transform: translateY(7px) rotateZ(45deg);
		background: #000
	}
}

@-moz-keyframes span1 {
	0% {
		-moz-transform: translateY(0px) rotateZ(0deg)
	}

	10% {
		-moz-transform: translateY(-3px)
	}

	70% {
		-moz-transform: translateY(7px)
	}

	100% {
		-moz-transform: translateY(7px) rotateZ(45deg);
		background: #000
	}
}

@keyframes span2 {
	0% {
		transform: translateY(0px) rotateZ(0deg)
	}

	10% {
		transform: translateY(3px)
	}

	70% {
		transform: translateY(-7px)
	}

	100% {
		transform: translateY(-7px) rotateZ(-45deg);
		background: #000
	}
}

@keyframes span2 {
	0% {
		transform: translateY(0px) rotateZ(0deg)
	}

	10% {
		transform: translateY(3px)
	}

	70% {
		transform: translateY(-7px)
	}

	100% {
		transform: translateY(-7px) rotateZ(-45deg);
		background: #000
	}
}

@-webkit-keyframes span2 {
	0% {
		-webkit-transform: translateY(0px) rotateZ(0deg)
	}

	10% {
		-webkit-transform: translateY(3px)
	}

	70% {
		-webkit-transform: translateY(-7px)
	}

	100% {
		-webkit-transform: translateY(-7px) rotateZ(-45deg);
		background: #000
	}
}

@keyframes span1-1 {
	0% {
		transform: translateY(7px) rotateZ(45deg)
	}

	10% {
		transform: translateY(7px)
	}

	70% {
		transform: translateY(-3px)
	}

	100% {
		transform: translateY(0px) rotateZ(0deg);
		background: #000
	}
}

@-webkit-keyframes span1-1 {
	0% {
		-webkit-transform: translateY(7px) rotateZ(45deg)
	}

	10% {
		-webkit-transform: translateY(7px)
	}

	70% {
		-webkit-transform: translateY(-3px)
	}

	100% {
		-moz-transform: translateY(0px) rotateZ(0deg);
		background: #000
	}
}

@-moz-keyframes span1-1 {
	0% {
		-moz-transform: translateY(7px) rotateZ(45deg)
	}

	10% {
		-moz-transform: translateY(7px)
	}

	70% {
		-moz-transform: translateY(-3px)
	}

	100% {
		-moz-transform: translateY(0px) rotateZ(0deg);
		background: #000
	}
}

@keyframes span3-1 {
	0% {
		transform: translateY(-7px) rotateZ(-45deg)
	}

	10% {
		transform: translateY(-7px)
	}

	70% {
		transform: translateY(3px)
	}

	100% {
		transform: translateY(0px) rotateZ(0deg);
		background: #000
	}
}

@-webkit-keyframes span3-1 {
	0% {
		-webkit-transform: translateY(-7px) rotateZ(-45deg)
	}

	10% {
		-webkit-transform: translateY(-7px)
	}

	70% {
		-webkit-transform: translateY(3px)
	}

	100% {
		-webkit-transform: translateY(0px) rotateZ(0deg);
		background: #000
	}
}

@-moz-keyframes span3-1 {
	0% {
		-moz-transform: translateY(-7px) rotateZ(-45deg)
	}

	10% {
		-moz-transform: translateY(-7px)
	}

	70% {
		-moz-transform: translateY(3px)
	}

	100% {
		-moz-transform: translateY(0px) rotateZ(0deg);
		background: #000
	}
}

.right-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #333;
	z-index: 9999997;
	min-width: 320px;
	overflow: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .45s;
	-moz-transition: .45s;
	transition: .45s
}

.right-menu>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	z-index: 1;
	background: #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.right-menu>div>.menu-ul {
	height: 80%;
	overflow-x: hidden;
	overflow-y: scroll
}

.right-menu>div>.menu-ul>li {
	width: 100%;
	line-height: 2.5em;
	position: relative;
	font-size: 17px
}

.right-menu>div>.menu-ul>li>a {
	border-bottom: 1px solid #444;
	color: white;
	display: block;
	opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
	width: 100%;
	padding-left: 10%
}

.right-menu>div>.menu-ul>li:hover {
	opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100)
}

.right-menu>div>.menu-ul>li>img {
	width: 24px;
	position: absolute;
	top: 5px;
	right: 10px
}

.menu-ul .new-ul2 {
	display: block
}

.menu-ul .new-ul2>p {
	width: 100%;
	border-bottom: 1px solid #444;
	line-height: 2.5em;
	position: relative;
	font-size: 13px
}

.menu-ul .new-ul2>p>a {
	color: white;
	display: block;
	opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
	width: 100%;
	padding-left: 15%
}

.menu-ul .new-ul2>p>a:hover {
	opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100)
}

.right-menu1 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px)
}

.search_zt {
	display: none
}

.deng1 {
	display: none
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
	.index_header{
		font-size: 14px;
	}
	.index_header .index_nav .index_nav_ul>li>a{
		padding: 0 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	body{
		padding-top: 60px;
	}
	.index_header .index_logo{
		margin-left: 2%;
	}
	.index_header .index_logo img{
		height: 40px;
	}
	.index_header{
		font-size: 12px;
	}
	.index_header .index_nav .index_nav_ul>li>a{
		padding:0 10px;
		height: 60px;
	}
	.index_header{
		height: 60px;
	}
	.index_header .index_nav .index_nav_ul>li{
		height: 60px;
		line-height: 60px;
	}
	.index_header .index_nav{
		margin-right: 2%;
	}
	.wan_index .wan_index_a .index_word{
		left: 2%;
		padding-right: 2%;
	}
	.wan_index .wan_index_a .index_word .index_word_c{
		width: 100%;
	}
	.wan_index .wan_index_a .index_inlet{
		left: 2%;
	}
	.index_foot{
		left: 2%;
	}
	.wan_index .wan_index_b .index_group ul li a i{
		display: none;
	}
	.wan_index .wan_index_b .index_group ul li{
		padding:40px 20px 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
	body{
		padding-top: 60px;
	}
	.wan_index .wan_index_a .index_word {
		top: 22%;
		max-width: 100%;
	}
	.wan_index .wan_index_a .index_word .index_word_c{
		width: 550px;
	}
	.wan_index .wan_index_a .index_inlet div{
		width: 40px;
		height: 40px;
	}
	.header {
		display: none
	}

	.header_zt {
		display: block
	}

	.search_zt {
		display: block
	}

	.deng {
		display: none
	}

	.deng1 {
		display: block
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.index_header {
		display: none
	}

	.wan_index .wan_index_a .index_word .index_word_a {
		font-size: 18px
	}

	.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .index_wx {
		background-size: 85%
	}

	.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .bds_sqq {
		background-size: 85%
	}

	.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .bds_tsina {
		background-size: 85%
	}

	.wan_index .wan_index_a .index_sharing .bdsharebuttonbox .index_fk {
		background-size: 85%
	}

	.wan_index .wan_index_a .index_sharing .bdsharebuttonbox a {
		width: 30px;
		height: 30px
	}

	.wan_index .wan_index_b .index_group ul li {
		width: calc( 50% - 2px );
		padding: 20px 10px 0;
	}
	.wan_index .wan_index_b .index_group ul li>p{
		width: 50%;
		float: left;
	}
	.wan_index .wan_index_b .index_group ul li a i{
		display: none;
	}
	.wan_index .wan_index_b .index_group ul li .p1{
		font-size: 14px;
	}
	.wan_index .wan_index_b .index_group ul li .p2{
		font-size: 12px;
	}
	.wan_index .wan_index_b .index_group ul li .line{
		margin: 10px 0;
	}
	.wan_index .wan_index_b .index_group ul li>p{
		margin-bottom: 0;
	}
	.wan_index .wan_index_b .index_group ul li a{
		font-size: 12px;
	}
	.wan_index .wan_index_b .index_group ul,
	.wan_index .wan_index_b .index_group{
		height: initial;
	}
	.wan_index .wan_index_b .index_group ul li{
		height: 190px;
		margin-bottom: 2px;
	}
	.wan_index .wan_index_b .index_group .go_next{
		left: 10px;
		bottom: 10px;
		opacity: 1;
	}
	.wan_index .wan_index_b .index_group ul li .index_group_b .index_group_txt {
		font-size: 18px
	}

	.wan_index .wan_index_a .index_inlet img {
		width: 16%
	}

	.index_mouse {
		bottom: 13%;
		width: 100px;
		height: 34px;
		text-align: center;
	}
	.wan_index .wan_index_a .index_word .index_word_b{
		margin: 15px 0;
	}
	.index_foot{
		left: 10px;
		font-size: 12px;
		padding-right: 10px;
	}
	.index_mouse img{
		width: 100%;
	}

	.header_zt .header_zt_logo img {
		width: 65%
	}

	.header_zt {
		background: rgba(0,0,0,0.5);
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
	}

	.search_zt {
		background: rgba(0,0,0,0.5);
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000)
	}

	.wan_index .wan_index_a .index_word .index_word_d {
		margin-top: 3%
	}
}

@media screen and (min-width: 320px) and (max-width: 478px) {
	.wan_index .wan_index_a .index_word .index_word_c {
		width: 300px;
		font-size: 14px
	}
}

@media screen and (min-width: 320px) and (max-width: 374px) {
	.wan_index .wan_index_b .index_group ul li .index_group_b .index_group_txt_a {
		font-size: 12px
	}

	.wan_index .wan_index_b .index_group ul li .index_group_b {
		padding-top: 22%
	}

	.wan_index .wan_index_a .index_word .index_word_b {
		margin-top: 20px;
		margin-bottom: 20px
	}

	.wan_index .wan_index_a .index_word .index_word_c {
		font-size: 12px;
		line-height: 25px;
		width: 250px
	}

	.wan_index .wan_index_a .index_word .index_word_d {
		margin-top: 20px
	}

	.index_foot {
		bottom: 0;
		font-size: 12px
	}

	.search_zt .zt_s1 {
		width: 75%
	}
}
/*# sourceMappingURL=index.css.map */

.index_logo img{
	display: inline-block;
	vertical-align: middle;
}
.index_logo .img1{
	height: 40px;
	margin-left: 20px;
	vertical-align: middle;
}


@media (min-width:10px) and (max-width:768px){

.newGroupNewsDetail_In .ngdCon{
	width: 94%;
}
.newGroupNewsDetail_In .ngdTitle h3{
	padding: 0 3%;
	line-height: 25px;
}
.ngTitle span{
	display: inline-block;
}
.ngTitle:before{
	top: 66%;
	display: none;
}
.ab01Left.certificate{
	width: 100%;
}
.breadNavIn{
    overflow-x: auto;
    white-space: nowrap;
}
.breadNavIn a{
	display: inline-block;
	float: none;
}
.breadNavIn li{
	display: inline-block;
	padding: 0 10px;
}
.about_con05 .ab05Right, .about_con05 .ab05Left,
.about_con01 .ab01Right,
.about_con01 .ab01Left{
	width: 100%;
}
.about04_In ul li h3{
	line-height: 30px;
	margin-top: 10px;
}
.about_con05 .ab05Right img, .about_con05 .ab05Left img{
	width: 100%;
	padding: 0;
}
.about_con01 p, .about_con02 p, .about_con03 p, .about_con05 p{
	text-indent: 0;
}




}