/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}

body {
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 85%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 90px;
	transition: all .3s;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 17px;
	color: #ffffff;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
	background-color: transparent;
}
.headdvright ul li:hover a span {
	color: #fff;
	
}
.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright .ss iconpark-icon{
	color: #fff;
	font-size: 20px;
}

.banners img{
	display: block;
	width: 100%;
}

.syabout{
	padding: 7.8125rem 0px;
	padding-bottom: 10.9375rem;
	background: url(../images/ab_02.jpg) center no-repeat;
	background-size: cover;
}
.syaboutdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.syaboutdvleft{
	width: 50%;
}
.syaboutdvleft h1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 5px;
}
.syaboutdvleft p{
	color: #4c4c4c;
	font-size: 18px;
}
.syaboutdvright{
	width: 49%;
}
.syaboutdvright h2{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.syaboutdvright i{
	height: 30px;
	display: block;
	width: 80px;
	margin-top: 15px;
	border-top: 2px solid #0181ff;
}
.syaboutdvright p{
	line-height: 35px;
	font-size: 16px;
	color: #4d4d4d;
}
.syaboutdvright a{
	margin-top: 3.75rem;
	display: flex;
	width: 120px;
	height: 45px;
	padding-left: 30px;
	padding-right: 20px;
	justify-content: space-between;
	align-items: center;
	background-color: #0181ff;
	border-radius: 50px;
}
.syaboutdvright a span{
	color: #ffffff;
	font-size: 14px;
}
.syaboutdvright a iconpark-icon {
	font-size: 20px;
	color: #ffffff;
}
.sypro{
	padding-top: 7.1875rem;
	padding-bottom: 13.75rem;
	background: url(../images/cp_02.jpg) bottom center no-repeat;
	background-size: cover;
}
.syprobt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 5px;
}
.syprobt p{
	color: #4c4c4c;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}
.syprolist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 60px;
}
.syprolist ul{
	display: flex;
	justify-content: space-between;
}
.syprolist ul li{
	width: calc(19% - 40px);
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	border-bottom: 5px solid #fff;
	padding: 20px;
	transition: all 1s;
}
.syprolist ul li:hover{
	border-bottom: 5px solid #0181ff;
}
.syprolist ul li div{
	overflow: hidden;
	width: 100%;
}
.syprolist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.syprolist ul li:hover div img{
	transform: scale(1.05);
}
.syprolist ul li section{
	margin-top: 15px;
}
.syprolist ul li section h1{
	text-align: center;
	color: #333333;
	font-size: 18px;
}
.syprolist ul li section h2{
	margin: 5px auto;
	text-align: center;
	color: #999999;
	font-size: 14px;
}
.syprolist ul li section p{
	color: #4d4d4d;
	font-size: 14px ;
	text-align: center;
}
.youshi{
	padding: 7.1875rem 0px;
	background: url(../images/gewh_02.jpg) top center no-repeat;
	background-size: cover;
	
}
.yslist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 60px;
	width: 103.125rem;
}
.yslistdvs{
	width: 93.75rem;
}
.grl img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.grl:hover img{
	transform: scale(1.05);
}
.grl{
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.grl{
	position: relative;
}
.grl div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 3.125rem;
	padding-bottom: 2.5rem;
	background-image: linear-gradient(#ffffff00, #ffffff);
}
.grl div section{
	width: 85%;
	margin: 0 auto;
}
.grl div section h1{
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 1s;
}
.grl div section i{
	margin: 0 auto;
	display: block;
	width: 40px;
	height: 3px;
	background-color: #0181ff;
	transition: all 1s;
	margin-bottom: 10px;
}
.grl div section p{
	line-height: 30px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	transition: all 1s;
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.yslistdv .swiper-slide:nth-child(2n){
	transform: translateY(3.125rem);
}
.yslistdvs {
	padding-bottom: 5rem;
}
.grl:hover div{
	background-image: linear-gradient(#0181ff00, #0181ff);
}
.grl:hover div section h1,.grl:hover div section p{
	color: #fff;
}
.grl:hover div section i{
	background-color: #0181ff;
	background-color: #fff;
}
#btn1,#btn2{
	width: 45px;
	height: 45px;
	display: block;
	background-color: #ebf6ff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
#btn1 iconpark-icon ,#btn2 iconpark-icon {
	color: #9b9b9b;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all 1s;
}
#btn1:hover,#btn2:hover{
	background-color: #0181ff;
}
#btn1:hover iconpark-icon ,#btn2:hover iconpark-icon {
	color: #fff;
}
.xwdt{
	padding: 7.1875rem 0px;
	background: url(../images/news_02.jpg) center no-repeat;
	background-size: cover;
}
.xwdtdv{
	width: 93.75rem;
	margin: 0 auto;
}
.xwdtdvbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.75rem;
}
.xwdtdvbtleft h1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.xwdtdvbtleft p{
	color: #4c4c4c;
	font-size: 18px;
}
.xwdtdvbtright{
	width: 465px;
}
.xwdtdvbtright .swiper-slide h1{
	border: 1px solid #0181ff;
	color: #0181ff;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	transition: all 1s;
}
.xwdtdvbtright .swiper-slide-thumb-active h1{
	background-color: #0181ff;
	color: #fff;
}
.newsdftop{
	display: flex;
	justify-content: space-between;
}
.newsdftopleft{
	width: 62.5rem;
	overflow: hidden;
}
.newsdftopleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.newsdftopleft:hover img{
	transform: scale(1.05);
}
.newsdftopright{
	width: 23.75rem;
	padding: 3.75rem;
	background: url(../images/newsimg_04.jpg) center no-repeat;
	background-size: cover;
}
.newsdftopleft{
	position: relative;
}
.newsdftopleft section{
	position: absolute;
	width: 90%;
	left: 5%;
	top: 4.375rem;
}
.newsdftopleft section h1{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
}
.newsdftopleft section p{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}
.newsdftopright span{
	color: #4d4d4d;
	font-size: 16px;
}
.newsdftopright h1{
	margin-top: 10px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	height: 25px;
	white-space:nowrap;
	line-height: 25px;
	overflow:hidden;
	margin-bottom: 15px;
	text-overflow:ellipsis;
}
.newsdftopright  p{
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	color: #4d4d4d;
	text-overflow:ellipsis;
	font-size: 14px;
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.newsdftopright h2{
	margin-top: 1.875rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.newsdftopright h2 span{
	color: #666666;
	font-size: 14px;
	margin-right: 10px;
}
.newsdftopright h2 iconpark-icon{
	font-size: 18px;
}
.newsdfdown ul{
	display: flex;
	justify-content: space-between;
}
.newsdfdown ul li{
	width: 23.75rem;
    padding: 3.75rem;
}
.newsdfdown ul li:nth-child(3){
	padding: 0;
}
.newsdfdown ul li:nth-child(1){
	background-color: #0181ff;
}
.newsdfdown ul li:nth-child(1) span{
	color: #cbe7fe;
	display: block;
	font-size: 16px;
	margin-bottom: 1.25rem;
}
.newsdfdown ul li:nth-child(1) h1{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}
.newsdfdown ul li:nth-child(1) h2{
	margin-top: 1.875rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.newsdfdown ul li:nth-child(1) h2 i{
	color: #cbe7fe;
	font-size: 14px;
	margin-right: 10px;
}
.newsdfdown ul li:nth-child(1) h2 iconpark-icon{
	font-size: 18px;
	color: #cbe7fe;
}
.newsdfdown ul li:nth-child(2){
	background-color: #fff;
}
.newsdfdown ul li:nth-child(2) span{
	color: #666666;
	display: block;
	font-size: 16px;
	margin-bottom: 1.25rem;
}
.newsdfdown ul li:nth-child(2) h1{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.newsdfdown ul li:nth-child(2) h2{
	margin-top: 1.875rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.newsdfdown ul li:nth-child(2) h2 i{
	color: #666666;
	font-size: 14px;
	margin-right: 10px;
}
.newsdfdown ul li:nth-child(2) h2 iconpark-icon{
	font-size: 18px;
	color: #666666;
}
.newsdfdown ul li:nth-child(3){
	width: 31.25rem;
	overflow: hidden;
}
.newsdfdown ul li:nth-child(3) img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.newsdfdown ul li:hover:nth-child(3) img{
	transform: scale(1.05);
}
.foot{
	padding-top: 70px;
	background-color: #0f72d4;
}
.footdv{
	width: 93.75rem;
	margin-bottom: 6.25rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft ul li{
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footdvleft ul li iconpark-icon {
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
}
.footdvleft ul li span{
	color: #ffffff;
	font-size: 15px;
}
.footdv dl dt a{
	color: #fffefe;
	font-size: 18px;
	font-weight: bold;
}
.footdv dl dt{
	margin-bottom: 25px;
}
.footdv dl dd a{
	display: block;
	color: #fffefe;
	font-size: 15px;
	margin-bottom: 15px;
}
.ftimg{
	width: 220px;
}
.ftimg ul{
	display: flex;
	justify-content: space-between;
}
.ftimg ul li{
	width: 100px;
}
.ftimg ul li img{
	display: block;	
	width: 100%;
}
.ftimg ul li p{
	text-align: center;
	color: #fefefe;
	font-size: 14px;
	margin-top: 15px;
}
.wdl{
	border-top: 1px solid #629fdb;
	height: 60px;
	margin-top: 90px;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
.wdldv p{
	color: #ffffff;
	font-size: 14px;
}
.wdldv p a{
	color: #ffffff;
	font-size: 14px;
}
.shownav{
    box-shadow: 0px 8px 10px #efefef;
    position: relative;
}
.shownav ul{
	display: flex;
	justify-content: center;
	width: 100rem;
	margin: 0 auto;
	height: 75px;
}
.shownav ul li{
	width: 15rem;
	height: 75px;
	line-height: 75px;
	text-transform: uppercase;
}
.shownav ul li a{
	display: block;
	width: 100%;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}
.shownav ul li:hover a{
	background-color: #0181ff;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #0181ff;
	color: #fff;
}
.alist{
	padding: 5rem 0px; 
	background-color: #f7f7f7;
}
.alist .syprolist{
	margin-top: 0;
}
.alist .syprolist ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.alist .syprolist ul li{
	margin: 1%;
}
.alist .syprolist ul li {
    width: calc(18% - 40px);
}
.newstj{
	width: 93.75rem;
	margin: 0 auto;
}
.newstj ul{
	display: flex;
	justify-content: space-between;
}
.newstj ul li{
	width: 32.33%;
}
.newstj ul li div{
	overflow: hidden;
	width: 100%;
}
.newstj ul li div img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.newstj ul li:hover div img{
	transform: scale(1.05);
}
.newstj ul li section{
	padding: 30px;
	background-color: #fff;
}
.newstj ul li section h1{
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	white-space:nowrap;
	line-height: 20px;
	overflow:hidden;
	height: 20px;
	text-overflow:ellipsis;
}
.newstj ul li section span{
	color: #8a8b8e;
	font-size: 12px;
}
.newstj ul li section p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	margin-top: 10px;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}


.newsdvlist{
	width: 93.75rem;
	margin: 0 auto;
}

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
	line-height: 60px;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	font-weight: bold;
	margin-bottom: 7px;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 14px;
	color: #8a8b8e;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #0181ff;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}
.lxwm{
	padding-top: 7.1875rem;
	padding-bottom: 27.5rem;
	background: url(../images/lxwmbg_02.jpg) center no-repeat;
	background-size: cover;
}
.lxwmbt{
	margin-bottom: 4.375rem;	
}
.lxwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}
.lxwmbt p{
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
	margin-top: 15px;
}
.lxwmlist{
	width: 93.75rem;
	margin: 0 auto;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(24% - 6.25rem);
	padding: 40px 3.125rem;
	background-color: #fff;
	transition: all 1s;
}
.lxwmlist ul li iconpark-icon{
	color: #4d4d4d;
	font-size: 36px;
	transition: all 1s;
	margin-bottom: 1.5rem;
}
.lxwmlist ul li h2{
	color: #4c4c4d;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #808080;
	font-size: 14px;
	transition: all 1s;
	line-height: 30px;
}
.lxwmlist ul li:hover{
	background-color: #0181ff;
}
.lxwmlist ul li:hover iconpark-icon,.lxwmlist ul li:hover h2,.lxwmlist ul li:hover p{
	color: #fff;
}
.zxly{
	padding-top: 5.9375rem;
	padding-bottom: 7.1875rem;
	background: url(../images/zxly_02.jpg) center top no-repeat;
	background-size: cover;
}
.zxlydv{
	padding: 0 4.375rem;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #fff;
	width: 85rem;
	margin: 0 auto;
}
.zxlybt h1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.zxlybt p{
	text-align: center;
	color: #4c4c4c;
	font-size: 18PX;
}

.zxlydv form {
	margin: 0 auto;
	background-color: #fff;
	margin-top: 2.75rem;
}

.zxlydv form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zxlydv form input {
	width: calc(49% - 40px);
	margin: 1% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dbdcde;
	color: #808080;
}

.zxlydv form textarea {
	padding: 10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 1% 0px;
	color: #808080;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dbdcde;
}

.zxlydv form button {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 200px;
	height: 45px;
	color: #232323;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border-radius: 50px;
	border: none;
	background-color: #0181ff;
}
.qywh{
	padding-top: 7.5rem;
	padding-bottom: 6.5625rem;
	background: url(../images/quwh_02.jpg) center no-repeat;
	background-size: cover;
}
.qywhdv{
	width: 93.75rem;
	margin: 0 auto;
}
.qywhbt h1{
	color: #333333;
	font-size: 40PX;
	font-weight: bold;
	margin-bottom: 20px;
}
.qywhbt p{
	color: #4c4c4c;
	font-size: 20px;
}
.qywhbt{
	margin-bottom: 40px;
}
.qywhdv #thumbs{
	border-bottom: 1px solid #dcdcdc;
}
.qywhdv #thumbs .swiper-slide{
	padding: 25px 0px; 
	border-bottom: 2px solid transparent;
	transition: all 1s;
}
.qywhdv #thumbs .swiper-slide i{
	display: block;
	text-align: center;
	color: #333333;
	font-size: 36px;
	margin-bottom: 15px;
	transition: all 1s;
}
.qywhdv #thumbs .swiper-slide h1{
	color: #333333;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	transition: all 1s;
}
.qywhdv #thumbs .swiper-slide p{
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.qywhdv #thumbs .swiper-slide-thumb-active {
	border-bottom: 2px solid #0181ff;
}
.qywhdv #thumbs .swiper-slide-thumb-active h1{
	color: #0181ff;
	font-size: 20px;
	font-weight: bold;
	
}
.qywhdv  #gallery{
	margin-top: 50px;
}
.saewg{
	
	width: 85rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.saewgleft{
	width: 50%;
	overflow: hidden;
	border-radius: 20px;
}
.saewgleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.saewgleft:hover img{
	transform: scale(1.05);
}
.saewgright{
	width: calc(50% - 6.25rem);
	padding: 0 3.125rem;
}
.saewgright h1{
	color: #0181ff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.saewgright h2{
	color: #999999;
	font-size: 14px;
	margin-bottom: 10px;
}
.saewgright p{
	line-height: 40px;
	color: #4c4c4c;
	font-size: 18px;
}
.rybg{
	padding: 5.625rem 0px;
	padding-bottom: 9.375rem;
	background: url(../images/rybg_02.jpg) center no-repeat;
	background-size: cover;
}
.rydv{
	width: 93.75rem;
	margin: 0 auto;
}
.rybg .yslistdv .swiper-slide:nth-child(2n) {
    transform: translateY(0);
}
.rybg .yslistdvs{
	width: 81.25rem;
	padding-bottom: 0;
}
.rybg .grl{
	border-radius: 0;
}
.rybg .yslist{
	width: 93.75rem;
}
.sabe{
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
	padding-top: 3.75rem;
}
.soq221{
	padding-top: 0;
}

.maoyileft {
	display: flex;
	justify-content: space-between;
}

.maoyileft #thumbs2 {
	width: 7.5rem;
	height: 31.875rem;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 7.1rem;
	border: 2px solid #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #0181ff;
	background-color: #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 97%;
	display: block;
}

