﻿@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: white;
	position: relative;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

/**/

.i-header-top-w {
	width: 100%;
	padding: 8px 0px;
	background-color: #1a1c1e;
	border-bottom: 1px solid #4c4e4f;
}

.i-header-top {
	width: 1100px;
	margin: auto;
}
@media(max-width:1109px){
	.i-header-top-w{
		border-bottom:none;
	}
	.i-header-top{
		display:none;
	}
}
.i-header-top .left {
	float: left;
	color: white;
	font-size: 12px;
	/*line-height: 1;*/
	vertical-align: middle;
}

.i-header-top .left a {
	display: block;
	float: left;
	margin: 0px 5px;
}

.i-header-top .left a img {
	display: block;
}

.i-header-top .right {
	float: right;
	color: white;
	font-size: 12px;
}

.i-header-top .right span {
	background-color: #af474c;
	border-radius: 30px;
	padding: 3px 15px;
}

.i-header-nav-w {
	width: 100%;
	/*padding: 10px 0px;*/
	background-color: #1A1C1E;
}
.mobile-member-nav{
	display:none;
}
@media(max-width:1109px){
	.i-header-nav-w{
		display:none;
	}
	.mobile-member-nav{
		padding:10px;
		display:block;
		color:#fff;
		text-align:right;
	}
	.mobile-member-nav a{
		color:#fff;
		width:23%;
	}
	.mobile-member-nav a span{
		width:100%;
		text-align:center;
	}
}
.i-header-nav {
	width: 1100px;
	margin: auto;
}

.i-header-nav img {
	display: block;
	float: left;
	padding-top: 20px;
}

.i-header-nav span {
	float: right;
	color: white;
	display: flex;
	justify-content: space-around;
}

.i-header-nav span a {
	font-size: 14px;
	padding: 40px 18px;
}

.i-header-nav span a:hover {
	background-color: #AF474C
}

.i-newtop {
	width: 100%;
	height: 80px;
	position: relative;
	bottom: 20px;
	z-index: 9999;
}

