.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.head{
	position: absolute;
	top: 15px !important;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 111;
	padding-top: 15px;
}
.head-fixed{
	position: fixed;
	top: 0 !important;
	background-color: rgba(255,255,255,0.4);
	padding: 20px 0;
}
.head-fixed a{
	color: #000;
}
.head .right{
    display: flex;
    align-items: center;
}
.head-container {
	display: flex;
	justify-content: space-between;
}
.head-show{
	position: absolute;
}
.head-hide{
	display: none;
}

.home-banner{
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
}
.home-banner video{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
}


.logoimg {
	max-height: 100%;
}

.head-nav {
	height: 50px;
	display: flex;
	justify-content: space-around;
}

.nav-li {
	height: 100%;
}

.navA {
	width: 120px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 14px;
}
.head-top .navA:hover{
	color: #000;
}

.head-fixed .lightblue {
	color: #000;
	font-weight: bold;
}


@keyframes xy {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.about {
	padding: 40px 0;
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: cover;
}
.title{
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.title:before{
	content: "";
	position: absolute;
	width: 350px;
	height: 1px;
	background-color: #a3a3a3;
	bottom: 15px;
	left: 9%;
}
.title:after{
	content: "";
	position: absolute;
	width: 350px;
	height: 1px;
	background-color: #a3a3a3;
	bottom: 15px;
	right: 9%;
}

.titlename {
	font-size: 32px;
	color: #0e3b73;
	font-weight: bold;
}

.titlesubname {
	font-size: 20px;
	color: #0e3b73;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.titledefname{
	border-radius: 12px;
	color: white;
	display: inline-block;
	padding: 7px 40px;
	background-color: #006cac;
}
.about .about-center{
	display: flex;
}
.about .about-center .about-right{
	padding-left: 30px;
}
.about .about-center .about-right h2{
	font-size: 28px;
	font-weight: bold;
}
.about .about-center .about-right .about-content{
	font-size: 16px;
	padding-top: 15px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.about .about-center .about-right .about-btn{
	margin-top: 35px;
	padding: 7px 30px;
	display: inline-block;
	border: 1px solid #0e3b73;
	border-radius: 25px;
}
.about .about-center .about-right .about-btn a{
	color: #0e3b73;
}
.home-application{
	padding: 50px 0;
	background: url(../images/app-bg.jpg) no-repeat center;
	background-size: cover;
}
.home-application .title .titlename{
	color: white;
}
.home-application .title .titlesubname{
	color: white;
}
.home-application .title .titledefname{
	background-color: #fff;
	color: #0e3b73;
}
.home-application .title:before{
	background-color: #fff;
}
.home-application .title:after{
	background-color: #fff;
}
.home-application .application-box{
	display: flex;
}
.home-application .application-box .left{
	flex: 0 0 30%;
	border: 1px solid white;
	display: flex;
	align-items: center;
}
.home-application .application-box .left ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.home-application .application-box .left ul li{
	flex: 0 0 42%;
	border: 1px solid white;
	margin: 13px 5px;
	color: white;
	text-align: center;
	padding: 15px 17px;
	cursor: pointer;
}
.home-application .application-box .left ul li.activeblue{
	background-color: #006cac;
	border-color: #006cac;
}
.home-application .application-box .left ul li:nth-child(2n){
	border-radius: 0 25px 25px 0;
}
.home-application .application-box .left ul li:nth-child(2n-1){
	border-radius: 25px 0 0 25px;
}
.home-application .application-box .right img{
	width: 100%;
}

.new {
	padding: 50px 0;
	background: url(../images/news-bg.jpg) no-repeat center;
	background-size: cover;
}

.new li {
	display: flex;
}

.new li .left {
	flex: 0 0 18%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.new li .left p {
	font-size: 15px;
}

.new li .left span {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
}

.newname {
	font-size: 33px;
	color: #1e50ae;
}

.newsubname {
	font-size: 16px;
	color: #666666;
}

.new-ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 420px;
	overflow: auto;
}
.new-ul::-webkit-scrollbar{
	display: none;
}

.new-li {
	width: 49%;
	margin-bottom: 25px;
	padding: 20px;
	background-color: #fff;
}
.new-li:hover{
	background-color: #0e3b73;
}
.new-li:hover .left{
	color: white;
}
.new-li:hover .right a{
	color: white;
}
.new-li:hover .right div{
	color: white;
}


.newA {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #000000;
	font-size: 22px;
}


.new-content {
	color: #878787;
	font-size: 14px;
	margin-top: 15px;
	font-size: 12px;
	text-align: justify;
}

.new-date {
	color: #999999;
	font-size: 16px;
}

.footer {
	width: 100%;
	height: auto;
	background: #3a3c48;
	background: url(../images/footer-bg.jpg) no-repeat center;
	background-size: cover;
}

.foot-container {
	position: relative;
	padding: 40px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-top{
	flex: 0 0 100%;
	margin-bottom: 40px;
}
.footer-top ul{
	display: flex;
	justify-content: center;
}
.footer-top ul li a{
	color: #a8b3c5;
	margin: 0 25px;
}
.foot-logo{
	flex: 0 0 30%;
	display: flex;
	justify-content: flex-start;
}
.footer-tel li{
	margin-bottom: 25px;
}
.footer-tel li span{
	color: #a8b3c5;
	padding-right: 35px;
}
.footer a:hover,.footer span:hover{
	color: white;
}
.footerwx img{
	width: 120px;
}
.footerwx {
	text-align: center;
	display: flex;
	font-size: 12px;
}
.footerwx div{
	padding: 0 5px;
}
.footerwx p{
	padding-top: 5px;
	color: white;
}

.copys {
	padding: 10px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #93a7c0;
	position: relative;
}

.copys::after {
	width: 100%;
	height: 1px;
	background: #4e505b;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.nav-menu{
	padding: 15px 0;
	border-bottom: 1px solid #869db9;
}
.nav-box{
	display: flex;
	justify-content: space-between;
}
.nav-box .left{
	display: flex;
	align-items: center;
}
.nav-box .left img{
	width: 12px;
	margin-right: 5px;
}
.nav-box .left p{
	color: #000;
	font-size: 14px;
}
.nav-box .left span{
	color: #000;
	display: inline-block;
	padding: 0 5px;
}
.nav-box .right ul{
	display: flex;
}
.nav-box .right ul li a{
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid white;
	color: white;
	background-color: #b51a20;
	border-radius: 10px;
	margin: 0 10px;
}
.gypages-title{
	position: relative;
	padding: 30px 0;
}
.gypages-title:before{
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	left: 50%;
	transform: translate(-50%,0);
	bottom: 35px;
	background-color: #0e3b73;
}
.gypages-title h2{
	padding-bottom: 15px;
	border-bottom: 2px solid #e5e5e5;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
}
.gypages-center.goods{
	margin-bottom: 20px;
	background: url(../images/banner-bg.jpg) no-repeat;
	background-size: cover;
	padding: 0;
}
.gypages-center.goods .w1200{
	display: flex;
	align-items: center;
	min-height: 400px;
}
.gypages-center.goods .w1200 .left{
	display: flex;
	align-items: center;
	flex: 0 0 50%;
	text-align: center;
	height: 100%;
	padding: 15px 0;
}
.gypages-center.goods .w1200 .left img{
	height: 500px;
}
.gypages-center.goods .w1200 .right{
	flex: 0 0 50%;
	color: white;
	padding: 20px 0;
}
.gypages-center.goods .w1200 .right h2 a{
	color: white;
	display: inline-block;
	font-size: 50px;
	padding-bottom: 10px;
}
.gypages-center.goods .w1200 .right p{
	padding-bottom: 5px;
	font-size: 20px;
	position: relative;
	padding-left: 18px;
}
.gypages-center.goods .w1200 .right p:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	left: 0;
	top: 12px;
	background-color: #fff;
	transform: rotate(45deg);
}
.gypages-center.goods:nth-child(2) .right{
	display: flex;
	flex-wrap: wrap;
}
.gypages-center.goods h2{
	flex: 0 0 100%;
}
.gypages-center.goods p{
	font-size: 16px !important;
}
.gypages-center.goods p:nth-child(odd){
	flex: 0 0 40%;
}
.gypages-center.goods p:nth-child(even){
	flex: 0 0 60%;
}
.gypages-center.goods table tr:first-child{
	background-color: #007bc1;
}
.gypages-center.goods table tr:first-child td{
	color: white;
}
.gypages-center.goods table td{
	padding: 4px 0;
	border: 1px solid #fff;
	text-align: center;
	color: white;
}

.contact-box{
	display: flex;
	flex-wrap: wrap;
}
.contact-box .box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 31%;
	margin-bottom: 15px;
}
.contact-box .box:nth-child(4){
	padding-right: 50px;
}
.contact-box .box:last-child{
	padding-right: 80px;
}
.contact-box .box .img{
	padding-right: 10px;
}
.contact-box .box img{
	width: 30px;
}