﻿.w1200 {
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
}

.w1900 {
	max-width: 1900px;
	margin: 0 auto;
	position: relative;
}

.head-container {}
.m-head{
	display: none;
}
.head {
	position: absolute;
	width: 100%;
	z-index: 10;
}

.head .head-top {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	padding: 0 100px 0 100px;
	background-color: rgba(0, 0, 0, 0.1);
}

.head.fixed .head-top {
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
}

.head.fixed .head-top a {
	color: #000;
}

.head.fixed .nav-li:last-child {
	color: #000;
}

.head.fixed .logoimg {
	background: url(/template/default/images/logo-b.png) no-repeat;
}

.head .head-top .left {
	position: relative;
	display: flex;
	flex: 0 0 15%;
	align-items: center;
}

.head .head-top .left .text {
	padding-left: 20px;
}

.head .head-top .left .text li {
	padding: 2px 0;
}

.head .head-top .center {
	display: flex;
	align-items: center;
	flex: 50%;
	position: relative;
}

.head .head-top .center h2 {
	margin: 0;
	font-size: 24px;
	color: #215ab1;
}

.head .head-top .center .text p {
	color: #666666;
}

.head .head-top .center .icon {
	padding: 5px 5px 0 0;
}

.head .head-nav {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.head .nav-li {
	width: 155px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 14px;
}

.head .nav-li:last-child {
	width: 130px;
	color: white;
}

.head .nav-li:last-child a {
	color: white;
	display: inline-block;
	width: 50px;
	text-align: right;
	margin: 0 8px;
}

.head .nav-li:last-child a:first-child {
	background: url(../image/cn.png)left center no-repeat;
}

.head .nav-li:last-child a:last-child {
	background: url(../image/en.png)left center no-repeat;
}

.head .navA {
	width: 100%;
	height: 75%;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	position: relative;
}

.head .navA:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #004f9d;
	opacity: 0;
}

.head .navA.lightblue::before,
.navA:hover::before {
	opacity: 1;
}

.head .navA:hover {
	color: white;
}

.head .nav2 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
}

.head .nav2 ul {
	width: 100%;
	width: 155px;
	text-align: center;
}

.head .nav2 a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #f7f7f7;
}

.head .nav-li:hover .nav2 {
	opacity: 1;
	visibility: visible;
}

.head .nav2-li{
    position: relative;
}
.head .nav2 ul ul{
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    display: none;
}
.head .nav2 ul li:hover ul{
    display: block;
}



.banner {
	position: relative;
}

.banner-texts{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.banner-texts h2{
	font-size: 40px;
	color: white;
	font-weight: bold;
	text-shadow: 2px 3px 1px rgba(0,0,0,0.5);
	padding-bottom: 40px;
	position: relative;
}
.banner-texts h2::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	background-color: #fff;
	bottom: 12px;
	left: 50%;
	transform: translate(-50%,0);
}
.banner-texts p{
	font-size: 20px;
	color: white;
	font-weight: bold;
}
.banner-texts a{
	display: inline-block;
	width: 180px;
	height: 50px;
	border: 1px solid white;
	color: white;
	border-radius: 25px;
	margin-top: 65px;
	line-height: 50px;
	font-size: 16px;
	padding-right: 30px;
	background: url(../image/banner-icon.png) 75% 57% no-repeat;
	background-size: 12%;
}

.banner .video {
	height: 100vh;
}

.banner .video video {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: -1;
}

.banner-text {
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1220px;
	transform: translate(-50%, 60%);
	display: flex;
	justify-content: space-between;
	padding: 45px 80px 35px 110px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 10px #ccc;
}

.banner-text .box {
	flex: 0 0 25%;
	padding: 5px 0 5px 25px;
	border-left: 2px solid #09448d;
}

.banner-text .box:last-child {
	flex: 0 0 15%;
}

.banner-text .box h2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.banner-text .box p {
	font-size: 16px;
	color: #b3b7d4;
}

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

.title .left h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dashed #e1e2ee;
	display: inline-block;
	width: 400px;
	padding-bottom: 15px;
}

.title .left h2 {
	font-weight: bold;
	font-size: 40px;
	color: #09448d;
}

.title .right h2 {
	font-size: 24px;
}

.title .right h3 {
	font-size: 14px;
	font-weight: bold;
}

.title p {
	font-weight: bold;
}

.home-product .title {
	padding: 0 100px 60px 100px;
}

.home-product {
	padding: 130px 0 40px;
	background: url(../image/product-bg.jpg) no-repeat;
	background-size: cover;
}

.home-product .product-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-product .box {
	flex: 0 0 30%;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 60px;
}

.home-product .img {
	position: relative;
	z-index: 1;
	top: 0;
	transition: all 0.3s;
	box-shadow: 0 0 10px #ccc;
	border-radius: 15px;
	overflow: hidden;
}

