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;
}
body{background: #f5f7f9;}
i {
	font-style: normal
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	min-width: 320px;
	margin: 0 auto;
}
.ol{overflow: hidden;display: flex;flex-direction: row;float: right;margin:4rem 0;}
.ol li{padding: 0.3rem 0.7rem;border-radius:5px;border: 1px solid #e2e2e2;margin: 2rem 0.5rem;}
.ol .on{background:#5484ff;color: #ffffff;border: #5484ff;}
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: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #2799f9;
}

.clear {
	clear: both;
}

.w1200 {
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
@media screen and (min-width:320px) {html {font-size:90%;}}
@media screen and (min-width:280px) {html {font-size:85%}}
@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%;
	color: #333333;
	background: #ffffff;
}
.header a{color: #ffffff;}
/*左侧logo*/
.header .left{
	float: left;
	width:17%;
	margin-right: 2rem;

}
.header .left img{width: 100%;margin-top:1rem;}
.header .left a img{
	margin-top: 6px;
	
}
.header .left .img2{
	display: none;
}
/*右侧*/

.header .nav{
overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header .nav img{width: 16%;display: block;margin:1rem 0;height: 2.5rem;}
.header .navbar_nav{width:52%;overflow: hidden;margin-left: 15rem;}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	width:17%;
	margin: 0 1.6rem;
	color: #666;
	height: 5rem;
	line-height: 5rem;
}
.header .navbar_nav li.active a{color: #333333;border-bottom: 1px solid #e2e2e2;}
.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%;
	color: #333333;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size:1rem;
	text-align: center;
}
.header .navbar_nav li:hover a{
color:#5484ff;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(../img/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: relative;
	top:1rem;
	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: #5dbbff;
	-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:#5dbbff;
}
/*白色背景的头部*/
.header.on{
	position: fixed;
	top:0;
	left:0;
	z-index:999999;
	}
.header.on .navbar_nav li:hover a{
	color: #5dbbff;
}
.header .phone{
	width: 14%;
	display: flex;
	flex-direction: row;
	line-height: 5rem;
	font-size: 1.5rem;
}
.header .phone span{font-size: 1.25rem;margin-right: 0.5rem;}

#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: #666666;
}
.m_nav .ul .active a{ color: #5dbbff;}
.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;
}

.logo{display: none;}
@media screen and (max-width: 992px){
	.container{height: 3.125rem;}
	.header{
		padding: 0.5rem 0;
		background:#666666;
		position: relative;
	}
	.header.on{position: fixed;}
	.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: 19px;
	}
	.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: 98%;margin: 0.4rem 0;}
	.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: #ffffff;
	}
	.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;
	}

	.m_nav{display: block;}
}
.container{width: 100%;max-width: 1440px;margin: 0 auto;overflow: hidden;}


/* banner */
.banner {
	overflow: hidden;
	width: 100%;
	height: 43.75rem;
	background-size:100% 100%;
	position: relative;

}
.banner img {
	width: 100%;
}
.banner .swiper-slide{position: relative;}
.banner .swiper-slide a{display: block;width:15%;height: 4.0625rem;position: absolute;top: 28.5rem;left: 50.6875rem;}

