* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'microsoft yahei';
	margin: 0 auto;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

.textcenter {
	text-align: center;
}

li {
	list-style-type: none;
}

em {
	font-style: normal
}

.block {
	display: block;
}

.none {
	display: none;
}

.border3 {
	border-radius: 3px;
}

.border5 {
	border-radius: 3px;
}

.service_but {
	display: block;
	width: 200px;
	height: 46px;
	background-color: #F95555;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	margin: 25px auto 25px auto;
	border-radius: 3px;
}

.pc_menu {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
}

.pc_menu .nav_text {
	width: 86%;
	height: 80px;
	margin: 0 auto;
	text-align: center;
}

.pc_menu .nav_text .logo {
	display: block;
	height: 70px;
	float: left;
	margin-top: -4px;
}

.pc_menu .nav_text .logo img {
	display: block;
	height: 100%;
}

.pc_menu .nav_text nav {
	display: block;
	float: left;
	height: 80px;
	margin-left: 5%;
}

.pc_menu .nav_text nav a {
	display: block;
	float: left;
	margin: 25px 20px 0 20px;
	font-size: 16px;
	height: 80px;
	line-height: 30px;
	color: #fff;
	transition-duration: 0.2s;
}
.pc_menu .nav_text nav a i{
	font-style: normal;
}
.pc_menu .nav_text nav a:hover i{
	color: #fff;
}
.pc_menu .nav_text nav a.fots:hover {
	/* font-size:18px; */
}

.pc_menu .nav_right {
	height: 80px;
	float: right;
}

.pc_menu .nav_right .lanbut {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	transition-duration: 0.2s;
	margin-top: 24px;
}

.pc_menu .nav_right .lanbut:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #666;
}

.pc_menu .nav_right .search {
	float: left;
	width: 200px;
	height: 38px;
	margin: 20px 0 0 15px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 3px;
	position: relative;
}

.pc_menu .nav_right .search .keyint {
	border: 0;
	outline: none;
	background-color: transparent;
	color: #000;
	font-family: 'microsoft yahei', sans-serif;
	font-size: 14px;
	height: 38px;
	padding: 0 5%;
	transition: background 0.3s ease-in-out;
	width: 90%;
	color: #FAFCFF;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
}

.pc_menu .nav_right .search .keyint::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #FAFCFF;
}

.pc_menu .nav_right .search .keyint:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FAFCFF;
}

.pc_menu .nav_right .search .keyint::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FAFCFF;
}

.pc_menu .nav_right .search .keyint:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #FAFCFF;
}

.pc_menu .nav_right .search .keybut {
	position: absolute;
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
	color: #666;
	top: 0px;
	right: 0;
	cursor: pointer;
	z-index: 2;
}

.pc_menu .nav_right .nav_but {
	display: none;
}

