﻿.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.head-container {}

.head {
	background-color: #215ab1;
}

.head .head-top {
	display: flex;
	justify-content: space-between;
}

.head .head-top .left {
	display: flex;
	flex: 0 0 40%;
	align-items: center;
	padding-right: 60px;
}

.head .head-top .left .text li {
	padding: 2px 0;
}


.head .head-top .right {
	display: flex;
}

.head .head-top .right h2 {
	margin: 0;
	font-size: 24px;
	color: #215ab1;
}

.head .head-top .right .text p {
	color: #666666;
}

.head .head-top .right .icon {
	padding: 5px 5px 0 0;
}

.logoimg {
	max-height: 100%;
}

.head-nav {
	height: 80px;
	display: flex;
	justify-content: space-around;
}

.nav-li {
	height: 100%;
}
.nav-li:last-child{
    display: flex;
    align-items: center;
    color: white;
}
.nav-li:last-child a{
    color: white;
    display: inline-block;
    padding: 0 5px;
}

.navA {
	width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.navA:hover {
	background: #215ab1;
	color: white;
}

.head-bottom {
	border-top: 1px solid black;
	background-color: transparent;
	border-bottom: 3px solid #215ab1;
}

.lightblue {
	background: #215ab1;
	color: white;
}

.swiper1 {
	z-index: -1 !important;
}

.main-banner {
	height: 110px;
	margin-top: -30px;
	background-color: transparent;
}

.main-banner .w1200 {
	display: flex;
	height: 100%;
}

.main-banner .left {
	flex: 0 0 50%;
	display: flex;
	padding-left: 30px;
	flex-direction: column;
	justify-content: center;
	position: relative;
	color: white;
}

.main-banner .left:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1000%;
	right: 0;
	background-color: #1c68d9;
	z-index: -1;
}

.main-banner .left h2 {
	font-size: 18px;
	margin: 0;
}

.main-banner .left h2 span {
	font-size: 14px;
	padding-left: 10px;
}

.main-banner .left p {
	font-size: 14px;
	text-transform: uppercase;
}

.main-banner .right {
	flex: 0 0 50%;
}

.main-banner .right form {
	height: 50%;
}

.main-banner .right input {
	width: 60%;
	height: 100%;
	background-color: #cccccc;
	padding-left: 15px;
	border: none;
}

.main-banner .right ::-webkit-input-placeholder {
	color: white;
}

.main-banner .right button {
	border: none;
	background-color: #ccc;
	height: 100%;
	margin-left: -4px;
	padding: 0 25px;
	margin-bottom: 1px;
}

.main-banner .right form {
	display: flex;
}

.main-banner .right p {
	font-size: 12px;
	height: 50%;
	padding: 20px 0 0 15px;
	font-weight: bold;
}


.product {
	padding: 50px 0;
}

.product-ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-li {
	width: 180px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 2px;
	background: transparent;
	border: 1px solid #bebebe;
	font-size: 14px;
}

.product-li:hover {
	background: #1c68d9;
	color: white;
}

.indexblue {
	border-color: #1c68d9;
	background: #1c68d9;
	color: white;
}

.product-show {
	margin-top: 40px;
	padding: 0 20px;
}

.show-ul {
	display: flex;
	flex-wrap: wrap;
	animation: xy 0.8s;
	justify-content: space-between;

}

@keyframes xy {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.product {
	background: url(../image/goods-bg.jpg) no-repeat center;
	background-size: cover;
}


.product .goods-box .left {
	display: flex;
	align-items: center;
	flex: 0 0 35%;
	padding-right: 130px;
}

.product .goods-box .left a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #929292;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
	color: #215ab1;
	border-radius: 50%;
	font-weight: bold;
}

.product .goods-box .left h2.titlename {
	color: #215ab1;
	font-weight: bold;
	font-size: 30px;
}

.product .goods-box .left h2.titlesubname {
	text-transform: uppercase;
	font-size: 28px;
	color: white;
	padding: 10px 0;
}

.product .goods-box .left p {
	margin-bottom: 20px;
}

.product .goods-box .right {
	flex: 0 0 65%;
}

.show-li {
	flex: 0 0 23.5%;
	margin-bottom: 15px;
}

.showimg {
    padding: 50px;
    background-color: white;
	width: 100%;
	border: 1px solid;
}

.show-li:hover .showimg {
	box-shadow: 0 0 10px #7f7f7f;
}

.showico {
	width: 100%;
	height: 100%;
}

.show-title {
	padding: 10px 0;
	text-align: center;
}

