﻿/* CSS Document*/

@font-face {
	font-family: 'webfontregular';
	font-weight: 600;
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot');
	src: url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2') format('woff2'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff') format('woff'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf') format('truetype'), url('../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #b01f24;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0px;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

textarea::-moz-input-placeholder {
	color: #999;
}

textarea::-ms-input-placeholder {
	color: #999;
}


.center {
	text-align: center;
}


body {
	background: #fff;
	color: #666;
	font-size: 12px;
	min-width: 1200px;
	font-family: "Arista2";
}

.container {
	margin: 0px auto;
	width: 1440px;
	padding: 0px 30px;
	margin: 0px auto;
}

.peak {
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.peak .container {
	display: flex;
	justify-content: flex-end !important;
	align-items: center;
	padding-bottom: 0px !important;
}

.peak .container h2 {
	font-size: 16px;
	color: #ccc;
	padding-right: 10px;
	margin-right: 10px;
}

.peak .container h2 a {
	color: #999;
	padding: 0px 5px;
}

.peak .container h2 a img {
	margin-right: 6px;
	width: 20px;
	height: auto;
}

.peak .container h3 input {
	width: 110px;
	border: 1px solid #a19f9f;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0px 10px;
}

.peak .container h3 button {
	background: #b01f24;
	width: 42px;
	height: 32px;
	border: 0px;
	cursor: pointer;
	margin-left: 3px;
}


.top {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
	background: #fff;
	box-shadow: 0px 0px 10px #ccc;
	height: 148px;
	overflow: hidden;

}

.top_gao {
	height: 148px;
}


.top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
}


.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 100%;
}

.nav li a {
	font-size: 22px;
	color: #000;
	padding: 0px 20px;
	position: relative;
}

.nav li a:hover {
	color: #b01f24;
}

.nav li.on a {
	color: #b01f24;
}

.nav li a::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	background: #b8b5b5;
	right: 0px;
	top: 4px;
}

.nav li:nth-last-child(1) a {
	padding-right: 0px;
}

.nav li:nth-last-child(1) a::after {
	width: 0px;
}

.search {
	width: calc(100% - 400px);
	display: flex;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.search input {
	width: calc(100% - 130px);
	border: 0px;
	box-shadow: 0px 0px 5px #999;
	border-radius: 10px;
	line-height: 70px;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 20px;
}

.search button {
	background: #b01f24;
	width: 100px;
	line-height: 70px;
	border-radius: 10px;
	border: 0px;
	cursor: pointer;
	margin-left: 3px;
	color: #fff;
	font-size: 25px;
	margin-left: 15px;
}


.p_search {
	position: absolute;
	right: 65px;
	display: none;
}

.p_search img {
	width: 25px;
	height: auto;
}

.phone_btn {
	float: right;
	display: none;
}



.menu_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0, 0, 0, 0.7);
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.menu_cot {
	width: 70%;
	height: 100%;
	background: #fff;
	transform: translateX(-100%);
	transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}



.menu_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
}

.menu_close img {
	width: 40px;
}

.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}

.in_banner {
	height: auto;
}

.in_banner .swiper-slide h2 {
	width: 100%;
}


.in_banner .swiper-slide h2 img {
	width: 100%;
	height: auto;
}

.in_banner .swiper-slide h3 {
	display: none;
}

.in_banner .swiper-slide h3 img {
	width: 100%;
	height: auto;
}


.in_banner .swiper-pagination {
	bottom: 30px;
}

.in_banner .swiper-pagination span {
	background: #fff;
	width: 11px;
	height: 11px;
	opacity: 1;
	margin: 0px 10px !important;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
	width: 34px;
	border-radius: 15px;
	background: #b01f24;
}

.nav_word {
	background: #f7f7f7;
}

.nav_word ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav_word ul li {
	flex-grow: 1;
	color: #333;
	font-size: 20px;
	text-align: center;
	padding: 25px 0px;
	border-right: 1px solid #e2e2e2;
	line-height: 34px;
}

.nav_word ul li:nth-last-child(1) {
	border-right: 0px;
}


.in_box {
	background: url(../images/box_bj.png) no-repeat center bottom #fff;
	background-size: 100% auto;
	padding: 80px 0px 150px 0px;
}

.in_box_1 {
	width: 850px;
	margin: 0px auto;
	text-align: center;
}

.in_box_1 h2 {
	margin-bottom: 20px;
}

.in_box_1 h2 img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.in_box_1 p {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box_2 {
	width: 100%;
	height: 768px;
	border: 3px solid #b01f24;
	padding: 8px;
	margin-top: 50px;
	box-sizing: border-box;
}

.in_box_2 .outBox {
	border: 1px solid #dfa5a7;
	height: 100%;
	box-sizing: border-box;
	display: flex;
}

.in_box_2 .outBox .hd {
	width: 169px;
	border-right: 1px solid #dfa5a7;
}

.in_box_2 .outBox .hd ul {
	height: 100%;
}

.in_box_2 .outBox .hd ul li {
	width: 100%;
	height: 33.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #02254d;
	cursor: pointer;
	writing-mode: vertical-lr;
}

.in_box_2 .outBox .hd ul li.on {
	color: #b01f24;
}

.in_box_2 .outBox .bd {
	width: calc(100% - 170px);
}

.in_box_2 .inBox .title {
	padding: 50px;
	height: 60px;
	font-size: 16px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	line-height: 36px;
}

.in_box_2 .inBox .inHd ul {
	display: flex;
	height: 584px;
	overflow: hidden;
}

.in_box_2 .inBox .inHd ul li {
	width: 20%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right: 1px solid #ddd;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.in_box_2 .inBox .inHd ul li.on {
	width: 40%;
	background: none !important;
	cursor: auto;
	transition: all 0.3s ease 0s;
}

.in_box_2 .inBox .inHd ul li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0px;
	top: 0px;
	background: url(../images/box_xian.png) no-repeat;
	background-size: cover;
}

