﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,font{padding:0; margin: 0; font-family: "微软雅黑", Arial, Helvetica, sans-serif;}
body{background: #fafafa;}
i{font-style:normal}
html {font-size: 16px;-webkit-text-size-adjust: none;min-width:320px; margin:0 auto;}
table{ border-collapse:collapse; border-spacing:0; width:100%;}
fieldset,img{ border:0; vertical-align:top;}
h1,h2,h3,h4,h5,h6 {font-weight:normal; font-size:100%;}
ol,ul,li,dl,dt,dd{ list-style:none;}
input,button,textarea,checkbox,select,radio,form{ vertical-align: top;}
a{ color:#fff; text-decoration:none;-webkit-tap-highlight-color:transparent}
a:link,a:visited{ text-decoration:none;}
a:hover{ text-decoration: none;}
.clear { clear: both;}
.w1200{width: 98%;margin:0 auto;max-width: 1200px;overflow: hidden;padding: 5rem 0;}
.fl{float: left;}
.fr{float: right;}
/*header*/
@media screen and (min-width:320px) {html {font-size:90%;}}
@media screen and (min-width:280px) {html {font-size:90%}}
@media screen and (min-width:480px) {html {font-size:97.5%}}
@media screen and (min-width:560px) {html {font-size:100%}}
@media screen and (min-width:600px) {html{font-size:112.5%}}
@media screen and (min-width:640px) {html {font-size:100%}}
/*====================导航*********/
/*====================导航*********/

.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	background:rgba(0,0,0,0.7);
	color: white;
	height:3rem;
}
/*左侧logo*/
.header .left{
	float: left;
	width: 15%;
	margin-right: 2rem;
}
.header .left img{width: 100%;margin-top: 0.6rem;}
.header .left a img{
	margin-top: 6px;
	
}
.header .left .img2{
	display: none;
}
.navbar_nav{float: left;width:50%;margin-left: 8rem;}
.phone{width:21%;}
.phone_left{margin-top: 0.8rem;}
.phone_left .img{float: left;margin-right: 0.8rem;}
.phone_left .wenzi{float:left;line-height:1.5rem;font-size:0.95rem;font-weight: bold;}
.phone_left .p1{font-size: 0.6rem;margin-top: 0.6rem;}
.phone_right{font-weight: bold;font-size: 1rem;line-height: 3rem;}
/*右侧*/
.header .navbar_nav  .active{color: #f7a4a4;}
.header .navbar_nav  .active a{color:#f7a4a4;}
.header .nav{
overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	display: block;
}

.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	width: 18%;
	padding: 1rem 0;
	margin: 0 0.2rem;
	line-height: 1.5rem;
}
.header .navbar_nav li span{font-size: 0.7rem;display: block;text-align: center;}

.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color:white;
	font-size:0.95rem;
	text-align: center;
}
.header .navbar_nav li:hover a{
color: #f7a4a4;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(../images/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: relative;
	top:0.5rem;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    z-index: 99999;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 12px;
	color: #666;
	line-height: 40px;
	text-align:left;
	background: #fff;
	overflow: hidden;
}

.dropdown_menu a i{margin-right: 5%;display: inline-block;float: left; margin-top: 7px;width: 22px;height: 22px;}

.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #900;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background:#900;
}
/*白色背景的头部*/
.header.on{
	background: rgba(0,0,0,0.6);
	/*border-bottom: 1px solid #fff;*/
}
.header.on .active{color: #f7a4a4;}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}

.header.on .navbar_nav li:hover a{
	color: white;
}

#navToggle{
	display: none;
}

