body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
	margin: 0px;
	padding: 0px;
}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	color: #333;
}

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
	border: 1px solid white;
}

body {
	cursor: pointer;
}

input,
textarea,
button {
	outline: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

/* 点击搜索框获取焦点 placeholder消失-开始 */
/* WebKit browsers */
input:focus::-webkit-input-placeholder {
	color: transparent;
	/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
	color: transparent;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
	color: transparent;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
	color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */

/* 清楚浮动 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	/*不用有内容也可以*/
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.header_top {
	background: #f2f2f2;
	height: 60px;
	line-height: 60px;
}

.header_top span {
	color: #666666;
	font-size: 14px;
}

.header_top_left {
	float: left;
}

.header_top_right {
	float: right;
}

.search_box {
	float: right;
	margin: 15px 10px 0 10px;
}

.search_box input {
	display: block;
	width: 140px;
	height: 32px;
	line-height: 100%;
	border: 1px solid #cccccc;
	border-right: none;
	float: left;
	padding: 7px 8px;
	font-size: 14px;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 点击高亮的颜色*/
}

.search_box button {
	float: left;
	width: 40px;
	height: 32px;
	background: #2569c0 url("../images/2020mcw001.png") no-repeat center;
}

.header_mid img {
	max-width: 100%;
}

.nav_ydd_btn_wrap {
	cursor: pointer;
	width: 30px;
	height: 30px;
	float: right;
	margin: 16px 0 0 0;

}

.nav_ydd_btn {
	width: 100%;
	height: 4px;
	background-color: #2569c0;
	transition: all 0.4s;
}

.nav_ydd_btn+.nav_ydd_btn {
	margin-top: 9px;
}

.nav_ydd_btn_close .btn_one {
	transform: rotate(45deg) translate(9px, 9px);
}

.nav_ydd_btn_close .btn_two {
	display: none;
}

.nav_ydd_btn_close .btn_three {
	transform: rotate(-45deg);
}

.header_mid {
	padding: 15px 0;
}

.header_bottom {
	margin-bottom: 15px;
}

.header_bottom img {
	width: 100%;
}

.header_mid_wrap {
	position: relative;
}

.nav_mobile {
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #cccccc;
	padding: 0 20px 50px;
	display: none;
}

.nav_mobile ul li a {
	display: block;
	padding: 0 20px;
	border-bottom: 1px solid #cccccc;
	line-height: 55px;
	font-size: 18px;
}

.nav_mobile>ul>li>a p {
	background: url("../images/2020mcw032.png") no-repeat right center;
}

.subnav_mobile {
	display: none;
}


.nav_mobile>ul>li.active .subnav_mobile {
	display: block;
}

.subnav_mobile ul li a {
	display: block;
	padding: 0 20px;
	border-bottom: 1px solid #cccccc;
	line-height: 55px;
	font-size: 18px;
}

.subnav_mobile li a p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav_mobile .subnav_mobile a {
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav_pc {
	display: none;
}

.model_one_swiper img {
	width: 100%;
	transition: .5s;
}

.describe {
	width: 100%;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.45);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
}

.describe p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 62%;
}

.main-pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	right: 0;
	width: 38%;
	padding-right: 15px;
	text-align: right;
}

.main-pagination .swiper-active-switch {
	background-color: #fff;
}

.main-pagination .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-left: 8px;
	cursor: pointer;
}

.model_one_swiper {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.model_one_swiper:hover img {
	transform: scale(1.05);
}

.model_one_r_top {
	margin-bottom: 15px;
	margin-top: 15px;
}

.model_one_r_top ul {
	border-bottom: 1px solid #e5e5e5;
}

.model_one_r_top ul li {
	float: left;
	margin-right: 10px;
}

.model_one_r_top .more {
	margin: 0;
	float: right;
}

.more a {
	color: #666666;
}

.model_one_r_top ul li a {
	font-size: 16px;
	color: #666666;
	position: relative;
	padding-bottom: 8px;
	display: block;
}

.model_one_r_top ul li a::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #2569c0;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 9;
	display: none;
}

.model_one_r_top .more a::after {
	display: none;
}

.model_one_r_top ul li a.active {
	color: #2569c0;
	font-weight: bold;
}

.model_one_r_top ul li a.active::after {
	display: block;
}

.model_one_r_mid h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.model_one_r_mid p {
	font-size: 14px;
	color: #666666;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.model_one_r_mid {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.model_one_r_list ul li {
	margin-top: 5px;
}

.model_one_r_list ul li a {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}

.model_one_r_list ul li span {
	display: none;
}

.model_one_r_list ul li a::before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #999999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
/* 2021/10/26 活动预告 */
.model_one_r_list_hdyg_title{
	background-color: #f2f2f2;
	line-height: 2;
	font-size: 16px;
	margin-bottom: 15px;
}
.model_one_r_list_hdyg_title .span1{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
}
.model_one_r_list_hdyg_title .span2{
	display: none;
}
.model_one_r_list_hdyg_title .span3{
	display: none;
}
.model_one_r_list_hdyg_list{

}
.model_one_r_list_hdyg_list ul{

}
.model_one_r_list_hdyg_list ul li{
	margin-top: 5px;
}
.model_one_r_list_hdyg_list ul li a{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    font-size: 16px;
	position: relative;
    padding-left: 10px;
}
.model_one_r_list_hdyg_list ul li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.model_one_r_list_hdyg_list ul li .span1{
	display: none;
}
.model_one_r_list_hdyg_list ul li .span2{
	display: none;
}


