@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot');
	/* IE9*/
	src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
	url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {
	outline: none;
}

input {
	background: none;
	outline: none;
	border: 0px;
}

body {
	background-color: white;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}


/**/


/**/

header {
	width: 100%;
	background-color: white;
	position: fixed;
	top: 0;
	z-index: 9999999;
}

.header {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.header .logo {}

.header .nav {
	width: 70%;
	display: flex;
	justify-content: space-around;
}

.header .nav a {
	display: block;
	line-height: 80px;
	color: #282828;
	font-size: 14px;
}


/**/

.banner {
	width: 100%;
	margin-bottom: 25px;
}

.banner img {
	display: block;
	width: 100%;
}


/**/

.big-title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #535554;
	margin: 25px auto 15px;
}

.big-title p.one {
	height: 1px;
	width: 60px;
	display: block;
	margin: 5px auto;
	background-color: #068a87;
}

.big-title p.two {
	font-size: 14px;
	line-height: 2;
	width: 1000px;
	margin: auto;
	text-align: center;
	font-weight: normal;
	color: #666666;
}


/**/

.main-1 {
	width: 1200px;
	margin: auto;
}

.main-1 ul {
	display: flex;
	width: 100%;
	justify-content: center;
}

.main-1 ul li {
	width: 33.333%;
	position: relative;
	overflow: hidden;
}
.main-1 ul li i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	background-color: rgba(6,138,135,0.32);
	transition: 0.5s all;
}
.main-1 ul li:hover img{
	transform: scale(1.1,1.1);
	transition: 0.5s all;
}
.main-1 ul li:hover i{
	display: block;
	transition: 0.5s all;
}
.main-1 ul li img {
	display: block;
	width: 100%;
	transition: 0.5s all;
}

.main-1 ul li p.text {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 9999;
}

.main-1 ul li p.text span.one {
	display: block;
	font-size: 18px;
	color: #333030;
	margin-bottom: 15px;
}

.main-1 ul li p.text span.two {
	display: block;
	font-size: 14px;
	color: #333030;
	width: 80%;
	line-height: 2;
}


/**/

.main-2 .slide {
	background-color: #f4f4f4;
	padding: 14px 0px;
}

.main-2 .slide p.one img {
	display: block;
	width: 92%;
	margin: auto;
}

.main-2 .slide p.two {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#148D8B;
	padding: 8px 0px;
	border-bottom: 1px solid #afaaaa;
}

.main-2 .slide p.three {
	font-size: 14px;
	color: white;
	color: #868686;
	text-align: center;
	padding: 8px 0px;
}

.main-2 .slide:hover {
	background-color: #068a87;
}

.main-2 .slide:hover p.two {
	color: white;
}

.main-2 .slide:hover p.three {
	color: white;
}

.main-2 .bx-pager {
	display: none;
}


/**/

.main-3 {
	width: 1200px;
	margin: auto;
}

.main-3 ul {
	width: 1200px;
	margin: auto;
	position: relative;
}

.main-3 ul li:nth-child(1) {
	width: 600px;
	position: relative;
}
.main-3 ul li:nth-child(1) p{
	padding-top: 250px;
}
.main-3 ul li:nth-child(2) p,
.main-3 ul li:nth-child(3) p,
.main-3 ul li:nth-child(4) p{
	padding-top: 100px;
}
.main-3 ul li:nth-child(1) p span:nth-child(1){
	font-size: 20px;
}
.main-3 ul li:nth-child(2) {
	width: 600px;
	position: absolute;
	right: 0;
	top: 0;
}

.main-3 ul li:nth-child(3) {
	width: 300px;
	position: absolute;
	right: 300px;
	bottom: 0;
}

.main-3 ul li:nth-child(4) {
	width: 300px;
	position: absolute;
	right: 0px;
	bottom: 0;
}
.main-3 ul li{
	overflow: hidden;
	text-align: center;
}
.main-3 ul li img {
	display: block;
	width: 100%;
	transition: 0.5s all;
}
.main-3 ul li:hover img{
	transition: 0.5s all;
	transform: scale(1.1,1.1);
}
.main-3 ul li p {
	width: 100%;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	display: block;
	z-index: 999;
}