.banner .swiper-pagination-bullet{background: #FFFFFF;opacity: .5;}
.banner .swiper-pagination-bullet-active{
	background: #ffffff;
	opacity: 1;
}
.m_banner,
.m_fixed,.logo1 {
	display: none;
}


.tedian{background: #FFFFFF;padding: 0.2rem 0;margin-top: -5rem;position: relative;z-index: 9;}
.tedian>h2{text-align: center;color:#333333 ;font-size:1.625rem ;margin: 3.4375rem auto;}
.tedian ul{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;width: 90%;margin: 5.625rem auto;}
.tedian ul li{width: 32%;}
.tedian ul li .img{width:5rem;height:3.6rem;border-radius: 50%;background: #FFFFFF;box-shadow: 3px 3px 20px rgba(0,0,0,.2);padding-top: 1.4rem;}
.tedian ul li .img img{display: block;margin: auto;}
.tedian ul li h2{font-size:1.25rem ;color:#333333;margin:1rem 0;font-weight:520;}
.tedian ul li p{font-size:0.875rem ;color: #666666;line-height: 1.5rem;}


.title{text-align: center;}
.title h2{font-size:1.625rem ;color:#333333;}
.title p{font-size:1rem ;color:#666666 ;margin: 0.9375rem 0 2.5rem 0;}


.xiadan{padding: 3.375rem 0;}
.xiadan ul{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.xiadan ul li{width: 12%;text-align: center;border: 1px solid #e2e2e2;color: #333333;font-size: 1rem;height:2.8125rem ;line-height: 2.8125rem;border-radius: 3.125rem;}
.xiadan img{display: block;margin:5.3125rem auto;width: 60%;}


.project{padding: 3.375rem 0;background: #ffffff;}
.project ul{display: flex;flex-direction: row;justify-content: space-around;flex-wrap: wrap;}
.project ul li{overflow: hidden; width: 44%;color: #333333;font-size: 1rem;background: #FFFFFF;padding: 1.875rem;box-shadow: 3px 3px 10px rgba(0,0,0,.2);margin:0.9375rem 0;}
.project ul li h2{font-size:1.25rem;color:#333333;}
.project ul li p{font-size:0.875rem;color:#666666 ;margin: 0.9375rem 0 2.5rem 0;}
.project ul li .project_botton{float: right;width:50%;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.project ul li .project_botton a{display: block; text-align: center;width:100%;height: 2.8125rem;line-height: 2.8125rem;border-radius: 3.125rem;}
.project ul li .project_botton a:first-child{background:#5484ff;color:#ffffff;width: 48%;}
.project ul li .project_botton a:last-child{border:1px solid #e2e2e2; color:#666666;width: 48%;}
.project ul li .project_botton a .iconfont{margin-left: 0.5rem;}


.tesefuwu{padding: 3.375rem 0;}
.tesefuwu ul{display: flex;flex-direction: row;justify-content: space-around;flex-wrap: wrap;}
.tesefuwu ul li{background: #ffffff; width: 30%;box-shadow: 3px 3px 10px rgba(44,85,238,0.2);border-radius: 10px;margin: 1.875rem 0;}
.tesefuwu ul li .gang{width: 20%;height: 5px;margin: 0 auto;background: #5484ff;}
.tesefuwu ul li div.iconfont{color:#5484ff;font-size:4rem;text-align: center;margin: 4.375rem auto;}
.tesefuwu ul li h2{font-size: 1.25rem;color: #333333;text-align: center;}
.tesefuwu ul li p{font-size:0.875rem ;color: #666666;margin: 2.1875rem auto;text-align: center;}
.tesefuwu ul li a{display: block;width: 40%;text-align: center;color: #666666;font-size: 0.875rem;border-radius: 3.125rem;height:3.125rem ;line-height: 3.125rem;border: 1px solid #e2e2e2;margin: 0 auto 3.125rem auto;}
.tesefuwu ul li a .iconfont{margin-left: 0.5rem;font-size:1.2rem;}
.tesefuwu ul li a:hover{background:#5484ff ;color: #ffffff;border-color: #5484ff;}

.about{padding: 3.375rem 0;background: #ffffff;}
.about .w1200>div{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.about .w1200 .about_top div{width: 49%;}
.about .w1200 .about_top .about_left img{width: 100%;min-height: 100%;}
.about .w1200 .about_top .about_right h2{font-size:1.625rem ;color:#333333 ;margin:1.25rem 0 ;}
.about .w1200 .about_top .about_right h3{font-size:1rem ;color:#666666 ;}
.about .w1200 .about_top .about_right .gang{width: 8%;height: 5px;background: #999999;margin: 1.25rem 0 1.8rem 0;}
.about .w1200 .about_top .about_right p{font-size:0.875rem ;color:#666666 ;line-height: 1.5rem;}
.about .w1200 .about_top .about_right a{display: block;border-radius: 3.125rem;border: 1px solid #e2e2e2;width: 30%;text-align: center;height:3.125rem ;line-height: 3.125rem;color: #666666;margin-top: 2.5rem;}
.about .w1200 .about_top .about_right a .iconfont{margin-left: 0.5rem;}
.about .w1200 .about_bottom>div{width: 44%; display: flex;flex-direction: row;justify-content: space-between;border: 1px solid #e2e2e2;margin-top:4.125rem;padding: 1.875rem;}
.about .w1200 .about_bottom .about_caozuo{display: flex;flex-direction: row;}
.about .w1200 .about_bottom .about_caozuo .iconfont{font-size: 3rem;color: #5484ff;margin-right:1rem;}
.about .w1200 .about_bottom .about_caozuo h2{color:#333333 ;}
.about .w1200 .about_bottom .about_caozuo p{font-size:0.875rem ;color:#666666 ;margin:5px 0;}
.about .w1200 .about_bottom .phone .about_caozuo h2{font-size:1.5rem ;}
.about .w1200 .about_bottom .kefu .about_caozuo h2{font-size:1rem ;}
.about .w1200 .about_bottom a{display: block;border-radius: 3.125rem;border: 1px solid #e2e2e2;width: 30%;text-align: center;height:3.125rem ;line-height: 3.125rem;color: #666666;}

.weixiu{padding: 3.375rem 0;background: #ffffff;}
.weixiu .weixiulist{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.weixiu .weixiulist .weixiuteam{width: 48%;}
.weixiu .weixiulist .weixiuteam .img{width: 100%;height:11.25rem ;overflow: hidden;margin-bottom: 1.75rem;}
.weixiu .weixiulist .weixiuteam .img img{width: 100%;min-height: 100%;}
.weixiu .weixiulist .weixiuteam .p_tit{font-size:1.125rem ;}
.weixiu .weixiulist .weixiuteam p{font-size:0.875rem ;color:#666666 ;margin: 1.25rem 0.5rem 1.25rem 0;}
.weixiu .weixiulist .weixiuteam .riqi{display: flex;color: #999999;font-size: 0.875rem;}
.weixiu .weixiulist .weixiuteam .riqi .iconfont{margin-right: 0.5rem;color: #999999;font-size: 0.85rem;}
.weixiu .weixiulist .weixiuteam .riqi p{color: #999999;}
.weixiu .weixiulist .weixiuteam .weixiu_top{overflow: hidden;border-bottom: 1px dashed  #e2e2e2;}
.weixiu .weixiulist .weixiuteam .weixiu_top .riqi{float: right;}
.weixiu .weixiulist .weixiuteam .p_list{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap; border-bottom: 1px dashed  #e2e2e2;margin: 0.5rem 0;}
.weixiu .weixiulist .weixiuteam .p_list .p_tit{line-height:65px;margin: 0;}
.weixiu .weixiulist .weixiuteam .p_list .p_tit a{color:#666666 ;}

.footer .f_top{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap; margin: 3.75rem 0 1.5rem 0;}
.footer .f_top .f_left{width: 30%;}
.footer .f_top .f_left img{width: 60%;}
.footer .f_top .f_left a{display: block;border-radius: 3.125rem;border: 1px solid #cccccc;width:40%;text-align: center;height:2rem ;line-height: 2rem;color: #666666;color: #666666;margin-top: 1.875rem;}
.footer .f_top .f_left a .iconfont{margin-left: 0.5rem;}
.footer .f_top .f_right{width: 70%;}
.footer .f_top .f_right ul{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap; }
.footer .f_top .f_right ul li{width: 32%;}
.footer .f_top .f_right ul li h2{font-size:1.125rem;color:#333333;}
.footer .f_top .f_right ul li a {font-size:0.875rem;color:#666666;display: block;margin: 1.5625rem 0;}
.footer .f_top .f_right ul li a .iconfont{margin-right: 0.5rem;}
.footer .f_link{border-top: 1px solid #e2e2e2;margin:1rem 0 5.625rem 0;}
.footer .f_link h2{color: #666666;font-size: 1.125rem;margin: 1.625rem 0;}
.footer .f_link a{display: inline-block;margin: 0.5rem 0.5rem 0.5rem 0;font-size:0.875rem ;color: #666666;}


.fixed{position: fixed;right: 0;top: 50%;z-index: 999;}
.fixed ul li{background-image:linear-gradient(to right,#5b89ff,#5281ff);color:#ffffff;width: 70px;height: 70px;line-height: 70px; position: relative;text-align: center;margin: 0.5rem 0;border-radius: 10px;}
.fixed ul li span{display: block;color: #FFFFFF;font-size: 2.2rem;}
.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{font-size: 0.85rem;}
.fixed ul li .p1{display: flex;flex-direction: row;justify-content: space-between;background: #ffffff;}
.fixed ul li .p1 span{display: block; margin:1.5625rem 0 0.8rem 0; line-height:20px; display: block;font-weight: none;color: #999999;font-size: 0.85rem;}
.fixed ul li .p1{position: absolute;top: 0;right: -370px;width:370px;height: 120px;font-size: 1rem;transition: all 1s;z-index: -999;}
.fixed ul li .p1 .iconfont{color: #999999;font-size: 1.855rem;width: 3.5rem;height: 3.5rem;line-height: 3.5rem;border-radius: 50%;border: 1px solid #999999;margin: 1.5625rem;}
.fixed ul li .p1 .right{width:75%;text-align: left;}
.fixed ul li .p1 .right p{line-height: 1.25rem;color: #333333;font-size:1.6rem;font-weight: bold;}
.fixed ul li:hover .p1{right:70px;}
.fixed ul li a{color: #666;}
.m_fixed,.kong{display: none;}


/* 新闻列表 */
.neirongye{background: #FFFFFF;}
.neirongye .w1200{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.news_left{width: 100%;max-width: 830px;}
.news_left .dangqian{font-size: 1rem;color: #666666;margin: 2.8125rem 0;}
.news_left .dangqian a{color: #444444;}
.news_left ul.newlist li{overflow: hidden; border-bottom: 1px dashed #e2e2e2;padding-bottom: 1.5rem;margin-bottom: 1.5rem;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.news_left ul.newlist li .img{width: 30%;height:10.75rem ;overflow: hidden;border-radius: 5px;}
.news_left ul.newlist li .img img{width: 100%;min-height: 100%;}
.news_left ul.newlist li .wenzi{width: 68%;}
.news_left ul.newlist li .wenzi .p_tit{font-size: 1.125rem;color:#333333;margin-top: 0.75rem;}
.news_left ul.newlist li .wenzi p{font-size:0.875rem ;color:#666666 ;margin: 0.9375rem 0;line-height:1.5rem;}
.news_left ul.newlist li .riqi{float: right;display: flex;flex-direction: row;}
.news_left ul.newlist li .riqi p{font-size:0.875rem ;color:#999999 ;margin-right: 0.5rem;}
.news_left ul.newlist li .riqi p .iconfont{margin-right: 0.5rem;font-size: 0.75rem;}


.news h2{font-size:1.375rem ;color: #333333;}
.news .riqi{width: 100%; display: flex;flex-direction: row;border-bottom: 1px dashed    #e2e2e2;margin: 1.375rem 0;padding-bottom: 1.375rem;}
.news .riqi p{font-size:0.875rem ;color:#999999 ;margin-right: 0.5rem;}
.news .riqi p .iconfont{margin-right: 0.5rem;font-size: 0.75rem;}
.news>p{font-size:0.875rem ;color:#666666 ;margin:1.875rem 0 ;line-height: 2rem;}
.news .fenye {margin: 3.125rem 0;}
.news .fenye p{display: flex;margin-right: 0.5rem;color: #666666;margin: 1rem 0;}
.news .fenye a{display: block;font-size:1rem;color: #666666;}
.news .tuijian{border-top: 1px dashed #e2e2e2;padding-top: 1.375rem;margin-bottom: 6.25rem;}
.news .tuijian h2{font-size: 1.5rem;color: #333333;margin-bottom: 1.375rem;}
.news .tuijian .yuedulist{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.news .tuijian .yuedulist p{display: block;width: 48%;font-size: 1rem;color: #666666;margin:10px 0;}
.news .tuijian .yuedulist .iconfont{margin-right: 0.5rem;}
.news .tuijian .yuedulist p a{color: #666666;}
.news >img{width: 100%;}






.callus{width: 20%;border: 1px solid #e2e2e2;padding: 1.25rem;margin-top: 3.75rem;height: 28rem;}
.callus h2{color: #333333;font-size: 1.25rem;}
.callus h2 span{color:#999999;font-size:0.875rem;}
.callus img{width: 100%;display: block;margin: 1.5625rem 0;}
.callus p{font-size:0.875rem ;color:#666666 ;margin: 0.625rem 0;}
.callus p .iconfont{margin-right: 0.5rem;}
.callus a{display: block;width:80%;margin: 3rem auto 0 auto;text-align: center;font-size:1rem ;color:#666666;border: 1px solid #e2e2e2;border-radius: 3.125rem;height: 3.125rem;line-height: 3.125rem;}
.callus a .iconfont{margin-left: 0.5rem;font-size: 1rem;}



@media screen and (max-width:640px) {
	.banner{height: 28rem;}
	.p_banner{display: none;}
	.m_banner{display: block;}
	.banner .swiper-slide a{width:47%;top:17rem;left:7.6rem;}
	.tedian ul li{width: 100%;margin: 1rem auto;text-align: center;}
	.tedian ul li .img{margin: auto;}
	.xiadan ul li{width: 32%;margin: 1rem auto;}
	.project ul li{padding: 0.8rem;width: 42%;}
	.project ul li .project_botton a:first-child{margin-bottom: 0.5rem;}
	.tesefuwu ul li{width: 49%;}
	.tesefuwu ul li a{width:55%;}
	.tesefuwu ul li div.iconfont{margin:2rem auto;}
	.tesefuwu ul li p{margin: 1rem auto;}
	.about .w1200 .about_top div,.about .w1200 .about_bottom>div,.weixiu .weixiulist .weixiuteam,.project ul li .project_botton a:first-child,.project ul li .project_botton a:last-child,.project ul li .project_botton{width: 100%;}
	.footer .f_top .f_right ul li,.footer .f_top .f_left,.footer .f_top .f_right{width: 100%;}
	.footer .f_top .f_right ul li a{display: inline-block;}
	.footer .f_top .f_right{margin-top: 2rem;}
	.fixed{display: none;}
	.m_fixed{display: block;position: fixed;left: 0;bottom: 0;background:#5dbbff;width: 100%;z-index: 999999999;}
	.m_fixed ul{overflow: hidden;}
	.m_fixed ul li{text-align: center; width: 33%;border-right: 1px solid white;float: left;color: white;height:40px;line-height:40px;background: #5dbbff;}
	.m_fixed ul li .iconfont{font-size: 1.25rem;}
	.m_fixed ul li p{display: inline-block;margin-top: 0.2rem;}
	.m_fixed ul li a{color: white;}
	.m_fixed ul li:last-child{border: none;}
	.callus{width: 100%;height: 32rem;}
	.news_left ul.newlist li .img,.news_left ul.newlist li .wenzi{width: 100%;}
}