.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.w1900 {
	width: 1900px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.head-container {}

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

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

.head .head-top .left {
	position: relative;
	display: flex;
	flex: 0 0 25%;
	align-items: center;
}
.head .head-top .left img{
	width: 365px;
}
.head .head-top .left .text{
	padding-left: 20px;
}
.head .head-top .left .text li {
	padding: 2px 0;
}

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

.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 {
	width: 100%;
}

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

.nav-li {
	width: 95px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	position: relative;
}
.navA {
	width: 100%;
	line-height: 28px;
	text-align: center;
}

.navA:hover {
	color: #1376c4;
}
.nav2{
	display: none;
	position: absolute;
	width: 150px;
	left: 0;
	top: 100%;
	background-color: #fff;
}
.nav2-li{
	padding: 5px 20px;
	position: relative;
}
.nav-li:hover .nav2{
	display: block;
}
.nav3{
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #fff;
}
.nav3 li{
	display: none;
	padding: 3px 20px;
}
.nav2-li:hover .nav3 li{
	display: block;
}
.lightblue {
	color: #1376c4;
}
.swiper1{
	z-index: -1 !important;
}

.home-product{
	
}
.home-product .product-box{
    z-index: 1;
	position: absolute;
	top: 50%;
	right: 15%;
	transform: translate(0,-50%);
	text-align: right;
}
.home-product .product-box h2{
	margin-bottom: 30px;
	font-size: 36px;
	color: #2a5a98;
}
.home-product .product-box a{
	display: inline-block;
	padding: 8px 20px;
	border: 2px solid #2a5a98;
	color: #2a5a98;
	border-radius: 25px;
}
.home-about .about-icon .box:first-child .img{
	background: url(../images/about-icon1.png) center no-repeat;
}
.home-about .about-icon .box:nth-child(2) .img{
	background: url(../images/about-icon2.png) center no-repeat;
}
.home-about .about-icon .box:nth-child(3) .img{
	background: url(../images/about-icon3.png) center no-repeat;
}
.home-about{
	background: url(../images/about-bg.jpg) no-repeat;
	background-size: cover;
}
.home-about .about-icon .box .img{
	width: 100%;
	height: 60px;
	background-size: cover;
}
.home-about .about-box {
	display: flex;
}
.home-about .about-box .left{
	padding: 40px 0 40px 200px;
	flex: 0 0 45%;
}
.home-about .about-box .left .title h2{
	color: #2a5a98;
	text-transform: uppercase;
	font-size: 50px;
	padding-bottom: 5px;
	margin: 0;
	font-weight: bold;
}
.home-about .about-box .left .title p{
	font-size: 26px;
}
.home-about .about-box .content {
	padding-top: 50px;
	color: #666666;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.home-about .about-box  a{
	margin-top: 15px;
	padding: 10px 20px;
	display: inline-block;
	color: white;
	background-color: #2a5a98;
	font-size: 14px;
}
.home-about .about-box .about-icon{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.home-about .about-box .about-icon .box{
	flex: 0 0 24%;
	text-align: center;
}
.home-about .about-box .about-icon .box h2{
	font-size: 32px;
	font-weight: bold;
	color: #848484;
}
.home-about .about-box .about-icon .box p{
	font-weight: bold;
	font-size: 18px;
	color: #848484;
}
.home-about .about-box .about-icon .box:hover h2,
.home-about .about-box .about-icon .box:hover p{
	color: #2a5a98;
}
.home-about .about-box .about-icon .box:first-child:hover .img{
	background: url(../images/about-icon1-active.png) center no-repeat;
}
.home-about .about-box .about-icon .box:nth-child(2):hover .img{
	background: url(../images/about-icon2-active.png) center no-repeat;
}
.home-about .about-box .about-icon .box:nth-child(3):hover .img{
	background: url(../images/about-icon3-active.png) center no-repeat;
}
.home-about .about-box .right .img{
	position: absolute;
	width: 640px;
	height: 540px;
	left: 50%;
	top: 50%;
	transform: translate(0,-50%);
	background: url(../images/about-img.jpg) no-repeat;
	background-size: cover;
}


.home-news{
	background: url(../images/news-bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0 50px;
}
.home-news .title{
	text-align: center;
	padding-bottom: 40px;
}
.home-news .title h2{
	padding-bottom: 10px;
	font-size: 42px;
	-webkit-text-stroke: 1px #fff;
	color: #2a5a98;
	font-weight: bold;
}
.home-news .title h3{
	-webkit-text-stroke: 1px #fff;
	color: #2a5a98;
	font-size: 22px;
	font-weight: bold;
}
.home-news .news-box{
	display: flex;
	justify-content: space-between;
}
.home-news .news-box img{
	width: 100%;
}
.home-news .news-box .img{
	margin: 20px 0;
	width: 100%;
	height: 230px;
	overflow: hidden;
}
.home-news .news-box .box{
	padding: 0 20px 45px 20px;
	flex: 0 0 30%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.home-news .news-box .box h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.home-news .news-box .box p{
	font-size: 14px;
	line-height: 30px;
	color: #8c8c8c;
}
.home-news .news-box .box a{
	font-size: 14px;
	display: inline-block;
	margin-top: 30px;
	font-weight: bold;
}
.home-news .news-box .box::before{
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	transform: rotate(45deg);
	bottom: -40%;
	right: -40%;
	background-color: #2a5a98;
	transition: all 0.3s;
}
.home-news .news-box .box:hover a,
.home-news .news-box .box:hover h2{
	color: #2a5a98;
}
.home-news .news-box .box:hover::before{
	bottom: -16%;
	right: -21%;
}

.footer{
	padding-top: 40px;
	background: url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
}
.footer .footer-box{
	display: flex;
	justify-content: space-between;
	color: white;
}
.footer .footer-box a{
	color: white;
}
.footer .footer-box h2{
	padding-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}
.footer .footer-box a{
	font-size: 14px;
}
.footer .footer-box li{
	padding-bottom: 15px;
	font-size: 14px;
}
.footer .right .code{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	background-color: #fff;
	margin-top: 55px;
}
.footer .right img{
	display: inline-block;
	width: 130px;
	height: 130px;
}
.footer .right .img{
	text-align: center;
	color: white;
	font-size: 12px;
}
.footer .right p{
	padding-top: 5px;
}

.copyright{
	padding: 30px 0;
	text-align: center;
	color: white;
}

.page-details.margin{
	margin: 50px auto 40px;
}
.page-details .title{
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.page-details .title h2{
	font-size: 26px;
	font-weight: bold;
}
.page-details .title h3{
	text-transform: uppercase;
	font-size: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-40%);
	color: #e8e8e8;
	z-index: -1;
}
.page-details .content .about-content{
	color: #343434;
	line-height: 28px;
	font-size: 14px;
}
.page-details .about-icon{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.page-details .about-icon .box{
	flex: 0 0 28%;
	text-align: center;
}
.page-details .about-icon .box h2{
	font-size: 38px;
	color: #2a5a98;
}
.page-details .about-icon .box h3{
	font-size: 16px;
	color: #343434;
}
.gypages-text{
	padding-top: 40px;
}
.gypages-detail{
	padding: 0 0 25px;
}
.gypages-detail h2{
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	position: relative;
}
.gypages-detail span{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}
.gypages-detail img{
	float: left;
	padding-right: 20px;
	width: 700px;
}
.gypages-detail p{
	font-size: 14px;
	color: #717171;
	line-height: 30px;
}
.gypages-title{
	text-align: center;
}
.gypages-title{
	position: relative;
	font-weight: bold;
	margin-bottom: 30px;
}
.gypages-title:before{
	content: "";
	position: absolute;
	width: 200px;
	height: 1px;
	left: 32.5%;
	bottom: -10px;
	background-color: #dedede;
}
.gypages-title:after{
	content: "";
	position: absolute;
	width: 200px;
	height: 1px;
	right: 32.5%;
	bottom: -10px;
	background-color: #dedede;
}
.gypages-title h2{
	margin: 0;
	font-size: 32px;
}
.gypages-title h2:before{
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	left: 50%;
	transform: translate(-50%,0);
	background-color: #1376c4;
	bottom: -13px;
}

.team{
	padding: 10px 0 0;
	width: 100%;
}
.team-box{
	display: flex;
}
.team-box img{
	width: 100%;
}
.team-box .left{
	flex: 0 0 50%;
}
.team-box .right{
	flex: 0 0 50%;
	background-color: #fcfcfc;
}
.team-box .right h2{
	font-size: 20px;
	font-weight: bold;
}
.team-box .right ul{
	padding: 5px 0;
}
.team-box .right ul li {
	font-size: 12px;
}
.team-box .right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
}
.main-goods{
	display: flex;
}
.newspages-li{
	padding: 30px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.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;
}


.menu-li {
	position: relative;
}
.down-icon:before{
	cursor: pointer;
	content: "";
	position: absolute;
	right: 5px;
	top: 2px;
	width: 30px;
	height: 30px;
	background: url(../images/down.png) no-repeat center;
	background-size: 25px;
}
.table td,
table td{
	border: 1px solid #dedede !important;
}

.rd-box{
	display: flex;
	flex-wrap: wrap;
}
.rd-box .rdlist-li{
	flex: 0 0 32%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.rd-box .rdlist-li img{
	width: 100%;
}
.page-details .news-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-details .news-box .newslist-box{
	flex: 0 0 49%;
	margin-bottom: 25px;
	display: flex;
	padding: 40px 25px;
	background-color: #ebebeb;
	position: relative;
	min-height: 200px;
	overflow: hidden;
	border-radius: 25px;
}
.page-details .news-box .newslist-box .news-left{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 50%;
	left: 25px;
	transform: translate(0,-50%);
	border: 3px solid #2a5a98;
	border-radius: 50%;
	overflow: hidden;
}
.page-details .news-box .newslist-box .news-left img{
	width: 220px;
}
.page-details .news-box .newslist-box .news-right{
	padding-left: 170px;
}
.page-details .news-box .newslist-box .news-right h2{
	font-size: 16px;
	padding: 5px 0 10px;
}
.page-details .news-box .newslist-box .news-right span,
.page-details .news-box .newslist-box .news-right .news-details{
	font-size: 14px;
}
.page-details .news-box .newslist-box .news-right .news-icon span{
	display: inline-block;
	width: 19px;
	height: 13px;
	background: url(../images/news-icon.png) no-repeat;
	margin-top: 15px;
}
.page-details .news-box .newslist-box:hover{
	background-color: #2a5a98;
}
.page-details .news-box .newslist-box:hover .news-left{
	border-color: white;
}
.page-details .news-box .newslist-box:hover span,
.page-details .news-box .newslist-box:hover .news-details,
.page-details .news-box .newslist-box:hover a{
	color: white;
}
.page-details .news-box .newslist-box:hover .news-icon span{
	background: url(../images/news-icon-active.png) no-repeat;
}
.page-details .news-details .news-title{
	text-align: center;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 25px;
}
.page-details .news-details .news-title h2{
	font-size: 22px;
	padding-bottom: 25px;
}
.page-details .news-details .text{
	padding: 0 15px;
}
.goods .content{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.goods .content table{
	width: 700px;
}
.goods .content p{
	width: 700px;
}
.goods .content table p{
	width: auto;
}

.contact form{
	display: flex;
	flex-wrap: wrap;
}
.contact form .form-group{
	flex: 0 0 100%;
}
.contact form .form-group input{
	padding: 22px 14px;
	border-radius: 0;
	border: 1px solid #e8e8e8;
}
.contact form .form-group textarea{
	height: 166px;
	border-radius: 0;
	border: 1px solid #e8e8e8;
}

.contact form .form-group:nth-child(1){
	margin-right: 10px;
}
.contact form .form-group:nth-child(1),
.contact form .form-group:nth-child(2){
	flex: 0 0 49%;
}
.contact form .form-group button{
	background-color: #2a5a98;
	border-radius: 0;
	border: 1px solid #2a5a98;
}
.service-content{
	padding: 0 200px;
}
.service-content p{
	text-indent: 30px;
	line-height: 32px;
	font-size: 16px;
	margin: 10px 0;
}
.service-content p span{
	font-weight: bold;
	color: rgb(190,0,0);
}
.service-content .img{
	text-align: center;
}

.service-content .box{
	width: 100%;
	padding: 20px;
	background-color: #eef2f7;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.service-content .box::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #2a5a98;
	z-index: -1;
	left: 0;
	top: 0;
	transition: .2s;
}
.service-content .box:hover::before{
	top: 5px;
	left: 5px;
}
.service-content .box .text-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
}
.service-content .box .text-title span{
	background-color: rgb(190,0,0);
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	color: white;
	line-height: 30px;
	text-align: center;
}
.service-content .box li{
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 25px;
}
.service-content .box li:last-child{
	padding: 0;
}
.service2{
	padding-top: 30px;
}
.service2 li{
	text-indent: 30px;
	line-height: 30px !important;
}
.service2 li span{
	color: rgb(190,0,0);
	font-weight: bold;
}
.service2 .text-title span{
	background-color: #2a5a98 !important;
}
.page-details .contact .right ul li p strong{
	color: rgb(190,0,0);
}