.main-3 ul li p span {
	display: block;
	width: 100%;
}

.main-3 ul li p span:nth-child(1) {
	font-size: 18px;
	color: white;
	margin-bottom: 10px;
	font-weight: bold;
}

.main-3 ul li p span:nth-child(2) {
	font-size: 14px;
	color: white;
}
.main-3 ul li:hover i{
	display: block;
	transition: 0.5s all;
}
.main-3 ul li i{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	transition: 0.5s all;
}

/**/

.main-4-w {
	width: 100%;
	padding: 25px 0px;
	background-color: #f0f1f3;
}

.main-4 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.main-4 .left {
	width: 380px;
	height: 280px;
	overflow: hidden;
}

.main-4 .left img {
	display: block;
	width: 100%;
	transition: 0.5s all;
}
.main-4 .left img:hover{
	transform: scale(1.1,1.1);
	transition: 0.5s all;
}
.main-4 .centent {
	width: 500px;
	height: 280px;
	overflow: hidden;
}

.main-4 .centent .slide {
	position: relative;
}

.main-4 .centent .slide p {
	position: absolute;
	right: 0;
	top: 0;
	height: 90%;
	padding: 5%;
	color: white;
	line-height: 1.6;
	width: 40%;
	background-color: rgba(0, 0, 0, 0.6)
}

.main-4 .right {
	width: 300px;
}

