@charset "utf-8";
	a,hr {
	padding: 0
}
a,button,input,select,textarea,hr {
	margin: 0
}
article,aside,details,figure,footer,header,hr,nav,section,summary {
	display: block
}
abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	vertical-align: baseline;
	background: 0 0;
	font-style: normal;
	text-decoration: none
}
input[type=checkbox],th {
	vertical-align: bottom
}
strong,th {
	font-weight: 700
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll
}
*,:after,:before {
	box-sizing: inherit
}
embed,img,object {
	max-width: 100%
}
ul {
	list-style: none
}
blockquote,q {
	quotes: none
}
blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}
a {
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}
del {
	text-decoration: line-through
}
abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font: 100%
}
td {
	font-weight: 400;
	vertical-align: top
}
hr {
	height: 1px
}
input,select {
	vertical-align: middle
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word
}
input[type=radio] {
	vertical-align: text-bottom
}
.ie7 input[type=checkbox] {
	vertical-align: baseline
}
.ie6 input {
	vertical-align: text-bottom
}
input,select,textarea {
	font: 99% sans-serif
}
small {
	font-size: 85%
}
td,td img {
	vertical-align: top
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
code,kbd,pre,samp {
	font-family: monospace,sans-serif
}
.clickable,button,input[type=button],input[type=file],input[type=submit],label {
	cursor: pointer
}
button,input[type=button] {
	width: auto;
	overflow: visible
}
.ie7 img {
	-ms-interpolation-mode: bicubic
}
.clearfix:after,.clearfix:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
a {
	text-decoration: none;
	border: none;
	color: inherit
}
input,button,select,textarea {
	outline: none
}
textarea {
	resize: none
}
.clearfix {
	clear: both;
	overflow: hidden
}
body {
	font-family: "Helvetica Neue","Open Sans","San Francisco",Helvetica,"Microsoft YaHei",Arial,sans-serif;
	font-size: 14px;
	background: #f5f5f5
}
input,button,textarea {
	font-family: "microsoft yahei";
	-webkit-appearance: none
}
input[type=number] {
	-moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}
header {
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover
}
.header {
	width: 1170px;
	/*height: 120px;*/
	margin: 0 auto;
	position: relative;
	z-index: 1
}
.header .logo-box {
	float: left;
	/*height: 116px;
	margin-top: 17px*/
}
.header .logo-box img {
/*	height: 100%
    padding-top: 10px;*/
}
.header .dec-box {
	position: absolute;
	right: 0;
	top: 9px;
	z-index: -1
}
.header .header-form {
	float: right;
	height: 30px;
	margin-top: 30px;
}
.header .input-search {
	float: left;
	width: 200px;
	height: 100%;
	line-height: 24px;
	padding: 3px 10px;
	background: #fff;
	/*border: none;
	border-color: #ce0c0c;*/
	border: 1px solid #ce0c0c;
	display: block
}
.header .input-search::-webkit-input-placeholder {
	color: #999
}
.header .input-search:-moz-placeholder {
	color: #999
}
.header .input-search::-moz-placeholder {
	color: #999
}
.header .input-search:-ms-input-placeholder {
	color: #999
}
.header .header-search {
	float: left;
	width: 60px;
	height: 100%;
	background: #ce0c0c;
	display: block;
	color: #fff;
	border: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.header .header-search:hover {
	background: #ce0c0c
}
.header .header-search i {
	font-size: 18px;
	color: #fff
}
nav {
	width: 100%;
	height: 60px;
	background: #ce0c0c;
}
.nav-box {
	width: 1170px;
	height: 100%;
	margin: 0 auto
}
.nav {
	width: 100%;
	height: 100%;
	overflow: visible
}
.nav>li {
	width: 9.09%;
	height: 100%;
	float: left;
	position: relative
}
.nav>li:first-child a:before {
	content: '';
	height: 100%;
	border-left: 1px solid #ba0000;
	position: absolute;
	left: -2px;
	top: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.nav>li:last-child a:after {
	content: '';
	height: 100%;
	border-left: 1px solid #ba0000;
	position: absolute;
	right: -2px;
	top: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.nav>li>a {
	display: block;
	height: 100%;
	line-height: 60px;
	text-align: center;
	/*border-left: 1px solid #ba0000;*/
	border-right: 1px solid #ba0000;
	color: #fff;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-weight: bold;
    font-size: 16px;
}
.nav>li>a:hover {
	border-color: #ba0000;
	background: #ba0000
}
.nav>li>a:hover:before,.nav>li>a:hover:after {
	opacity: 0
}
.nav .active>a {
	border-color: #ba0000;
	background: #ba0000
}
.nav .active>a:before,.nav .active>a:after {
	opacity: 0
}
.nav .down-list {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 99;
	display: none
}
.nav .down-list a {
	line-height: 40px;
	height: 40px;
	background: #ce0c0c;
	display: block;
	color: #fff;
	text-align: center;
	border-top: 1px solid #ce0c0c;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.nav .down-list a:hover {
	background: #ce0c0c
}
.nav .down-list .active a {
	background: #ce0c0c
}
.page-title-box {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-bottom: 2px solid #ce0c0c
}
.page-title-box .shu {
    border: 2px solid #de371c;
    height: 17px;
    /* background-color: #000; */
    float: left;
    margin-top: 16px;
    margin-right: 10px;
}
.page-title-box .title {
	float: left;
	line-height: 50px;
	color: #ce0c0c;
	font-size: 18px;
	font-weight:bold;
}


.page-title-box .more {
	float: right;
	line-height: 50px;
	color: #ce0c0c
}
.page-title-box .more i {
	font-size: 12px;
	float: right
}
footer {
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #eee
}
footer .division {
	margin-top: 20px;
	border-top: 2px solid #ce0c0c
}
.footer-nav {
	width: 1170px;
	margin: 0 auto;
	line-height: 1
}
.footer-nav li {
	float: left;
	margin-right: 20px
}
.footer-nav a {
	color: #5c5e5b;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.footer-nav a:hover {
	color: #ce0c0c
}
.footer-nav .active a {
	color: #ce0c0c
}
.footer-cot {
	width: 1170px;
	margin: 0 auto;
	margin-top: 20px
}
.footer-cot .footer-logo {
	width: 430px;
	height: 75px;
	float: left
}
.footer-cot .footer-logo img {
	height: 100%
}
.footer-cot .footer-msg {
/*	margin-top: 20px;
*/	float: left
}
.footer-cot .footer-msg li {
	color: #5c5e5b;
	line-height: 30px;
/*	margin-bottom: 10px*/
}
.footer-cot .footer-ewm {
	float: right;
/*	margin-top: 20px;
*/	text-align: center
}
.footer-cot .footer-ewm li {
	margin-left: 20px;
	float: left
}
.footer-cot .footer-ewm .img-box {
	width: 95px;
	height: 95px;
	overflow: hidden;
	display: inline-block
}
.footer-cot .footer-ewm .img-box img {
	width: 100%
}
.footer-cot .footer-ewm .text {
	color: #ce0c0c;
	line-height: 1;
	margin-top: 10px
}
.page-banner {
	width: 100%;
	height: 350px
}
.page-banner .jqthumb {
	width: 100%;
	height: 100%
}
.crumbs {
	width: 100%;
	height: 40px;
	background: #fff;
	margin-top: 10px
}
.crumbs .crumbs-cot {
	width: 1170px;
	margin: 0 auto;
	padding-left: 30px;
	line-height: 40px
}
.crumbs .crumbs-cot i {
	float: left;
	font-size: 20px
}
.crumbs .link-box {
	color: #999;
	float: left;
	margin-left: 20px
}
.crumbs .link-box .text {
	float: left;
	font-size: 16px;
}
.crumbs .link-box a {
font-size: 16px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.crumbs .link-box a:hover {
	color: #ce0c0c
}
.crumbs .link-box .active {
	color: #ce0c0c
}
.page-container {
	width: 1170px;
	margin: 0 auto
}
.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.hp-container {
	width: 1170px;
	margin: 0 auto
}
.hp-banner-box {
	width: 100%;
	height: 336px;
	overflow: hidden;
	position: relative
}
.hp-banner-box .banner-title {
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 30px;
	bottom: 0;
	color: #fff
}
.hp-banner {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.hp-banner .jqthumb {
	width: 100%;
	height: 336px;
}
.hp-banner .slick-list {
	height: 100%
}
.hp-banner .slick-prev,.hp-banner .slick-next {
	width: 40px;
	height: 60px;
	line-height: 60px;
	margin-top: -50px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	z-index: 2;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hp-banner .slick-prev:hover,.hp-banner .slick-next:hover {
	color: #ce0c0c
}
.hp-banner .slick-prev {
	left: 0
}
.hp-banner .slick-next {
	right: 0
}
.hp-banner .slick-dots {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-right: 30px;
	/*background: rgba(0,0,0,0.8);*/
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right
}
.hp-banner .slick-dots li {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 10px;
	display: inline-block;
	background: #fff;
	vertical-align: middle
}
.hp-banner .slick-dots button {
	background: none;
	border: none;
	font-size: 0
}
.hp-banner .slick-dots .slick-active {
	background: #ce0c0c
}
.hp-main-new {
	margin-top: 10px;
	background: #fff
}
.hp-main-news-cot {
	padding: 30px
}
.hp-main-news-img {
	width: 500px;
	height: 300px;
	float: left;
	overflow: hidden;
	position: relative
}
.hp-main-news-img .title {
	width: 350px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	position: absolute;
	left: 30px;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.hp-main-news-slick {
	width: 500px;
	height: 300px
}
.hp-main-news-slick .slick-list {
	height: 100%
}
.hp-main-news-slick .jqthumb {
	width: 100%;
	height: 350px
}
.hp-main-news-slick .slick-dots {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-right: 30px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right
}
.hp-main-news-slick .slick-dots li {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 10px;
	display: inline-block;
	background: #fff;
	vertical-align: middle
}
.hp-main-news-slick .slick-dots button {
	background: none;
	border: none;
	font-size: 0
}
.hp-main-news-slick .slick-dots .slick-active {
	background: #ce0c0c
}
.hp-main-news-text {
	width: 580px;
	float: right
}
.hp-main-news-text .main-text {
	padding-right: 60px;
	position: relative
}
.hp-main-news-text .main-text .title {
	font-size: 20px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.hp-main-news-text .main-text .text {
	margin-top: 10px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden
}
.hp-main-news-text .main-text .date {
	position: absolute;
	right: 0;
	top: 15px;	color: #999;
	font-size: 12px;
	font-family: sans-serif;

}
.hp-main-news-text .text-list {
	/*margin-top: 30px*/
	
}
.hp-main-news-text .text-list li {
	line-height: 1;
	padding-right: 60px;
	margin-top: 15px
}
.hp-main-news-text .text-list a {
	width: 78%;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hp-main-news-text .text-list a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 5px
}
.hp-main-news-text .text-list a:hover {
	color: #ce0c0c
}
.hp-main-news-text .text-list a:hover:before {
	background: #ce0c0c
}
.hp-main-news-text .text-list .date {
	float: right;	color: #999;
	font-size: 12px;
	font-family: sans-serif;
;
	font-family: sans-serif;
}
.hp-ad-large {
	width: 100%;
	margin-top: 10px
}
.hp-ad-large img {
	display: block
}
.hp-news {
	margin-top: 10px
}
.hp-news .video-popup {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hp-news .video-popup .video-box {
	width: 800px;
	background: #f5f5f5;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	display: table-cell;
	vertical-align: middle
}
.hp-news .video-popup .video-box video {
	display: block
}
.hp-news .video-popup .video-msg {
	height: 50px;
	line-height: 50px;
	padding: 0 15px
}
.hp-news .video-popup .video-msg .title {
	float: left
}
.hp-news .video-popup .video-msg .close {
	float: right;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer
}
.hp-news .video-popup .video-msg .close:hover {
	color: #ce0c0c
}
.hp-news-cot {
	margin: 0 -5px
}
.hp-news-item {
	width: 33.33%;
	padding: 0 5px;
	float: left
}
.hp-news-com-cot,.hp-news-practice-cot,.hp-news-video-cot {
	width: 100%;
	height: 305px;
	background: #fff
}
.hp-news-com-list,.hp-news-practice-list {
	padding: 0 30px
}
.hp-news-com-list li,.hp-news-practice-list li {
	line-height: 1;
	margin-top: 20px
}
.hp-news-com-list a,.hp-news-practice-list a {
	width: 78%;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hp-news-com-list a:before,.hp-news-practice-list a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 5px
}
.hp-news-com-list a:hover,.hp-news-practice-list a:hover {
	color: #ce0c0c
}
.hp-news-com-list a:hover:before,.hp-news-practice-list a:hover:before {
	background: #ce0c0c
}
.hp-news-com-list .date,.hp-news-practice-list .date {
	float: right;	color: #999;
	font-size: 12px;
	font-family: sans-serif;
;
	
}
.hp-news-video-cot .hp-video-main {
	padding: 0 30px;
	margin-top: 20px;
	position: relative
}
.hp-news-video-cot .hp-video-main .jqthumb {
	width: 100%;
	height: 160px
}
.hp-news-video-cot .hp-video-main .play {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	position: absolute;
	top: 50%;
	left: 50%
}
.hp-news-video-cot .hp-video-main .play i {
	color: #ce0c0c
}
.hp-news-video-cot .hp-news-video-list {
	padding: 0 30px;
	margin-top: 20px
}
.hp-news-video-cot .hp-news-video-list li {
	line-height: 1;
	margin-top: 10px;
	cursor: pointer
}
.hp-news-video-cot .hp-news-video-list p {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hp-news-video-cot .hp-news-video-list p:hover {
	color: #ce0c0c
}
.hp-news-video-cot .hp-news-video-list i {
	font-size: 12px
}
.hp-store {
	margin-top: 10px;
	background: #fff
}
.hp-store .page-title-box {
	padding-top: 10px
}
.hp-store .page-title-box .title {
	background: #ce0c0c;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px
}
.hp-store .page-title-box .more {
	line-height: 40px
}
.hp-store .link {
	/*padding: 30px;
	padding-top: 20px*/
}
.hp-store .link img {
	width: 100%;
	display: block
}
.hp-culture {
	margin: 0 -5px;
	margin-top: 10px
}
.hp-culture .hp-culture-item {
	width: 33.33%;
	padding: 0 5px;
	float: left
}
.hp-culture .hp-culture-item-cot {
	height: 305px;
	background: #fff
}
.hp-culture .hp-culture-list {
	padding: 0 30px
}
.hp-culture .hp-culture-list li {
	line-height: 1;
	margin-top: 20px
}
.hp-culture .hp-culture-list a {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
/*.hp-culture .hp-culture-list a:before {*/
/*	content: '';*/
/*	width: 4px;*/
/*	height: 4px;*/
/*	background: #414141;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 5px*/
/*}*/
/*.hp-culture .hp-culture-list a:hover {*/
/*	color: #005495*/
/*}*/
/*.hp-culture .hp-culture-list a:hover:before {*/
/*	background: #005495*/
/*}*/

.hp-culture .expert a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 5px
}
.hp-culture .expert a:hover {
	color: #ce0c0c
}
.hp-culture .expert a:hover:before {
	background: #ce0c0c
}
.hp-culture .expert a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 5px
}
.hp-culture .expert a:hover {
	color: #ce0c0c
}
.hp-culture .expert a:hover:before {
	background: #ce0c0c
}




.hp-culture .address li{
	padding-right: 20px;
}
.hp-culture .address a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 5px
}
.hp-culture .address a:hover {
	color: #ce0c0c
}
.hp-culture .address a:hover:before {
	background: #ce0c0c
}
.hp-culture .address a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 5px
}
.hp-culture .address a:hover {
	color: #ce0c0c
}
.hp-culture .address a:hover:before {
	background: #ce0c0c
}
.hp-culture .enterprise a:before {
	 content: '';
	 width: 4px;
	 height: 4px;
	 background: #414141;
	 position: absolute;
	 left: 0;
	 top: 5px
 }
.hp-culture .enterprise a:hover {
	color: #ce0c0c
}
.hp-culture .enterprise a:hover:before {
	background: #ce0c0c
}




.hp-culture .hp-culture-list .date {
	float: right;	color: #999;
	font-size: 12px;
	font-family: sans-serif;

}
.hp-local-box {
	margin-top: 10px;
	height: 530px
}
.hp-local {
	width: 780px;
	height: 100%;
	background: #fff;
	float: left
}
.hp-local #distpicker {
	float: right
}
.hp-local #distpicker select {
	height: 30px;
	padding-right: 30px;
	padding-left: 10px;
	text-align: center;
	background: #f5f5f5;
	border: none;
	color: #999
}
.hp-local #distpicker option {
	text-align: center;
	color: #999
}
.hp-local-web {
	padding: 30px;
	padding-top: 20px
}
.hp-local-web .web-box {
	width: 100%;
	height: 100%;
	overflow: scroll
}
.hp-local-leave {
	width: 380px;
	height: 100%;
	float: right;
	background: #fff
}
.hp-local-leave .hp-local-leave-cot {
	padding: 0 30px
}
.hp-local-leave .hp-local-leave-title {
	font-size: 20px;
	line-height: 30px;
	margin-top: 15px
}
.hp-local-leave .hp-local-leave-list li {
	line-height: 1;
	margin-top: 20px
}
.hp-local-leave .hp-local-leave-list a {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hp-local-leave .hp-local-leave-list a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 5px
}
.hp-local-leave .hp-local-leave-list a:hover {
	color: #ce0c0c
}
.hp-local-leave .hp-local-leave-list a:hover:before {
	background: #ce0c0c
}
.hp-local-leave .hp-local-leave-list .date {
	float: right;	color: #999;
	font-size: 12px;
	font-family: sans-serif;

}
.hp-local-leave .hp-local-data {
	margin-top: 20px;
	line-height: 1
}
.hp-local-leave .hp-local-data span {
	color: #ce0c0c;
	font-size: 24px
}
.hp-local-leave .hp-local-btn-group {
	margin: 0 -5px;
	margin-top: 30px
}
.hp-local-leave .hp-local-btn-group .hp-local-btn {
	width: 100%;
	width: 50%;
	padding: 0 5px;
	float: left
}
.hp-local-leave .hp-local-btn-group a {
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background: #ce0c0c;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hp-local-leave .hp-local-btn-group a:hover {
	background: #ce0c0c
}
.hp-matrix {
	width: 100%;
	height: 400px;
	margin-top: 10px;
	background-size: cover;
	background-repeat: no-repeat
}
.hp-matrix .page-title-box {
	padding-top: 10px
}
.hp-matrix .page-title-box .title {
	background: #ce0c0c;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px
}
.hp-matrix .page-title-box .more {
	line-height: 40px
}
.hp-matrix .hp-matrix-cot {
	padding: 40px 60px 0
}
.hp-matrix .hp-matrix-cot ul {
	margin: -5px -15px
}
.hp-matrix .hp-matrix-cot li {
	width: 25%;
	float: left;
	padding: 5px 15px
}
.hp-matrix .hp-matrix-cot a {
	height: 45px;
	padding-left: 35px;
	padding-right: 15px;
	background: #fff;
	display: block
}
.hp-matrix .hp-matrix-cot p {
	line-height: 45px;
	float: left;
	position: relative
}
.hp-matrix .hp-matrix-cot p:before {
	content: '';
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ce0c0c;
	position: absolute;
	left: -20px;
	top: 20px
}
.hp-matrix .hp-matrix-cot .img {
	float: right;
	width: 25px;
	height: 25px;
	margin-top: 10px
}
.hp-matrix .hp-matrix-cot .img img {
	width: 100%
}
.hp-ad-small {
	margin: 10px -5px 0
}
.hp-ad-small .hp-ad-item {
	float: left;
	width: 50%;
	padding: 0 5px
}
.hp-download-box {
	width: 100%;
	height: 420px
}
.hp-download-box .hp-download-box-cot {
	margin: 10px -5px 0
}
.hp-download-box .hp-download-item {
	width: 33.33%;
	padding: 0 5px;
	float: left
}
.hp-download-box .hp-download-cot {
	margin-top: 2px
}
.hp-download-box .hp-download-cot .download-ad {
	width: 100%;
	height: 120px
}
.hp-download-box .hp-download-cot .download-ad a {
	width: 100%;
	height: 120px;
	display: block
}
.hp-download-box .download-files li {
	height: 60px;
	background: #fff;
	margin-top: 2px;
	border: 2px solid #e5e5e5
}
.hp-download-box .download-files .img-box {
	width: 120px;
	height: 100%;
	float: left;
	text-align: center;
	border-right: 2px solid #e5e5e5
}
.hp-download-box .download-files .img-box img {
	margin-top: 9px;
	height: 41px;
	display: inline-block
}
.hp-download-box .download-files .text {
	line-height: 58px;
	text-align: center;
	font-size: 24px;
	color:
}
.hp-download-box .hp-model-cot,.hp-download-box .hp-paper-cot {
	height: 420px;
	background: #fff
}
.hp-download-box .hp-model-cot ul,.hp-download-box .hp-paper-cot ul {
	margin-top: 20px
}
.hp-download-box .hp-model-cot li,.hp-download-box .hp-paper-cot li {
	padding: 0 30px;
	line-height: 1;
	margin-top: 15px
}
.hp-download-box .hp-model-cot li a,.hp-download-box .hp-paper-cot li a {
	width: 78%;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hp-download-box .hp-model-cot li a:before,.hp-download-box .hp-paper-cot li a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	left: 0;
	top: 5px
}
.hp-download-box .hp-model-cot li a:hover,.hp-download-box .hp-paper-cot li a:hover {
	color: #ce0c0c
}
.hp-download-box .hp-model-cot li a:hover:before,.hp-download-box .hp-paper-cot li a:hover:before {
	background: #ce0c0c
}
.hp-download-box .hp-model-cot .date,.hp-download-box .hp-paper-cot .date {
	float: right;	color: #999;
	font-size: 12px;
	font-family: sans-serif;

}
.hp-unit {
	margin-top: 10px;
	padding-bottom: 20px;
	background: #fff
}
.hp-unit .page-title-box {
	padding-top: 10px;
	border-color: #ce0c0c
}
.hp-unit .page-title-box .title {
	background: #ce0c0c;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding: 0 30px;
/*	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px*/
}
.hp-unit .hp-unit-list {
	padding: 0 30px
}
.hp-unit .hp-unit-list li {
	float: left;
	line-height: 1;
	margin-top: 20px;
	margin-right: 20px
}
.hp-unit .hp-unit-list a {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hp-unit .hp-unit-list a:hover {
	color: #ce0c0c
}
.cop-box {
	width: 100%;
	padding: 30px;
	margin-top: 20px;
	background: #fff
}
.cop-box .cop-int {
	color: #999;
	line-height: 24px
}
.cop-box .division {
	width: 100%;
	height: 1px;
	margin-top: 25px;
	background: #e5e5e5
}
.cop-form-box {
	margin-top: 60px
}
.cop-form-box .input-msg {
	margin: -20px -30px;
	padding-left: 30%;
}
.cop-form-box .input-box {
	width: 51%;
	float: left;
	padding: 15px 30px;
	padding-left: 70px;
	position: relative
}
.cop-form-box .input-box label {
	line-height: 40px;
	position: absolute;
	left: 20px;
	top: 13px;
    color:#777;
}
.cop-form-box .input-box input {
	width: 100%;
	height: 35px;
	padding: 8px 0;
	line-height: 24px;
	display: block;
	border: 1px solid #ccc;
	padding: 0 10px
}
.cop-form-box .input-box .tip {
	position: absolute;
	top: 62px;
	left: 60px;
	color: #e10101
}
.cop-form-box .file-box input {
	opacity: 0;
	position: relative;
	z-index: -1
}
.cop-form-box .file-box .file {
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 40px;
	background: #ce0c0c;
	color: #fff;
	border: 1px solid #ccc;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.cop-form-box .file-box .file:hover {
	background: #ce0c0c
}
.cop-form-box .file-box .path {
	width: 150px;
	line-height: 38px;
	border: 1px solid #ccc;
	position: absolute;
	right: 30px;
	top: 20px;
	color: #999;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.cop-form-box .input-code {
	margin-top: 35px;
	height: 40px;
	/*text-align: right*/
	
}
.cop-form-box .input-code .code {
	display: inline-block;
	position: relative;
	overflow: visible
}
.cop-form-box .input-code .code input {
	width: 195px;
	height: 35px;
	line-height: 24px;
	padding: 8px 10px;
	float: left;
	border: 1px solid #ccc
}
.cop-form-box .input-code .code .code-img {
	height: 40px;
	margin-left: 10px;
	float: left
}
.cop-form-box .input-code .code .tip {
	position: absolute;
	top: 42px;
	left: 0;
	color: #e10101
}
.cop-form-box .input-code .cop-submit {
	height: 40px;
	width: 160px;
	/*margin-left: 30px;*/
	background: #ce0c0c;
	display: block;
	/*float: right;*/
	border: none;
	margin-left: 41%;
	margin-top: 35px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.cop-form-box .input-code .cop-submit:hover {
	background: #ba0000;
}
.show-matrix {
	margin-top: 20px;
	padding: 30px;
	background: #fff
}
.show-matrix .show-matrix-title {
	font-size: 20px;
	text-align: center;
	line-height: 1
}
.show-matrix .division {
	border-top: 1px solid #ccc;
	margin-top: 30px
}
.show-matrix .ewm-box {
	text-align: center
}
.show-matrix .ewm-box img {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin-top: 10px
}
.show-matrix .text-box {
	margin-top: 20px;
	padding: 0 100px
}
.show-matrix .text-box .text {
	line-height: 24px;
	color: #999;
	margin-bottom: 20px
}
.lew {
	margin-top: 20px
}
.lew-list {
	width: 240px;
	float: left;
	background: #fff
}
.lew-list li {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #e5e5e5;
	padding-left: 30px;
	padding-right: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.lew-list li:hover {
	border-color: #ce0c0c
}
.lew-list li:hover .text,.lew-list li:hover .arrow,.lew-list li:hover i {
	color: #ce0c0c;
	opacity: 1
}
.lew-list a {
	display: block
}
.lew-list a i {
	line-height: 50px;
	font-size: 24px;
	float: left;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.lew-list a .text {
	margin-left: 10px;
	float: left;
	font-size: 18px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.lew-list a .arrow {
	float: right;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.lew-list .active {
	border-color: #ce0c0c
}
.lew-list .active .text,.lew-list .active .arrow,.lew-list .active i {
	color: #ce0c0c;
	opacity: 1
}
.lew-content {
	width: 920px;
	float: right;
	background: #fff;
	padding: 60px 100px
}
.lew-content .lew-search {
	padding-right: 80px;
	position: relative
}
.lew-content .lew-search .lew-search-input {
	width: 100%;
	height: 40px;
	line-height: 24px;
	padding: 8px 10px;
	display: block;
	border: 1px solid #e5e5e5
}
.lew-content .lew-search .lew-search-input::-webkit-input-placeholder {
	color: #999
}
.lew-content .lew-search .lew-search-input:-moz-placeholder {
	color: #999
}
.lew-content .lew-search .lew-search-input::-moz-placeholder {
	color: #999
}
.lew-content .lew-search .lew-search-input:-ms-input-placeholder {
	color: #999
}
.lew-content .lew-search .lew-search-submit {
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #ce0c0c;
	color: #fff;
	float: right;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.lew-content .lew-search .lew-search-submit:hover {
	background: #ce0c0c
}
.lew-content .lew-text {
	margin-top: 60px;
	line-height: 26px;
	font-size: 16px
}
.local {
	width: 100%;
	margin-top: 10px;
	background: #fff
}
.local .local-title {
	height: 50px;
	padding: 0 30px;
	border-bottom: 2px solid #ce0c0c
}
.local .local-title .title {
	float: left;
	font-size: 20px;
	line-height: 50px;
	color: #ce0c0c
}
.local .local-title .local-form {
	float: right;
	height: 30px;
	margin-top: 10px
}
.local .local-title .local-input {
	float: left;
	width: 200px;
	height: 30px;
	line-height: 24px;
	padding: 3px 10px;
	display: block;
	border: 1px solid #ce0c0c;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.local .local-title .local-input::-webkit-input-placeholder {
	color: #999
}
.local .local-title .local-input:-moz-placeholder {
	color: #999
}
.local .local-title .local-input::-moz-placeholder {
	color: #999
}
.local .local-title .local-input:-ms-input-placeholder {
	color: #999
}
.local .local-title .local-submit {
	float: left;
	width: 60px;
	height: 30px;
	background: #ce0c0c;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 0
}
.local .local-title .local-submit i {
	color: #fff
}
.local .local-content {
	padding: 30px
}
.local .local-content .local-table {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-top: 0
}
.local .local-content .table-col:hover .first-letter {
	background: #ce0c0c
}
.local .local-content .table-col:hover .first-letter .letter {
	color: #fff
}
.local .local-content .first-letter {
	width: 39px;
	height: 100%;
	display: table;
	float: left;
	border-top: 1px solid #e5e5e5;
	background: #f5f5f5;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.local .local-content .first-letter .letter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 700
}
.local .local-content .province-message {
	width: 1069px;
	float: left
}
.local .local-content .province-detail {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative
}
.local .local-content .province-detail:after {
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ce0c0c;
	border-right: 5px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.local .local-content .province-detail:hover {
	background: #f5f5f5
}
.local .local-content .province-detail:hover:after {
	opacity: 1
}
.local .local-content .province-name {
	width: 79px;
	height: 100%;
	display: table;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	float: left
}
.local .local-content .province-name .name {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px
}
.local .local-content .city-name {
	width: 990px;
	padding: 15px 35px 5px;
	float: left;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}
.local .local-content .city-name a {
	display: inline-block;
	margin-right: 15px;
	line-height: 1;
	margin-bottom: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.local .local-content .city-name a:hover {
	color: #ce0c0c
}
.local .local-content .city-name .none {
	color: #999
}
.matrix-form-box {
	margin-top: 10px
}
.matrix-form-box .matrix-int {
	line-height: 28px;
	background: #fff;
	font-size: 16px;
	padding: 20px 30px
}
.matrix-form-box .matrix-form-box {
	background: #fff;
	margin-top: 10px;
	padding: 30px
}
.matrix-form-box .matrix_form {
	width: 650px
}
.matrix-form-box .matrix_form .input-box {
	height: 40px;
	margin-bottom: 40px;
	position: relative
}
.matrix-form-box .matrix_form .input-box label {
	width: 65px;
	line-height: 40px;
	display: block;
	text-align: right;
	font-size: 16px;
	float: left
}
.matrix-form-box .matrix_form .input-box input {
	width: 230px;
	height: 40px;
	margin-left: 20px;
	line-height: 24px;
	padding: 8px 10px;
	border: #e5e5e5 1px solid
}
.matrix-form-box .matrix_form .input-box .tip {
	position: absolute;
	top: 45px;
	left: 85px;
	color: #e10101
}
.matrix-form-box .matrix_form .company-box input {
	width: 565px
}
.matrix-form-box .matrix_form .file-box .file {
	float: left;
	width: 120px;
	height: 40px;
	background: #ce0c0c;
	border: 1px solid #e5e5e5;
	text-align: center;
	color: #fff;
	margin-left: 20px;
	font-size: 14px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.matrix-form-box .matrix_form .file-box .file:hover {
	background: #ce0c0c
}
.matrix-form-box .matrix_form .file-box input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.matrix-form-box .matrix_form .file-box .path {
	width: 425px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-left: 20px;
	border: 1px solid #e5e5e5;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.matrix-form-box .matrix_form .input-code {
	height: 40px
}
.matrix-form-box .matrix_form .input-code .code {
	height: 40px;
	margin-left: 85px;
	float: left;
	position: relative;
	overflow: visible
}
.matrix-form-box .matrix_form .input-code .code input {
	width: 160px;
	height: 40px;
	padding: 8px 10px;
	line-height: 24px;
	border: 1px solid #e5e5e5;
	float: left
}
.matrix-form-box .matrix_form .input-code .code .tip {
	position: absolute;
	top: 45px;
	left: 0;
	color: #e10101
}
.matrix-form-box .matrix_form .input-code .code .code-img {
	height: 40px;
	margin-left: 20px;
	float: left
}
.matrix-form-box .matrix_form .input-code .code .code-img img {
	height: 100%
}
.matrix-form-box .matrix_form .input-code .matrix-submit {
	width: 160px;
	height: 40px;
	float: left;
	margin-left: 20px;
	background: #ce0c0c;
	font-size: 14px;
	color: #fff;
	border: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.matrix-form-box .matrix_form .input-code .matrix-submit:hover {
	background: #ce0c0c
}
.com-inf {
	margin-top: 10px;
	background: #fff;
	padding: 30px
}
.com-inf .com-inf-title .title {
	font-size: 20px;
	text-align: center
}
.com-inf .com-inf-title .int {
	margin-top: 15px;
	color: #999;
	font-size: 16px;
	text-align: center
}
.com-inf .division {
	margin: 30px 0;
	border-top: 1px solid #e5e5e5
}
.com-inf .com-inf-cot .text {
	font-size: 16px;
	line-height: 26px;
	color: #999
}
.com-inf .com-inf-tip {
	font-size: 16px;
	color: #e10101;
	font-weight: 600
}
.com-inf-controller {
	margin-top: 20px
}
.com-inf-controller .prev,.com-inf-controller .next {
	line-height: 1;
	color: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.com-inf-controller .prev:hover,.com-inf-controller .next:hover {
	color: #ce0c0c
}
.com-inf-controller .prev {
	float: left
}
.com-inf-controller .next {
	float: right
}
.about {
	padding: 30px;
	margin-top: 10px;
	background: #fff
}
.about .about-cot .text {
	font-size: 16px;
	line-height: 26px
}
.about .division {
	border-top: 1px solid #e5e5e5;
	margin: 30px
}
.about .about-author .about-author-cot {
	float: right
}
.about .about-author .about-author-cot .text {
	font-size: 16px;
	line-height: 26px
}
.show-video {
	margin-top: 10px;
	padding: 30px;
	background: #fff
}
.show-video .show-video-title .title {
	text-align: center;
	font-size: 20px
}
.show-video .show-video-title .time-box {
	text-align: center
}
.show-video .show-video-title .time-box .time {
	display: inline-block;
	color: #999
}
.show-video .show-video-title .time-box .size {
	margin-top: 15px;
	margin-left: 60px;
	line-height: 1;
	display: inline-block;
	color: #999
}
.show-video .show-video-title .time-box .size ul {
	display: inline-block
}
.show-video .show-video-title .time-box .size li {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.show-video .show-video-title .time-box .size .active {
	color: #ce0c0c
}
.show-video .division {
	margin: 30px 0;
	border-top: 1px solid #e5e5e5
}
.show-video .show-video-cot .video-box {
	width: 640px;
	margin: 0 auto
}
.show-video .show-video-cot .video-box video {
	width: 100%
}
.show-video .show-video-cot .text-box .text {
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	line-height: 1.6
}
.video-list {
	padding: 30px;
	background: #fff;
	margin-top: 10px
}
.video-list>ul {
	margin: -5px -10px
}
.video-list>ul>li {
	width: 33.33%;
	float: left;
	padding: 5px 10px
}
.video-list a {
	position: relative;
	display: block
}
.video-list a:hover .text-box .text {
	color: #ce0c0c
}
.video-list a .play {
	width: 60px;
	height: 60px;
	padding-left: 2px;
	margin-top: -50px;
	margin-left: -30px;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	position: absolute;
	top: 50%;
	left: 50%
}
.video-list a .play i {
	color: #ce0c0c;
	font-size: 20px
}
.video-list .img-box {
	width: 100%;
	height: 175px
}
.video-list .text-box {
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	text-align: center
}
.video-list .text-box .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.page-controller {
	width: 100%;
	text-align: center;
	margin-top: 20px
}
.page-controller ul {
	display: inline-block
}
.page-controller li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	float: left;
	text-align: center;
	color: #fff;
	background: #ccc;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.page-controller li:last-child {
	margin-right: 0
}
.page-controller li:hover {
	background: #ce0c0c
}
.page-controller .active {
	background: #ce0c0c
}
.download {
	margin-top: 10px;
	min-height: 500px;
}
.download .download-int {
	width: 240px;
	float: left
}
.download .download-list {
	width: 240px;
	background: #fff
}
.download .download-list li {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #e5e5e5;
	padding-left: 30px;
	padding-right: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.download .download-list li:hover {
	border-color: #ce0c0c
}
.download .download-list li:hover .text,.download .download-list li:hover .arrow {
	color: #ce0c0c;
	opacity: 1
}
.download .download-list a {
	display: block
}
.download .download-list a i {
	line-height: 50px;
	font-size: 20px;
	float: left;
	color: #ce0c0c
}
.download .download-list a .text {
	margin-left: 10px;
	float: left;
	font-size: 18px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: 15px;
    letter-spacing: 1px;
}
.download .download-list a .arrow {
	float: left;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.download .download-list .active {
	border-color: #ce0c0c
}
.download .download-list .active .text,.download .download-list .active .arrow {
	color: #ce0c0c;
	opacity: 1
}
.download .download-hot {
	width: 100%;
	margin-top: 10px
}
.download .download-hot .download-hot-title {
	height: 50px;
	line-height: 50px;
	background: #ce0c0c;
	padding: 0 30px;
	color: #fff;
	font-size: 16px
}
.download .download-hot ul {
	padding: 30px 20px;
	padding-bottom: 10px;
	background: #fff
}
.download .download-hot li {
	line-height: 1;
	margin-bottom: 20px;
	color: #999;
	padding-left: 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.download .download-hot li:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #999;
	position: absolute;
	left: 0;
	top: 5px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.download .download-hot li:hover {
	color: #ce0c0c
}
.download .download-hot li:hover:before {
	background: #ce0c0c
}
.download .download-cot {
	width: 920px;
	float: right;
	padding: 30px;
	background: #fff;
	min-height: 500px;
}
.download .download-link-list li {
	height: 16px;
	line-height: 1;
	margin-bottom: 20px;
	padding-right:20px;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.download .download-link-list li:hover .text {
	color: #ce0c0c
}
.download .download-link-list li:hover .text:before {
	background: #ce0c0c
}
.download .download-link-list .text {
	font-size: 15px;
	padding-left: 15px;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative
}
.download .download-link-list .text:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #414141;
	position: absolute;
	top: 5px;
	left: 0
}
.download .download-link-list .project{
	height: 23%;
	display: flex;
	flex-wrap: wrap;
}
.download .download-link-list .date {
	font-size: 12px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	font-family: sans-serif;
}
.download .download-link-list .division {
	margin: 30px 0;
	border-top: 1px solid #e5e5e5
}
.online-answer {
	margin-top: 10px;
	padding-bottom: 30px;
	background: #fff
}
.online-answer .online-answer-list {
	padding: 30px
}
.online-answer .online-answer-list li {
	width: 33.33%;
	float: left;
	padding: 0 30px;
	margin-bottom: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.online-answer .online-answer-list li:hover {
	-webkit-box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.08);
	box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.08)
}
.online-answer .online-answer-list li:hover i {
	color: #ce0c0c
}
.online-answer .online-answer-list li:hover .name {
	display: none
}
.online-answer .online-answer-list li:hover .hover-text {
	opacity: 1
}
.online-answer .online-answer-list li a {
	display: block;
	height: 60px;
	overflow: hidden
}
.online-answer .online-answer-list li i {
	margin-top: 8px;
	font-size: 40px;
	float: left;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.online-answer .online-answer-list li .name {
	text-align: center;
	margin-left: 60px;
	font-size: 16px;
	line-height: 60px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.online-answer .online-answer-list li .hover-text {
	text-align: center;
	margin-left: 60px;
	font-size: 16px;
	line-height: 60px;
	color: #ce0c0c;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0
}
.online-answer .page-controller {
	margin-top: 0;
	margin-bottom: 30px
}
.online-test {
	padding: 30px;
	margin-top: 10px;
	background: #fff
}
.online-test li {
	margin-bottom: 30px
}
.online-test .question-text {
	font-size: 20px
}
.online-test .option-box {
	margin-top: 20px
}
.online-test .option-box input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.online-test .option-box label {
	display: block
}
.online-test .option-box .radio-btn {
	width: 14px;
	height: 14px;
	margin-top: 1px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	float: left
}
.online-test .option-box .radio-btn .circle {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	background: #ce0c0c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0
}
.online-test .option-box .text {
	margin-left: 25px;
	font-size: 16px;
	line-height: 1;
	color: #999
}
.online-test .option-box .active .radio-btn .circle {
	opacity: 1
}
.online-test .online-test-submit {
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin-top: 50px;
	background: #ce0c0c;
	color: #fff;
	border: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.online-test .online-test-submit:hover {
	background: #ce0c0c
}
.show-download {
	margin-top: 10px;
	padding: 30px;
	background: #fff
}
.show-download .show-download-title .title {
	text-align: center;
	font-size: 20px
}
.show-download .show-download-title .time-box {
	text-align: center
}
.show-download .show-download-title .time-box .time {
	display: inline-block;
	color: #999
}
.show-download .show-download-title .time-box .size {
	margin-top: 15px;
	margin-left: 60px;
	line-height: 1;
	display: inline-block;
	color: #999
}
.show-download .show-download-title .time-box .size ul {
	display: inline-block
}
.show-download .show-download-title .time-box .size li {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.show-download .show-download-title .time-box .size .active {
	color: #ce0c0c
}
.show-download .show-download-title .time-box .print {
	margin-left: 50px;
	display: inline-block;
	color: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.show-download .show-download-title .time-box .print:hover {
	color: #ce0c0c
}
.show-download .division {
	margin: 30px 0;
	border-top: 1px solid #e5e5e5
}
.show-download .show-download-cot .cot-title {
	font-size: 16px;
	color: #ce0c0c
}
.show-download .show-download-cot .text-box .text {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	line-height: 1.6
}
.show-download .show-download-cot .download-btn {
	margin-top: 55px
}
.show-download .show-download-cot .download-btn a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #ce0c0c;
	display: block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.show-download .show-download-cot .download-btn a:hover {
	background: #ce0c0c
}
.show-download-controller {
	margin-top: 20px
}
.show-download-controller .prev,.show-download-controller .next {
	line-height: 1;
	color: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.show-download-controller .prev:hover,.show-download-controller .next:hover {
	color: #ce0c0c
}
.show-download-controller .prev {
	float: left
}
.show-download-controller .next {
	float: right
}
.show-inf {
	margin-top: 10px;
	padding: 30px;
	background: #fff;
	position: relative
}
.show-inf .show-inf-title .title {
	text-align: center;
	font-size: 20px
}
.show-inf .show-inf-title .time-box {
	text-align: center
}
.show-inf .show-inf-title .time-box .time {
	display: inline-block;
	color: #999
}
.show-inf .show-inf-title .time-box .size {
	margin-top: 15px;
	margin-left: 60px;
	line-height: 1;
	display: inline-block;
	color: #999
}
.show-inf .show-inf-title .time-box .size ul {
	display: inline-block
}
.show-inf .show-inf-title .time-box .size li {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.show-inf .show-inf-title .time-box .size .active {
	color: #ce0c0c
}
.show-inf .show-inf-title .time-box .print {
	margin-left: 50px;
	display: inline-block;
	color: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.show-inf .show-inf-title .time-box .print:hover {
	color: #ce0c0c
}
.show-inf .division {
	margin: 30px 0;
	border-top: 1px solid #e5e5e5
}
.show-inf .show-inf-cot .cot-title {
	font-size: 16px;
	color: #ce0c0c
}
.show-inf .show-inf-cot>.text-box .text {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	line-height: 1.6
}
.show-inf .show-inf-cot>.text-box .text-dl {
	margin-top: 20px
}
.show-inf .show-inf-cot>.text-box .text-dl .text-title {
	font-size: 16px
}
.show-inf .show-inf-cot>.text-box .text-dl .text {
	font-size: 14px;
	color: #999;
	margin-top: 5px
}
.show-inf .show-inf-cot .author-box .text-box {
	float: right
}
.show-inf .show-inf-cot .author-box .text {
	text-align: right;
	font-size: 16px;
	line-height: 1;
	margin-top: 10px
}
.show-inf .show-inf-cot .author {
	text-align: right;
	margin-top: 60px;
	line-height: 1
}
.show-inf .show-inf-share {
	position: absolute;
	left: 30px;
	bottom: 10px
}
.show-inf-controller {
	margin-top: 20px
}
.show-inf-controller .prev,.show-inf-controller .next {
	line-height: 1;
	color: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.show-inf-controller .prev:hover,.show-inf-controller .next:hover {
	color: #ce0c0c
}
.show-inf-controller .prev {
	float: left
}
.show-inf-controller .next {
	float: right
}
.select-matrix {
	margin-top: 10px;
	background: #fff
}
.select-matrix .select-matrix-title {
	height: 50px;
	padding: 0 30px;
	border-bottom: 2px solid #ce0c0c
}
.select-matrix .select-matrix-title .title {
	float: left;
	font-size: 20px;
	line-height: 50px;
	color: #ce0c0c
}
.select-matrix .select-matrix-title .local-form {
	float: right;
	height: 30px;
	margin-top: 10px
}
.select-matrix .select-matrix-title .local-input {
	float: left;
	width: 200px;
	height: 30px;
	line-height: 24px;
	padding: 3px 10px;
	display: block;
	border: 1px solid #ce0c0c;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.select-matrix .select-matrix-title .local-input::-webkit-input-placeholder {
	color: #999
}
.select-matrix .select-matrix-title .local-input:-moz-placeholder {
	color: #999
}
.select-matrix .select-matrix-title .local-input::-moz-placeholder {
	color: #999
}
.select-matrix .select-matrix-title .local-input:-ms-input-placeholder {
	color: #999
}
.select-matrix .select-matrix-title .local-submit {
	float: left;
	width: 60px;
	height: 30px;
	background: #ce0c0c;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 0
}
.select-matrix .select-matrix-title .local-submit i {
	color: #fff
}
.select-matrix .select-list {
	padding: 0 30px;
	padding-top: 20px
}
.select-matrix .select-list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px
}
.select-matrix .select-list a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	-webkit-box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.03);
	-moz-box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.03);
	box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.03)
}
.select-matrix .select-list .name {
	padding-left: 15px;
	float: left;
	position: relative
}
.select-matrix .select-list .name:before {
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ce0c0c;
	position: absolute;
	left: 0;
	top: 50%
}
.select-matrix .select-list .img-box {
	width: 25px;
	height: 25px;
	margin-left: 30px;
	float: right;
	margin-top: 10px
}
.belong-matrix {
	margin-top: 10px;
	background: #fff
}
.belong-matrix .provincial-level {
	padding: 20px 30px
}
.belong-matrix .provincial-name {
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ccc;
	color: #ce0c0c;
	font-size: 16px
}
.belong-matrix .provincial-list {
	padding: 20px 30px;
	border: 1px solid #ccc;
	border-top: 0
}
.belong-matrix .provincial-list .tip {
	color: #ce0c0c;
	line-height:
}
.belong-matrix .provincial-list ul {
	margin: -10px;
	margin-top: 20px
}
.belong-matrix .provincial-list li {
	width: 25%;
	padding: 10px;
	float: left
}
.belong-matrix .provincial-list a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	-webkit-box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.01);
	-moz-box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.01);
	box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.01)
}
.belong-matrix .provincial-list .name {
	padding-left: 15px;
	float: left;
	color: #999;
	position: relative
}
.belong-matrix .provincial-list .name:before {
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ce0c0c;
	position: absolute;
	left: 0;
	top: 50%
}
.belong-matrix .provincial-list .img-box {
	width: 25px;
	height: 25px;
	margin-left: 30px;
	float: right;
	margin-top: 10px
}
.lower-matrix {
	padding: 30px 110px;
	background: #fff;
	margin-top: 10px
}
.lower-matrix .lower-matrix-cot {
	margin: -20px
}
.lower-matrix .lower-matrix-cot .lower-matrix-item {
	width: 33.33%;
	float: left;
	padding: 10px
}
.lower-matrix .lower-matrix-cot .matrix-item-cot {
	border: 1px solid #ccc
}
.lower-matrix .lower-matrix-cot .matrix-item-cot>.name {
	line-height: 45px;
	height: 45px;
	padding: 0 30px;
	color: #ce0c0c;
	font-size: 16px;
	border-bottom: 1px solid #ccc
}
.lower-matrix .lower-matrix-cot .cot .tip {
	line-height: 45px;
	height: 45px;
	padding: 0 30px;
	color: #ce0c0c
}
.lower-matrix .lower-matrix-cot .matrix-item-list {
	padding: 0 30px
}
.lower-matrix .lower-matrix-cot .matrix-item-item {
	height: 45px;
	padding: 0 15px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.01);
	-moz-box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.01);
	box-shadow: 0 0 9.2px .8px rgba(0,0,0,0.01)
}
.lower-matrix .lower-matrix-cot .matrix-item-item .name {
	line-height: 45px;
	padding-left: 15px;
	float: left;
	position: relative
}
.lower-matrix .lower-matrix-cot .matrix-item-item .name:before {
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ce0c0c;
	position: absolute;
	left: 0;
	top: 50%
}
.lower-matrix .lower-matrix-cot .matrix-item-item .img-box {
	width: 25px;
	height: 25px;
	margin-left: 30px;
	float: right;
	margin-top: 10px
}
.show-result {
	width: 590px;
	background: #fff;
	margin: 90px auto;
	padding: 5px
}
.show-result .show-result-cot {
	border: 1px dashed #e5e5e5;
	padding: 40px 80px
}
.show-result .result-tip {
	color: #ce0c0c;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	font-weight: 700
}
.show-result .result-list {
	margin: 0 -5px;
	margin-top: 30px
}
.show-result .result-item {
	width: 25%;
	float: left;
	padding: 0 5px;
	margin-top: 20px
}
.show-result .result-item .result-detail {
	line-height: 24px;
	height: 24px;
	position: relative
}
.show-result .result-item .result {
	font-size: 24px;
	margin-right: 5px;
	display: inline-block
}
.show-result .result-item .right {
	font-size: 24px;
	color: #39b214;
	display: inline-block
}
.show-result .result-item .line {
	width: 40px;
	height: 2px;
	background: #ce0c0c;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
	position: absolute;
	left: 0;
	top: 10px
}
.msg-board-box {
	margin-top: 10px
}
.msg-board-box .hide-ewm {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,0.4);
	display: none
}
.msg-board-box .hide-ewm .ewm-box {
	width: 220px;
	height: 220px;
	padding: 10px;
	margin-top: -110px;
	margin-left: -110px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff
}
.msg-board-box .hide-ewm .ewm-box img {
	width: 100%
}
.msg-board {
	width: 770px;
	float: left
}
.msg-board .msg-board-title .title {
	width: 620px;
	height: 50px;
	padding: 0 30px;
	line-height: 50px;
	background: #ce0c0c;
	font-size: 20px;
	float: left;
	color: #fff
}
.msg-board .msg-board-title .msg-btn {
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: right;
	color: #fff;
	background: #ce0c0c;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.msg-board .msg-board-title .msg-btn:hover {
	background: #ce0c0c
}
.msg-board .publish {
	width: 100%;
	background: #fff;
	margin-top: 10px;
	padding: 15px 30px 30px;
	position: relative;
	display: none
}
.msg-board .publish .publish-title {
	width: 100%
}
.msg-board .publish .publish-title .publish-title-input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 10px;
	border: 1px solid #ccc
}
.msg-board .publish .publish-title .publish-title-input::-webkit-input-placeholder {
	color: #999
}
.msg-board .publish .publish-title .publish-title-input:-moz-placeholder {
	color: #999
}
.msg-board .publish .publish-title .publish-title-input::-moz-placeholder {
	color: #999
}
.msg-board .publish .publish-title .publish-title-input:-ms-input-placeholder {
	color: #999
}
.msg-board .publish .publish-text {
	margin-top: 20px
}
.msg-board .publish .publish-text .publish-text-input {
	display: block;
	width: 100%;
	height: 140px;
	border: 1px solid #ccc;
	padding: 10px
}
.msg-board .publish .publish-submit {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	background: #ce0c0c;
	color: #fff;
	border: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.msg-board .publish .publish-submit:hover {
	background: #ce0c0c
}
.msg-board .publish .login-group {
	height: 40px;
	position: absolute;
	bottom: 30px;
	right: 30px
}
.msg-board .publish .login-group .text {
	height: 40px;
	line-height: 40px;
	color: #999;
	float: left;
	margin-right: 20px
}
.msg-board .publish .login-group ul {
	float: left;
	height: 40px
}
.msg-board .publish .login-group .qq,.msg-board .publish .login-group .wechat {
	width: 40px;
	height: 40px;
	padding: 10px;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e5e5e5;
	float: left
}
.msg-board .publish .login-group .qq svg,.msg-board .publish .login-group .wechat svg {
	width: 20px;
	height: 20px
}
.msg-board .msg-board-comment {
	background: #fff;
	margin-top: 10px;
	padding: 15px 30px 30px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.msg-board .msg-board-comment>.personal-msg {
	height: 40px
}
.msg-board .msg-board-comment>.personal-msg .icon-box {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden
}
.msg-board .msg-board-comment>.personal-msg .icon-box img {
	width: 100%
}
.msg-board .msg-board-comment>.personal-msg .name {
	float: left;
	line-height: 40px;
	color: #ce0c0c;
	font-weight: 700
}
.msg-board .msg-board-comment>.personal-msg .area {
	float: left;
	margin-left: 5px;
	line-height: 40px;
	color: #999
}
.msg-board .msg-board-comment>.personal-msg .time-box {
	height: 40px;
	float: right;
	line-height: 40px
}
.msg-board .msg-board-comment>.personal-msg .time-box .date,.msg-board .msg-board-comment>.personal-msg .time-box .time {
	float: left;	color: #999;
	font-size: 12px;
	font-family: sans-serif;

}
.msg-board .msg-board-comment>.personal-msg .time-box .time {
	margin-left: 15px
}
.msg-board .msg-board-comment .appear-cot {
	margin-top: 30px;
	padding-left: 10px
}
.msg-board .msg-board-comment .appear-cot .appear-title {
	font-size: 20px
}
.msg-board .msg-board-comment .appear-cot .division {
	margin: 10px 0;
	border-top: 1px solid #e5e5e5
}
.msg-board .msg-board-comment .appear-cot .appear-text {
	font-size: 16px;
	line-height: 30px
}
.msg-board .msg-board-comment .btn-group {
	text-align: right;
	color: #ce0c0c;
	margin-top: 20px
}
.msg-board .msg-board-comment .btn-group .reply {
	display: inline-block;
	cursor: pointer
}
.msg-board .msg-board-comment .btn-group .open {
	margin-left: 15px;
	display: inline-block;
	cursor: pointer
}
.msg-board .msg-board-comment .btn-group .open .close-text {
	display: inline-block;
	display: none
}
.msg-board .msg-board-comment .btn-group .open .open-text {
	display: inline-block;
	color: #ce0c0c
}
.msg-board .msg-board-comment .btn-group .open i {
	display: inline-block;
	font-size: 12px;
	color: #ce0c0c;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.msg-board .msg-board-comment .btn-group .open .up {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #ce0c0c
}
.msg-board .msg-board-comment .comment-box {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}
.msg-board .msg-board-comment .comment-box .comment-list {
	padding: 20px 30px 15px 10px;
	border: 1px solid #e5e5e5
}
.msg-board .msg-board-comment .comment-box .comment-item {
	margin-top: 15px
}
.msg-board .msg-board-comment .comment-box .comment-item:first-child {
	margin-top: 0
}
.msg-board .msg-board-comment .comment-box .comment-item:last-child .division {
	display: none
}
.msg-board .msg-board-comment .comment-box .division {
	margin-top: 10px;
	border-top: 1px dashed #e5e5e5
}
.msg-board .msg-board-comment .one-level-comment {
	position: relative
}
.msg-board .msg-board-comment .one-level-comment .onelevel-personal-box {
	height: 14px
}
.msg-board .msg-board-comment .one-level-comment .onelevel-personal-box .name {
	float: left;
	color: #ce0c0c;
	line-height: 1;
	font-weight: 700
}
.msg-board .msg-board-comment .one-level-comment .onelevel-personal-box .area {
	color: #999;
	float: left;
	line-height: 1;
	margin-left: 5px
}
.msg-board .msg-board-comment .one-level-comment .onelevel-personal-box .time-box {
	height: 16px;
	float: right;
	margin-right: 30px;
	line-height: 40px
}
.msg-board .msg-board-comment .one-level-comment .onelevel-personal-box .time-box .date,.msg-board .msg-board-comment .one-level-comment .onelevel-personal-box .time-box .time {
	line-height: 16px;
	float: left;	color: #999;
	font-size: 12px;
	font-family: sans-serif;

}
.msg-board .msg-board-comment .one-level-comment .onelevel-personal-box .time-box .time {
	margin-left: 15px
}
.msg-board .msg-board-comment .one-level-comment .onelevel-personal-box .floor {
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	color: #999
}
.msg-board .msg-board-comment .one-level-comment .onelevel-comment-cot {
	margin-top: 15px;
	font-size: 16px;
	line-height: 30px;
	padding-right: 10px
}
.msg-board .msg-board-comment .one-level-comment .open-list {
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #ce0c0c;
	font-size: 12px;
	cursor: pointer
}
.msg-board .msg-board-comment .one-level-comment .open-list .text {
	padding: 0 30px;
	display: inline-block;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.msg-board .msg-board-comment .two-level-comment {
	padding: 20px 15px;
	background: #f3f3f3;
	display: none
}
.msg-board .msg-board-comment .two-level-comment .twolevel-list .twolevel-item {
	margin-top: 15px
}
.msg-board .msg-board-comment .two-level-comment .twolevel-list .twolevel-item .twolevel-personal-box {
	height: 14px
}
.msg-board .msg-board-comment .two-level-comment .twolevel-list .twolevel-item .twolevel-personal-box .name {
	float: left;
	color: #ce0c0c;
	line-height: 1;
	font-weight: 700
}
.msg-board .msg-board-comment .two-level-comment .twolevel-list .twolevel-item .twolevel-personal-box .area {
	color: #999;
	float: left;
	line-height: 1;
	margin-left: 5px
}
.msg-board .msg-board-comment .two-level-comment .twolevel-list .twolevel-item .twolevel-personal-box .time-box {
	height: 16px;
	float: right;
	line-height: 40px
}
.msg-board .msg-board-comment .two-level-comment .twolevel-list .twolevel-item .twolevel-personal-box .time-box .date,.msg-board .msg-board-comment .two-level-comment .twolevel-list .twolevel-item .twolevel-personal-box .time-box .time {
	line-height: 1;
	float: left;	color: #999;
	font-size: 12px;
	font-family: sans-serif;

}
.msg-board .msg-board-comment .two-level-comment .twolevel-list .twolevel-item .twolevel-personal-box .time-box .time {
	margin-left: 15px
}
.msg-board .msg-board-comment .two-level-comment .twolevel-list .twolevel-item .twolevel-comment-cot {
	margin-top: 10px;
	line-height: 20px
}
.msg-board .msg-board-comment .two-level-comment .i-say {
	margin-top: 15px
}
.msg-board .msg-board-comment .two-level-comment .i-say .i-say-cot-input {
	width: 500px;
	height: 60px;
	padding: 10px 15px;
	float: left;
	background: #fff;
	border: none
}
.msg-board .msg-board-comment .two-level-comment .i-say .i-say-cot-input::-webkit-input-placeholder {
	color: #999
}
.msg-board .msg-board-comment .two-level-comment .i-say .i-say-cot-input:-moz-placeholder {
	color: #999
}
.msg-board .msg-board-comment .two-level-comment .i-say .i-say-cot-input::-moz-placeholder {
	color: #999
}
.msg-board .msg-board-comment .two-level-comment .i-say .i-say-cot-input:-ms-input-placeholder {
	color: #999
}
.msg-board .msg-board-comment .two-level-comment .i-say .i-say-submit {
	width: 120px;
	height: 60px;
	line-height: 60px;
	float: right;
	text-align: center;
	color: #fff;
	background: #ce0c0c;
	border: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.msg-board .msg-board-comment .two-level-comment .i-say .i-say-submit:hover {
	background: #ce0c0c
}
.msg-board .msg-board-comment .reply-box {
	width: 100%;
	background: #fff;
	margin-top: 10px;
	padding-left: 10px;
	position: relative;
	display: none
}
.msg-board .msg-board-comment .reply-box .reply-text {
	margin-top: 20px
}
.msg-board .msg-board-comment .reply-box .reply-text .reply-text-input {
	display: block;
	width: 100%;
	height: 140px;
	border: 1px solid #ccc;
	padding: 10px
}
.msg-board .msg-board-comment .reply-box .reply-submit {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	background: #ce0c0c;
	color: #fff;
	border: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.msg-board .msg-board-comment .reply-box .reply-submit:hover {
	background: #ce0c0c
}
.msg-board .msg-board-comment .reply-box .login-group {
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0
}
.msg-board .msg-board-comment .reply-box .login-group .text {
	height: 40px;
	line-height: 40px;
	color: #999;
	float: left;
	margin-right: 20px
}
.msg-board .msg-board-comment .reply-box .login-group ul {
	float: left;
	height: 40px
}
.msg-board .msg-board-comment .reply-box .login-group .qq,.msg-board .msg-board-comment .reply-box .login-group .wechat {
	width: 40px;
	height: 40px;
	padding: 10px;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e5e5e5;
	float: left
}
.msg-board .msg-board-comment .reply-box .login-group .qq svg,.msg-board .msg-board-comment .reply-box .login-group .wechat svg {
	width: 20px;
	height: 20px
}
.msg-board .page-controller {
	margin-top: 30px;
	margin-bottom: 10px
}
.hot-topic {
	width: 370px;
	float: right
}
.hot-topic .hot-topic-title {
	height: 50px;
	padding: 0 30px;
	background: #ce0c0c
}
.hot-topic .hot-topic-title .title {
	color: #fff;
	line-height: 50px;
	font-size: 20px
}
.hot-topic .hot-topic-list {
	margin-top: 10px;
	background: #fff;
	padding: 30px
}
.hot-topic .hot-topic-list li {
	line-height: 1;
	margin-bottom: 20px
}
.hot-topic .hot-topic-list li:last-child {
	margin-bottom: 0
}
.hot-topic .hot-topic-list a {
	display: block;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	color: #999;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.hot-topic .hot-topic-list a:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #ce0c0c;
	position: absolute;
	left: 0;
	top: 5px
}
.hot-topic .hot-topic-list a:hover {
	color: #ce0c0c
}
.new_division {
	border-top: 1px solid #e5e5e5;
}
.new_text {
	font-size: 16px;
	line-height: 1;
	color: #999;
}
.reight {
	float:right;
	color:#ce0c0c;
	font-size: 16px;
}




.top_menu {
    font-size: 14px;
    width: 100%;
    height: 35px;
    background-color: #f5f5f5;
    color: #666666;
    border-bottom: 1px solid #E2E0E0;
}
.top_name {
    display: inline-block;
    padding-top: 7px;
}.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.top_lang {
    float: right;
/*    height: 35px;
    padding: 0px 10px;*/
	color:#da0000;
	padding-top: 10px;
}
.address{
	height: 23%;
	display: flex;
	flex-wrap: wrap;
}
.address li{
	height: 15px;
}


/*忘记密码**/

.forget_pwd_box{
	padding-left: 57%;
	padding-top:1%;
}

.forget_pwd{
	color:#3B98E0
}