.MNenuMain {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

@media all and (max-width:1300px) {
	.pc_menu .nav_text {
		width: 94%;
		height: 80px;
		margin: 0 auto;
		text-align: center;
	}

	.pc_menu .nav_text nav {
		display: block;
		float: left;
		height: 80px;
		margin-left: 2%;
	}

	.pc_menu .nav_text nav a {
		display: block;
		float: left;
		margin: 25px 10px 0 20px;
		font-size: 16px;
		height: 55px;
		line-height: 30px;
		color: #fff;
		transition-duration: 0.2s;
	}

	.pc_menu .nav_right .nav_but {
		display: none;
	}
}

@media all and (max-width:1100px) {
	.pc_menu .nav_right .search {
		float: left;
		width: 150px;
		height: 38px;
		margin: 20px 0 0 15px;
		background: rgba(255, 255, 255, 0.2);
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-radius: 3px;
		position: relative;
	}
}

@media all and (max-width:1024px) {
	.pc_menu .nav_text nav {
		display: block;
		float: left;
		height: 80px;
		margin-left: 2%;
	}

	.pc_menu .nav_text nav a {
		display: block;
		float: left;
		margin: 25px 10px 0 20px;
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		transition-duration: 0.2s;
	}

	.pc_menu .nav_text .nav_right {
		display: block;
		height: 80px;
		float: right;
	}

	.pc_menu .nav_right .lanbut {
		display: block;
		width: 32px;
		height: 32px;
		float: left;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 16px;
		text-align: center;
		font-size: 15px;
		line-height: 32px;
		color: #FFF;
		transition-duration: 0.2s;
		margin-top: 24px;
	}

	.pc_menu .nav_right .lanbut:hover {
		background: rgba(255, 255, 255, 0.8);
		color: #666;
	}

	.pc_menu .nav_right .search {
		display: none;
	}

	.pc_menu .nav_right .nav_but {
		display: block;
		cursor: pointer;
		height: 80px;
		float: left;
		margin-left: 10px;
	}

	.pc_menu .nav_right .nav_but i {
		display: block;
		cursor: pointer;
		height: 80px;
		font-size: 26px;
		line-height: 80px;
		color: #FFF;
	}
}

@media all and (max-width:900px) {
	.pc_menu .nav_text nav a {
		display: block;
		float: left;
		margin: 25px 0px 0 20px;
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		transition-duration: 0.2s;
	}

}

@media all and (max-width:800px) {
	.pc_menu {
		width: 100%;
		height: 48px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	.pc_menu .nav_text {
		width: 94%;
		height: 48px;
		margin: 0 auto;
	}

	.pc_menu .nav_text .logo {
		display: block;
		height: 40px;
		float: left;
		margin-top: 5px;
	}

	.pc_menu .nav_text .logo img {
		display: block;
		height: 100%;
	}

	.pc_menu .nav_text nav {
		display: none;
	}

	.pc_menu .nav_text .nav_right {
		display: block;
		height: 48px;
		float: right;
	}

	.pc_menu .nav_right .lanbut {
		display: block;
		width: 28px;
		height: 28px;
		float: left;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 16px;
		text-align: center;
		font-size: 12px;
		line-height: 28px;
		color: #FFF;
		transition-duration: 0.2s;
		margin-top: 10px;
	}

	.pc_menu .nav_right .lanbut:hover {
		background: rgba(255, 255, 255, 0.8);
		color: #666;
	}

	.pc_menu .nav_right .search {
		display: none;
	}

	.pc_menu .nav_right .nav_but {
		display: block;
		cursor: pointer;
		height: 48px;
		float: left;
		margin-left: 10px;
	}

	.pc_menu .nav_right .nav_but i {
		display: block;
		cursor: pointer;
		height: 48px;
		font-size: 22px;
		line-height: 48px;
		color: #FFF;
	}
}

.MNenuMain {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.MNenuMain .mnName {
	width: 100%;
	height: 48px;
	background-color: #2D2E2F;
	overflow: hidden;
}

.MNenuMain .mnName h1 {
	display: block;
	height: 48px;
	float: left;
	margin-left: 3%;
	line-height: 52px;
	font-size: 16px;
	color: #E4E4E4;
	font-weight: normal;
}

.MNenuMain .mnName .menuClose {
	display: block;
	float: right;
	margin-right: 3%;
	height: 48px;
	cursor: pointer;
}

.MNenuMain .mnName .menuClose i {
	display: block;
	height: 48px;
	line-height: 48px;
	width: 25px;
	font-size: 26px;
	color: #fff;
}

.MNenuMain .navmain {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7);
}

.MNenuMain .navmain .son {
	width: 100%;
	height: auto;
	overflow: auto;
}

.MNenuMain .navmain li.son .mbut {
	display: block;
	width: 92%;
	height: 46px;
	padding: 0 4%;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	background: rgba(40, 40, 40, 0.3);
	border-bottom: 1px solid #2D2E2F;
	cursor: pointer;
}

.MNenuMain .navmain li.son .mbut em {
	color: #888;
	margin-left: 15px;
}

/*二级菜单样式*/
.MNenuMain .navmain li.son ul.SonContent {
	width: 96%;
	height: auto;
	padding: 8px 0;
	margin: 0 auto;
	overflow: hidden;
	z-index: 999999;
	text-align: center;
}

.MNenuMain .navmain li.son ul.SonContent li {
	height: 38px;
}

.MNenuMain .navmain li.son ul.SonContent li a {
	display: block;
	height: 32px;
	line-height: 31px;
	margin: 0 6px;
	font-size: 14px;
	color: #ccc;
	background: rgba(40, 40, 40, 0.5);
	padding: 0 15px;
	border-radius: 3px;
}

.MNenuMain .navmain .login {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 18px;
	margin: 0 auto;
	background: rgba(40, 40, 40, 0.8);
}

.MNenuMain .navmain .login .search {
	min-width: 280px;
	width: 60%;
	height: 42px;
	background-color: #ddd;
	margin: 15px auto 0 auto;
	border-radius: 4px;
	position: relative;
}

.MNenuMain .navmain .login .search .serachKey {
	border: 0;
	outline: none;
	background-color: transparent;
	width: 90%;
	height: 30px;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	margin-right: 10px;
	font: 14px/31px 'microsoft yahei';
	color: #f30;
}

.MNenuMain .navmain .login .search .button {
	display: block;
	border: 0;
	outline: none;
	background-color: #7FBD0D;
	color: #fff;
	height: 32px;
	padding: 0 15px;
	border-radius: 3px;
	line-height: 32px;
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.MNenuMain .navmain .login h2 {
	width: 100%;
	height: 42px;
	padding-top: 10px;
	text-align: center;
}

.MNenuMain .navmain .login h2 a {
	display: inline-block;
	vertical-align: middle;
	height: 42px;
	padding: 0 15px;
	margin: 0 8px;
	border-radius: 21px;
}

.MNenuMain .navmain .login h2 a.b1 {
	background-color: #7FBD0D;
}

.MNenuMain .navmain .login h2 a.b2 {
	background-color: #F8B600;
}

.MNenuMain .navmain .login h2 a i {
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	float: left;
	margin-top: 7px;
	border: 1px solid #ddd;
	color: #fff;
	margin-right: 6px;
	border-radius: 15px;
}

.MNenuMain .navmain .login h2 a span {
	display: block;
	height: 30px;
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	margin-top: 6px;
	font-weight: normal;
}

@media all and (max-width:800px) {
	.sp_header {
		height: 50px;
		overflow: hidden;
		background: #fff;
		position: fixed;
		z-index: 10;
		width: 100%;
	}

	.sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}

	.sp_logo img {
		margin: auto;
		max-height: 30px;
	}

	.sp_nav {
		width: 35px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px
	}

	.sp_nav span {
		display: block;
		background: #fff;
		width: 27px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}

	.sp_nav span:nth-of-type(1) {
		top: 0px
	}

	.sp_nav span:nth-of-type(2) {
		top: 8px
	}

	.sp_nav span:nth-of-type(3) {
		top: 16px
	}

	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}

	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}

	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}

	.sjj_nav {
		position: fixed;
		z-index: 9;
		background: rgba(0,0,0,.8);
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
		display: none;
	}

	.nav_show {
		top: 48px
	}

	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}

	.sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px)
	}

	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}

	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #fff;
	}

	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #515050 solid;
		height: 30px;
		padding: 0px 7px 0 7px;
	}

	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}

	.sjj_nav ul li {
		border-top: 1px #515050 solid;
		margin-left: 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}

	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #515050 solid;
	}

	.sjj_nav ul li ul {
		display: none
	}

	.sjj_nav ul li a {
		color: #fff;
		width: 80%
	}

	.sjj_nav ul li ul li a {
		color: #fff;
		display: block;
		text-align: left;
	}

	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #fff;
	}

	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #fff
	}

	.sjj_nav ul li ul li>ul {
		margin-left: 10px
	}

	.MNenuMain .navmain li.son ul.SonContent {
		width: 96%;
		height: auto;
		padding: 8px 0;
		margin: 0 auto;
		overflow: hidden;
		z-index: 999999;
		text-align: center;
	}

	.MNenuMain .navmain li.son ul.SonContent li {
		border-bottom: 1px solid #474444;
		vertical-align: middle;
		height: auto;
		padding: 7px 0px;
		margin: 0px 20px;
	}

	.MNenuMain .navmain li.son ul.SonContent li a {
		display: block;
		text-align: left;
		height: 32px;
		line-height: 31px;
		margin: 0 3px;
		font-size: 14px;
		color: #fff;
		background: none;
		border-radius: 3px;
	}

	.MNenuMain .navmain .login .search {
		width: 96%;
		height: 42px;
		background-color: #ddd;
		margin: 15px auto 0 auto;
		border-radius: 4px;
		position: relative;
	}
}