.home-product .box img {
	width: 100%;
}

.home-product .box:hover .img {
	top: -40px;
}

.home-product p {
	position: absolute;
	width: 90%;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	height: 60px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 10px;
	background-color: #09448d;
	color: white;
	border-radius: 10px;
	justify-content: center;
}

.home-product span {
	display: inline-block;
	padding-left: 10px;
	background: url(../image/goods-icon.png) left center no-repeat;
}

.home-about {
	padding: 60px 0;
	background: url(../image/about-bg.jpg) no-repeat;
	background-size: cover;
}

.home-about .about-box {
	display: flex;
}

.home-about .about-left {
	flex: 0 0 52%;
	height: 615px;
	background: url(../image/about-img.jpg) center no-repeat;
	background-size: cover;
}

.home-about .about-right {
	color: white;
	padding: 25px 0 0 55px;
	flex: 1;
}

.home-about .about-right .img {
	height: 122px;
	background: url(../image/about-title.png) left center no-repeat;
}

.home-about h3 {
	margin-bottom: 25px;
}

.home-about .about-content {
	padding-top: 30px;
	margin-top: 30px;
	position: relative;
	line-height: 40px;
	font-size: 16px;
}

.home-about .about-content::before {
	content: "";
	position: absolute;
	width: 123px;
	height: 3px;
	top: 0;
	background-color: #fff;
}

.home-about .about-tel {
	padding-top: 30px
}

.home-about .about-tel p:first-child {
	font-size: 16px;
	padding-bottom: 10px;
}

.home-about .about-tel p:last-child {
	font-size: 26px;
	padding-left: 40px;
	font-weight: bold;
	background: url(../image/about-tel.png) left center no-repeat;
}

.home-quality {
	padding: 40px 0;
	background-color: #fff;
}

.home-quality .title {
	text-align: center;
	justify-content: center;
	padding-bottom: 30px;
}

.home-quality .quality-box {
	display: flex;
	justify-content: space-between;
}

.home-quality .box {
	flex: 0 0 23.5%;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	position: relative;
}

.home-quality .box::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #000;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
}

.home-quality .box a {
	display: block;
	margin: 10px;
	border-radius: 10px;
}

.home-quality .box:hover a {
	background-color: #09448d;
}

.home-quality .box:hover h2 {
	color: white;
}

.home-quality .box:hover p {
	color: white;
}

.home-quality .box:hover::before {
	background-color: #fff;
}

.home-quality .box img {
	width: 100%;
	border-radius: 10px;
}

.home-quality .box .text {
	text-align: center;
	padding: 25px 0 60px;
}

.home-quality .box h2 {
	font-size: 18px;
	font-weight: bold;
}

.home-quality .box p {
	color: #a9aecf;
	font-weight: 500;
}