.m_nav{
	display: none;
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    left: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.header .m_nav .logo{
	margin-left: 40%;
	width: 20%;

}
.m_nav .logo img{
	display: block;
	margin:30px auto;
	
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #444;
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%; 
	color: #666;
}
.m_nav .ul .active a{ color: #900;}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.logo{display: none;}
@media screen and (max-width: 992px){
	.header{
		padding: 0;
	}
	.header.on >.header #navToggle span, .header.on >.header #navToggle span::before, .header.on >.header #navToggle span::after{color: white;}
	.header #navToggle {
		height: 100%;
		padding:0 15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top:23px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header .logo{width:40%;margin-left:3%;display: block;float: left;margin-left: 0.2rem;}
	.header .logo img{width: 100%;margin-top: 0.5rem;}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #f56464;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
	.wangxiaoyoushi{padding: 0;}
	.m_nav{display: block;}
}
.container{width: 100%;max-width: 1170px;margin: 0 auto;overflow: hidden;}


.banner{position: relative;}
.banner .wangdian{color: #444;text-align: center;position: absolute;top: 20%;left: 40%;line-height: 2.5rem;}
.banner .wangdian p{font-size: 2rem;line-height: 3rem;font-weight: bold;}
.banner .wangdian h3{font-size: 2rem;border: 2px solid #999;padding: 0.3rem 0.5rem;margin-top: 1rem;border-radius: 5px;color: #444;}
.banner .wangdian h3:hover{background: white;}




.youshi .w1200{padding: 0;}
.youshi ul{overflow: hidden;}
.youshi ul li{float: left;width: 24.6%;text-align: center;padding: 1rem 0;border-right: 1px solid #e1e1e1;}
.youshi ul li:first-child{border-left: 1px solid #e1e1e1;}
.youshi ul li .s1{border: 1px solid #900;padding: 1rem;border-radius: 50%;width:25px;height:25px;text-align: center;margin-right: 0.5rem;display: inline-block;transition: all 0.5s;}
.youshi ul li i{color:#900;}
.youshi ul li:hover .s1{background: #900;}
.youshi ul li:hover i{color: white;}

.title{text-align: center;margin-bottom: 3rem;}
.title .gang{width: 5%;height: 5px;margin:0.5rem auto;background:#900;}
.title h2{font-size: 1.5rem;color: #444;}
.title p{font-size: 0.9rem;color: #999;}
.title_1{margin:1rem 0.5rem;border-left: 4px solid #900;padding-left:0.5rem;font-size: 1.1rem;}



.weixiuwangdian{overflow: hidden;background:#fafafa;}
.weixiuwangdian_1{background: white;}
.weixiuwangdian_1 .w1200{padding:1rem 0;}
.weixiuwangdian_1 .title{margin-top: 2.5rem;}
.left{width: 100%;max-width:830px;}



.shebei{background:white;}
.shebei ul{overflow: hidden;margin-top: 3rem;}
.shebei ul li{float: left;width:25%;text-align: center;}
.shebei ul li .img{width: 55%;margin: 0.5rem auto;transition: all 0.5s;}
.shebei ul li .img img{width: 100%;}
.shebei ul li:hover{color: #900;}
.shebei ul li:hover .img{transform: scale(1.1);}


.weixiu{margin:0 auto;}
.weixiu dl {word-wrap: break-word;width: 30%;overflow: hidden;background:white;padding: 0.5rem;float: left;margin: 0 0.5rem;height: 500px;}
.weixiu dl:hover .img{transform: scale(0.9);}
.weixiu dl .img{width: 100%;overflow: hidden;height:270px;transition: all 0.5s;}
.weixiu dl .img img{width: 100%;min-height: 100%;}
.weixiu dl .wenzi{width:100%;margin-top: 1rem;}
.weixiu dl dt {
    font-size: 12pt;
    line-height: 1.4em;
    padding-bottom: 15px;
    color: #666;
}
.weixiu dl dt img {
    padding-left: 10px;
}
.weixiu dl dd {
    font-size: 11pt;
    line-height: 1.4em;
    padding-bottom: 15px;
    color: #888;
}
.weixiu dl dd i{color: #999;margin-right: 0.3rem;font-size: 0.9rem;}
.weixiu b {
    color: #900;
    text-decoration: underline;
    font-weight: normal;
    padding-left: 8px;
}

.weixiu .chakan{width:30%;text-align:center;color: #999;padding: 0.3rem 0;border: 1px solid #999;border-radius: 20px;margin-top: 0.8rem;position: relative;left:0;transition: all 0.5s;}
.weixiu dl:hover .chakan{color: #900;border-color: #900;left: 10%;}

.weixiuliucheng{background: white;text-align: center;}
.weixiuliucheng ul{overflow: hidden;margin-top: 2rem;}
.weixiuliucheng ul li{float: left;width: 18.7%;margin: 1rem 2.3rem;padding:3rem 0;border: 1px solid #e2e2e2;border-radius: 10px;}
.weixiuliucheng ul li .img{width: 30%;margin:0.5rem auto;transition: all 0.8s;}
.weixiuliucheng ul li .img img{width: 100%;}
.weixiuliucheng ul li .img1{display: none;}
.weixiuliucheng ul li h2{color: #666;font-size: 1.1rem;margin: 0.8rem 0;}
.weixiuliucheng ul li p{font-size: 0.95rem;color: #999;}
.weixiuliucheng ul li:hover{box-shadow: 2px 2px 2px #e2e2e2;}
.weixiuliucheng ul li:hover .img{transform: rotateY(180deg);}



.xbanner{width: 100%;position: relative;text-align: center;}
.xbanner img{width: 100%;}
.xbanner .dianhua{position:absolute;color: white;top: 8rem;left:49rem;}
.xbanner .dianhua .p1{font-size: 1.5rem;}
.xbanner .dianhua .p2{font-size: 0.9rem;margin: 0.5rem;}
.xbanner .dianhua h2{font-size:1.5rem;font-weight: 500;border: 1px solid #fff;border-radius:5px;padding: 0.3rem 0.8rem;margin-top: 1rem;}
.xbanner .dianhua h2 span{font-weight: 550;margin-left: 0.5rem;}
.xbanner .img2{display: none;}


.hot{background: white;}
.ny-craze {
    padding-bottom: 15px;
    clear: both;
    overflow: hidden;
    width: 100%;
}
.ny-craze dl {
    width: 48%;
    height: 230px;
    float: left;
margin: 0.7rem;
}
.ny-craze dl dt {
    font: normal 14px/32px "Microsoft YaHei";
    color: #fff;
    background: url(../images/index_60.png) no-repeat 15px center;
    margin: 15px 0;
    padding-left: 50px;
}
.ny-craze dl dd{color: white;}
.ny-craze dl:hover dd {
    background: url(../images/index_64.png) no-repeat 100px center;
    font: normal 12px/18px "Microsoft YaHei";
}
.ny-craze dl dd {
    background: url(../images/index_64.png) no-repeat 90px center;
    padding-left: 20px;
    font: normal 12px/18px "Microsoft YaHei";
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
}
.ny-craze dl dd a {
    color: #fff;
}
.ny-craze dl.red {
    background:url(../images/jinshui.png) no-repeat;
    background-size:100% ;
}
.ny-craze dl.yellow {
    background:url(../images/suiping.jpg) no-repeat;
     background-size:100% ;
}
.ny-craze dl.green {
    background:url(../images/dianchi.jpg) no-repeat;
     background-size:100% ;
}
.ny-craze dl.blue {
    background:url(../images/huanxin.jpg) no-repeat;
     background-size:100% ;
}


.index_news{}
.index_news ul{width: 100%;max-width: 567px;}
.index_news .news_left {float:left;width: 100%;max-width: 567px;background: white;border: 1px solid #e9e9e9;}
.index_news .news_left .img{width: 100%;height:280px;overflow: hidden;}
.index_news .news_left .img img{width: 100%;min-height: 100%;}
.index_news .news_left .news{width: 100%;padding: 1rem;}
.index_news .news_left .news h2{font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #5f5f5f;line-height: 30px;}
.index_news .news_left .news span{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 8px 0 11px;color:#9d9d9d;font-size: 14px;}
.index_news .news_left .news p {margin:0.5rem 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color:#9d9d9d;font-size: 16px;}
.index_news .news_left .news i{color: #999;margin-right: 0.2rem;font-size:1rem;}
.index_news .news_left:hover{background: #900;}
.index_news .news_left:hover h2{color: white;}
.index_news .news_left:hover p,.index_news .news_left:hover span,.index_news .news:hover i{color: white;}

.index_news ul.news_right li{
width: 100%;
height: auto;
position: relative;
overflow: hidden;
transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
border-bottom: 1px solid#f1f1f1;height: 65px;line-height: 65px;max-width: 600px;
color: #666;
position: relative;
left: 0;
transition: all 0.5s;
}
.index_news ul.news_right li:hover{color: #900;left: 1rem;}
.index_news ul.news_right li h4 {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-align-items: center;
    align-items: center;
    background: white;
}
.index_news ul.news_right li h4 strong {
    margin: 0 25px;
}
.index_news ul.news_right li h4 p {
    margin-right: 70px;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}







.right{width:25%;}
/*.right .anli ul{overflow: hidden;}*/
 .anli{margin-top: 3rem;background: white;padding:0.1rem 1rem;background: #fafafa;}
 .anli ul li{overflow: hidden;margin: 0.5rem auto;}
.anli ul li .img{width: 30%;}
.anli ul li .img img{width: 100%;}
.anli ul li .zi{width: 68%;}
.anli ul li .zi h2{font-size: 0.9rem;}
.right .anli ul li .zi p{font-size: 0.9rem;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.anli ul li .zi span{color: #999;font-size: 0.7rem;}


.right .hotnew{background:#fafafa;padding:0.2rem 1rem;margin-top: 1.5rem;}
.right .hotnew p{border-bottom:1px solid #e2e2e2 ;padding-bottom:0.5rem ;margin:2rem 0;color: #666;font-size:0.95rem;}
.right .hotnew i{color: #900;margin-right: 0.5rem;font-size:1rem;}

.footer{background: #666;}
.footer .w1200{padding: 3rem 0;}
.footer .logo_1{width: 20%;margin-top:3rem;}
.footer .logo_1 img{width: 100%;}
.footer .dizhi{margin: 0 8rem;color: white;}
.footer .dizhi h2{font-size: 1.1rem;font-weight: bold;margin-bottom: 0.8rem;}
.footer .dizhi ul li{line-height: 2rem;font-size: 0.9rem;}
.footer .dizhi ul li i{margin-right: 0.5rem;font-size: 0.9rem;}
.footer .phone_1{margin-top:1rem;border-left: 1px solid #e2e2e2;padding-left: 6rem;}
.footer .phone_1 p{color: #FFFFFF;letter-spacing: 0;line-height: 20px;font-size: 0.9rem;margin:0.8rem 0;}
.footer .phone_1 h3{font-family: PingFangSC-Medium;font-size:1.5rem;color:#fff;letter-spacing: 0;font-weight: bold;}
.footer .phone_1 .kefu{border: 1px solid #fff;font-size: 12px;color:#fff;text-align: center;cursor: pointer;margin-top: 0.5rem;border-radius: 5px;padding: 0.2rem 0.5rem;}
.footer .phone_1 .kefu i{margin-right: 0.5rem;font-size: 1.3rem;color:#fff;}
.footer .banquan{background: #444;color: white;text-align: center;border-top: 1px solid #999;padding:0.4rem 0;}


.left .anli{background: none;}
.left .anli ul li .zi{margin-top: 1.3rem;}
.left .anli ul li{border-bottom: 1px solid #e2e2e2;padding-bottom:1rem;background: white;}
.left .anli ul li h2{font-size: 1.2rem;color: #444;}
.left .anli ul li p{font-size: 1rem;margin: 0.5rem 0;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;color: #666;font-size: 0.95rem;}
.left .anli ul li span i{color: #999;margin-right: 0.3rem;font-size: 0.9rem;}
.left .anli ul li:hover{box-shadow: 1px 1px 3px #e2e2e2;transform: scale(1.1);}
.left .weixiu dl{margin: 0 0.3rem;height: 280px;width: 100%;float: none;}
.left .weixiu dl dt{font-size:0.92rem;}
.left .weixiu dl .img{width: 40%;float: left;}
.left .weixiu dl .wenzi{width: 98%;float: right;max-width: 463px;}
.left .weixiu .chakan{left: 23px;float: left;}


.ol{float: left;overflow: hidden;width:100%;max-width: 595px;margin-top: 1rem}
.ol dd{float: left;border: 1px solid #900;padding: 1% 2%;margin: 2% 2%;display: inline-block;color: #444;border-radius: 5px;box-shadow: 2px 2px 5px #f7f4d8;}
.ol dd a{color: #444;}
.ol .current{color:white;background: #900;border: 1px solid #6e74f6;color: white;}

.pingguoweixiu{margin: 3rem auto;background: white;}
.pingguoweixiu .fanwei h3{color: #900;font-size:1.1rem;font-weight:bold;margin: 1rem auto;}
.pingguoweixiu .fanwei p{color: #666;line-height: 2rem;font-size: 0.9rem;}
.pingguoweixiu img{width: 100%;}
.fixed{position: fixed;right: 0;top: 50%;}
.fixed ul{border: 1px solid #e2e2e2;}
.fixed ul li{background:#fff;color:#666;width: 70px;height: 70px;position: relative;text-align: center;border-bottom: 1px solid #999;}
.fixed ul li i{color: #666;margin-top:0.5rem;}
.fixed ul li:last-child img{padding-top: 40%;}
.fixed ul li .img{width: 50%;margin:0 auto;padding-top: 10%;}
.fixed ul li .img img{width: 100%;}
.fixed ul li p{text-align: center;font-size: 0.8rem;}
.fixed ul li .p1 span{display: block;margin: 0.5rem 0;font-weight: none;color: #666;font-size: 0.9rem;}
.fixed ul li .p1{font-weight:600;border:1px solid #e2e2e2;position: absolute;top: 0;right: -200px;width: 150px;color:#900;background:#fff;text-align: center;height: 70px;font-size: 1rem;transition: all 1s;z-index: -999;}
.fixed ul li:hover .p1{right:70px;}
.fixed ul li a{color: #666;}
#btn,#btn1{cursor: pointer;}
.m_fixed{display: none;}



.news_1{color: #666;}
.news_1 h1{text-align: center;color: #444;font-size: 1.3rem;margin-top: 3rem;}
.news_1 .riqi{width:20%;margin: 0.5rem auto;}
.news_1 span{color: #999;font-size: 0.8rem;text-align: center;margin: 0.3rem;}
.news_1 i{color: #999;margin-right: 0.5rem;font-size: 0.8rem;}
.news_1 p{text-indent: 2rem;line-height: 1.5rem;font-size: 0.95rem;}
.news_1 .img_1{width: 70%;margin: 1rem auto;}
.news_1 .img_1 img{width: 100%;}
.new_ol{margin:3% 0;width:100%;overflow: hidden;}
.new_ol span{float: left;border-bottom: 1px solid #999;padding:1%;margin: 0 3%;}
.new_ol span:first-child{margin-right:45%;}
.new_ol a{color: #999;}
.new_ol a:hover{color: #6e74f6;}


@media only screen and (max-width:768px ) {
	.w1200{padding: 2rem 0;}
	.title{margin-bottom: 1.5rem;}
	.banner .wangdian{left: 8%;}
	.youshi ul li .s1{display: block;margin: 0.5rem auto;}
	.banner img{height: 400px;}
	.weixiu{padding-left: 0;}
	.weixiu dl{width: 98%;padding: 1rem 0;margin: 1rem 0.3rem ;}
	.weixiu dl .img,.weixiu dl .wenzi{float: none;width: 100%;}
	.weixiuliucheng ul li{width: 46%;margin: 0.4rem;}
	.ny-craze dl{width: 46%;height: auto;margin: 0.5rem;padding: 1rem 0;}
	.ny-craze dl dt{margin: 0.5rem 0;}
	.ny-craze{padding-right: 0.7rem;}
	.xbanner .img2{display: block;width: 100%;}
	.xbanner .img1{display: none;}
	.xbanner .dianhua{top: 2rem;left: 3rem;}
	.index_news .news_left,.shebei ul{margin-top: 0;}
	.right{width: 100%;}
	.footer .logo_1{width: 80%;margin: 2rem auto;float: none;}
	.footer .phone_1{border-left: none;}
	.footer .dizhi{width: 98%;margin:auto;}
	.left .anli ul li .img,.left .anli ul li .zi{width: 100%;}
	.index_news .news_left .news{padding: 1rem 0;}
	.index_news ul.news_right li h4 strong{margin:0 0.8rem;}
	.index_news ul.news_right li h4 p{margin-right:1.5rem;width: 60%;}
	.news_1 .riqi{width: 40%;}
	
	.m_fixed{display: block;position: fixed;left: 0;bottom: 0;background:#81cdfa;width: 100%;z-index: 999999999;}
	.m_fixed ul{overflow: hidden;}
	.m_fixed ul li{width: 33%;border-right: 1px solid white;float: left;color: white;height: 35px;line-height: 35px;background: #900;}
	.m_fixed ul li .img{width: 20%;display: inline;float: left;margin: 5% 0 0 18%;}
	.m_fixed ul li .img img{width:80%;margin-top: 15%;}
	.m_fixed ul li p{display: inline-block;margin-top: 0.2rem;}
	.m_fixed ul li a{color: white;}
	.kong{display: block;width: 100%;height:32px;}
	.fixed{display: none;}
	.left .weixiu dl{height: 500px;padding: 0;margin: 0;}
	.left .weixiu dl dt{font-size: 1.2rem;}
	.left .weixiu{padding: 0;}
	.left .weixiu dl .img{width: 100%;}
	.new_ol span:first-child{margin-right: 20%;}
	.footer .phone_1{padding-left:7rem;}
}
