﻿/***********全局重置CSS*****************/
body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{margin:0; }
p{ margin:0;}
ul,ol,li{padding-left:0;list-style-type:none;}
img{border:0;}/***消除img默认边框*****/
a{text-decoration:none;}/* 链接无下划线 */
a:hover{cursor:pointer;text-decoration:underline;} /*鼠标在链接上出下划线,为手势形态 */
table {border-collapse:collapse;}/*细线表格*/
em{font-style:normal;}
html{ overflow-y:scroll;font-size:16px;}/***默认让所有浏览器出现右边滚动条****/
.clear{font-size:0;line-height:0;height:0;clear:both;overflow:hidden;display:block;}
:focus{ outline: 0;}
/***默认清除浮动****/
body {font-family:"微软雅黑","sans-serif","Arial"; background:#f5f5f5;}
/****************全局头尾*****************/
.AllLeftCont{ float:left;}
.AllRightCont{ float:right;}
.ALLYdCont{ display:none;}
.ALLPcCont{ display:block;}
.AllListCon li{overflow:hidden;line-height:2.2;height:2.2em;display:grid;grid-template-columns: auto 6em;}
.AllListCon ul li span{float:right;text-align: right; color:#999;}
.AllListCon ul li a{color:#333;text-overflow: ellipsis;white-space: nowrap; height: 2.5em;overflow: hidden;}
/*.AllListCon ul li a:before{content:'▪';  color:#4674e5; display: inline-block;margin-right: 10px;}*/
.pic img{ width:100%;}
.pic img{ width:100%;}


/****中间头部样式***/
.top_bg{background:url(wjms20210907_01.jpg) center top no-repeat;}
.top_bg_con{ max-width:1200px; margin:0 auto; position:relative; padding:3em 0 25em 0; overflow:hidden;display:table; width:100%;  }
.top_bg_con .logo{ display:table-cell; vertical-align:middle;  width:60%;}
.top_bg_con .logo img{ width:100%;max-width:520px;}
.top_bg_con .fanhui{display:table-cell; vertical-align:middle;    line-height:1.5; text-align:right; font-size:1.15em;}
.top_bg_con .fanhui a{ background:#9186f5; border-radius:5px;  color:#fff; text-align:center; padding:0 0.5em; display:inline-block;}

.conter{ max-width:1200px; box-sizing:border-box; padding:1.5em; margin:0 auto; background:#fff; overflow:hidden;}
.leftPic{ width:52%; margin:0 0 2em 0;}
.rightNews{ width:46%; margin:0 0 2em 0;}
.conter .tit{ box-shadow:0.2em 0.2em 0.6em rgba(0,0,0,.1); margin:0.2em 0 1em 2em; font-size:1.25em; line-height:2.2; clear:both;}
.conter .tit span{ background:#d44a02 url(wjms20210907_11.png) 0.2em center no-repeat; background-size:auto 40%; color:#fff; float:left; padding:0 1em 0 2.5em; position:relative; font-weight:bold;}
.conter .tit span:before{content:''; background:url(wjms20210907_04.png) left center no-repeat; position:absolute; left:-1.8em; top:0; background-size:100%; height:100%; width:1.9em;}
.conter .tit span:after{content:''; background:url(wjms20210907_06.png) left center no-repeat; position:absolute; right:-2em; top:0; background-size:100%; height:100%; width:2.1em;}
.conter .tit a{ color:#d9d9d9; float:right; margin:0 1em 0 0;}
.conter .tit a:hover{ text-decoration:none; color:#d44a02;}
.conter .tit:after{content:''; display:block; clear:both;}

.conter .newsCont{ overflow:hidden; display:flex; margin:2em;align-items: center;}
.conter .newsCont h1{ width:32%;}
.conter .newsCont .text{ width:68%; box-sizing:border-box; padding:0 0 0 2em; line-height:2; color:#333; text-indent:2em;}
.conter .newsCont .textRight{ padding:0 2em 0 0;}
.conter .bottomTit{ border-bottom:3px solid #f3f3f3;font-size:1.5em; line-height:1.75; height:1.75em;margin:0 0 1em 0;}
.conter .bottomTit span{ background:url(wjms20210907_32.png) left center no-repeat; padding:0 1em 0 4.5em; background-size:auto 100%; color:#d44a02; position:relative; border-bottom:3px solid #d44a02; display:inline-block; font-weight:bold; }

.conter .swiper-container{ padding:0 60px;}
.conter .swiper-wrapper{}
.conter .swiper-slide{ overflow:hidden;}
.conter .swiper-slide a{ display:block;}
.conter .swiper-slide img{ width:100%;}
.conter .swiper-button-prev,.conter .swiper-button-next{ background:#fff;width:40px; top:0; height:100%; text-align:center; margin:0;}
.conter .swiper-button-prev img,.conter .swiper-button-next img{ width:90%;}
.conter .swiper-button-prev{ left:0;}
.conter .swiper-button-next{ right:0;}
.swiper-button-next:after, .swiper-button-prev:after{ display:none;}


@media (max-width:1200px){
	
	}
@media (max-width:780px){
		html{ font-size:24px;}
		.AllLeftCont,.AllRightCont{ float:none; width:auto;}
		.ALLYdCont{display:block; }
		.ALLPcCont{ display:none;}
		.top_bg{ padding:0 3%; background-size:170% auto;}
		.top_bg_con{ padding:1em 0 8.5em 0;}
		.conter{ margin:2em 3%;}
		.conter .newsCont{ display:block; }
		.conter .newsCont h1{width:auto;}
		.conter .tit span{ color:#d44a02; background:none;}
		.conter .tit span:before,.conter .tit span:after{ display:none;}
		.conter .newsCont .text{ width:auto; padding:0; margin:1em 0 0 0;}
	}
@media (max-width:560px){
		body{font-size: 50%;}}