.w1200 {
	width: 1440px;
	margin: 0 auto;
	position: relative;
}

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

.head-container {}

.head {
	z-index: 999;
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

.head .head-top {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.head .head-top .left {
	position: relative;
	display: flex;
	flex: 0 0 18%;
	padding: 15px 0;
	align-items: center;
}
.head .head-top .left img{
	max-height: 80px;
}

.head .head-top .right {
	display: flex;
	flex: 1;
	position: relative;
}

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

.logoimg {
	width: 100%;
}

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

.nav-li {
    padding: 0 20px;
	height: 100%;
	font-size: 14px;
	position: relative;
}
.nav-li:last-child a{
	display: inline-block;
	width: 30px;
	height: 20px;
}
.nav-li:last-child{
	display: flex;
	align-items: center;
}

.navA {
	width: 100%;
	height: 100%;
	display: flex;	
	justify-content: center;
	align-items: center;
}

.navA:hover {
	color: #00479d;
}

.lightblue {
	color: #00479d;
	font-weight: bold;
}
.nav-li:hover .nav2.show{
    display: block;
}
.nav-li:hover .nav2{
    display: block;
}
.nav2{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    box-shadow: 0 3px 3px #ccc;
}
.nav2 ul li a{
    width: 180px;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFF;
    color: black;
}
.nav2 ul li a:hover{
    background-color: #00479d;
    color: white;
}
.home-banner{
    min-height: 120px;
    background: url(../images/home-banner.jpg) no-repeat;
    background-size: cover;
}

.product-show {
	margin-top: 30px;
}

.show-ul {
	display: flex;
	flex-wrap: wrap;
	animation: xy 0.8s;
	justify-content: space-between;
	position: relative;
}

.show-li {
	position: relative;
	flex: 0 0 23.5%;
	margin-bottom: 15px;
	border-radius: 20px;
	overflow: hidden;
}
.goods-title{
	color: white;
	position: absolute;
	width: 100%;
	height: 15%;
	bottom: 0;
	left: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0.3);
}
.show-li:hover .goods-title{
	height: 100%;
	background-color: rgba(0,71,157,0.6);
}
.show-li:hover .goods-title a{
	display: block;
}
.show-li:hover p{
	color: white;
	margin-top: 20px;
}
.goods-title a{
	display: none;
}
.goods-title span{
	border-radius: 50%;
	border: 2px solid white;
	width: 50px;
	height: 50px;
	font-size: 36px;
	line-height: 38px;
	color: white;
	font-weight: bold;
	display: inline-block;
}
.goods-title p{
	cursor: pointer;
	font-size: 16px;
}


.showimg {
	width: 100%;
}

.showimg img {
	background-color: #fff;
}

.showico {
	width: 100%;
	height: 100%;
}
.title{
	text-align: center;
	color: #00479d;
	position: relative;
}
.title:before{
	content: "";
	position: absolute;
	width: 38%;
	height: 1px;
	background-color: #00479d;
	left: 0;
	top: 55%;
}
.title:after{
	content: "";
	position: absolute;
	width: 38%;
	height: 1px;
	background-color: #00479d;
	right: 0;
	top: 55%;
}
.title h2{
	margin: 0;
}
.title .titledefname{
	font-size: 24px;
	font-weight: 400;
}
.title .titlename{
	text-transform: uppercase;
	padding: 5px 0 10px;
}
.title .titlesubname{
	font-size: 14px;
}
.product {
	background: url(../images/goods-bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}

@keyframes xy {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.qc{
	padding: 40px 0;
	background: url(../images/qc-bg.jpg) no-repeat;
	background-size: cover;
}
.qc .qc-box{
	width: 100%;
	height: 800px;
	background-color: rgba(255,255,255,0.7);
	padding: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qc .qc-box .box{
	flex: 0 0 25%;
}
.qc .qc-box .box:nth-child(even){
	margin: 0;
}
.qc .qc-box .box{
	margin-right: 20%;
	display: flex;
	flex-direction: column;
}
.qc .qc-box .box:nth-child(3),
.qc .qc-box .box:nth-child(4){
	justify-content: flex-end;
}
.qc .qc-box .box:hover h2,
.qc .qc-box .box:hover .qc-title{
	color: #00479d;
}
.qc .qc-box .box h2,
.qc .qc-box .box .qc-title{
	color: #727271;
}
.qc .qc-box .box .qc-title{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
}
.qc .qc-box .box .qc-title h3{
	margin-right: 50px;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 20px;
	position: relative;
}
.qc .qc-box .box .qc-title h3:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: 50%;
	right: -40px;
	background-color: #727271;
}
.qc .qc-box .box .qc-title span{
    width: 30px;
    height: 40px;
    display: inline-block;
}
.qc .qc-box .box:first-child span{
    background: url(../images/1.png) no-repeat;
    background-size: cover;
}
.qc .qc-box .box:nth-child(2) span{
    background: url(../images/2.png) no-repeat;
    background-size: cover;
}
.qc .qc-box .box:nth-child(3) span{
    background: url(../images/3.png) no-repeat;
    background-size: cover;
}
.qc .qc-box .box:nth-child(4) span{
    background: url(../images/4.png) no-repeat;
    background-size: cover;
}

.qc .qc-box .box:first-child:hover span{
    background: url(../images/1-active.png) no-repeat;
    background-size: cover;
}
.qc .qc-box .box:nth-child(2):hover span{
    background: url(../images/2-active.png) no-repeat;
    background-size: cover;
}
.qc .qc-box .box:nth-child(3):hover span{
    background: url(../images/3-active.png) no-repeat;
    background-size: cover;
}
.qc .qc-box .box:nth-child(4):hover span{
    background: url(../images/4-active.png) no-repeat;
    background-size: cover;
}
.qc .qc-box .box h2{
	margin: 0;
	font-weight: bold;
	font-size: 45px;
	line-height: 40px;
}
.qc .qc-img{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0,-50%);
	padding: 0 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-icon{
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}
.about-icon .box{
	flex: 0  0 30%;
	padding: 0 150px;
}
.about-icon .box img{
	width: 100%;
}
.news{
	padding: 40px 0;
	background: url(../images/news-bg.jpg) no-repeat;
	background-size: cover;
}
.news .title{
	color: #00479d;
}
.news .title .titlesubname{
	color: black;
}
.news .title:before,
.news .title:after{
	background-color: #00479d;
}
.news .news-ul{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.news .news-li{
    margin-bottom: 30px;
    flex: 0 0 49%;
}
.partner{
    padding: 40px 0;
    background-color: #eee;
}
.partner .partner-box{
    padding-top: 30px;
}
.partner .title{
    color: #00479d;
}
.partner .title:before,
.partner .title:after{
    background-color: #00479d;
}
.partner img{
    width: 100%;
}

.contacthide ul:first-child li {
	display: none;
}
.footer{
	background-size: cover;
}
.footer .footer-container{
    padding-top: 20px;
    background: url(../images/footer-top.jpg) no-repeat;
    background-size: cover;
}
.footer .copys{
    background: url(../images/footer-bottom.jpg) no-repeat;
    background-size: cover;
}
.footer .footer-box{
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px dashed #86a7cf;
}
.footer .footer-left{
	flex: 0 0 18%;
}
.footer .footer-center{
	flex: 0 0 55%;
}
.footer .footer-center ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .footer-center ul li{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.footer .footer-center ul li .icon{
	margin-right: 5px;
}

.footer .footer-right{
	flex: 1;
	text-align: center;
}
.footer .footer-right img{
	width: 110px;
}

.wxtb {
	width: 120px;
}

.copys {
	padding: 10px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	margin: 0;
}

.copys::after {
	width: 100%;
	height: 1px;
	background: #4e505b;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.gypages-title {
	text-align: center;
}

.gypages-title h2 {
	position: relative;
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 32px;
	display: inline-block;
}

.gypages-text {
	padding-top: 40px;
}

.gypages-detail {
	padding: 0 0 25px;
}

.gypages-detail h2 {
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: bold;
	position: relative;
}

.gypages-detail p {
	font-size: 14px;
	color: #717171;
	line-height: 30px;
}
.gypages-detail .about-title{
	padding-top: 10px;
	position: relative;
}
.gypages-detail .about-title:before{
	content: "";
	position: absolute;
	width: 35px;
	height: 3px;
	top: 0;
	background-color: #00479d;
	border-radius: 15px;
}
.gypages-detail .about-title:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 3px;
	top: 0;
	left: 38px;
	background-color: #00479d;
	border-radius: 15px;
}

.gypages-detail span {
	font-size: 14px;
	text-transform: uppercase;
	color: #999999;
	padding-top: 10px;
}
.gypages-detail .about-content{
	width: 48%;
}
.gypages-detail .subtitle{
	text-transform: uppercase;
}

.about-text .gypages-img{
	float: right;
	width: 930px;
	margin-right: -230px;
}
.about-text .gypages-img img{
	width: 100%;
}

.main-nav{
	padding: 15px 0;
	border-bottom: 1px solid #b9b9b9;
}
.main-goods {
	display: flex;
}

.newspages-ul{
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.newspages-li{
	flex: 0 0 32%;
	margin-right: 1%;
	margin-bottom: 15px;
	border: 1px solid #a9a9a9;
	padding: 25px 15px;
}
.newspages-li p span{
	font-size: 18px;
	font-weight: 500;
	padding-right: 5px;
}
.newspages-li p{
	color: #222222;	
}
.newspages-li .newspages-content{
	color: #6e6e6e;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 30px;
}
.newspagesA{
	padding: 8px 0;
	display: inline-block;
	font-size: 18px;
}
.newspages-li .news-btn{
	display: flex;
	justify-content: space-between;
}
.newspages-li .news-btn span:first-child{
	padding: 0 10px;
}
.newspages-li .news-btn span:last-child{
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	border: 1px solid #999999;
	border-radius: 50%;
}
.newspages-li:hover p{
	color: white;
}
.newspages-li:hover .newspages-content{
	color: white;
	opacity: 0.7;
}
.newspages-li:hover .news-btn span:first-child{
	color: white;
}
.newspages-li:hover .news-btn span:last-child{
	background-color: #fff;
	color: #00479d;
	border-color: #00479d;
}
.newspages-li:hover{
	background-color: #00479d;
	border-color: #00479d;
}
.info ul{
    padding: 0 150px;
    display: block;
}
.info .cppages-title{
    text-align: left;
    font-size: 16px;
}
.info li{
    padding: 15px 25px;
}
.info li:hover{
    background-color: #f5f5f5;
}
.info ul li a{
    font-size: 16px !important;
}
.contact-box ul{
	display: flex;
	margin-bottom: 20px;
}
.contact-box ul li{
	text-align: center;
	flex: 1;
	border: 1px solid #dcdcdc;
	padding: 40px 10px;
}
.contact-box ul li .contact-img{
	min-height: 65px;
}
.contact-box ul li p{
	font-size: 18px;
	font-weight: 500;
}
.contact-box ul li:last-child{
	padding: 0;
}
.contact-box ul li:last-child img{
	width: 100%;
}

.contact-box .right #map {
	height: 450px;
}
.recruitment{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.recruitment .box,
.recruitment .table{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.recruitment .table form{
    width: 40%;
    padding: 20px;
    background-color: #fafafa;
}
.recruitment .table input{
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 15px 10px;
    width: 100%;
    background-color: #fff;
    border: none;
}
.recruitment .table select{
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 15px;
}
.recruitment .table h2{
    margin-bottom: 10px;
}
.recruitment .table button{
    padding: 7px 15px;
    border: none;
    color: white;
    background-color: #00479d;
}
.recruitment td{
    border: 1px solid #ccc;
    padding: 10px;
}
.recruitment tr:nth-child(odd){
    background-color: #eee;
}