.model_two {
	background: url("../images/2020mcw030.png") no-repeat center;
	background-size: cover;
}

.model_two_wrap h1 {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 20px 0 15px;
	margin-bottom: 20px;
}

.model_two_wrap h1::after {
	content: "";
	width: 40px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}

.ssflfw_icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
	transition: .3s;
}

.ssflfw_icon img {
	max-width: 80%;
	transition: .4s;
}


.ssflfw_item {
	text-align: center;
	display: inline-block;
	border: 1px solid #ffffff;
	width: 100%;
	box-sizing: border-box;
}

.ssflfw_item a {
	display: block;
	padding: 24px 0;
	transition: .3s;
}

.ssflfw_item a:hover {
	background: #fff;
}

.ssflfw_item a:hover .ssflfw_icon {
	background: #2569c0;
}

.ssflfw_item a:hover p {
	color: #333;
}

.ssflfw_item a:hover span {
	color: #666666;
}

.ssflfw_item a:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.ssflfw_item p {
	color: #fff;
	margin: 15px 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: .3s;
}

.ssflfw_item span {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
	transition: .3s;
}

.main-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.main-pagination .swiper-pagination-bullet {
	border: 1px solid #fff;
}

.model_two-pagination {
	text-align: center;
	margin: 12px 0 20px;
}

.model_two-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.model_two-pagination .swiper-pagination-bullet {
	border: 1px solid #fff;
}

.model {
	margin-top: 10px;
}

.main {
	margin: 10px 0;
}

.model:first-child {
	margin-top: 0;
}

.swiper-pagination-bullet {
	background: none;
	opacity: 1;
}

.mczt_swiper img {
	max-width: 100%;
	width: 232px;
}


.mczt_right,
.zwjmllc_right,
.news_right {
	background: url("../images/2020mcw034.png") no-repeat center;
	background-color: rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00000000, endcolorstr=#02020200);
	width: 20px;
	height: 40px;
	margin-top: -20px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	right: 6px;
}

.news_right {
	right: 0;
}

.mczt_left,
.zwjmllc_left,
.news_left {
	background: url("../images/2020mcw033.png") no-repeat center;
	background-color: rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00000000, endcolorstr=#02020200);
	width: 20px;
	height: 40px;
	margin-top: -20px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	left: 6px;
}

.news_left {
	left: 0;
}

.zwjmllc_swiper img {
	max-width: 100%;
	width: 232px;
}

.model_four .model_one_r_top,
.model_five .model_one_r_top,
.model_six .model_one_r_top {
	margin-top: 0;
}

.zwjmllc_swiper p {
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zwjmllc_right,
.zwjmllc_left {
	margin-top: -35px;
}

.xglj_item {
	height: 40px;
	line-height: 40px;
	border: 1px solid #e6e6e6;
	margin-bottom: 12px;
	width: 100%;
	position: relative;
}

.xglj_item p {
	position: relative;
	padding: 0 15px;
	transition: .3s;
	cursor: pointer;
}

.xglj_item p:hover {
	background: #f2f2f2;
}

.xglj_item p.active {
	background: #f2f2f2;
}

.xglj_item p.active img {
	transform: rotate(180deg);
}

.xglj_item img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
	transition: .5s;
	transform: rotate(0deg);
}

.xglj_inner {
	position: absolute;
	z-index: 10;
	width: 100%;
	background: #fff;
	padding: 5px 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 5px 2px #e6e6e6;
	top: 38px;
	box-sizing: initial;
	left: -1px;
	display: none;
	height: 140px;
	overflow-y: auto;
}

.xglj_inner a {
	width: 100%;
	display: block;
	padding: 0 15px;
	transition: .3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xglj_inner a:hover {
	background: #2569c0;
	color: #fff;
}

.footer {
	background: #f2f2f2;
	padding: 20px 0;
}

.footer_left p:first-child span {
	margin: 0 6px;
}

.footer_left p a {
	color: #666666;
}

.footer_left p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}

.footer_right div {
	text-align: center;
}

.footer_right img {
	margin-bottom: 12px;
}

.mczt_swiper .swiper-slide,
.zwjmllc_swiper .swiper-slide {
	padding: 0 6px;
	box-sizing: border-box;
}

.mczt_swiper,
.zwjmllc_swiper {
	margin: 0 -6px;
}

.mczt_swiper a {
	display: block;
	overflow: hidden;
}

.mczt_swiper a img {
	transition: .5s;
}

.mczt_swiper a:hover img {
	transform: scale(1.1);
}

.zwjmllc_swiper a {
	display: block;
	overflow: hidden;
}

.zwjmllc_swiper a img {
	transition: .5s;
}

.zwjmllc_swiper a:hover img {
	transform: scale(1.1);
}

.model_one_box {
	display: none;
}