.footer_text {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 40px;
	background-color: #181818;
}

.footer_main {
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 0 auto;
}

.footer_main .f_left {
	display: block;
	width: 50%;
	float: left;
	height: auto;
	overflow: hidden;
}

.footer_main .f_left ul {
	display: block;
	width: 30%;
	float: left;
	height: auto;
	overflow: hidden;
}

.footer_main .f_left ul li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_main .f_left ul li a {
	display: block;
	float: left;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #B3B3B3;
	transition-duration: 0.2s;
}

.footer_main .f_left ul li a.h1 {
	display: block;
	float: left;
	height: 46px;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
}

.footer_main .f_left ul li a:hover {
	color: #fff;
}

@media all and (max-width:1024px) {
	.footer_main {
		width: 94%;
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
		margin: 0 auto;
	}

	.footer_main .f_left {
		display: block;
		width: 76%;
		float: left;
		height: auto;
		overflow: hidden;
	}

	.footer_main .f_left ul li a {
		display: block;
		width: 100%;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
		color: #B3B3B3;
		transition-duration: 0.2s;
		text-align: left;
	}

	.footer_main .f_left ul li a.h1 {
		display: block;
		width: 100%;
		height: 46px;
		font-size: 16px;
		line-height: 46px;
		color: #fff;
		text-align: left;
	}
}

