.w1200{
    width: 1200px;
    margin: 0 auto;
}

.head-container{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoA{
    height: 100%;
    display: flex;
    align-items: center;
}

.logoA span{
	font-size: 30px;
}

.logoimg{
    max-height: 100%;
}

.head-nav{
    height: 70px;
    display: flex;
}

.nav-li{
    height: 100%;
    position: relative;
}

.navA{
    width: 110px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2b2b2b;
    font-size: 16px;
	font-weight: bold;
}

.navA:hover{
    color: #386493;
    font-weight: bold;
}
.nav-li:last-child{
	padding-left: 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.lightblue{
    color: #386493;
	font-weight: bold;
}
.language{
	display: flex;
}
.language span{
	line-height: 70px;
	font-weight: bold;
}
.language .navA{
	width: 70px;
}
.language .navA:last-child{
	width: 60px;
}
.search .navA{
	width: 50px;
	padding-right: 10px;
}

.swiper1 .swiper-pagination-bullet{
    width: 25px;
    height: 5px;
    background: white;
    opacity: 0.5;
    border-radius: 0;
}

.swiper1 .swiper-pagination-bullet-active{
    width: 45px;
    height: 5px;
    background: white;
    opacity: 1;
}

.product{
    padding: 50px 0;
	background: url(../images/goods-bg.jpg) repeat center;
}

.product-ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-ul{
    display: flex;
    flex-wrap: wrap;
    animation: xy 0.8s;
}

@keyframes xy {
    0%{opacity: 0;transform: scale(0);}
    100%{opacity: 1;transform: scale(1);}
}

.show-li{
    width: 32%;
    margin-right: 2%;
}
.show-li .showA{
	display: inline-block;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 3px 5px #ccc;
	width: 100%;
}
.show-li .showA:nth-child(1),.show-li .showA:nth-child(2),.show-li .showA:nth-child(3){
	margin-bottom: 25px;
}

.show-li:nth-child(3n){
    margin-right: 0;
}

.showimg{
    width: 100%;
    height: 280px;
}

.showico{
    width: 100%;
    height: 100%;
}

.show-title{
	border-top: 1px solid #d5d5d5;
    line-height: 80px;
    text-align: center;
    color: #313131;
}
.product .product-button{
	display: flex;
	justify-content: center;
}
.product .product-button a{
	margin-top: 50px;
	display: inline-block;
	padding: 15px 50px;
	background-color: #386493;
	border-radius: 5px;
	font-size: 18px;
	color: white;
	font-weight: bold;
}
.about{
    padding: 80px 0;
    background: #e5e5e5;
}

.aboutname{
    font-size: 33px;
}

.aboutsubname{
	color: #666666;
    font-size: 16px;
	padding-top: 20px;
	position: relative;
}
.aboutsubname:before{
	position: absolute;
	content: "";
	width: 40px;
	background-color: #386493;
	bottom: 65%;
	height: 3px;
	left: 50%;
	transform: translate(-50%,0);
}

.about-top{
	margin-bottom: 70px;
    text-align: center;
}

.about-center{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.about-left{
    flex: 1;
    padding-right: 40px;
}

.aboutimg{
    width: 100%;
}

.about-right{
	padding-top: 15px;
	flex: 0 0 45%;
}

.about-content{
    color: black;
    text-indent: 30px;
    line-height: 50px;
    font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.aboutmore{
    display: flex;
    margin-top: 20px;
}

.aboutA{
    color: white;
    font-size: 16px;
	display: inline-block;
	padding: 5px 20px;
	background-color: #386493;
	transition: all 0.3s;
}
.aboutA i{
	font-weight: 400;
	padding: 0 5px 0 5px;
	transition: all .3s;
}

.aboutA:hover{
	color: white;
}
.aboutA:hover i{
	padding: 0 0 0 10px;
}

.new{
    padding: 50px 0;
}

.newname{
    font-size: 33px;
    color: #000;
	position: relative;
}
.newsubname:before{
	position: absolute;
	content: "";
	width: 40px;
	background-color: #386493;
	bottom: 65%;
	height: 3px;
	left: 50%;
	transform: translate(-50%,0);
}

.newsubname{
    font-size: 16px;
	padding-top: 20px;
    color: #666666;
	position: relative;
}

.new-ul{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.new-li{
	flex: 0 0 47%;
	padding: 20px 0;
    margin-right: 3%;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}
.new-li:nth-child(5),.new-li:last-child{
	border: none;
}
.new-li:hover .news-left{
	background-color: #386493;
}
.new-li:hover .news-left p{
	color: white;
}
.new-li:hover .news-right .newA{
	color: #386493;
}
.news-box{
	display: flex;
	justify-content: center;
}
.news-box a{
	margin-top: 40px;
	display: inline-block;
	padding: 10px 40px;
	color: white;
	background-color: #386493;
}
.new-li .news-left{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 16%;
	background-color: #f5f5f5;
}
.new-li .news-left p:first-child{
	font-size: 30px;
}
.new-li .news-left p{
	color: black;
}
.new-li .news-right{
	padding-left: 20px;
	flex: 0 0 80%;
}


.newA{
    font-size: 16px;
    color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.new-content{
    color: #878787;
    font-size: 15px;
    margin: 10px 0;
    text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.new-date{
    color: #999999;
    font-size: 16px;
}

.footer{
    width: 100%;
    height: auto;
    background: #3a3c48;
}

.foot-container{
    position: relative;
}
.foot-container .footer-top{
	display: flex;
	padding: 40px 0 20px 0;
	position: relative;
}
.foot-container .footer-top:before{
	width: 100%;
	height: 1px;
	background: white;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
.footsx{
    width: 1px;
    height: 155px;
    background: white;
}

.sx1{
    position: absolute;
    top: 30%;
    left: 42%;
}

.sx2{
    position: absolute;
    top: 30%;
    right: 29%;
}
.footlist {
	flex: 0 0 44%;
	color: white;
	display: flex;
	flex-direction: column;
}
.footcp{
	flex: 0 0 30%;
}
.footlist .footer-logo img{
	width: 150px;
}
.footlist .footer-icon i{
	font-size: 20px;
	padding-right: 18px;
}
.footlist .footer-text{
	padding-top: 25px;
	color: white;
}
.footname{
    font-size: 25px;
    color: white;
    margin-bottom: 20px;
}

.ftlx-li{
    display: flex;
    align-items: center;
    color: white;
    line-height: 40px;
    font-size: 14px;
}


.ftlximg{
    margin-right: 10px;
}

.footcpA{
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: white;
}

.footcpA:hover{
    color: white;
}

.footwx{
	flex: 0 0 26%;
}
.footer-search{
	padding-top: 5px;
}
.footer-search form{
	display: flex;
}
.footer-search input:first-child{
	margin-right: 2px;
	background-color: transparent;
	width: 220px;
	height: 40px;
	padding: 0 10px;
}
.footer-search button{
	width: 60px;
	margin: 0;
	padding: 0;
	height: 40px;
	border: none;
	background-color: #386493;
}
.footer-search button i{
	font-size: 18px;
	color: white;
}

.wxtb{
    width: 120px;
    border: 1px solid #eee;
}

.copyright{
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	color: white;
}
.copyright a{
	color: white;
}
.head .head-nav .nav-li .navtwo{
	display: none;
}
.head .head-nav .nav-li:nth-child(3) .navtwo{
	position: absolute;
	z-index: 10;
	left: 0;
	width: 160px;
	background-color: #fff;
}
.head .head-nav .nav-li:nth-child(3) .navtwo .navtwo-li{
	padding: 8px 5px 8px 30px;
	position: relative;
}
.head .head-nav .nav-li:nth-child(3):hover .navtwo{
	display: block;
}
.head .navtwo .navthree{
	position: absolute;
	top: 0;
	left: 160px;
	width: 160px;
	background-color: white;
	display: none;
}
.head .navtwo-li:hover .navthree{
	display: block;
}
.head .navtwo-li:hover .navthree .navthree-li{
	padding: 8px 5px 8px 30px;
}
.category-two{
	text-align: center;
}
.category-two li{
	padding: 5px 0;
}
.category-two li a{
	color: white;
}
.gypages-li{
	position: relative;
	text-align: center;
	border-top: 2px solid #3a6294;
}
.gypages-li .category-click{
	display: none;
}
.gypages-li.a .category-click{
	display: block;
}
.category-click{
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
}