.i-newtop .left {
	width: 50%;
	height: 100px;
	background-color: #d70c19;
	background: linear-gradient(-120deg, transparent 5em, #d70c19 0);
	position: absolute;
	left: 0;
	bottom: 0;
}

.i-newtop .left .tit {
	font-size: 18px;
	color: white;
	padding: 8px 20px 8px 150px;
	font-family: "楷体";
}

.i-newtop .left .tit span {
	font-size: 24px;
}

.i-newtop .left .hh {
	font-size: 14px;
	padding-left: 180px;
	color: white;
	opacity: 0.6;
}

.i-newtop .right {
	width: 65%;
	height: 80px;
	position: absolute;
	right: 0;
	bottom: 0px;
	background-color: #3d3d3d;
	background: linear-gradient(60deg, transparent 5em, #3d3d3d 0);
}

.i-newtop .right .tit {
	font-size: 12px;
	line-height: 1.7;
	padding: 15px 100px;
	color: white;
}

.index-dao {
	width: 300px;
	height: 150px;
	margin: auto;
	background-image: url(../images/bgdao.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	padding-top: 60px;
}

.index-dao p {
	text-align: center;
	font-size: 30px;
	background-color: white;
	/*margin-top: 50px;*/
}

.index-dao p span {
	display: block;
	font-size: 18px;
	color: #cecece;
}

.i-about {
	width: 1100px;
	margin: auto;
}

.i-about .about-img {
	position: relative;
	width: 1100px;
	height: 181px;
	background-image: url(../images/aboutbg_05.png);
}

.i-about .about-img p img {
	display: block;
	float: left;
}

.i-about .about-img p {
	position: absolute;
	right: 0;
}

.i-about .hh {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.8;
}
.i-about .hh p{
    text-indent: 2em;
}
.i-about .more {
	width: 100px;
	margin: auto;
	border: 1px solid #D70C19;
	color: #D70C19;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

.i-about .more:hover {
	background-color: #D70C19;
	color: white;
}

.i-pro-w {
	width: 100%;
	margin: 20px 0px;
	padding-bottom: 20px;
	background-image: url(../images/probg_03.png);
	background-repeat: no-repeat;
}

.i-pro {
	width: 1100px;
	margin: auto;
}

.i-pro ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.i-pro ul li {
	padding: 5px 0px;
	width: 250px;
	border: 1px solid #bfbfbf;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.i-pro ul li img {
width: 240px;
	display: block;
	margin: auto;
}

.i-pro ul li p {
	padding: 5px 0px;
	color: white;
}

.i-pro ul li:hover {
	border: 1px solid #D70C19;
}

.i-pro ul li:hover img {
	opacity: 0.5;
	background-color: #D70C19
}

.i-pro ul li:hover span {
	display: block;
}

.i-pro ul li span {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid white;
	color: white;
	border-radius: 30px;
	text-align: center;
	display: none;
}

.i-pro .more {
	width: 100px;
	margin: 10px auto;
	color: white;
	border: 1px solid white;
	text-align: center;
	padding: 5px 10px;
	font-size: 12px;
}

.i-cfsb {
	width: 1100px;
	margin: auto;
	height: 462px;
}

.i-cfsb .top {
	width: 1100px;
	margin: auto;
	height: 231px;
	position: relative;
}

.i-cfsb .top .left {
	width: 50%;
	position: absolute;
	left: 0;
}

.i-cfsb .top .left img.one {
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
}

.i-cfsb .top .left img.two {
	display: block;
	position: absolute;
	right: 0;
	z-index: 1;
}

.i-cfsb .top .right {
	width: 50%;
	position: absolute;
	right: 0;
}

.i-cfsb .top .right img.one {
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
}

.i-cfsb .top .right img.two {
	display: block;
	position: absolute;
	right: 0;
	z-index: 1;
}

.i-cfsb .bottom {
	width: 1100px;
	margin: auto;
	position: relative;
}

.i-cfsb .bottom .left {
	width: 50%;
	position: absolute;
	left: 0;
}

.i-cfsb .bottom .left img {
	display: block;
	position: absolute;
	left: 0;
}

.i-cfsb .bottom .right {
	width: 50%;
	position: absolute;
	right: 0;
}

.i-cfsb .bottom .right img.one {
	display: block;
	position: absolute;
	left: 0;
}

.i-cfsb .bottom .right img.two {
	display: block;
	position: absolute;
	right: 0;
}

.i-news-w {
	width: 100%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.i-news {
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.i-news .one {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.i-news .one p {
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
	border: 1px solid white;
	padding: 10px 20px;
}

.i-news .one p:hover {
	border: 1px solid #C1484D;
}

.i-news .one p span {
	width: 50px;
	display: block;
	float: left;
	margin-right: 30px;
}

.i-news .one p span img {
	display: block;
	margin: auto;
}

.i-news .three-w {
	width: 20%;
	height: 320px;
	padding: 20px 0px;
	overflow: hidden;
}

.i-news .three {
	width: 100%;
	height: 320px;
	float: left;
	padding: 20px 0px
}

.i-news .three .h1 {
	font-size: 18px;
	color: #c1484d;
	font-weight: bold;
}

.i-news .three .time {
	font-size: 18px;
	color: #666666;
	margin: 20px 0px;
}

.i-news .three .hh {
	font-size: 12px;
	line-height: 2;
}

.i-news .three .more {
	width: 100px;
	margin: 20px auto;
	font-size: 12px;
	color: #666666;
	text-align: center;
	border: 1px solid #666666;
	border-radius: 30px;
	padding: 7px 0px;
}

.i-news .four {
	width: 30%;
}

.i-news .four ul {
	border-left: 1px solid #666666;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.i-news .four ul li .time {
	font-size: 18px;
}

.i-news .four ul li .hh {
	font-size: 16px;
}

.i-news .four ul li {
	color: #666666;
	padding: 10px 20px 10px 10px;
	line-height: 2;
	margin: 15px 0px;
}

.i-news .four ul li:hover {
	background-color: #c1484d;
	color: white;
}

.i-bottom {
	width: 1100px;
	margin: 20px auto;
}

.i-bottom .left {
	width: 50%;
	float: left;
	padding: 10px 0px;
	background-image: url(../images/bottomimg_06.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.i-bottom .left .h1 {
	padding-left: 20px;
	margin-bottom: 15px;
	line-height: 2;
}

.i-bottom .left .hh {
	font-size: 12px;
	line-height: 2;
	padding-left: 20px;
}

.i-bottom .left .more {
	width: 100px;
	border: 1px solid #C1484D;
	font-size: 12px;
	text-align: center;
	margin-left: 20px;
	padding: 8px 0px;
	color: #C1484D;
}

.i-bottom .right {
	width: 50%;
	float: right;
	text-align: center;
}

.i-bottom .right img {display: block;margin: 0 auto;}
.i-bottom .right div{}
.i-bottom .right p{
    font-weight: bold;
    font-size: 18px;
}

.i-footer-w {
	width: 100%;
	background-color: #262627;
	padding: 25px 0px;
}
@media(max-width:1109px){
	.i-footer-w {
		display:none;
	}
}
.i-footer {
	width: 1100px;
	margin: auto;
}

.i-footer .left {
	width: 70%;
	float: left;
}

.i-footer .left img {
	display: block;
}

.i-footer .left span {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: white;
	margin-top: 15px;
}

.i-footer .left p {
	font-size: 12px;
	color: white;
	margin-top: 15px;
}

.i-footer .right {
	float: right;
}

/*首页*/

.mup {
	text-align: right;
	color: #B40001;
	font-size: 12px;
	margin-bottom: 15px;
}

.fanye {
	width: 800px;
	margin: auto;
}

.fanye a {
	float: left;
	border: 1px solid #0084FF;
	padding: 5px 8px;
	font-size: 12px;
	margin: 8px 2px;
}
.fanye .page-num-current{
    background: #0084FF;
    color: #fff;
}
.page {
	font-size: 12px;
	width: 900px;
	margin: auto;
}

.main-w {
	width: 100%;
	margin: auto;
	/*background-image: url(../images/huabeijing_03.png);*/
	/*background-size: 100%;*/
	background-repeat: no-repeat;
}

.main {
	width: 1100px;
	margin: 20px auto;
	padding-top: 2 0px;
}

.m-left {
	width: 230px;
	float: left;
	/*border: 1px solid #B40001;*/
	background-color: #d70c19;
	position: relative;
	background-color: #d70c19;
	background: linear-gradient(-90deg, #333 50%, #d70c19 0);
	padding: 20px 0px;
}

.m-left .tt {
	font-size: 12px;
	line-height: 2;
	padding-left: 20px;
}

.m-left .title1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	
	margin: auto;
	
	background-color: #B40001;
	font-size: 18px;
	text-align: center;
	font-weight: 800;
	color: white;
}
.m-left>ul{
	width: 95%;
	margin: auto;
	margin-top: 10px;
}
.m-left>ul>li {
	font-size: 14px;
	background-color: #666666;
	text-align: center;
	margin: 5px 0px;
	padding: 8px 0px;
	color: white;
	background-color: #666666;
	background: linear-gradient(90deg, #333 50%, #d70c19 0);
	border: 1px solid transparent;
}

.m-left>ul>li:hover {
	/*background-image: url(../images/beijing1_05.png);*/
	/*background-size: 100%;*/
	border: 1px solid white;
}


.m-left .me {
	display: block;
	width: 95%;
	margin: auto;
	/*background-color: #666666;*/
	color: white;
	padding-bottom: 10px;
}

.about-r {
	width: 820px;
	float: right;
}

.about-c {
	padding: 20px;
	font-size: 12px;
	line-height: 2;
	/*background-color: #B40001;*/
	border-radius: 0px 50px 0px 50px;
	/*color: white;*/
}


/**/

.news-r {
	width: 820px;
	float: right;
}

.news-r .news-c ul li {
	/*background-color: #0084FF;*/
	border-radius: 0px 20px 0px 20px;
	font-size: 14px;
	padding: 8px 20px;
	margin: 8px 0px;
	border-bottom: 1px solid #B40001;
	/*color: white;*/
}

.news-r ul li span {
	float: right;
}


/**/

.new-li-r {
	width: 820px;
	float: right;
}

.new-li-r .news-li-c {
	padding: 20px;
}

.new-li-r .news-li-c .ti {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.new-li-r .news-li-c .time {
	font-size: 12px;
	text-align: center;
	margin: 15px 0px;
}

.new-li-r .news-li-c .hh {
	font-size: 12px;
	line-height: 2;
}


/**/

.main .tp-left {
	width: 230px;
	float: left;
}

.main .tp-left .tp-1 li {
	width: 100%;
	text-align: center;
}

.main .tp-left .tp-1 li p {
	background-color: #009966;
	color: white;
	padding: 5px 0px;
}

.main .tp-left .tp-2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.main .tp-left .tp-2 li {
	width: 50%;
	font-size: 12px;
	color: white;
	padding: 5px 0px;
	margin-bottom: 8px;
	background-color: #4D9B09;
	background-color: #4D9B09;
	background: linear-gradient(-30deg, transparent 0.8em, #4D9B09 0);
}

.main .tp-left .me {
	font-size: 12px;
	line-height: 2;
	display: block;
	background-color: #009966;
	color: white;
	border-radius: 0px 0px 20px 0px;
}

.main .tp-left .me p {
	padding-left: 20px;
}

.tp-right {
	width: 820px;
	float: right;
}


/*.tp-right .tp-c ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}*/

.tp-right .tp-c ul {
	width: 820px;
}

.tp-right .tp-c ul li {
	width: 255px;
	height: 200px;
	border: 2px solid #ccc;
	float: left;
	margin: 7px;
}

.tp-right .tp-c ul li .h1 {
	padding-top: 15px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #B40001;
}

.tp-right .tp-c ul li:hover {
	color: white;
	background-color: #B40001;
	border: 2px solid #B40001;
}

.tp-right .tp-c ul li:hover .h1 {
	color: white;
}

.tp-right .tp-c ul li .hh {
	font-size: 12px;
	line-height: 1.6;
	padding: 5px;
}

.pro-li-right {
	width: 820px;
	float: right;
}

.pro-li-right .pro-one {
	margin-bottom: 10px;
}

.pro-li-right .pro-one img {
	float: left;
}

.pro-li-right .pro-one .pro-one-1 {
	float: right;
}

.pro-li-right .pro-one .pro-one-1 .h1 {
	font-size: 36px;
	margin-bottom: 30px;
}

.pro-li-right .pro-one .pro-one-1 .liuyan {
	background-color: #B40001;
	padding: 20px;
	font-size: 12px;
	border: 1px solid #ccc;
		color: white;
}

.pro-li-right .pro-one .pro-one-1 .liuyan p {
	margin-bottom: 10px;
}

.pro-li-right .pro-one .pro-one-1 .liuyan input {
	border: none;
	border-bottom: 1px solid #666;
	width: 120px;
	background-color: transparent;

}

.pro-li-right .pro-one .pro-one-1 .liuyan textarea {
	border: none;
	border-bottom: 1px solid #B40001;

}

.pro-two .ti {
	font-size: 16px;
	color: #222;
	padding-bottom: 5px;
	color: white;
	padding: 5px;
	color: white;
	background-color: #B40001;
	font-weight: 700;
}

.page {
	width: 750px;
	margin: 15px auto;
	font-size: 12px;
	font-weight: 700;
}

.pro-con {
	padding: 20px;
	font-size: 12px;
	line-height: 2;
}

.pro-con img {
	width: 31%;
	float: left;
	margin: 5px;
}

.xg-pro {
	width: 100%;
	margin: 0px auto 10px;
}

.xg-pro .h1 {
	font-size: 16px;
	color: #222;
	padding-bottom: 5px;
	background-color: #B40001;
	color: white;
	padding: 5px;
	font-weight: 700;
	margin-bottom: 5px;
}

.xg-pro ul li {
	float: left;
	margin-right: 13px;
	font-size: 12px;
	text-align: center;
}

.xg-pro ul li img {
	border: 1px solid #222;
}

.xg-news .h1 {
	font-size: 16px;
	color: #222;
	padding-bottom: 5px;
	background-color: #B40001;
	color: white;
	padding: 5px;
	font-weight: 700;
	margin-bottom: 5px;
}

.xg-news ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.xg-news ul li {
	width: 48%;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #222;
}

.xg-news ul li span {
	float: right;
}

.zaixian {
	width: 300px;
	margin: 10px auto 0px;
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #d70c19;
}

.zaixian input {
	width: 200px;
	height: 30px;
	border: 1px solid white;
}

.zaixian #buttom {
	width: 50px;
}

.zaixian textarea {
	width: 270px;
	height: 80px;
}

.zaixian p {
	margin-bottom: 8px;
	color: white;
}

.about-right {
	width: 800px;
	float: right;
}

.daohang {
	width: 1100px;
	height: 100px;
	margin: auto;
}

.daohang p {
	text-align: center;
	font-size: 30px;
	line-height: 100px;
	font-weight: 600;
}

.dao1 {
	background-image: url(../images/dao_05.png);
	background-position: center;
	background-repeat: no-repeat;
}

.dao2 {
	background-image: url(../images/dao_11.png);
	background-position: center;
	background-repeat: no-repeat;
}

.dao3 {
	background-image: url(../images/dao_17.png);
	background-position: center;
	background-repeat: no-repeat;
}


/*以下为折叠菜单*/

.list ul {
	list-style: none;
}

.list>ul>li {
	width: 100%;
	border-bottom: 1px solid #666;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	margin: 5px 0px;
}

.list>ul>li p[class=title] {
	width: 100%;
	text-align: center;
	background: #B40001;
    height: 35px;
    line-height: 35px;
	padding: 0;
	border: none;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.list>ul>li p[class=title]>span {
	position: absolute;
	right: 10%;
}

.list-se {
	overflow: hidden;
	display: none;
}

.list-se>p {
	background: #444 !important;
	color: #ee4977;
}

.list-se>li {
	position: relative;
	right: -100%;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
}

.list-se>li>p {
	background: #3b3b3b;
	color: #f0f0f0;
	height: 30px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	line-height: 30px;
	border-left: 5px solid #B40001;
	-webkit-transition: border .5s;
	transition: border .5s;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.list-se>li>p:hover {
	border-color: #EE4977;
	background: #5b5b5b;
}