@media all and (max-width:800px) {

	.footer_main .f_left {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}

	.footer_main .f_left ul {
		display: inline-block;
		vertical-align: middle;
		width: 33%;
		height: auto;
		overflow: hidden;
	}

	.footer_main .f_left ul li {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_main .f_left ul li a {
		display: block;
		width: 100%;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		color: #B3B3B3;
		transition-duration: 0.2s;
	}

	.footer_main .f_left ul li a.h1 {
		display: block;
		width: 100%;
		height: 46px;
		text-align: center;
		font-size: 16px;
		line-height: 46px;
		color: #fff;
	}

	.footer_main .f_left ul li a:hover {
		color: #fff;
	}
}

.footer_main .f_right {
	display: block;
	width: 22%;
	float: right;
	height: auto;
	overflow: hidden;
}

.footer_main .f_right .f_ewm {
	display: block;
	width: 120px;
	height: auto;
	overflow: hidden;
	float: right;
}

.footer_main .f_right .f_ewm img {
	display: block;
	width: 100%;
}

.footer_main .f_right .f_ewm span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 34px;
	color: #B3B3B3;
	text-align: center;
}

@media all and (min-width:800px) {
	.footer_main .i_tel {
		width: 300px;
		height: auto;
		overflow: hidden;
		float: left;
	}

	.footer_main .i_tel img {
		display: block;
		height: 36px;
		float: left;
		margin-top: 15px;
	}

	.footer_main .i_tel h2 {
		clear: both;
		display: block;
		width: 100%;
		height: 40px;
		font-size: 30px;
		line-height: 40px;
		color: #fff;
	}

	.footer_main .i_tel p {
		clear: both;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 26px;
		color: #fff;
	}

	.footer_main .i_tel .buttxt {
		display: none;
	}
}

@media all and (max-width:800px) {
	.footer_main .i_tel {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 50px;
		float: left;
	}

	.footer_main .i_tel img {
		display: block;
		height: 50px;
		margin: 20px auto 20px auto;
	}

	.footer_main .i_tel h2 {
		display: none;
	}

	.footer_main .i_tel p {
		display: none;
	}

	.footer_main .i_tel .buttxt {
		display: block;
		width: 100px;
		height: 100px;
		background-color: #F33838;
		margin: 30px auto 0 auto;
		border-radius: 50px;
		position: relative;
	}

	.footer_main .i_tel .buttxt i {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 40px;
		line-height: 100px;
		text-align: center;
		color: #ccc;
		z-index: 0;
		cursor: pointer;
	}

	.footer_main .i_tel .buttxt span {
		position: absolute;
		width: 100px;
		height: 100px;
		left: 0;
		bottom: 0;
		background: #F33838;
		border-radius: 50%;
		-webkit-animation: living 3s linear infinite;
		z-index: -1;
	}

	.footer_main .i_tel .buttxt span:nth-child(2) {
		-webkit-animation-delay: 1.5s;
		/*第二个span动画延迟1.5秒*/
	}



	.footer_main .f_right {
		display: none;
	}
}

.footer_copy {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #303030;
	color: #ccc;
}

.footer_copy span {
	display: block;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #B3B3B3;
}

@media all and (max-width:800px) {
	.footer_copy {
		width: 90%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px 0;
		border-top: 1px solid #303030;
		color: #ccc;
	}

	.footer_copy span {
		display: block;
		width: 100%;
		text-align: center;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 24px;
		color: #B3B3B3;
	}
}



.xzright {
	-webkit-transform: rotateZ(-360deg);
	-moz-transform: rotateZ(-360deg);
	-o-transform: rotateZ(-360deg);
	-ms-transform: rotateZ(-360deg);
	transform: rotateZ(-360deg);
}

