@charset "gb2312";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
a, h1, h2, h3, h4, h5, h6, input, select, button, option, textarea, optgroup {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	color: inherit;
	outline: none;
}
html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:#f6f5f5;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 1.8rem;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- header Style ---- */
.header_coat {
	background: url(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 1.5rem;
	overflow: hidden;
	width: 100%;
}
.header {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	height: 1.5rem;
}
.header img{
	height: 100%;
	width: auto;
}
.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}
.header .link a {
	color: #333;
	margin: 0 0.3rem;
}
@media (max-width:414px) {
	.header_coat{
		display: none;
	}
	.header .link {
		display: none;
	}
}

/* ---- banner Style ---- */
.bannerBox{
	width: 100%;
	background: url(../img/banner.jpg) center center repeat-x;
	background-size: auto 100%;
	margin: 0 auto;
}
.bannerBox .container{
	height: 100%;
}
.bannerBox .logo{
	position: absolute;
	left: 10px;
	top: 5%;
	width: 10.83%;
	height: auto;
}
.bannerBox  .tohome{
	display: none;
	position: absolute;
	right: 10px;
	top: 5%;
	cursor: pointer;
	color: #cd0000;
	padding: 0;
	border-radius: 0.4rem;
	width: 1.8rem;
	height: 1.8rem;
	z-index: 9990;
	border: 0.05rem solid #cd0000;
	background: url(../img/icon_home.png) center center no-repeat rgba(255,255,255,0.4);
	background-size: 1.2rem 1.2rem;
	overflow: hidden;
	text-indent: -9999px;
}
.toggle-nav {
	display: none;
	position: absolute;
	right: 10px;
	top: 5%;
	cursor: pointer;
	color: #cd0000;
	padding: 0.4rem 0 0 0.3rem;
	border-radius: 0.4rem;
	width: 1.8rem;
	height: 1.8rem;
	z-index: 9990;
	border: 0.05rem solid #cd0000;
	background: rgba(255,255,255,0.4);
}
.toggle-nav.open span.m, .toggle-nav.open span.n, .toggle-nav.open span.u {
	opacity: 1;
}
.toggle-nav span.m, .toggle-nav span.n, .toggle-nav span.u {
	font-size: 1rem;
	opacity: 0;
	-webkit-transition: 250ms;
	transition: 250ms;
	letter-spacing: 2px;
}
.toggle-nav span.e {
	display: inline-block;
	height: 0.95rem;
	width: 1.1rem;
}
.toggle-nav span.e.btn-close span.bar:nth-child(1) {
	-webkit-transition: 250ms;
	transition: 250ms;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0.4rem;
}
.toggle-nav span.e.btn-close span.bar:nth-child(2) {
	opacity: 0;
	-webkit-transition: 250ms;
	transition: 250ms;
}
.toggle-nav span.e.btn-close span.bar:nth-child(3) {
	-webkit-transition: 250ms;
	transition: 250ms;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 0.4rem;
}
.toggle-nav span.e span.bar {
	-webkit-transition: 250ms;
	transition: 250ms;
	position: relative;
	display: block;
	background: #cd0000;
	border-bottom: 0.05rem solid #cd0000;
	width: 1.1rem;
	height: 1px;
	line-height: 0;
}
.toggle-nav span.e span.bar:nth-child(2) {
	margin: 0.3rem 0;
}
.toggle-nav:hover span.m, .toggle-nav:hover span.n, .toggle-nav:hover span.u {
	opacity: 1;
	-webkit-transition: 250ms;
	transition: 250ms;
}
@media (max-width:768px) {
	.bannerBox .logo{
		width: 20%;
	}
	.toggle-nav{
		display: none;
	}
	.bannerBox  .tohome{
		display: block;
	}
}
.mainBox{
	position: relative;
	width: 100%;
}
@media (max-width:1560px) {
	.mainBox{
		width: calc(100% - 8.8rem);
		float: right;
	}
}
@media (max-width:768px) {
	.mainBox{
		width: 100%;
		float: right;
	}
}
/* ---- container Style ---- */
.menuBox_btn{
	display: none;
}
.menuBox{
	position: absolute;
	top: 1.8rem;
	left: -9.3rem;
	width: 7.6rem;
	z-index: 999;
}
.menuBox>li {
	display: block;
	margin: 0 0 0.3rem;
}

