@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	/* display: inline-block; */
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}


/*去掉右下角斜线*/

textarea {
	resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: 20px;
	/* -webkit-appearance: none; */
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.clear::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.zhong {
	text-align: center;
	vertical-align: middle;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.width {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.width::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

/* 登录 */
.beijing {
	width: 100%;
	height: 1080px;
	background-image: url(../img/beijing.jpg);
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
	position: relative;
}

.hy_denglu {
	position: absolute;
	right: 20%;
	top: 16%;
	width: 500px;
	height: auto;
}

.dl-fanhui {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 36px;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 24px;
}

.dl-fanhui em {
	font-size: 20px;
	color: #fff;
	margin-right: 16px;
}

.dl-fanhui img {
	width: 40px;
	height: 26px;
}

.huiyuan_box {
	width: 100%;
	height: 440px;
	border-radius: 20px;
	background: #fff;
}

.huiyuan_box_in {
	width: 100%;
	height: auto;
	padding: 24px 42px 0;
	overflow: hidden;
}
.huiyuan_box_in .qiehuan{
	display: flex;
	align-items: center;
	width: 100%;
	height: 72px;
}
.huiyuan_box_in .qiehuan p{
	font-size: 20px;
	color:#666;
	margin-right: 20px;
	cursor: pointer;
}
.huiyuan_box_in .qiehuan p.active{
	font-size: 24px;
	color:#333;
}
.huiyuan_box_in .login{
	display: none;
}

.huiyuan_box_in h1 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 72px;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 24px;
	color:#333;
}

.huiyuan_box_in .zhanghao_list {
	width: 100%;
	height: 52px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 22px;
}

.huiyuan_box_in .zhanghao_list input {
	border: none;
	width: 100%;
	height: 100%;
	padding-left: 64px;
	font-size: 16px;
	color: #bebebe;
	background-image: url(../img/user.png);
	-o-background-size: 26px 26px;
	   background-size: 26px 26px;
	background-position: 16px center;
	background-repeat: no-repeat;
}

.huiyuan_box_in .mima_list {
	width: 100%;
	height: 52px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 26px;
}

.huiyuan_box_in .mima_list input {
	border: none;
	width: 100%;
	height: 100%;
	padding-left: 64px;
	font-size: 16px;
	color: #bebebe;
	background-image: url(../img/mima.png);
	-o-background-size: 22px 28px;
	   background-size: 22px 28px;
	background-position: 16px center;
	background-repeat: no-repeat;
}

.huiyuan_box_in .code_list {
	width: 100%;
	height: 52px;
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 26px;
}

.huiyuan_box_in .code_list input {
	border: none;
	width: 100%;
	height: 100%;
	padding-left: 64px;
	font-size: 16px;
	color: #bebebe;
	background-image: url(../img/mima.png);
	-o-background-size: 22px 28px;
	   background-size: 22px 28px;
	background-position: 16px center;
	background-repeat: no-repeat;
}

.huiyuan_box_in .code_list .sendcode{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #fff;
	width: 160px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 14px;
	background-color: #da251d;
	margin-left: 10px;
	border-radius: 0 4px 4px 0;
}

.huiyuan_box_in .dl {
	width: 100%;
	height: 54px;
	border-radius: 6px;
	background: #dd2d2b;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 20px;
	color: #fff;
	border: none;
}

.huiyuan_box_in .dq_zhuangtai {
	width: 100%;
	height: 60px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.huiyuan_box .dq_zhuangtai span {
	display: inline-block;
	float: left;
	/* width: 12px;
	height: 12px;
	border-radius: 50%;
	overflow: hidden; */
	margin-right: 18px;
	position: relative;
}

.huiyuan_box .dq_zhuangtai span input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.huiyuan_box_in .dq_zhuangtai span img {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        -moz-transform: translate(-50%, -50%);
	         -ms-transform: translate(-50%, -50%);
	          -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
}

.huiyuan_box_in .dq_zhuangtai span img:last-child {
	display: none;
}

.huiyuan_box_in .dq_zhuangtai.active span img:last-child {
	display: block;
}

.dq_zhuangtai p {
	font-size: 16px;
	color: #bebebe;
}

.zhuce-box {
	width: 100%;
	height: 66px;
	margin-top: 12px;
	border-top: 1px solid #bebebe;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.zhuce-box ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.zhuce-box ul li {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 50%;
	height: 100%;
	border-right: 1px solid #bebebe;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.zhuce-box ul li a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.zhuce-box ul li:last-child {
	border-right: none;
}

.zhuce-box ul li a span {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	position: relative;
}

.zhuce-box ul li a span img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        -moz-transform: translate(-50%, -50%);
	         -ms-transform: translate(-50%, -50%);
	          -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
}

.zhuce-box ul li a span img:last-child {
	display: none;
}

.zhuce-box ul li.active a span img:last-child {
	display: block;
}

.zhuce-box ul li a p {
	font-size: 18px;
	color: #c4c4c4
}

.zhuce-box ul li.active a p {
	color: #e92e2c;
}

/* 找回密码 */
.zhaohui_mm {
	width: 100%;
	height: 580px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.zhaohui_title {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #dcdcdc;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 42px;
}

.zhaohui_title img {
	width: 8px;
	height: 12px;
	margin-right: 16px;
}

.zhaohui_title p {
	font-size: 18px;
	color: #9e9e9e;
}

.tijiao_box {
	width: 500px;
	padding: 26px 42px 0;
}
.tijiao_box .sendcode{
	display: block;
	color: #fff;
	width: 160px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 14px;
	background-color: #da251d;
	margin-left: 10px;
	border-radius: 0 4px 4px 0;
}

.tijiao_box .dlm {
	width: 100%;
	height: 52px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	margin-bottom: 24px;
}

.tijiao_box .dlm input {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 58px;
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	-o-background-size: 26px 26px;
	   background-size: 26px 26px;
	background-position: 14px center;
	font-size: 16px;
	color: #bebebe;
}

.tijiao_box .zcyx {
	width: 100%;
	height: 52px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	margin-bottom: 26px;
}

.tijiao_box .zcyx input {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 58px;
	background-image: url(../img/youxiang.png);
	background-repeat: no-repeat;
	-o-background-size: 26px 20px;
	   background-size: 26px 20px;
	background-position: 14px center;
	font-size: 16px;
	color: #bebebe;
}

.tijiao_box .phone {
	width: 100%;
	height: 52px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	margin-bottom: 26px;
}

.tijiao_box .phone input {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 58px;
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	-o-background-size: 26px 26px;
	   background-size: 26px 26px;
	background-position: 14px center;
	font-size: 16px;
	color: #bebebe;
}

.tijiao_box .code {
	width: 100%;
	height: 52px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	margin-bottom: 26px;
}

.tijiao_box .code input {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 58px;
	background-image: url(../img/mima.png);
	background-repeat: no-repeat;
	-o-background-size: 22px 28px;
	   background-size: 22px 28px;
	background-position: 14px center;
	font-size: 16px;
	color: #bebebe;
}

.tijiao_box .tj {
	width: 100%;
	height: 52px;
	background: #e92e2c;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 20px;
	color: #fff;
	border-radius: 6px;
	border: none;
	margin-bottom: 18px;
}

.tijiao_box .a1 {
	font-size: 14px;
	color: #dd2c2a;
}

/* 注册 */
.zc_beijing {
	width: 100%;
	height: 1682px;
	background-image: url(../img/zc-beijing.jpg);
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.hy_zhuce {
	width: 1052px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -526px;
	top: 114px;
}

.hy_zhuce_box {
	width: 100%;
	height: 1240px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}

.hyzc_title {
	width: 100%;
	height: 94px;
	border-bottom: 1px solid #BEBEBE;
	padding: 0 42px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.hyzc_title>p {
	font-size: 26px;
	color: #201a17;
	font-weight: 600;
}

.hyzc_title .logo-box {
	width: auto;
	height: 100%;
	padding-top: 12px;
}

.hyzc_title .logo-box img {
	width: auto;
	height: 42dpx;
	margin-bottom: 14px;
}

.hyzc_title .logo-box p {
	font-size: 14px;
	color: #666;
}

.hy_zhuce_box .zhu {
	width: 100%;
	height: 50px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.hy_zhuce_box .zhu p {
	font-size: 16px;
	color: #999;
	margin-left: 48px;
}

.hy_zhuce_box .zhu p span {
	color: #E92E2C;
}

.hy_dl_xx {
	width: 100%;
	height: 1096px;
	padding: 0 100px;
}

.hy_dl_xx .h1 {
	width: 100%;
	height: 56px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 24px;
	color: #333333;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 30px;
}

.dlm {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.dlm .dlm_in {
	width: 450px;
	height: 52px;
	margin: 0 auto;
	margin-bottom: 26px;
	display: flex;
	align-items: center;
}

.dlm .dlm_in em {
	font-size: 16px;
	color: #999;
	width: 100px;
	text-align: right;
}

.dlm .dlm_in em span {
	color: #E92E2C;
}

.dlm .dlm_in>input {
	width: 290px;
	height: 52px;
	border-radius: 4px;
	border: 1px solid #BEBEBE;
	padding-left: 12px;
	font-size: 14px;
}

.dlm .dlm_in .sendcode{
	display: block;
	color: #fff;
	width: 160px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 14px;
	background-color: #da251d;
	margin-left: 10px;
	border-radius: 4px;
}

.dlm .dlm_in div {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
	color: #999;
}

.dlm .dlm_in div input {
	font-size: 18px;
	color: #a5a5a5;
	margin-right: 12px;
	margin-left: 24px;
}

.hy_jb_xx {
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.hy_jb_xx h1 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 48px;
	
}

.yitongyi {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 96px;
	margin-bottom: 40px;
	
}

.yitongyi>span {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 18px;
	height: 18px;
	margin-right: 14px;
	position: relative;
	margin-top: 4px;
}

.yitongyi>span input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.yitongyi span img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        -moz-transform: translate(-50%, -50%);
	         -ms-transform: translate(-50%, -50%);
	          -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
}

.yitongyi span img:last-child {
	display: none;
}

.yitongyi.active span img:last-child {
	display: block;
}

.yitongyi p {
	font-size: 16px;
	color: #999;
}

.yitongyi p span {
	color: #e92e2c;
}

.wc_zhuce {
	width: 100%;
	height: auto;
}

.wc_zhuce button {
	width: 210px;
	height: 62px;
	border-radius: 4px;
	background: #da251d;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 20px;
	color: #fff;
	border: none;
	margin: 0 auto 44px;
}

.wc_zhuce p {
	font-size: 16px;
	color: #da251d;
	text-align: center;
}

/* 头部 */
.cp_head {
	width: 100%;
	height: 134px;
	/* background-image: url(../img/top-bj.jpg); */
	-o-background-size: cover;
	   background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.cp_head_in {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 80px;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.cp_head_l {
	width: auto;
	height: 40px;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.cp_head_l span {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: auto;
	margin-right: 20px;
}

.cp_head_l span img {
	width: auto;
	height: 100%;
}

.cp_head_l p {
	padding-left: 16px;
	font-size: 14px;
	color: #666;
	border-left: 1px solid #BEBEBE;
}

.cp_head_r {
	width: auto;
	height: 100%;
	padding-top: 18px;
	padding-right: 20px;
}

.cp_head_r_in {
	width: auto;
	height: 16px;
	margin-bottom: 16px;
}

.cp_head_r_in ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.cp_head_r_in ul li {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	height: 100%;
	padding: 0 14px;
	border-right: 1px solid #afafaf;
}

.cp_head_r_in ul li:last-child {
	border-right: none;
}

.cp_head_r_in ul li a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 14px;
	color: #666;
}

.cp_head_r_in ul li a span {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;
}

.phone_right {
	width: auto;
	height: 20px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-right: 14px;
}

.phone_right a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 26px;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	-o-background-size: 20px 20px;
	   background-size: 20px 20px;
	background-position: left center;
	font-size: 18px;
	color: #d6251d;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.head_nav {
	height: 54px;
	/* margin-top: 26px; */
}

.head_nav ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.head_nav ul li {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	/* width: 100%; */
	height: 100%;
}

.head_nav ul li a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
	color: #333;
	position: relative;
}
.head_nav ul li a.nb::before{
	content: none;
}
.head_nav ul li a::before{
	position: absolute;
    top: 58%;
    left: -20px;
    display: block;
    width: 7px;
    height: 7px;
    margin-top: -12px;
    border-top: 2px solid #ea0437;
    border-right: 2px solid #ea0437;
    content: "";
    transform: rotate(135deg) translateY(-50%);
}

/* .head_nav ul li a:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #e0e0e0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
} */

.head_nav ul li:last-child a:after {
	display: none;
}

.head_nav ul li a.active {
	font-size: 16px;
	font-weight: 700;
	color: #da251d;
}

.head_nav ul li a:hover {
	font-size: 16px;
	font-weight: 700;
	color: #da251d;
}

.cp_content {
	width: 100%;
	height: auto;
	background-image: url(../img/jiazhun.jpg);
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
	padding-bottom: 22px;
}

.dq_weizhi {
	max-width: 1200px;
	height: 64px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.dq_weizhi ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding-left: 20px;
	background-image: url(../img/cp-weizhi.png);
	background-position: left center;
	-o-background-size: 12px 16px;
	   background-size: 12px 16px;
	background-repeat: no-repeat;
}

.dq_weizhi ul li {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 4px;
}

.dq_weizhi ul li a {
	font-size: 14px;
	color: #666;
}

/* 底部 */
.new_footer {
	display: block;
	width: 100%;
	height: 356px;
	background-color: #222222;
	position: relative;
	padding-top: 32px;
}

.new_fooer_beian {
	display: block;
	width: 100%;
	height: 42px;
	background-color: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
	color: #808080;
}

.new_fooer_beian a {
	color: #808080;
}

.new_fooer_beian a:hover {
	color: #fff;
}

.new_footer_in {
	display: inline-block;
	float: left;
	height: 100%;
	margin-right: 49px;
	font-size: 12px;
	color: #808080;
	max-width: 190px;
}

.new_footer_in:last-child {
	margin-right: 0;
}

.new_footer_in h2 {
	padding-left: 12px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 6px;
	position: relative;
}

.new_footer_in h2::after {
	content: "";
	display: block;
	width: 3px;
	height: 18px;
	background: #fe280c;
	position: absolute;
	left: 0;
	top: 10px;
}

.new_footer_in a {
	display: block;
	color: #8c8c8c;
	line-height: 26px;
	padding-left: 8px;
	word-break: break-all;
}

.new_footer_in a:hover {
	color: #fff;
}

.new_fonter_lianjie {
	display: block;
	width: 100%;
	height: 48px;
	position: absolute;
	bottom: 42px;
	left: 0;
	font-size: 12px;
	color: #8c8c8c;
	line-height: 48px;
	text-align: center;
}

.new_fonter_lianjie a {
	color: #8c8c8c;
}

.new_fonter_lianjie a:hover {
	color: #fff;
}

.new_fonter_lianjie img {
	width: 16px;
}


.new_footer_ewm {
	display: inline-block;
	float: right;
	width: auto;
	height: 100%;
	padding-top: 3px;
	margin-right: 20px;
}

.new_footer_ewm span {
	display: block;
	width: 128px;
	height: 128px;
	margin-bottom: 6px;
}

.new_footer_ewm p {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}

.new_footer_ewm h3 {
	font-size: 16px;
    color: #fff;
    margin: 0;
}

.rongyu {
	height: 140px;
	width: 100%;
	position: relative;
}

.rongyu_box {
	width: 780px;
	height: 100%;
	margin: 0 auto;
}

.rongyu_list {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 236px;
	height: 100%;
	margin: 0 auto;
}

.rongyu_list span {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 114px;
	height: 114px;
}

.rongyu_list span img {
	width: 100%;
	height: 100%;
}

.rongyu_list .r1 {
	width: 114px;
	height: 114px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.rongyu_list .r1 h2 {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
}

.rongyu_list .r1 p {
	width: 106px;
	height: 34px;
	border: 1px solid #f22f2d;
	font-size: 14px;
	color: #f22f2d;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 34px;
	background-image: url(../img/cp2-xz.png);
	-o-background-size: 16px 16px;
	   background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 10px auto;
	border-radius: 2px;
}

.rongyu_list .r1 h4 {
	width: 106px;
	height: 34px;
	background: #f22f2d;
	font-size: 16px;
	color: #fff;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 34px;
	background-image: url(../img/cp4-xz.png);
	-o-background-size: 16px 16px;
	   background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 10px auto;
	border-radius: 2px;
}

.ry-left {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 0;
	width: 18px;
	height: 32px;
	background-image: url(../img/cp2-left.png);
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}

.ry-right {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 0;
	width: 18px;
	height: 32px;
	background-image: url(../img/cp2-right.png);
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}

.fenye {
	width: 100%;
	height: 34px;
	margin-top: 36px;
	margin-bottom: 48px;
}

.fenye ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	height: 100%;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.fenye ul li {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	height: 100%;
	border: 1px solid #dcdcdc;
	margin: 0 4px;
}

.fenye ul span {
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	margin: 0 4px;
	padding: 0 15px;
	border: 1px solid #f6f6f6;
	cursor: default;
}

.fenye ul li a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	height: 100%;
	padding: 0 14px;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 14px;
	color: #666;
}

.fenye ul li.active a {
	background: #eb2e2c;
	color: #fff;
	border: none;
}

.fenye ul li a:hover {
	background: #eb2e2c;
	color: #fff;
	border: none;
}

.tjxl_box {
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 2px 2px rgba(220, 220, 220, 0.6);
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.tjxl_box>h3 {
	width: 100%;
	height: 70px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 50px;
	font-size: 16px;
	color: #414141;
	position: relative;
}

.tjxl_box>h3:after {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: #EB2E2C;
	position: absolute;
	left: 38px;
	top: 26px;
}

.tuijian {
	width: 100%;
	height: 124px;
	position: relative;
	margin-bottom: 16px;

}

.tuijian_box {
	width: 780px;
	height: 100%;
	margin: 0 auto;
}

.tuijian_list {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 242px;
	height: 124px;
	margin: 0 auto;
}

.tuijian_list span {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 114px;
	height: 100%;
}

.tuijian_list span img {
	width: 100%;
	height: 100%;
}

.tuijian_list .r1 {
	width: 114px;
	height: 100%;
}

.tuijian .r1 h2 {
	font-size: 16px;
	color: #414141;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tuijian .r1 p {
	font-size: 16px;
	color: #f22f2d;
	margin-top: 14px;
}

.tj-left {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 10px;
	width: 16px;
	height: 30px;
	background-image: url(../img/cp2-left.png);
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}

.tj-right {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 10px;
	width: 16px;
	height: 30px;
	background-image: url(../img/cp2-right.png);
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}

.fw_nav {
	height: 40px;
	/* margin-top: 20px; */
	margin-bottom: 34px;
}

.fw_nav hr {
	position: relative;
	width: 100%;
	height: 2px;
	top: 40px;
	box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
}

.fw_nav ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.fw_nav ul li {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 120px;
	height: 100%;
	margin: 0 6px;
	border: 1px solid #bababa;
	border-radius: 2px;
	background: #f1f1f1;
}

.fw_nav ul li a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
	color: #666;
	position: relative;
}

.fw_nav ul li.active a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #da251d;
	background: #f1f1f1;
}

.ts_shenqing {
	width: 100%;
	height: auto;
	padding: 46px 96px 84px;
	background: #fff;
	box-shadow: 0 12px 6px -1px gainsboro;
}

/* 联系我们 */
.lianxi_wm_list{
	width: 1138px;
	height: 264px;
	margin-bottom: 54px;
}
.lianxi_wm_list ul {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.lianxi_wm_list li{
	position: relative;
	width: 270px;
	height: 264px;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
}
.lianxi_wm_list li:hover {
	background: -moz-linear-gradient(top, #f22f2d 0%, #d62c2a 100%) ;
	background: -webkit-linear-gradient(top, #f22f2d 0%,#d62c2a 100%) ;
	background: -o-linear-gradient(top, #f22f2d 0%,#d62c2a 100%) ;
	background: -ms-linear-gradient(top, #f22f2d 0%,#d62c2a 100%) ;
	border:none;
}
.lianxi_wm_list li span{
	display: flex;
	align-content: center;
	justify-content: center;
	width: 106px;
	height: 106px;
	margin: 34px auto 16px;
	border-radius: 50%;
	background: -moz-linear-gradient(top, #f22f2d 0%, #d62c2a 100%) ;
	background: -webkit-linear-gradient(top, #f22f2d 0%,#d62c2a 100%) ;
	background: -o-linear-gradient(top, #f22f2d 0%,#d62c2a 100%) ;
	background: -ms-linear-gradient(top, #f22f2d 0%,#d62c2a 100%) ;
	overflow: hidden;
	position: relative;
}
.lianxi_wm_list li:hover span{
	background:#fff;
}
.lianxi_wm_list li span img{
	width: auto;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.lianxi_wm_list li span img:nth-child(2){
	display: none;
}
.lianxi_wm_list li:hover span img:nth-child(2){
	display: block;
}
.lianxi_wm_bot {
	padding-top: 19px;
	margin-top: 19px;
	text-align: center;
	position: relative;
}

.lianxi_wm_bot:after {
	content: '';
	display: block;
	width: 48px;
	height: 2px;
	background: -moz-linear-gradient(top, #f22f2d 0%, #d62c2a 100%) ;
	background: -webkit-linear-gradient(top, #f22f2d 0%,#d62c2a 100%) ;
	background: -o-linear-gradient(top, #f22f2d 0%,#d62c2a 100%) ;
	background: -ms-linear-gradient(top, #f22f2d 0%,#d62c2a 100%) ;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -24px;
}

.lianxi_wm_list li:hover .lianxi_wm_bot:after {
	background: #fff;
}

.lianxi_wm_bot h4 {
	font-size: 18px;
	color: #333;
}

.lianxi_wm_bot p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 6px;
}

.lianxi_wm_list li:hover .lianxi_wm_bot h4,
.lianxi_wm_list li:hover .lianxi_wm_bot p {
	color: #fff;
}

/* 发展历程 */
.fazhan {
	height: 264px;
	width: 100%;
	position: relative;
}

.fazhan_box {
	width: 1014px;
	height: 264px;
	margin: 0 auto;
}

.fazhan_list {
	display: block;
	width: 314px;
	height: 264px;
	margin: 0 auto;
	position: relative;
}

.fazhan_list .fz {
	width: 100%;
	height: 182px;
	background-image: url(../img/gy-img3.png);
	-o-background-size: cover;
	   background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	text-align: center;
}

.fazhan_list .fz:hover {
	background-image: url(../img/gy-img4.png);
}

.fazhan_list .fz h2 {
	font-size: 16px;
	color: #666;
	margin-bottom: 16px;
}

.fazhan_list .fz:hover h2,
.fazhan_list .fz:hover h2 span,
.fazhan_list .fz:hover p {
	color: #fff;
}

.fazhan_list .fz h2 span {
	font-size: 42px;
	color: #666;
	margin-right: 6px;
}

.fazhan_list .fz p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fazhan_list>span {
	display: block;
	width: 12px;
	height: 50px;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -6px;
}

.fz-left {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 0;
	width: 18px;
	height: 32px;
	background-image: url(../img/cp2-left.png);
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}

.fz-right {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 0;
	width: 18px;
	height: 32px;
	background-image: url(../img/cp2-right.png);
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}


/* 关于我们 */
.gc_shijing {
	width: 100%;
	height: 616px;
	position: relative;
}

.gc_shijing_in {
	height: 616px;
}

.gc_shijing_in .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 100%;
	background: none;
	opacity: 1;
	border: 1px solid #838383;
	margin: 0 6px !important;
}

.gc_shijing_in .swiper-pagination-bullet-active {
	opacity: 1;
	background: #EB2E2C;
	border: 1px solid #EB2E2C;
}

.gc_shijing_in .swiper-pagination {
	position: absolute;
	top: auto;
	bottom: 0;
}

.gc_shijing_a {
	display: block;
	width: 100%;
	height: 556px;
}

.gc_shijing_a .gc_img {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 10px;
}

.gc_shijing_a .gc_img .c1 {
	width: 280px;
	height: 100%;
	overflow: hidden;
}

.gc_shijing_a .gc_img .c1 .a1 {
	display: block;
	width: 280px;
	height: 276px;
	margin-bottom: 4px;
}

.gc_shijing_a .gc_img .c1 .a1 img {
	width: 100%;
	height: 100%;
}

.gc_shijing_a .gc_img .c1 .a2 {
	display: block;
	width: 280px;
	height: 276px;
}

.gc_shijing_a .gc_img .c1 .a2 img {
	width: 100%;
	height: 100%;
}

.gc_shijing_a .gc_img .c2 {
	width: 486px;
	height: 100%;
	overflow: hidden;
}

.gc_shijing_a .gc_img .c2 .b1 {
	display: block;
	width: 100%;
	height: 218px;
	margin-bottom: 4px;
}

.gc_shijing_a .gc_img .c2 .b1 img {
	width: 100%;
	height: 100%;
}

.gc_shijing_a .gc_img .c2 .b2 {
	display: block;
	width: 100%;
	height: 338px;
	margin-bottom: 6px;
}

.gc_shijing_a .gc_img .c2 .b2 img {
	width: 100%;
	height: 100%;
}

.gc_shijing_a .gc_img .c3 {
	width: 344px;
	height: 100%;
	overflow: hidden;
}

.gc_shijing_a .gc_img .c3 .d1 {
	display: block;
	width: 100%;
	height: 278px;
	margin-bottom: 4px;
}

.gc_shijing_a .gc_img .c3 .d1 img {
	width: 100%;
	height: 100%;
}

.gc_shijing_a .gc_img .c3 .d2 {
	display: block;
	width: 100%;
	height: 278px;
	margin-bottom: 4px;
}

.gc_shijing_a .gc_img .c3 .d2 img {
	width: 100%;
	height: 100%;
}

.new_index_banner {
	width: 100%;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}

.new_slideBox_banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}

.new_slideBox_banner .bd {
	height: 300px;
	position: relative;
	z-index: 0;
}

.new_slideBox_banner .bd li {
	width: 100%;
	height: 300px;
	vertical-align: middle;
	zoom: 1;
}

.new_slideBox_banner .bd li a {
	display: block;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	-o-background-size: cover;
	   background-size: cover;
	background-position: center;
}

.new_slideBox_banner .prev,
.new_slideBox_banner .next {
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -44px;
	display: block;
	width: 54px;
	height: 88px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.new_slideBox_banner .prev {
	background-image: url(../img/2019banner_l.png);
	-o-background-size: cover;
	   background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.new_slideBox_banner .next {
	left: auto;
	right: 2%;
	background-image: url(../img/2019banner_r.png);
	-o-background-size: cover;
	   background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}

.new_slideBox_banner .prev:hover,
.new_slideBox_banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.new_slideBox_banner:hover .prev {
	filter: alpha(opacity=100);
	opacity: 1;
}

.new_slideBox_banner:hover .next {
	filter: alpha(opacity=100);
	opacity: 1;
}

.new_slideBox_banner .prevStop {
	display: none;
}

.new_slideBox_banner .nextStop {
	display: none;
}

.new_right_nav {
	display: block;
	position: fixed;
	top: 40%;
	right: 0;
	width: 50px;
	height: 273px;
	z-index: 99;
}

.new_right_menu {
	display: block;
	width: 210px;
	height: 50px;
	background: -ms-linear-gradient(top, #444852 0%, #353941 100%);
	border-radius: 4px 0 0 4px;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 50px;
	color: #fff;
	position: relative;
	cursor: default;
	background: #999999;
}

.new_right_menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
}

.new_right_menu span {
	display: inline-block;
	float: left;
	width: 28px;
	height: 28px;
	margin-left: 12px;
}

.new_right_menu span img {
	width: 100%;
	height: auto;
}

.new_right_menu_in {
	display: inline-block;
	float: right;
	font-size: 12px;
	text-align: right;
	padding-right: 12px;
	width: 160px;
	padding-left: 5px;
}

.new_right_menu_ewm {
	display: none;
	width: 128px;
	height: 128px;
	border-radius: 10px;
	position: absolute;
	top: -36px;
	left: -142px;
	background: -ms-linear-gradient(top, #444852 0%, #353941 100%);
	padding: 5px;
}

.new_right_menu_ewm img {
	width: 118px;
	height: 118px;
	border-radius: 8px;
}

.cs_biao {
	width: 100%;
	height: auto;
	margin-bottom: 38px;
	    display: flex;
		flex-wrap: wrap;
		border: 1px solid #f5f5f5;
		border-bottom: 0px;
		border-right: 0px;
}
.cs_biao .item{
	display: flex;

	width: 50%;
	border-bottom: 1px solid #f5f5f5;
	border-right:  1px solid #f5f5f5;
}
.cs_biao .item .a1{
	width: 136px;
	height: 60px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	background: #f0f0f0;
}
.cs_biao .item .a2{
	width: 266px;
		height: 60px;
		font-size: 12px;
		color: #333;
		font-weight: 700;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		word-break: break-all;
		padding: 0 4px;
}

.cs_biao table {
	border: 1px solid #dcdcdc;
}

.cs_biao table tr td:first-child {
	width: 154px;
	height: 60px;
	font-size: 18px;
	color: #333;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	background: #f0f0f0;
}

.cs_biao table tr td:nth-child(3) {
	width: 154px;
	height: 60px;
	font-size: 18px;
	color: #333;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	background: #f0f0f0;
}

.cs_biao table tr td:nth-child(2) {
	width: 304px;
	height: 60px;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 60px;
	word-break: break-all;
}

.cs_biao table tr td:nth-child(4) {
	width: 204px;
	height: 60px;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 60px;
}

.zlxz_biao {
	width: 100%;
	height: auto;
}

.zlxz_biao table {
	border: 1px solid #dcdcdc;
}

.zlxz_biao table tr td:first-child {
	width: 206px;
	height: 60px;
	background: #f2f2f2;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
}

.zlxz_biao table tr td:nth-child(2) {
	width: 370px;
	height: 60px;
}

.yangben_box {
	width: 100%;
	height: 100%;
	padding-top: 18px;
	padding-left: 64px;
	font-size: 14px;
	color: #414141;
}

.yangben_box span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 16px;
}

.yangben_box span img {
	width: 100%;
	height: 100%;
}

.yangben_box p {
	font-size: 16px;
	color: #414141;
}

.zlxz_biao table tr td:last-child {
	width: 246px;
	height: 60px;
}

.sc_xiaza {
	width: 100%;
	height: 100%;
}

.sc_xiaza ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: flex-end;
	padding: 0 38px 0 38px;
}

.sc_xiaza ul li {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	height: 24px;
}

.sc_xiaza ul li a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.sc_xiaza ul li a .sc {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #da251d;
	font-size: 14px;
}

.sc_xiaza ul li a .sc span {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 14px;
	height: 14px;
	position: relative;
	margin-right: 10px;
	margin-top: 2px;
}

.sc_xiaza ul li a .sc span img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        -moz-transform: translate(-50%, -50%);
	         -ms-transform: translate(-50%, -50%);
	          -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
}

.sc_xiaza ul li a .sc span img:nth-child(2) {
	display: none;
}

.sc_xiaza ul li a .sc.active span img:nth-child(2) {
	display: block;
}

.sc_xiaza ul li a .xz {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #da251d;
	font-size: 14px;
}

.sc_xiaza ul li a .xz span {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 12px;
	height: 13px;
	margin-right: 7px;
}

.sc_xiaza ul li a .xz span img {
	width: 100%;
	height: 100%;
}


.n_banner{
	height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
}