﻿body {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	font-family: "Microsoft YaHei","arial"
}

a {
	color: #666;
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

a:hover {
	color: #7d0000
}


textarea {
	-webkit-appearance: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

ol,ul {
	list-style: none
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: top
}

table {
	border-collapse: collapse;
	width: 100%
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: none
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'],input[type='button'] {
	padding: 0;
	color: #666;
	margin: 0;
	outline: none
}

@font-face {
	font-family:"DIN-BOLD";src:url("../fonts/DIN-BOLD.woff2") format("woff2"),url("../fonts/DIN-BOLD.woff") format("woff"),url("../fonts/DIN-BOLD.ttf") format("truetype"),url("../fonts/DIN-BOLD.eot") format("embedded-opentype"),url("../fonts/DIN-BOLD.svg") format("svg");font-weight:normal;font-style:normal
}

@font-face {
	font-family:"DINCond-Regular";src:url("../fonts/DINCond-Regular.woff2") format("woff2"),url("../fonts/DINCond-Regular.woff") format("woff"),url("../fonts/DINCond-Regular.ttf") format("truetype"),url("../fonts/DINCond-Regular.eot") format("embedded-opentype"),url("../fonts/DINCond-Regular.svg") format("svg")
}

@font-face {
	font-family:"DIN-MEDIUM(1)";src:url("../fonts/DIN-MEDIUM(1).woff2") format("woff2"),url("../fonts/DIN-MEDIUM(1).woff") format("woff"),url("../fonts/DIN-MEDIUM(1).ttf") format("truetype"),url("../fonts/DIN-MEDIUM(1).eot") format("embedded-opentype"),url("../fonts/DIN-MEDIUM(1).svg") format("svg")
}

.vcenter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: middle
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.container {
	width: 1300px;
	margin: 0 auto;
	position: relative
}

@media (max-width:1300px) {
	.container {
		width: 1200px
	}
}

@media (max-width:1200px) {
	.container {
		width: 960px
	}
}

@media (max-width:960px) {
	.container {
		width: 100%;
		padding: 0 15px
	}
}

.container-02 {
	width: 1400px;
	margin: 0 auto;
	position: relative
}

@media (max-width:1400px) {
	.container-02 {
		width: 1200px
	}
}

@media (max-width:1280px) {
	.container-02 {
		width: 1000px
	}
}

@media (max-width:1000px) {
	.container-02 {
		width: 100%;
		padding: 0 15px
	}
}

.header {
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
	z-index: 100;
	padding: 0 40px;
	background: #191919;
	position: fixed;
	background: rgba(25,25,25,0.7)
}

.header .infobox {
	float: right;
	position: relative;
	vertical-align: top;
	margin-top: 35px
}

.header .infobox img {
	margin-top: 5px;
	max-height: 16px
}

.header .infobox a {
	color: #adacac;
	padding: 0 10px;
	display: inline-block
}

.header .infobox a:hover {
	color: #fff
}

.header .search {
	cursor: pointer;
	margin-left: 10px;
	display: inline-block
}

.header .searchbox {
	top: 47px;
	right: 0;
	z-index: 9;
	display: none;
	position: absolute
}
.header .searchbox select {
    position: absolute;
    height: 39px;
    background: rgba(255,255,255,0.1);
    border: none;
    color: #666;
    width: 90px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("/images/select-icon.png") no-repeat scroll right center;
    cursor: pointer;
    text-align:center;
    padding-right: 20px;
}

.header .searchbox input {
	width: 400px;
	height: 40px;
	border: 0;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 5px 30px 5px 90px;
	background: #e9e9e9
}

.header .searchbox .btn {
	right: 0;
	top: 8px;
	position: absolute
}

.header .searchbox .btn img {
	max-height: 14px
}

@media (max-width:1200px) {
	.header {
		padding: 0 15px;
		height: 55px;
		background: #333
	}

	.header .logo {
		display: inline-block;
		padding-top: 8px
	}

	.header .logo img {
		max-height: 45px
	}

	.header .infobox {
		padding-right: 50px;
		margin-top: 15px
	}

	.header .infobox a {
		padding: 0 5px
	}

	.header .search {
		margin-left: 0;
		display: none !important;
		padding-right: 50px !important
	}
}

.header-gys {
	background: none
}

.header-gys .logo-2 img {
	margin-top: 10px;
	max-height: 60px
}

.header-gys .logo-3 img {
	margin-top: -8px;
	max-height: 100px
}

.header-gys .infobox {
	color: #fff
}

.header-gys .infobox a {
	color: #fff
}

.header-gys .button {
	margin-left: 10px;
	color: #fff !important;
	padding: 0 17px !important;
	font-size: 16px;
	line-height: 45px;
	display: inline-block;
	vertical-align: top;
	margin-top: -10px;
	background: #7d0000;
	border-radius: 3px
}

.header-gys .button:hover {
	background: #17275a
}

@media (max-width:1200px) {
	.header-gys {
		background: #333
	}

	.header-gys .container {
		padding: 0
	}

	.header-gys .logo-2 img {
		margin-top: 0;
		max-height: 40px
	}

	.header-gys .logo-3 img {
		max-height: 50px
	}

	.header-gys .button {
		display: none !important
	}
}

.header-huiyi {
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	z-index: 99;
	position: fixed;
	box-shadow: 0 0 5px #ddd
}

.header-huiyi .top {
	height: 30px;
	line-height: 30px;
	background: #333
}

.header-huiyi .top a {
	display: inline-block;
	color: #c4c3c3
}

.header-huiyi .top a:hover {
	color: #fff
}

.header-huiyi .top .pull-left {
	float: left
}

.header-huiyi .top .pull-right {
	float: right
}

.header-huiyi .top .pull-right a {
	padding: 0 10px
}

.header-huiyi .top .pull-right a:last-child {
	padding-right: 0
}

.header-huiyi .menu {
	height: 55px;
	background: #fff
}

.header-huiyi .menu ul {
	float: left;
	padding-left: 15%
}

.header-huiyi .menu ul li {
	float: left;
	padding-left: 45px;
	font-size: 16px;
	line-height: 50px
}

.header-huiyi .menu ul li a {
	color: #535353
}

.header-huiyi .menu ul li a:hover {
	color: #000;
	font-weight: bold
}

.header-huiyi .logo {
	margin-top: 10px;
	float: left;
	display: inline-block
}

.header-huiyi .logo img {
	max-height: 40px
}

@media (max-width:1200px) {
	.header-huiyi {
		position: fixed;
		height: 75px
	}

	.header-huiyi .phone-nav {
		top: 30px
	}
}

@media (max-width:1200px) {
	.header-huiyi .menu ul {
		display: none
	}

	.header-huiyi .menu {
		height: 45px
	}

	.header-huiyi .logo img {
		max-height: 30px
	}

	.header-huiyi .phone-nav {
		height: 45px
	}
}

.header-login {
	background: none;
	border-bottom: solid 1px rgba(255,255,255,0.1)
}

.header-login .logo {
	margin-top: 10px;
	display: inline-block
}

.header-login .logo img {
	max-height: 65px
}

@media (max-width:1200px) {
	.header-login {
		background: #333;
		border: 0
	}

	.header-login .logo {
		margin-top: 0
	}

	.header-login .logo img {
		max-height: 40px
	}

	.header-login .infobox {
		padding-right: 15px
	}
}

.header-password .phone-nav {
	left: 0;
	right: auto;
	display: block !important
}

@media (max-width:1200px) {
	.header-password .logo {
		padding-top: 0;
		margin-left: 35%
	}
}

.header-huodong {
	padding: 20px 0;
	border-bottom: solid 5px #7d0000
}

.header-huodong .logo img {
	max-height: 50px
}

.header-huodong .title {
	color: #222;
	font-size: 36px;
	line-height: 40px;
	padding-left: 30px
}

.header-huodong .fh {
	float: right;
	font-size: 18px
}

.header-huodong .fh a {
	padding: 0 10px;
	line-height: 40px;
	display: inline-block
}

.header-huodong .dl {
	float: right
}

.header-huodong .dl a {
	padding: 0 10px;
	line-height: 40px;
	display: inline-block
}

@media (max-width:1200px) {
	.header-huodong {
		padding: 10px 0;
		border-width: 2px
	}

	.header-huodong .title {
		display: none;
		font-size: 20px;
		line-height: 30px
	}

	.header-huodong .fh,.header-huodong .dl {
		font-size: 14px
	}

	.header-huodong .fh a,.header-huodong .dl a {
		line-height: 30px
	}

	.header-huodong .logo img {
		max-height: 30px
	}
}

.nav {
	width: 60%;
	float: right;
	font-size: 16px;
	text-align: right;
	padding-top: 12px;
	padding-right: 4%
}

@media (max-width:1280px) {
	.nav {
		font-size: 15px
	}
}

.nav li {
	display: inline-block;
	margin-left: 0;
	line-height: 70px;
	position: relative
}

.nav li:first-child{
	margin-left: 0;
}

@media (max-width:1440px) {
	.nav li {
		margin-left: 0
	}
}

.nav li a {
	color: #fff;
	padding: 0 10px;
	display: block
}

.nav li:before {
	content: "";
	width: 0;
	height: 5px;
	bottom: 0;
	left: 50%;
	position: absolute;
	background: #7d0000;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.nav li .subnav {
	width: 100%;
	top: 70px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	display: none;
	z-index: 9;
	background: #fff;
	position: absolute;
	text-align: left;
	border: solid 1px #eee;
	padding: 10px 15px 30px 15px
}

.nav li .subnav dt {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #e8e8e8
}

.nav li .subnav dt a {
	color: #212121;
	text-align: left
}

.nav li .subnav dt a:hover {
	color: #7d0000
}

.nav li .subnav dd {
	padding-top: 10px;
	font-size: 14px
}

.nav li .subnav dd a {
	color: #555;
	margin-top: 6px;
	line-height: 24px
}

.nav li .subnav dd a:hover {
	color: #7d0000
}

.nav li .subnav-02 {
	width: 320px;
	margin-left: -160px;
	padding-left: 20px;
	padding-right: 20px
}

.nav li:hover>a {
	font-weight: bold
}

.nav li:hover:before {
	left: 0;
	width: 100%
}

.nav li:hover .subnav {
	display: block
}

.nav .active>a {
	font-weight: bold
}

.nav .active:before {
	left: 0;
	width: 100%
}

@media (max-width:1380px) {
	.nav {
		width: 65%
	}
}

@media (max-width:1200px) {
	.nav {
		display: none
	}
}

.footer {
	padding: 60px 0;
	background: #222
}

.footer .footerNav {
	color: #bcbcbc;
	padding-bottom: 60px
}

.footer .footerNav li {
	width: 15%;
	float: left
}

.footer .footerNav li h3 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px
}

.footer .footerNav li h3 a {
	color: #fff
}

.footer .footerNav li a {
	color: #bcbcbc;
	display: block;
	line-height: 30px
}

.footer .footerNav li a:hover {
	color: #fff
}

.footer .footerNav .attention {
	width: 21%;
	float: right
}

.footer .footerNav .attention span {
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top
}

.footer .footerNav .attention .f-r {
	float: right
}

.footer .footerNav .mrT {
	margin-top: 20px
}

.footer .button {
	font-size: 18px;
	margin-top: 30px;
	color: #fff !important;
	line-height: 42px !important;
	height: 42px;
	text-align: center;
	display: inline-block;
	background: #7d0000
}

.footer .footerCopy {
	color: #adadad;
	padding-top: 30px;
	border-top: solid 1px #7d0000
}

.footer .footerCopy a {
	color: #adadad;
	padding: 0 10px;
	display: inline-block
}

.footer .footerCopy a:hover {
	color: #fff
}

.footer .footerCopy .menu {
	color: #4d4d4d
}

.footer .footerCopy .cy {
	float: right
}

@media (max-width:1200px) {
	.footer {
		padding: 15px 0;
		font-size: 12px
	}

	.footer .footerNav {
		display: none
	}

	.footer .footerCopy {
		border-top: 0;
		padding-top: 0
	}

	.footer .footerCopy a:first-child {
		padding-left: 0
	}
}

.footer-02 {
	padding: 40px 0
}

.footer-02 .footerCopy {
	border-top: 0;
	padding-top: 0
}

.fixed {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	position: fixed;
	background: #333;
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 2s dong;
	animation: 2s dong
}

@media (max-width:1260px) {
	.fixed {
		display: none
	}
}

@-webkit-keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes myfirst03 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes myfirst03 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes touming {
	0% {
		opacity: .7
	}

	100% {
		opacity: 1
	}
}

@keyframes touming {
	0% {
		opacity: .7
	}

	100% {
		opacity: 1
	}
}

.banner {
	position: relative
}

.banner .box {
	position: relative
}

.banner .txtbox {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	text-align: left;
	position: absolute
}

.banner .container {
	color: #fff;
	padding-top: 15%;
	position: relative
}

.banner .item {
	width: 588px
}

.banner .txt-01 {
	font-size: 65px;
	font-weight: 400;
	line-height: 80px
}

.banner .txt-02 {
	margin-top: 20px;
	font-size: 15px
}

.banner .more {
	font-size: 15px;
	margin-top: 40px;
	padding-bottom: 15px;
	border-bottom: solid 1px #fff
}

.banner .more img {
	float: right;
	margin-top: 7px;
	margin-right: 5px;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.banner .more:hover img {
	margin-right: 10px
}

.banner .more a {
	color: #fff
}

.banner .slick-dots {
	bottom: 30px
}

.banner .slick-dots li button {
	width: 30px;
	height: 3px;
	border-radius: 0
}

.banner .slick-dots li.slick-active button {
	background: #7d0000
}

.banner .slick-prev,.banner .slick-next {
	width: 36px;
	height: 36px;
	border: 0;
	bottom: 60px;
	top: auto;
	margin-top: auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.banner .slick-prev {
	left: 16%;
	background: url(../images/left-arrow.png) no-repeat
}

.banner .slick-prev:hover {
	background: url(../images/left-arrow-hover.png) no-repeat
}

.banner .slick-next {
	left: 18.3%;
	right: auto;
	background: url(../images/right-arrow-1.png) no-repeat
}

.banner .slick-next:hover {
	background: url(../images/right-arrow.png) no-repeat
}

.banner .slick-active .txtbox .txt-01 {
	position: relative;
	-webkit-animation: 1.5s myfirst03 alternate linear;
	animation: 1.5s myfirst03 alternate linear
}

.banner .slick-active .txtbox .txt-02 {
	position: relative;
	-webkit-animation: 2.5s myfirst03 alternate linear;
	animation: 2.5s myfirst03 alternate linear
}

.banner .slick-active .txtbox .more {
	position: relative;
	-webkit-animation: 3s myfirst03 alternate linear;
	animation: 3s myfirst03 alternate linear
}

@media (max-width:1600px) {
	.banner .slick-prev {
		left: 10%
	}

	.banner .slick-next {
		left: 13%
	}
}

@media (max-width:1440px) {
	.banner .txt-01 {
		font-size: 36px;
		line-height: 50px
	}

	.banner .more {
		margin-top: 30px
	}

	.banner .slick-prev {
		left: 5%
	}

	.banner .slick-next {
		left: 8%
	}
}

@media (max-width:1280px) {
	.banner .slick-prev {
		left: 3%
	}

	.banner .slick-next {
		left: 7%
	}
}

@media (max-width:1260px) {
	.banner {
		display: none !important
	}
}

.gys-banner .item {
	width: 725px;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans CJK SC Medium","Source Han Sans CN Medium","Microsoft YaHei","arial"
}

.gys-banner .item .txt-01 {
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(255,255,255,0.2)
}

.gys-banner .item .txt-02 {
	font-size: 30px;
	margin-top: 30px
}

.gys-banner .item .txt-03 {
	font-size: 18px;
	letter-spacing: 30px;
	padding-top: 20px;
	font-family: "Noto Sans CJK SC Light","Source Han Sans CN Light","Microsoft YaHei","arial"
}

@media (max-width:1200px) {
	.gys-banner {
		margin-top: 55px;
		display: block !important
	}
}

@media (max-width:1000px) {
	.gys-banner .item {
		width: 100%
	}

	.gys-banner .item .txt-02,.gys-banner .item .txt-03 {
		display: none
	}
}

@media (max-width:640px) {
	.gys-banner .txt-01 {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 0;
		border: 0 !important
	}
}

.gys-about-content {
	padding: 80px 0 100px 0;
	font-size: 15px;
	color: #444
}

.gys-about-content li {
	width: 25%;
	float: left;
	color: #777;
	padding: 0 35px;
	margin: 80px 0;
	text-align: center;
	min-height: 210px;
	border-left: solid 1px #e9e9e9
}

.gys-about-content li .tit {
	color: #333;
	font-size: 22px;
	margin: 20px 0 15px 0
}

.gys-about-content li img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.gys-about-content li:first-child {
	border-left: 0
}

.gys-about-content li:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1000px) {
	.gys-about-content {
		padding: 40px 0
	}

	.gys-about-content li {
		padding: 0 15px;
		margin: 40px 0
	}

	.gys-about-content li .tit {
		font-size: 16px;
		margin: 5px 0
	}

	.gys-about-content li img {
		max-height: 40px
	}
}

@media (max-width:640px) {
	.gys-about-content ul {
		margin-bottom: 30px
	}

	.gys-about-content li {
		width: 100%;
		border: 0;
		padding: 20px;
		margin: 0;
		min-height: auto;
		border-bottom: solid 1px #eee
	}
}

.phonebox {
	display: none
}

@media (max-width:1260px) {
	.phonebox {
		margin-top: 55px;
		display: block
	}
}

.phonebox .slick-prev,.phonebox .slick-next {
	width: 20px;
	height: 20px;
	margin-left: -10px
}

.phonebox .slick-prev {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.phonebox .slick-next {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.phonebox .slick-dots {
	bottom: 30px
}

.phonebox .slick-dots li button {
	width: 30px;
	height: 3px;
	border-radius: 0
}

.phonebox .slick-dots li.slick-active button {
	background: #7d0000
}

.index-title {
	font-size: 16px;
	text-align: center
}

.index-title .font36 {
	color: #191919;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: "Noto Sans CJK SC Light","Source Han Sans CN Light","Microsoft YaHei","arial"
}

@media (max-width:1200px) {
	.index-title {
		font-size: 14px;
		padding: 0 10px
	}

	.index-title .font36 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 0
	}
}

.index-more {
	margin-top: 70px;
	text-align: center
}

.index-more img {
	margin-left: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-more a {
	color: #7d0000
}

.index-more a:hover img {
	margin-left: 20px
}

@media (max-width:1200px) {
	.index-more {
		margin-top: 30px
	}
}

.index-login {
	padding: 30px 0;
	position: relative;
	padding-left: 40px
}

.index-login .title {
	float: left;
	font-size: 24px;
	color: #7d0000;
	line-height: 50px;
	font-family: "Noto Sans CJK SC Medium","Source Han Sans CN Medium","Microsoft YaHei","arial"
}

@media (max-width:640px) {
	.index-login .title {
		font-size: 18px
	}
}

.index-login .formint {
	width: 22%;
	padding-left: 20px;
	float: left;
	position: relative
}

.index-login .formint input {
	width: 100%;
	border: 0;
	height: 50px;
	color: #000;
	font-size: 14px;
	font-family: "微软雅黑";
	border-radius: 5px;
	padding: 5px 15px;
	padding-left: 50px;
	background: #f2f2f2;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease
}

.index-login .formint input:focus {
	background: #ddd
}

.index-login .formint label {
	left: 40px;
	top: 17px;
	position: absolute
}

.index-login .formint label img {
	max-height: 16px
}

.index-login .code {
	padding: 10px 10px 0 30px;
	display: inline-block
}

.index-login .button {
	top: -1px;
	right: 0;
	color: #fff;
	height: 100%;
	font-size: 24px;
	padding: 0 50px;
	line-height: 111px;
	position: absolute;
	background: #7d0000;
	font-family: "Noto Sans CJK SC Medium","Source Han Sans CN Medium","Microsoft YaHei","arial"
}

.index-login .button:hover {
	background: #17275a
}

@media (max-width:1600px) {
	.index-login .formint {
		width: 19%
	}
}

@media (max-width:1200px) {
	.index-login .formint {
		width: 16%
	}
}

@media (max-width:800px) {
	.index-login {
		padding: 15px;
		display: none
	}

	.index-login .title {
		display: block;
		float: none
	}

	.index-login .formint {
		width: 100%;
		padding-left: 0;
		margin-bottom: 15px
	}

	.index-login .formint label {
		left: 20px
	}

	.index-login .code {
		padding-left: 0;
		display: inline-block;
		padding-bottom: 30px
	}

	.index-login .button {
		width: 92%;
		bottom: 0;
		top: auto;
		height: 44px;
		line-height: 44px;
		left: 15px;
		font-size: 16px;
		border-radius: 5px;
		right: auto;
		text-align: center
	}
}

.index-news {
	border-top: solid 1px #e4e4e4;
	padding: 90px 0 70px 0
}

.index-news .index-title {
	margin-bottom: 60px
}

.index-news .leftbox {
	width: 43.5%;
	float: left
}

.index-news .leftbox dt {
	overflow: hidden;
	position: relative
}

.index-news .leftbox dt:after {
	content: "";
	display: block;
	padding-bottom: 50.5%
}

.index-news .leftbox dt img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news .leftbox dd {
	padding-bottom: 15px;
	margin-top: 30px;
	position: relative
}

@media (max-width:640px) {
	.index-news .leftbox dd {
		font-size: 12px
	}
}

.index-news .leftbox dd:before {
	content: "";
	height: 2px;
	bottom: 0;
	left: 0;
	width: 0;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #7d0000
}

.index-news .leftbox dd time span {
	color: #7d0000
}

.index-news .leftbox dd .tit {
	color: #333;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	margin-top: 10px
}

.index-news .leftbox dl:hover dd:before {
	width: 40px
}

.index-news .leftbox dl:hover dt img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news .rightbox {
	width: 51%;
	float: right
}

.index-news .rightbox dl {
	overflow: hidden;
	margin-top: 45px
}

.index-news .rightbox dl:first-child {
	margin-top: 0
}

.index-news .rightbox dt {
	width: 27%;
	float: left;
	overflow: hidden;
	position: relative
}

.index-news .rightbox dt:after {
	content: "";
	display: block;
	padding-bottom: 52%
}

.index-news .rightbox dt img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.index-news .rightbox dd {
	width: 66%;
	float: right;
	padding-bottom: 15px;
	position: relative
}

.index-news .rightbox dd:before {
	content: "";
	height: 2px;
	bottom: 0;
	left: 0;
	width: 0;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #7d0000
}

.index-news .rightbox dd time {
	height: 24px;
	display: block;
	overflow: hidden
}

.index-news .rightbox dd time span {
	color: #7d0000
}

@media (max-width:640px) {
	.index-news .rightbox dd time {
		width: 110px
	}
}

.index-news .rightbox dd .tit {
	color: #333;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	margin-top: 5px
}
.index-news .rightbox dd .tit a {
    line-height:24px;
	height: 48px;
    display:block;
	overflow: hidden;
}

.index-news .rightbox dl:hover dd:before {
	width: 40px
}

.index-news .rightbox dl:hover dt img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-news .index-more {
	margin-top: 50px
}

@media (max-width:1200px) {
	.index-news {
		padding: 30px 0
	}

	.index-news .leftbox {
		width: 48%
	}

	.index-news .rightbox {
		width: 50%
	}

	.index-news .index-more {
		margin-top: 30px
	}
}

@media (max-width:1100px) {
	.index-news .index-title {
		margin-bottom: 30px
	}

	.index-news .rightbox dl {
		margin-top: 30px
	}

	.index-news .rightbox dd {
		width: 68%;
		margin-top: -5px
	}

	.index-news .rightbox dd:before {
		display: none
	}

	.index-news .rightbox dd time {
		font-size: 12px
	}

	.index-news .rightbox dd .tit {
		height: 48px;
		line-height: 16px;
		font-size: 12px
	}
}

@media (max-width:880px) {
	.index-news {
		margin-top: 0;
		border-top: 0
	}
}

@media (max-width:640px) {
	.index-news .leftbox {
		width: 100%;
		float: none
	}

	.index-news .rightbox {
		width: 100%;
		float: none;
		margin-top: 15px
	}

	.index-news .rightbox dl {
		margin-top: 15px
	}
}

@media (max-width:480px) {
	.index-news .leftbox dd {
		margin-top: 15px
	}

	.index-news .leftbox dd:before {
		display: none
	}

	.index-news .leftbox dd .tit {
		height: 48px;
		font-size: 14px;
		line-height: 24px;
		margin-top: 0
	}

	.index-news .rightbox dt {
		width: 40%
	}

	.index-news .rightbox dd {
		width: 56%
	}

	.index-news .rightbox dd .tit {
		margin-top: 0
	}
}

.index-dowland {
	overflow: hidden;
	min-height: 742px;
	padding-top: 100px;
	position: relative;
	background: url(../images/index-bg-2.jpg) repeat-x top center #faf7f7
}

.index-dowland .index-title {
	color: #c29e9e
}

.index-dowland .index-title .font36 {
	color: #fff
}

.index-dowland .slick-prev,.index-dowland .slick-next {
	width: 50px;
	height: 50px;
	z-index: 20;
	border: 0;
	border-radius: 100%;
	margin-top: -18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-dowland .slick-prev {
	left: 15.5%;
	background: url(../images/arrow-02.png) no-repeat center center #666
}

.index-dowland .slick-prev:hover {
	background-color: #17275a
}

.index-dowland .slick-next {
	right: 15.5%;
	background: url(../images/arrow-03.png) no-repeat center center #666
}

.index-dowland .slick-next:hover {
	background-color: #17275a
}

.index-dowland .scroll {
	width: 103%;
	margin-left: -40px;
	padding-top: 70px
}

.index-dowland .scroll .box {
	border-left: solid 1px #ddd
}

.index-dowland .scroll .box .item {
	padding-top: 60px;
	height: 446px;
	width: 242px;
	margin: 0 auto
}

.index-dowland .scroll .box .pic {
	overflow: hidden;
	position: relative
}

.index-dowland .scroll .box .pic img {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.index-dowland .scroll .box .pic:after {
	content: "";
	display: block;
	padding-bottom: 74.5%
}

.index-dowland .scroll .box .tit {
	color: #333;
	height: 48px;
	margin-top: 15px;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px
}

@media (max-width:640px) {
	.index-dowland .scroll .box .tit {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
		font-weight: normal
	}
}

.index-dowland .scroll .box time {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	font-family: arial
}

.index-dowland .scroll .box .btn {
	padding: 0 20px;
	height: 35px;
	color: #333;
	margin-top: 15px;
	line-height: 35px;
	border-radius: 3px;
	background: #eaeaea;
	display: inline-block
}

.index-dowland .scroll .box:hover .btn {
	color: #fff;
	background: #17275a
}

.index-dowland .scroll .box:hover img {
	opacity: .8;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-dowland .bg {
	top: 239px;
	left: 0;
	width: 100%;
	height: 446px;
	position: absolute;
	background: #fff
}

.index-dowland .bg-02,.index-dowland .bg-03 {
	top: 239px;
	height: 446px;
	width: 45px;
	z-index: 9;
	border-bottom: solid 146px #faf7f7;
	position: absolute;
	background: #7d0000
}

.index-dowland .bg-02 {
	left: 243px
}

.index-dowland .bg-03 {
	right: 267px
}

.index-dowland .bg-04 {
	left: 0;
	top: 239px;
	width: 243px;
	z-index: 10;
	height: 300px;
	position: absolute;
	background: rgba(125,0,0,0.3)
}

.index-dowland .bg-05 {
	right: 0;
	top: 239px;
	width: 267px;
	z-index: 10;
	height: 300px;
	position: absolute;
	background: rgba(125,0,0,0.3)
}

@media (max-width:1440px) {
	.index-dowland .scroll {
		width: 100%;
		margin-left: 0
	}

	.index-dowland .scroll .box {
		padding: 0 30px
	}

	.index-dowland .scroll .box .item {
		width: auto
	}

	.index-dowland .bg-02,.index-dowland .bg-03 {
		width: 30px
	}

	.index-dowland .bg-02 {
		left: 258px
	}

	.index-dowland .bg-03 {
		right: 257px
	}

	.index-dowland .bg-04 {
		width: 258px
	}

	.index-dowland .bg-05 {
		width: 257px
	}
}

@media (max-width:1380px) {
	.index-dowland .slick-prev {
		left: 19%
	}

	.index-dowland .slick-next {
		right: 17%
	}
}

@media (max-width:1200px) {
	.index-dowland {
		min-height: auto;
		padding-top: 30px;
		padding-bottom: 0
	}

	.index-dowland .scroll {
		width: 100%;
		margin-left: 0;
		padding: 0 5px
	}

	.index-dowland .scroll .box {
		border: 0;
		padding: 0 5px
	}

	.index-dowland .scroll .box .item {
		height: auto;
		padding-top: 30px
	}

	.index-dowland .bg {
		height: 100%
	}

	.index-dowland .bg-02,.index-dowland .bg-03 {
		width: 20px
	}

	.index-dowland .bg-02 {
		left: 223px
	}

	.index-dowland .bg-03 {
		right: 261px
	}

	.index-dowland .bg-02,.index-dowland .bg-03,.index-dowland .bg-04,.index-dowland .bg-05 {
		display: none
	}

	.index-dowland .slick-prev,.index-dowland .slick-next {
		margin-top: -60px
	}

	.index-dowland .slick-prev {
		left: 5px
	}

	.index-dowland .slick-next {
		right: 5px
	}
}

.index-resource {
	padding: 90px 0 70px 0;
	background: #faf7f7
}

.index-resource .index-title {
	margin-bottom: 60px
}

.index-resource .leftbox {
	width: 58%;
	float: left;
	color: #3b3b3b;
	font-size: 16px
}

.index-resource .rightbox {
	width: 36.9%;
	float: right
}

.index-resource .rightbox .box {
	position: relative
}

.index-resource .rightbox .box .pic {
	position: relative
}

.index-resource .rightbox .box .pic:after {
	content: "";
	display: block;
	padding-bottom: 76%
}

.index-resource .rightbox .box .tit {
	bottom: 0;
	left: 0;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	width: 100%;
	z-index: 100;
	color: #fff;
	font-size: 16px;
	padding: 0 150px 0 20px;
	position: absolute;
	background: #7d0000;
	background: rgba(23,39,90,0.7)
}

.index-resource .rightbox .slick-dots {
	right: 0;
	width: 25%;
	padding-right: 10px;
	text-align: right
}

.index-resource .rightbox .slick-dots li button {
	width: 13px;
	height: 13px;
	margin-left: 2px;
	background: none;
	border: solid 2px #fff
}

@media (max-width:640px) {
	.index-resource .rightbox .slick-dots li button {
		width: 10px;
		height: 10px
	}
}

.index-resource .rightbox .slick-dots li.slick-active button {
	border-color: #7d0000;
	background: #7d0000
}

.index-resource .tabNav {
	border-bottom: solid 2px #ede7e7
}

.index-resource .tabNav li {
	float: left;
	padding-bottom: 15px;
	position: relative
}

.index-resource .tabNav li:before {
	content: "";
	width: 0;
	height: 2px;
	bottom: -2px;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: #7d0000
}

.index-resource .tabNav li a {
	color: #3b3b3b;
	padding: 0 10px;
	display: inline-block
}

.index-resource .tabNav li a:hover {
	color: #7d0000;
	font-weight: 600
}

.index-resource .tabNav li:hover:before,.index-resource .tabNav .cur:before {
	opacity: 1;
	width: 80%;
	left: 0
}

.index-resource .tabNav .cur a {
	color: #7d0000;
	font-weight: 600
}

.index-resource .tabCot {
	display: none;
	padding-top: 20px
}

.index-resource .tabCot li {
	height: 52px;
	font-size: 16px;
	line-height: 52px;
	overflow: hidden;
	padding-left: 15px;
	position: relative
}

.index-resource .tabCot li:before {
	content: "";
	width: 5px;
	height: 5px;
	left: 0;
	top: 22px;
	position: absolute;
	border-radius: 100%;
	background: #7d0000
}

@media (max-width:1200px) {
	.index-resource {
		padding: 30px 0
	}

	.index-resource .leftbox {
		width: 45%
	}

	.index-resource .rightbox {
		width: 48%
	}

	.index-resource .tabNav li a {
		padding: 0 3px
	}

	.index-resource .tabCot li {
		height: 44px;
		line-height: 44px
	}

	.index-resource .tabCot li:before {
		top: 19px
	}
}

@media (max-width:640px) {
	.index-resource .index-title {
		margin-bottom: 30px
	}

	.index-resource .leftbox {
		width: 100%;
		float: none
	}

	.index-resource .rightbox {
		width: 100%;
		float: none
	}

	.index-resource .tabNav li {
		font-size: 14px
	}

	.index-resource .tabCot {
		margin-bottom: 15px
	}

	.index-resource .tabCot li {
		height: auto;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 7px
	}

	.index-resource .tabCot li:before {
		top: 9px
	}
}

@media (max-width:360px) {
	.index-resource .tabNav li {
		font-size: 12px
	}
}

.index-service {
	padding: 70px 0;
	font-size: 17px;
	text-align: center
}

.index-service li {
	padding: 0 39px;
	padding-top: 70px;
	display: inline-block
}

.index-service li img {
	-webkit-transition: all 500ms ease;
    max-height:80px;
	transition: all 500ms ease
}

.index-service li p {
	margin-top: 10px
}

.index-service li:hover img {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

@media (max-width:1200px) {
	.index-service {
		padding: 30px 0
	}

	.index-service li {
		padding: 0 15px;
		padding-top: 30px
	}
}

@media (max-width:640px) {
	.index-service li {
		float: left;
		width: 33.333%;
		font-size: 12px;
		padding: 0 5px;
		line-height: 20px;
		padding-top: 20px;
		text-align: center;
		display: block
	}

	.index-service li img {
		max-height: 40px;
		max-width: 40px
	}

	.index-service li p {
		margin-top: 0
	}
}

@media (max-width:360px) {
	.index-service li {
		padding-left: 0;
		padding-right: 0
	}
}

.index-registered {
	height: 200px;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	padding-top: 55px;
	font-family: "Noto Sans CJK SC Light","Source Han Sans CN Light","Microsoft YaHei","arial";
	background: url(../images/index-bg.jpg) no-repeat top center
}

.index-registered .button {
	height: 44px;
	line-height: 40px;
	min-width: 215px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-top: 25px;
	-webkit-transition: background-color all 500ms ease;
	transition: background-color all 500ms ease;
	display: inline-block;
	border: solid 2px #fff;
	border-radius: 30px
}

.index-registered .button:hover {
	color: #7d0000;
	background: #fff
}

@media (max-width:1200px) {
	.index-registered {
		font-size: 16px;
		display: none;
		padding-top: 20px;
		height: 160px
	}

	.index-registered .button {
		min-width: 150px;
		font-size: 16px;
		border-width: 1px;
		height: 38px;
		margin-top: 15px;
		line-height: 34px
	}
}

.inside-banner {
	position: relative;
	text-align: center
}

.inside-banner .container {
	top: 45%;
	left: 0;
	z-index: 10;
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute
}

.inside-banner .txtbox {
	width: 730px;
	margin: 0 auto;
	text-align: justify
}

.inside-banner .txtbox-02 {
	width: 880px
}

.inside-banner .tit {
	font-size: 40px;
	line-height: 50px;
	text-align: center
}

.inside-banner .txt {
	margin-top: 20px;
	font-size: 16px
}

@media (max-width:1200px) {
	.inside-banner {
		margin-top: 55px
	}

	.inside-banner .txtbox,.inside-banner .txtbox-02 {
		width: 100%
	}

	.inside-banner .tit {
		font-size: 20px;
		line-height: 30px;
		margin-top: -15px
	}

	.inside-banner .txt {
		display: none
	}
}

.inside-about .box-1 {
	line-height: 26px;
	color: #444;
	font-size: 15px;
	padding-top: 80px
}

@media (max-width:1200px) {
	.inside-about .box-1 {
		padding-top: 30px;
		font-size: 14px
	}
}

.inside-about .box-2 {
	padding: 50px 0
}

.inside-about .box-2 .tit {
	font-size: 20px;
	color: #333;
	padding-bottom: 30px
}

@media (max-width:1000px) {
	.inside-about .box-2 .tit {
		font-size: 16px;
		padding-bottom: 15px
	}
}

@media (max-width:1000px) {
	.inside-about .box-2 {
		padding: 30px 0
	}
}

.inside-about .box-2 .leftbox {
	width: 55%;
	float: left
}

.inside-about .box-2 .leftbox li {
	float: left;
	width: 33.333%;
	font-size: 18px;
	color: #454545;
	text-align: center;
	padding: 30px 0 60px 0;
	border-right: solid 1px #e6e6e6
}

.inside-about .box-2 .leftbox li img {
	max-height: 40px;
	margin: 20px 0
}

.inside-about .box-2 .leftbox li .counter {
	letter-spacing: -5px;
	font-size: 68px;
	line-height: 70px
}

.inside-about .box-2 .leftbox li .number {
	font-size: 50px;
	vertical-align: top;
	font-family: "DIN-MEDIUM(1)"
}

@media (max-width:1200px) {
	.inside-about .box-2 .leftbox li .counter {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: -1px
	}

	.inside-about .box-2 .leftbox li .number {
		font-size: 30px
	}
}

@media (max-width:1000px) {
	.inside-about .box-2 .leftbox {
		width: 100%
	}

	.inside-about .box-2 .leftbox li {
		padding: 0;
		font-size: 14px
	}

	.inside-about .box-2 .leftbox li img {
		margin: 5px 0;
		max-height: 25px
	}

	.inside-about .box-2 .leftbox li .counter {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -1px
	}

	.inside-about .box-2 .leftbox li .number {
		font-size: 20px
	}

	.inside-about .box-2 .leftbox li:last-child {
		border: 0
	}
}

.inside-about .box-2 .rightbox {
	width: 45%;
	float: right;
	text-align: center
}

@media (max-width:1000px) {
	.inside-about .box-2 .rightbox {
		width: 100%;
		padding-top: 30px
	}

	.inside-about .box-2 .rightbox .tit {
		text-align: left
	}
}

.inside-about .box-3 {
	color: #fff;
	padding: 20px 0 100px 0;
	min-height: 500px;
	background: url(../images/about-bg.jpg) repeat-y
}

.inside-about .box-3 .leftbox {
	font-size: 15px;
	width: 74%;
	float: left
}

.inside-about .box-3 .leftbox p {
	margin-top: 15px
}

.inside-about .box-3 .leftbox .tit {
	font-size: 20px;
	margin-top: 50px
}

@media (max-width:640px) {
	.inside-about .box-3 .leftbox .tit {
		font-size: 18px;
		margin-top: 50px;
		font-weight: bold
	}
}

.inside-about .box-3 .leftbox .tit-02 {
	margin: 25px 0 15px 0
}

@media (max-width:640px) {
	.inside-about .box-3 .leftbox .tit-02 {
		margin: 10px 0
	}
}

.inside-about .box-3 .rightbox {
	width: 13%;
	float: right;
	padding-top: 10px
}

.inside-about .box-3 .rightbox li {
	font-size: 13px;
	padding: 30px 0;
	border-bottom: solid 1px #833333
}

.inside-about .box-3 .rightbox .number {
	font-size: 40px;
	line-height: 60px;
	vertical-align: top;
	letter-spacing: -3px;
	font-family: "DIN-MEDIUM(1)"
}

.inside-about .box-3 .rightbox .number .counter {
	font-size: 50px
}

@media (max-width:1000px) {
	.inside-about .box-3 {
		padding: 20px 0
	}

	.inside-about .box-3 .leftbox {
		width: 100%;
		float: none
	}

	.inside-about .box-3 .rightbox {
		width: 100%;
		float: none;
		display: none;
		text-align: center
	}

	.inside-about .box-3 .rightbox li {
		padding: 15px 0
	}
}

.inside-about .box-4 {
	color: #444;
	font-size: 15px;
	line-height: 36px;
	padding: 50px 0 100px 0
}

.inside-about .box-4 .tit {
	font-size: 20px;
	margin-bottom: 10px
}

.inside-about .box-4 .number {
	font-size: 25px;
	vertical-align: top;
	font-family: "DIN-MEDIUM(1)"
}

@media (max-width:1000px) {
	.inside-about .box-4 {
		padding: 20px 0
	}

	.inside-about .box-4 .tit {
		font-size: 15px
	}

	.inside-about .box-4 .number {
		font-size: 18px
	}
}

.inside-news {
	padding: 100px 0
}

.inside-news dt {
	width: 50%;
	float: left;
	height: 410px;
	padding: 50px 60px;
	background: #e5e5e5
}

.inside-news dt .box {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	position: relative
}

.inside-news dt .box:before {
	content: "";
	height: 100%;
	width: 2px;
	left: -25px;
	top: 0;
	position: absolute;
	background: #b2b2b2
}

.inside-news dt time {
	color: #828282;
	font-size: 16px
}

.inside-news dt .tit {
	height: 60px;
	line-height: 30px;
	font-size: 24px;
	overflow: hidden;
	margin-top: 15px
}

.inside-news dt .tit a {
	color: #7d0000
}

.inside-news dt .txt {
	height: 72px;
	overflow: hidden;
	font-size: 15px;
	margin-top: 20px
}

.inside-news dt .more {
	color: #7d0000;
	display: block;
	font-size: 16px;
	margin-top: 100px
}

.inside-news dd {
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative
}

.inside-news dd:after {
	content: "";
	display: block;
	padding-bottom: 63.1%
}

.inside-news dd img {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.inside-news dl:hover dt .box {
	padding-top: 5px
}

.inside-news dl:hover dd img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news .list {
	margin-top: 20px
}

.inside-news .list li {
	padding: 30px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	border-bottom: solid 1px #e5e5e5
}

.inside-news .list li .tit {
	color: #343434;
	font-size: 18px;
    line-height: 24px;
	/*height: 24px;
	overflow: hidden;*/
	padding-right: 10%
}

.inside-news .list li time {
	color: #828282
}

.inside-news .list li span {
	top: 27px;
	right: 0;
	color: #7d0000;
	position: absolute;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	text-decoration: underline
}

.inside-news .list li:hover {
	padding-left: 40px;
	border-color: #7d0000;
	background: #7d0000
}

.inside-news .list li:hover .tit,.inside-news .list li:hover time,.inside-news .list li:hover span {
	color: #fff
}

.inside-news .list li:hover span {
	right: 30px
}

@media (max-width:1000px) {
	.inside-news {
		padding: 30px 0 30px 0
	}

	.inside-news dt {
		padding-bottom: 30px;
		padding-top: 32px;
		height: auto
	}

	.inside-news dt .more {
		margin-top: 20px
	}
}

@media (max-width:650px) {
	.inside-news dt,.inside-news dd {
		width: 100%;
		float: none
	}

	.inside-news dt {
		padding: 30px
	}

	.inside-news dt .box:before {
		display: none
	}

	.inside-news dt .tit {
		height: 48px;
		line-height: 24px;
		font-size: 16px
	}

	.inside-news .list li {
		padding: 15px
	}

	.inside-news .list li .tit {
		font-size: 16px;
		padding-right: 0
	}

	.inside-news .list li span {
		display: none
	}

	.inside-news .list li:hover {
		padding-left: 15px
	}
}

.inside-news-show {
	margin-top: 82px;
	padding: 90px 0;
	font-size: 15px;
	line-height: 26px
}

.inside-news-show h1 {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 40px
}

.inside-news-show .info {
	margin-bottom: 40px;
	position: relative;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #e1e1e1
}

.inside-news-show .tit {
	color: #444;
	margin-bottom: 10px
}

@media (max-width:1200px) {
	.inside-news-show {
		margin-top: 55px;
		padding: 40px 0
	}

	.inside-news-show h1 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px
	}

	.inside-news-show .info {
		font-size: 12px
	}
}

.inside-activity {
	padding-bottom: 100px
}

@media (max-width:1000px) {
	.inside-activity {
		padding-bottom: 30px
	}
}

.inside-activity .list {
	margin-top: 50px
}

.inside-activity .list li {
	padding: 30px;
	overflow: hidden;
	margin-top: 30px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	border: solid 1px #dbdbdb
}

.inside-activity .list li .pull-left {
	width: 65%;
	float: left
}

.inside-activity .list li .pull-right {
	width: 20%;
	float: right;
	line-height: 30px
}

.inside-activity .list li .tit {
	color: #333;
	font-size: 17px;
	line-height:24px;
	font-weight: bold;
	/*overflow: hidden;
    height: 24px;*/
}

.inside-activity .list li .txt {
	height: 24px;
	overflow: hidden;
	margin-top: 10px
}

.inside-activity .list li:first-child {
	margin-top: 0
}

.inside-activity .list li:hover {
	padding-left: 40px;
	border-color: #7d0000;
	background: #7d0000
}

.inside-activity .list li:hover a {
	color: #fff
}

.inside-activity .list li:hover .tit {
	color: #fff
}

@media (max-width:1000px) {
	.inside-activity .list {
		margin-top: 20px
	}

	.inside-activity .list li {
		padding: 20px;
		margin-top: 15px
	}

	.inside-activity .list li .tit {
		font-size: 16px
	}

	.inside-activity .list li .pull-left,.inside-activity .list li .pull-right {
		width: 100%;
		float: none
	}

	.inside-activity .list li:hover {
		padding-left: 20px
	}
}

.inside-activity .list-02 {
	margin-top: 60px
}

.inside-activity .list-02 li {
	/*height: 90px;*/
	padding: 0 35px;
	padding-right: 150px;
	line-height: 90px;
	/*overflow: hidden;*/
	background: #f2f2f2;
	font-size: 17px;
	position: relative;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear
}

.inside-activity .list-02 li a {
    /*height: 90px;*/
    line-height: 90px;
    /*overflow: hidden;*/
    display:block;
	color: #333
}

.inside-activity .list-02 li .more {
	top: 0;
	right: 40px;
	font-size: 15px;
	color: #7d0000;
	position: absolute;
	text-decoration: underline
}

.inside-activity .list-02 li .bg,.inside-activity .list-02 li .bg-2,.inside-activity .list-02 li .bg-3,.inside-activity .list-02 li .bg-4,.inside-activity .list-02 li .bg-5,.inside-activity .list-02 li .bg-6 {
	font-size: 14px;
	padding: 0 10px;
	margin-left: 10px;
	line-height: 20px;
	border-radius: 15px;
	display: inline-block
}

.inside-activity .list-02 li .bg {
	margin-left: 10%;
	background: #fada04
}

.inside-activity .list-02 li .bg-2 {
	color: #fff;
	background: #ef8a09
}

.inside-activity .list-02 li .bg-3 {
	color: #333;
	background: #fada04
}

.inside-activity .list-02 li .bg-4 {
	color: #fff;
	background: #ef8a09
}

.inside-activity .list-02 li .bg-5 {
	color: #333;
	background: #fada04
}

.inside-activity .list-02 li .bg-6 {
	color: #fff;
	background: #ef8a09
}

.inside-activity .list-02 li .time {
	color: #666;
	right: 30px;
	top: 0;
	font-size: 14px;
	font-family: arial;
	position: absolute
}

.inside-activity .list-02 li:hover {
	padding-left: 45px;
	background: #7d0000 !important
}

.inside-activity .list-02 li:hover a {
	color: #fff !important
}

.inside-activity .list-02 li:hover a .time {
	color: #fff;
	padding-left: 50px;
	display: inline-block
}

@media (max-width:640px) {
	.inside-activity .list-02 li:hover a .time {
		display: none
	}
}

.inside-activity .list-02 li:hover .more {
	color: #fff
}

@media (max-width:1000px) {
	.inside-activity .list-02 {
		margin-top: 15px
	}

	.inside-activity .list-02 li {
		/*height: 50px;*/
		line-height: 50px;
		padding-left: 10px;
		padding-right: 30px;
		font-size: 15px
	}

    .inside-activity .list-02 li a{
		/*height: 50px;*/
		line-height: 50px;
	}

	.inside-activity .list-02 li .bg, .inside-activity .list-02 li .bg-2, .inside-activity .list-02 li .bg-3, .inside-activity .list-02 li .bg-4, .inside-activity .list-02 li .bg-5, .inside-activity .list-02 li .bg-6 {
		display: none
	}

	.inside-activity .list-02 li .more {
		display: none
	}

	.inside-activity .list-02 li .time {
		display: none
	}

	.inside-activity .list-02 li:hover {
		padding-left: 10px
	}
}

.inside-activity .list-03 li {
	background: #fff;
	height: 70px;
	line-height: 70px;
	padding-right: 15%;
	border-bottom: dashed 1px #e4e7e9
}

.inside-activity .list-03 li a {
    height: 70px;
	line-height: 70px;
    overflow:hidden;
}



.inside-activity .more-3 {
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #fff;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	border-radius: 30px;
	background: #7d0000
}

.inside-activity .more-3:hover {
	background: #960000
}

.inside-choose {
	padding: 50px 0 40px 0;
	background: #f2f2f2
}

.inside-choose li {
	padding-left: 60px;
	margin-top: 10px;
	position: relative
}

.inside-choose li span {
	left: 0;
	top: 0;
	color: #444;
	font-size: 16px;
	position: absolute
}

.inside-choose li a {
	background: #fff;
	margin-left: 10px;
	padding: 0 12px;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 10px;
	border: solid 1px #dbdbdb
}

.inside-choose li a:hover,.inside-choose li .cur {
	color: #fff;
	border-color: #7d0000;
	background: #7d0000
}

.inside-choose li:first-child {
	margin-top: 0
}

@media (max-width:1000px) {

	.inside-choose {
		padding: 25px 0
	}

	.inside-choose li {
		margin-top: 5px
	}

	.inside-choose li span {
		font-size: 14px
	}

	.inside-choose li a {
		font-size: 13px;
		padding: 0 5px;
		line-height: 24px
	}
}

.inside-choose-2 {
	padding: 30px 0;
	background: #f2f2f2
}

.inside-choose-2 dl {
	position: relative;
	padding: 12px 0;
	overflow: hidden
}

.inside-choose-2 dl dt {
	color: #444;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 25px;
	top: 15px
}

.inside-choose-2 dl dd {
	padding-left: 130px;
	overflow: hidden;
	position: relative;
	padding-right: 95px;
	height: 30px
}

.inside-choose-2 dl dd .chushou {
	overflow: hidden
}

.inside-choose-2 dl dd a {
	background: #fff;
	margin-left: 10px;
	padding: 0 7px;
	font-size: 15px;
	line-height: 28px;
	display: inline-block;
	margin-bottom: 10px;
	border: solid 1px #dbdbdb
}

.inside-choose-2 dl dd a:hover {
	color: #fff;
	border-color: #7d0000;
	background: #7d0000
}

.inside-choose-2 dl dd .more {
	position: absolute;
	top: 0;
	right: 5px;
	margin-right: 0;
	width: 66px;
	height: 30px;
	border: solid 1px #dbdbdb;
	background: url(../images/shouqi.png) no-repeat center center #fff
}

.inside-choose-2 dl dd .more:hover {
	background: url(../images/shouqi.png) no-repeat center center #fff
}

.inside-choose-2 dl dd .more.cur {
	background: url(../images/zhankai.png) no-repeat center center #fff
}

.inside-choose-2 dl dd .active {
	color: #fff;
	border-color: #7d0000;
	background: #7d0000
}

.inside-choose-2 dl .open {
	height: auto
}

@media (max-width:1000px) {
	.inside-choose-2 dl {
		padding: 5px 0
	}

	.inside-choose-2 dl dt {
		left: 0;
		top: 10px
	}

	.inside-choose-2 dl dd {
		padding-right: 70px;
		padding-left: 100px
	}

	.inside-choose-2 dl dd a {
		font-size: 14px;
		margin-left: 5px;
		padding: 0 5px
	}
}

@media (max-width:640px) {
	.inside-choose-2 dl dt {
		top: auto;
		left: auto;
		margin: 5px 0 20px 0;
		position: relative
	}

	.inside-choose-2 dl dd {
		padding-left: 0;
		padding-right: 0
	}

	.inside-choose-2 dl dd .more {
		width: 25px;
		right: 0
	}

	.inside-choose-2 dl dd a {
		margin-left: 0
	}

	.inside-choose-2 dl:first-child {
		margin-top: -20px
	}
}

.inside-value {
	padding: 100px 0
}

.inside-value ul {
	margin: 0 -18px
}

.inside-value li {
	float: left;
	padding: 0 18px;
	overflow: hidden;
	margin-bottom: 36px;
	width: 16.6666%;
	position: relative
}

.inside-value li:after {
	content: "";
	display: block;
	padding-bottom: 133%
}

.inside-value li img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-value li:hover img {
	opacity: .85
}

@media (max-width:1280px) {
	.inside-value ul {
		margin: 0
	}
}

@media (max-width:1000px) {
	.inside-value {
		padding: 30px 0
	}

	.inside-value li {
		padding: 0 5px;
		margin-bottom: 15px
	}
}

@media (max-width:767px) {
	.inside-value li {
		width: 33.333%
	}
}

@media (max-width:420px) {
	.inside-value li {
		width: 50%
	}
}

.inside-publication {
	padding-top: 65px;
	padding-bottom: 100px
}

.inside-publication li {
	width: 47%;
	float: left;
	margin: 35px 0
}

.inside-publication li .pic {
	width: 37%;
	float: left;
	overflow: hidden;
	position: relative;
	border: solid 1px #e8e8e8
}

.inside-publication li .pic:after {
	content: "";
	display: block;
	padding-bottom: 133%
}

.inside-publication li .pic img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-publication li .box {
	width: 62%;
	float: left;
	margin-top: 25px;
	padding-left: 30px
}

.inside-publication li .box .time {
	color: #8b8f8f
}

.inside-publication li .box .time img {
	margin: 5px 5px 0 0
}

.inside-publication li .box .tit {
	height: 24px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold
}

.inside-publication li .box .tit a {
	color: #222;
    line-height:24px;
    display:block;
    height: 24px;
	overflow: hidden;
}

.inside-publication li .box .txt {
	font-size: 15px;
	margin-top: 20px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 60px
}

.inside-publication li .box .btn {
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
	font-size: 15px;
	color: #7d0000;
	margin-right: 28px;
	border: solid 1px #7d0000
}

.inside-publication li .box .btn-red {
	color: #fff;
	background: #7d0000
}

.inside-publication li .box .btn:hover {
	color: #fff;
	background: #17275a;
	border-color: #17275a
}

.inside-publication li:first-child {
	float: left
}

.inside-publication li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-publication li:hover .box .tit a {
	color: #7d0000
}

.inside-publication .font36 {
	color: #000;
	line-height: 40px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 40px
}

@media (max-width:1200px) {
	.inside-publication {
		padding: 30px 0 40px 0
	}

	.inside-publication li {
		margin: 15px 0 0 0
	}

	.inside-publication li .box {
		margin-top: 0
	}

	.inside-publication li .box .tit {
		font-size: 16px
	}

	.inside-publication li .box .txt {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 20px
	}

	.inside-publication li .box .btn {
		margin-right: 5px
	}

	.inside-publication .font36 {
		line-height: 30px;
		font-size: 20px;
		padding-bottom: 20px
	}
}

@media (max-width:640px) {
	.inside-publication li {
		width: 100%
	}

	.inside-publication li .box {
		padding-left: 15px
	}

	.inside-publication li .box .txt {
		height: 48px;
		margin-bottom: 10px;
		margin-top: 0
	}

	.inside-publication li .box .btn {
		padding: 0 10px;
		font-size: 12px
	}
}

.inside-yjbg {
	padding: 90px 0;
	background: #f5f5f5
}

.inside-yjbg .font36 {
	color: #000;
	line-height: 40px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 40px
}

.inside-yjbg ul {
	padding-bottom: 20px
}

.inside-yjbg li {
	margin-top: 20px;
	padding: 30px 35px;
	overflow: hidden;
	background: #fff
}

.inside-yjbg li .leftbox {
	width: 75%;
	float: left
}

.inside-yjbg li .leftbox .tit {
	color: #333;
	height: 24px;
	overflow: hidden;
	font-size: 17px;
	font-weight: bold
}

.inside-yjbg li .leftbox .txt {
	color: #777;
	margin-top: 5px;
	font-family: arial
}

.inside-yjbg li .btn,.inside-yjbg li .btn-02 {
	font-size: 15px;
	line-height: 38px;
	color: #7d0000;
	display: inline-block;
	min-width: 120px;
	text-align: center;
	margin-left: 25px;
	margin-top: 7px;
	border: solid 1px #7d0000
}

.inside-yjbg li .btn {
	color: #fff;
	background: #7d0000
}

.inside-yjbg li .btn:hover,.inside-yjbg li .btn-02:hover {
	color: #fff;
	background: #17275a;
	border-color: #17275a
}

@media (max-width:1200px) {
	.inside-yjbg {
		padding: 30px 0
	}

	.inside-yjbg .font36 {
		font-size: 20px;
		padding-bottom: 10px
	}
}

@media (max-width:640px) {
	.inside-yjbg li {
		padding: 30px 20px
	}

	.inside-yjbg li .leftbox {
		width: 100%;
		float: none
	}

	.inside-yjbg li .btn,.inside-yjbg li .btn-02 {
		margin-left: 0;
		line-height: 30px
	}
}

.inside-honor-1 .box-1 .container {
	color: #555;
	font-size: 15px;
	width: 900px;
	margin: 0 auto;
	line-height: 26px;
	text-align: center;
	padding: 60px 0
}

@media (max-width:900px) {
	.inside-honor-1 .box-1 .container {
		width: 100%;
		padding: 30px
	}
}

.inside-honor-1 .box-1 .title {
	color: #333;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px
}

@media (max-width:1000px) {
	.inside-honor-1 .box-1 .title {
		font-size: 18px
	}
}

.inside-honor-1 .box-2 {
	padding: 80px 0;
	background: #f7f7f7
}

.inside-honor-1 .box-2 li {
	float: left;
	width: 33.333%;
	padding: 0 17px;
	padding-bottom: 34px
}

.inside-honor-1 .box-2 li .box {
	background: #fff;
	position: relative
}

.inside-honor-1 .box-2 li .box .img01,.inside-honor-1 .box-2 li .box .img02 {
	display: block;
	position: relative
}

.inside-honor-1 .box-2 li .box .img01:after,.inside-honor-1 .box-2 li .box .img02:after {
	content: "";
	display: block;
	padding-bottom: 40%
}

.inside-honor-1 .box-2 li .box .img02 {
	opacity: 0;
	top: 20px;
	left: 0;
	z-index: 99;
	width: 100%;
	display: none\9;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-honor-1 .box-2 li:hover .box {
	background: #7d0000
}

.inside-honor-1 .box-2 li:hover .box .img02 {
	top: 0;
	opacity: 1;
	display: block\9
}

.inside-honor-1 .box-2 li:hover .box .img01 {
	opacity: 0
}

@media (max-width:1000px) {
	.inside-honor-1 .box-2 {
		padding: 30px 0 30px 0
	}

	.inside-honor-1 .box-2 li {
		padding: 5px
	}
}

@media (max-width:420px) {
	.inside-honor-1 .box-2 li {
		width: 100%
	}
}

.inside-honor-1 .box-3 {
	padding-bottom: 130px
}

.inside-honor-1 .box-3 ul {
	margin: 0 -11px
}

.inside-honor-1 .box-3 li {
	width: 20%;
	float: left;
	padding: 0 11px;
	margin-bottom: 50px
}

.inside-honor-1 .box-3 li .pic {
	overflow: hidden;
	position: relative
}

.inside-honor-1 .box-3 li .pic:after {
	content: "";
	display: block;
	padding-bottom: 74.5%
}

.inside-honor-1 .box-3 li .pic img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-honor-1 .box-3 li .tit {
	color: #333;
	height: 48px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold
}

.inside-honor-1 .box-3 li:hover img {
	opacity: .8;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1280px) {
	.inside-honor-1 .box-3 ul {
		margin: 0
	}
}

@media (max-width:1000px) {
	.inside-honor-1 .box-3 {
		padding-bottom: 30px
	}

	.inside-honor-1 .box-3 li {
		padding: 0 5px
	}
}

@media (max-width:767px) {
	.inside-honor-1 .box-3 li {
		width: 33.3333%;
		margin-bottom: 20px
	}
}

@media (max-width:480px) {
	.inside-honor-1 .box-3 li {
		width: 50%
	}
}

.inside-honor-1 .box-4 {
	margin-bottom: 90px
}

.inside-honor-1 .box-4 .item {
	padding: 50px;
	font-size: 15px;
	background: #f3f3f3
}

.inside-honor-1 .box-4 .item .tit {
	color: #222;
	font-size: 24px;
	margin: 25px 0 10px 0
}

@media (max-width:1000px) {
	.inside-honor-1 .box-4 {
		margin-bottom: 30px
	}

	.inside-honor-1 .box-4 .item {
		padding: 30px
	}

	.inside-honor-1 .box-4 .item img {
		max-height: 50px
	}

	.inside-honor-1 .box-4 .item .tit {
		font-size: 18px;
		margin-top: 15px
	}
}

.inside-honor-1 .box-5 {
	padding-bottom: 90px
}

.inside-honor-1 .box-5 li {
	font-size: 15px;
	width: 50%;
	float: left;
	color: #777;
	padding: 0 12px;
	line-height: 30px
}

.inside-honor-1 .box-5 li .box {
	padding: 50px;
	min-height: 370px;
	padding-left: 40px;
	background: #f3f3f3
}

.inside-honor-1 .box-5 li .box .tit {
	color: #222;
	font-size: 24px;
	margin: 20px 0 15px 0
}

.inside-honor-1 .box-5 .list-02 {
	margin-top: 24px
}

.inside-honor-1 .box-5 .list-02 li {
	width: 33.333%
}

@media (max-width:767px) {
	.inside-honor-1 .box-5 {
		padding-bottom: 0
	}

	.inside-honor-1 .box-5 li {
		width: 100%;
		padding: 0;
		margin-bottom: 15px
	}

	.inside-honor-1 .box-5 li .box {
		padding: 30px;
		min-height: auto
	}

	.inside-honor-1 .box-5 li .box img {
		max-height: 50px
	}

	.inside-honor-1 .box-5 li .box .tit {
		font-size: 20px;
		margin: 10px 0
	}

	.inside-honor-1 .box-5 .list-02 li {
		width: 100%;
		margin-bottom: 15px
	}
}

.inside-member {
	padding-top: 0 !important
}

.inside-member .box-1 .container {
	width: 1100px;
	font-size: 16px !important;
	color: #333 !important
}

@media (max-width:1100px) {
	.inside-member .box-1 .container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.inside-job .box-1 {
	font-size: 15px;
	padding: 100px 0
}

.inside-job .box-1 .leftbox {
	width: 35%;
	float: left;
	padding: 40px;
	line-height: 26px;
	padding-bottom: 70px;
	border: solid 10px #dcdcdc
}

.inside-job .box-1 .leftbox .tit {
	font-size: 26px;
	line-height: 30px;
	color: #353535;
	padding-bottom: 20px
}

.inside-job .box-1 .leftbox a,.inside-job .box-1 .leftbox span {
	color: #7d0000
}

.inside-job .box-1 .leftbox .tit-02 {
	margin-top: 70px
}

.inside-job .box-1 .rightbox {
	width: 60%;
	float: right;
	line-height: 30px
}

.inside-job .box-1 .rightbox .tit {
	color: #3f3f3f;
	font-size: 22px;
	margin-bottom: 15px
}

.inside-job .box-1 .rightbox .tit-02 {
	margin-top: 50px
}

.inside-job .box-1 .rightbox .tit-03 {
	vertical-align: top
}

.inside-job .box-1 .rightbox .tit-03 span {
	font-size: 24px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block
}

@media (max-width:1000px) {
	.inside-job .box-1 {
		padding: 15px 0 40px 0
	}

	.inside-job .box-1 .leftbox,.inside-job .box-1 .rightbox {
		width: 100%;
		float: none
	}

	.inside-job .box-1 .leftbox {
		padding: 30px;
		border-width: 2px
	}

	.inside-job .box-1 .leftbox .tit {
		font-size: 16px;
		padding-bottom: 10px
	}

	.inside-job .box-1 .leftbox .tit-02 {
		margin-top: 30px
	}

	.inside-job .box-1 .rightbox {
		margin-top: 30px
	}

	.inside-job .box-1 .rightbox .tit {
		font-size: 16px;
		margin-bottom: 10px
	}
}

.inside-job .box-2 {
	color: #fff;
	padding: 60px 0 100px 0;
	background: #7d0000
}

.inside-job .box-2 .tit {
	height: 47px;
	cursor: pointer;
	line-height: 45px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-right: 10%;
	background: url(../images/job-icon.png) no-repeat center right;
	border-top: solid 1px #be8080;
	border-bottom: solid 1px #be8080
}

.inside-job .box-2 .tit span:first-child {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	padding-right: 40px
}

.inside-job .box-2 .active {
	background: url(../images/job-icon-2.png) no-repeat center right
}

.inside-job .box-2 .txt {
	display: none;
	padding-bottom: 60px
}

.inside-job .box-2 .font18 {
	font-size: 18px;
	padding-top: 40px;
	margin-bottom: 15px
}

@media (max-width:1000px) {
	.inside-job .box-2 {
		padding: 30px 0
	}

	.inside-job .box-2 .tit span:first-child {
		font-size: 14px
	}
}

.inside-hygbc .box-1 {
	padding: 80px 0;
	font-size: 15px
}

.inside-hygbc .box-1 .tit {
	color: #333;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 30px
}

@media (max-width:1000px) {
	.inside-hygbc .box-1 {
		padding: 30px 15px
	}

	.inside-hygbc .box-1 .tit {
		font-size: 20px;
		margin-bottom: 15px
	}
}

.inside-hygbc .box-2 {
	color: #fff;
	font-size: 15px;
	padding: 100px 0;
	background: url(../images/gbg-bg.jpg) repeat-y top center
}

.inside-hygbc .box-2 .t1 {
	font-size: 24px;
	margin-bottom: 40px
}

.inside-hygbc .box-2 .t2 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 30px
}

.inside-hygbc .box-2 .leftbox {
	width: 45%;
	float: left
}

.inside-hygbc .box-2 .rightbox {
	width: 45%;
	float: right
}

.inside-hygbc .box-2 .rightbox .t1 {
	margin-bottom: 70px
}

.inside-hygbc .box-2 .rightbox .t2 {
	margin-top: 70px
}

@media (max-width:640px) {
	.inside-hygbc .box-2 {
		padding: 50px 0;
		background: #7d0000
	}

	.inside-hygbc .box-2 .t1 {
		font-size: 18px
	}

	.inside-hygbc .box-2 .t2 {
		font-size: 15px;
		margin-top: 15px
	}

	.inside-hygbc .box-2 .leftbox,.inside-hygbc .box-2 .rightbox {
		width: 100%;
		float: none
	}

	.inside-hygbc .box-2 .rightbox {
		padding-top: 30px
	}

	.inside-hygbc .box-2 .rightbox .t1 {
		margin-bottom: 30px
	}

	.inside-hygbc .box-2 .rightbox .t2 {
		margin-top: 20px
	}
}

.inside-hygbc .box-3 {
	padding: 100px 15px;
	text-align: center
}

@media (max-width:1000px) {
	.inside-hygbc .box-3 {
		padding: 30px
	}
}

.inside-page {
	text-align: center;
	margin-top: 60px
}

.inside-page a {
	margin-left: 2px;
	font-size: 16px;
	font-family: arial;
	padding: 0 15px;
	line-height: 40px;
	background: #f1f1f1;
    margin:0 3px;
	display: inline-block
}

.inside-page a:hover,.inside-page .cpb {
	color: #fff;
	background: #7d0000
}

select::-ms-expand {
    display: none;
}

.inside-page select {
	width: 40px;
	height: 40px;
	text-align: center;
	border: solid 1px #f1f1f1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align-last:center;
}

@media (max-width:1000px) {
	.inside-page {
		margin-top: 30px
	}

	.inside-page a {
		font-size: 12px;
		padding: 0 10px;
		margin: 0;
		line-height: 24px
	}

	.inside-page select {
		width: 30px;
		height: 30px
	}
}

.inside-pagenews {
	padding-top: 60px;
	margin-top: 60px;
	text-align: center;
	border-top: solid 1px #e1e1e1
}

.inside-pagenews a {
	line-height: 50px;
	min-width: 120px;
	display: inline-block;
	text-align: center;
	border: solid 1px #c9c9c9
}

.inside-pagenews a:hover {
	color: #fff;
	background: #7d0000;
	border-color: #7d0000
}

.inside-pagenews a.pull-left {
	float: left
}

.inside-pagenews .return {
	border: 0
}

.inside-pagenews .pull-right {
	float: right
}

@media (max-width:1000px) {
	.inside-pagenews {
		padding-top: 30px;
		margin-top: 30px
	}

	.inside-pagenews a {
		line-height: 40px;
		min-width: 90px
	}
}

.gys-title {
	text-align: center
}

.gys-title .cn {
	color: #000;
	font-size: 38px;
	line-height: 48px
}

.gys-title .en {
	color: #888
}

@media (max-width:1000px) {
	.gys-title .cn {
		font-size: 20px;
		line-height: 30px
	}
}

.gys-box-1 {
	padding: 80px 0
}

.gys-box-1 .tabmenu ul {
	margin: 0 -10px
}

@media (max-width:1280px) {
	.gys-box-1 .tabmenu ul {
		margin: 0
	}
}

.gys-box-1 .tabmenu li {
	width: 25%;
	float: left;
	padding: 0 10px;
	text-align: center
}

.gys-box-1 .tabmenu li .pic {
	overflow: hidden;
	position: relative
}

.gys-box-1 .tabmenu li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.gys-box-1 .tabmenu li .pic:after {
	content: "";
	display: block;
	padding-bottom: 75.5%
}

.gys-box-1 .tabmenu li .tit {
	height: 24px;
	overflow: hidden;
	font-size: 18px;
	margin-top: 20px
}

@media (max-width:640px) {
	.gys-box-1 .tabmenu li {
		width: 50%;
		padding: 5px
	}

	.gys-box-1 .tabmenu li .tit {
		margin-top: 10px;
		font-size: 16px
	}
}

.gys-box-1 .tabmenu li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.gys-box-1 .tabmenu,.gys-box-1 .tabcontent {
	margin-top: 50px
}

.gys-box-1 .tabcontent {
	width: 85%;
	float: left;
	display: none
}

.gys-box-1 .tabcontent li {
	float: left;
	width: 33.333%;
	padding: 0 45px;
	min-height: 310px;
	border-right: solid 1px #e6e6e6
}

.gys-box-1 .tabcontent li .item {
	padding-top: 20px
}

.gys-box-1 .tabcontent li .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px
}

.gys-box-1 .tabcontent li .tit a {
	color: #444
}

.gys-box-1 .tabcontent li .tit a:hover {
	color: #7d0000;
	text-decoration: underline
}

.gys-box-1 .tabcontent li .txt {
	height: 100px;
	overflow: hidden
}

.gys-box-1 .more {
	text-align: center;
	margin-top: 60px;
	font-size: 16px;
	padding-right: 120px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-decoration: underline
}

.gys-box-1 .more a {
	color: #7d0000
}

.gys-box-1 .more:hover {
	padding-right: 70px
}

@media (max-width:1000px) {
	.gys-box-1 {
		padding: 20px 0
	}

	.gys-box-1 .tabmenu,.gys-box-1 .tabcontent {
		width: 100%;
		float: none;
		margin-top: 20px
	}

	.gys-box-1 .tabcontent li {
		width: 100%;
		border: 0;
		padding: 0;
		min-height: auto
	}

	.gys-box-1 .tabcontent li .txt {
		height: auto
	}

	.gys-box-1 .more {
		margin-top: 30px;
		padding-right: 0;
		text-align: left
	}
}

.gys-box-2 {
	min-height: 800px;
	padding-top: 90px;
	background: url(../images/gys-bg-02.jpg) no-repeat top center
}

.gys-box-2 .gys-title .cn,.gys-box-2 .gys-title .en {
	color: #fff
}

.gys-box-2 .gys-title .en {
	opacity: .7
}

.gys-box-2 ul {
	min-height: 440px;
	margin-top: 50px;
	background: rgba(255,255,255,0.9)
}

.gys-box-2 li {
	width: 25%;
	float: left;
	padding: 0 25px;
	padding-top: 80px;
	min-height: 440px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-left: solid 1px #000
}

.gys-box-2 li .pic {
	position: relative
}

.gys-box-2 li .pic:after {
	content: "";
	display: block;
	padding-bottom: 25%
}

.gys-box-2 li .tit {
	color: #151719;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 15px
}

.gys-box-2 li .txt {
	color: #666;
	height: 120px;
	overflow: hidden;
	text-align: left
}

.gys-box-2 li span {
	opacity: 0;
	margin-top: 20px;
	display: inline-block;
	color: #7d0000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-decoration: underline
}

.gys-box-2 li:hover {
	padding-top: 50px;
	border-top: solid 5px #7d0000
}

.gys-box-2 li:hover span {
	opacity: 1
}

.gys-box-2 li:first-child {
	border-left: 0
}

.gys-box-2 .more {
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.gys-box-2 .more a {
	color: #fff;
	border-bottom: solid 1px #fff
}

.gys-box-2 .more:hover {
	padding-right: 70px
}

@media (max-width:1000px) {
	.gys-box-2 {
		padding-top: 40px;
		background: #48494b;
		padding-bottom: 40px
	}
}

@media (max-width:640px) {
	.gys-box-2 ul {
		min-height: auto;
		overflow: hidden
	}

	.gys-box-2 li {
		width: 100%;
		padding: 40px 20px;
		min-height: auto;
		border-bottom: solid 15px #48494b
	}

	.gys-box-2 li .txt {
		height: auto
	}

	.gys-box-2 li span {
		opacity: 1
	}

	.gys-box-2 li:hover {
		padding-top: 40px;
		border-top: 0
	}

	.gys-box-2 .more {
		margin-top: 20px
	}
}

.gys-box-3 {
	padding: 80px 0 120px;
	text-align: center
}

.gys-box-3 .txt {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	padding: 30px 0
}

.gys-box-3 img {
	margin: 0 10px
}

@media (max-width:1000px) {
	.gys-box-3 {
		padding: 30px 0
	}
}

.swzjt-menu {
	padding: 15px 0;
	text-align: center;
	border-bottom: solid 1px #dedede
}

.swzjt-menu a {
	padding: 5px 20px;
	font-size: 16px;
	display: inline-block
}

.swzjt-menu a:hover,.swzjt-menu .cur {
	color: #7d0000
}

@media (max-width:767px) {
	.swzjt-menu {
		text-align: left
	}

	.swzjt-menu a {
		padding-left: 0;
		padding-right: 15px
	}
}

.swzjt-list {
	margin: 30px 0 100px 0
}

.swzjt-list ul {
	margin: 0 -14px
}

.swzjt-list li {
	width: 20%;
	float: left;
	padding: 0 14px;
	margin: 30px 0
}

.swzjt-list li .pic {
	overflow: hidden;
	position: relative
}

.swzjt-list li .pic:after {
	content: "";
	display: block;
	padding-bottom: 120%
}

.swzjt-list li .pic img {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

.swzjt-list li .t1 {
	font-size: 24px;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 30px;
	overflow: hidden;
	line-height: 30px
}

.swzjt-list li .t1 a {
	color: #2b2b2b;
    height: 30px;
    display:block;
    overflow: hidden;
	line-height: 30px
}

.swzjt-list li .t2 {
	font-size: 15px;
	height: 48px;
	overflow: hidden
}

.swzjt-list li .t3 {
	height: 24px;
	overflow: hidden;
	margin: 10px 0 20px 0
}

.swzjt-list li .t3 span {
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	margin-right: 2px;
	display: inline-block;
	background: #7d0000
}

.swzjt-list li .more {
	font-size: 15px;
	color: #2b2b2b;
	text-decoration: underline
}

.swzjt-list li .more:hover {
	color: #7d0000
}

.swzjt-list li:hover .pic img {
	opacity: .85;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media (max-width:1370px) {
	.swzjt-list {
		margin-top: 15px
	}

	.swzjt-list ul {
		margin: 0;
		padding: 0 10px
	}

	.swzjt-list li {
		padding: 0 5px;
		margin: 15px 0
	}

	.swzjt-list li .t1 {
		margin-top: 10px
	}

	.swzjt-list li .t3 span {
		padding: 0 2px;
		margin-right: 0
	}
}

@media (max-width:767px) {
	.swzjt-list {
		margin-bottom: 40px
	}

	.swzjt-list ul {
		padding: 0
	}

	.swzjt-list li {
		width: 33.333%;
		float: left
	}

	.swzjt-list li .t1 {
		font-size: 18px;
		margin-bottom: 0
	}
}

@media (max-width:480px) {
	.swzjt-list li {
		width: 50%
	}

	.swzjt-list li .t3 {
		display: none
	}
}

.swzjt-about .font40 {
	color: #000;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center
}

@media (max-width:1000px) {
	.swzjt-about .font40 {
		font-size: 20px;
		line-height: 20px
	}
}

.swzjt-about .box-1 {
	font-size: 15px;
	padding: 80px 0;
	text-align: center
}

.swzjt-about .box-1 ul {
	padding: 80px
}

.swzjt-about .box-1 li {
	float: left;
	padding: 0 50px;
	width: 33.3333%
}

.swzjt-about .box-1 li .t1 {
	color: #333;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px
}

@media (max-width:1000px) {
	.swzjt-about .box-1 {
		padding: 40px 0
	}

	.swzjt-about .box-1 .font40 {
		font-size: 20px;
		line-height: 20px
	}

	.swzjt-about .box-1 ul {
		padding: 30px 0
	}

	.swzjt-about .box-1 li {
		padding: 0 15px
	}

	.swzjt-about .box-1 li img {
		max-height: 50px
	}

	.swzjt-about .box-1 li .t1 {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 0
	}
}

@media (max-width:480px) {
	.swzjt-about .box-1 li {
		width: 100%;
		margin-bottom: 20px
	}
}

.swzjt-about .box-2 {
	min-height: 540px;
	padding: 100px 0;
	background: url(../images/swzjt-map.jpg) no-repeat top center #e2dbdb
}

.swzjt-about .box-2 .title {
	color: #7d0000
}

.swzjt-about .box-2 .title .cn {
	font-size: 40px;
	line-height: 40px
}

.swzjt-about .box-2 .title .en {
	font-size: 16px;
	font-family: arial;
	margin-top: 10px
}

@media (max-width:640px) {
	.swzjt-about .box-2 .title .en {
		margin-top: 0
	}
}

.swzjt-about .box-2 .content {
	font-size: 15px;
	text-align: center;
	position: relative
}

.swzjt-about .box-2 .content:before {
	content: "";
	width: 100%;
	height: 6px;
	top: 40%;
	left: 0;
	position: absolute;
	background: #c5b7b7
}

.swzjt-about .box-2 .content ul {
	padding: 80px 0 90px 0
}

.swzjt-about .box-2 .content li {
	width: 25%;
	float: left;
	padding: 0 75px;
	text-align: center
}

.swzjt-about .box-2 .content li .tit {
	color: #111;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 70px;
	position: relative
}

.swzjt-about .box-2 .content li .tit:before {
	content: "";
	width: 20px;
	height: 20px;
	bottom: 15px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	border: solid 10px #ede2e2;
	border-radius: 100%;
	background: #b36770;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

@media (max-width:1440px) {
	.swzjt-about .box-2 .content li .tit:before {
		bottom: 5px
	}
}

.swzjt-about .box-2 .content li:hover .tit:before {
	width: 15px;
	height: 15px
}

@media (max-width:1000px) {
	.swzjt-about .box-2 {
		padding: 50px 0
	}

	.swzjt-about .box-2 .title .cn {
		font-size: 18px;
		line-height: 30px
	}

	.swzjt-about .box-2 .title .en {
		font-size: 14px
	}

	.swzjt-about .box-2 .content {
		text-align: left
	}

	.swzjt-about .box-2 .content:before {
		display: none
	}

	.swzjt-about .box-2 .content ul {
		padding: 0 0 50px 0
	}

	.swzjt-about .box-2 .content li {
		width: 100%;
		text-align: left;
		padding: 0
	}

	.swzjt-about .box-2 .content li .tit {
		font-size: 16px;
		margin-top: 15px;
		padding-bottom: 0
	}

	.swzjt-about .box-2 .content li .tit:before {
		display: none
	}
}

.swzjt-about .box-3 {
	color: #fff;
	background: url(../images/swzjt-map-2.jpg) no-repeat top center #9b333f
}

.swzjt-about .box-3 .content::before {
	background: #872932;
	background: rgba(55,0,0,0.3)
}

.swzjt-about .box-3 .title {
	color: #fff
}

.swzjt-about .box-3 .content li .tit {
	color: #fff
}

.swzjt-about .box-4 {
	padding: 80px 0
}

.swzjt-about .box-4 ul {
	margin: 0 -4px;
	margin-top: 50px
}

.swzjt-about .box-4 li {
	float: left;
	padding: 0 4px;
	width: 16.6666%
}

.swzjt-about .box-4 li .item {
	position: relative
}

.swzjt-about .box-4 li .item .pic {
	position: relative
}

.swzjt-about .box-4 li .item .pic:after {
	content: "";
	display: block;
	padding-bottom: 117%
}

.swzjt-about .box-4 li .item .txtbox {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	overflow: hidden;
	color: #fff;
	line-height: 20px;
	padding-left: 45px;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(0,0,0,0.6)
}

.swzjt-about .box-4 li .item .txtbox:before {
	content: "";
	width: 4px;
	left: 25px;
	top: 15px;
	height: 20px;
	position: absolute;
	background: #9b333f;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.swzjt-about .box-4 li .item .tit {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 20px;
	color: #fff
}

.swzjt-about .box-4 li .item .t1 {
	height: 40px;
	overflow: hidden
}

.swzjt-about .box-4 li .item .t2 {
	height: 20px;
	overflow: hidden;
	margin: 10px 0 20px 0
}

.swzjt-about .box-4 li .item .t3 {
	height: 20px;
	overflow: hidden;
	font-size: 17px
}

.swzjt-about .box-4 li .item .t4 {
	height: 40px;
	margin-top: 10px;
	overflow: hidden
}

.swzjt-about .box-4 li:hover .item .txtbox {
	height: 100%
}

.swzjt-about .box-4 li:hover .item .txtbox:before {
	top: 30px;
	height: 206px
}

.swzjt-about .box-4 li:hover .item .txtbox .tit {
	margin-top: 20px
}

.swzjt-about .box-4 .more {
	font-size: 15px;
	margin-top: 50px;
	text-align: center
}

.swzjt-about .box-4 .more a {
	color: #7d0000;
	text-decoration: underline
}

.swzjt-about .box-4 .more a:hover {
	font-size: 17px
}

@media (max-width:1280px) {
	.swzjt-about .box-4 ul {
		margin: 0;
		margin-top: 30px
	}
}

@media (max-width:1000px) {
	.swzjt-about .box-4 {
		padding: 30px 0
	}
}

@media (max-width:480px) {
	.swzjt-about .box-4 li {
		width: 50%;
		margin-bottom: 15px
	}

	.swzjt-about .box-4 li .item .tit {
		font-size: 16px
	}

	.swzjt-about .box-4 li:hover .item .txtbox {
		height: 45px
	}

	.swzjt-about .box-4 li:hover .item .txtbox:before {
		top: 15px;
		height: 20px
	}

	.swzjt-about .box-4 li:hover .item .txtbox .tit {
		margin-top: 0
	}

	.swzjt-about .box-4 .more {
		margin-top: 20px
	}
}

.swzjt-about .box-5 {
	padding: 100px 0 170px 0;
	background: #f2f2f2
}

@media (max-width:1000px) {
	.swzjt-about .box-5 {
		padding-top: 50px;
		padding-bottom: 100px
	}
}

.swzjt-about .box-5 dl {
	padding-top: 10px
}

.swzjt-about .box-5 dt {
	width: 965px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center
}

@media (max-width:965px) {
	.swzjt-about .box-5 dt {
		width: 100%;
		text-align: left
	}
}

.swzjt-about .box-5 dd {
	width: 400px;
	margin: 0 auto;
	padding-top: 30px
}

.swzjt-about .box-5 dd .pic {
	float: left;
	width: 15.5%;
	position: relative
}

.swzjt-about .box-5 dd .pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.swzjt-about .box-5 dd .pic img {
	border-radius: 100%
}

.swzjt-about .box-5 dd .txtbox {
	float: left;
	width: 80%;
	font-size: 15px;
	padding-left: 14px
}

.swzjt-about .box-5 dd .tit {
	color: #333;
	height: 24px;
	margin-bottom: 10px;
	overflow: hidden
}

.swzjt-about .box-5 dd a {
	vertical-align: top;
	margin-right: 30px;
	display: inline-block;
	color: #7d0000
}

.swzjt-about .box-5 dd a img {
	display: inline-block;
	border-radius: 100%;
	margin: 3px 5px 0 0;
	background: #7d0000
}

@media (max-width:1000px) {
	.swzjt-about .box-5 dd {
		width: 100%
	}

	.swzjt-about .box-5 dd .txtbox {
		font-size: 14px
	}

	.swzjt-about .box-5 dd a {
		margin-right: 10px
	}
}

.swzjt-about .box-5 .slick-dots {
	bottom: -70px;
	padding-right: 100px
}

@media (max-width:1000px) {
	.swzjt-about .box-5 .slick-dots {
		padding-right: 0;
		bottom: -50px
	}
}

.swzjt-about .box-5 .slick-dots li button {
	width: 12px;
	height: 12px;
	background: #cecece
}

.swzjt-about .box-5 .slick-dots li.slick-active button {
	background: #7d0000
}

.swzjt-banner .txtbox {
	text-align: center
}

.swzjt-banner .item {
	width: 780px;
	margin: 0 auto
}

.swzjt-banner .txt-01 {
	font-size: 60px;
	font-family: "Noto Sans CJK SC Light","Source Han Sans CN Light","Microsoft YaHei","arial"
}

.swzjt-banner .txt-02 {
	color: #cbcbcb
}

.swzjt-banner .txt-03 {
	margin-top: 50px;
	vertical-align: top
}

.swzjt-banner .txt-03 img {
	display: inline-block
}

.swzjt-banner .txt-03 span {
	height: 53px;
	width: 100px;
	background: #fff;
	vertical-align: top;
	display: inline-block;
	padding-top: 12px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    font-size: 20px;
	color: #7d0000;
	position: relative
}

.swzjt-banner .txt-03 span:before {
	content: "";
	width: 1px;
	height: 40px;
	right: 0;
	top: 6px;
	background: #cecece;
	position: absolute
}

.swzjt-banner .txt-03 input {
	height: 53px;
	font-size: 16px;
	color: #333;
	border: 0;
	width: 520px;
	margin-left: -5px;
	font-family: "微软雅黑";
	padding: 15px 30px;
	background: #fff
}

.swzjt-banner .txt-03 select {
	border: 0;
	font-size: 20px;
	color: #7d0000;
	cursor: pointer;
	border: none;
	width: 100px;
	padding-left: 15px;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../images/arrow-red.png) no-repeat center right 15px
}

.swzjt-banner .txt-03 option {
	font-size: 16px
}

.swzjt-banner .txt-03 select:focus {
	outline: none
}

.swzjt-banner .txt-03 .btn {
	color: #fff;
	height: 54px;
	width: 160px;
	line-height: 54px;
	display: inline-block;
	margin-left: -5px;
	font-size: 20px;
	vertical-align: top;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #7d0000
}

.swzjt-banner .txt-03 .btn:hover {
	background: #17275a
}

@media (max-width:1200px) {
	.swzjt-banner {
		margin-top: 55px;
		display: block !important
	}

	.swzjt-banner .txtbox {
		display: none
	}
}

.swzjt-jrzst .box-1 {
	color: #555;
	font-size: 15px;
	padding: 60px 0 80px 0
}

.swzjt-jrzst .box-1 .tit,.swzjt-jrzst .box-1 .txt {
	text-align: center
}

.swzjt-jrzst .box-1 .tit {
	color: #2b2b2b;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px
}

.swzjt-jrzst .box-1 .info {
	text-align: center;
	margin-top: 30px
}

.swzjt-jrzst .box-1 .info span {
	display: inline-block;
	line-height: 20px;
	font-size: 15px;
	padding: 10px 20px;
	margin: 0 4px;
	margin-top: 10px;
	border: solid 1px #7d0000
}

@media (max-width:1000px) {
	.swzjt-jrzst .box-1 {
		padding: 40px 0
	}

	.swzjt-jrzst .box-1 .info {
		margin-top: 10px
	}
}

@media (max-width:480px) {
	.swzjt-jrzst .box-1 span {
		width: 100%;
		margin: 0
	}
}

.swzjt-jrzst .box-2 {
	padding: 110px 0;
	background: #f2f2f1
}

@media (max-width:1000px) {
	.swzjt-jrzst .box-2 {
		padding: 40px 0 0 0
	}
}

.swzjt-jrzst .box-2 .tit {
	color: #313131;
	font-size: 26px;
	margin-bottom: 20px
}

@media (max-width:1000px) {
	.swzjt-jrzst .box-2 .tit {
		font-size: 18px;
		margin-bottom: 10px
	}
}

.swzjt-jrzst .box-2 .tit-02 {
	margin-top: 60px
}

@media (max-width:1000px) {
	.swzjt-jrzst .box-2 .tit-02 {
		margin-top: 20px
	}
}

.swzjt-jrzst .box-2 .leftbox {
	width: 50%;
	float: left;
	font-size: 15px;
	line-height: 30px;
	padding-right: 10%;
	border-right: solid 1px #bcbcbb
}

.swzjt-jrzst .box-2 .rightbox {
	width: 50%;
	float: right;
	padding-left: 100px
}

.swzjt-jrzst .box-2 .rightbox ul {
	padding-top: 12px
}

.swzjt-jrzst .box-2 .rightbox li {
	margin-bottom: 20px
}

.swzjt-jrzst .box-2 .rightbox li p {
	position: relative
}

.swzjt-jrzst .box-2 .rightbox li input {
	width: 100%;
	height: 45px;
	padding: 15px;
	background: none;
	font-size: 15px;
	color: #666;
	padding-left: 20px;
	padding-right: 40px;
	font-family: "微软雅黑";
	border: solid 1px #d5d1d1
}

.swzjt-jrzst .box-2 .rightbox li input[type="button"] {
	color: #fff;
	height: 50px;
	font-size: 20px;
	padding: 0;
	background: #7d0000;
	border-color: #7d0000
}

.swzjt-jrzst .box-2 .rightbox li input:focus {
	border-color: #7d0000;
	background: #f7f7f7
}

.swzjt-jrzst .box-2 .rightbox li input[type="button"]:focus,.swzjt-jrzst .box-2 .rightbox li input[type="button"]:hover {
	background: #17275a;
	border-color: #17275a
}

.swzjt-jrzst .box-2 .rightbox li label {
	top: 50%;
	right: 20px;
	margin-top: -10px;
	position: absolute
}

.swzjt-jrzst .box-2 .rightbox li img {
	max-height: 20px
}

.swzjt-jrzst .box-2 .rightbox li:first-child p {
	width: 49%;
	float: left
}

.swzjt-jrzst .box-2 .rightbox .pull-right {
	float: right !important
}

@media (max-width:1000px) {
	.swzjt-jrzst .box-2 .leftbox,.swzjt-jrzst .box-2 .rightbox {
		width: 100%;
		border: 0;
		padding-left: 0
	}

	.swzjt-jrzst .box-2 .rightbox {
		margin-top: 30px
	}
}

.swzjt-show {
	z-index: 99;
	margin-top: -300px;
	position: relative
}

@media (max-width:1000px) {
	.swzjt-show {
		margin-top: 0
	}
}

.swzjt-show:before {
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/sbg.png) top center repeat-x
}

@media (max-width:1000px) {
	.swzjt-show:before {
		top: 0;
		height: 100%;
		background: #f2f2f2
	}
}

.swzjt-show .leftbox {
	width: 18.4%;
	float: left
}

.swzjt-show .leftbox .txtbox {
	min-height: 470px;
	padding: 40px 20px 0 80px;
	z-index: 9;
	position: relative;
	background: #fff;
	margin-top: -50px
}

.swzjt-show .leftbox .txtbox .icon {
	left: 20px;
	top: 40px;
	position: absolute
}

.swzjt-show .leftbox .txtbox p {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 0;
	border-top: solid 1px #dfdfdf
}

.swzjt-show .leftbox .txtbox p b {
	font-size: 18px
}

.swzjt-show .leftbox .txtbox p:first-child {
	border-top: 0;
	padding-top: 0
}

@media (max-width:1000px) {
	.swzjt-show .leftbox {
		width: 100%;
		padding-top: 15px;
		margin-bottom: 20px
	}

	.swzjt-show .leftbox .pic img {
		width: 100%
	}

	.swzjt-show .leftbox .txtbox {
		padding-top: 20px;
		padding-left: 70px;
		padding-bottom: 10px;
		min-height: auto
	}

	.swzjt-show .leftbox .txtbox .icon {
		top: 20px
	}

	.swzjt-show .leftbox .txtbox .icon img {
		max-height: 30px
	}

	.swzjt-show .leftbox .txtbox p {
		font-size: 14px;
		line-height: 20px
	}

	.swzjt-show .leftbox .txtbox p b {
		font-size: 15px
	}
}

.swzjt-show .rightbox {
	width: 77%;
	float: right;
	padding-bottom: 150px
}

@media (max-width:1200px) {
	.swzjt-show .rightbox {
		width: 100%;
		float: none;
		padding-bottom: 50px
	}
}

.swzjt-show .rightbox .jieshao {
	color: #fff;
	position: relative;
	padding-top: 40px;
	font-size: 17px;
	line-height: 34px;
	height: 300px
}

.swzjt-show .rightbox .jieshao .tit {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 30px;
	position: relative
}

.swzjt-show .rightbox .jieshao .tit:before {
	left: 0;
	content: "";
	width: 20px;
	height: 2px;
	bottom: 10px;
	background: #fff;
	position: absolute
}

.swzjt-show .rightbox .jieshao .btn {
	bottom: 140px;
	right: 0;
	position: absolute
}

.swzjt-show .rightbox .jieshao .btn a {
	color: #fff;
	width: 220px;
	height: 50px;
	margin-left: 15px;
	text-align: center;
	display: inline-block;
	line-height: 48px;
	font-size: 16px;
	border: solid 1px #fff
}

.swzjt-show .rightbox .jieshao .btn a:hover {
	border-color: #7d0000;
	background: #7d0000
}

@media (max-width:1280px) {
	.swzjt-show .rightbox .jieshao .btn {
		right: auto;
		bottom: auto;
		position: relative
	}

	.swzjt-show .rightbox .jieshao .btn a {
		margin-left: 0;
		margin-right: 10px;
		margin-top: 10px
	}
}

@media (max-width:1000px) {
	.swzjt-show .rightbox .jieshao {
		color: #333;
		height: auto;
		font-size: 15px
	}

	.swzjt-show .rightbox .jieshao .tit {
		padding-bottom: 10px;
		font-size: 20px
	}

	.swzjt-show .rightbox .jieshao .tit:before {
		background: #7d0000
	}

	.swzjt-show .rightbox .jieshao .btn {
		right: auto;
		bottom: auto;
		position: relative
	}

	.swzjt-show .rightbox .jieshao .btn a {
		width: 140px;
		height: 40px;
		margin-left: 0;
		margin-top: 10px;
		margin-right: 2px;
		line-height: 38px;
		color: #fff;
		font-size: 14px;
		background: #7d0000;
		border-color: #7d0000
	}
}

.swzjt-show .rightbox .cot {
	font-size: 15px;
	line-height: 30px;
	padding-top: 60px
}

@media (max-width:1000px) {
	.swzjt-show .rightbox .cot {
		padding-top: 30px
	}
}

.swzjt-show .rightbox .t1 {
	color: #333;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px
}

@media (max-width:1000px) {
	.swzjt-show .rightbox .t1 {
		font-size: 20px;
		margin-bottom: 0
	}
}

.swzjt-show .rightbox .t2 {
	color: #333;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px
}

.swzjt-show .rightbox .t3 {
	padding-bottom: 30px;
	border-bottom: solid 1px #dedede
}

.login {
	padding: 80px 0 130px 0
}

.login .txtbox {
	font-size: 15px;
	line-height: 30px;
	text-align: center
}

.login .txtbox p:first-child {
	color: #333;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px
}

.login .txtbox a {
	color: #7d0000;
	font-weight: 600;
	font-family: arial
}

.login .txtbox .font40 {
	font-size: 40px !important;
	line-height: 40px !important
}

@media (max-width:1000px) {
	.login .txtbox {
		line-height: 24px
	}

	.login .txtbox p:first-child {
		font-size: 16px;
		line-height: 24px
	}

	.login .txtbox .font40 {
		margin-bottom: 0 !important;
		font-size: 20px !important;
		line-height: 24px !important
	}
}

.login .baoming p{
    line-height:30px;
    font-size:16px;
}

.login .btn a {
    color:#7d0000;
    width: 220px;
    height: 50px;
    margin-top:10px;
    text-align: center;
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    border: solid 1px #d5d1d1;
}

.login .btn a:hover {
    background:#7d0000;
    color:#fff;
}

.login .from-list {
	padding: 50px 0 80px 0;
	background: #ecebea;
	margin-top: 30px
}

.login .from-list li {
	padding: 0 20px
}

.login .from-list li p {
	width: 50%;
	float: left;
	padding: 0 20px;
	margin-top: 30px;
	position: relative
}

.login .from-list li input,.login .from-list li textarea {
	height: 48px;
	width: 100%;
	background: #fff;
	font-size: 15px;
	color: #666;
	font-family: "微软雅黑";
	padding: 15px 60px 15px 20px;
	border: solid 1px #d5d1d1
}

.login .from-list li input:focus {
	border-color: #7d0000
}

.login .from-list li label {
	right: 40px;
	top: 50%;
    width:20px;
	z-index: 9;
	margin-top: -10px;
	position: absolute
}

@media (max-width:420px) {
	.login .from-list li label {
		margin-top: -7px
	}
}

.login .from-list li label img {
	opacity: .8;
	max-height: 18px
}

@media (max-width:420px) {
	.login .from-list li label img {
		max-height: 14px
	}
}

.login .from-list li textarea {
	height: 170px;
	resize: none;
	background: #f9f9f9
}

.login .from-list .btn {
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 580px;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	margin-top: 60px;
	background: #7d0000
}

.login .from-list .btn:hover {
	background: #17275a
}

@media (max-width:1000px) {
	.login {
		padding: 30px 0
	}

	.login .from-list {
		margin-top: 10px;
		padding: 10px 0 0 0
	}

	.login .from-list li p {
		width: 100%;
		padding: 0;
		margin-top: 20px
	}

	.login .from-list li label {
		right: 20px
	}

	.login .from-list .btn {
		width: 100%;
		margin-top: 30px
	}
}

.framebox {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	display: none;
	background: rgba(0,0,0,0.6)
}

.framebox .bg {
	top: 50%;
	left: 50%;
	height: 220px;
	margin-top: -110px;
	margin-left: -270px;
	background: #fff;
	width: 540px;
	color: #333;
	font-size: 15px;
	position: absolute;
	text-align: center;
	padding-top: 70px;
	box-shadow: 0 0 30px #333
}

.framebox .bg .t1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px
}

.framebox .bg .t1 img {
	max-height: 30px;
	margin-top: 4px;
	margin-right: 10px
}

.framebox .bg .t2 {
	padding-left: 30px
}

.framebox1 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	display: none;
	background: rgba(0,0,0,0.6)
}

.framebox1 .bg {
	top: 50%;
	left: 50%;
	height: 220px;
	margin-top: -110px;
	margin-left: -270px;
	background: #fff;
	width: 540px;
	color: #333;
	font-size: 15px;
	position: absolute;
	text-align: center;
	padding-top: 70px;
	box-shadow: 0 0 30px #333
}

.framebox1 .bg .close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.framebox1 .bg .t1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 10px
}

.framebox1 .bg .t1 img {
	max-height: 30px;
	margin-top: 4px;
	margin-right: 10px
}

.framebox1 .bg .t2 {
	padding-left: 30px
}

.huiyi-banner .container {
	top: 26%
}

@media (max-width:640px) {
	.huiyi-banner .container {
		top: 15%
	}
}

.huiyi-banner .txtbox {
	width: 900px
}

@media (max-width:1200px) {
	.huiyi-banner .txtbox {
		display: block
	}
}

@media (max-width:900px) {
	.huiyi-banner .txtbox {
		width: 100%
	}
}

.huiyi-banner .tit {
	font-size: 58px;
	line-height: 60px;
	font-weight: 600
}

@media (max-width:1400px) {
	.huiyi-banner .tit {
		font-size: 45px;
		line-height: 47px;
	}
}

@media (max-width:1366px) {
	.huiyi-banner .tit {
		font-size: 40px;
		line-height: 42px;
	}
}

@media (max-width:1200px) {
	.huiyi-banner .tit {
		font-size: 20px;
		line-height: 30px
	}
}

.huiyi-banner .txt {
	font-size: 18px;
	letter-spacing: 3.5px;
	text-align: left
}

@media (max-width:1200px) {
	.huiyi-banner .txt {
		font-size: 12px;
		letter-spacing: 0;
		text-align: center;
		margin-top: 0;
		display: none
	}
}

.huiyi-banner .button {
	width: 360px;
	height: 50px;
	color: #fff;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 28px;
	border-radius: 30px;
	line-height: 46px;
	background: #1761c5;
	text-align: center;
	background: -webkit-linear-gradient(top, #218aec, #165bbe, #1350b4);
	background: linear-gradient(top, #218aec, #165bbe, #1350b4);
	display: block
}

@media (max-width:1000px) {
	.huiyi-banner .button {
		margin-top: 10px;
		width: 200px;
		height: 40px;
		font-size: 18px;
		line-height: 40px
	}
}

.huiyi-banner .add {
	border: 0;
	width: 580px;
	margin: 0 auto;
	font-size: 24px;
	margin-top: 40px;
	border-top: solid 1px #999bc3
}

.huiyi-banner .add legend {
	padding: 0 15px
}

@media (max-width:640px) {
	.huiyi-banner .add {
		width: 100%;
		font-size: 16px;
		margin-top: 5px
	}
}

.huiyi-banner .en {
	font-size: 18px;
	font-family: arial;
	margin-top: 5px;
	text-align: center
}

@media (max-width:640px) {
	.huiyi-banner .en {
		font-size: 12px;
		margin-top: 0
	}
}

@media (max-width:1200px) {
	.huiyi-banner {
		margin-top: 75px
	}
}

.huiyi-content .container {
	position: relative;
	padding: 0 100px
}

@media (max-width:1360px) {
	.huiyi-content .container {
		padding: 0 15px
	}
}

.huiyi-content .title {
	color: #000;
	font-size: 36px;
	line-height: 40px;
	padding-top: 80px
}

@media (max-width:1000px) {
	.huiyi-content .title {
		padding-top: 30px;
		font-size: 20px;
		line-height: 30px
	}
}

.huiyi-content .box-1 {
	color: #333;
	font-size: 15px;
	line-height: 26px;
	margin-top: -160px;
	position: relative;
	padding-bottom: 160px;
	background: url(../images/huiyi-bg.png) top center repeat-y
}

.huiyi-content .box-1 .t2 {
	font-size: 24px;
	margin-bottom: 10px;
	padding-top: 20px
}

.huiyi-content .box-1 .t3 {
	width: 800px;
	padding-top: 30px
}

@media (max-width:800px) {
	.huiyi-content .box-1 .t3 {
		width: 100%
	}
}

.huiyi-content .box-1 ul {
	margin: 0 -25px;
	padding-top: 50px
}

.huiyi-content .box-1 li {
	width: 50%;
	float: left;
	padding: 0 25px
}

.huiyi-content .box-1 li .t4 {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 2px #a1a0a0
}

@media (max-width:1280px) {
	.huiyi-content .box-1 ul {
		margin: 0;
		padding-top: 20px
	}
}

@media (max-width:1200px) {
	.huiyi-content .box-1 {
		margin-top: 0;
		padding-bottom: 30px
	}

	.huiyi-content .box-1 .title {
		font-size: 20px;
		padding-top: 30px
	}

	.huiyi-content .box-1 .t2 {
		font-size: 16px;
		padding-top: 0
	}

	.huiyi-content .box-1 li .t4 {
		font-size: 16px
	}
}

@media (max-width:767px) {
	.huiyi-content .box-1 li {
		width: 100%;
		padding: 0;
		margin-bottom: 10px
	}
}

.huiyi-content .box-2 {
	color: #444;
	padding-bottom: 100px;
	background: #e6e6e6;
	font-size: 15px;
	line-height: 26px
}

.huiyi-content .box-2 dl {
	padding-top: 60px;
	padding-left: 70px;
	padding-bottom: 30px
}

.huiyi-content .box-2 dt {
	width: 14%;
	float: left;
	position: relative
}

.huiyi-content .box-2 dt:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.huiyi-content .box-2 dd {
	width: 86%;
	float: left;
	color: #333;
	font-size: 18px;
	padding-left: 70px;
	line-height: 30px;
	padding-top: 20px
}

.huiyi-content .box-2 .font24 {
	font-size: 24px;
	margin: 5px 0 10px 0
}

@media (max-width:1000px) {
	.huiyi-content .box-2 {
		padding-bottom: 30px
	}

	.huiyi-content .box-2 dl {
		padding-left: 10px;
		padding-top: 30px
	}

	.huiyi-content .box-2 dd {
		padding-left: 30px;
		padding-top: 0
	}
}

@media (max-width:420px) {
	.huiyi-content .box-2 dt {
		width: 30%
	}

	.huiyi-content .box-2 dd {
		width: 70%;
		font-size: 14px;
		line-height: 20px;
		padding-left: 30px
	}

	.huiyi-content .box-2 .font24 {
		font-size: 16px
	}
}

.huiyi-content .box-3 {
	color: #fff;
	font-size: 15px;
	padding-bottom: 100px;
	background: url(../images/huiyi-bg-02.jpg) no-repeat top center #6c0000
}

.huiyi-content .box-3 .title {
	color: #fff;
	padding-bottom: 30px;
	border-bottom: solid 2px #925252
}

.huiyi-content .box-3 li {
	padding: 40px 0;
	border-bottom: solid 1px #852f2f
}

.huiyi-content .box-3 li .t1 {
	margin-bottom: 30px
}

.huiyi-content .box-3 li .t2 {
	font-size: 18px;
	margin-bottom: 5px
}

.huiyi-content .box-3 .leftbox {
	width: 16%;
	float: left;
	font-size: 18px;
	font-family: arial
}

.huiyi-content .box-3 .rightbox {
	width: 84%;
	float: left;
	padding-left: 10px
}

@media (max-width:1000px) {
	.huiyi-content .box-3 {
		padding-bottom: 0
	}

	.huiyi-content .box-3 li {
		padding: 30px 0
	}

	.huiyi-content .box-3 li .t1 {
		margin-bottom: 10px
	}

	.huiyi-content .box-3 .leftbox,.huiyi-content .box-3 .rightbox {
		width: 100%;
		float: none;
		padding-left: 0
	}

	.huiyi-content .box-3 .rightbox {
		padding-top: 15px
	}
}

.huiyi-content .box-4 {
	color: #444;
	font-size: 16px;
	padding: 65px 0;
	line-height: 30px;
	text-align: center
}

.huiyi-content .box-4 .erweima {
	margin-top: 30px
}

.huiyi-content .box-4 .erweima img {
	margin: 0 8px
}

.huiyi-content .box-4 .tit {
	text-align: center;
	border: 0;
	color: #222;
	font-size: 36px;
	line-height: 40px;
	padding-bottom: 30px;
	border-top: solid 1px #d2d2d2
}

.huiyi-content .box-4 .tit legend {
	padding: 0 20px
}

.huiyi-content .box-4 a {
	color: #444
}

@media (max-width:1000px) {
	.huiyi-content .box-4 {
		padding: 40px 0;
		font-size: 14px
	}

	.huiyi-content .box-4 .tit {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px
	}
}

.huiyi-content .item-4 {
	color: #fff;
	padding: 100px 0;
	background: #252525
}

.huiyi-content .item-4 .container {
	padding: 0
}

.huiyi-content .item-4 .font48 {
	color: #fff;
	font-size: 36px;
	text-align: center
}

@media (max-width:1000px) {
	.huiyi-content .item-4 .font48 {
		font-size: 20px;
		line-height: 30px;
		text-align: left;
		padding-left: 10px
	}
}

.huiyi-content .item-4 li {
	overflow: hidden;
	margin-top: 50px
}

.huiyi-content .item-4 li .tit {
	font-size: 18px
}

.huiyi-content .item-4 li .pic {
	margin-left: -5px
}

.huiyi-content .item-4 li .pic span {
	width: 12.5%;
	display: block;
	float: left;
	padding: 0 5px;
	margin-top: 10px;
	position: relative
}

.huiyi-content .item-4 li .pic span:after {
	content: "";
	display: block;
	padding-bottom: 50%
}

.huiyi-content .item-4 li .pic span img {
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.huiyi-content .item-4 li .pic span:hover img {
	opacity: .8
}

@media (max-width:1000px) {
	.huiyi-content .item-4 {
		padding: 40px 20px;
		margin-top: 40px
	}

	.huiyi-content .item-4 li {
		margin-top: 20px
	}

	.huiyi-content .item-4 li .tit {
		font-size: 16px;
		padding-left: 10px
	}

	.huiyi-content .item-4 li .pic {
		margin-left: 0
	}

	.huiyi-content .item-4 li .pic span {
		width: 25%;
		padding: 0 10px
	}
}

.huiyi-content .dw {
	top: -84px;
	height: 84px;
	z-index: -1;
	position: absolute
}

.inside-hr .box-1 {
	color: #555;
	font-size: 15px;
	padding: 80px 0 60px 0;
	text-align: center
}

.inside-hr .box-1 .title {
	color: #060e2a;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px
}

@media (max-width:1000px) {
	.inside-hr .box-1 {
		padding: 30px 0
	}

	.inside-hr .box-1 .title {
		font-size: 18px;
		line-height: 30px
	}
}

.inside-hr .box-2 {
	color: #4c4c4c;
	padding: 100px 0;
	background: #eee;
	font-size: 15px
}

.inside-hr .box-2 .line {
	vertical-align: top;
	line-height: 24px;
	padding: 20px 0 20px 80px;
	position: relative;
	border-bottom: solid 1px #d9d9d9
}

.inside-hr .box-2 .line img {
	margin-top: 10px
}

.inside-hr .box-2 .line span {
	top: 20px;
	left: 20px;
	color: #bb9797;
	font-size: 40px;
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	font-family: "DIN-MEDIUM(1)";
	position: absolute
}

.inside-hr .box-2 .t2 {
	color: #333;
	font-size: 18px;
	padding: 15px 0
}

.inside-hr .box-2 .t3 {
	font-size: 18px;
	padding-bottom: 50px;
	border-bottom: solid 1px #d9d9d9
}

.inside-hr .box-2 .t3 a {
	color: #7d0000;
	text-decoration: underline
}

.inside-hr .box-2 .t4 {
	padding-top: 40px
}

.inside-hr .box-2 .t4 span {
	color: #7d0000
}

.inside-hr .box-2 .font26 {
	font-size: 26px;
	margin-bottom: 5px;
	color: #7d0000
}

.inside-hr .box-2 .en {
	padding-bottom: 30px;
	border-bottom: solid 1px #d9d9d9
}

@media (max-width:1000px) {
	.inside-hr .box-2 {
		padding: 30px 0
	}

	.inside-hr .box-2 .t3 {
		padding-bottom: 30px
	}

	.inside-hr .box-2 .line {
		padding-left: 40px
	}

	.inside-hr .box-2 .line span {
		left: 10px;
		font-size: 24px
	}

	.inside-hr .box-2 .font26 {
		font-size: 18px
	}
}

.inside-hr .box-4 {
	padding: 80px 0;
	font-size: 15px;
	color: #555
}

.inside-hr .box-4 .font30 {
	color: #333;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px
}

.inside-hr .box-4 .text-jz {
	text-align: center
}

.inside-hr .box-4 .t1 {
	padding: 0 120px;
	padding-bottom: 60px;
	position: relative
}

.inside-hr .box-4 .t1 .tu1 {
	top: 0;
	left: 0;
	position: absolute
}

.inside-hr .box-4 .t1 .tu2 {
	top: 0;
	right: 0;
	position: absolute
}

@media (max-width:1000px) {
	.inside-hr .box-4 .t1 {
		padding: 0;
		padding-bottom: 30px
	}

	.inside-hr .box-4 .t1 .tu1,.inside-hr .box-4 .t1 .tu2 {
		display: none
	}
}

.inside-hr .box-4 ul {
	margin-top: 50px;
	background: #eee;
	border: solid 1px #dcdcdc
}

.inside-hr .box-4 ul li {
	padding: 40px;
	width: 33.33%;
	float: left;
	font-size: 15px;
	line-height: 26px;
	min-height: 255px;
	border-left: solid 1px #dcdcdc
}

.inside-hr .box-4 ul li:first-child {
	border-left: 0
}

.inside-hr .box-4 ul li p:first-child {
	font-size: 16px;
	font-weight: bold;
	color: #7d0000;
	margin-bottom: 20px
}

@media (max-width:1000px) {
	.inside-hr .box-4 {
		padding: 40px 0 30px 0
	}

	.inside-hr .box-4 .font30 {
		font-size: 20px;
		line-height: 3px
	}

	.inside-hr .box-4 ul {
		padding-bottom: 40px
	}

	.inside-hr .box-4 ul li {
		width: 100%;
		border: 0;
		padding: 20px;
		padding-bottom: 0;
		min-height: auto
	}
}

.inside-hr .box-5 .leftbox {
	width: 20%;
	float: left;
	color: #8c8c8c
}

.inside-hr .box-5 .leftbox .cn {
	color: #7d0000;
	font-size: 48px;
	line-height: 50px
}

.inside-hr .box-5 .leftbox .en {
	font-size: 30px;
	color: #8c8c8c;
	line-height: 30px;
	font-family: arial;
	margin-top: 5px;
	margin-bottom: 10px
}

.inside-hr .box-5 .rightbox {
	width: 75%;
	float: right
}

@media (max-width:1000px) {
	.inside-hr .box-5 .leftbox,.inside-hr .box-5 .rightbox {
		width: 100%;
		float: none
	}

	.inside-hr .box-5 .leftbox .cn {
		font-size: 20px;
		line-height: 30px
	}

	.inside-hr .box-5 .leftbox .en {
		font-size: 16px;
		line-height: 20px;
		margin-top: 0
	}

	.inside-hr .box-5 .rightbox {
		padding-top: 20px
	}
}

.inside-hr .login {
	font-size: 15px
}

.inside-hr .login .tit {
	font-size: 36px;
	line-height: 40px;
	color: #7d0000;
	margin-bottom: 10px
}

@media (max-width:1000px) {
	.inside-hr .login .tit {
		font-size: 20px;
		line-height: 30px
	}
}

.inside-hr .login .from-list {
	padding: 0;
	margin-top: 20px
}

.inside-hr .login .from-list .btn {
	margin: auto;
	float: right;
	width: 48.3%;
}

@media (max-width:1000px) {
	.inside-hr .login .from-list .btn {
		width: 100%;
		margin-top: 20px
	}
}

.inside-hr .login .from-list ul {
	margin: 0 -20px
}

.inside-hr .login .from-list ul li {
	padding: 0
}

@media (max-width:1280px) {
	.inside-hr .login .from-list ul {
		margin: 0
	}
}

.inside-hr .box-6 {
	margin-top: 100px;
	background: #ecebea
}

.inside-hr .box-6 .font18 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 10px 0
}

.inside-hr .box-6 .font15 {
	padding-bottom: 50px;
	border-bottom: solid 1px #a8a8a8
}

@media (max-height:1000px) {
	.inside-hr .box-6 {
		margin-top: 40px
	}
}

.inside-hr .box-7 {
	padding-top: 0
}

.inside-hr .box-7 .from-list li input {
	background: #f8f8f8 !important
}

.inside-hr .box-8 {
	height: 480px;
	margin-top: 115px;
	position: relative;
	padding-top: 140px;
	background: url(../images/nxpt-bg.jpg) no-repeat top center
}

.inside-hr .box-8 .title {
	color: #fff;
	font-size: 48px;
	line-height: 50px;
	font-weight: bold
}

.inside-hr .box-8 .bg {
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	font-size: 15px;
	padding-top: 10px;
	min-height: 256px;
	position: absolute;
	background: rgba(125,0,0,0.5)
}

.inside-hr .box-8 .t1 {
	font-size: 26px;
	line-height: 30px;
	padding-top: 30px;
	margin-bottom: 10px
}

@media (max-width:1000px) {
	.inside-hr .box-8 {
		margin-top: 40px;
		padding-top: 50px
	}

	.inside-hr .box-8 .title {
		font-size: 24px;
		line-height: 30px
	}

	.inside-hr .box-8 .t1 {
		font-size: 20px;
		padding-top: 20px
	}

	.inside-hr .box-8 .bg {
		height: 340px
	}
}

.inside-contact {
	font-size: 15px;
	color: #555;
	padding-top: 100px
}

.inside-contact .box-1 .item {
	margin-top: 50px
}

.inside-contact .box-1 .item:first-child {
	margin-top: 0
}

.inside-contact .box-1 .leftbox {
	width: 30%;
	float: left;
	color: #333;
	font-size: 26px;
	line-height: 30px
}

.inside-contact .box-1 .rightbox {
	width: 70%;
	float: right
}

.inside-contact .box-1 .rightbox ul {
	overflow: hidden;
	border-bottom: solid 1px #e7e7e7
}

.inside-contact .box-1 .rightbox li {
	width: 50%;
	float: left;
	margin-bottom: 30px
}

.inside-contact .box-1 .rightbox .erweima {
	padding: 70px 0
}

.inside-contact .box-1 .rightbox .erweima span {
	margin-right: 30px;
	vertical-align: top;
	display: inline-block;
	text-align: center
}

.inside-contact .box-1 .rightbox .erweima span img {
	margin-bottom: 15px
}

.inside-contact .map-height {
	width: 100%;
	height: 500px;
	background: #fff;
	overflow: hidden
}

.inside-contact .map-height b {
	color: #c52
}

.inside-contact .map-height span {
	font-size: 12px
}

@media (max-width:767px) {
	.inside-contact .map-height {
		height: 240px;
		padding: 0 15px;
		margin-bottom: 15px
	}
}

.inside-contact .BMap_cpyCtrl {
	display: none
}

.inside-contact .anchorBL {
	display: none
}

@media (max-width:1000px) {
	.inside-contact {
		padding-top: 30px
	}

	.inside-contact .box-1 .item {
		margin-top: 30px
	}

	.inside-contact .box-1 .leftbox {
		width: 100%;
		float: none;
		font-size: 16px
	}

	.inside-contact .box-1 .rightbox {
		width: 100%;
		float: none;
		padding-top: 15px
	}

	.inside-contact .box-1 .rightbox li {
		width: 100%;
		margin-bottom: 15px
	}

	.inside-contact .box-1 .rightbox .erweima {
		padding: 30px 0
	}

	.inside-contact .box-1 .rightbox .erweima span {
		font-size: 12px;
		margin: 0 10px
	}

	.inside-contact .box-1 .rightbox .erweima span img {
		max-height: 120px
	}
}

@media (max-width:1200px) {
	.award-banner {
		margin-top: 75px
	}
}

.award-banner .txtbox {
	width: 1300px;
	display: block !important
}

@media (max-width:1300px) {
	.award-banner .txtbox {
		width: 100%;
		padding: 0 60px
	}
}

.award-banner .button {
	width: 270px;
	margin: 0 auto;
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
	margin-top: 5px;
	background: #7d0000;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	background: -webkit-linear-gradient(left, #850000, #950000, #dc0000, #f80000);
	background: linear-gradient(left, #850000, #950000, #dc0000, #f80000)
}

.award-banner .button:hover {
	background: #dc0000;
	background: -webkit-linear-gradient(left, #db0000, #db0000, #db0000, #db0000);
	background: linear-gradient(left, #db0000, #db0000, #db0000, #db0000)
}

@media (max-width:1200px) {
	.award-banner .button {
		width: 200px;
		height: 40px;
		font-size: 18px;
		line-height: 40px
	}
}

@media (max-width:640px) {
	.award-banner .button {
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 14px
	}
}

.award-banner .scroll-lc {
	padding-top: 10px;
	padding-left: 100px;
	position: relative
}

.award-banner .scroll-lc:before {
	content: "";
	left: 0;
	top: 50%;
	margin-top: 10px;
	width: 100%;
	height: 2px;
	position: absolute;
	background: #9a0000
}

.award-banner .scroll-lc .slick-prev,.award-banner .scroll-lc .slick-next {
	width: 24px;
	height: 24px;
	margin-top: -3px
}

.award-banner .scroll-lc .slick-prev {
	left: -30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.award-banner .scroll-lc .slick-next {
	right: -30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media (max-width:1300px) {
	.award-banner .scroll-lc .slick-prev {
		left: -10px
	}

	.award-banner .scroll-lc .slick-next {
		right: -10px
	}
}

.award-banner .hezi {
	float: left;
	padding: 0 30px;
	text-align: left;
	font-size: 15px;
	margin-top: 45px
}

.award-banner .hezi .tit-1 {
	color: #fa0000;
	padding: 0 15px;
	line-height: 27px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 30px;
	border: solid 1px #fa0000;
	position: relative
}

.award-banner .hezi .tit-1:before {
	content: "";
	width: 12px;
	height: 12px;
	left: 50%;
	bottom: -30px;
	margin-left: -6px;
	position: absolute;
	background:#fff;
	border-radius: 100%;
}

.award-banner .hezi .tit-1:after {
	bottom: -5px;
	content: "";
	left: 50%;
	margin-left: -5px;
	width: 6px;
	height: 6px;
	background-color:#170e51;
	position: absolute;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border-top: solid 1px#fa0000;
	border-left: solid 1px#fa0000;
}

.award-banner .hezi .txt {
	margin-top: 10px;
	height: 72px;
	overflow: hidden
}

@media (max-width:1200px) {
	.award-banner .hezi,.award-banner .scroll-lc {
		display: none
	}
}

.award-content .container {
	padding: 0
}

@media (max-width:1400px) {
	.award-content .container {
		padding: 0 15px
	}
}

.award-content .font36 {
	font-size: 36px;
	line-height: 40px;
	padding-bottom: 30px;
	border-bottom: solid 1px #9b4343
}

@media (max-width:1000px) {
	.award-content .font36 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px
	}
}

.award-content .item-1 {
	color: #fff;
	padding: 70px 0;
	background: #7d0000
}

.award-content .item-1 li {
	padding: 50px 0;
	overflow: hidden;
	font-size: 15px;
	border-top: solid 1px #9b4343
}

.award-content .item-1 li .icon {
	width: 10%;
	float: left;
	display: block
}

.award-content .item-1 li .txtbox {
	width: 84%;
	float: right
}

.award-content .item-1 li .font24 {
	font-size: 24px
}

.award-content .item-1 li p {
	margin-bottom: 15px
}

.award-content .item-1 li:first-child p {
	float: left;
	width: 50%
}

@media (max-width:1000px) {
	.award-content .item-1 {
		padding: 30px 0;
		font-size: 14px
	}

	.award-content .item-1 li {
		padding: 20px 0
	}

	.award-content .item-1 li .font24 {
		font-size: 16px
	}
}

@media (max-width:640px) {
	.award-content .item-1 li:first-child p {
		width: 100%
	}
}

.award-content .item-2 {
	color: #666;
	padding: 70px 0
}

.award-content .item-2 .font36 {
	border-bottom: solid 2px #dedede
}

.award-content .item-2 ul {
	padding: 30px 0;
	margin: 0 -15px
}

.award-content .item-2 li {
	float: left;
	width: 20%;
	font-size: 14px;
	padding: 0 15px;
	padding-top: 60px;
	text-align: center
}

.award-content .item-2 li .pic {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative
}

.award-content .item-2 li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.award-content .item-2 li p {
	height: 20px;
	overflow: hidden;
	line-height: 20px
}

.award-content .item-2 li .t1 {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px
}

.award-content .item-2 li:hover .pic img {
	opacity: .85
}

.award-content .item-2 li:hover .pic:before {
	opacity: 1;
	width: 100%;
	height: 100%
}

@media (max-width:1000px) {
	.award-content .item-2 {
		padding: 30px 0
	}

	.award-content .item-2 .font36 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px
	}

	.award-content .item-2 ul {
		margin: 0
	}

	.award-content .item-2 ul li {
		padding-top: 30px
	}

	.award-content .item-2 ul li .pic {
		width: 100px;
		height: 100px
	}
}

@media (max-width:767px) {
	.award-content .item-2 {
		padding: 0
	}

	.award-content .item-2 ul li {
		width: 50%;
		font-size:12px;
		padding: 0;
	}
}

@media (max-width:380px) {
	.award-content .item-2 {
		padding: 0;
		padding-top: 30px
	}

	.award-content .item-2 ul li {
		width: 50%
	}
}

.award-content .item-3 {
	text-align: center;
	margin-top: 90px
}

@media (max-width:1000px) {
	.award-content .item-3 {
		margin-top: 30px;
		display: none
	}
}

.award-content .item-4 {
	position: relative
}

.award-content .item-4 li {
	width: 25%;
	float: left;
	font-size: 15px;
	margin-top: 90px;
	padding: 0 10px
}

.award-content .item-4 li .txtbox {
	padding: 40px;
	padding-top: 60px;
	min-height: 300px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #d9d9d9
}

.award-content .item-4 li .txtbox img {
	max-height: 45px
}

.award-content .item-4 li .txtbox span {
	display: block
}

.award-content .item-4 li .txtbox .icobox {
	position: relative
}

.award-content .item-4 li .txtbox .ico-hover {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.award-content .item-4 li .font26 {
	color: #444;
	font-size: 26px;
	line-height: 30px;
	margin: 30px 0 15px 0
}

.award-content .item-4 li:hover .txtbox {
	color: #fff;
	background: #7d0000
}

.award-content .item-4 li:hover .txtbox .ico {
	opacity: 0
}

.award-content .item-4 li:hover .txtbox .ico-hover {
	opacity: 1
}

.award-content .item-4 li:hover .font26 {
	color: #fff
}

@media (max-width:1000px) {
	.award-content .item-4 li {
		margin-top: 10px
	}

	.award-content .item-4 li .txtbox {
		padding: 30px 20px;
		min-height: 240px
	}

	.award-content .item-4 li .txtbox .font26 {
		font-size: 18px;
		margin: 15px 0 0 0
	}
}

@media (max-width:640px) {
	.award-content .item-4 li {
		width: 100%;
		padding: 0
	}

	.award-content .item-4 li .txtbox {
		min-height: auto
	}
}

.award-content .item-5 {
	padding: 80px 0
}

.award-content .item-5 dt {
	width: 30%;
	float: left;
	padding-top: 3%
}

.award-content .item-5 dd {
	width: 70%;
	float: left;
	font-size: 16px
}

@media (max-width:1000px) {
	.award-content .item-5 {
		padding: 30px 0
	}

	.award-content .item-5 dd {
		font-size: 15px;
		padding-left: 20px
	}
}

@media (max-width:640px) {
	.award-content .item-5 dt {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 0
	}

	.award-content .item-5 dd {
		width: 100%;
		float: none;
		padding-top: 20px;
		padding-left: 0
	}
}

.award-content .dw {
	top: -84px;
	height: 84px;
	z-index: -1;
	position: absolute
}

.award-content .box-4 {
	color: #444;
	font-size: 16px;
	padding: 65px 0;
	line-height: 30px;
	text-align: center
}

.award-content .box-4 .erweima {
	margin-top: 30px
}

.award-content .box-4 .erweima img {
	margin: 0 8px
}

.award-content .box-4 .tit {
	text-align: center;
	border: 0;
	color: #222;
	font-size: 36px;
	line-height: 40px;
	padding-bottom: 30px;
	border-top: solid 1px #d2d2d2
}

.award-content .box-4 .tit legend {
	padding: 0 20px
}

.award-content .box-4 a {
	color: #444
}

@media (max-width:1000px) {
	.award-content .box-4 {
		padding: 40px 0;
		font-size: 14px
	}

	.award-content .box-4 .tit {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px
	}
}

.zhanhui-banner .button {
	width: 270px;
	margin: 0 auto;
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	border-radius: 30px;
	margin-top: 35%;
	background: #7d0000;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	background: -webkit-linear-gradient(left, #850000, #950000, #dc0000, #f80000);
	background: linear-gradient(left, #850000, #950000, #dc0000, #f80000)
}

.zhanhui-banner .button:hover {
	background: #dc0000;
	background: -webkit-linear-gradient(left, #db0000, #db0000, #db0000, #db0000);
	background: linear-gradient(left, #db0000, #db0000, #db0000, #db0000)
}

@media (max-width:1000px) {
	.zhanhui-banner .button {
		font-size: 16px;
		margin-top: 40px;
		width: 130px;
		height: 30px;
		line-height: 30px
	}
}

.zhanhui-content .container {
	padding: 0
}

.zhanhui-content .font48 {
	color: #000;
	padding-bottom: 40px;
	font-size: 48px;
	line-height: 50px;
	text-align: center
}

@media (max-width:1000px) {
	.zhanhui-content .font48 {
		line-height: 30px;
		font-size: 24px;
		padding-bottom: 20px
	}
}

.zhanhui-content .item {
	color: #444;
	font-size: 15px;
	line-height: 26px;
	padding: 70px 0
}

@media (max-width:1000px) {
	.zhanhui-content .item {
		padding: 30px 0
	}
}

.zhanhui-content .item .txtbox {
	width: 920px;
	margin: 0 auto;
	text-align: center
}

@media (max-width:920px) {
	.zhanhui-content .item .txtbox {
		width: 100%;
		padding: 0 15px
	}
}

.zhanhui-content .item .button {
	color: #fff;
	margin: 0 auto;
	min-width: 215px;
	height: 43px;
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
	border-radius: 30px;
	background: #6c0000;
	margin-top: 30px
}

.zhanhui-content .item .button:hover {
	background: #7d0000
}

@media (max-width:640px) {
	.zhanhui-content .item .button {
		min-width: 140px;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		margin-bottom: 30px
	}
}

.zhanhui-content .item ul {
	margin: 0 -20px;
	margin-top: 50px
}

.zhanhui-content .item li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 20px
}

.zhanhui-content .item li .cot {
	padding: 0 40px;
	padding-top: 70px;
	min-height: 310px;
	border: solid 1px #e0e0e0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.zhanhui-content .item li .icobox {
	position: relative
}

.zhanhui-content .item li .icobox .ico-hover {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	position: absolute;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.zhanhui-content .item li .icobox span {
	display: block
}

.zhanhui-content .item li .icobox img {
	max-height: 70px
}

.zhanhui-content .item li p {
	margin-top: 30px
}

.zhanhui-content .item li:hover .cot {
	color: #fff;
	border-color: #7d0000;
	background: #7d0000
}

.zhanhui-content .item li:hover .icobox .ico {
	opacity: 0
}

.zhanhui-content .item li:hover .icobox .ico-hover {
	opacity: 1
}

@media (max-width:1000px) {
	.zhanhui-content .item ul {
		margin: 0
	}

	.zhanhui-content .item li {
		width: 100%;
		float: none;
		margin-top: 15px
	}

	.zhanhui-content .item li .cot {
		padding: 30px;
		min-height: auto
	}

	.zhanhui-content .item li .icobox img {
		max-height: 40px
	}
}

.zhanhui-content .item-3 {
	padding-top: 100px
}

.zhanhui-content .item-3 .leftbox {
	width: 40%;
	margin-top: 40px
}

.zhanhui-content .item-3 .leftbox .tit {
	border: 0;
	color: #555;
	font-size: 30px;
	line-height: 30px;
	border-top: solid 1px #ddd
}

.zhanhui-content .item-3 .leftbox .tit legend {
	padding-right: 20px
}

.zhanhui-content .item-3 .leftbox ul {
	margin-top: 40px;
	position: relative
}

/*.zhanhui-content .item-3 .leftbox ul:before {
	top: 0;
	left: 70px;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background: #7d0000
}*/

@media (max-width:640px) {
	.zhanhui-content .item-3 .leftbox ul:before {
		display: none
	}
}

.zhanhui-content .item-3 .leftbox ul li {
	font-size: 15px;
	overflow: hidden;
	padding-top: 30px;
	position: relative
}

.zhanhui-content .item-3 .leftbox ul li span {
	color: #000;
	float: left;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	position: relative
}

/*.zhanhui-content .item-3 .leftbox ul li span:before {
	top: 5px;
	left: 64px;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	background: #7d0000;
	border-radius: 100%
}*/

.zhanhui-content .item-3 .leftbox ul li p {
	float: left;
	padding-left: 12%
}

@media (max-width:640px) {
	.zhanhui-content .item-3 .leftbox ul li {
		padding-top: 15px
	}

	.zhanhui-content .item-3 .leftbox ul li span {
		display: block;
		float: none
	}

	.zhanhui-content .item-3 .leftbox ul li span:before {
		display: none
	}

	.zhanhui-content .item-3 .leftbox ul li p {
		float: none;
		padding-left: 0
	}
}

.zhanhui-content .item-3 .leftbox ul li:first-child {
	padding-top: 0
}

.zhanhui-content .item-3 .pull-left {
	float: left
}

.zhanhui-content .item-3 .pull-right {
	float: right
}

@media (max-width:1000px) {
	.zhanhui-content .item-3 {
		padding-top: 40px
	}

	.zhanhui-content .item-3 .leftbox {
		width: 100%;
		float: none;
		padding: 0 15px
	}

	.zhanhui-content .item-3 .leftbox .tit {
		font-size: 18px;
		padding-right: 10px
	}
}

.zhanhui-content .item-4 {
	color: #fff;
	padding: 100px 0;
	margin-top: 140px;
	background: #252525
}

.zhanhui-content .item-4 .font48 {
	color: #fff
}

.zhanhui-content .item-4 li {
	overflow: hidden;
	margin-top: 50px
}

.zhanhui-content .item-4 li .tit {
	font-size: 18px
}

.zhanhui-content .item-4 li .pic {
	margin-left: -5px
}

.zhanhui-content .item-4 li .pic span {
	width: 12.5%;
	display: block;
	float: left;
	padding: 0 5px;
	margin-top: 10px;
	position: relative
}

.zhanhui-content .item-4 li .pic span:after {
	content: "";
	display: block;
	padding-bottom: 50%
}

.zhanhui-content .item-4 li .pic span img {
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.zhanhui-content .item-4 li .pic span:hover img {
	opacity: .8
}

@media (max-width:1000px) {
	.zhanhui-content .item-4 {
		padding: 40px 20px;
		margin-top: 40px
	}

	.zhanhui-content .item-4 li {
		margin-top: 20px
	}

	.zhanhui-content .item-4 li .tit {
		font-size: 16px;
		padding-left: 10px
	}

	.zhanhui-content .item-4 li .pic {
		margin-left: 0
	}

	.zhanhui-content .item-4 li .pic span {
		width: 25%;
		padding: 0 10px
	}
}

.zhanhui-content .dw {
	top: -84px;
	height: 84px;
	z-index: -1;
	position: absolute
}

.zhanhui-industry {
	padding-top: 80px;
	min-height: 600px;
	background: #e1e1e1;position:relative
}

@media (max-width:1000px) {
	.zhanhui-industry {
		padding-top: 40px
	}
}

.zhanhui-industry .font48 {
	border: 0;
	padding-bottom: 10px;
	border-top: solid 1px #cdcdcd
}

.zhanhui-industry .font48 legend {
	padding: 0 30px
}

.zhanhui-industry .zhanhui-box .tab li {
	width: 16.6666%;
	float: left;
	cursor: pointer;
	padding: 70px 15px;
	position: relative;
	text-align: center
}

.zhanhui-industry .zhanhui-box .tab li .pic {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	position: relative
}

.zhanhui-industry .zhanhui-box .tab li .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0;
	border-radius: 100%;
	position: absolute;
	-webkit-transition: all 334ms ease;
	transition: all 334ms ease;
	background: rgba(125,0,0,0.5)
}

.zhanhui-industry .zhanhui-box .tab li .pic img {
	border-radius: 100%
}

.zhanhui-industry .zhanhui-box .tab li .t1 {
	color: #333;
	height: 24px;
	overflow: hidden;
	font-size: 18px;
	margin: 20px 0 10px 0
}

.zhanhui-industry .zhanhui-box .tab li .t2 {
 
	overflow: hidden
}

@media (max-width:1000px) {
	.zhanhui-industry .zhanhui-box .tab li {
		width: 50%;
		padding: 15px
	}
}

.zhanhui-industry .zhanhui-box .tab .active .pic:before {
	opacity: 1
}

.zhanhui-industry .zhanhui-box .tabbg .content {
	min-height: 150px;
 
	position: relative;
	background: #7d0000
}

.zhanhui-industry .zhanhui-box .tabbg .content .container {
	-webkit-animation: mymove 1000ms ease-in-out;
	animation: mymove 1000ms ease-in-out
}

.zhanhui-industry .zhanhui-box .tabbg .content dl {
	padding-left: 4%;
	padding-top: 36px;padding-bottom:36px;
	overflow: hidden
}

.zhanhui-industry .zhanhui-box .tabbg .content dt {
	width: 20%;
	float: left;
	color: #fff;
	font-size: 15px
}

.zhanhui-industry .zhanhui-box .tabbg .content dt p:first-child {
	font-size: 24px;
	margin-bottom: 5px
}

.zhanhui-industry .zhanhui-box .tabbg .content dd {
	width: 55%;
	float: left;
	color: #ddcbcb;padding-left:30px;
}

@keyframes mymove {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes mymove {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@media (max-width:1200px) {
	.zhanhui-industry .zhanhui-box .tabbg {
		display: none
	}
}

.floating-right {
	position: fixed;
	right: 80px;
	top: 150px;
	z-index: 999
}

.floating-right .erweima {
	padding: 10px;
	position: relative;
	border-radius: 5px;
	background: #fff
}

.floating-right .erweima img {
	max-height: 105px
}

.floating-right .erweima .tit {
	height: 35px;
	left: -10px;
	color: #fff;
	bottom: 2px;
	width: 142px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	background: url(../images/award-bg.png) no-repeat top center
}

.floating-right #aside-section-nav {
	width: 140px;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	background: #7d0000
}

.floating-right #aside-section-nav li {
	padding: 8px 0;
	border-top: solid 1px #8a1a1a
}

.floating-right #aside-section-nav li a {
	color: #fff
}

.floating-right #aside-section-nav li:first-child {
	border-top: 0
}

.floating-right #aside-section-nav .current {
	font-size: 15px;
	font-weight: bold
}

@media (max-width:1440px) {
	.floating-right {
		right: 0
	}
}

@media (max-width:1000px) {
	.floating-right {
		display: none
	}
}

.inside-honor {
	color: #434343;
	font-size: 15px;
	padding-top: 100px
}

.inside-honor .title {
	font-size: 30px;
	line-height: 30px;
	color: #000
}

.inside-honor .honor_main {
	height: 820px
}

.inside-honor .honor_main .jspVerticalBar {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

.inside-honor .honor_main .jspDrag {
	background: #7d0000;
	opacity: .7;
	filter: alpha(opacity=70)
}

.inside-honor .honor_main .honor_nr {
	height: 820px;
	padding: 0 0 15px;
	position: relative
}

.inside-honor .honor_main .honor_nr:hover .jspVerticalBar {
	filter: alpha(opacity=100);
	-moz-opacity: 100;
	-khtml-opacity: 100;
	opacity: 100
}

.inside-honor .honor_main .honor_nr .txt_nr {
	padding: 0 30px 100px 30px;
	margin: 0 0 0 5px;
	border-left: 1px solid #c6c6c6;
	position: relative
}

.inside-honor .honor_main .honor_nr .txt_nr dl {
	overflow: hidden;
	padding-top: 20px
}

.inside-honor .honor_main .honor_nr .txt_nr dl dt {
	width: 20%;
	float: left;
	font-size: 18px;
	font-family: arial;
	color: #7d0000
}

.inside-honor .honor_main .honor_nr .txt_nr dl dd {
	width: 70%;
	float: left;
	line-height: 20px
}

.inside-honor .honor_main .honor_nr .txt_nr big {
	display: block;
	color: #7d0000;
	font-size: 48px;
	line-height: 56px;
	margin-top: 40px;
	font-family: 'olympia-demiboldcondregular'
}

.inside-honor .honor_main .honor_nr .txt_nr p {
	display: block;
	color: #493b01;
	font-size: 12px;
	line-height: 24px;
	margin: 8px 0 0
}

.inside-honor .honor_main .honor_nr:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 105px;
	left: 5px;
	bottom: 0;
	background: #c6c6c6
}

.inside-honor .honor_main .slick-prev,.inside-honor .honor_main .slick-next {
	width: 44px;
	height: 44px;
	border: 0;
	margin-top: -22px;
	-webkit-transition: all 500sm ease;
	transition: all 500sm ease
}

.inside-honor .honor_main .slick-prev {
	background: url("../images/honor_left.png") no-repeat #fff;
	background-size: 100% 100%;
	left: -120px
}

.inside-honor .honor_main .slick-prev:hover {
	background: url("../images/honor_left_h.png") no-repeat;
	background-size: 100% 100%
}

@media (max-width:1400px) {
	.inside-honor .honor_main .slick-prev {
		left: -20px
	}
}

.inside-honor .honor_main .slick-next {
	background: url("../images/honor_right.png") no-repeat #fff;
	background-size: 100% 100%;
	right: -120px
}

.inside-honor .honor_main .slick-next:hover {
	background: url("../images/honor_right_h.png") no-repeat;
	background-size: 100% 100%
}

@media (max-width:1400px) {
	.inside-honor .honor_main .slick-next {
		right: -10px
	}
}

.inside-honor .jspContainer {
	width: inherit !important
}

.inside-honor .horizontal-only {
	height: auto
}

.inside-honor .scroll-pane,.inside-honor .scroll-pane-arrows {
	width: inherit !important;
	max-height: 800px;
	overflow: auto;
	position: absolute;
	bottom: 0;
	margin: 0 0 20px
}

.inside-honor .scroll-pane:before,.inside-honor .scroll-pane-arrows:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 2px;
	z-index: 9;
	background: #7d0000;
	border-radius: 100%
}

@media (max-width:1280px) {
	.inside-honor .honor_main .slick-prev {
		left: -80px
	}

	.inside-honor .honor_main .slick-next {
		right: -80px
	}
}

@media (max-width:767px) {
	.inside-honor {
		padding-top: 30px
	}

	.inside-honor .title {
		font-size: 18px
	}

	.inside-honor .scroll-pane,.inside-honor .scroll-pane-arrows {
		max-height: 350px
	}

	.inside-honor .honor_main {
		height: 400px
	}

	.inside-honor .honor_main .honor_nr {
		height: 400px
	}

	.inside-honor .honor_main .honor_nr .txt_nr {
		margin: 0 20px;
		margin-left: 30px
	}

	.inside-honor .honor_main .honor_nr .txt_nr big {
		font-size: 30px
	}

	.inside-honor .honor_main .slick-prev,.inside-honor .honor_main .slick-next {
		width: 24px;
		height: 24px;
		margin-top: -18px
	}

	.inside-honor .honor_main .slick-prev:hover {
		width: 24px;
		height: 24px
	}

	.inside-honor .honor_main .slick-prev {
		left: 0
	}

	.inside-honor .honor_main .slick-next {
		right: 0
	}

	.inside-honor .scroll-pane::before,.inside-honor .scroll-pane-arrows::before {
		left: 31px
	}

	.inside-honor .honor_main .honor_nr::before {
		left: 34px
	}

	.inside-honor .honor_main .honor_nr .txt_nr dl dd {
		float: right
	}

	.inside-honor .honor_main .honor_nr .txt_nr dl:first-child {
		padding-top: 0
	}

	.inside-honor .honor_main .honor_nr .txt_nr {
		padding-top: 50px
	}

	.inside-honor .honor_main .honor_nr .txt_nr big {
		top: -18px;
		left: 30px;
		font-size: 24px;
		margin-top: 0;
		position: absolute
	}

	.inside-honor .honor_main .jspVerticalBar {
		display: none
	}
}

.inside-login {
	position: relative
}

.inside-login .container {
	position: relative
}

.inside-login .loginbox {
	right: 0;
	top: -620px;
	width: 450px;
	height: 450px;
	z-index: 999;
	padding: 35px;
	background: #fff;
	position: absolute
}

.inside-login .loginbox .tit {
	color: #000;
	font-size: 30px;
	line-height: 30px;
	margin-top: 0;
	padding-bottom: 10px
}

.inside-login .loginbox p {
	margin-top: 28px;
	position: relative
}

.inside-login .loginbox input {
	height: 46px;
	padding: 15px;
	color: #333;
	font-size: 15px;
	width: 100%;
	padding-right: 40px;
	font-family: "微软雅黑";
	border: solid 1px #d8d8d8
}

.inside-login .loginbox input:focus {
	border-color: #7d0000
}

.inside-login .loginbox input[type="button"] {
	color: #fff;
	padding: 0;
	height: 50px;
	font-size: 18px;
	border-color: #7d0000;
	background: #7d0000
}

.inside-login .loginbox input[type="button"]:hover {
	background: #17275a
}

.inside-login .loginbox label {
	right: 15px;
	top: 50%;
	margin-top: -8px;
	position: absolute
}

.inside-login .loginbox label img {
	max-height: 16px
}

.inside-login .loginbox .code {
	vertical-align: top
}

.inside-login .loginbox .code input {
	width: 170px
}

.inside-login .loginbox .code label {
	right: auto;
	left: 130px
}

.inside-login .loginbox .code label img {
	margin-top: 0
}

.inside-login .loginbox .pass {
	text-align: right;
	margin-top: 15px
}

.inside-login .loginbox .pass a {
	color: #989898;
	padding-left: 15px;
	display: inline-block
}

.inside-login .loginbox .pass a:hover {
	color: #7d0000;
	text-decoration: underline
}

.inside-login .phone-banner {
	display: none
}

@media (max-width:1700px) {
	.inside-login .loginbox {
		top: -560px
	}
}

@media (max-width:1600px) {
	.inside-login .loginbox {
		top: -530px
	}
}

@media (max-width:1440px) {
	.inside-login .loginbox {
		top: -500px
	}
}

@media (max-width:1380px) {
	.inside-login .loginbox {
		top: -480px
	}
}

@media (max-width:1280px) {
	.inside-login .loginbox {
		top: -460px
	}
}

@media (max-width:1260px) {
	.inside-login .loginbox {
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		padding: 30px 0;
		z-index: 1;
		position: relative
	}

	.inside-login .loginbox .tit {
		text-align: center;
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 0
	}

	.inside-login .loginbox .code {
		vertical-align: top
	}

	.inside-login .loginbox .code img {
		margin: 0
	}

	.inside-login .loginbox .code input {
		width: 110px
	}

	.inside-login .loginbox .code label {
		left: 70px
	}
}

@media (max-width:1200px) {
	.inside-login {
		margin-top: 55px
	}
}

@media (max-width:640px) {
	.inside-login .pc-banner {
		display: none
	}

	.inside-login .phone-banner {
		display: block
	}
}

.header-password {
	height: 55px;
	background: none;
	background: #fff;
	box-shadow: 0 0 2px #eee;
	border-bottom: solid 1px #f2f2f2
}

.header-password .logo {
	margin-top: 12px;
	padding-left: 30px;
	display: inline-block
}

.header-password .logo img {
	max-height: 35px
}

.header-password .nav {
	padding-top: 0
}

.header-password .nav li {
	font-size: 14px;
	margin-left: 1%;
	line-height: 53px
}

.header-password .nav li a {
	color: #333
}

.password-bg {
	min-height: 500px;
	margin-top: 55px
}

.password-bg .leftbox {
	width: 9.5%;
	top: 0;
	left: 0;
	height: 100%;
	position: fixed;
	background: #eaedf2
}

.password-bg .leftbox .title {
	color: #333;
	font-size: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 90px
}

.password-bg .leftbox li {
	padding-left: 20px;
	line-height: 40px
}

.password-bg .leftbox li a {
	color: #333
}

.password-bg .leftbox li:hover,.password-bg .leftbox .active {
	background: #fff
}

@media (max-width:1000px) {
	.password-bg .leftbox {
		width: 20%
	}
}

@media (max-width:767px) {
	.password-bg .leftbox {
		top: auto;
		left: auto;
		width: 100%;
		overflow: hidden;
		padding-bottom: 0;
		position: relative
	}

	.password-bg .leftbox .title {
		padding-top: 20px
	}

	.password-bg .leftbox li {
		width: 33.33%;
		float: left;
		text-align: center;
		padding-left: 0
	}
}

.password-bg .rightbox {
	width: 89%;
	float: right;
	padding-right: 15px;
	padding-left: 15px
}

.password-bg .rightbox .title {
	padding: 20px 10px;
	position: relative;
	border-bottom: solid 1px #ddd
}

.password-bg .rightbox .title:before {
	top: 25px;
	left: 0;
	content: "";
	width: 2px;
	height: 15px;
	position: absolute;
	background: #7d0000
}

.password-bg .rightbox ul {
	color: #666;
	font-size: 15px;
	padding: 60px 0 0 30px
}

.password-bg .rightbox li {
	margin-top: 30px;
	vertical-align: top
}

.password-bg .rightbox li label {
	width: 10%;
	text-align: right;
	display: inline-block
}

.password-bg .rightbox li input {
	width: 410px;
	height: 45px;
	padding: 10px;
	font-size: 15px;
	color: #000;
	background: #f4f4f4;
	border: solid 1px #d5d1d1
}

.password-bg .rightbox li span {
	color: #888;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px
}

@media (max-width:767px) {
	.password-bg .rightbox li span {
		padding-left: 0
	}
}

.password-bg .rightbox li input[type="button"] {
	color: #fff;
	padding: 0;
	font-size: 18px;
	border-color: #7d0000;
	background: #7d0000
}

.password-bg .rightbox li input[type="button"]:hover {
	background: #17275a
}

.password-bg .rightbox li input:focus {
	border-color: #7d0000
}

.password-bg .rightbox li input[type="button"]:focus {
	border-color: #17275a
}

@media (max-width:1000px) {
	.password-bg .rightbox {
		width: 80%
	}

	.password-bg .rightbox ul {
		padding-top: 0
	}

	.password-bg .rightbox li label {
		width: 15%
	}
}

@media (max-width:767px) {
	.password-bg .rightbox {
		width: 100%
	}

	.password-bg .rightbox ul {
		padding-left: 0
	}

	.password-bg .rightbox li {
		margin-top: 15px
	}

	.password-bg .rightbox li label {
		width: 100%;
		text-align: left;
		margin-bottom: 5px
	}

	.password-bg .rightbox li input {
		width: 100%
	}
}

.password-bg .list {
	overflow: hidden;
	padding-bottom: 35px;
	padding-top: 20px;
	border-bottom: dashed 1px #e1e6eb
}

.password-bg .list dt {
	width: 7%;
	float: left;
	position: relative
}

.password-bg .list dt:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.password-bg .list dd {
	width: 80%;
	float: left;
	color: #333;
	padding-left: 30px
}

.password-bg .list dd p {
	padding-top: 10px
}

.password-bg .list dd p span {
	width: 10%;
	text-align: right;
	padding-right: 5px;
	display: inline-block
}

@media (max-width:767px) {
	.password-bg .list dt {
		width: 20%
	}

	.password-bg .list dd p span {
		width: 100%;
		text-align: left
	}
}

.password-bg .list-2 {
	color: #555;
	padding: 30px;
	padding-right: 150px;
	position: relative;
	border-bottom: dashed 1px #e1e6eb
}

.password-bg .list-2 span {
	display: inline-block
}

.password-bg .list-2 .t1 {
	color: #333;
	font-weight: bold
}

.password-bg .list-2 .t2 {
	padding-left: 80px
}

.password-bg .list-2 .t3 {
	color: #090;
	padding-right: 5px
}

.password-bg .list-2 .t3 img {
	margin: 2px 5px 0 0
}

.password-bg .list-2 .t4 {
	padding-left: 5px
}

.password-bg .list-2 .t4 a {
	color: #06c
}

.password-bg .list-2 .t4 a:hover {
	color: #7d0000
}

.password-bg .list-2 .dw {
	right: 80px;
	top: 30px;
	position: absolute
}

@media (max-width:767px) {
	.password-bg .list-2 {
		padding-right: 0;
		padding-left: 0
	}

	.password-bg .list-2 span {
		display: block
	}

	.password-bg .list-2 .t2 {
		padding-left: 0
	}

	.password-bg .list-2 .dw {
		top: auto;
		right: auto;
		margin-top: 10px;
		position: relative
	}

	.password-bg .list-2 .dw span {
		display: inline-block
	}
}

.phone-nav {
	width: 50px;
	height: 55px;
	padding: 0;
	right: 0;
	top: 0;
	display: none !important;
	position: fixed;
	background: url("../images/menu.png") no-repeat center #7d0000;
	background-size: 70px 70px
}

@media (max-width:1200px) {
	.phone-nav {
		display: block !important
	}
}

.phone-subnav {
	width: 100%;
	position: fixed;
	left: 0;
	height: 100%;
	top: 0;
	background: rgba(255,255,255,0.98);
	z-index: 99999;
	margin: 0 auto;
	display: none
}

.phone-subnav .close {
	padding: 20px 40px;
	display: block
}

.phone-subnav .close img {
	max-height: 40px
}

.phone-subnav ul {
	height: 90%;
	overflow-y: scroll;
	margin: 0 30px
}

@media (max-width:360px) {
	.phone-subnav ul {
		height: 410px
	}
}

.phone-subnav ul li {
	position: relative;
	border-top: 1px solid #dadada
}

.phone-subnav ul li i {
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: center;
	line-height: 30px;
	display: block;
	border-radius: 100%;
	font-style: inherit;
	cursor: pointer
}

.phone-subnav ul li i:after {
	content: "+";
	color: #666;
	font-size: 24px;
	cursor: pointer;
	text-align: center
}

.phone-subnav ul li .menu {
	color: #333;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 40px 0 20px;
	display: block;
	cursor: pointer;
	text-align: left;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.05)
}

.phone-subnav ul li .menu>a {
	display: block;
	color: #333
}

.phone-subnav ul li .menu02>a {
	color: #7d0000
}

.phone-subnav ul li .menu03 {
	display: block;
	padding: 10px 0
}

.phone-subnav ul li .menu03 a {
	color: #888;
	font-size: 13px;
	line-height: 20px;
	padding-top: 0
}

.phone-subnav ul li div {
	display: none;
	padding-bottom: 15px
}

.phone-subnav ul li div a {
	color: #666;
	line-height: 20px;
	padding: 5px 10px 5px 20px;
	display: block;
	height: auto;
	font-weight: 100;
	position: relative
}

.phone-subnav ul li div em {
	display: block;
	font-style: inherit
}

.phone-subnav ul li div em>a {
	color: #666;
	font-size: 12px;
	display: block;
	padding: 5px 5px 5px 48px;
	line-height: 18px
}

.phone-subnav ul .active i:after {
	content: "-"
}

.inside-map {
	padding: 30px 0
}

.inside-map li {
	padding: 20px;
	border-bottom: solid 1px #eee
}

.inside-map li h3 {
	padding-bottom: 15px
}

.inside-map li h3 a {
	color: #333
}

.inside-map li h3 a:hover {
	color: #7d0000
}

.inside-map li a {
	padding-right: 20px;
	display: inline-block
}

.logo-tk {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	display: none;
	background: rgba(0,0,0,0.5)
}

.logo-tk .hyyy {
	width: 540px;
	margin: 0 auto;
	margin-top: 10%;
	background: #fff;
	position: relative;
	box-shadow: 0 0 20px #333;
	padding: 50px 40px 80px 40px
}

@media (max-width:540px) {
	.logo-tk .hyyy {
		width: 100%;
		margin-top: 0;
		height: 100%;
		padding: 30px 15px
	}
}

.logo-tk .hyyy .close {
	right: 40px;
	top: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	z-index: 999;
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	text-align: center
}

@media (max-width:540px) {
	.logo-tk .hyyy .close {
		right: 10px
	}
}

.logo-tk .tit {
	color: #000;
	font-size: 30px;
	line-height: 30px;
	margin-top: 0;
	text-align: center;
	padding-bottom: 10px
}

.logo-tk p {
	margin-top: 28px;
	position: relative
}

.logo-tk input {
	height: 46px;
	padding: 15px;
	color: #333;
	font-size: 15px;
	width: 100%;
	padding-right: 40px;
	font-family: "微软雅黑";
	border: solid 1px #d8d8d8
}

.logo-tk input:focus {
	border-color: #7d0000
}

.logo-tk input[type="button"] {
	color: #7d0000;
	padding: 0;
	height: 50px;
	font-size: 18px;
	width: 35%;
	margin: 0 15px;
	border-color: #7d0000;
	background: none
}

.logo-tk input[type="button"]:first-child {
	color: #fff;
	background: #7d0000
}

.logo-tk input[type="button"]:hover {
	color: #fff;
	background: #17275a;
	border-color: #17275a
}

.logo-tk label {
	right: 15px;
	top: 50%;
	margin-top: -8px;
	position: absolute
}

.logo-tk label img {
	max-height: 16px
}

.logo-tk .code {
	vertical-align: top
}

.logo-tk .code input {
	width: 170px
}

.logo-tk .code label {
	right: auto;
	left: 130px
}

.logo-tk .code label img {
	margin-top: 0
}

@media (max-width:480px) {
	.logo-tk .code input {
		width: 120px
	}

	.logo-tk .code label {
		left: 80px
	}
}

.logo-tk .btnjz {
	text-align: center
}

.login-zhmm .from-list {
	padding: 0;
	background: none
}

.login-zhmm .from-list .btn {
	width: 60%;
	display: inline-block
}

.login-zhmm .from-list li {
	width: 60%;
	padding: 0
}

.login-zhmm .from-list li p {
	padding: 0;
	float: none;
	width: 100%
}

.login-zhmm .from-list li p.code input {
    	width:50%;
}

.login-zhmm .from-list li p input {
	background: #f8f8f8
}

@media (max-width:640px) {
	.login-zhmm .from-list .btn,.login-zhmm .from-list li {
		width: 100%
	}
}

.member-contact {
	padding: 120px 0
}

.member-contact .leftbox {
	width: 35%;
	float: left;
	font-size: 15px;
	padding-top: 20px;
	line-height: 30px
}

.member-contact .rightbox {
	width: 60%;
	float: right
}

.member-contact .font40 {
	color: #000;
	font-size: 40px;
	line-height: 40px;
	font-family: "宋体"
}

.member-contact .font24 {
	color: #000;
	font-size: 24px;
	padding: 40px 0 20px 0
}

.member-contact .weixin {
	padding-top: 30px
}

.member-contact .weixin img {
	margin-right: 40px
}

.member-contact .map-height {
	width: 100%;
	height: 570px;
	background: #fff;
	overflow: hidden
}

@media (max-width:1200px) {
	.member-contact {
		padding: 30px 0
	}

	.member-contact .font40 {
		font-size: 30px;
		line-height: 30px
	}

	.member-contact .font24 {
		font-size: 18px;
		padding-top: 20px
	}

	.member-contact .weixin img {
		margin-right: 10px
	}

	.member-contact .leftbox,.member-contact .rightbox {
		width: 100%;
		float: none;
		padding-top: 0
	}

	.member-contact .rightbox {
		margin-top: 30px
	}

	.member-contact .map-height {
		height: 300px
	}
}

.inside-ndpp {
	padding: 40px 0 80px 0
}

.inside-ndpp .bg-1,.inside-ndpp .bg-2 {
	min-height: 300px;
	padding-bottom: 30px
}

.inside-ndpp .bg-1 {
	background: url(../images/line-01.jpg) top center repeat-y
}

.inside-ndpp .bg-2 {
	background: url(../images/line-02.jpg) top center repeat-y
}

.inside-ndpp .leftbox {
	width: 50%;
	float: left;
	line-height: 28px;
	font-size: 15px;
	padding-top: 50px;
	padding-right: 50px
}

.inside-ndpp .leftbox p:first-child {
	font-size: 24px;
	color: #7d0000;
	margin-bottom: 15px;
	font-family: arial
}

.inside-ndpp .rightbox {
	padding-left: 70px
}

@media (max-width:1200px) {
	.inside-ndpp {
		padding-top: 0;
		padding-bottom: 0
	}

	.inside-ndpp .bg-1 {
		background: #f8f8f8;
		min-height: auto
	}

	.inside-ndpp .bg-2 {
		background: #fff;
		min-height: auto
	}

	.inside-ndpp .leftbox,.inside-ndpp .rightbox {
		width: 100%;
		float: none;
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px
	}

	.inside-ndpp .leftbox p:first-child,.inside-ndpp .rightbox p:first-child {
		font-size: 18px
	}
}

.hjmd {
	padding: 50px 0
}

@media (max-width:640px) {
	.hjmd {
		padding-bottom: 0
	}
}

.hjmd .font36 {
	border-bottom: solid 2px #dedede
}

.hjmd .tabmenu {
	font-size: 24px;
	font-family: arial;
	margin-top: 30px;
	background: #252525
}

.hjmd .tabmenu li {
	color: #fff;
	float: left;
	padding: 10px 30px;
	cursor: pointer;
	text-align: center
}

.hjmd .tabmenu .active {
	background: #7d0000
}

@media (max-width:640px) {
	.hjmd .tabmenu {
		font-size: 16px
	}

	.hjmd .tabmenu li {
		width: 50%;
		float: left;
		padding: 5px 0
	}
}

.hjmd .tabcont {
	display: none;
	font-size: 15px;
	margin-top: 20px;
	border: solid 1px #ddd
}

.hjmd .tabcont li {
	overflow: hidden;
	border-top: solid 1px #ddd
}

.hjmd .tabcont li p {
	width: 50%;
	float: left;
	padding: 15px 40px;
	border-left: solid 1px #ddd
}

.hjmd .tabcont li p:first-child {
	border-left: 0
}

.hjmd .tabcont li:first-child {
	border-top: 0
}

.hjmd .tabcont li.bg-2 {
	background: #f2e5e5
}

@media (max-width:1200px) {
	.hjmd .tabcont li {
		padding: 15px
	}

    .hjmd .tabcont li p:first-child {
	    padding-left: 0px;
    }

	.hjmd .tabcont li p {
		/*width: 100%;
		float: none;
		border: 0;*/
        font-size:12px;
        padding: 0;
		padding-left: 10px;
	}
}

.inside-xz li .pic::after {
	padding-bottom: 75%
}

.inside-xz li .box {
	margin-top: 0
}

.inside-xz li .box .tit {
	 
}

.inside-xz li .box .txt {
	height: 48px;
	margin: 15px 0 22px 0
}

@media (max-width:480px) {
	.inside-xz li .box .txt {
		margin: 0;
		height: 40px;
		line-height: 20px
	}

	.inside-xz li .box .btn {
		margin-top: 5px;
		line-height: 20px
	}
}

.xz-dow {
	color: #fff;
	width: 160px;
	height: 38px;
	line-height: 36px;
	border-radius: 30px;
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	background: #950000
}

.xz-dow:hover {
	color: #fff;
	background: #7d0000
}

@media (max-width:640px) {
	.xz-dow {
		width: 100px;
		height: 32px;
		font-size: 14px;
		line-height: 30px;
		margin-top: 10px
	}
}

.hyzx {
	color: #c20202;
	margin-top: 20px
}

.hyzx span {
	font-weight: 700
}

.hyzx a {
	color: #c20202;
	text-decoration: underline
}

/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}

#userArgeeCheck{
	width:20px;
	height:20px;
}

.layer-license .layui-layer-content{
	line-height: 20px;
	padding:0 10px;
}

.layer-license .layui-layer-btn{
	text-align:center;
}