.second_title>ul {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.second_title>ul>li {
	font-size: 20px;
	font-weight: bold;
	float: left;
	position: relative;
	max-width: 200px;
}

.second_title>ul>li>a {
	color: #2569c0;
	display: block;
	padding-bottom: 8px;
	text-align: left;
}

.second_title>ul>li::after {
	content: "";
	position: absolute;
	background: #2569c0;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	z-index: 99;

}

.second_more {
	width: 30px;
	height: 30px;
	background: #2569c0;
	display: inline-block;
	position: absolute;
	transition: .4s;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.second_more.active img {
	transform: rotate(45deg);
}

.second_more.active {
	background: #fff;
}

.second_more img {
	max-width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .3s;
	z-index: 999;
}


.box_more ul li a {
	font-size: 16px;
	color: #cce5ff;
	float: left;
	display: block;
	width: 100%;
	padding: 0 15px;
	margin: 5px 0;
	text-align: left;
}

.box_more ul li a:hover {
	color: #fff;
	font-weight: bold;
}

.box_more {
	background: linear-gradient(#5f9cea, #2569c0);
	overflow: hidden;
	position: relative;
	right: 0;
	padding: 25px 0;
	display: none;
	z-index: 99;
	max-width: 200px;
	top: 3px;
}

.second_title {
	position: relative;
	margin-bottom: 25px;
}

.dwjj_content h3 {
	font-weight: bold;
	font-size: 18px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.dwjj_content h3::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #2569c0;
	left: 0;
	bottom: 0;
}

.dwjj_content p {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 6px;
}

.dwjj_content {
	margin-top: 25px;
}

.dwjj_main .clearfix:first-child .dwjj_content {
	margin-top: 0;
}

.main_wrap {
	margin: 10px 0 30px;
}

.second_nav {
	display: none;
}

.dwjj_main img {
	display: none;
}

.position_nav {
	display: none;
}

.cwxxgk_main>ul>li {
	border-bottom: 1px solid #e6e6e6;
	transition: .3s;
}

.cwxxgk_main>ul>li>a {
	font-size: 16px;
	display: block;
	position: relative;
	padding-left: 12px;
	overflow: hidden;
	padding: 15px 0 10px 15px;
}

.cwxxgk_main>ul>li:hover {
	background: #cce5ff;
}

.cwxxgk_main>ul>li:hover {
	padding: 0 30px;
}

.cwxxgk_main>ul>li>a::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #999999;
	left: 0;
	position: absolute;
	border-radius: 50%;
	top: 23px;
}

.cwxxgk_main ul li a p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 100%;
}

.cwxxgk_main ul li a span {
	float: right;
}

.page_nav {
	margin-top: 20px;
}

.page_nav ul {
	text-align: center;
}

.page_nav ul li {
	display: inline-block;
	border: 1px solid #e6e6e6;
}

.page_nav ul li a {
	display: block;
	padding: 5px 15px;
	transition: .3s;
}

.page_nav ul li a.active {
	color: #fff;
	background: #2569c0;
}

.page_nav ul li a.current {
	color: #fff;
	background: #2569c0;
}

.page_nav ul li a:hover {
	color: #fff;
	background: #2569c0;
}

.cwxxgk_main ul li a span {
	display: none;
}

.wld_item img {
	max-width: 32%;
	float: right;
	margin-left: 15px;
}

.wld_item_main h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wld_item_main p {
	font-size: 14px;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 15px;
}

.wld_item_main span {
	display: block;
	font-size: 14px;
}



.wld_item {
	background: #f7f7f7;
	padding: 20px;
	overflow: hidden;
	display: block;
	margin-top: 20px;
}

.zwllc_item h3 {
	font-weight: bold;
	font-size: 18px;
	position: relative;
	padding-left: 10px;
	margin-bottom: 15px;
}

.zwllc_item h3::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 18px;
	background: #2569c0;
	left: 0;
}

.zwllc_lxfs img {
	max-width: 100%;
	margin-right: 10px;
}

.zwllc_lxfs span {
	font-size: 16px;
}

.zwllc_lxfs p {
	margin-top: 10px;
}

.zwllc_lxfs p:first-child {
	margin-top: 0;
}

.zwllc_lxfs {
	background: #f5f5f5;
	padding: 20px 15px;
	text-align: left;
}

.zwllc_item {
	margin-top: 25px;
}

.zwllc_item:first-child {
	margin-top: 0;
}

.xqy_title {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 15px 0;
	margin: 0 0 15px;
	text-align: center;
}

.xqy_title h3 {
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.4;
}

.xqy_title>div>span {
	display: block;
	color: #999999;
	text-align: center;
}

.xqy_title>div>span {
	display: block;
	color: #999999;
	text-align: center;
}

.xqy_main {
	line-height: 1.6;
	font-size: 16px;
	text-align: justify;
}

.xqy_main img {
	max-width: 100%;
}


.appendix {
	padding: 10px 15px;
	background-color: #f7f7f7;
	margin-top: 10px;
	line-height: 1.6;
	overflow: hidden;
	font-size: 16px;
}

.appendix .appendix-key {
	float: left;
}

.appendix a {
	display: inline-block;
	color: #3584cf;
	/* word-wrap: break-word; */
}

.lxfs_item p:first-child {
	font-weight: bold;
	font-size: 18px;
}

.lxfs_item p {
	font-size: 16px;
	margin: 6px 0;
}

.lxfs_item {
	background: #f7f7f7;
	padding: 12px 20px;
	margin-top: 20px;
}

.lxfs_item:first-child {
	margin-top: 0;
}

.ssflfw_box {
	border: 1px solid #dbdbdb;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
}

.ssflfw_box a {
	display: block;
	padding: 24px 0;
	transition: .3s;
}

.ssflfw_box p {
	margin: 15px 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: .3s;
}

