body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font: normal 12px/1.5 "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    border: 0;
}

button,
input,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;


}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

div,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.main{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.ww768 {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.main{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 768px){
	.ww768 {
		display: block;
	}
}
.left{
	float: left;
}
.right {
	float: right;
}

.clearfloat{
	clear: both;
	zoom: 1;
}
.clearfloat:after{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
.banner .swiper-pagination-bullet{
	width: 48px;
	height: 4px;
	background: #fff;
	border-radius: 0;
	opacity: 1;
	transition: all .5s;
}
.banner .swiper-pagination-bullet-active{
	background: #0b6ade;
}

.header .logo {
	margin: 17px 0;
}
.header{
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
}
.header .pc-nav{
	margin-top: 15px
}
.header .pc-nav ul li {
	float: left;
	padding: 0 25px !important;
	box-sizing: border-box;
}
.header .pc-nav ul li a {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
	margin-top: 20px;
}
.header .pc-nav ul li.on a,.header .pc-nav ul li:hover a{
	transition: all .3s;
	color: #0b6ade;
	border-bottom: 2px solid #0b6ade;
	box-sizing: border-box;
}

.header .pc-nav ul li img {
	margin: 23px 0;
}

@media only screen and (max-width: 1200px) {
	.header .pc-nav ul li {
		padding: 0 30px;
	}
	.header .pc-nav ul li a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1050px) {
	.header .logo img{
		max-width: 190px;
		margin-top: 5px;
	}
	.header .pc-nav ul li {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 768px) {
	.header .pc-nav {
		display: none;
	}
}
.nav-btn img {
	margin: 40px 0 0;
}
.mob-nav{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 80px;
	left: 0;
	background: #333;
	padding: 15px;
	box-sizing: border-box;
	z-index: 99999999999999999;
}
.mob-nav ul li{
	font-size: 16px;
	width: 100%;
	border-bottom: 2px solid #000;
}
.mob-nav ul li a{
	color: #fff;
	line-height: 3em;
}
.banner .swiper-slide img {
	width: 100%;
}

@media only screen and (max-width: 461px) {
	.mob-nav{
		top: 80px;
	}
}
.footer {
	background: #404040;
	padding: 20px 0;
	position: relative;
}
.footer h6 {
	font-size: 13px;
	color: #5c5c5c;
	border-top: 1px solid #4f4f4f;
	padding-top: 20px;
}
.footer h6 span {
	display: block;
	float: right;
}
.footer h6 a {
	color: #5c5c5c;
}


.footer-top{
	clear: both;
	overflow: hidden;
	padding: 16px 0 146px;
	position: relative;
}
.footer-top .text {
	float: left;
}
.footer-top .text dl {
	float: left;
	margin-right: 50px;
	max-width: 180px;
}
.footer-top .img {
	float: right;
}
.footer-top .text dl dt {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	color: #c4c4c4;
}
.footer-top .text dl dd{
	font-size: 14px;
	color: #666;
	line-height: 32px;
	cursor: pointer;
	
}
.footer-top .img .erweima {
	float: left;
}
.footer-top .img .img-text {
	float: left;
	margin-right: 25px;
	text-align: right;
	
}
.footer-top .img .img-text h3{
	margin-top: 10px;
	font-size: 14px;
	color: #9fa6ae;
}
.footer-top .img .img-text p{
	font-size: 24px;
	color: #fff;
}
.footer-top .img .img-text a {
	display: inline-block;
	background: #0b6ade;
	padding: 10px 23px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
}
.footer-top .img .img-text a img {
	margin-right: 6px;
}
.footer h5{
	color: #848383;
	font-size: 13px;
}
.footer h5 a{
	color: #848383;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 13px;
	margin-right: 26px;
}

.footer .address {
	position: absolute;
	top:70px;
	left: 0;
}

.footer .address p {
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 10px;
}
.footer .address p img {
	margin-top: 10px;
	margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
	.footer-top .text dl {
		float: left;
		margin-right: 35px;
		max-width: 160px;
	}
	.footer-top .text dl dt {
		font-size: 14px;
	}
	.footer-top .img .erweima {
		width: 120px;
	}
	.footer-top .img .img-text{
		margin-right: 15px;
	}
	.footer-top .img .img-text h3{
		font-size: 14px;
	}
	.footer-top .img .img-text p{
		font-size: 20px;
	}
	.footer-top .img .img-text a {
		padding: 6px 15px;
	}
}
@media only screen and (max-width: 900px) {
	.footer-top .text dl {
		float: left;
		margin-right: 20px;
		max-width: 140px;
	}
	.footer-top .img .erweima {
		width: 90px;
	}
	.footer-top .img .img-text{
		margin-right: 10px;
	}
	.footer-top .img .img-text h3{
		font-size: 14px;
	}
	.footer-top .img .img-text p{
		font-size: 16px;
	}
	.footer-top .img .img-text a {
		padding: 4px 10px;
	}
}
@media only screen and (max-width: 768px) {
	.footer-top {
		padding: 16px 0 36px;
	}
	.footer .address {
		display: none;
	}
	.footer-top .text {
		display: none;
	}
	.footer-top .img {
		float: none;
		text-align: center;
	}
	.footer-top .img .erweima {
		float: none;
		text-align: center;
		width: 110px;
	}
	.footer-top .img .img-text{
		float: none;
		text-align: center;
		margin-left: 0;
		margin-top: 15px;
	}
	.footer h5 a{
		margin-bottom: 8pxpx;
		margin-right: 15px;
	}
}


.box-top {
	height: 140px;
	display: flex;
	align-items: center;
	clear: both;
	overflow: hidden;
	position: relative;
}
.box-top .text {
	float: left;
}
.box-top .text h3 {
	color: #505050;
	font-size: 24px;
}
.box-top .text p{
	font-size: 13px;
	color: #969696;
}
.box-top .tab-top {
	position: absolute;
	right: 0;
	max-width: 80%;
}
.box-top .tab-top ul{
	clear: both;
	overflow: hidden;
}
.box-top .tab-top ul li {
	float: left;
	color: #969696;
	font-size: 13px;
	line-height: 32px;
	padding: 0 10px;
	margin-left: 5px;
	cursor: pointer;
	margin-top: 10px;
}
.box-top .tab-top ul li.on {
	background: #0b6ade;
	color: #fff;
}
@media only screen and (max-width: 1200px) {
	.box-top {
		height: 90px;
	}
	.box-top .text h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 768px) {
	.box-top .tab-top {
		display: none;
	}
	.box-top .text {
		width: 100%;
		float: none;
		text-align: center;
	}
}
.box1 {
	padding-bottom: 50px;
	background: #fff;
}
.box1 .list .swiper-container {
	display: none;
}
.box1 .list ul li{
	float: left;
	width: 380px;
	margin-right: 15px;
	padding-bottom: 60px;
}
.box1 .list ul li:nth-last-child(1){
	margin-right: 0;
}
.box1 .list ul li img {
	width: 100%;
}
.box1 .list ul li h3 {
	font-size: 16px;
	margin-top: 15px;
	color: #5d5d5d;
	padding-left: 15px;
}
.box1 .list ul li p {
	color: #a3a3a3;
	padding-left: 15px;
	font-size: 12px;
}
.box1 .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	border: 2px solid transparent;
}
.box1 .swiper-pagination-bullet-active{
	border-color: #0b6ade;
	background: none;
}
@media only screen and (max-width: 1200px) {
	.box1 {
		padding-bottom: 25px;
	}
	.box1 .list ul li {
		width: 32%;
		margin-right: 2%;
		padding-bottom: 30px;
	}
	.box1 .list ul li h3 {
		font-size: 14px;
		margin-top: 6px;
		padding-left: 10px;
	}
	.box1 .list ul li p {
		padding-left: 10px;
	}
}


.box2 .box-top h3 {
	color: #0b6ade;
}
.box2 {
	padding: 60px 0 300px;
	background: #f8f8f8;
}
.box2 .main {
	position: relative;
}
.box2 .list-left {
	width: 50%;
	float: left;
	margin-right: 10%;
	background: none;
	box-sizing: border-box;
}
.box2 .list-right {
	float: left;
	width: 40%;
	text-align: center;
}
.box2 .list-right img {
	max-width: 100%;
}
.box2 .list-left h3 {
	font-size: 18px;
	margin-bottom: 40px;
	color: #666666;
}
.box2 .list-left .p {
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	line-height: 24px;
}
.box2 .list-left a {
	display: block;
	margin-top: 50px;
}
.box2 .list-left a img {
	margin: 0;
}
.box2 .number {
	position: absolute;
	bottom: -250px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
	box-shadow: -2px 0px 8px 2px #eee;
}
.box2 .number ul {
	clear: both;
	overflow: hidden;
	padding: 50px 0;
}
.box2 .number ul li {
	width: 25%;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #eaeaea;
	text-align: center;
}
.box2 .number ul li:nth-last-child(1){
	border-right: 1px solid transparent;
	
}
.box2 .number ul li h3 {
	font-size: 48px;
	color: #717171;
	display: inline-block;
	position: relative;
	line-height: 1em;
}
.box2 .number ul li h3 span {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: -12px;
	line-height: 1em;
}
.box2 .number ul li p {
	color: #a5a5a5;
}
@media only screen and (max-width:1200px){
	.box2{
		padding: 30px 0 230px;
	}
	.box2 .list-left h3 {
		font-size: 16px;
	}
	.box2 .list-left p {
		font-size: 12px;
	}
	.box2 .number{
		bottom: -200px;
	}
	.box2 .number ul li h3 {
		font-size: 36px;
	}
} 
@media only screen and (max-width:768px) {
	.box2 .number{
		bottom: -165px;
	}
	.box2{
		padding: 20px 0 180px;
	}
	.box2 .number ul li h3 {
		font-size: 18px;
	}
	.box2 .list-left{
		width: 100%;
		padding-top: 0;
	}
	.box2 .list-right{
		width: 100%;
		margin-top: 30px;
	}
	.box2 .list-left h3{
		margin-bottom: 20px;
	}
	.box2 .list-left a{
		text-align: center;
		margin-top: 25px;
	}
}


/******************box5*************************/
.box5 {
	padding: 100px 0 60px;
	margin-top: -130px;
	background: #fff;
}
.box5 .list {
	display: none;
}
.list-left {
	width: 40%;
	float: left;
	margin-right: 10%;
	background: #f8f8f8;
	padding: 30px;
	box-sizing: border-box;
}

.list-left .text h2 {
	font-size: 20px;
	color: #BBBBBB;
}
.list-left .text h3 {
	font-size: 18px;
	color: #333;
	margin: 20px 0 40px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
}
.list-left .text img {
	max-width: 100%;
	margin-top: 30px;
	display: block;
}
.list-left .text .p {
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
}
.list-left .text a {
	display: inline-block;
	width: 150px;
	line-height: 40px;
	border: 1px solid #d6d6d6;
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 70px;
	background: #0b6ade;
}
.list-right {
	width: 48%;
	float: left;
}

.list-right .text ul li {
	margin-bottom: 40px;
	padding-top: 20px;
	border-top: 1px solid #d6d6d6;
	position: relative;
}

.list-right .text ul li h3 {
	font-size: 14px;
	color: #6f6f6f;
	padding-left: 20px;
	position: relative;
}
.list-right .text ul li h3:after {
	position: absolute;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666666;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.list-right .text ul li:hover h3{
	color: #0b6ade;
}
.list-right .text ul li h3 span {
	float: right;
	font-size: 20px;
	color: #bbbbbb;
}
.list-right .text ul li p {
	padding: 0 120px 0 20px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    margin-top: 40px;
    color: #afafaf;
    font-size: 12px;
}
.list-right .text ul li img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.list-right .text ul li:hover img {
	transform: rotateY(180deg);
	transition: all 1s;
}
@media only screen and (max-width:1200px) {
	.box5 {
		padding: 100px 0 60px;
		margin-top: -130px;
	}
	.list-left {
		padding: 15px;
	}
	.list-left .text h3 {
		font-size: 16px;
	}
}

@media only screen and (max-width:768px) {
	.about {
		padding: 25px 0;
	}
	.list-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.list-right {
		width: 100%;
		margin: 0;
	}
	.list-left .text h3 {
		margin: 20px 0;
	}
	.list-left .text a {
		width: 120px;
		line-height: 34px;
		margin-top: 20px;
	}
	.list-right .text ul li {
		margin-bottom: 20px;
		padding-top: 10px;
	}
	.list-right .text ul li p {
		margin-top: 20px;
	}
}



.box7{
	padding-bottom: 50px;
}
.box7 .list .swiper-container {
	display: none;
}
.box7 .list ul li{
	float: left;
	width: 380px;
	margin-right: 15px;
	padding-bottom: 60px;
	text-align: center;
}
.box7 .list ul li:nth-last-child(1){
	margin-right: 0;
}
.box7 .list ul li img {
	max-width: 100%;
}
.box7 .list ul li h3 {
	font-size: 16px;
	margin: 20px 0 5px;
	color: #5d5d5d;
	padding-left: 15px;
}
.box7 .list ul li i {
	display: inline-block;
	height: 1px;
	width: 30px;
	background: #0b6ade;
}
.box7 .list ul li p {
	color: #a3a3a3;
	padding: 0 50px;
	font-size: 12px;
	
}
.box7 .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	border: 2px solid transparent;
}
.box7 .swiper-pagination-bullet-active{
	border-color: #0b6ade;
	background: none;
}
@media only screen and (max-width: 1200px) {
	.box7 {
		padding-bottom: 25px;
	}
	.box7 .list ul li {
		width: 32%;
		margin-right: 2%;
		padding-bottom: 30px;
	}
	.box7 .list ul li h3 {
		font-size: 14px;
		margin-top: 6px;
		padding-left: 10px;
	}
	.box7 .list ul li p {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 414px) {
	.box7 .list ul li p {
		display: none;
	}
}
.box8 {
	margin-bottom: 50px;
}
.box8 ul li {
	float: left;
	width: 282px;
	margin-right: 14px;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box8 ul li:nth-child(4n+4){
	margin-right: 0;
}
.box8 ul li img {
	max-width: 100%;
	max-height: 100%;
}

@media only screen and (max-width: 1200px) {
	.box8 ul li {
		width: 25%;
		float: left;
		margin: 0 !important;
	}
}
@media only screen and (max-width: 768px) {
	.box8 ul li {
		width:33%;
		float: left;
		margin: 0 0 20px 0 !important;
	}
}

.header .main {
	float: left;
	position: relative;
}
.header .menu dl {
	z-index: 999999999999999999;
	position: absolute;
	top: 96px;
	left: 0;
	width: 250px;
	/* display: none; */
}
.header .menu dl dt {
	line-height: 54px;
	font-size: 16px;
	background: rgba(255,255,255,.4);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .menu dl dt i {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin-left: 15px;
	background-image: url(../img/menu2.png);
	background-size: 100%;
}
.header .menu dl dd {
	background: #fff;
	border: none;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.header .menu dl dd:after{
	opacity: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #999 #999;
    transform: rotate(225deg);
}
.header .menu dl dd:hover:after{
	opacity: 1;
    transition: all .3s;
    animation: myfirst .8s linear infinite;
}
@keyframes myfirst
{
    from {right: 20px;}
    to {right: 5px;}
}
.header .menu dl dd h3 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.header .menu dl dd p {
	font-size: 14px;
	color: #ddd;
}
.header .menu dl:hover dd{
	height: 100%;
	transition: all .3s;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}
.header .menu dl.on dd {
	height: 100%;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}

.header .menu dl:hover dt {
	background: #0b6ade;
	transition: all .3s;
	cursor: pointer;
	color: #fff;
}
.header .menu dl.on dt {
	background: #0b6ade;
	cursor: pointer;
	color: #fff;
}
.header .menu dl:hover dt i {
	background-image: url(../img/menu.png);
	transition: all .3s;
}
.header .menu dl.on dt i {
	background-image: url(../img/menu.png);
}
.header .menu_list {
	width: 940px;
	position: absolute;
	top:96px;
	left: 250px;
	height: 0;
	overflow: hidden;
	z-index: 999999999;
}
.header .menu_list ul li{
	display: none;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
}
.header .menu_list ul li h3 {
	font-size: 20px;
}
.header .menu_list ul li dl{
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px dashed #eee;
}
.header .menu_list ul li dl dt {
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}
.header .menu_list ul li dl dt img{
	margin-left: 15px;
	width: 30px;
	height: 30px;
}
.header .menu_list ul li dl dd {
	border-left: 1px solid #eee;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 5px 5px;
	padding-left: 10px;
	float: left;
}




/*******************************内页--团队页面*****************************************/
.team .con-nav h5 {
	font-size: 14px;
	color: #666;
	line-height: 36px;
	margin: 30px 0 50px;
}
.team .con-nav h5 a {
	font-size: 14px;
	color: #666;
}
.team .con-nav h5 span {
	color: #0b6ade;
}
.team .con-nav h5 select {
	float: right;
	height: 36px;
	line-height: 36px;
	border-radius: 30px;
	border: none;
	outline: none;
	padding: 0 30px;
	color: #FFFFFF;
	font-size: 14px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(../img/down.png) no-repeat scroll right 14px center #0b6ade;
}

@media only screen and (max-width: 1200px) {
	.team .con-nav h5 select {
		height: 32px;
		line-height: 32px;
		background: url(../img/down.png) no-repeat scroll right 7px center #0b6ade;
		padding: 0 20px;
	}
}

.team .list ul li{
	width: 50%;
	float: left;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.team .list ul li .img {
	margin-right: 30px;
	display: flex;
	width: 222px;
	height: 222px;
	justify-content: center;
	align-items: center;
}
.team .list ul li .img img {
	max-width: 100%;
}
.team .list ul li .text h3 {
	font-size: 18px;
	
}
.team .list ul li .text p {
	font-size: 12px;
	color: #9e9e9e;
	margin-top: 10px;
	max-width: 270px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
}
.team .list ul li .text p:nth-child(3){
	margin-top: 20px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
}
.team .list ul li .text a {
	display: inline-block;
	font-size: 16px;
	color: #9e9e9e;
	line-height: 32px;
	padding: 0 20px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	margin-top: 30px;
}
.team .page ul {
	margin: 50px 0;
	text-align: center;
}
.team .page ul li {
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	background: #f4f4f4;

}
.team .page ul li a {
	display: block;
	color: #a6a6a6;
	font-size: 14px;
	line-height: 38px;
	padding:0 14px;
}
.team .page ul li.on a,.team .page ul li:hover a{
	transition: all .3s;
	background: #0b6ade;
	color: #fff;
}
@media only screen and (max-width: 1200px) {
	.team .page ul{
		margin: 30px 0;
	}
	.team .list ul li .text h3 {
		font-size: 16px;
	}
	.team .list ul li .text p {
		margin-top: 8px;
	}
	.team .list ul li .text p:nth-child(3){
		margin-top: 10px;
	}
	.team .list ul li .text a {
		font-size: 14px;
		line-height: 28px;
		padding: 0 15px;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.team .list ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.team .list ul li .img{
		height: auto;
	}
	.team .list ul li .text p {
		max-width: 100%;
	}
	.team .page ul li a {
		line-height: 32px;
		padding: 0 12px;
		height: 32px;
	}
}



/***************************新闻*********************************/
.news-left {
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}
.news-left .hot {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 4px solid #fbfbfb;
	position: relative;
}
.news-left .hot .img {
	position: relative;
	margin-right: 25px;
}
.news-left .hot .img span {
	display: inline-block;
	background: #0b6ade;
	color: #fff;
	padding: 15px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.news-left .hot .img span p {
	color: #94f1f2;
}
.news-left .hot .img span p:nth-last-child(1){
	color: #fff;
	font-size: 30px;
	line-height: 1em;
}
.news-left .hot .text h3{
	color: #464646;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
}
.news-left .hot .text p {
	font-size: 14px;
	color: #969494;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    line-height: 30px;
}
.news-left .hot .text p span {
	display: inline-block;
	margin-right: 100px;
	box-sizing: border-box;	
	color: #c9c8c8;
}
.news-left .hot .text p span img {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}
.news-left .hot .text a {
	display: inline-block;
	line-height: 30px;
	padding: 0 30px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #a5a5a5;
	margin-top: 10px;
}

.news-left .hot i {
	display: block;
	width: 0%;
	height: 4px;
	background: #0b6ade;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-left .hot:hover i{
	transition: all .5s;
	width: 100%;
}
.news-left .hot:hover h3 {
	transition: all .5s;
	color: #0b6ade;
}

.news-left .news-list ul li {
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
	margin-top: 40px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.news-left .news-list ul li img {
	float: left;
	margin-right: 25px;
}
.news-left .news-list ul li h3 {
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
}
.news-left .news-list ul li p {
	font-size: 14px;
	color: #717171;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
}
.news-left .news-list h5 span {
	display: inline-block;
	margin-left: 100px;
	box-sizing: border-box;
	line-height: 30px;
	float: right;
	color: #c9c8c8;
}
.news-left .news-list h5 span img {
	float: left;
	margin-top: 9px;
	margin-right: 5px;
}
.news-left .news-list ul li  i {
	display: block;
	width: 0%;
	height: 1px;
	background: #0b6ade;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-left .news-list ul li:hover i{
	transition: all .5s;
	width: 100%;
}
.news-left .news-list ul li:hover h3 {
	transition: all .5s;
	color: #0b6ade;
}

.news-right {
	width: 400px;
	box-sizing: border-box;
	float: left;
	padding: 0 0 0 80px;
}
.news-right h3{
	border-bottom: 1px dashed #ccc;
}
.news-right h3 a {
	font-size: 16px;
	display: inline-block;
	line-height: 40px;
	border-bottom: 4px solid #0b6ade;
}
.news-right .r-top ul {
	margin: 30px 0;
}
.news-right .r-top ul li {
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
.news-right .r-top ul li span {
	display: block;
	float: left;
	background: #cbcbcb;
	position: relative;
	border-radius: 2px;
	width: 16px;
	text-align: center;
	padding: 2px 0;
	line-height: 1em;
	color: #fff;
	margin-right: 10px;
	margin-top: 3px;
}
.news-right .r-top ul li span:after{
	position: absolute;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	background: #cbcbcb;
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px;
	right: -2px;
}
.news-right .r-top ul li p {
	color: #969494;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
}
.news-right .r-top ul li:nth-child(1) span,.news-right .r-top ul li:nth-child(2) span,.news-right .r-top ul li:nth-child(3) span{
	background: #ef565a;
}
.news-right .r-top ul li:nth-child(1) span:after,.news-right .r-top ul li:nth-child(2) span:after,.news-right .r-top ul li:nth-child(3) span:after{
	background: #ef565a;
}
.news-right .r-down ul{
	padding-right: 30px;
}
.news-right .r-down ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.news-right .r-down ul li img {
	margin-right: 15px;
}
.news-right .r-down ul li p{
	font-size: 14px;
	color: #949494;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
}
.news-right .r-down  ul li  i {
	display: block;
	width: 0%;
	height: 1px;
	background: #0b6ade;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-right .r-down  ul li:hover i{
	transition: all .5s;
	width: 100%;
}
.news-right .r-down  ul li:hover p {
	transition: all .5s;
	color: #0b6ade;
}

@media only screen and (max-width: 1200px) {
	.news-left{
		width: 100%;
	}
	
	.news-right{
		width: 40%;
		padding: 0 0 0 30px;
	}
	.news-left .hot .text p{
		line-height: 24px;
		-webkit-line-clamp: 2;
	}
	.news-left .hot .text p span{
		margin-right: 15px;
	}
	.news-right .r-down ul{
		padding-right: 10px;
	}
}
@media only screen and (max-width: 768px){
	.news-left .hot{
		padding-bottom: 20px;
	}
	.news-left .news-list ul li{
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.news-left{
		width: 100%;
	}
	.news-right {
		display: none;
	}
	.news-left .hot .img img {
		max-width: 3rem;
	}
	.news-left .hot .text a{
		padding: 0 10px;
	}
	.news-left .hot .text p span{
		margin-right: 0;
	}
	.news-left .news-list h5 {
		margin-top: 10px;
	}
	.news-left .news-list h5 span{
		margin-left: 15px;
	}
}

.news-left .details h4 {
	font-size: 24px;
	color: #7a7a7a;
}
.news-left .details .time {
	margin: 30px 0;
	font-size: 14px;
	color: #838383;
	padding-bottom: 20px;
	border-bottom: 1px solid #eae9e9;
}
.news-left .details .time span{
	display: inline-block;
	margin-right: 30px;
}
.news-left .details .p {
	line-height: 32px;
}
.news-left .details .p img {
	max-width: 100%;
}
.news-left .details h5 {
	text-align: right;
	margin: 50px 0;
}
.news-left .details .next {
	padding-top: 45px;
	border-top: 1px solid #EAE9E9;
}
.news-left .details .next ul li a {
	line-height: 32px;
	font-size: 14px;
	color: #b1b1b1;
}

@media only screen  and (max-width: 1200px) {
	.news-left .details h4{
		font-size: 18px;
	}
	.news-left .details .time{
		margin: 20px 0;
	}
	.news-left .details h5 {
		margin: 25px 0;
	}
	.news-left .details .next{
		padding-top: 25px;
	}
}



/***************************************经典项目***************************************/
.project .top {
	clear: both;
	overflow: hidden;
}
.project .top img {
	max-width: 100%;
}
.project .top h3{
	font-size: 26px;
	color: #484848;
}
.project .top p {
	line-height: 1em;
	font-size: 14px;
	color: #c0c0c0;
	margin-bottom: 30px;
}
.project .top p:nth-child(4){
	color: #767676;
}
.project .top button {
	width: 150px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	border: none;
	background: #5d5d5d;
	outline: none;
}
.project .text {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}
.project .text h3 {
	font-size: 20px;
	color: #494949;
}
.project .text p {
	font-size: 14px;
	color: #767676;
	margin-top: 25px;
}
.project .text dl dt {
	font-size: 20px;
	color: #494949;
	margin-bottom: 25px;
}
.project .text dl dd {
	font-size: 14px;
	color: #767676;
}
.project .text img {
	max-width: 100%;
	margin-top: 20px;
}
.project .text dl dd span{
	display: block;
	font-weight: bold;
}
.project .text dl dd span:nth-last-child(1){
	color: #767676;
	font-weight: 500;
	margin-bottom: 30px;
}

.project .text ul {
	margin-bottom:60px;
}
.project .text ul li {
	float: left;
	width: 376px;
	text-align: center;
}
.project .text ul li img {
	max-width: 100%;
}
.project .text ul li h4 {
	font-size: 14px;
	color: #282828;
	padding:0 44px;
	box-sizing: border-box;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
}
.project .text ul li i {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #ccc;
	
}
.project .text ul li p {
	margin-top: 15px;
	padding:0 44px;
	box-sizing: border-box;
	font-size: 14px;
	color: #989898;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
}
.project .text ul li:nth-child(2){
	margin: 0 36px;
}

@media only screen and (max-width: 1200px) {
	.project .text ul li {
		width: 31%;
		margin: 0 1% !important;
	}
	.project .text ul li h4 {
		padding:0 22px;
		margin-top: 10px;
	}
	.project .text ul li p {
		margin-top: 10px;
		padding:0 22px;
	}
}

@media only screen and (max-width: 768px) {
	.project .text ul li h4 {
		padding:0 3px;
		margin-top: 5px;
	}
	.project .text ul li p {
		margin-top: 5px;
		padding:0 3px;
	}
	.project .text{
		margin-top: 15px;
		padding-top: 15px;
	}
}


/********************团队详情******************************/

.team .team-details {
	text-align: center;
}
.team .team-details img {
	max-width: 100%;
}
.team .team-details h4 {
	font-size: 18px;
	margin-top: 10px;
}
.team .team-details p {
	color: #9e9e9e;
	font-size: 14px;
}
.team .team-details h5 {
	background: #f1f1f1;
	line-height: 64px;
	color: #878787;
	margin: 10px 0;
	font-size: 14px;
}
.team .team-details .p {
	padding: 20px 190px;
	box-sizing: border-box;
	line-height: 32px;
}
@media only screen and (max-width: 1200px) {
	.team .team-details h5{
		line-height: 44px;
	}
	.team .team-details .p{
		padding: 20px 90px;
	}
}
.team .team-details .btn ul{
	margin-bottom: 50px;
}
.team .team-details .btn ul li{
	float: left;
	background: #f5f5f5;
	color: #666666;
	width: 380px;
	height: 120px;
	padding: 40px 10px;
	box-sizing: border-box;
	position: relative;
}
.team .team-details .btn ul li a {
	display: flex;
	align-items: center;
}
.team .team-details .btn ul li b {
	font-size: 16px;
	margin: 0 10px;
	color: #9d9d9d;
}
.team .team-details .btn ul li i {
	display: block;
	width: 1px;
	height: 8px;
	background: #ccc;
}
.team .team-details .btn ul li span {
	text-align: left;
	margin: 0 15px;
}
.team .team-details .btn ul li span p:nth-child(1) {
	font-size: 16px;
}
.team .team-details .btn ul li:nth-last-child(1){
	float: right;
	text-align: right;
}
.team .team-details .btn ul li:nth-last-child(1) a {
	position: absolute;
	right: 0;
}
.team .team-details .btn ul li:nth-last-child(1) span{
	text-align: right;
}

.team .team-details .btn ul li:hover {
	background: #0b6ade;
	transition: all .3s;
	color: #fff;
}
.team .team-details .btn ul li:hover i {
	background: #fff;
}
.team .team-details .btn ul li:hover b,.team .team-details .btn ul li:hover p{
	transition: all .3s;
	color: #fff;
}

@media only screen and (max-width:1200px) {
	.team .team-details .btn ul li{
		width: 240px;
		height: 100px;
		padding: 30px 10px;
	}
}
@media only screen and (max-width:768px){
	.team .team-details .btn ul li{
		width: 48%;
		height: 100px;
		padding: 30px 0;
	}
	.team .team-details .p{
		padding: 20px 15px;
	}
}
@media only screen and (max-width:550px){
	.team .team-details .btn ul li{
		width: 100%;
		height: 100px;
		padding: 30px 0;
		margin-bottom: 15px;
	}
}


/***********************项目******************/
.project-list ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 55px;
}
.project-list ul li:nth-child(3n){
	margin-right: 0;
}
.project-list ul li .img{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 60%;
	background-size: 100% 100%;
}
.project-list ul li h4 {
	font-size: 16px;
	max-width: 65%;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.project-list ul li p{
	font-size: 14px;
	max-width: 65%;
	color: #a7a7a7;
	overflow: hidden;
	display: -webkit-box;  
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;
}
.project-list ul li a.href {
	float: right;
	background: #d5d5d5;
	color: #909090;
	border-radius: 10px;
	width: 30%;
	text-align: center;
	line-height: 32px;
	margin-top: -32px;
}

@media only screen and (max-width: 768px) {
	.project-list ul li{
		width: 49%;
		margin-right: 2%;
	}
	.project-list ul li:nth-child(3n){
		margin-right: 2%;
	}
	.project-list ul li:nth-child(even){
		margin-right: 0;
	}
	.project-list ul li a.href {
		float: none;
		padding: 5px 10px;
	}
	.project-list ul li p,.project-list ul li h4{
		max-width: 100%;
	}
}


/********************************美丽蜕变************************************/
.tab-list {
	float: right;
}
.tab-list ul li {
	float: left;
	line-height: 34px;
	padding: 0 20px;
	border: 1px solid #ccc;
	text-align: center;
	margin-left: 25px;
	color: #666;
	border-radius: 20px;
}
.tab-list ul li.on{
	background: #0b6ade;
	border: 1px solid #0b6ade;
	color: #fff;
}
.tab-pro ul {
	display: none;
}
@media only screen and (max-width: 768px) {
	.tab-list{
		float: none;
		margin: 15px 0;
	}
	.tab-list ul li{
		width: 25%;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
}

.contact dl{
	margin-bottom: 40px;
}
.contact dl dt{
	font-size: 16px;
	color: #7b7b7b;
	margin-bottom: 35px;
	font-weight: bold;
}
.contact dl dd{
	font-size: 16px;
	color: #7b7b7b;
	line-height: 30px;
}

#map {
	margin-bottom: 50px;
	height: 458px;
}

@media only screen and (max-width:1200px) {
	#map {
		margin-bottom:35px;
		height: 400px;
	}
}
@media only screen and (max-width:768px) {
	#map {
		margin-bottom:20px;
		height: 300px;
	}
}


.li_project {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	min-height: 234px;
	background: rgba(0,0,0,.3);
	z-index: 99999999999999999999;
}
.li_project p {
	text-align: center;
	line-height: 46px;
}
.li_project p a{
	line-height: 46px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.li_project p a img {
	margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
	.li_project{
		top: 46px;
	}
	.li_project p a img {
		margin-right: 4px;
	}
}


/********************************************/
.honor {
	margin-bottom: 50px;
}
.honor ul li{
	width: 18%;
	margin: 0 1% 25px;
	float: left;
}
.honor ul li img {
	width: 100%;
}
.model3 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999999;
	background: rgba(0,0,0,.5);
	padding-top: 200px;
}
.model3 .swiper-slide {
	text-align: center;
}
.model3 .swiper-slide .img {
	width: auto;
	display: inline-block;
	position: relative;
}
.model3 .swiper-slide img{
	border: 8px solid #DDD;
	max-width: 100%;
	box-sizing: border-box;
}
.model3 .swiper-slide .img span{
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	cursor: pointer;
}
.model3 .swiper-slide .img span img {
	border: none;
}
.model3 .swiper-slide .swiper-button-next{
	background-image: url(../img/btn_08.png);
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
	margin-top: -12px;
	right: 0;
	outline: none;
}
.model3 .swiper-slide .swiper-button-prev{
	background-image: url(../img/btn_06.png);
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-size: 100% 100%;
	left: 0;
	outline: none;
}

@media only screen and (max-width: 768px) {
	.sma-pic h3{
		font-size: 16px;
		line-height: 48px;
	}
	.sma-pic .pic-list ul li{
		height: 116px;
		width: 31%;
		margin: 0 1% 15px!important;
		box-sizing: border-box;
	}
	.model3 {
		padding-top: 100px;
	}
}
@media only screen and (max-width: 414px){
	.sma-pic .pic-list ul li{
		height: 116px;
		width: 48%;
	}
}

.form {
	max-width: 720px;
	margin: 0 auto
}
.form label {
	width: 100%;
}
.form label input {
	width: 100%;
	outline: none;
	background: transparent;
	border: 1px solid #eee;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 2px 8px;
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}
.form label textarea{
	width: 100%;
	outline: none;
	background: transparent;
	border: 1px solid #eee;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 2px 8px;
	font-size: 14px;
	line-height: 28px;
	min-height: 140px;
	margin-top: 15px;
}
.form label button {
	cursor: pointer;
	margin: 30px 0;
	line-height: 32px;
	width: 44%;
	outline: none;
	background: #0b6ade;
	border: 1px solid #eee;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 2px 8px;
	font-size: 14px;
	color: #fff;
}
.form label button.sub2 {
	margin-left: 10%;
	background: #ddd;
	
}