.maoyileft #gallery2 {
	width: 31.875rem;
	margin: 0;
	height: 31.875rem;
	background-color: #f7f7f7;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}
.soq221{
	padding-top: 0;
}
.mbx{
	margin: 0 auto;
	width: 93.75rem;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	font-size: 20px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #0181ff;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #0181ff;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color: #0181ff;
}


.chanpinimg {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 44.0625rem;
}

.chanpinimgright {
	width: 45%;
}

.chanpinimgright h2 {
	color: #0181ff;
	font-size: 14px;
}

.chanpinimgright h1 {
	color: #0181ff;
	font-size: 36px;
	line-height: 90px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.25rem;
	font-weight: bold;
}

.chanpinimgright p {
	color: #808080;
	font-size: 14px;
	line-height: 30px;
}

.chanpinimgright a {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-color: #dc0c22;
	font-size: 14px;
}

.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: block;
	width: 11.25rem;
	height: 45px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #0181ff;
	line-height: 45px;
	transition: all 1s;
	border-radius: 50px;
	margin-top: 50px;
	margin-right: 1.25rem;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #0181ff;
}
.cpxq {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 5.625rem;
}

.cpxqleft {
	width: 35%;
}

.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #0181ff;
}

.cpxqbt span {
	color: #585858;
	font-size: 18px;
	margin-left: 10px;
}