.ssflfw_box span {
	font-size: 14px;
	color: #666666;
	display: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ssflfw_main .col-xs-6:nth-child(2n+1) {
	padding-right: 6px;
}

.ssflfw_main .col-xs-6:nth-child(2n) {
	padding-left: 6px;
}

.ssflfw_main .col-xs-6+.col-xs-6+.col-xs-6 {
	margin-top: 12px;
}

.ssflfw_box_icon2 {
	display: none;
}

.ssflfw_box a:hover .ssflfw_box_icon1 {
	display: none;
}

.ssflfw_box a:hover .ssflfw_box_icon2 {
	display: inline-block;
}

.ssflfw_box a:hover .ssflfw_icon {
	background: #2569c0;
	transform: rotate(360deg);
}

.jgsz_wrap {
	text-align: center;
	margin-top: 30px;
}

.jgsz_wrap:first-child {
	margin-top: 0;
}

.jgsz_wrap img {
	max-width: 100%;
}

.jgsz_wrap h3 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: inline-block;
}

.jgsz_wrap h3::after {
	content: "";
	width: 30px;
	height: 2px;
	display: inline-block;
	background: #2569c0;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	position: absolute;
}

.main_right {
	text-align: justify;
}

.box_more_wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.leftcon {
	text-align: center;
	margin-bottom: 20px;
	font-style: normal;
	letter-spacing: 2px;
}

.leftcon span,
.leftcon em {
	color: #2569c0;
}

.dwjj_main {
	word-break: break-all;
}

.footer_pic3 {
	display: none;
}

.model_one_r_top ul li+li+li+li {
	display: none;
}

.header_mid .codeWechat {
	display: none;
}

.xglj_img img {
	width: 100%;
}

.xglj_img {
	padding: 0 6px;
}

.xglj_box .row {
	margin: 0 -6px;
}

.xglj_img+.xglj_img+.xglj_img {
	margin-top: 10px;
}



