@charset "utf-8";
@import url("global.min.css");
@import url("iconfont.css");

html {
	font-family: sans-serif;
	/* 1*/
	-ms-text-size-adjust: 100%;
	/* 2*/
	-webkit-text-size-adjust: 100%;
	/* 2*/
}
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1*/
	vertical-align: baseline;
	/* 2*/
	max-width: 100%;
	
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

	
a {
	color: #356e9f;
	background: transparent;
	text-decoration: none;
	outline: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none !important;
}

	abbr[title] {
	border-bottom: 1px dotted;
}

	b,
strong {
	font-weight: bold;
}

	dfn {
	font-style: italic;
}

	h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

	mark {
	background: #ff0;
	color: #000;
}

	small {
	font-size: 80%;
}

	sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

	img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/** * Correct overflow not hidden in IE 9/10/11.*/
	svg:not(:root) {
	overflow: hidden;
}

	figure {
	margin: 1em 40px;
}
/** * Address differences between Firefox and other browsers.*/
	hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/** * Contain overflow in all browsers.*/
	pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	color: #1f2f40;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}

button {
	overflow: visible;
}

button,
select {
text-transform: none;
}

button,
html input[type="button"],
/* 1*/
input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

	input {
	line-height: normal;
	padding-left: 10px;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;
	
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

	input[type="search"] {
	-webkit-appearance: textfield;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** * Define consistent border, margin, and padding.*/
	fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

	legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
	
}

	textarea {
	overflow: auto;
}

	optgroup {
	font-weight: bold;
}

	table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}