.menuBox>li>a.afinve{
	display: block;
	height: 2.4rem;
	line-height: 2.4rem;
	border-radius: 1.2rem;
	padding: 0rem 1.6rem 0rem;
	background: #e2e2e2;
	width: 100%;
	font-size: 1.4rem;
	color: #666;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.menuBox>li.open>a.afinve{
	background: #e30000;
	color: #fff;
}
.menuBox>li>a.afinve::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -0.1rem;
	right: 1rem;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 0.3rem transparent;
	border-top: solid 0.4rem #666666;
}
.menuBox>li.open>a.afinve::after{
	border-top: solid 0.4rem #fff;
}
.menuBox>li>ul.sub-menu,
.menuBox>li>ul.sub-menu>li>ul.sub-menu{ 
	display: none;
	list-style: none; 
	clear: both; 
	margin: 0.4rem 0px 0.7rem; 
}
.menuBox>li>ul.sub-menu li {
	position: relative;
	height: 2rem;
	border: 0.05rem solid #f6f5f5;
	background: #f6f5f5;
	line-height: 1.9rem;
	text-align: center;
	padding: 0 1.2rem;
	border-radius: 1rem;
	font-size: 1rem;
	color: #e30000;
}
.menuBox>li>ul.sub-menu li.active{
	border: 0.05rem solid #d7d7d7;
}
.menuBox>li>ul.sub-menu li::after{
	content: "";
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -0.2rem;
	right: 0.7rem;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 0.25rem transparent;
	border-left: solid 0.4rem #e30000;
}
.menuBox>li>ul.sub-menu li.active::after{
	display: block;
}
@media (max-width:1560px) {
	.menuBox{
		left: -8.8rem;
	}
}
@media (max-width:768px) {
	.menuBox{
		margin-top: 1.6rem;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		z-index: 999;
		display: flex;
		justify-content: start;
		align-items: flex-start;
		align-content: flex-start;
		flex-wrap: wrap;
	}
	.menuBox>li {
		width: 31%;
		margin: 0 0 0.8rem;
		margin-right: 2%;
		position: relative;
	}
	.menuBox>li:nth-of-type(3n) {
		margin-right: 0;
	}
	.menuBox>li>a.afinve{
		display: block;
		height: 2.4rem;
		line-height: 2.4rem;
		border-radius: 1.2rem;
		padding: 0rem 1.6rem 0rem;
		background: #e2e2e2;
		width: 100%;
		font-size: 1.4rem;
		color: #666;
		position: relative;
		text-decoration: none;
		z-index: 1;
	}
	.menuBox>li.open>a.afinve{
		background: #e30000;
		color: #fff;
	}
	.menuBox>li>a.afinve::after{
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -0.1rem;
		right: 1rem;
		height: 0;
		width: 0;
		line-height: 0;
		font-size: 0;
		border: solid 0.3rem transparent;
		border-top: solid 0.4rem #666666;
	}
	.menuBox>li.open>a.afinve::after{
		border-top: solid 0.4rem #fff;
	}
	.menuBox>li>ul.sub-menu,
	.menuBox>li>ul.sub-menu>li>ul.sub-menu{ 
		display: none !important;
		position: absolute;
		list-style: none; 
		clear: both; 
		margin: 0.4rem 0px 0.7rem; 
		top: 100%;
		width: 100%;
		left: 0;
		z-index: 9;
		box-shadow: 0 0 0.3rem rgba(0,0,0,0);
		transition: .3s ease-in-out;
		opacity: 0;
	}
	.menuBox>li:hover>ul.sub-menu,
	.menuBox>li>ul.sub-menu>li:hover>ul.sub-menu{
		display: block !important;
		opacity: 1;
	}
	.menuBox>li>ul.sub-menu li {
		position: relative;
		height: 2rem;
		border: 0.05rem solid #f6f5f5;
		background: #f6f5f5;
		line-height: 1.9rem;
		text-align: center;
		padding: 0 1.2rem;
		border-radius: 1rem;
		font-size: 1rem;
		color: #e30000;
		margin-bottom: 0.4rem;
		box-shadow: 0 0 0.4rem rgba(0,0,0,0.2);
	}
	.menuBox>li>ul.sub-menu li.active{
		border: 0.05rem solid rgba(218,0,0,1);
		box-shadow: 0 0 0.4rem rgba(218,0,0,0.5);
	}
	.menuBox>li>ul.sub-menu li::after{
		content: "";
		display: none;
		position: absolute;
		top: 50%;
		margin-top: -0.2rem;
		right: 0.7rem;
		height: 0;
		width: 0;
		line-height: 0;
		font-size: 0;
		border: solid 0.25rem transparent;
		border-left: solid 0.4rem #e30000;
	}
	.menuBox>li>ul.sub-menu li.active::after{
		display: block;
	}
}
/* ---- container Style ---- */
.personBox{
	padding-top: 1.8rem;
	width: 100%;
	margin-bottom: 1rem;
	display: none;
}
.personList h1.head{
	height: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	font-size: 1.8rem;
	color: #e30000;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 1.7rem;
}
.personList h1.head i.il,
.personList h1.head i.ir{
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
	background: #d3cfcd;
}
.personList h1.head i.il{
	left: 0;
}
.personList h1.head i.ir{
	right: 0;
}
.persons li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 4.5%;
	overflow: hidden;
}
.persons li:nth-of-type(3n){
	margin-right: 0;
}
.persons li .pic{
	width: 37.4%;
	float: left;
	height: 9.7rem;
	position: relative;
	overflow: hidden;
	background: #eee;
}
.persons li .pic a{
	display: block;
	height: 100%;
	width: 100%;
}
.persons li .pic img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.persons li .con{
	width: 58%;
	float: right;
	min-height: 9.7rem;
	padding-bottom: 2.2rem;
	position: relative;
}
.persons li .con h1{
	line-height: 1.5rem;
	font-size: 1.2rem;
	color: #333;
	font-weight: normal;
	padding: 0.3rem 0;
}
.persons li .con p{
	line-height: 1.4rem;
	font-size: 0.9rem;
	color: #333;
	padding: 0.4rem 0;
}
.persons li .con a.btn{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2rem;
	line-height: 2rem;
	border: none;
	outline: none;
	border-radius: 0.4rem;
	font-size: 0.9rem;
	color: #fff;
	padding: 0 0.6rem 0 1.6rem;
	background: url(../img/icon_jianjie.png) 0.5rem center no-repeat #e30000;
	background-size: auto 0.9rem;
}
.persons li .con a.btn:hover{
	text-decoration: none;
}
@media (max-width:1000px) {
	.persons li{
		width: 48%;
		margin-right: 4%;
	}
	.persons li:nth-of-type(3n){
		margin-right: 4%;
	}
	.persons li:nth-of-type(2n){
		margin-right: 0%;
	}
}
@media (max-width:500px) {
	.persons li .pic{
		width: 100%;
		height: 9.7rem;
		position: relative;
		overflow: hidden;
		background: #eee;
	}
	
	.persons li .con{
		width: 100%;
		min-height: auto;
		padding-bottom: 2.2rem;
		position: relative;
	}
	.persons li .con h1{
		margin-top: 0.5rem;
		text-align: center;
		padding: 0.2rem 0;
	}
	.persons li .con p{
		height: 1.8rem;
		line-height: 1.8rem;
		padding:0;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;		
	}
	.persons li .con a.btn{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		width: 8rem;
		
	}
	.persons li .con a.btn:hover{
		text-decoration: none;
	}
}
/* ---- container Style ---- */
.conentTitle{
    width: 91.8%;
	border-bottom:1px dotted #a09f9f;
	padding:0 0 1.2rem;
    margin:0 auto 1.5rem;
}
.conentTitle h1{
	margin-top: 1.5rem;
	line-height:2.3rem;
	font-size:1.9rem;
	padding:0.3rem 0;
	color:#333;
	text-align: center;
	font-weight: normal;
    margin-bottom: 1%;
}
.conentTitle h2{
	min-height:2.2rem;
	line-height:1.4rem;
	font-size:1rem;
	padding:0.4rem 0;
	color:#333;
	font-weight: normal;
    text-align: center;
}
.conentTitle h3{
	margin-top: 1rem;
	min-height:2.1rem;
	line-height:1.5rem;
	font-size:1rem;
	padding:0.3rem 0;
	color:#333;
	font-weight: normal;
    text-align: center;
    margin-bottom: 1%;
}
.conentTitle .else{
    min-height:1.3rem;
	margin-top: 2%;
	position: relative;
}
.conentTitle .else h2{
	width: 100%;
	line-height:1.3rem;
	font-size:0.7rem;
	color:#999;
    float:left;
    font-weight: normal;
}
.conentTitle .else h2 span{
	display:inline-block;
    margin-right:1.4rem;
}
.conentTitle .else h2 span font{
    color: #c10000;
}
.conentTitle .fontstyle{
	position: absolute;
	height:1.3rem;
	right: 0;
	top: 0.3rem;
    line-height: 1.3rem;
    color: #979797;
}
.conentTitle .fontstyle a{
	height:1.3rem;
	display: inline-block;
	margin:0 0.6rem;
	line-height:0px;
	border-radius:0.1rem;
	text-align:center;
	font-size:0.9rem;
    color:#333;
}
.conentTitle .fontstyle img{
	height: 100%;
	width: auto;
}
.conentTitle .fontstyle a:hover{
    text-decoration:none;
}
.content{
    width: 91.8%;
    line-height: 200%;
    font-size: 0.9rem;
    color: #333;
    margin: 0 auto 6%;
}
.content img{
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}
.content p{
    padding: 1.6% 0;
    font-size: inherit !important;
}
.content p span{
    font-size: inherit !important;
}
.content_btn{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
	width: 91.8%;
	text-align: right;
    margin: 0 auto 4.5%;
    position: relative;
}
.content_btn a{
    color: #333;
    margin: 0 10px;
}
.content_btn span{
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
}

@media (max-width:768px) {

    .contentBox{
		background: #fff;
		padding: 4% 0;
		margin-bottom: 0;
		box-shadow: none;
	}
    .conentTitle{
        width: 100%;
        margin:0 auto 12px;
    }
    .conentTitle h1{
		margin-top: 0;;
        min-height:auto;
        line-height:1.9rem;
        font-size:1.5rem;
    }
    .conentTitle .else h2{
        line-height:20px;
		font-size:12px;
		float: none;
    }
    .conentTitle .else h2 span{
        margin-right:16px;
    }
	.conentTitle .fontstyle{
		display: none;
	}
    .content_btn p{
        display: none;
    }
}
/* ---- crumbs Style ---- */
.crumbs{
	margin: 1.8rem 0;
	line-height: 2.1rem;
	font-size: 0.8rem;
}
/* ---- container Style ---- */
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.mb4_25{
	margin-bottom: 4.25%;
}
.mb2_5{
	margin-bottom: 2.5%;
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.8rem;
	height: 1.8rem;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
	line-height: 1.8rem;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}
	.footer p {
		display: none;
	}
}