@media (min-width: 425px) {
	.search_box input {
		width: 150px;
	}

	.ssflfw_item a {
		padding: 31px 0;
	}

	.ssflfw_item span {
		display: block;
		height: 20px;
	}

	.model_one_r_top ul li {
		margin-right: 30px;
	}

	.page_nav ul li {
		margin: 0 3px;
	}

	.ssflfw_box span {
		display: block;
		height: 20px;
	}

	.box_more {
		max-width: 100%;
	}

	.second_title>ul>li {
		max-width: 100%;
	}

	.appendix a+a {
		display: block;
		margin: 8px 0;
		text-indent: 3em;
	}


}
@media(max-width:481px){
	.header_mid a{
		margin: 0 auto;
		width: 100%;
		display: block;
		text-align: center;
	}
		.footer_pic1 {
		float: left;
		width: 50%;
		padding-top: 7px;
	}
	.footer_pic2 {
		width: 50%;
		float: right;
		text-align: center;
	}
	.header_top_left {
		display: none;
	}
}
@media (min-width: 480px) {


	.mczt_right,
	.mczt_left,
	.zwjmllc_right,
	.zwjmllc_left,
	.news_right,
	.news_left {
		width: 30px;
		height: 60px;
		margin-top: -30px;
	}

	.mczt_right,
	.zwjmllc_right,
	.news_right {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.mczt_left,
	.zwjmllc_left,
	.news_left {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.model {
		/* margin-top: 20px; */
	}
	.model_two{
		margin-top: 20px;
	}

	.zwjmllc_right,
	.zwjmllc_left {
		margin-top: -48px;
	}

	.main-pagination {
		width: 30%;
	}

	.dwjj_main {
		word-break: break-word;
	}
	.header_mid a{
		display: block;
	}
}

@media (min-width: 768px) {

	.header_top span {
		font-size: 20px;
	}

	.search_box input {
		width: 180px;
		height: 40px;
		font-size: 20px;
	}

	.search_box button {
		height: 40px;
		float: left;
	}

	.header_top {
		height: 80px;
		line-height: 80px;
	}

	.search_box {
		height: 40px;
		margin: 20px 30px 0;
	}

	.nav_ydd_btn_wrap {
		width: 40px;
		margin: 22px 0 0 0;
	}

	.nav_ydd_btn+.nav_ydd_btn {
		margin-top: 12px;
	}

	.nav_ydd_btn_close .btn_one {
		transform: rotate(45deg) translate(11px, 11px);
	}

	.nav_ydd_btn_close .btn_three {
		transform: rotate(-45deg);
	}

	.header_mid {
		padding: 31px 0;
	}

	.nav_mobile ul li a {
		font-size: 30px;
		line-height: 110px;
	}

	.describe {
		height: 60px;
		line-height: 60px;
	}

	.describe p {
		font-size: 24px;
		width: 65%;
	}

	.main-pagination .swiper-pagination-switch {
		width: 16px;
		height: 16px;
	}

	.main-pagination {
		bottom: 16px;
	}

	.header_bottom {
		margin: 5px 0 -35px;
	}

	.model_one_r_top ul li a {
		font-size: 30px;
		padding-bottom: 15px;

	}

	.model_one_r_top ul li {
		margin-right: 60px;
	}

	.more a {
		font-size: 24px;
	}

	.model_one_r_top .more {
		margin-top: 8px;
	}

	.model_one_r_top {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.model_one_r_top ul li a::after {
		height: 4px;
	}


	.model_one_r_mid h3 {
		font-size: 26px;
		padding-bottom: 20px;
	}

	.model_one_r_mid p {
		font-size: 20px;
		line-height: 1.6;
		-webkit-line-clamp: 2;
	}

	.model_one_r_mid {
		padding-bottom: 25px;
		margin-bottom: 30px;
	}

	.model_one_r_list ul li a {
		font-size: 26px;
		padding-left: 30px;
		width: 78%;
		float: left;
	}

	.model_one_r_list ul li a::before {
		width: 10px;
		height: 10px;
		top: 13px;
	}

	.model_one_r_list ul li {
		margin-top: 12px;
		overflow: hidden;
	}

	.model_one_r_list ul li span {
		display: inline-block;
		font-size: 26px;
		float: right;
	}

	/* 2021/10/26 活动预告 */
	.model_one_r_list_hdyg_title{
		font-size: 26px;
	}
	.model_one_r_list_hdyg_title .span1{
		width: 58%;
		display: inline-block;
		padding-left: 30px;
	}
	.model_one_r_list_hdyg_title .span2{
		display: inline-block;
		width: 22%;
		text-align: center;
	}
	.model_one_r_list_hdyg_title .span3{
		display: inline-block;
		width: 20%;
		text-align: center;
	}
	.model_one_r_list_hdyg_list{

	}
	.model_one_r_list_hdyg_list ul{

	}
	.model_one_r_list_hdyg_list ul li{
		margin-top: 12px;
	}
	.model_one_r_list_hdyg_list ul li a{
		display: inline-block;
		width: 58%;
		font-size: 26px;
		padding-left: 30px;
		float: left;
	}
	.model_one_r_list_hdyg_list ul li a::before {
		width: 10px;
		height: 10px;
		top: 13px;
	}
	.model_one_r_list_hdyg_list ul li .span1{
		display: inline-block;
		width: 22%;
		text-align: center;
		font-size: 26px;
	}
	.model_one_r_list_hdyg_list ul li .span2{
		display: inline-block;
		width: 20%;
		text-align: center;
		font-size: 22px;
		background-color: #e6e6e6;
		border-radius: 5px;
		color: #666;
		line-height: 37px;
	}
	.model_one_r_list_hdyg_list ul li .select{
		background-color: #2569c0;
		color: #fff;
	}


	.model_two_wrap h1 {
		font-size: 30px;
		padding: 50px 0 20px;
		margin-bottom: 40px;
	}

	.model_two_wrap h1::after {
		width: 60px;
		margin-left: -30px;
	}

	.ssflfw_icon {
		width: 88px;
		height: 88px;
		line-height: 88px;
	}

	.ssflfw_icon img {
		max-width: 100%;
	}

	.ssflfw_item p {
		font-size: 22px;
		margin: 22px 0 15px;
	}

	.ssflfw_item span {
		font-size: 16px;
	}

	.model {
		/* margin-top: 40px; */
	}
	.model_two{

			margin-top: 40px;

	}
	.main-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
	}

	.model_one_l .main-pagination {
		bottom: 16px;
	}

	.model_two-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
	}

	.model_two-pagination {
		margin: 30px 0 40px;
	}

	.zwjmllc_swiper p {
		padding-top: 20px;
	}

	.xglj_item {
		height: 60px;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.col-xs-12+.col-xs-12+.col-xs-12 .xglj_item {
		margin-bottom: 0;
	}

	.xglj_item p {
		font-size: 24px;
		padding: 0 20px;
	}

	.xglj_item img {
		right: 20px;
	}

	.xglj_inner {
		top: 59px;
		height: 222px;
		padding: 10px 0;
	}

	.xglj_inner a {
		font-size: 24px;
	}

	.footer_left p {
		font-size: 20px;
	}

	.footer_left p:first-child {
		color: #333;
		font-size: 24px;
		margin-bottom: 20px;
	}

	.footer_left p+p {
		margin-bottom: 2px;
	}

	.footer_left p:first-child a {
		color: #333;
	}

	.footer_left p+p+p span+span {
		display: block;
	}

	.footer_left {
		float: left;
	}

	.footer_right {
		float: right;
		margin-top: 40px;
	}

	.footer_right div {
		float: left;
	}

	.footer {
		padding: 40px 0;
	}

	.footer_pic1 a {
		display: block;
		margin-right: 40px;
	}

	.main {
		margin: 35px 0;
	}

	.second_title>ul>li {
		font-size: 36px;
	}

	.second_title>ul>li>a {
		padding-bottom: 12px;
	}

	.second_more {
		width: 48px;
		height: 48px;
		margin-top: 6px;
	}

	.second_more img {
		max-width: 100%;
	}

	.box_more ul li a {
		font-size: 24px;
	}

	.box_more {
		top: 6px;
		padding: 60px 0 50px;
		min-width: 250px;
	}

	.box_more ul li a {
		margin: 18px 0;
		padding: 0 30px;
	}

	.dwjj_content h3 {
		font-size: 30px;
		padding-bottom: 15px;
		margin-bottom: 40px;
	}

	.dwjj_content h3::after {
		width: 30px;
	}

	.dwjj_content p {
		font-size: 24px;
		line-height: 1.8;
	}

	.dwjj_content {
		margin-top: 60px;
	}

	.second_title {
		margin-bottom: 30px;
	}

	.main_wrap {
		margin: 35px 0 50px;
	}

	.cwxxgk_main ul li a span {
		display: inline-block;
	}

	.cwxxgk_main>ul>li>a {
		padding: 18px 0 18px 15px;
	}

	.cwxxgk_main ul li a p {
		width: 85%;
	}

	.page_nav {
		margin-top: 30px;
	}

	.wld_item img {
		margin-left: 30px;
	}

	.wld_item_main h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.wld_item_main p {
		font-size: 20px;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}

	.wld_item_main span {
		font-size: 20px;
	}

	.wld_item_main {
		padding: 15px 20px;
	}

	.wld_item {
		margin-top: 30px;
	}

	.zwllc_item h3 {
		font-size: 30px;
		padding-left: 15px;
		margin-bottom: 30px;
	}

	.zwllc_lxfs span {
		font-size: 24px;
	}

	.zwllc_item h3::before {
		height: 30px;
		top: 2px;
	}

	.zwllc_lxfs p {
		margin-top: 30px;
	}

	.zwllc_lxfs img {
		margin-right: 20px;
		padding-bottom: 6px;
	}

	.zwllc_lxfs {
		padding: 35px 30px 45px;
	}

	.zwllc_item {
		margin-top: 50px;
	}

	.cwxxgk_main>ul>li>a::before {
		top: 26px;
	}



	.xqy_title h3 {
		font-size: 24px;
		-webkit-line-clamp: 2;
		padding: 0 20px;
	}

	.xqy_title>div>span {
		font-size: 16px;
	}

	.xqy_main {
		font-size: 16px;
		line-height: 1.8;
	}

	.xqy_title {
		margin: 0 0 30px;
		padding: 25px 0 15px;
	}

	.appendix {
		margin-top: 20px;
	}

	.lxfs_item {
		padding: 20px 25px;
	}

	.lxfs_item p {
		margin: 10px 0;
	}

	.ssflfw_main .col-xs-6:nth-child(2n+1) {
		padding-right: 15px;
	}

	.ssflfw_main .col-xs-6:nth-child(2n) {
		padding-left: 15px;
	}

	.ssflfw_main .col-xs-6+.col-xs-6+.col-xs-6 {
		margin-top: 0px;
	}

	.ssflfw_main .col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6 {
		margin-top: 30px;
	}

	.ssflfw_box p {
		font-size: 22px;
		margin: 22px 0 15px;
	}

	.ssflfw_box span {
		font-size: 16px;
	}

	.jgsz_wrap h3 {
		font-size: 36px;
		padding-bottom: 18px;
		margin-bottom: 40px;
	}

	.jgsz_wrap {
		margin-top: 80px;
	}

}

@media (min-width: 1024px) {

	body {
		cursor: auto;
	}

	.header_mid {
		background: url("../images/2020mcw058.png") no-repeat center;
		background-size: cover;
		min-height: 151px;
        position: relative;
        height: 220px;
        line-height: 220px;
        padding: 0;
	}

	.header_top span {
		font-size: 14px;
	}

	.search_box input {
		font-size: 14px;
	}

	.search_box {
		margin: 9px 0 0 30px;
		height: 32px;
	}

	.header_top {
		height: 50px;
		line-height: 50px;
	}

	.search_box input {
		height: 32px;
	}

	.search_box button {
		height: 32px;
	}

	.header_mid a img {
		max-width: 50%;
	}

	.header_top {
		background-color: #fff;
	}

	.header_top_main {
		background: #f2f2f2;
		overflow: hidden;
		padding: 0 20px;
	}

	.nav_pc {
		display: block;
	}

	.nav_pc>ul>li {
		position: relative;
		/* 2021-10-26修改样式 */
		width: calc(100% / 5) 
	}

	.nav_pc>ul>li>a {
		display: block;
		font-size: 18px;
		height: 60px;
		line-height: 60px;
		color: #fff;
		text-align: center;
		transition: .3s;
		background: #2569c0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.nav_pc ul li a:hover {
		background-color: #0e4ea0;
	}

	.col-md-8ths {
		float: left;
		width: 14.2857%;
	}

	.col-md-7ths {
		float: left;
		width: 14.285%;
	}

	.subnav_pc {
		position: absolute;
		background-color: #fff;
		padding: 10px 0;
		display: none;
		z-index: 9999;
		box-shadow: 0px 20px 25px rgba(58, 78, 104, .5);
		width: 100%;
	}

	.subnav_pc li a {
		font-size: 16px;
		display: block;
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
		transition: .3s;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.subnav_pc li a:hover {
		background-color: #2569c0;
		color: #fff;
	}

	.describe {
		height: 40px;
		line-height: 40px;
	}

	.describe p {
		font-size: 16px;
	}

	.main-pagination .swiper-pagination-switch {
		width: 12px;
		height: 12px;
	}

	.main-pagination {
		bottom: 10px;
	}

	.model {
		margin-top: 40px;
	}
	.model_one_r_top ul li a {
		font-size: 24px;
		font-weight: bold;
	}

	.model_one_r_top {
		margin-top: 0;
	}

	.model_one_r_top ul li {
		margin-right: 20px;
	}

	.more a {
		font-size: 16px;
	}

	.model_one_r_top .more {
		margin-top: 10px;
	}

	.model_one_r_mid h3 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.model_one_r_mid p {
		font-size: 14px;
		height: 44px;
	}

	.model_one_r_top ul li a::after {
		height: 3px;
	}

	.model_one_r_mid {
		padding: 0 15px 15px 0;
		margin-bottom: 15px;
	}

	.model_one_r_list ul li a {
		font-size: 16px;
		padding-left: 15px;
	}

	.model_one_r_list ul li:hover a {
		color: #2569c0;
	}

	.model_one_r_list ul li a::before {
		width: 6px;
		height: 6px;
		top: 7px;
	}

	.model_one_r_list ul li span {
		font-size: 16px;
	}

	.model_one_r_list ul li+li+li+li {
		display: none;
	}

	.model_one_r_mid a:hover h3 {
		color: #2569c0;
	}

	/* 2021/10/26 活动预告 */
	.model_one_r_list_hdyg_title{
		font-size: 16px;
		margin-top: -13px;
	}
	.model_one_r_list_hdyg_title .span1{
		width: 58%;
		display: inline-block;
		padding-left: 15px;
	}
	.model_one_r_list_hdyg_title .span2{
		display: inline-block;
		width: 22%;
		text-align: center;
	}
	.model_one_r_list_hdyg_title .span3{
		display: inline-block;
		width: 20%;
		text-align: center;
	}
	.model_one_r_list_hdyg_list{

	}
	.model_one_r_list_hdyg_list ul{

	}
	.model_one_r_list_hdyg_list ul li{
		margin-top: 12px;
	}
	.model_one_r_list_hdyg_list ul li a{
		display: inline-block;
		width: 58%;
		font-size: 16px;
		padding-left: 15px;
	}
	.model_one_r_list_hdyg_list ul li a::before {
		width: 6px;
		height: 6px;
		top: 7px;
	}
	.model_one_r_list_hdyg_list ul li:hover a {
		color: #2569c0;
	}
	.model_one_r_list_hdyg_list ul li .span1{
		width: 22%;
		font-size: 16px;
	}
	.model_one_r_list_hdyg_list ul li .span2{
		width: 20%;
		font-size: 14px;
		border-radius: 5px;
		line-height: 22px;
	}

	.ssflfw_item p {
		font-size: 20px;
	}

	.ssflfw_item span {
		font-size: 14px;
	}

	.model_two_wrap h1 {
		font-size: 24px;
	}

	.main-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.model_one_l .main-pagination {
		bottom: 9px;
	}

	.model_three_item .model_one_r_list ul li+li+li+li {
		display: block;
	}

	.model_three_item {
		margin-bottom: 30px;
	}

	.model_three_item+.model_three_item+.model_three_item {
		margin-bottom: 0px;
	}

	.xglj_item p {
		font-size: 16px;
	}

	.xglj_item {
		height: 50px;
		line-height: 50px;
		margin-bottom: 0;
	}

	.xglj_inner a {
		font-size: 16px;
	}

	.xglj_inner {
		top: 49px;
		height: 140px;
	}

	.footer_left p:first-child {
		font-size: 16px;
	}

	.footer_left p+p {
		font-size: 14px;
	}

	.footer_right {
		margin-top: 6px;
	}

	.footer_left p+p+p span+span {
		display: inline-block;
	}

	.footer_left p+p+p span:first-child {
		margin-right: 30px;
	}

	.footer_left p+p {
		margin-bottom: 6px;
	}

	.main {
		margin: 40px 0;
	}

	.mczt_swiper .swiper-slide,
	.zwjmllc_swiper .swiper-slide {
		padding: 0 10px;
	}

	.mczt_swiper,
	.zwjmllc_swiper {
		margin: 0 -10px;
	}

	.mczt_left,
	.zwjmllc_left {
		left: 10px;
	}

	.mczt_right,
	.zwjmllc_right {
		right: 10px;
	}

	.model_three_item:nth-child(2n+1) {
		padding-right: 20px;
	}

	.model_three_item:nth-child(2n) {
		padding-left: 20px;
	}

	.mczt_right,
	.mczt_left,
	.zwjmllc_right,
	.zwjmllc_left {
		display: none;
	}

	.mczt_swiper:hover .mczt_right {
		display: block;
	}

	.mczt_swiper:hover .mczt_left {
		display: block;
	}

	.zwjmllc_swiper:hover .zwjmllc_right {
		display: block;
	}

	.zwjmllc_swiper:hover .zwjmllc_left {
		display: block;
	}

	.second_more {
		display: none;
	}

	.second_title>ul>li {
		font-size: 24px;
	}

	.dwjj_content h3 {
		font-size: 24px;
	}

	.dwjj_content p {
		font-size: 16px;
	}

	.second_nav {
		display: block;
		background: linear-gradient(#5f9cea, #2569c0);
		background: -moz-linear-gradient(#5f9cea, #2569c0);
		/* firefox */
		background: -webkit-linear-gradient(#5f9cea, #2569c0);
		/* chrome */
		background: -o-linear-gradient(#5f9cea, #2569c0);
		/* opera */
		background: -ms-linear-gradient(#5f9cea, #2569c0);
		/* ie */
		max-width: 250px;
		min-height: 500px;
		padding: 40px 30px;
		position: relative;
	}

	.second_nav ul li {
		margin-bottom: 40px;
	}

	.second_nav ul li a {
		font-size: 16px;
		color: #cce5ff;
		display: block;
		transition: .3s;
	}

	.second_nav ul li a:hover {
		color: #fff;
		font-weight: bold;
	}

	.second_nav ul li a.active {
		color: #fff;
		font-weight: bold;
	}

	.second_nav span {
		font-size: 48px;
		color: #fff;
		opacity: .1;
		filter: Alpha(opacity=10);
		writing-mode: vertical-lr;
		writing-mode: tb-lr;
		position: absolute;
		right: 10px;
		bottom: 20px;
	}

	.position_nav {
		display: block;
	}

	.position span,
	.position a {
		font-size: 16px;
		margin: 0 5px;
	}

	.position a:hover {
		text-decoration: underline;
	}

	.position {
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #e6e6e6;
		margin-top: 10px;
	}

	.main_right {
		padding-top: 15px;
	}

	.second_nav::after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 40px;
		z-index: -1;
		border-radius: 50%;
		box-shadow: 0px 20px 25px rgba(58, 78, 104, .5);
		position: absolute;
		bottom: 0px;
		left: 0;
	}

	.dwjj_main img {
		display: block;
	}

	.yjmb {
		margin-top: 60px;
	}

	.wld_item_main h3 {
		font-size: 24px;
	}

	.wld_item_main p {
		font-size: 16px;
	}

	.wld_item_main span {
		font-size: 16px;
	}

	.wld_item img {
		margin-left: 80px;
	}

	.wld_item_main {
		padding: 20px;
	}

	.zwllc_item h3 {
		font-size: 24px;
	}

	.zwllc_item h3::before {
		height: 24px;
	}

	.zwllc_lxfs span {
		font-size: 16px;
	}

	.zwllc_lxfs p {
		margin-top: 18px;
	}

	.zwllc_item {
		margin-top: 60px;
	}

	.zwllc_lxfs {
		padding: 30px;
	}

	.zwllc_item h3::before {
		top: 1px;
	}

	.xqy_title {
		text-align: center;
		padding: 0 0 15px;
		border-top: 0;
	}

	.xqy_title h3 {
		margin: 15px 0 20px;
		padding: 0 30px;
	}

	.xqy_title>div>span {
		display: inline-block;
		margin: 0 10px;
	}

	.appendix {
		padding: 20px 30px;
	}

	.ssflfw_main .col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6 {
		margin-top: 0px;
	}

	.ssflfw_main .col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6 {
		margin-top: 30px;
	}

	.ssflfw_box p {
		font-size: 20px;
	}

	.ssflfw_box span {
		font-size: 14px;
	}

	.jgsz_wrap h3 {
		font-size: 24px;
	}

	.main-pagination {
		width: 35%;
	}

	.model_three_wrap .model_one_r_list {
		min-height: 192px;
	}

	.footer_pic3 {
		display: block;
		margin-left: 40px;
	}

	.footer_pic3 img {
		max-width: 100%;
	}

	.header_mid>img {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
  
	.xglj_img+.xglj_img+.xglj_img {
		margin-top: 0px;
	}

	.model_one_r_top_other {
		margin-top: 30px;
	}


}

@media (min-width: 1350px) {
	.header_mid>img {
		left: 460px;

	}

	.model_one_r_list ul li+li+li+li {
		display: block;
	}

	.model_one_r_mid {
		margin-bottom: 25px;
	}

	.model_one_r_list ul li {
		margin-top: 18px;
	}

	.model_one_r_top ul li {
		margin-right: 25px;
	}

	.model_one_r_top ul li+li+li+li {
		display: block;
	}

	.model_two {
		background: none;
	}

	.model_two_wrap {
		background: url(../images/2020mcw030.png) no-repeat center;
		background-size: cover;
		padding: 0 30px 90px;
	}

	.model_two-pagination {
		display: none;
	}

	.model_three_item .model_one_r_list ul li {
		margin-top: 12px;
	}

	.footer {
		background: #fff;
		padding: 0;
	}

	.footer_wrap {
		background: #f2f2f2;
		padding: 40px 30px;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.footer_left p {
		color: #333;
	}

	.footer_left p a {
		color: #333;
	}

	.mczt_swiper img {
		width: 234px;
	}

	.model_one_r_wrap {
		width: 610px;
	}

	.model_one_box_wrap {
		position: relative;
		overflow: hidden;
		height: 302px;
	}

	.model_one_boxin {
		width: 2440px;
		position: absolute;
	}

	.model_one_box {
		display: block;
		float: left;
		width: 610px;
	}

	.main_wrap .col-md-3 {
		width: 23%;
	}

	.main_wrap .col-md-9 {
		width: 77%;
	}

	.dwjj_content img {
		max-width: 100%;
	}

	.dwjj_main .clearfix:first-child .dwjj_content {
		margin-top: 60px;
	}

	.page_nav {
		margin-top: 50px;
	}

	.main_wrap .col-lg-5ths {
		width: 25%;
		float: left;
	}

	.ssflfw_main .col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6 {
		margin-top: 30px;
	}

	.ssflfw_main .col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6 {
		margin-top: 30px;
	}

	.model_one_r_list ul li a {
		width: 84%;
	}

	.main-pagination {
		width: 25%;
	}
   
	.header_mid .codeWechat {
		left: initial;
		display: inline-block;
	}

	.xglj_img {
		padding: 0 10px;
	}

	.xglj_box .row {
		margin: 0 -10px;
	}


}