/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #FF0606;}
::selection{color: #fff;background-color: #FF0606;}


*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	/*margin: 0;*/
	/*padding: 0;*/
	/*list-style: none;*/
	/*border: 0;*/
	word-break:break-word;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: relative;
	cursor: auto;
	color: #1f2f40;
	font-family: 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	font-size: 14px;
	line-height: 1.6;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
td {
	padding: 0.5em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
input,select,button {
	border: 1px #ddd solid;
}
ul,ol {
	padding-left: 0px;
}
p {
	margin-top: 14px;
	margin-bottom: 14px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.display-block {
	display: block;
}
.display-inlineblock {
	display: inline-block;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.display-table-cell {
	position: relative;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.position-rel {
	position: relative;
}
.position-abs {
	position: absolute;
}

.container {
	position: relative;
	margin: 0 auto;
}

.containerW1000 {
    position: relative;
    max-width: 1100px;
    margin: 0px auto;
    overflow: hidden;
}

.containerW1460 {
	position: relative;
	margin: 0 auto;
}


@media (min-width: 1520px) {
	.container {
		width: 1320px;
	}
	.containerW1460  {
		width: 1460px;
	}

}

@media (max-width: 1519px) and (min-width: 1200px) {
	.container {
		width: 1090px;
	}
	.containerW1460  {
		width: 1200px;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.container {
		width: 940px;
	}
	.containerW1460  {
		width: 970px;
	}
}

@media (min-width: 993px) {
	.container-left {
		margin-left: 0;
	}
	.container-right {
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.container {
		margin: 0 20px;
	}
}



header, section, footer {
    /*transition: 0.8s ease;*/
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.display-flex-between {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.display-flex-wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
} 

@keyframes 
JUMP {
	0% {
	bottom: 75px;
	}
	50% {
	bottom: 95px;
	}
	80% {
	bottom: 85px;
	}
	100% {
	bottom: 75px;
	}
}
 @-webkit-keyframes 
JUMP {
	0% {
	bottom: 75px;
	}
	50% {
	bottom: 95px;
	}
	80% {
	bottom: 85px;
	}
	100% {
	bottom: 75px;
	}
}

@-webkit-keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

#loading {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    opacity: 1;
}
#loading .loading-main {
	position: absolute;
	top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 0px solid #005CA3;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 3px;
    -webkit-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}
#loading .loading-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    border-radius: 50%;
}


/* ------------------------------------
* public
---------------------------------------*/
.site-section {
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.align-center {
	text-align: center;
}

.site-column {
	display: inline-block;
	position: relative;
	z-index: 3;
	font-size: 20px;
	font-weight: normal;
	color: #333;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-column-bold {
	font-weight: bold;
}
.site-column-line:after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	margin-top: 8px;
	background-color: #333;
}
.site-column-font30 {
	line-height: 34px;
	font-size: 30px;
}
.site-column-bar {
	position: relative;
	z-index: 2;
}
.column-t-bar {
	position: relative;
}
.column-t-bar .site-column-bar {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.column-t-bar .bar-right {
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 3;
}
.column-t-bar .bar-right .words {
	display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.column-t-bar .bar-right .words:hover {
    color: #4ca4ff;
}

.pro-t-w-s {
	font-size: 16px;
}
.font-bold {
	font-weight: bold;
}
.color-white {
	color: #fff;
}
.color-blue {
	color: #4CA4FE;
}
.icon-bgcover {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
	outline: none;
}

.more-btn-wr {
    display: inline-block;
    line-height: 24px;
    color: #333;
    font-size: 14px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.more-btn-wr i {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-left: 6px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #111;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.more-btn-t {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	color: #1f2f40;
	font-size: 14px;
	border: 1px solid #1F2F40;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.more-btn-t:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -22px;
	width: 44px;
	height: 1px;
	z-index: 2;
	background-color: #1F2F40;
}
.more-btn-t .more-words-t {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.thumb-scale {
	overflow: hidden;
}

.thumb-scale img {
	display: block;
	width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}
.thumb-scale:hover img,
a:hover .thumb-scale img {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.all-content-wrapper {
    position: relative;
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.all-content-wrapper>p:first-of-type {
	margin-top: 0;
}
.all-content-wrapper>p:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.more-btn-t {
		width: 130px;
		height: 42px;
		line-height: 40px;
	}
}


.rows-list-w {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.rows-list-w .item {
	position: relative;
	list-style: none;
	font-size: 14px;
}
.rows-list-w .link {
	display: block;
	position: relative;
}
.rows-list-w .img-box {
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.rows-list-w .img-box .thumb-scale {
	position: relative;
	z-index: 2;
}

.rows-list-w .img-box img {
	display: block;
	width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.rows-list-w .img-box .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.rows-list-w .img-box .icon-video img {
	width: 61px;
}
.rows-list-w .cover-bg.title-box {
	position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
    background-image: url(../images/cover-bg-black.png);
}
.rows-list-w .cover-bg.opacity-box {
	background-color: rgba(0,0,0,.4);
	background-image: none;
}

/*three*/
@media (min-width: 768px) {
	.two-list-c .item-two {
		display: inline-block;
		width: 48.27%;
		margin-right: 3.46%;
		padding: 10px;
        border: 1px solid #CFCFCF;
	}
	.two-list-c .item-two:nth-child(2n) {
		margin-right: 0;
	}
	.three-list-c .item-three {
		display: inline-block;
		width: 31.8%;
		margin-right: 2.3%;
	}
	.three-list-c .item-three:nth-child(3n) {
		margin-right: 0;
	}
	.four-list-c .item-four {
		display: inline-block;
		width: 23.5%;
		margin-right: 2%;
	}
	.four-list-c .item-four:nth-child(4n) {
		margin-right: 0;
	}

}
@media (min-width: 993px) {
	.rows-list-w .item-w870 {
		width: 65.9%;
	}
}
@media (max-width: 767px) and (min-width: 481px) {
	.three-list-c .item-three {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
	}
	.three-list-c .item-three:nth-child(2n) {
	    margin-top: 15px;
		margin-right: 0;
	}
	.four-list-c .item-four {
		display: inline-block;
		width: 30.84%;
		margin-right: 3.74%;
	}
	.four-list-c .item-four:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	.three-list-c .item-three {
		width: 100%;
	}
	.four-list-c .item-three {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
	}
	.four-list-c .item-four:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 992px) {
	.site-column {
		line-height: 24px;
		font-size: 20px;
	}
	.site-column-font30 {
		line-height: 24px;
		font-size: 22px;
	}
	.site-column-line:after {
		margin-top: 5px;
	}
	.rows-list-w .item-w870,
	.rows-list-w .item-w420 {
		width: 100%;
		margin-right: 0;
	}
}

/* popup */
.poptrox-popup {
	overflow: visible!important;
}
.poptrox-popup .closer {
	margin-right: -18px;
	font-size: 0;
	background: url(../images/close.png) center no-repeat!important;
}
.poptrox-popup .caption {
    line-height: normal!important;
	color: #363738;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}
.poptrox-popup .nav-previous,
.poptrox-popup .nav-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 40px;
	background-size: 40px;
}
.poptrox-popup .nav-previous {
	left: -60px;
	background-image: url(../images/prev.png);
}
.poptrox-popup .nav-next {
	right: -60px;
	background-image: url(../images/next.png);
}
.poptrox-popup {
	padding: 0!important;
}
.poptrox-popup .caption {
	display: none!important;
}

@media (max-width: 992px) {
	.poptrox-popup .closer {
		right: -18px !important;
	}
}
@media (max-width: 767px) {
	/*poptrox*/
	.poptrox-popup .nav-previous,
	.poptrox-popup .nav-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		-webkit-background-size: 40px;
		background-size: 40px;
	}
	.poptrox-popup .nav-previous {
		left: -20px;
	}
	.poptrox-popup .nav-next {
		right: -20px;
	}
	.poptrox-popup .closer {
		-webkit-background-size: 25px 25px !important;
		background-size: 25px 25px !important;
	}

}

.share-wrapper {
	display: inline-block;
	position: relative;
}
.share-wrapper .sh-w {
    display: inline-block;
	cursor: pointer;
}
.share-wrapper .bdsharebuttonbox {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    min-width: 30px;
    z-index: 4;
    margin-right: -7px;
    padding: 5px;
    font-size: 0;
    text-align: center;
    background: #fff;
}
.share-wrapper .bdsharebuttonbox .bds_more {
	display: none;
}
.share-wrapper .bdsharebuttonbox a {
    display: block;
    vertical-align: middle;
    float: none;
    padding: 0;
    margin: 0;
    margin-left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
	opacity: .8;
	filter: alpha(opacity=80);
    -webkit-background-size: 16px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none;
}
.share-wrapper .bdsharebuttonbox a:first-child {
	margin-left: 0;
}
.share-wrapper .bdsharebuttonbox .iconfont {
    position: relative;
    z-index: -3;
	font-size: 20px;
}
.share-wrapper .bdsharebuttonbox a:hover {
	color: #ff0606;
}

/*pagination*/
.pagination-box {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
}

.pagination-box a,
.pagination-box span,
.pagination-box .current {
    display: inline-block;
	margin-top: 5px;
    line-height: 24px;
    padding: 0 5px;
/*    margin-right: 14px;*/
	color: #333;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.pagination-box a:hover,
.pagination-box span,
.pagination-box .current {
	color: #FF0606;
}
.pagination-box .all {
	display: none;
}



.pagination-box .prev,
.pagination-box .next {
	width: 34px;
	height: 34px;
	font-size: 0;
	background-repeat: no-repeat;
	-webkit-background-size: 32px;
	background-size: 32px;
	background-position: center;
}
.pagination-box .prev {
	background-image: url(../images/page_prev.png);
}
.pagination-box .next {
	background-image: url(../images/page_next.png);
}
.pagination-box .prev:hover {
	background-image: url(../images/page_prev_h.png);
}
.pagination-box .next:hover {
	background-image: url(../images/page_next_h.png);
}


@media (max-width: 992px) {
	.pagination-box {
		margin-top: 25px;
	}
}
@media (max-width: 480px) {
	.pagination-box {
	    text-align: left;
    }
    .pagination-box a, .pagination-box span, .pagination-box .current {
    	margin-right: 5px;
    }
}



/*form*/
.form-wrapper {
	padding-top: 10px;
	font-size: 0;
}
.form-wrapper .item {
	position: relative;
	margin-top: 20px;
	font-size: 14px;
}

.form-wrapper .star {
	color: #f00;
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 28px;
	color: #333;
	outline: none;
	border: 1px solid #E0E0E0;
}
.form-wrapper .titl-leb {
	display: block;
	line-height: 54px;
}
.form-wrapper .words {
	display: block;
	position: relative;
	z-index: 4;
}
.form-wrapper input {
    height: 54px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-wrapper textarea {
	height: 110px;
	padding-top: 15px;
	padding-bottom: 15px;
	resize: none;
}
.form-wrapper select {}
.form-wrapper input[type="checkbox"],
.form-wrapper input[type="radio"] {
	margin-right: 8px;
}

.form-wrapper input.error,
.form-wrapper textarea.error {
	border-color: #E60013;
}


.form-wrapper label.error,
.form-wrapper div.error {
	display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
    line-height: 22px;
	font-size: 14px;
    color: #E60013;
}
.form-wrapper .item-submit {
	margin-top: 40px;
}
.form-wrapper .ipt-sub {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 54px;
	padding: 0;
	line-height: 52px;
	color: #333;
	font-weight: bold;
	background-color: #C4DD82;
}
@media (min-width: 768px) {
	.form-wrapper .item-w50 {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
	}
	.form-wrapper .item-w50:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.form-wrapper .titl-leb {
		line-height: 40px;
	}
	.form-wrapper input {
		padding-top: 5px;
		padding-bottom: 5px;
		height: 40px;
	}
	.form-wrapper .ipt-sub {
		width: 120px;
		height: 40px;
		line-height: 38px;
	}
}
@media (max-width: 767px) {
	.form-wrapper .item-submit {
		margin-top: 20px;
	}
}
@media (min-width: 481px) {
	.form-wrapper .titl-leb {
		position: absolute;
		left: 0;
		bottom: 0;
		top: 0;
		z-index: 6;
		width: 80px;
		padding-left: 6px;
	}
	.form-wrapper .words {
		padding-left: 80px;
	}
}
@media (max-width: 480px) {
	.form-wrapper .titl-leb {
		line-height: 24px;
		margin-bottom: 5px;
	}
}

.site-header ul,
.site-header ol,
.site-footer ul,
.site-footer ul {
	padding-left: 0;
	margin: 0;
}

.site-header ul li,
.site-header ol li,
.site-footer ul li,
.site-footer ul li {
	list-style: none;
}



/* ---------------------------------
* header
------------------------------------*/
.site-header {
	position: relative;
	z-index: 50;
	width: 100%;
}
.hamburger {
	display:none;
    position: absolute;
	top: 16px;
	right: 0;
	z-index:1;
	line-height:0;
	width: 35px;
    height: 24px;
}
.hamburger:after,
.hamburger:before {
	content: '';
	display: block;
	height: 2px;
    border-radius: 2px;
}
.hamburger span {
	display: block;
	height: 2px;
	margin: 5px 0;
}
.hamburger:after,
.hamburger:before,
.hamburger span {
	background: #FF0606;
}

/* bar */
.site-header .site-header-bar {
	position: relative;
	top: 0;
    z-index: 4;
    padding-top: 26px;
    padding-bottom: 20px;
    font-size: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-header .site-logo {
	display: inline-block;
	position: relative;
	z-index: 10;
}
.site-header .site-logo img {
	display: block;
	height: 54px;
}
.site-header .site-logo #siteName {
	display: none;
}

.site-header .header-content {
	display: inline-block;
	float: right;
	padding-right: 75px;
	white-space: nowrap;
}

/* menu */
.site-header .menu {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-header .menu .menu-item {
	display: inline-block;
	position: relative;
    padding: 0 18px;
}

.site-header .menu .menu-item:first-child {
	padding-left: 0;
}
.site-header .menu .menu-item:last-child {
	padding-right: 0;
}
.site-header .menu .menu-item a {
	display: block;
	font-size: 14px;
}
.site-header .menu .menu-item .top {
	line-height: 50px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-header .menu .menu-sub {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 6;
	width: 100%;
	min-width: 100px;
	padding-top: 20px;
	-webkit-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
.site-header .menu .menu-sub .rows {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.site-header .menu .menu-sub li {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.site-header .menu .menu-sub li:last-child {
	border-color: transparent;
}
.site-header .menu .menu-sub li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-header .menu .menu-item:hover .top,
.site-header .menu .menu-item.active .top,
.site-header .menu .menu-sub li a:hover {
	color: #ff0606;
}
.site-header .menu .menu-item.active .top {
	font-weight: bold;
}
.site-header .menu .menu-item:hover .menu-sub {
	display: block;
}

.site-header .search {
	position: absolute;
	right: 0px;
	top: 0;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 14px;
}
.site-header .search .iconfont {
	font-size: 20px;
	font-weight: bold;
}
.site-header .search .select {
	display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    width: 286px;
    padding-top: 24px;
}

.site-header .search input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 46px;
	padding-left: 20px;
	padding-right: 56px;
	color: #ccc;
	font-size: 14px;
	border: none;
	background-color: #333;
}
.site-header .search .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	width: 46px;
	height: 46px;
	line-height: 46px;
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	text-align: center;
	color: #ccc;
	cursor: default;
}
.site-header .search.current {
	color: #ff0606;
}
.site-header .search.current .select {
	/*display: block;*/
}


/* header fixed height */
.headerH {
	font-size: 0;
	text-indent: -9999px;
}

#headerContent {
	display: none;
}
#headerContent.mm-menu_opened {
	display: block;
}

@media (min-width: 1520px) {}

@media (max-width: 1519px) and (min-width: 1200px) {
	.site-header .site-logo img {
		height: 40px;
	}
	.site-header .menu .menu-item {
		padding: 0 14px;
	}
	.site-header .menu .menu-item .top {
		line-height: 40px;
	}
	.site-header .search {
		right: -50px;
		height: 40px;
		line-height: 40px;
	}
	.site-header .search .select {
		padding-top: 20px;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.site-header .site-logo img {
		height: 32px;
	}
	.site-header .menu .menu-item {
		padding: 0 8px;
	}
	.site-header .menu .menu-item .top {
		line-height: 32px;
	}
	.site-header .header-content {
		margin-right: 20px;
	}
	.site-header .search {
		right: -20px;
		height: 32px;
		line-height: 32px;
	}
	.site-header .search .select {
		padding-top: 20px;
	}
}

@media (max-width: 992px) {

	/* header */
	.mm-menu {
		background: #fff;
	}
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		background: rgba(0,0,0,.3);
	}
	.mm-panel_opened-parent {
	    -webkit-transform: translate(-100%,0);
	    -ms-transform: translate(-100%,0);
	    transform: translate(-100%,0);
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
	.site-header .header-content {
		display: none;
	}
	.site-header .hamburger {
		display: block;
		opacity: 1;
	}
	#menu-header {
		z-index: 999;
		background: #fff;
	}

	.site-header {
		position: fixed;
		left: 0;
		top: 0;
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
		box-shadow: 0 2px 6px rgba(0,0,0,.2);
		background-color: #fff;
	}
	.site-header .site-header-bar {
		padding-top: 0;
		padding-bottom: 0;
	}
	.site-header .site-header-bar, .site-header .container {
		height: 50px;
	}
	.headerH {
		height: 51px;
	}
	.site-header .site-logo {
		margin-top: 9px;
	}
	.site-header .site-logo img {
		height: 30px;
	}
	.site-header .search {
		right: 70px;
	    height: 50px;
    	line-height: 50px;
	}
	.site-header .search .select {
	    position: fixed;
	    top: 50px;
	    width: 100%;
	    padding-top: 2px;
	}
}


@media (max-width: 767px) {
	/*header*/
	.mm-navbar {
		padding: 0 20px;
	}
	.search-items-fixed .search-key, .search-items-fixed .search-icon {
		height: 40px;
		padding: 5px 10px;
	}
	.search-items-fixed {
		height: 44px;
		margin-top: -22px;
	}

}

@media (max-width: 480px) {
	.site-header .search {
		right: 50px;
	}
}


/* ------------------------------------
* footer
---------------------------------------*/
.site-footer {
	display: block;
	position: relative;
	z-index: 8;
    width: 100%;
    padding-top: 10px;
}

.site-footer .footer-wpr {
    width: 100%;
	color: #fff;
	background-color: #111;
}
.site-footer a {
	color: #bdbdbd;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.site-footer .top {
	font-size: 14px;
	font-weight: bold;
	color: #f6f6f6;
}

.site-footer a:hover,
.site-footer .top:hover {
	color: #ff0606;
}

/*box*/
.site-footer .footer-box {
	position: relative;
	z-index: 5;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-footer .footer-box .rows {
	margin-top: 12px;
}
.site-footer .footer-box .rows li {
	margin-top: 5px;
}
.site-footer .footer-box .rows li:first-child {
	margin-top: 0;
}
.site-footer .footer-box .contact-d .t-item {
	margin-bottom: 10px;
}
.site-footer .footer-box .contact-d .t-item:last-child {
	margin-bottom: 0;
}
.site-footer .footer-box .contact-d .contactimg img {
	display: block;
	width: 70px;
}

/*copyright*/
.site-footer .footer-copyright {
    width: 100%;
    line-height: 26px;
	color: #767676;
}
.site-footer .footer-copyright .footer-copyright-list {
    padding-top: 32px;
    padding-bottom: 18px;
	border-top: 1px solid #404040;
}
.site-footer .footer-copyright .message {
	float: right;
	display: inline-block;
	color: #bdbdbd;
	font-weight: bold;
}
.site-footer .footer-copyright .message .iconfont {
	margin-left: 8px;
    line-height: 24px;
	font-size: 18px;
}

.site-footer .footer-copyright .message:hover {
	color: #ff0606;
}



/*backtop*/
.site-footer #backtop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 99;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    cursor: default;
    background-color: #FF0606;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.site-footer #backtop:hover {
	color: #fff;
	background-color: #E60013;
}

@media (min-width: 768px) {
	.site-footer .footer-box-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	    justify-content: space-between;
	}
	.site-footer .footer-box .menu {
		-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    flex: 1;
	}
}
@media (min-width: 993px) {
	.site-footer .footer-box .contact-d .t-item:hover .contactimg {
		display: block;
	}

	.site-footer .footer-box .contact-d .contactimg {
		display: none;
		position: absolute;
	    top: -114px;
	    right: 0;
	    z-index: 9;
	}
}
@media (max-width: 992px) {
	.site-footer {
		padding-top: 30px;
	}
	.site-footer .footer-box {
		padding-top: 15px;
	}
	.site-footer .footer-box .menu-item {
		display: none;
	}
	.site-footer .footer-box .contact-d {
		display: none;
		width: 100%;
		font-size: 0;
		text-align: center;
	}
	.site-footer .footer-box .contact-d .t-item {
		display: inline-block;
		margin-right: 12px;
	}
	.site-footer .footer-box .contact-d #handleClickKansong {
		margin-right: 0;
	}
	.site-footer .footer-box .contact-d .contactimg {
		display: block;
	}
	.site-footer .footer-box .contact-d .contactimg img {
		margin: 0 auto;
	}
	.site-footer .footer-box .contact-d .top {
		display: block;
		margin-top: 5px;
	}
	.site-footer .footer-copyright .footer-copyright-list {
		padding-top: 18px;
	}
}
@media (max-width: 767px) {
}


/* 手机端 微信 微博 */
.infoPicFixed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0%, 0%); 
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    background: rgba(0, 0, 0, 0.75);
    z-index: 120;
}
.infoPicFixed .info {
	display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 135px;
    height: 165px;
    font-size: 14px;
    color: #fff;
}
.infoPicFixed .info img {
	width: 135px;
	height: 135px;
}
.infoPicFixed .info .title {
	margin: 0;
	margin-top: 5px;
	line-height: 24px;
	text-align: center;
	opacity: .8;
	filter: alpha(opacity=80);
}

/*tabs-w*/
.tabs-w-left,
.tabs-w-right {
	display: inline-block;
	text-align: center;
	color: #fff;
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
	outline: none;
	z-index: 8;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    -o-user-select: none;
    user-select: none;
    outline: none;
}
.tabs-w-round {
	width: 26px;
	height: 26px;
	margin-top: -13px;
	line-height: 26px;
	background-color: #666;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.tabs-w-round:hover {
	background-color: #FF0606;
}

.tabs-w-square {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	line-height: 32px;
	background-color: #666;
	background-color: rgba(250,250,250,.6);
}
.tabs-w-square:hover {
	background-color: #FF0606;
}





.tabs-w-page {
	width: 100%;
	height: 14px;
}
.tabs-w-page .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-right: 4px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.tabs-w-page .swiper-pagination-bullet-active {}


.site-banner {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.site-banner .gallery img {
	display: block;
	width: 100%;
	max-height:305px;
}
.site-banner .gallery {
	display: block;
	position: relative;
	z-index: 2;
}
.cover-bg {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}


.banner-lunbo-wrapper .title-w {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 5;
	padding: 0 25px;
	line-height: 24px;
}

.banner-lunbo-wrapper .fraction-banner {
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 8;
    width: auto;
    left: auto;
    color: #fff;
    font-size: 12px;
    letter-spacing: -1px;
}


/* ---------------------------------
* home
------------------------------------*/

/*--------------
* banner
----------------*/

.home-banner .tabs-w-left,
.home-banner .tabs-w-right {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	margin-top: -25px;
	line-height: 50px;
}
.home-banner .tabs-w-left {
	left: 5.76%;
	margin-left: -20px;
}
.home-banner .tabs-w-right {
	right: 5.76%;
	margin-right: -20px;
}
.home-banner:hover .tabs-w-left,
.home-banner:hover .tabs-w-right {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.home-banner .tabs-w-left, .home-banner .tabs-w-right {
	font-size: 36px;
	font-weight: bold;
	color: #9A9A9A;
}
.home-banner .cover-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 20%;
	background-image: url(../images/banner-cover.png);
	background-color: rgb(74 55 25 / 99%);
    box-shadow: 0px 7px 14px 2px rgb(60 43 18 / 60%);
}
.home-banner .tabs-w-left:hover,
.home-banner .tabs-w-right:hover {
    color: #ff0606;
}
.home-banner .cover-bg-left {
	left: 0;
}
.home-banner .cover-bg-right {
	right: 0;
}
.home-banner .banner-pagination {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}


@media (max-width: 1366px) and (min-width: 1281px) {
	.home-banner .cover-bg {
		width: 9.7%;
	}
	.home-banner .tabs-w-left {
		left: 4.85%;
	}
	.home-banner .tabs-w-right {
		right: 4.85%;
	}
}
@media (max-width: 1280px) and (min-width: 993px) {
	.home-banner .cover-bg {
		width: 7%;
	}
	.home-banner .tabs-w-left {
		left: 3.5%;
	}
	.home-banner .tabs-w-right {
		right: 3.5%;
	}
}
@media (max-width: 992px) {
	.home-banner .cover-bg {
		display: none;
	}
	.home-banner .tabs-w-left {
		left: 30px;
	}
	.home-banner .tabs-w-right {
		right: 30px;
	}
}
@media (max-width: 480px) {
	.home-banner .tabs-w-left,
	.home-banner .tabs-w-right {
		font-size: 30px;
	}
}

/*--------------
* column
----------------*/
.home-column {
	padding-top: 20px;
	padding-bottom: 10px;
}
.home-column .rows-list-w .title-w {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 5;
	background-color: rgba(0,0,0,.32);
}
.home-column .rows-list-w .border-b {
	position: absolute;
	right: 8px;
	left: 8px;
	bottom: 8px;
	top: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    justify-content: center;
	border: 1px solid rgba(255,255,255,.4);
}
.home-column .rows-list-w .border-b .site-column {
	color: #fff;
}


.home-information .site-column,
.home-examination .site-column  {
	margin-bottom: 10px;
}
/*--------------
* information
----------------*/
.home-information {
	padding-bottom: 20px;
} 
.home-information .news-box {}
.home-information .news-box .item-two:nth-child(1),
.home-information .news-box .item-two:nth-child(2) {
	margin-top: 0;
}
.home-information .news-box .item-two {
	margin-top: 36px;
}
.home-information .news-box .title-box .title-w {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 5;
	padding: 0 5px 5px;
	color: #fff;
}
.home-information .news-box .title-box .date {
	font-size: 12px;
}
.home-information .news-box .label {
	display: none;
	position: absolute;

	top: 0px;
	z-index: 10;
	width: 80px;
	height: 32px;
	line-height: 32px;
	color: #333;
	text-align: center;
	font-size: 14px;
	background-color: #FFE100;
}
.home-information .news-box .rows-list-w .item:nth-child(1) .label {
	display: block;
}

.home-information .announce-box {
	margin-right: 0;
}
.home-information .announce-box .lit-wrap {
	padding: 10px;
	border: 1px solid #CFCFCF;
}
.home-information .announce-box .list-announce {
	padding-top: 5px;
}
.home-information .announce-box .list-announce .item {
	margin-top: 8px;
}
.home-information .announce-box .list-announce .link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.home-information .announce-box .list-announce .img-box {
	width: 134px;
	flex: 0 0 134px;
}
.home-information .announce-box .list-announce .desc {
	flex: 1;
	padding-left: 10px;
}
.home-information .announce-box .list-announce .desc .title {
	height: 50px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
}
.home-information .announce-box .list-announce .desc .date {
	margin-top: 16px;
	font-size: 12px;
	color: #666;
}
.home-information .announce-box .list-announce .link:hover .title {
	
	color: #f2281f;
	
}


/*--------------
* examination
----------------*/
.home-examination {
	padding-top: 0px;
	padding-bottom: 20px;
	/*background-image: url(../images/examination-bg.jpg);*/
}
.home-examination .item-three {
	/*padding: 20px 25px 25px;*/
}
.home-examination .item-three .site-column {
	
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 36px;
	background-size: 36px;
}

/*list*/
.home-examination .item-three .lit-wrap .rows-list-w {
	text-align: left;
}
.home-examination .item-three .lit-wrap .item {
	margin-top: 0px;
	
}

.home-examination .item-three .lit-wrap .link {
	display: block;
	line-height: 34px;
	padding: 0px 10px 0 10px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.home-examination .item-three .lit-wrap .link:hover {
	font-size: 14px;
	color: #ab7838；
}


/*examination*/
.home-examination .examination-box {
	
}
.home-examination .examination-box .site-column {
	/*background-image: url(../images/home_02.png);*/
}


.home-examination .banner-lunbo-wrapper .tabs-w-left,
.home-examination .banner-lunbo-wrapper .tabs-w-right {
	position: absolute;
	top: 50%;
	margin-top: -13px;
}

.home-examination .banner-lunbo-wrapper .tabs-w-left {
	left: 20px;
}
.home-examination .banner-lunbo-wrapper .tabs-w-right {
	right: 20px;
}

.home-examination .examination-box .lit-wrap .link {
	color: #333;
	background-repeat: no-repeat;
	background-position: left top;
}
.home-examination .examination-box .lit-wrap .link:hover {
	color: #333;
	background-image: url(../images/home_03.png);
}

.home-examination .examination-box .more-btn-wr {
    margin-left: 30px;
}

.home-examination .examination-box .more-btn-wr:hover {
	color: #F2281F;
}
.home-examination .examination-box .more-btn-wr:hover i {
	background-color: #F2281F;
}


/*syllabus*/
.home-examination .syllabus-box {
	margin-right: 0;
}
.home-examination .syllabus-box .more-btn {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #c8c8c8;
	font-size: 14px;
	background-color: #666;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.home-examination .syllabus-box .more-btn:hover {
	color: #fff;
	background-color: #F2281F;
}

@media (min-width: 993px) {
	.home-examination .syllabus-box {
	
		background-repeat: no-repeat;
		background-position: top center;
		
	}
	.home-examination .syllabus-box .site-column {
		height: auto;
		color: #333;
		background-image: url(../images/home_05.png);
	}
	.home-examination .syllabus-box .lit-wrap {
		padding-top: 0px;
		padding: 10px;
        border: 1px solid #CFCFCF;
	}
}


/*--------------
* column-t
----------------*/
.home-column-t {
	padding-top: 0px;
	padding-bottom: 10px;
}
.home-column-t .item-three {
	padding: 10px 15px 15px;
	border: 1px solid #E8E8E8;
	border-top: 6px solid #E8E8E8;
	background-color: #fff;
}
.home-column-t .lit-wrap {
	padding-top: 10px;
	padding-bottom: 20px;
}
.home-column-t .lit-wrap .item {
	margin-top: 12px;
}
.home-column-t .lit-wrap .link {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.home-column-t .lit-wrap .link:hover {
	text-decoration: underline;
	font-weight: bold;
}

/*enroll*/
.home-column-t .enroll-box {
	border-top-color: #FF0606;
}
.home-column-t .enroll-box .lit-wrap .link:hover {
	color: #FF0606;
}

.home-column-t .enroll-box .more-btn-wr:hover {
	color: #FF0606;
}
.home-column-t .enroll-box .more-btn-wr:hover i {
	background-color: #FF0606;
}

/*association*/
.home-column-t .association-box {
	border-top-color: #76e44d;
}
.home-column-t .association-box .lit-wrap .link:hover {
	color: #76e44d;
}
.home-column-t .association-box .more-btn-wr:hover {
	color: #76e44d;
}
.home-column-t .association-box .more-btn-wr:hover i {
	background-color: #76e44d;
}

/*match*/
.home-column-t .match-box {
	border-top-color: #FFE100;
}
.home-column-t .match-box .lit-wrap .link:hover {
	color: #e0ac00;
}
.home-column-t .match-box .more-btn-wr:hover {
	color: #e0ac00;
}
.home-column-t .match-box .more-btn-wr:hover i {
	background-color: #e0ac00;
}


/*adv*/

.home-adv-t .banner-lunbo-wrapper .tabs-w-left,
.home-adv-t .banner-lunbo-wrapper .tabs-w-right {
	position: absolute;
	top: 50%;
	margin-top: -13px;
}

.home-adv-t .banner-lunbo-wrapper .tabs-w-left {
	left: 0;
}
.home-adv-t .banner-lunbo-wrapper .tabs-w-right {
	right: 0;
}

.home-adv-t .rows-list-w .item-w870 {
	margin-right: 0;
}
.home-adv-t .banner-lunbo-wrapper .title-w {
	padding-right: 75px;
	max-height: 72px;
	overflow: hidden;
}
@media (max-width: 992px) {
	.home-column,
	.home-column-t {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.home-information .site-column, .home-examination .site-column {
		margin: 10px 0 10px 0;
	}
	.home-information .news-box .item-two {
		margin-top: 20px;
	}
	.home-information .announce-box {
		margin: 10px 0 10px 0;
	}
	.home-information .news-box .title-box .title-w {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home-information .announce-box .lit-wrap,
	.home-examination .item-three {
		margin: 10px 0 10px 0;
	}
	.home-examination .item-three .site-column {
		
		-webkit-background-size: 24px;
		background-size: 24px;
	}
	.home-examination .syllabus-box .site-column {
		background-image: url(../images/home_05_gary.png);
	}
	.home-examination .item-three .lit-wrap .item:first-child {
		margin-top: 0;
	}
	.home-column-t .item-three {
		padding: 20px;
	}
	.home-adv-t .banner-lunbo-wrapper .title-w {
		padding-right: 60px;
	}
}
@media (min-width: 768px) {
	.home-adv-t .rows-list-w .item-w870 {
	    width: 65.9%;
	}
	.home-adv-t .rows-list-w .item-w420 {
	    width: 31.8%;
	    margin-right: 2.3%;
	}
}
@media (max-width: 767px) {
	
	.home-column, .home-column-t { 
    padding-top: 10px; 
    padding-bottom: 15px;
	}
	.home-column .three-list-c .item-three {
		width: 32.333%;
		margin-right: 1%;
		margin-top: 0px;
		float: left;
	}
	.site-column-font30 {
	line-height: 20px;
	font-size: 16px;
}
	.home-column .three-list-c .item-three:first-child {
		margin-top: 0;
	}
	.home-information .news-box .label {
		top: 10px;
	}
	.home-information .news-box .title-box .title-w {
		padding-bottom: 10px;
	}
	.home-information .news-box .title-box .title-w .pro-t-w-s {
		line-height: 24px;
		height: 24px;
		overflow: hidden;
		font-size: 14px;
	}
	.home-information .news-box .item-two {
		display: inline-block;
		width: 48%;
		margin-right: 2%;
	}
	.home-information .news-box .item-two:nth-child(2) {
		/*margin-top: 20px;*/
	}
	.home-information .news-box .item-two:nth-child(2n) {
		margin-right: 0;
	}
	.home-examination .banner-lunbo-wrapper {
		margin-bottom: 20px;
	}
	.home-column-t .item-three {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.home-column-t .enroll-box {
		margin-top: 0;
	}
	.home-adv-t .syllabus-box {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
}












/* ---------------------------------
* inner
------------------------------------*/
.inner-banner {
	position: relative;
	z-index: 3;
}
.inner-banner img {
	display: block;
	width: 100%;
}


.inner-wrapper {
	position: relative;
	padding-top: 30px;
}
.inner-bgcover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 4;
	height: 120px;
	background-color: #fff;
}
.bgcover-yellow {
	background-color: #FFE100;
}
.bgcover-pink {
	/*background-color: #FF7D7C;*/
	background-color: #ff9591;
}
.bgcover-orange {
	background-color: #FFB160;
}
.bgcover-purple {
	background-color: #D4AFE2;
}
.bgcover-white {
	background-color: #fff;
}
.bgcover-gray {
	background-color: #F7F7F7;
}
.bgcover-blue {
	background-color: #83C0DD;
}
.bgcover-green  {
	background-color: #C4DD82;
}


@media (max-width: 767px) {}


.inner-container {
	position: relative;
	z-index: 6;
	min-height: 400px;
}

.inner-marTop20 {
	margin-top: 20px;
}

/*inner nav*/
.nav-wrapper {
	position: relative;
	z-index: 9;
	line-height: 24px;
}
.nav-wrapper .navinf {}
.nav-wrapper .navinf .hamburger {
	right: 20px;
}
.nav-wrapper .navinf .rows {
	padding: 0;
	margin: 0;
	font-size: 0;
	text-align: right;
}
.nav-wrapper .navinf .rows li {
	display: inline-block;
	margin-bottom: 18px;
	list-style: none;
	font-size: 14px;
}
.nav-wrapper .navinf .rows li a {
	display: inline-block;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav-wrapper .navinf .rows li:after {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 15px;
	background-color: #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.nav-wrapper .navinf .rows li a:hover,
.nav-wrapper .navinf .rows .active a {
	border-bottom-color: #333;
}

.nav-wrapper .navinf .rows li:last-child:after {
	display: none;
}
.nav-wrapper .pro-t-w-s:after {
	content: '';
	display: block;
	margin-top: 8px;
	width: 54px;
	height: 2px;
	background-color: #E60013;
}

.nav-wrapper .navinf .info-t {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	font-size: 12px;
}
.nav-wrapper .navinf .share-wrapper {
	margin-right: 0;
}
.nav-wrapper .navinf .share-wrapper .iconfont {
	font-size: 14px;
	font-weight: bold;
}
.nav-wrapper .navinf .share-wrapper:hover .bdsharebuttonbox {
	display: block;
}

.content-wrapper-w {
	z-index: 3;
}

@media (min-width: 768px) {
	.nav-wrapper .disp-flex {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	/*nav Detail*/
	.nav-wrapper .navinf-info-r {
		white-space: nowrap;
		padding-left: 20px;
	}
}
@media (min-width: 993px) {
	.content-wrapper-w {
		min-height: 250px;
		margin-top: 20px;
	}
	.nav-wrapper .site-column {
		flex: 1;
	}

	/*nav artExamination*/
	.nav-wrapper-artExamination .navinf {
		max-width: 685px;
	}
	.nav-wrapper-artExamination .navinf .rows {
		text-align: left;
	}
	/*.nav-wrapper-artExamination .navinf .rows li:nth-child(4n):after {
		display: none;
	}*/

	/*nav syllabus*/
	.nav-wrapper-syllabus .navinf {
		max-width: 685px;
	}
	.nav-wrapper-syllabus .navinf .rows {
		text-align: left;
	}
	.nav-wrapper-syllabus .navinf .rows li:nth-child(6n):after {
		display: none;
	}

	/*nav enroll*/
	.nav-wrapper-enroll .navinf {
		max-width: 720px;
	}
	.nav-wrapper-enroll .navinf .rows {
		text-align: left;
	}
	.nav-wrapper-enroll .navinf .rows li:nth-child(6n):after {
		display: none;
	}

	.inner-marTop20 .content-wrapper-w {
		margin: 0;
		padding-top: 50px;
	}

	/*nav Detail*/
	.nav-wrapper .navinf-info-r {
		padding-bottom: 18px;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	.nav-wrapper .pro-t-w-s {
		margin-bottom: -10px;
	}
	/*nav artExamination*/
	.nav-wrapper-artExamination .navinf {
		max-width: 500px;
	}
	.nav-wrapper-artExamination .navinf .rows {
		text-align: left;
	}
	.nav-wrapper-artExamination .navinf .rows li:nth-child(3n):after {
		display: none;
	}

	/*nav syllabus*/
	.nav-wrapper-syllabus .navinf {
		max-width: 520px;
	}
	.nav-wrapper-syllabus .navinf .rows {
		text-align: left;
	}
	.nav-wrapper-syllabus .navinf .rows li:nth-child(5n):after {
		display: none;
	}
	
	/*nav enroll*/
	.nav-wrapper-enroll .navinf {
		max-width: 485px;
	}
	.nav-wrapper-enroll .navinf .rows {
		text-align: left;
	}
	.nav-wrapper-enroll .navinf .rows li:nth-child(4n):after {
		display: none;
	}
}

@media (max-width: 992px) {
	.inner-wrapper {
		padding-top: 30px;
	}
	.content-wrapper-w {
		margin-top: 30px;
	}
	.inner-bgcover {
		height: 200px;
	}
	.inner-marTop20 .content-wrapper-w {
		margin: 0;
		padding-top: 20px;
	}
}
@media (max-width: 767px) {
	.nav-wrapper .navinf {
		margin-top: 20px;
	}
	.nav-wrapper .navinf .rows {
		text-align: left;
	}
	.nav-wrapper .navinf .rows li:after {
		display: none;
		margin: 0 15px;
	}
	.nav-wrapper .navinf .rows li a {
		padding-bottom: 0;
	}
	.nav-wrapper .navinf .rows li {
		margin-right: 20px;
	}
	.nav-wrapper .navinf .info-t {
		margin-right: 15px;
	}
}




.paddingTopZero-footer {
	padding-top: 0;
}


/*infoadd*/
.infoadd-list-t .item {
	margin-top: 24px;
}
.infoadd-list-t .item .info-box-w {
	padding-top: 20px;
}
.infoadd-list-t .item .title {
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.infoadd-list-t .item .date {
	margin-top: 6px;
	font-size: 12px;
	color: #999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.infoadd-list-t .item .link:hover .title,
.infoadd-list-t .item .link:hover .date {
	color: #c37c0f;
}
.infoadd-list-t .item .link:hover .title {
	font-weight: bold;
}

@media (min-width: 768px) {
	.infoadd-list-t .item:nth-child(1),
	.infoadd-list-t .item:nth-child(2),
	.infoadd-list-t .item:nth-child(3) {
		margin-top: 40px;
	}
}
@media (max-width: 992px) and (min-width: 481px) {
	.infoadd-list-t .item {
		margin-top: 30px;
	}
	.infoadd-list-t .item:nth-child(1),
	.infoadd-list-t .item:nth-child(2) {
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.infoadd-list-t .item {
		margin-top: 20px;
	}
	.infoadd-list-t .item:nth-child(1),
	.infoadd-list-t .item:nth-child(2) {
		margin-top: 0;
	}
	.infoadd-list-t .item .info-box-w {
		padding-top: 12px;
	}
	.three-list-c.infoadd-list-t .item-three {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
	}
	.three-list-c.infoadd-list-t .item-three:nth-child(2n) {
		margin-right: 0;
	}
}



/*--------------
* detail
----------------*/
.detail-con {
	padding: 10px 20px 10px 20px;
	background: #f9f9f9;
}

.col-wo-red {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	color: #FF0606;
	font-size: 16px;
	border-bottom: 1px solid #FF0606;
}

.detail-control {
	position: relative;
	margin-top: 10px;
	padding-top: 15px;
	line-height: 24px;
	border-top: 2px solid #FFE100;
}
.detail-control .return {
	display: inline-block;
	float: left;
}
.detail-control .return .return-link {
	display: inline-block;
	font-weight: bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.detail-control .return .iconfont {
	margin-right: 10px;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
}
.detail-control .return .return-link:hover {
	color: #FF0606;
}

.detail-control .rows {
	float: right;
	max-width: 600px;
}
.detail-control .item {
	display: block;
}
.detail-control .item a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail-control .item a:hover {
	font-weight: bold;
}


@media (max-width: 992px) {
	.detail-con {
		padding: 20px 20px 0;
	}
	.detail-control {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.detail-control .rows {
		float: none;
	}
	.detail-control .return {
		display: block;
		float: none;
		margin-top: 10px;
		text-align: right;
	}
}





/*--------------
* artExaminationList
----------------*/
.artExaminationList-wrapper-w .infoadd-list-t {
	margin-top: 50px;
}


@media (max-width: 992px) {
	.artExaminationList-wrapper-w .infoadd-list-t {
		margin-top: 30px;
	}
}




/*--------------
* syllabus detail
----------------*/
.syllabus-detail {
	color: #666;
}
.syllabus-detail .detailPaddingV {
	padding: 5%;
}
.syllabus-detail table td {
	vertical-align: middle;
}




/*--------------
* enroll
----------------*/
.enroll-wrapper-w {
	margin-bottom: 5px;
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,.1);
	box-shadow: 0 0px 8px rgba(0,0,0,.1);
}
.enroll-list-t {}
.enroll-list-t .item {
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
}

.enroll-list-t .item .link {
	display: block;
	position: relative;
	padding: 48px 45px;
}
.enroll-list-t .item .img-box {
	display: none!important;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.enroll-list-t .item .info-box {
	position: relative;
	z-index: 2;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.enroll-list-t .item .info-box .date {
	font-size: 12px;
}
.enroll-list-t .item .info-box .title {
	margin-top: 7px;
	font-weight: bold;
	color: #8C2AAE;
}
.enroll-list-t .item .info-box .desc {
	margin-top: 20px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
}

.enroll-list-t .item .info-box .more-btn {
	margin-top: 40px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
	color: #666;
    font-size: 14px;
    border: 1px solid #666;
}

/* .enroll-list-t .item .link:hover .img-box {
	opacity: 1;
	filter: alpha(opacity=100);
}
.enroll-list-t .item .link:hover .info-box {
	opacity: 0;
	filter: alpha(opacity=0);
} */

.enroll-detail-w {
	padding-top: 15px;
	padding-bottom: 0px;
}
.enroll-detail-w .detail-tit-enr {
	font-weight: bold;
}
.enroll-detail-w .detail-tit-enr:after {
	background-color: #8C2AAE;
}
.enroll-detail-w .content {
	margin-top: 0px;
}
.enroll-detail-w .detail-tit-enr,
.enroll-detail-w .detail-con-enr {
	padding: 0 40px;
}
.enroll-list-t .item .info-box .desc p {
	margin: 0;
}
@media (min-width: 993px) {
	.enroll-list-t {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.enroll-list-t .item {
		display: inline-block;
		width: 33.33%;
	}
	.enroll-list-t .item:nth-child(3n) {
		border-right: none;
	}
	.enroll-list-t .item .info-box .desc {
		height: 120px;
	}
}

@media (max-width: 992px) {
	.enroll-list-t .item .info-box .desc {
		margin-top: 14px;
	}
	.enroll-list-t .item .info-box .more-btn {
		margin-top: 20px;
	}
	.enroll-detail-w {
		padding: 30px 20px;
	}
	.enroll-detail-w .detail-tit-enr, .enroll-detail-w .detail-con-enr {
		padding: 0 20px;
	}
	.enroll-detail-w .content {
		margin-top: 30px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.enroll-list-t .item {
		width: 50%;
	}
	.enroll-list-t .item:nth-child(2n) {
		border-right: none;
	}
	.enroll-list-t .item .link {
		padding: 30px;
	}
	.enroll-list-t .item .info-box .desc {
		height: 120px;
	}
}
@media (max-width: 767px) {
	.enroll-list-t .item .link {
		padding: 20px;
		padding-bottom: 30px;
	}
	.enroll-list-t .item .info-box .more-btn {
		width: 120px;
	}
}



/*--------------
* results
----------------*/
.results-wrapper {
	background-image: url(../images/results-bg.jpg);
}
.results-wrapper .results-list {
	background-color: #fff;
}
.results-wrapper .results-nav {
	font-size: 0;
	text-align: center;
}
.results-wrapper .results-nav .ys-logo {
	display: inline-block;
	margin-right: 10px;
}
.results-wrapper .results-nav .ys-logo img {
	display: block;
	height: 42px;
}
.results-wrapper .results-nav .site-column {
	margin-top: 6px;
}
.results-wrapper .form-wrapper {
	font-weight: bold;
}
.results-wrapper .form-wrapper .titl-leb-db {
	display: block;
	margin-bottom: 5px;
	color: #666;
}
.results-wrapper .form-wrapper .words-db {
	position: relative;
}
.results-wrapper .form-wrapper input:focus {
	border: 2px solid #4CC6A7;
}
.results-wrapper .form-wrapper .item-tips {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
.results-wrapper .form-wrapper .ipt-sub {
	width: 100%;
	height: 50px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #76e44d;
	border: 2px solid #76e44d;
}
.results-wrapper .form-wrapper .ipt-sub:focus {
	border: 2px solid #76e44d;
}

/* 表单placeholder文字样式 */
.results-wrapper ::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #d0d0d0;
}
.results-wrapper :-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #d0d0d0;
}

.results-wrapper ::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #d0d0d0;
}
.results-wrapper :-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #d0d0d0;
}


.results-wrapper .results-box {
	display: block;
	padding-top: 40px;
	padding-bottom: 10px;
}
.results-wrapper .results-box .box-info {
	padding: 15px;
	line-height: 24px;
	font-size: 15px;
	font-weight: bold;
    border: 1px solid #E0E0E0;
}

@media (min-width: 993px) {
	.results-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.results-wrapper .results-list {
		width: 600px;
		margin: 0 auto;
		padding: 48px 70px 70px;
	}
}

@media (max-width: 992px) {
	.results-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.results-wrapper .results-list {
		padding: 30px;
		margin: 0 20px;
	}
	.results-wrapper .results-box {
		padding-top: 30px;
	}
	.results-wrapper .form-wrapper .ipt-sub {
	    height: 40px;
	    line-height: 38px;
	}
}
@media (max-width: 767px) {
	.results-wrapper .results-box .box-info {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}



/*--------------
* match
----------------*/
.match-detail-w .detail-tit-enr:after {
	background-color: #85b336;
}
.match-list-t .item .info-box .title {
	color: #85b336;
}


/*--------------
* search
----------------*/
@media (min-width: 993px) {
	.search-wrapper {
		padding-top: 66px;
		border-top: 2px solid #FFE100;
	}
	.search-wrapper .content-wrapper-w {
		margin-top: 50px;
	}
}


/*--------------
* signup
----------------*/
.signup-wrapper-q {
	margin-top: 40px;
}

/* 表单placeholder文字样式 */
.signup-wrapper-q ::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #d0d0d0;
}
.signup-wrapper-q :-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #d0d0d0;
}
.signup-wrapper-q ::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #d0d0d0;
}
.signup-wrapper-q :-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #d0d0d0;
}



/*--------------
* contact
----------------*/
.my-map, #mapContainer {
	width: 100%;
}

.my-map .icon {
    cursor: pointer;
    background-image: url(../images/marker.png);
    background-repeat: no-repeat;
}
.my-map .amap-info-content h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
    color: #4c4c4c;
}
.my-map .amap-info-content>div {
    margin-top: 5px;
    color: #4c4c4c;
}
.my-map img {
	max-width: none;
}

.my-map .icon-cir {  height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.my-map .icon-cir-blue { background-position: -11px -55px; }
.my-map .icon-cir-yellow { background-position: -11px -105px; }
.my-map .icon-cir-green { background-position: -11px -155px; }
.my-map .icon-cir-gray { background-position: -11px -205px; }

.my-map .icon-flg { height: 32px; width: 29px; }

.my-map .icon-flg-red { background-position: -65px -5px; }
.my-map .icon-flg-blue { background-position: -65px -55px; }
.my-map .icon-flg-yellow { background-position: -65px -105px; }

.my-map .icon-flg-green { background-position: -65px -155px; }
.my-map .icon-flg-gray { background-position: -65px -205px; }



.my-map .icon-anc { height: 28px; width: 26px; }
.my-map .icon-anc-red { background-position: -132px -5px; }
.my-map .icon-anc-blue { background-position: -132px -55px; }
.my-map .icon-anc-yellow { background-position: -132px -105px; }
.my-map .icon-anc-green { background-position: -132px -155px; }
.my-map .icon-anc-gray { background-position: -132px -205px; }


.my-map .icon-twig { height: 27px; width: 30px; }
.my-map .icon-twig-red { background-position: -187px -5px; }
.my-map .icon-twig-blue { background-position: -187px -55px; }
.my-map .icon-twig-yellow { background-position: -187px -105px; }
.my-map .icon-twig-green { background-position: -187px -155px; }
.my-map .icon-twig-gray { background-position: -187px -205px; }




.my-map .icon-pot { height: 23px; width: 31px; }
.my-map .icon-pot-red { background-position: -234px -5px; }
.my-map .icon-pot-blue { background-position: -234px -55px; }
.my-map .icon-pot-yellow { background-position: -234px -105px; }
.my-map .icon-pot-green { background-position: -234px -155px; }
.my-map .icon-pot-gray { background-position: -234px -205px; }


.my-map, #mapContainer {
	height: 560px;
}

@media (max-width: 992px) {
	.my-map, #mapContainer {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.my-map, #mapContainer {
		height: 300px;
	}
}


.contact-wrapper .col-t-p {
	margin: 0;
	padding: 0;
	line-height: 28px;
	font-size: 24px;
	font-weight: bold;
}
.contact-wrapper .contact-map .map-info {
	position: relative;
}
.contact-wrapper .contact-map #map img {
	max-width: none;
}
.contact-wrapper .contact-map #map {
	border: 1px solid #E6E6E6;
}
.contact-wrapper .contact-map .info-box {
	color: #fff;
	background-color: #333;
}
.contact-wrapper .contact-map .info-box .desc {
	margin-top: 20px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
}
.contact-wrapper .contact-map .info-box .desc a {
	color: #fee100;
}

.contact-wrapper .message-w {
	background-color: #FEE100;
}

.contact-wrapper .message-w .form-wrapper {
	padding-top: 20px;
}
.contact-wrapper .message-w .form-wrapper .item {
	margin-top: 10px;
}
.contact-wrapper .message-w .form-wrapper .item-cont {
	margin-top: 50px;
}
.contact-wrapper .message-w .form-wrapper .item-tips {
	margin-top: 20px;
	padding-left: 10px;
}
.contact-wrapper .message-w .form-wrapper .item-submit {
	margin-top: 50px;
}
.contact-wrapper .message-w .form-wrapper .item-submit .ipt-sub {
	width: 240px;
	margin: 0;
	color: #fee100;
	background-color: #333;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}



.contact-wrapper .message-w .form-wrapper input {
	font-weight: bold;
	border: none;
	border-bottom: 1px solid #9D8E18;
}
.contact-wrapper .message-w .form-wrapper textarea {
	height: 160px;
	border: 1px solid #9D8E18;
}
.contact-wrapper .message-w .form-wrapper input:focus {
	border-bottom: 1px solid #fff;
}
.contact-wrapper .message-w .form-wrapper textarea:focus {
	border: 1px solid #fff;
}
.contact-wrapper .message-w .form-wrapper label.error, .contact-wrapper .message-w .form-wrapper div.error {
	color: #fff;
}


/* 表单placeholder文字样式 */
.contact-wrapper .message-w ::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #333;
	font-weight: normal;
}
.contact-wrapper .message-w :-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #333;
	font-weight: normal;
}
.contact-wrapper .message-w ::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #333;
	font-weight: normal;
}
.contact-wrapper .message-w :-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #333;
	font-weight: normal;
}


@media (min-width: 993px) {
	.contact-wrapper .contact-map,
	.contact-wrapper .message-w {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.contact-wrapper .contact-map .map-info {
		padding-bottom: 60px;
	}
	.contact-wrapper .contact-map #map {
		/*width: 1160px;*/
		width: 87.88%;
		height: 580px;
	}
	.contact-wrapper .contact-map .info-box {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 5;
		max-width: 560px;
		width: 42.5%;
		padding: 35px 75px 30px;
	}
}
@media (max-width: 992px) {
	.contact-wrapper .contact-map,
	.contact-wrapper .message-w {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.contact-wrapper .contact-map #map {
		width: 100%;
		height: 400px;
	}
	.contact-wrapper .contact-map .info-box {
		padding: 20px;
	}
	.contact-wrapper .message-w .form-wrapper .item-cont,
	.contact-wrapper .message-w .form-wrapper .item-submit {
		margin-top: 20px;
	}
	.contact-wrapper .message-w .form-wrapper .item-submit .ipt-sub {
		width: 120px;
	}
	.contact-wrapper .col-t-p {
		font-size: 20px;
	}
}


/* baidu share */
/* image */
.sr-bdimgshare {
	display: none!important;
}
/* select words */
.bdselect_share_bg, .bdselect_share_box {
	display: none!important;
}

#bdshare_weixin_qrcode_dialog {
	width: 255px!important;
	height: 320px!important;
}