@charset "utf-8";

@import url("border.css");

@import url("reset.css");

@import url("iconfont.css");

.header {
	width: 100%;
	height: 80;
	z-index: 999;
	background-color: #fff;
	position: fixed;
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.header .logo {
	height: 60px;
	margin-top: 10px;
	display: flex;
}

.header .logo .img {
	height: 100%;
}

.header .logo_name {
	line-height: 60px;
	color: #000;
	font-size: 34px;
	font-weight: 600;
	padding-left: 10px;
}

.header .nav {
	display: flex;
	align-items: center;
}

.header .nav .nav_demo {
	font-size: 16px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	height: 80px;
	cursor: pointer;
	color: #000;
	box-sizing: border-box;
	border-bottom: #fff 4px solid;
}

.header .nav .nav_demo:hover {
	color: #0080e9;
	border-bottom: #0080e9 4px solid;
}

.header .phone {
	background: #0080e9;
	color: #fff;
	height: 40px;
	margin-left: 15px;
	padding: 0 20px;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.header .phone .iconfont {
	padding-right: 10px;
}

.part {
	width: 1200px;
	margin: auto;
}

.content {
	width: 100%;
	padding-top: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.content .parttwo {
	width: 1420px;
	margin: auto;
}

.content .banner {
	background: #666;
	height: 532px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.content .banner .img {
	height: 100%;
}

.content .title {
	width: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	margin-top: 30px;
}

.content .sub_title {
	color: #999;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.content .more {
	margin-top: 50px;
}

.content .more .more_word {
	border: solid 1px #c9c9c9;
	height: 60px;
	width: 40%;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	color: #333;
}

.content .more .more_word:hover {
	background-color: #0080e9;
	border: solid 1px #0080e9;
	color: #fff;
}

.content .sevice {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.content .sevice .demo_box {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.content .sevice .demo_box .demo {
	width: 25%;
	text-align: center;
}

.content .sevice .demo_box .demo .pic {
	width: 100%;
}

.content .sevice .demo_box .demo .pic .img {
	max-width: 100%;
}

.content .sevice .demo_box .demo .name {
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	margin-top: 5px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .sevice .demo_box .demo .text {
	font-size: 16px;
	line-height: 30px;
}

.content .index_list {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}

.content .index_list .demo_box i {
	width: 32%;
}

.content .index_list .demo_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .index_list .demo_box .demo {
	width: 32%;
	margin-top: 20px;
}

.content .index_list .demo_box .demo .pic {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.content .index_list .demo_box .demo .pic .img {
	width: 100%;
	margin-top: 75%;
}

.content .index_list .demo_box .demo .name {
	width: 100%;
	border: solid 1px #ddd;
	box-sizing: border-box;
	height: 60px;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .index_list .demo_box .demo:hover {
	box-shadow: 0px 5px 10px #c9c9c9;
}

.content .index_list .demo_box .demo:hover .pic .img {
	width: 126%;
	transition-property: opacity, width;
	transition-duration: 0.3s;
}

.content .partner {
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.content .partner .demo_box i {
	width: 16%;
}

.content .partner .demo_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .partner .demo_box .demo {
	width: 16%;
	height: 0;
	padding-bottom: 10%;
	overflow: hidden;
	border: solid 1px #c9c9c9;
	margin-top: 20px;
}

.content .partner .demo_box .demo .img {
	width: 100%;
}

.content .news {
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.content .news .demo_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .news .demo_box .demo {
	width: 49%;
	background-color: #f3f3f3;
	padding: 40px 30px;
	box-sizing: border-box;
	display: flex;
	margin-top: 20px;
}

.content .news .demo_box .demo .num {
	width: 50px;
	color: #0080e9;
	line-height: 40px;
	margin-right: 20px;
	font-weight: 600;
}

.content .news .demo_box .demo .news_th {
	display: flex;
	flex-direction: column;
}

.content .news .demo_box .demo .news_th .name {
	color: #000;
	font-size: 22px;
	line-height: 40px;
	height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .news .demo_box .demo .news_th .time {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.content .news .demo_box .demo .news_th .des {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.content .news .demo_box .demo:hover {
	background-color: #fff;
	box-shadow: 0px 5px 10px #c9c9c9;
}

.content .about {
	display: flex;
	width: 100%;
	background-color: #f3f3f3;
	padding: 0 10%;
	margin-top: 60px;
	box-sizing: border-box;
}

.content .about .text {
	width: 40%;
	display: flex;
	flex-direction: column;
	padding-top: 60px;
	padding-right: 30px;
	box-sizing: border-box;
}

.content .about .text .name {
	font-size: 22px;
	line-height: 60px;
}

.content .about .text .desc {
	line-height: 30px;
	font-size: 14px;
	height: 150px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.content .about .text .about_more {
	background-color: #0080e9;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
	width: 100px;
}

.content .about .pic {
	width: 60%;
	background-color: #fff;
	padding: 60px;
	overflow: hidden;
}

.content .about .pic .img {
	width: 100%;
}

.content .contact {
	width: 100%;
	background: url("../Images/bg.png");
	height: 0;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 28%;
	box-sizing: border-box;
	margin-top: 40px;
	display: flex;
}

.content .contact .text {
	width: 50%;
	margin-top: 70px;
	color: #fff;
}

.content .contact .text .name {
	font-size: 22px;
	line-height: 60px;
	margin-top: 20px;
}

.content .contact .text .desc {
	font-size: 16px;
	line-height: 30px;
}

.content .contact .map {
	background-color: #000;
	width: 50%;
	height: 260px;
	margin-top: 70px;
	overflow: hidden;
}

.content .consult {
	width: 100%;
	margin-top: 30px;
	background: url("../Images/bg_zx.png");
	height: 100px;
	padding: 0 20%;
	box-sizing: border-box;
}

.content .consult .name {
	font-size: 18px;
	padding-top: 10px;
	width: 100%;
	line-height: 30px;
}

.content .consult .con {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.content .consult .con .input {
	padding: 0 20px;
	display: block;
	box-sizing: border-box;
	line-height: 40px;
	height: 40px;
	width: 33%;
	font-size: 14px;
}

.content .consult .con .button {
	background-color: #0080e9;
	color: #fff;
	width: 30%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.content .product_list {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}

.content .product_list .demo_box i {
	width: 24%;
}

.content .product_list .demo_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.content .product_list .demo_box .demo {
	width: 32%;
	margin-top: 20px;
}

.content .product_list .demo_box .demo .pic {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.content .product_list .demo_box .demo .pic .img {
	width: 100%;
	margin-top: 75%;
}

.content .product_list .demo_box .demo .name {
	width: 100%;
	border: solid 1px #ddd;
	box-sizing: border-box;
	height: 60px;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .product_list .demo_box .demo:hover {
	box-shadow: 0px 5px 10px #c9c9c9;
}

.content .product_list .demo_box .demo:hover .name {
	background-color: #0080e9;
	color: #fff;
	border: 1px solid #0080e9;
}

.content .list_title {
	width: 100%;
	color: #000;
	font-size: 24px;
	font-weight: 600;
}

.content .about_th {
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

.content .about_th .text {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding-top: 60px;
	padding-right: 30px;
	box-sizing: border-box;
}

.content .about_th .text .name {
	font-size: 22px;
	line-height: 60px;
}

.content .about_th .text .desc {
	line-height: 30px;
	font-size: 14px;
}

.content .about_th .pic {
	width: 50%;
	background-color: #fff;
	padding: 60px;
	overflow: hidden;
}

.content .about_th .pic .img {
	height: 100%;
}

.content .list_contact {
	width: 100%;
	background: #f8f8f8;
	box-sizing: border-box;
	margin-top: 40px;
	display: flex;
}

.content .list_contact .text {
	width: 50%;
	margin-top: 30px;
	color: #000;
	padding-left: 30px;
}

.content .list_contact .text .desc {
	font-size: 16px;
	line-height: 30px;
}

.content .list_contact .map {
	background-color: #000;
	width: 50%;
	height: 300px;
	overflow: hidden;
}

.content .news_list {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}

.content .news_list .demo_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.content .news_list .demo_box .demo {
	border-bottom: solid 1px #999;
	padding: 20px 0;
	display: flex;
}

.content .news_list .demo_box .demo .pic {
	width: 20%;
	height: 163px;
	overflow: hidden;
}

.content .news_list .demo_box .demo .pic .img {
	width: 100%;
}

.content .news_list .demo_box .demo .text {
	width: 80%;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.content .news_list .demo_box .demo .text .name {
	color: #000;
	font-size: 22px;
	line-height: 40px;
	height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .news_list .demo_box .demo .text .time {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.content .news_list .demo_box .demo .text .desc {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.content .neck {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	display: flex;
}

.content .neck a {
	padding: 0 5px;
	color: #333;
}

.content .neck a:hover {
	color: #0080e9;
}

.content .news_detail {
	width: 800px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content .news_detail .name {
	color: #000;
	font-size: 22px;
	line-height: 40px;
	height: 40px;
}

.content .news_detail .time {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.content .news_detail .desc {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	margin-top: 10px;
}

.content .product_detail {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.content .product_detail .infor {
	width: 100%;
	display: flex;
}

.content .product_detail .infor .pic {
	width: 35%;
	overflow: hidden;
}

.content .product_detail .infor .pic .img {
	width: 100%;
}

.content .product_detail .infor .text {
	width: 65%;
	display: flex;
	flex-direction: column;
	padding-left: 30px;
	box-sizing: border-box;
}

.content .product_detail .infor .text .name {
	width: 100%;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
}

.content .product_detail .infor .text .price {
	background: #f8f8f8;
	color: #f00;
	font-size: 20px;
	line-height: 60px;
	padding-left: 20px;
	margin-top: 20px;
	width: 100%;
	box-sizing: border-box;
}

.content .product_detail .infor .text .icon {
	display: flex;
	width: 100%;
	margin-top: 20px;
}

.content .product_detail .infor .text .icon .icon_demo {
	background-color: #eef4fd;
	color: #0080e9;
	font-size: 12px;
	line-height: 20px;
	padding: 0 5px;
	margin-right: 10px;
}

.content .product_detail .infor .text .button {
	background-color: #0080e9;
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.content .product_detail .product_th {
	width: 100%;
	margin-top: 50px;
	border: solid 1px #f8f8f8;
}

.content .product_detail .product_th .product_title_box {
	background-color: #f8f8f8;
	width: 100%;
	height: 60px;
}

.content .product_detail .product_th .product_title_box .product_title {
	width: 200px;
	text-align: center;
	color: #0080e9;
	background-color: #fff;
	border-top: solid 3px #0080e9;
	height: 60px;
	box-sizing: border-box;
	line-height: 60px;
	font-size: 20px;
}

.content .product_detail .product_th .product_main_box {
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}

.content .product_detail .product_th .product_main_box .product_main {
	font-size: 20px;
	line-height: 30px;
}

.content .product_detail .product_th .product_main_box .product_main img {
	width: 100%;
}

.bottom {
	width: 100%;
	background-color: #f8f8f8;
	padding-top: 10px;
}

.bottom .icon {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bottom .icon .demo {
	width: 33%;
	display: flex;
}

.bottom .icon .demo .pic {
	width: 40px;
	height: 40px;
	font-size: 50px;
	margin-right: 15px;
	color: #333;
}

.bottom .icon .demo .text {
	display: flex;
	flex-direction: column;
}

.bottom .icon .demo .text .name {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	line-height: 28px;
}

.bottom .icon .demo .text .desc {
	color: #999;
	font-size: 14px;
}

.bottom .bottom_nav {
	display: flex;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}

.bottom .bottom_nav .nav_demo {
	border-left: solid 1px #999;
	text-align: center;
	width: 16%;
	font-size: 16px;
	color: #666;
}

.bottom .bottom_nav .nav_demo:first-child {
	border-left: 0;
}

.bottom .foot {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	padding-bottom: 10px;
}