.home-advs {
	background: url(../image/advs-bg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
	overflow: hidden;
}

.home-advs .advs-box {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.home-advs .advs-left {
	position: absolute;
	width: 74%;
	height: 640px;
	top: -12%;
	left: -28%;
	background: url(../image/advs-img.jpg) center no-repeat;
	background-size: cover;
}

.home-advs .advs-right {
	flex: 0 0 47%;
	color: white;
}

.home-advs .advs-right .img {
	width: 100%;
	height: 120px;
	background: url(../image/advs-title.png) left center no-repeat;
}

.home-advs .advs-right h3 {
	margin-bottom: 25px;
}

.home-advs .advs-icon {
	display: flex;
	padding: 35px 0;
}

.home-advs .advs-icon .imgs {
	margin-right: 35px;
}

.home-advs .advs-txt ul li {
	padding: 8px 0 8px 35px;
	background: url(../image/advs-icon.png) left center no-repeat;
}

.home-advs .advs-txt ul li p {
	font-size: 16px;
}

.home-advs .advs-txt ul li span {
	font-size: 12px;
	display: inline-block;
	padding-left: 15px;
}
.home-news{
	padding: 40px 0;
	background-color: #f5f5f5;
}
.home-news .title{
	text-align: center;
	justify-content: center;
	padding-bottom: 20px;
}
.home-news .news-box{
	display: flex;
	justify-content: space-between;
}
.home-news .news-box .box{
	flex: 0 0 31%;
}
.home-news .news-box img{
	width: 100%;
}
.home-news .news-box .img{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 5px #ccc;
}
.home-news .news-box .text{
	padding: 20px;
}
.home-news .news-box .time{
	color: #000;
	padding-left: 25px;
	background: url(../image/news-icon.png) left center no-repeat;
}
.home-news .news-box h2{
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
	margin: 0;
}
.home-news .news-box .news-content{
	color: #000;
	padding-bottom: 25px;
}
.home-news .news-box .news-btn{
	font-weight: bold;
	color: #515151;
	display: inline-block;
	padding-right: 25px;
	background: url(../image/news-btn.png) right center no-repeat;
}
.home-news .box:hover h2{
	color: #09448d;
	text-decoration: underline;
}
.home-news .box:hover .news-btn{
	color: #09448d;
	background: url(../image/news-btna.png) right center no-repeat;
}
.footer{
	padding: 40px 0;
	background: url(../image/footer-bg.jpg) no-repeat;
	background-size: cover;
	color: white;
	text-align: center;
}
.footer .img{
	height: 132px;
	background: url(../image/footer-logo.png) center no-repeat;
	background-size: 25%;
	margin-bottom: 30px;
}
.footer .footer-contact{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.footer .footer-contact li{
	flex: 0 0 32.5%;
	padding: 15px 0;
	border-radius: 25px;
	border: 1px solid #7a7c8b;
	font-size: 12px;
}
.footer h2{
	font-size: 50px;
	color: #7f8089;
	padding: 10px 0 20px;
	font-weight: bold;
}
.footer .footer-icon{
	display: flex;
	justify-content: center;
	padding: 20px 0 40px;
}
.footer .footer-icon li a{
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 5px;
}
.footer .footer-icon li:nth-child(1) a{
	background: rgba(255,255,255,0.2) url(../image/footer-icon1.png) center no-repeat;
}
.footer .footer-icon li:nth-child(2) a{
	background: rgba(255,255,255,0.2) url(../image/footer-icon2.png) center no-repeat;
}
.footer .footer-icon li:nth-child(3) a{
	background: rgba(255,255,255,0.2) url(../image/footer-icon3.png) center no-repeat;
}
.footer .footer-icon li:nth-child(4) a{
	background: rgba(255,255,255,0.2) url(../image/footer-icon4.png) center no-repeat;
}
.main-nav{
	border-bottom: 1px solid #eee;
}
.main-nav .w1200{
	display: flex;
	justify-content: space-between;
}
.main-nav ul{
	display: flex;
	align-items: center;
	height: 100%;
}
.main-nav ul li{
	padding: 0 15px;
}
.page-title{
	text-align: center;
	justify-content: center;
	padding-bottom: 30px;
}
.page-title h3{
	width: 200px !important;
}
.page-title h2{
	font-size: 30px !important;
}
.gypages-detail{
	min-height: 350px;
}
.gypages-detail img{
	width: 400px;
	padding: 0 20px 20px 0;
	float: left;
}
.main-box.qua .cppages-li{
	flex: 0 0 31%;
	margin-right: 25px;
	margin-bottom: 30px;
}
.contact .top{
	display: flex;
}
.contact .top .contact-left{
	flex: 0 0 50%;
}
.contact .top .contact-right{
	flex: 1;
	padding-left: 30px;
}
.contact .top form{
	padding: 25px;
	border: 1px solid #09448d;
}
.contact ul{
	padding-top: 20px;
}
.contact ul li{
	font-size: 16px;
	padding-bottom: 15px;
}
.form-box {
	background-color: #fff;
}

.form-box h2 {
	text-align: center;
	padding: 20px 0;
	margin: 0;
	font-weight: 400;
	background-color: #0167b2;
	color: white;
}

.form-box form {
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-box .form-input {
	flex: 0 0 48%;
	margin-bottom: 15px;
}

.form-box input {
	width: 100%;
	padding: 13px 8px;
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
}

.form-box .form-input:nth-child(5) {
	flex: 0 0 100%;
}

.form-box textarea {
	border: 1px solid #b5b5b5;
	padding: 13px 8px;
	width: 528px;
	height: 110px;
}

.form-box .form-input:nth-child(6) {
	flex: 0 0 100%;
	margin: 0;
}

.form-box a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #0167b2;
	color: white;
}








.main-goods {
	padding-bottom: 40px;
	display: flex;
}

.news-list {
	padding-bottom: 20px;
}

.newspages-li {
	padding: 30px 0;
	border-bottom: 1px dashed #cbcbcb;
}

.newspages-li:last-child {
	border: none;
}

.newspages-li .news-title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
}

.newspages-li .news-title .newspagesA {
	display: inline-block;
	flex: 0 0 80%;
	font-size: 16px;
}

.newspages-li .newspages-content {
	color: #333333;
	padding-bottom: 10px;
	font-size: 12px;
}

.contact .top {
	padding-bottom: 20px;
}

.contact-box .right #map {
	height: 350px;
}

.contact-box .wechatimg {
	padding: 10px 0;
}
tr,td{
	border: 1px solid;
}
table{
	margin: 0 auto;
}
.t-txt{
	padding-bottom: 15px;
	line-height: 25px;
}
.main-box.quality .cppages-li{
	flex: 0 0 23%;
	margin-right: 23px;
}