.cpxqleft ul li {
	margin-bottom: 20px;
	background-color: #fff;
}

.cpxqleft ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cpxqleft ul li a div {
	width: 30%;
	margin-right: 0.9375rem;
	overflow: hidden;
}

.cpxqleft ul li a div img {
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpxqleft ul li:hover a div img {
	transform: scale(1.05);
}
.cpxqleft ul li a section h1 {
	color: #0181ff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}
.cpxqleft ul li a section{
	width: 60%;
}
.cpxqleft ul li a section p {
	color: #333333;
	font-size: 15px;
}

.cpxqright {
	width: 60%;
}
.cpxqxq {
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 60px);
}
.chanpinimgright  h4{
	margin-top: 2.375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.chanpinimgright  h4 img{
	display: block;
	margin-right: 15px;
}
.chanpinimgright h4 span{
	color: #0181ff;
	font-size: 42px;
}
.cpxqxq img {
	max-width: 100%;
}

.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy p a {
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}

.fy p a:hover {
	color: #0181ff;
}
.mfoot,.mfootdv{
	display: none;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 93.75rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #0181ff;
}
.slideUp .headdvright ul li.active a span{
	color: #0181ff;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #0181ff;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #0181ff;
}
.slideUp .headdvright .ss iconpark-icon{
	color: #0181ff;
}
.slideUp .headdvright .yy iconpark-icon{
	color: #fff;
}


.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -50rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 58px;
	font-weight: bold;
	width: 80%;
	text-transform: uppercase;
	text-transform: uppercase;
}
.sgahhrj section{
	width: 68%;
}
.bannersasg  .swiper-slide section h4{
	color: #fff;
	font-size: 16px;
	
	line-height: 25px;
}
.sjnav{
	display: none;
}
.bannersasg  .swiper-slide section span{
	background-color: #f49600;
	color: #ffffff;
	font-size: 18px;
	padding: 3px 8px;
	letter-spacing: 3px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	transition: all 1s;
	background-image: linear-gradient(to right, #c09667, #ddbb91, #c09667);
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 20px;
}
.bannersasg  .swiper-slide section p i{
	margin: 0 25px;
	font-size: 18px;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.bannersasg  .swiper-slide section a i{
	color: #f7f7f7;
	font-size: 14px;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext section h2{
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.cpxqxq img{
	max-width: 100%;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
	opacity: 1;
}
.headdvleft img:last-child{
	display: none;
	opacity: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1499px) {
	.headdv{
		width: 95%;
	}
	.syaboutdv{
		width: 95%;
	}
	.syaboutdvleft p{
		line-height: 35px;
	}
	.syprolist{
		width: 95%;
	}
	.yslist{
		width: 95%;
	}
	.yslistdv{
		width: 87%;
	}
	.yslistdvs{
		width: 100%;
	}
	.grl div section h1{
		font-size: 18px;
	}
	.grl div section p{
		font-size: 14px;
	}
	.xwdtdv{
		width: 95%;
	}
	.xwdtdvbtleft p{
		line-height: 30px;
	}
	.newsdftopleft{
		width: 66.666%;
	}
	.newsdftopright{
		width:calc(33.333% - 7.5rem);
	}
	.newsdftopright h1{
		margin-bottom: 5px;
	}
	.newsdfdown ul li{
		width:calc(33.333% - 7.5rem);
	}
	.newsdfdown ul li:nth-child(3) {
	    width: 33.333%;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft{
		width: 30%;
	}
	.wdldv{
		width: 95%;
	}
	.newstj{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
	    width: 56%;
	}
	.cennuodv a {
	    display: block;
	    width: 13.25rem;
	    height: 45px;
	    background-color: #fff;
	    text-align: center;
	    font-size: 14px;
	    color: #0181ff;
	    line-height: 45px;
	    transition: all 1s;
	    border-radius: 50px;
	    margin-top: 31px;
	    margin-right: 1.25rem;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqright {
	    width: 62%;
	}
	.qywhdv{
		width: 95%;
	}
	.saewg{
		width: 100%;
	}
	.saewgright p{
		font-size: 14px;
		line-height: 30px;
	}
	.rydv{
		width: 95%;
	}
	.rybg .yslist{
		width: 100%;
	}
	.rybg .yslistdvs{
		width: 100%;
	}
	.lxwmlist{
		width: 95%;
	}
	.zxlydv{
		width: 89%;
		padding: 3%;
	}
	
}

@media only screen and (max-width: 999px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.syaboutdv{
		width: 95%;
	}
	.syaboutdv{
		display: block;
	}
	.syaboutdvleft{
		width: 100%;
	}
	.syaboutdvleft h1{
		font-size: 20px;
		text-align: center;
	}
	.syaboutdvleft p{
		font-size: 14px;
		text-align: center;
		line-height: 25px;
	}
	.syaboutdvright{
		width: 100%;
		margin-top: 15px;
	}
	.syaboutdvright h2{
		font-size: 17px;
		text-align: center;
	}
	.syaboutdvright i{
		margin: 0 auto;
		margin-top: 20px;
		height: 10px;
	}
	.syaboutdvright p{
		line-height: 27px;
		font-size: 14px;
	}
	.syaboutdvright a{
		margin: 0 auto;
		margin-top: 20px;
		width: 90px;
		height: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.syprobt h1{
		font-size: 20px;
	}
	.syprobt p{
		text-align: center;
		line-height: 27px;
		font-size: 14px;
	}
	.syprolist{
		width: 95%;
		margin-top: 20px;
	}
	.syprolist ul {
		flex-wrap: wrap;
	}
	.syprolist ul li{
		width: 40%;
		margin: 1%;
		padding: 4%;
	}
	.syprolist ul li:last-child{
		display: none;
	}
	.syprolist ul li section h1{
		font-size: 16px;
	}
	.yslist{
		width: 95%;
		position: relative;
		margin-top: 30px;
	}
	#btn1, #btn2{
		width: 30px;
		height: 30px;
		position: absolute;
		z-index: 9;
	}
	#btn1 iconpark-icon, #btn2 iconpark-icon{
		font-size: 14px;
	}
	#btn2{
		right: 0;
		left: auto;
	}
	.yslistdv{
		width: 100%;
	}
	.yslistdvs{
		width: 100%;
		padding-bottom: 0;
	}
	.grl div section h1{
		font-size: 18px;
	}
	.grl div section p{
		font-size: 14px;
		height: 50px;
		line-height: 25px;
	}
	.yslistdv .swiper-slide:nth-child(2n) {
	    transform: translateY(0);
	}
	.xwdtdv{
		width: 95%;
	}
	.xwdtdvbt{
		display: block;
	}
	.xwdtdvbtleft{
		margin-bottom: 15px;
	}
	.xwdtdvbtleft h1{
		text-align: center;font-size: 20px;
	}
	.xwdtdvbtleft p{
		font-size: 14px;
		text-align: center;
		line-height: 27px;
	}
	.xwdtdvbtright{
		width: 100%;
	}
	.xwdtdvbtright .swiper-slide h1{
		width: 97%;
	}
	.xwdtdvbtright .swiper-slide h1{
		height: 35px;
		line-height: 35px;
	}
	.newsdftop{
		display: block;
	}
	.newsdftopleft{
		width: 100%;
	}
	.newsdftopleft section h1{
		font-size: 14px;
	}
	.newsdftopleft section p{
		font-size: 17px;
	}
	.newsdftopright{
		width: 90%;
		padding: 5%;
		margin: 10px 0px;
	}
	.newsdftopright span{
		font-size: 12px;
	}
	.newsdftopright h1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.newsdfdown ul{
		display: block;
	}
	.newsdfdown ul li{
		width: 90%;
		padding: 5%;
		margin: 10px auto;
	}
	.newsdfdown ul li:nth-child(1) span{
		font-size: 14px;
	}
	.newsdfdown ul li:nth-child(1) h1{
		font-size: 17px;
	}
	.newsdfdown ul li:nth-child(2) span{
		font-size: 14px;
	}
	.newsdfdown ul li:nth-child(2) h1{
		font-size: 17px;
	}
	.newsdfdown ul li:nth-child(3){
		width: 100%;
		display: none;
	}
	.foot{
		display: none;
	}
	.shownav ul{
		height: 45px;
		width: 100%;
	}
	.shownav ul li{
		width: 100%;
		height: 45px;
		line-height: 45px;
	}
	.newstj{
		display: none;
	}
	.newsdvlist{
		width: 95%;
		margin: 0 auto;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 17px;
	}
	.mbx{
		display: none;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		display: block;
		padding-top: 10px;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.maoyileft #thumbs2{
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.chanpinimgright{
		width: 100%;
	}
	.chanpinimgright h1{
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.cennuodv a{
		width: 30%;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
	}
	.cpxq{
		width: 95%;
		flex-direction: column-reverse;
	}
	.cpxqright{
		width: 100%;
	}
	.cpxqbt span{
		font-size: 16px;
	}
	.cpxqbt{
		margin-bottom: 10px;
	}
	.cpxqxq{
		padding: 3%;
		width: 94%;
	}
	.fy{
		display: block;
		margin-top: 10px;
	}
	.fy p{
		line-height: 25px;
		margin-bottom: 5px;
	}
	.cpxqleft{
		width: 100%;
		margin-top: 10px;
	}
	.cpxqleft ul li a section h1{
		font-size: 16px;
	}
	.cpxqleft ul li a section p{
		font-size: 14px;
	}
	.cpxqleft ul li a section{
		margin-left: 10px;
	}
	.cpxqleft ul li{
		margin-bottom: 0;
		margin-top: 10px;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.qywhdv{
		width: 95%;
	}
	.qywhbt h1{
		font-size: 20px;
		text-align: center;
	}
	.qywhbt p{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.qywhbt{
		margin-bottom: 20px;
	}
	.qywhdv #thumbs .swiper-slide i{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.qywhdv #thumbs .swiper-slide-thumb-active h1{
		font-size: 17px;
	}
	.qywhdv #thumbs .swiper-slide{
		padding: 15px 0px;
	}
	.qywhdv #thumbs .swiper-slide h1{
		font-size: 17px;
	}
	.qywhdv #gallery{
		margin-top: 15px;
	}
	.saewg{
		width: 100%;
		display: block;
	}
	.saewgleft{
		width: 100%;
	}
	.saewgright{
		width: 100%;
		margin-top: 20px;
	}
	.saewgright h1{
		font-size: 17px;
	}
	.saewgright p {
	    line-height: 30px;
	    color: #4c4c4c;
	    font-size: 14px;
	}
	.rydv{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.rybg .yslist{
		width: 100%;
	}
	.alist .syprolist ul li{
		width: 40%;
		padding: 4%;
	}
	.lxwmlist{
		width: 95%;
	}
	.lxwmlist ul{
		flex-wrap: wrap;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 28px;
	}
	.lxwmlist ul li h2{
		font-size: 17px;
		margin-top: 10px;
	}
	.zxlydv{
		width: 90%;
		padding: 2.5%;
		    padding-top: 20px;
		    padding-bottom: 30px;
	}
	.zxlybt h1{
		font-size: 20px;
	}
	.zxlybt p{
		font-size: 14px;
		line-height: 25px;
	}
	.zxlydv form div{
		display: block;
	}
	.zxlydv form input{
		width: calc(100% - 20px);
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.zxlydv form textarea{
		width: calc(100% - 20px);
		padding: 10px;
		font-family: "微软雅黑";
	}
	.zxlydv form button{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.bannersasg .swiper-slide div section{
		width: 100%;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 20px;
		text-align: center;
		width: 100%;
	}
	.nrbanner img{
		width: 150%;
	}
	.nrbanner{
		width: 100%;
		overflow: hidden;
	}
	.nrbanner .btext section h2{
		font-size: 20px;
		margin-bottom: 0;
	}
	.alist .syprolist ul li:last-child{
		display: block;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin: 0;
	}
	.article .padding-large{
		padding: 3%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#0f72d4;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #0e66bd;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
}