.main-4 .right p.one {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.main-4 .right p.two {
	font-size: 14px;
	padding: 10px;
	line-height: 1.8;
	margin-bottom: 8px;
}

.main-4 .right p.three a {
	width: 120px;
	display: block;
	background-color: #138c8a;
	padding: 10px 0px;
	color: white;
	text-align: center;
	border-radius: 8px;
	margin: 10px;
}


/**/

.main-5 {
	width: 1200px;
	margin: auto;
}

.main-5 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-5 ul li {
	width: 580px;
	display: flex;
	padding: 8px 0px;
	margin-bottom: 15px;
	padding-right: 10px;
	justify-content: space-between;
}

.main-5 ul li .left {
	width: 100px;
	text-align: center;
	border-right: 1px solid #afaaaa;
}

.main-5 ul li .left p.one {
	font-size: 38px;
	font-weight: bold;
}

.main-5 ul li .left p.two {
	font-size: 14px;
}

.main-5 ul li .right {
	width: 470px;
}

.main-5 ul li .right p.one {
	font-size: 14px;
	font-weight: bold;
	color: #303c4a;
	padding: 3px 0px 8px;
}

.main-5 ul li .right p.two {
	font-size: 14px;
	color: #303c4a;
}

.main-5 ul li:hover {
	background-color: #f0f1f3;
}

.main-5 ul li:hover .left {
	color: #138c8a;
}


/**/

.main-6 {
	width: 100%;
}

.main-6 img {
	display: block;
	width: 100%;
}


/**/

footer {
	width: 100%;
	background-color: #262626;
	padding-top: 40px;
}

.footer {
	width: 1200px;
	padding-bottom: 40px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer .left {
	width: 360px;
}

.footer .left p.one {
	font-size: 28px;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
}

.footer .left p.two span {
	display: block;
	color: #8a8a8a;
	padding-left: 40px;
	line-height: 29px;
	font-size: 14px;
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.footer .left p.two span:nth-child(1) {
	background-image: url(../images/ficon_07.png);
}

.footer .left p.two span:nth-child(2) {
	background-image: url(../images/ficon_17.png);
}

.footer .left p.two span:nth-child(3) {
	background-image: url(../images/ficon_27.png);
}

.footer .left p.two span:nth-child(4) i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: white;
	border-radius: 100%;
	padding: 5px;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	margin: 0px 8px;
}

.footer .center {
	width: 600px;
	display: flex;
	padding-top: 20px;
	justify-content: space-around;
}

.footer .center .list {
	margin: 0px 10px;
}

.footer .center p.one {
	color: white;
	margin-bottom: 10px;
	font-size: 16px;
}

.footer .center p.two {
	color: #848388;
	margin-bottom: 8px;
	font-size: 14px;
}

.footer .right p.one {
	font-size: 28px;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
}

.footer .right p.two {
	background-image: url(../images/qrs_05.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #b6b0b0;
	padding: 20px 110px 35px 0px;
}

.footer .right p.two span {
	display: block;
	font-weight: bold;
}

.footer .right p:nth-child(2) {
	border-bottom: 1px solid #b6b0b0;
}

.footer-b {
	width: 100%;
	padding: 13px 0px;
	background-color: #141414;
}

.footer-bb {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer-bb .left {
	font-size: 14px;
	color: #cbc3c3;
	line-height: 30px;
}

.footer-bb .right {
	width: 100px;
	position: relative;
	border: 1px solid white;
	padding: 5px 20px;
}

.footer-bb .right p.two {
	position: absolute;
	left: 0;
	bottom: 100%;
	color: white;
	text-align: center;
	border: 1px solid white;
	width: 138px;
	background-color: white;
	display: none;
}

.footer-bb .right p.two a {
	display: block;
	color: black;
	padding: 3px 0px;
	font-size: 14px;
}

.footer-bb .right p.one {
	color: white;
	font-size: 14px;
}

.footer-bb .right p.one span {
	float: right;
}

.footer-bb .right p.one:hover {
	cursor: pointer;
}


/**/

.banner2 {
	width: 100%;
}

.banner2 img {
	display: block;
	width: 100%;
}


/**/

.top-nav-w {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #f0f0f0;
}

.top-nav {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.top-nav ul {
	display: flex;
	justify-content: flex-start;
}

.top-nav ul li {
	font-size: 14px;
	margin-right: 15px;
	color: #2e2b2b;
}

.top-nav p {
	font-size: 14px;
	color: #a29898;
}


/**/

.about-main1 {
	width: 1200px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}

.about-main1 .left {
	width: 780px;
}

.about-main1 .left p.one {
	color: #2b9b99;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.about-main1 .left p.two {
	font-size: 14px;
	line-height: 2;
	color: #636363;
}

.about-main1 .right {
	background-color: #0086B3;
	width: 300px;
}

.about-main2 {
	width: 100%;
	height: 400px;
	background-image: url(../images/banner01_02.png);
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
}

.about-main2 img {
	display: block;
	width: 100%;
}
.about-main2 p.one{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: white;
	margin-bottom: 32px;
	padding-top: 120px;
}
.about-main2 p.two{
	font-size: 16px;
	color: white;
	text-align: center;
}
.about-main3 {
	width: 1200px;
	margin: auto;
}

.about-main3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-main3 ul li {
	width: 50%;
	overflow: hidden;
}
.about-main3 ul li:hover img{
	transform: scale(1.1,1.1);
	transition: 0.5s all;
}
.about-main3 ul li:nth-child(1) {
	background-color: #f0f0f0
}

.about-main3 ul li:nth-child(1) p.one {
	color: #555555;
	font-size: 24px;
	width: 70%;
	margin: auto;
	display: block;
	padding-top: 50px;
	padding-bottom: 10px;
}

.about-main3 ul li:nth-child(1) p.two {
	font-size: 14px;
	line-height: 1.8;
	color: #555555;
	width: 70%;
	margin: auto;
	display: block;
}

.about-main3 ul li:nth-child(4) {
	background-color: #008a88;
}

.about-main3 ul li:nth-child(4) p.three {
	font-size: 14px;
	line-height: 1.8;
	color: #555555;
	width: 70%;
	margin: auto;
	display: block;
	color: #ffffff;
	padding-top: 80px;
}

.about-main3 ul li img {
	display: block;
	width: 100%;
	transition: 0.5s all;

}


/**/

.contact-main {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.contact-main .left {
	width: 800px;
}

.contact-main .right {
	width: 360px;
	padding: 0px 20px;
	background-color: #107775;
}

.contact-main .right p.one {
	color: white;
	font-size: 24px;
	padding: 30px 0px;
	border-bottom: 1px #a7a7a7 dotted;
}

.contact-main .right p.two {
	font-size: 14px;
	color: white;
	padding: 30px 0px;
	line-height: 2;
	border-bottom: 1px #a7a7a7 dotted;
}

.contact-main .right p.three {
	color: white;
	background-image: url(../images/ctel_05.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 66px;
	font-size: 30px;
	line-height: 1.2;
	border-bottom: 1px #a7a7a7 dotted;
}

.contact-main .right p.three span {
	font-size: 20px;
	display: block;
}

.contact-main .right p.four {
	display: flex;
	padding: 10px 0px;
	justify-content: flex-start;
}

.contact-main .right p.four span:nth-child(1) {
	width: 120px;
}

.contact-main .right p.four span:nth-child(1) img {
	display: block;
	width: 100%;
}

.contact-main .right p.four span:nth-child(2) {
	padding-top: 40px;
	font-size: 14px;
	color: white;
}

.contact-main .right p.four span {
	margin: 0px 10px;
}

.contact-main1 {
	width: 100%;
	padding: 40px 0px;
	background-color: #f4f4f4;
}

.contact-main1 p.name {
	text-align: center;
}

.contact-main1 p.name span:nth-child(1) {
	font-size: 28px;
	color: black;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.contact-main1 p.name span:nth-child(2) {
	color: #919191;
	display: block;
	font-size: 14px;
}

.contact-main1 .liuyan {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-main1 .liuyan p.one {
	width: 46%;
	margin-bottom: 15px;
}

.contact-main1 .liuyan p.one span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.contact-main1 .liuyan p.one input {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

.contact-main1 .liuyan p.two {
	width: 100%;
	margin-bottom: 15px;
}

.contact-main1 .liuyan p.two span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.contact-main1 .liuyan p.two textarea {
	width: 100%;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	height: 100px;
}

.contact-main1 .liuyan p.three {
	width: 100%;
	text-align: right;
}

.contact-main1 .liuyan p.three button {
	width: 120px;
	height: 35px;
	background-color: #de1a38;
	color: white;
	border: none;
	margin-left: 15px;
}

.contact-main1 .liuyan p.three button:nth-child(2) {
	background-color: #eaeaea;
	color: #de1a38;
}


/**/

.news-main {
	width: 1200px;
	margin: auto;
}

.news-main .pro-right ul{
	width: 900px;
}
.news-main .pro-right ul li {
	padding: 15px 0px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #b8b6b6;
}
.news-main ul li:hover{
	color: #1a7876;
}
.news-main ul li .time {
	width: 80px;
	text-align: center;
	padding-top: 15px;
	border-right: 1px solid #b8b6b6;
}

.news-main ul li .time p:nth-child(1) {
	
	font-size: 40px;
	font-weight: bold;
}

.news-main ul li .time p:nth-child(2) {
	font-size: 14px;
	
}

.news-main ul li .text {
	width: 800px;
	padding-top: 10px;
}

.news-main ul li .text h3 {
	color: #2e2b2b;
	font-size: 16px;
}

.news-main ul li .text p {
	font-size: 14px;
	color: #5a5858;
	line-height: 1.8;
}

.news-main ul li .pic {
	width: 120px;
	padding-right: 20px;
}

.news-main ul li .pic img {
	display: block;
	width: 100%;
}

.news-main ul li:hover {
	background-color: #f8f8f8;
}


/**/

.newinfo-main {
	width: 1200px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}

.newinfo-mainl {
	width: 800px;
}

.newinfo-mainl h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.newinfo-mainl p.time {
	font-size: 12px;
	color: ##889696;
	margin-bottom: 15px;
	text-align: center;
}

.newinfo-mainl .news-com {
	font-size: 14px;
	line-height: 2;
	color: #707070;
}
.newinfo-mainl .updown{
	display: flex;
	padding: 10px;
	font-size: 14px;
	border-top: 1px solid #889696;
	border-bottom: 1px solid #889696;
	justify-content: space-between;
}
.newinfo-mainr {
	width: 360px;
}
.newinfo-mainr p.one{
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #009b4d;
	margin-bottom: 15px;
}
.newinfo-mainr ul li{
	font-size: 14px;
	color: #545050;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #545050;
}
/**/
.pro-main{
	width: 1200px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}

.pro-main .pro-left{
	width: 280px;
}
.pro-main .pro-left p.tit{
	background-color: #777777;
	color: white;
	padding: 20px;
}
.pro-main .pro-left p.tit span:nth-child(1){
	font-size: 28px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.pro-main .pro-left p.tit span:nth-child(2){
	font-size: 18px;
	display: block;
}
.pro-main .pro-left ul{
	background-color: white !important;
}
.pro-main .pro-left ul li{
	padding: 10px 0px 10px 30px !important;
	border-bottom: 1px solid #777777 !important;
}
.pro-main .pro-left ul li a{
	color: black !important;
	padding: 0 !important;
}
.pro-main .pro-left .layui-nav-itemed>.layui-nav-child{
	background-color: white !important;
}
.pro-main .pro-left .layui-nav-itemed>a .layui-nav-more {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #000 !important;
}
.pro-main .pro-left .layui-nav-tree .layui-nav-item a:hover {
    background-color: white;
}
.pro-main .pro-left .layui-nav .layui-nav-more{
	border-top-color: rgba(21, 3, 3, 0.7) !important;
}
.pro-main .pro-left .layui-nav-bar{
	display: none;
}

.pro-main .pro-right{
	width: 900px;
}
.pro-main .pro-right h1{
	background-color: #f0f0f0;
	color: 3737373;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
.pro-main .pro-right .pic-pro{
	margin: 15px auto;
}
.pro-main .pro-right .pic-pro img{
	display: block;
	width: 30%;
	margin: 1%;
	float: left;
	height: auto;
	border: 1px solid #2B7772;
}
.pro-main .pro-right .pro-con{
	padding: 20px 0px;
	font-size: 14px;
	line-height: 2;
}

/**/
.pt4 {width:100%;overflow: hidden; height:300px; background-repeat:no-repeat; background-position:center center; background-image: url(../images/i_pt4.jpg)}
.pt4 .box{float:left; width:33.333333%; position:relative; height:300px;}
.pt4 .box1 .mask{position:absolute; width:1000px ;background:url(../images/blue.png) repeat; height:100%; right:0; top:0;}
.pt4 .box3 .mask{position:absolute; width:1000px;background:url(../images/blue.png) repeat; height:100%; left:0; top:0; }
.pt4 .box2 .mask{position:absolute; width:100%;background:url(../images/pink.png) repeat; height:100%; left:0; top:0; }
.pt4 .box2 .img_con{background:url(../images/circle.png) center 12px no-repeat;}
.pt4 .box a{display:block; position:relative; z-index:1;}
.pt4 .box .img_con{margin-top:60px; width:170px; margin-left:auto; margin-right:auto; padding:20px 0 30px;}
.pt4 .box .img_con .img_box{width:80px; height:70px; margin:0 auto; background-repeat:no-repeat; transition: transform 0.5s ease; -webkit-transition: transform 0.5s ease;}
.pt4 .box .img_con .t1{font-size:24px; color:#fff;text-align:center;}
.pt4 .box .img_con .t2{font-size:15px; color:#fff; text-align:center;}
.pt4 .box a:hover .img_box{transform:  rotateY(180deg); -webkit-transform:  rotateY(180deg);}
.pt4 .box a:hover .img_con{background:url(../images/circle.png) center 12px no-repeat;}
/*  */

.news-main{
	width: 1200px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}

.news-main .pro-left{
	width: 280px;
}
.news-main .pro-left p.tit{
	background-color: #777777;
	color: white;
	padding: 20px;
}
.news-main .pro-left p.tit span:nth-child(1){
	font-size: 28px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.news-main .pro-left p.tit span:nth-child(2){
	font-size: 18px;
	display: block;
}
.news-main .pro-left ul{
	background-color: white !important;
}
.news-main .pro-left ul li{
	padding: 10px 0px 10px 30px !important;
	border-bottom: 1px solid #777777 !important;
}
.news-main .pro-left ul li a{
	color: black !important;
	padding: 0 !important;
}
.news-main .pro-left .layui-nav-itemed>.layui-nav-child{
	background-color: white !important;
}
.news-main .pro-left .layui-nav-itemed>a .layui-nav-more {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #000 !important;
}
.news-main .pro-left .layui-nav-tree .layui-nav-item a:hover {
    background-color: white;
}
.news-main .pro-left .layui-nav .layui-nav-more{
	border-top-color: rgba(21, 3, 3, 0.7) !important;
}
.news-main .pro-left .layui-nav-bar{
	display: none;
}