.in_box_2 .inBox .inHd ul li:nth-last-child(1):after {
	width: 0px;
}

.in_box_2 .inBox .inHd ul li .bt {
	text-align: center;
	font-size: 29px;
	color: #02254d;
}

.in_box_2 .inBox .inHd ul li .bt p {
	font-weight: normal;
	font-size: 15px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

.in_box_2 .inBox .inHd ul li dl {
	padding: 0px 25px;
	display: none;
}

.in_box_2 .inBox .inHd ul li dl dd {
	margin-top: 25px;
}

.in_box_2 .inBox .inHd ul li dl dd h2 a {
	font-size: 21px;
	color: #b01f24;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
display: block
}

.in_box_2 .inBox .inHd ul li dl dd p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #666;
	margin: 10px 0px;
	height:45px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box_2 .inBox .inHd ul li dl dd span {
	text-align: right;
	display: block;
	width: 100%;
}

.in_box_2 .inBox .inHd ul li dl dd span a {
	width: 88px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	font-size: 14px;
	background: #b01f24;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}

.in_box_2 .inBox .inHd ul li.on dl {
	display: block;
}

.in_box_2 .inBox .inBd {
	display: none;
}

.in_box_2 .inBox .inHd1 ul li.on {
	width: 80%;
}

.in_box_2 .inBox .inHd1 ul li .qynx {
	width: 100%;
	height: 480px;
	background: url(../images/box_picc21.png) no-repeat;
	background-size: cover;
	margin-top: 45px;
	position: relative;
	display: none;
}

.in_box_2 .inBox .inHd1 ul li.on .qynx {
	display: block;
}

.in_box_2 .inBox .inHd1 ul li .qynx h2 {
	position: absolute;
	color: #fff;
	font-size: 26px;
	width: 130px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	left: 425px;
	top: 205px;
}

.in_box_2 .inBox .inHd1 ul li .qynx h2 a {
	color: #fff;
}

.in_box_2 .inBox .inHd1 ul li .qynx h2 span {
	display: block;
	text-align: right;
	font-size: 14px;
}

.in_box_2 .inBox .inHd1 ul li .qynx p {
	display: block;
	width: 150px;
	font-size: 16px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in_box_2 .inBox .inHd1 ul li .qynx p a {
	color: #666;
}

.in_box_2 .inBox .inHd1 ul li .qynx p a:hover {
	color: #b01f24;
}

.in_box_2 .inBox .inHd1 ul li .qynx p:nth-child(2) {
	left: 182px;
	top: 10px;
}

.in_box_2 .inBox .inHd1 ul li .qynx p:nth-child(3) {
	left: 128px;
	top: 180px;
}

.in_box_2 .inBox .inHd1 ul li .qynx p:nth-child(4) {
	left: 178px;
	top: 359px;
}

.in_box_2 .inBox .inHd1 ul li .qynx p:nth-child(5) {
	right: 175px;
	top: 10px;
}

.in_box_2 .inBox .inHd1 ul li .qynx p:nth-child(6) {
	right: 128px;
	top: 180px;
}

.in_box_2 .inBox .inHd1 ul li .qynx p:nth-child(7) {
	right: 178px;
	top: 359px;
}

.in_box_2 .inBox .inHd1 ul li .qynx h3 {
	position: absolute;
	bottom: 20px;
	right: 86px;
	color: #a9a8a8;
	font-size: 18px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box_2 .inBox .inHd2 ul li.on {
	width: 100%;
	background: url(../images/box_piccc1.png) no-repeat center top !important;
	background-size: 100% auto !important;
}

.in_box_2 .inBox .inHd2 ul li.on dl {
	width: 100%;
	margin-top: 50px;
	box-sizing: border-box;
}

.in_box_2 .inBox .inHd2 ul li.on dl dd {
	width: calc(50% - 14px);
	margin: 0px 7px;
	float: left;
}

.in_box_2 .inBox .inHd2 ul li.on dl dd {
	border-radius: 3px;
	margin-bottom: 20px;
	background: #fff;
	padding: 35px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px #999;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box_2 .inBox .inHd2 ul li.on dl dd h2 {
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.in_box_2 .inBox .inHd2 ul li.on dl dd a:hover h2 {
	color: #b01f24;
}

.in_box_2 .inBox .inHd2 ul li.on dl dd h3 {
	font-size: 16px;
	color: #999;
	padding-top: 20px;
}

.in_box_2 .inBox .inHd2 ul li.on dl dd h3 span {
	float: right;
	width: auto;
	color: #b01f24;
}

.in_box_2 .inBox .inHd2 ul li.on .more {
	padding: 0px 30px;
	text-align: right;
	margin-top: 30px;
}

.in_box_2 .inBox .inHd2 ul li.on .more a {
	display: inline-block;
	width: 125px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 15px;
	background: #b01f24;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box_3 {
	display: none;
}


.in_box1 {
	padding: 80px 0px;
}

.in_box1 .container {
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.in_box1_l {
	width: 830px;
}

.in_box1_l .hd {
	border-bottom: 1px solid #b01f24;
}

.in_box1_l .hd ul {
	width: 100%;
	display: flex;
	position: relative;
}

.in_box1_l .hd ul li {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
	margin-right: 70px;
	cursor: pointer;
}

.in_box1_l .hd ul li span {
	position: absolute;
	right: 0px;
	display: none;
}

.in_box1_l .hd ul li span a {
	width: 88px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	font-size: 14px;
	background: #b01f24;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}

.in_box1_l .hd ul li.on {
	color: #b01f24;
}

.in_box1_l .hd ul li.on span {
	display: block;
}

.in_box1_l1 {
	margin-top: 30px;

}

.in_box1_l1a {
	box-shadow: 0px 0px 5px #ccc;
}

.in_box1_l1a .swiper-slide {
	display: flex;
}

.in_box1_l1a .swiper-slide .img img {
	width: 385px;
	height: 265px;
}

.in_box1_l1a .swiper-slide .nr {
	padding: 25px 30px;

}

.in_box1_l1a .swiper-slide .nr h2 a {
	font-size: 20px;
	color: #02254d;
	display: block;
	font-weight: bold;
	height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in_box1_l1a .swiper-slide .nr p {
	font-size: 16px;
	color: #888;
	display: block;
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 10px 0px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box1_l1a .swiper-slide .nr h3 {
	font-size: 14px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box1_l1a .swiper-slide .nr h3 span {
	float: right;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box1_l1a .swiper-slide .nr h3 span a {
	width: 88px;
	height: 32px;
	line-height: 32px;
	color: #b01f24;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	font-size: 14px;
	background: #fff;
	border: 2px solid #b01f24;
	display: inline-block;
	border-radius: 25px;
	text-align: center;
}


.in_box1_l1a .swiper-pagination {
	bottom: 20px;
	text-align: left;
	padding-left: 410px;
}

.in_box1_l1a .swiper-pagination span {
	background: #fff;
	width: 7px;
	height: 7px;
	opacity: 1;
	margin: 0px 4px !important;
	border: 1px solid #b01f24;
}

.in_box1_l1a .swiper-pagination span.swiper-pagination-bullet-active {
	width: 7px;
	border-radius: 7px;
	background: #b01f24;
}

.in_box1_l1b {
	margin-top: 35px;
}

.in_box1_l1b ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	position: relative;
	margin-bottom: 40px;
}

.in_box1_l1b ul li h2 a {
	padding-right: 110px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	color: #333;
}

.in_box1_l1b ul li h2 a:hover {
	color: #b01f24;
}

.in_box1_l1b ul li p {
	position: absolute;
	right: 20px;
	top: 4px;
	font-size: 14px;
	color: #999;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box1_r {
	width: 320px;

}

.in_box1_r .title {
	font-size: 25px;
	color: #b01f24;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
}

.in_box1_r1 {
	box-shadow: 0px 0px 10px #ccc;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box1_r .layui-laydate-main {
	width: 100%;
}

.in_box1_r .laydate-set-ym,
.in_box1_r .layui-laydate-header i {
	color: #b01f24;
}


.in_box1_r .layui-laydate-content td,
.in_box1_r .layui-laydate-content th {
	width: 43px;
	height: 40px;
	border-radius: 50%;
}

.in_box1_r .laydate-day-mark {
	line-height: 40px;
	font-size: 14px;
}

.in_box1_r .laydate-day-mark::after {
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/pbt_bj.png) no-repeat center center;
	background-size: contain;
}

.in_box1_r .layui-laydate .layui-this {
	background: #b01f24 !important;
	border-radius: 50%;
}


.in_box1_r .layui-laydate,
.layui-laydate-hint {
	border: 0px;
	box-shadow: none;
}

.in_box1_r .layui-laydate-footer {
	display: none;
}

.in_box1_r .kechen {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	padding-top: 0px;
}

.in_box1_r .kechen .left {
	width: 80px;
	text-align: center;
}

.in_box1_r .kechen .left h2 {
	font-size: 40px;
	font-family: initial;
	line-height: 35px;
}

.in_box1_r .kechen .left p {
	font-size: 16px;
	display: block;
	padding: 5px 0px;
}

.in_box1_r .kechen .left span {
	width: 69px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	border-radius: 15px;
	border: 2px solid #b01f24;
	color: #b01f24;
}

.in_box1_r .kechen .right {
	width: calc(100% - 85px);
}

.in_box1_r .kechen .right h2 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

	margin-bottom: 5px;
}

.in_box1_r .kechen .right p {
	padding-left: 20px;
	font-size: 15px;
	line-height: 26px;
}

.in_box1_r .kechen .right span {
	display: block;
	text-align: right;
	padding-top: 3px;
}

.in_box1_r .kechen .right span a {
	color: #fff;
	background: #b01f24;
	font-size: 15px;
	padding: 2px 4px;
}

.in_box1_rr {
	display: none;
}

.in_box2 {
	background: url(../images/box3_bj.png) no-repeat;
}

.in_box2 .bt {
	color: #fff;
	font-size: 30px;
	padding: 70px 0px 60px 0px;
	text-align: center;
}

.in_box2 .swiper-container {
	box-shadow: 0px 0px 20px #333;
}

.in_box2 .swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
}

.in_box2 .swiper-container .swiper-button-next,
.in_box2 .swiper-container .swiper-button-prev {
	color: #fff;
	background: #b01f24;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	font-size: 16px;
}

.in_box2 .swiper-container .swiper-button-next:after,
.in_box2 .swiper-container .swiper-button-prev:after {
	font-size: 26px;
}

.in_box3 {
	background: url(../images/box4_bj.png) no-repeat bottom;
	background-size: cover;
	padding-top: 30px;
	margin-top: -30px;
	padding-bottom: 50px;
	position: relative;
}

.in_box3::after {
	content: '';
	height: 9px;
	width: 100%;
	position: absolute;
	background: url(../images/box4_bj_xian.png) repeat-x;
	top: 170px;
	left: 0px;
}

.in_box3 .container {
	max-width: 1200px;
	margin: 0px auto;
}


.in_box3 .bt {
	padding-top: 230px;
	padding-bottom: 40px;
	text-align: center;
}

.in_box3 .bt h2 {
	font-size: 30px;
	color: #000;
}

.in_box3 .bt h3 {
	padding-top: 20px;
	font-size: 20px;
	color: #888;
}

.in_box3 .bt h3 em {
	font-size: 25px;
	color: #b01f24;
	padding: 0px 30px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	position: relative;
}

.in_box3 .bt h3 em::after{
	position: absolute;
	width: 1px;
	height: 25px;
	content: '';
	background: #b01f24;
	right:0px;
	top: 6px;
}

.in_box3 .bt h3 em:nth-last-child(1):after{
	display: none;
}

.in_box3 .mbt {
	display: none;
}

.in_box3_nr {
	display: flex;
	justify-content: space-between;
}

.in_box3_nrr {
	padding: 0px 60px;
	position: relative;
}


.in_box3_nrr .swiper-button-next,
.in_box3_nrr .swiper-button-prev {
	color: #fff;
	background: #b01f24;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	font-size: 16px;
	top: 100px;
}

.in_box3_nrr .swiper-button-next:after,
.in_box3_nrr .swiper-button-prev:after {
	font-size: 26px;
}

.in_box3_nr .gallery-thumbs {
	width: 620px;
	box-sizing: border-box;
	padding-top: 10px;
}

.in_box3_nr .gallery-thumbs .swiper-slide {
	text-align: center;
	cursor: pointer;
}

.in_box3_nr .gallery-thumbs .swiper-slide img {
	width: 145px;
	height: 145px;
	border-radius: 50%;
	margin-top: 20px;
	position: relative;
	transition: all 0.3s ease 0s;

}

.in_box3_nr .gallery-thumbs .swiper-slide::after {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.7);
	top: 20px;
	left: 50%;
	margin-left: -73px;
	width: 146px;
	height: 145px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}

.in_box3_nr .gallery-thumbs .swiper-slide-thumb-active img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px #666;
	margin-top: 0px;
	transition: all 0.3s ease 0s;
}


.in_box3_nr .gallery-thumbs .swiper-slide h2 {
	color: #b01f24;
	font-size: 24px;
	padding-top: 10px;
	display: none;
	transition: all 0.3s ease 0s;
}

.in_box3_nr .gallery-thumbs .swiper-slide-thumb-active h2 {
	display: block;
}

.in_box3_nr .gallery-thumbs .swiper-slide-thumb-active::after {
	opacity: 0;
}

.in_box3_nr .gallery-top {
	width: 395px;
}

.in_box3_nr .gallery-top .swiper-slide {
	padding: 5px;
	box-sizing: border-box;
}

.in_box3_nr .gallery-top .swiper-slide .nr {
	box-shadow: 0px 0px 5px #ccc;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 35px;
}

.in_box3_nr .gallery-top .swiper-slide .nr .title {
	color: #b01f24;
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 3px;
}

.in_box3_nr .gallery-top .swiper-slide .nr .title::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 130px;
	background: #b01f24;
	bottom: 0px;
	left: 0px;
}

.in_box3_nr .gallery-top .swiper-slide .nr .js h2 {
	font-size: 20px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.in_box3_nr .gallery-top .swiper-slide .nr .js h3 {
	color: #333;
	font-size: 16px;
	padding: 13px 0px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.in_box3_nr .gallery-top .swiper-slide .nr .js p {
	font-size: 15px;
	line-height: 26px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in_box3_nr .gallery-top .swiper-slide .nr .kc {
	padding-top: 15px;
}

.in_box3_nr .gallery-top .swiper-slide .nr .kc h2 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;

}

.in_box3_nr .gallery-top .swiper-slide .nr .kc h3 {
	height: 80px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.in_box3_nr .gallery-top .swiper-slide .nr .kc h3 a {
	font-size: 15px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.in_box3_nr .gallery-top .swiper-slide .nr .kc h3 a img {
	margin-right: 5px;
}

.in_box3_nr .gallery-top .swiper-slide .nr .more a {
	width: 88px;
	height: 32px;
	line-height: 32px;
	color: #b01f24;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	font-size: 14px;
	background: #fff;
	border: 2px solid #b01f24;
	display: inline-block;
	border-radius: 25px;
	text-align: center;
}

.in_box3_nrm {
	display: none;
}


.in_box4 {
	padding: 100px 0px;
}

.in_box4 .bt {
	text-align: center;
	font-size: 30px;
	color: #000;
}

.in_box4 .mbt {
	display: none;
}

.in_box4 .outBox {
	padding-top: 40px;
}

.in_box4 .outBox .hd {
	width: 100%;
	background: #f0f0f0;
	line-height: 80px;
}

.in_box4 .outBox .hd ul {
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
}

.in_box4 .outBox .hd ul li {
	flex: 1;
	font-size: 24px;
	cursor: pointer;
	color: #000;
}

.in_box4 .outBox .hd ul li.on {
	color: #b01f24;
}

.in_box4 .inBox {
	height: 384px;
	position: relative;
}

.in_box4 .inBox .inHd {
	width: 54%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 77px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 10;
}

.in_box4 .inBox .inHd ul {
	display: flex;
	justify-content: flex-end;
}

.in_box4 .inBox .inHd ul li {
	border-right: 1px solid #ccc;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 77px;
	padding: 0px 4%;
}

.in_box4 .inBox .inHd ul li:nth-last-child(1) {
	border-right: 0px;
}

.in_box4 .inBox .inHd ul li img {
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
}

.in_box4 .inBox .inHd ul li.on img {
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
}


.in_box4 .inBox .inBd {
	width: 100%;
}

.in_box4 .inBox .inBd .nr {
	display: flex;
}

.in_box4 .inBox .inBd .nr .img {
	width: 54%;
	height: 307px;
	background-size: cover;
	background-position: center center;
}

.in_box4 .inBox .inBd .nr .wz {
	width: 46%;
	height: 384px;
	background: url(../images/box5_pic1.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	display: flex;
	padding: 6%;
	box-sizing: border-box;
}

.in_box4 .inBox .inBd .nr .wz .fh {
	font-size: 60px;
	padding-right: 10px;
}

.in_box4 .inBox .inBd .nr .wz .text a {
	color: #fff;
}

.in_box4 .inBox .inBd .nr .wz .text p {
	font-size: 20px;
	line-height: 32px;
	padding-top: 30px;
}

.di {
	background: url(../images/di_bj.png) no-repeat;
	background-size: cover;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.di .container {
	max-width: 1200px;
	margin: 0px auto;
}

.di_1 {
	border-bottom: 1px solid #333;
	padding-bottom: 40px;
}

.di_1 ul {
	display: flex;
}

.di_1 ul li {
	flex: 1;
}

.di_1 ul li h2 {
	font-size: 24px;
	color: #333;
	padding-bottom: 10px;

}

.di_1 ul li p {
	line-height: 30px;
	font-size: 16px;
}

.di_2 {
	padding: 30px 0px;
}

.di_2 p {
	text-align: center;
	line-height: 24px;
}

.p_di {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	border-top: 1px solid #ccc;
	background: #fff;
	z-index: 30;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	display: none;
}

.p_di ul {
	display: flex;
}

.p_di ul li {
	width: 25%;
	text-align: center;
}

.p_di ul li a i {
	width: 45px;
	height: 35px;
	display: inline-block;
	background: url(../images/pdi_icon.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center bottom;
	margin-top: 5px;
}

.p_di ul li:nth-child(2) a i {
	background: url(../images/pdi_icon1.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center bottom;
}

.p_di ul li:nth-child(3) a i {
	background: url(../images/pdi_icon2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center bottom;
}

.p_di ul li:nth-child(4) a i {
	background: url(../images/pdi_icon3.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center bottom;
}

.p_di ul li p {
	font-size: 14px;
}

.p_di_gao {
	height: 70px;
	display: none;
}


/* 内页样式 */

.ny_banner {
	height: 360px;
	background-size: cover;
	background-position: center center;
}

.about_box .container {
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.about_box .container .left {
	width: 313px;
	background: #b01f24;
	padding: 25px 0px;
	padding-left: 50px;
	color: #fff;
	font-size: 35px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	margin-top: -50px;
	box-sizing: border-box;
}

.about_box .container .left b {
	width: 43px;
	height: 2px;
	display: block;
	background: #fff;
	margin-top: 5px;
}

.about_box .container .right {
	width: calc(100% - 340px);
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	line-height: 55px;
	font-size: 16px;
	color: #888;
}

.about_box .container .right a {
	color: #888;
}

.about_box .container .right a:hover {
	color: #b01f24;
}

.about_box1 {
	background: url(../images/about_box1bj.png) no-repeat center bottom #fff;
	background-repeat: no-repeat;
	padding-bottom: 180px;
}

.about_box1 .container {
	max-width: 1200px;
	margin: 0px auto;
}

.about_box1 .bt {
	font-size: 45px;
	color: #b01f24;
	padding-bottom: 50px;
	text-align: center;
}

.about_box1 .nr p {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	font-size: 18px;
	line-height: 35px;
	padding-bottom: 20px;
}

.about_box2 {
	background: url(../images/about_box2bj.png) no-repeat center center #fff;
	padding: 180px 0px;
}

.about_box2 .container {
	max-width: 1200px;
	margin: 0px auto;
}

.about_box2_nr {
	display: flex;
}

.about_box2_nr .bt {
	width: 100px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.about_box2_nr .bt h2 {
	font-size: 48px;
	color: #000;
	width: 48px;
}

.about_box2_nr .bt p {
	font-size: 16px;
	color: #000;
	width: 20px;
	margin: 0px 15px;
}

.about_box2_nr .hd ul {
	width: 450px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 10px;
	max-height: 450px;
	height: auto;
}

.about_box2_nr .hd ul::-webkit-scrollbar {
	height: 5px;
}

.about_box2_nr .hd ul::-webkit-scrollbar-thumb {
	background: #e53244;
}

.about_box2_nr .hd ul::-webkit-scrollbar-thumb:window-inactive {
	background: #e53244;
}

.about_box2_nr .hd ul::-webkit-scrollbar-thumb:vertical:hover {
	background: #e53244;
}

.about_box2_nr .hd ul li {
	display: inline-block;
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	cursor: pointer;
	padding: 0px 10px;
	white-space: normal;
	height: 100%;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.about_box2_nr .hd ul li h2 {
	font-size: 24px;
	color: #000;
	padding: 0px 10px;
}

.about_box2_nr .hd ul li p {
	font-size: 16px;
	padding: 0px 5px;
	display: none;
	transition: all 0.3s ease 0s;
}

.about_box2_nr .hd ul li.on p {
	display: block;
	transition: all 0.3s ease 0s;
}

.about_box2_nr .bd {
	width: 580px;
	padding-left: 20px;
}

.about_box2_nr .bd .pic {
	height: 445px;
	position: relative;
}

.about_box2_nr .bd .pic img {
	width: 470px;
	height: 330px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.about_box2_nr .bd .pic img:nth-child(2) {
	width: 305px;
	height: 205px;
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.about_box3 {
	padding: 50px 0px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.about_box3 .container {
	max-width: 1200px;
	margin: 0px auto;
}

.about_box3 .bt {
	padding-bottom: 40px;
	text-align: center;
}

.about_box3 .bt h2 {
	font-size: 30px;
	color: #2c3e50;
}

.about_box3 .bt b {
	width: 60px;
	height: 7px;
	background: #b01f24;
	display: block;
	margin: 6px auto;
}

.about_box3 .bt p {
	font-size: 18px;
	color: #a1b1bc;
}

.about_box3 ul {
	margin: 0px -20px;
}

.about_box3 ul li {
	float: left;
	width: calc(50% - 40px);
	margin: 0px 20px;
	margin-bottom: 40px;
}

.about_box3 ul li dl dt {
	background: #f2f2f2;
	padding: 10px 0px;
	padding-left: 30px;
	font-size: 20px;
	color: #b01f24;
	font-weight: bold;
}

.about_box3 ul li dl dt img {
	margin-right: 10px;
}

.about_box3 ul li dl dd {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #ddd;
	padding: 18px 0px;
}

.about_box3 ul li dl dd h2 {
	width: 305px;
	color: #000;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0px 15px;
}

.about_box3 ul li dl dd p {
	width: 120px;
	padding: 0px 15px;
	box-sizing: border-box;
	color: #444;
	font-size: 16px;
}

.about_box3 ul li dl dd span {
	text-align: right;
	padding-right: 15px;
	width: 150px;
	box-sizing: border-box;
}

.about_box3 ul li dl dd span a {
	display: block;
	font-size: 18px;
	color: #003399;
	padding: 4px 0px;
}

.about_box3 ul li dl dd span a:hover {
	color: #b01f24;
}

.about_box3 ul li dl dd span a img {
	margin-right: 10px;
}


.about_box4 {
	padding: 100px 0px;
	padding-top: 50px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.about_box4 .container {
	max-width: 1200px;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 50px;
	background: url(../images/about_box4_bj.png) no-repeat;
	background-size: cover;
}

.about_box4_nr {
	background: #fff;
	border-top: 5px solid #b01f24;
	padding: 35px 50px;
	display: flex;
	justify-content: space-between;
}

.about_box4_nr .left {
	width: 260px;
}

.about_box4_nr .left .bt h2 {
	color: #b01f24;
	font-size: 20px;
}

.about_box4_nr .left .bt p {
	font-size: 16px;
}

.about_box4_nr .left .js {
	padding: 40px 0px;
}

.about_box4_nr .left .js p {
	font-size: 13px;
	line-height: 20px;
}

.about_box4_nr .left .tel {
	font-size: 15px;
	line-height: 26px;
	color: #333;
}

.about_box4_nr .left .tel p img {
	margin-right: 5px;
}


.about_box4_nr .right {
	width: 540px;
}

.about_box4_nr .right .bt {
	font-size: 20px;
	font-weight: bold;
	color: #b01f24;
}

.about_box4_nr .right .nr {
	padding-top: 20px;
}

.about_box4_nr .right .nr .text {
	line-height: 38px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border: 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.about_box4_nr .right .nr .cerify-code-panel{
	margin-bottom: 10px;
}

.about_box4_nr .right .nr .text2{
	line-height: 38px;
	height: 38px;
	font-size: 13px;
	width: 160px;
	box-sizing: border-box;
	padding-left: 10px;
	border: 1px solid #ddd;
}

.about_box4_nr .right .nr .btn {
	line-height: 38px;
	font-size: 15px;
	width: 100%;
	cursor: pointer;
	background: #b01f24;
	color: #fff;
	text-align: center;
	border: 0px;
}


.inside {
	padding-bottom: 100px;
}

.inside .container {
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.inside_l {
	width: 290px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.inside_l .title {
	width: 290px;
	background: #b01f24;
	padding: 25px 0px;
	padding-left: 50px;
	color: #fff;
	font-size: 35px;
	margin-top: -50px;
	box-sizing: border-box;
}

.inside_l .title b {
	width: 43px;
	height: 2px;
	display: block;
	background: #fff;
	margin-top: 5px;
}

.inside_l ul.dh {
	background: #eee;
	padding: 10px 0px;
}

.inside_l ul.dh li a {
	line-height: 50px;
	display: block;
	position: relative;
	padding-left: 50px;
	font-size: 20px;
	color: #333;
}

.inside_l ul.dh li a:hover {
	color: #b01f24;
}

.inside_l ul.dh li a b {
	background: #b01f24;
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 35px;
	top: 22px;
	display: none;
}

.inside_l ul.dh li a i {
	width: 17px;
	height: 17px;
	display: block;
	background: url(../images/jia.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 17px;
}

.inside_l ul.dh li.on {
	background: #fff;
}

.inside_l ul.dh li.on a {
	border-bottom: 1px solid #ddd;
	color: #b01f24;
}

.inside_l ul.dh li.on a b {
	display: block;
}

.inside_l ul.dh li.on a i {
	background: url(../images/jian.png) no-repeat center center;
	background-size: contain;
}

.inside_l ul.dh li ul {
	background: #fff;
	padding: 10px 0px;
}

.inside_l ul.dh li.on ul li a {
	border-bottom: 0px;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.inside_l ul.dh li.on ul li.on a {
	color: #b01f24;
}

.inside_l ul.dh li.on ul li a:hover {
	color: #b01f24;
}


.inside_l .kcyg {
	position: relative;
	margin-top: 40px;
}

.inside_l .kcyg::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	top: 0px;
	left: 0px;
	background: #b01f24;
	z-index: -1;
}

.inside_l .kcyg .bt {
	padding: 20px 0px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.inside_l .kcyg ul {
	width: calc(100% - 15px);
	margin-left: 15px;
	background: #eee;
}

.inside_l .kcyg ul li {
	padding: 15px;
	border-bottom: 1px solid #ccc;
}

.inside_l .kcyg ul li:nth-last-child(2) {
	border-bottom: 0px;
}

.inside_l .kcyg ul li h2 a {
	font-size: 16px;
	color: #000;
}

.inside_l .kcyg ul li p {
	font-size: 16px;
	color: #666;
	padding: 3px 0px;
}

.inside_l .kcyg ul h3 {
	padding: 20px;
}

.inside_l .kcyg ul h3 a {
	background: #b01f24;
	color: #fff;
	line-height: 30px;
	border-radius: 15px;
	display: block;
	font-size: 14px;
	text-align: center;
}

.inside_l .kcyg .zszx {
	padding: 20px;
	background: #eee;
	box-sizing: border-box;
	width: calc(100% - 15px);
	margin-left: 15px;
}

.inside_l .kcyg .zszx h2 {
	color: #b01f24;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}

.inside_l .kcyg .zszx p {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.inside_l .kcyg .zszx h3 {
	width: 157px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #b01f24;
	border-radius: 25px;
	margin: 20px auto;
}

.inside_l .kcyg .zszx h4 {
	text-align: center;
}



.inside_l .yxtj .zszx {
	padding: 20px;
	background: #eee;
	box-sizing: border-box;
	width: calc(100% - 15px);
	margin-left: 15px;
}

.inside_l .yxtj .zszx h2 {
	color: #b01f24;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}

.inside_l .yxtj .zszx p {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.inside_l .yxtj .zszx h3 {
	width: 157px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #b01f24;
	border-radius: 25px;
	margin: 20px auto;
}

.inside_l .yxtj .zszx h4 {
	text-align: center;
}


.inside_l .dingzhi {
	margin-top: 30px;
}

.inside_l .dingzhi .bt {
	background: #b01f24;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.inside_l .dingzhi .nr {
	box-sizing: border-box;
	background: #eee;
	padding: 10px;
}

.inside_l .dingzhi .nr .nr1 {
	background: #fff;
	padding: 10px;
}

.inside_l .dingzhi .nr .nr1 .text {
	line-height: 38px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border: 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.inside_l .dingzhi .nr .nr1 .cerify-code-panel{
	margin-bottom: 10px;
}

.inside_l .dingzhi .nr .nr1 .text2 {
	line-height: 36px;
	height: 36px;
	width: 140px;
	font-size: 13px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0px 10px;
}

.inside_l .dingzhi .nr .nr1 .btn {
	line-height: 38px;
	font-size: 15px;
	width: 100%;
	cursor: pointer;
	background: #b01f24;
	color: #fff;
	text-align: center;
	border: 0px;
}

.inside_l .gao {
	height: 100px;
}

.inside_l .lixiang {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.inside_l .kcap {
	border: 1px solid #bfbfbf;
	border-top: 3px solid #b01f24;
	box-sizing: border-box;
	padding: 30px 25px;
}

.inside_l .kcap h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

.inside_l .kcap p {
	font-size: 16px;
}

.inside_l .kcap h3 {
	margin-top: 15px;
	background: #f0f0f0;
}

.inside_l .kcap h3 img {
	width: 100%;
	height: auto;
}

.inside_l .kcap h3 b {
	font-weight: normal;
	padding: 10px;
	display: block;
	font-size: 16px;
	color: #000;
}

.inside_l .kcap span {
	display: block;
	padding-top: 15px;
}

.inside_l .kcap span a {
	text-align: center;
	color: #fff;
	background: #b01f24;
	font-size: 16px;
	line-height: 40px;
	display: block;
}

.inside_l .kbxw {
	margin-top: 20px;
}

.inside_l .kbxw .bt {
	background: #b01f24;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.inside_l .kbxw .bt span {
	position: absolute;
	font-size: 12px;
	right: 10px;
	top: 25px;
	font-weight: normal;
}

.inside_l .kbxw .bt span a {
	color: #fff;
}

.inside_l .kbxw .swiper-slide {
	padding-bottom: 40px;
	background: #eee;
}

.inside_l .kbxw .swiper-slide .img {
	width: 290px;
	height: 180px;
	position: relative;
}

.inside_l .kbxw .swiper-slide .img img {
	width: 100%;
	height: 100%;
}

.inside_l .kbxw .swiper-slide .img h2 {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px;
	color: #fff;
	font-size: 15px;
}

.inside_l .kbxw .swiper-pagination span {
	background: #eee;
	width: 8px;
	height: 8px;
	opacity: 1;
	border: 1px solid #b01f24;
}

.inside_l .kbxw .swiper-pagination span.swiper-pagination-bullet-active {
	background: #b01f24;
}

.inside_l .yxtj {
	margin-top: 20px;
}

.inside_l .yxtj .bt {
	background: #b01f24;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.inside_l .yxtj ul {
	background: #eee;
	padding: 20px;
	box-sizing: border-box;
	padding-top: 0px;
}

.inside_l .yxtj ul li a {
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
	display: block;
}

.inside_l .yxtj ul li a p {
	font-size: 16px;
	margin: 5px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inside_l .yxtj ul li a h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.inside_r {
	width: 850px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.inside_r .ny_lj {
	padding: 40px 0px;
	font-size: 17px;
	color: #999;
}

.inside_r .ny_lj a {
	color: #999;
}

.inside_r .bt h2 {
	font-size: 30px;
	color: #b01f24;
	font-weight: bold;
}

.inside_r .bt h2 span {
	font-size: 18px;
	color: #888;
	font-weight: normal;
	padding-left: 10px;
}

.inside_r .bt p {
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0px;
}

.ggyx {
	margin-top: 30px;
}

.ggyx ul li {
	width: 100%;
	margin-bottom: 40px;
}

.ggyx ul li dl dt {
	background: #f2f2f2;
	padding: 10px 0px;
	padding-left: 30px;
	font-size: 20px;
	color: #b01f24;
	font-weight: bold;
}

.ggyx ul li dl dt img {
	margin-right: 10px;
}

.ggyx ul li dl dd {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #ddd;
	padding: 18px 0px;
}

.ggyx ul li dl dd h2 {
	width: 350px;
	color: #000;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0px 15px;
	font-weight: bold;
}

.ggyx ul li dl dd p {
	width: 160px;
	padding: 0px 15px;
	box-sizing: border-box;
	color: #444;
	font-size: 16px;
}

.ggyx ul li dl dd span {
	text-align: right;
	padding-right: 15px;
	width: 150px;
	box-sizing: border-box;
}

.ggyx ul li dl dd span a {
	display: block;
	font-size: 18px;
	color: #003399;
	padding: 4px 0px;
}

.ggyx ul li dl dd span a:hover {
	color: #b01f24;
}

.ggyx ul li dl dd span a img {
	margin-right: 10px;
}


.inside_detail .container {
	flex-direction: row-reverse;
}

.inside_detail .ggkc_detail .bt h2 {
	font-size: 24px;
	color: #000;
}

.inside_detail .ggkc_detail .bt h3 {
	font-size: 15px;
	color: #666;
	padding: 15px 0px;
}

.inside_detail .ggkc_detail .nr {
	padding-top: 15px;
}

.inside_detail .ggkc_detail .nr p {
	font-size: 16px;
	line-height: 32px;
	color: #333;
	display: block;
	padding-bottom: 15px;
}

.inside_detail .ggkc_detail .nr img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.inside_detail .ggkc_detail .fx {
	padding: 15px 0px;
}

.inside_detail .ggkc_detail .fx .bshare-custom {
	font-size: 14px;
}

.inside_detail .ggkc_detail .fy {
	margin: 15px 0px;
	box-shadow: 0px 0px 5px #ccc;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	width: 80%;
}

.inside_detail .ggkc_detail .fy a {
	font-size: 15px;
	width: 45%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.qynx ul li {
	border-bottom: 2px solid #ccc;
	padding: 40px 0px;
	margin-bottom: 15px;
}

.qynx ul li h2 {
	margin-bottom: 12px;
}

.qynx ul li h2 a {
	display: block;
	width: 670px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.qynx ul li h2 a:hover {
	color: #b01f24;
}

.qynx ul li h2 span {
	float: right;
	font-size: 16px;
	color: #b01f24;

}

.qynx ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 15px;
	line-height: 24px;
	width: 670px;
}

.qynx ul li h3 {
	color: #b01f24;
	font-size: 20px;
	padding-bottom: 6px;
}

.qynx ul li h3 b {
	color: #999;
	padding-left: 20px;
}


.gkk {
	margin-top: 40px;
}

.gkk ul li {
	background: #eee;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.gkk ul li .img {
	width: 290px;
}

.gkk ul li .img img {
	width: 100%;
	height: auto;
}

.gkk ul li .nr {
	width: calc(100% - 310px);
}

.gkk ul li .nr h2 a {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.gkk ul li .nr h3 {
	padding: 25px 0px;
	font-size: 18px;
	color: #000;
}

.gkk ul li .nr h3 img {
	width: 26px;
	height: auto;
	margin-right: 10px;
}

.gkk ul li .nr h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gkk ul li .nr h4 b {
	font-size: 25px;
	color: #b01f24;
}

.gkk ul li .nr h4 span a {
	background: #b01f24;
	color: #fff;
	border: 2px solid #b01f24;
	padding: 5px 20px;
	font-size: 16px;
	border-radius: 25px;
}

.gkk ul li .nr h4 span a:nth-child(2) {
	background: #eee;
	border: 2px solid #b01f24;
	color: #b01f24;
	margin-left: 15px;
}


.szll {
	margin-top: 30px;
}

.szll ul {
	margin: 0px -10px;
}

.szll ul li {
	float: left;
	margin: 0px 10px;
	width: calc(50% - 20px);
	display: flex;
	background-image: linear-gradient(#fff, #eee);
	margin-bottom: 20px;
}

.szll ul li .img img {
	width: 160px;
	height: auto;
}

.szll ul li .nr {
	width: calc(100% - 160px);
	box-sizing: border-box;
	padding: 10px 15px;
}

.szll ul li .nr .js h2 {
	font-size: 20px;
	color: #b01f24;
	font-weight: bold;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.szll ul li .nr .js h3 {
	color: #b01f24;
	font-size: 15px;
	padding: 5px 0px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.szll ul li .nr .js p {
	font-size: 13px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 65px;
}

.szll ul li .nr .kc {
	padding-top: 10px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.szll ul li .nr .kc h2 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.szll ul li .nr .kc h3 a {
	font-size: 13px;
	line-height: 24px;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.szll ul li .nr .kc h3 a img {
	margin-right: 5px;
}

.zswd {
	margin-top: 30px;
}

.zswd ul {
	margin: 0px -10px;
}

.zswd ul li {
	float: left;
	background: #eee;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
	margin: 0px 10px;
	margin-bottom: 20px;
}

.zswd ul li h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
}

.zswd ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 75px;
	line-height: 26px;
	color: #999;
	font-size: 15px;
}



.zxbm {
	margin-top: -20px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.zxbm .container {
	background: #fff;
	max-width: 1200px;
	margin: 0px auto;
	box-shadow: 0px 0px 10px #666;
	box-sizing: border-box;
	padding: 50px;
	margin-bottom: 50px;
}

.zxbm .container .bt {
	text-align: center;
	padding-bottom: 30px;
}

.zxbm .container .bt h2 {
	color: #b01f24;
	font-size: 35px;
	font-weight: bold;
}

.zxbm .container .bt p {
	font-size: 17px;
	color: #b01f24;
	padding-top: 10px;
}

.zxbm ul {
	margin-top: 15px;
}

.zxbm ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.zxbm ul li h2 {
	width: 48%;
	display: flex;
}

.zxbm ul li b {
	width: 120px;
	font-size: 22px;
	color: #333;
	display: block;
	text-align: right;
	padding-right: 20px;
	line-height: 45px;
}

.zxbm ul li b i {
	color: #b01f24;
}

.zxbm ul li .text {
	width: calc(100% - 140px);
	border: 1px solid #333;
	line-height: 45px;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 15px;
}

.zxbm ul li .text2 {
	border: 1px solid #333;
	line-height: 45px;
	height: 45px;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 15px;
	width: 150px;
}

.zxbm ul li .right {
	width: calc(100% - 140px);
}

.zxbm ul li .right label {
	font-size: 20px;
	line-height: 45px;
	margin-right: 40px;
	margin-bottom: 25px;
	white-space: nowrap;
}

.zxbm ul li .right label input {
	margin-right: 5px;
}

.zxbm ul li .text1 {
	width: 100%;
	border: 1px solid #333;
	height: 150px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
}

.zxbm ul li .btn {
	width: 265px;
	line-height: 60px;
	display: block;
	background: #b01f24;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border: 0px;
	cursor: pointer;
	margin: 0px auto;
}