.about {
	padding: 40px 0 80px;
	background: url(../image/about-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.about .about-main {
	display: flex;
}

.about .about-left {
	color: white;
}

.about .about-left .companyname {
	font-size: 24px;
}

.about .about-left .about-content {
	padding-right: 15px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.about .about-left a {
	margin-top: 30px;
	border-radius: 10px;
	padding: 0 20px;
	display: inline-block;
	width: 150px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	font-size: 12px;
}

.about .about-logo {
	padding: 15px;
	position: absolute;
	bottom: 35px;
	left: 48%;
	min-width: 200px;
	min-height: 120px;
	background-color: #1c68d9;
	box-shadow: 0 0 5px #ccc;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.home-quality {
	padding: 40px 0;
	background: url(../image/quality-bg.jpg) no-repeat 0 -250px;
	background-size: cover;
}
.home-quality img{
    max-width: 520px;
}
.home-quality .quality-center {
	text-align: center;
}

.home-quality .quality-center p:first-child {
	font-size: 18px;
}

.home-quality .quality-center p:last-child {
	padding: 0 400px;
}

.home-quality .swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

.home-quality .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.home-quality .swiper-slide-active,
.home-quality .swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 100;
}





.new {
	padding: 40px 0;
	background: url(../image/news-bg.jpg) no-repeat center;
	background-size: cover;
}

.new .title {
	margin-bottom: 50px;
}

.new .title .titlename {
	color: #215ab1;
}

.new .title .titlesubname {
	color: #666666;
}

.new .news-box {
	display: flex;
}

.new .news-box .left {
	flex: 0 0 54.5%;
	padding: 0 5px;
}

.new img {
	width: 100%;
}

.new .news-box .left .new-li:first-child {
	padding: 0;
}

.new .news-box .right {
	flex: 0 0 50%;
	padding: 0 5px;
	position: relative;
}

.new .news-box .new-li {
	display: flex;
	padding: 5px 0;
	margin-bottom: 5px;
	background-color: #eee;
}

.new .news-box .new-li:hover {
	background: url(../image/news-item.jpg) no-repeat center;
	background-size: cover;
}

.new .news-box .new-li:hover a,
.new .news-box .new-li:hover .new-content,
.new .news-box .new-li:hover .news-left {
	color: white !important;
}

.new .new-li:hover .news-left span:before {
	background-color: #fff;
}

.new .news-box .new-li .news-right {
	padding: 10px 40px;
}

.new .news-box .new-li .news-right a {
	font-size: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.new .news-box .new-li .news-right .new-content {
	font-size: 12px;
	color: #959595;
}

.new .news-box .right a {
	position: relative;
}

.new .news-box a:hover {
	color: #215ab1;
}

.new .news-box a:hover:before {
	background-color: #215ab1;
}

.new .news-box .right .news-left:before {
	display: none;
}

.new .news-left {
	color: #959595;
	display: flex;
	padding-top: 5px;
}

.new .news-left span {
	position: relative;
	padding-right: 20px;
}

.new .news-left span:before {
	content: "";
	position: absolute;
	height: 60%;
	right: 7px;
	top: 25%;
	width: 2px;
	background-color: #959595;
}
.goods{
    display: flex;
}
.goods .menu-category{
    flex: 0 0 20%;
}
.goods .menu-category .category-ul .category-li{
    padding: 10px 15px;
    border-left: 5px solid #f9f9f9;
    background-color: #f9f9f9;
}
.goods .menu-category .category-ul .category-li.active{
    border-left: 5px solid #215ab1;
}
.goods .menu-category .category-ul ul{
    margin-bottom: 10px;
}
.goods .menu-category .category-ul ul li{
    padding: 10px 30px;
    background-color: #f9f9f9;
    border-left: 5px solid #f9f9f9;
}
.goods .menu-category .category-ul li:hover{
    border-left: 5px solid #215ab1;
}


.contacthide {
	display: none;
}

.footer {
	width: 100%;
	height: auto;
	background: #3a3c48;
	background: url(../image/footer-bg.jpg) no-repeat center;
	background-size: cover;
}

.foot-container {
	position: relative;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}

.footlist {
	position: relative;
}

.foot-logo {
	display: flex;
	justify-content: flex-start;
}


.footname {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.footcp-li {
	padding-bottom: 10px;
}

.ftlx-li {
	display: flex;
	align-items: center;
	color: #fff;
	padding-bottom: 10px;
	font-size: 16px;
}

.ftlx-li p {
	font-size: 14px;
}

.ftlx-li:hover {
	color: white;
}

.ftlximg {
	margin-right: 10px;
}

.footcpA {
	font-size: 14px;
	padding-bottom: 10px;
	color: #fff;
}

.footcpA:hover {
	color: white;
}

.footwx {
	align-items: center;
	padding-right: 150px;
}

.foot-logo a,
.foot-logo {
	color: white;
}

.foot-logo h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

.foot-logo a {
	font-size: 12px;
}

.foot-logo ul {
	width: 150px;
	padding-right: 20px;
}

.foot-logo ul:last-child {
	padding: 0;
}


.footwx img {
	max-width: 140px;
	background-color: white;
	padding: 5px;
}

.footwx p {
	color: white;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}

.footer-top {
	border-bottom: 1px solid #fff;
	padding: 30px 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-top ul {
	display: flex;
	justify-content: center;
}

.foot-logo ul li {
	padding-bottom: 5px;
}

.footer-top ul li a {
	color: white;
	font-size: 16px;
}

.footer-top ul li {
	padding: 0 15px;
}

.footer-top ul li span {
	color: white;
	display: inline-block;
	padding-left: 30px;
}

.footer-top ul li:last-child span {
	display: none;
}

.wxtb {
	width: 120px;
}

.copys {
	padding: 10px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	position: relative;
}

.copys::after {
	width: 100%;
	height: 1px;
	background: #4e505b;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.home-app {
	padding: 40px 0;
	background: url(../image/app-bg.jpg) no-repeat 0 center;
	background-size: cover;
}

.home-app .app-content {
	display: flex;
	flex-wrap: wrap;
}

.home-app .app-content .box {
	flex: 0 0 19%;
	border: 1px solid;
	margin: 5px;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home-app .app-content .box .img {
	min-height: 70px;
}

.title {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.title .titlename {
	font-size: 48px;
	color: #1c68d9;
	font-weight: bold;
	position: relative;
}

.title .titlename:before {
	width: 100px;
	height: 2px;
	content: "";
	bottom: -35px;
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
	background-color: #000;
}

.title .titlesubname {
	width: 100%;
	position: absolute;
	opacity: 0.1;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #1c68d9;
	font-size: 56px;
	font-weight: bold;
}

.title .titledefname {
	font-size: 14px;
}

.title.titlewhite {
	color: white;
}

.title.titlewhite .titlename {
	color: white;
}

.title.titlewhite .titlesubname {
	color: white;
}

.title.titlewhite .titlename:before {
	background-color: #fff;
}
.about-text{
    padding-top: 30px;
}
.about-text img{
    float: left;
    width: 445px;
    padding-right: 25px;
}
.gypages-text .about-title {
	position: relative;
}

.gypages-text .about-title:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	top: -2px;
	left: 0;
	background-color: #1c68d9;
}

.gypages-text .about-title h2 {
	text-transform: uppercase;
	font-size: 80px;
	position: absolute;
	bottom: -10px;
	margin: 0;
	color: #f8f8f8;
	z-index: -1;
}

.gypages-text .about-title p {
	font-size: 28px;
}

.gypages-text .gypages-detail p {
	font-size: 16px;
	line-height: 33px;
}


.home-app .app-box {
	display: flex;
	justify-content: space-between;
}

.home-app .app-box .box {
	flex: 0 0 24%;
	position: relative;
}

.home-app .app-box .box:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #fff;
	bottom: 25px;
	left: 20px;
}

.home-app .app-box .box p {
	position: absolute;
	bottom: 30px;
	font-size: 18px;
	padding-left: 20px;
	font-weight: bold;
	color: #fff;
}

.home-app .app-box .box:first-child:before {
	background-color: #215ab1;
}

.home-app .app-box .box:first-child p {
	color: #215ab1;
}

.home-app .app-box img {
	width: 100%;
}

.nav-menu {
	position: relative;
	padding-top: 20px;
}

.cetagory-banner {
	background-color: rgba(0 0, 0, 0.4);
	width: 100%;
	top: -40px;
	position: absolute;
	padding: 10px 0;
}

.cetagory-banner ul {
	display: flex;
}

.cetagory-banner ul li img {
	width: 15px;
}

.cetagory-banner ul li {
	padding: 0 3px;
	color: white;
	display: flex;
	align-items: center;
}

.nav-box {
	display: flex;
	justify-content: space-between;
}

.nav-box .left {
	display: flex;
	align-items: center;
}

.nav-box .left img {
	width: 20px;
	margin-right: 10px;
}

.nav-box .left p {
	font-size: 14px;
}

.nav-box .left span {
	display: inline-block;
	padding: 0 5px;
}

.menu-cetagory .active a {
	background-color: #1c68d9;
	color: white;
	position: relative;
	overflow: hidden;
}

.menu-cetagory .active a:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	right: -10px;
	bottom: -10px;
	background-color: #e50112;
}
.material li{
	margin-bottom: 10px;
}
.material .cppages-title{
	line-height: 30px;
}