.xzleft {
	-webkit-transform: rotateZ(720deg);
	-moz-transform: rotateZ(720deg);
	-o-transform: rotateZ(720deg);
	-ms-transform: rotateZ(720deg);
	transform: rotateZ(720deg);
}



.top_banner {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.top_banner img {
	display: block;
	width: 100%;
	min-height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-animation: scaleDraw 15s ease-in-out infinite;
}

@media all and (min-width:800px) {
	.top_banner .text {
		width: 1200px;
		height: 360px;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		margin: -180px 0 0 -600px;
	}

	.top_banner .text h2 {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		font-size: 38px;
		line-height: 400px;
		color: #fff;
		font-weight: normal;
	}
}

@media all and (max-width:800px) {
	.top_banner {
		width: 100%;
		height: 160px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.top_banner img {
		display: block;
		width: 100%;
		min-height: 160px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		-webkit-animation: scaleDraw 10s ease-in-out infinite;
	}

	.top_banner .text {
		width: 94%;
		height: 160px;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 3%;
		z-index: 2;
	}

	.top_banner .text h2 {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		font-size: 26px;
		line-height: 200px;
		color: #fff;
		font-weight: normal;
	}
}
@media only screen and (max-width: 767px) {
				.sjj_nav{
					display: block;
				}
			}
			@media only screen and (min-width: 767px) {
				.sjj_nav{
					display: none;
				}
			}
			
			
			
			
			.dede_pages{
						text-align: center;
						margin-top: 40px;
					}
					.dede_pages ul li{
						float: left;
						display: block;
						    width: 40px;
						    height: 40px;
						    border: 1px solid #e8e8e8;
						    line-height: 40px;
						    text-align: center;
						    color: #ff5951;
						    font-size: 16px;
						    border-radius: 5px;
							margin: 0px 5px;
					}
					.dede_pages ul li a{
						color: #ff5951;
						display: block;
					}
					.dede_pages ul li.thisclass{
						    background: #ff5951;
						    border: 1px solid #ff5951;
							color: #fff;
					}
					.pagelist{
						display: flex;
						justify-content: center;
					}
					
					/*search*/
					.search { position: relative; overflow: hidden;}
					.input_submit { border: 0; color: #fff; outline: none; position: absolute; top: 0; right: 0; display: block; font-size: 15px; height: 36px; background: #1d273d; line-height: 36px; cursor: pointer; }
					.search input.input_text { border: 0; line-height: 36px; height: 36px; font-size: 14px; outline: none; text-indent: 1em; }
					/*search-page*/
					.search-page { width: 100%; left: 0;  background: #ebf0fa; position: absolute; top: 80px; z-index: 8; display: none; }
					.search_box { width: 1200px; margin: auto; }
					.search-page .search {clear: both;width: 60%;margin: auto;border-radius: 0 5px 5px 0;}
					.search-page .search input.input_text {width: 80%;float: left;z-index: 9;}
					.input_submit { width: 20%; }
					.search select {border:none;height: 36px;right: 20%;outline: none;z-index: 9;position: absolute;background: #fff;}
					.search-page .go-left { background: url(../images/prev_close.png) no-repeat left center; width: 32px; height: 32px; float: right; background-size: 32px; margin: 20px; }
					.hot-search { margin: 40px 20px; overflow: hidden; text-align: center; }
					.hot-search p { font-size: 18px; margin-bottom: 10px; font-weight: bold; color: #1d273d; }
					.search-paihang li { display: inline-block; line-height: 26px; height: 26px; font-size: 15px; margin: 3px 10px; }
					.search-paihang li a { display: block; color: #666; }
					.search-paihang li a:hover { color: #1d273d }
					@media only screen and (max-width: 768px) {
					.search_box { width: 96%; }
					.rbox { display: none }
					.lbox { width: 100%; }
					}
					 @media only screen and (max-width: 640px) {
						 .search-page{
							 top: 50px;
						 }
					.search_box { width: 94%; }
					.is-search { width: 40px; height: 40px; position: fixed; right: 56px; }
					.is-search section { background: none; height: 40px; margin: inherit; }
					.is-search i { width: 40px; height: 40px; }
					.search-page .search { width: 100%;}
					}
					.nav_right a.select{
						margin-right: 10px;
					}
					.nav_right a.select img{
						height: 20px;
					}