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

.head-container {}

.head {
	position: fixed;
	width: 100%;
	z-index: 10;
	transition: .3s;
	background-color: rgba(255,255,255,0.5);
}

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

.head .head-top .left {
	flex: 0 0 19%;
	line-height: 90px;
}

.logoimg {
	height: 60px;
}

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

.nav-li {
	padding: 0 45px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.nav-li:last-child{
	padding: 0 0 0 30px;
}
.nav-li:last-child a{
	
	display: inline-block;
	padding: 0 10px;
}
.navA {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	color: #000;
	height: 100%;
	border-bottom: 2px solid transparent;
}
.navA:hover{
	border-color: #cd7770;
	color: #cd7770;
}
.navA.active{
	color: #cd7770;
	border-color: #cd7770;
}


.title{
	text-align: center;
}
.title h3{
	font-size: 40px;
	font-weight: bold;
	color: #cccccc;
	text-transform: uppercase;
}
.title h2{
	color: #cd7770;
	font-weight: bold;
	font-size: 30px;
	background: url(../images/title-icon.png) center no-repeat;
}
.product{
	background: url(../images/goods-bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.show-ul{
	padding: 15px 0;
	display: flex;
	justify-content: center;
}

.show-ul li a{
	display: inline-block;
	padding: 10px 15px;
	background-color: #cd7770;
	color: white;
	margin: 0 5px;
	border-left: 3px solid #0e64ad;
}
.show-ul li a:hover,
.show-ul li.active a{
	background-color: #0e64ad;
}
.show-box ul{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.show-box ul li{
	flex: 0 0 23%;
	margin-bottom: 15px;
}
.show-box ul li img{
	width: 100%;
}
.show-box ul li p{
	margin-top: 1px;
	padding: 10px 0;
	text-align: center;
	color: white;
	background-color: #9b9b9b;
}
.show-box ul li:hover p{
	background-color: #cd7770;
}
.home-banner{
	padding: 40px 0;
	text-align: center;
	background: url(../images/banner-bg.jpg) no-repeat;
	background-size: cover;
	color: white;
}
.home-banner h2{
	font-size: 34px;
}
.home-banner h3{
	font-size: 24px;
	padding-bottom: 20px;
}
.home-banner p{
	display: inline-block;
	position: relative;
	width: 326px;
	height: 41px;
	line-height: 41px;
	background: url(../images/banner-img.png) no-repeat;
	color: #cd7770;
}
.home-banner p span{
	font-size: 18px;
	font-weight: bold;
}
.home-banner p::before{
	content: "";
	position: absolute;
	width: 28px;
	height: 26px;
	background: url(../images/banner-icon.png) no-repeat;
	left: 30px;
	top: 50%;
	transform: translate(0,-50%);
}
.about{
	padding: 40px 0;
}
.about-box{
	display: flex;
	padding-top: 20px;
}
.about-box .left{
	flex: 0 0 55%;
	padding-right: 20px;
}
.about-box .left p{
	line-height: 50px;
}
.about-box .left a{
	padding: 10px 25px 10px 35px;
	margin-top: 30px;
	color: white;
	background: url(../images/about-btn.png) 12px center no-repeat;
	display: inline-block;
	background-color: #cd7770;
	border-left: 3px solid #0e64ad;
}
.about-box .left a:hover{
	background-color: #0e64ad;
}
.about-box .right{
	flex: 1;
}
.about-box .right img{
	width: 100%;
}
.about-icon{
	display: flex;
	padding-top: 35px;
}
.about-icon .box{
	flex: 0 0 25%;
	padding: 35px 0 35px 160px;
	border: 1px solid #bcbcbc;
	color: #cd7770;
}
.about-icon .box:nth-child(1){
	background: url(../images/about-icon1.png) 50px center no-repeat;
}
.about-icon .box:nth-child(2){
	background: url(../images/about-icon2.png) 50px center no-repeat;
}
.about-icon .box:nth-child(3){
	background: url(../images/about-icon3.png) 50px center no-repeat;
}
.about-icon .box:nth-child(4){
	background: url(../images/about-icon4.png) 50px center no-repeat;
}
.about-icon .box:hover{
	color: white;
	border-color: #cd7770;
}
.about-icon .box:nth-child(1):hover{
	background: #cd7770 url(../images/about-icon1a.png) 50px center no-repeat;
}
.about-icon .box:nth-child(2):hover{
	background: #cd7770 url(../images/about-icon2a.png) 50px center no-repeat;
}
.about-icon .box:nth-child(3):hover{
	background: #cd7770 url(../images/about-icon3a.png) 50px center no-repeat;
}
.about-icon .box:nth-child(4):hover{
	background: #cd7770 url(../images/about-icon4a.png) 50px center no-repeat;
}
.about-icon .box h2{
	font-size: 16px;
}
.about-icon .box span{
	font-size: 34px;
	font-weight: bold;
}
.quality{
	padding: 40px 0;
	background: url(../images/quality-bg.jpg) no-repeat;
	background-size: cover;
	border-top: 5px solid #cd7770;
}
.quality .title h3{
	color: white;
}
.quality .quality-box{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.quality .quality-box .box{
	flex: 0 0 30%;
}
.quality .quality-box .box img{
	width: 100%;
}
.quality .quality-box .box .text{
	padding: 70px 0 15px;
	text-align: center;
}
.quality .quality-box .box h2{
	font-size: 24px;
	font-weight: bold;
}
.quality .quality-box .box p{
	font-size: 16px;
	text-transform: uppercase;
}
.quality .quality-box .box:nth-child(2){
	margin-top: 60px;
}
.quality .quality-box .box:nth-child(1) .text{
	background: #fff url(../images/qua-icon1.png) center 20px no-repeat;
}
.quality .quality-box .box:nth-child(2) .text{
	background: #fff url(../images/qua-icon2.png) center 20px no-repeat;
}
.quality .quality-box .box:nth-child(3) .text{
	background: #fff url(../images/qua-icon3.png) center 20px no-repeat;
}
.quality .quality-box .box:nth-child(1):hover .text{
	background: #cd7770 url(../images/qua-icon1a.png) center 20px no-repeat;
}
.quality .quality-box .box:nth-child(2):hover .text{
	background: #cd7770 url(../images/qua-icon2a.png) center 20px no-repeat;
}
.quality .quality-box .box:nth-child(3):hover .text{
	background: #cd7770 url(../images/qua-icon3a.png) center 20px no-repeat;
}
.quality .quality-box .box:hover a{
	color: white;
}
.application{
	
}
.application .text{
	position: absolute;
	width: 480px;
	height: 100%;
	background: rgba(205,119,102,0.7);
	left: 12%;
	padding: 100px 30px 0 80px;
	color: white;
}
.application .text h2{
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.application .text h2::before{
	width: 70px;
	height: 1px;
	position: absolute;
	content: "";
	position: absolute;
	background-color: #fff;
	left: 0;
	bottom: 0;
}
.application .text p{
	line-height: 30px;
	min-height: 190px;
	padding-bottom: 40px;
}
.application .text ul{
	display: flex;
	flex-wrap: wrap;
}
.application .text ul li{
	flex: 0 0 33%;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}
.application .text ul li span{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.application .text ul li.active span{
	border-color: #0e64ad;
}
.news{
	background: url(../images/news-bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.news .news-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news .news-box .box{
	position: relative;
	padding: 80px 30px 15px;
	flex: 0 0 31%;
	background: #f3f3f3 url(../images/news-icon.png) 92% 30px no-repeat;
	margin: 30px 0;
	border-radius: 10px;
}
.news .news-box .box .time{
	position: absolute;
	width: 88px;
	height: 88px;
	top: -18px;
	left: 34px;
	background-color: #a4a4a4;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	color: white;
}
.news .news-box .box .time p:first-child{
	font-size: 24px;
}
.news .news-box .box p{
	flex: 0 0 100%;
}
.news .news-box .box h2{
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
}
.news .news-box .box:hover .time{
	background-color: #0e64ad;
}
.news .news-box .box:hover{
	background: #cd7770 url(../images/news-icona.png) 92% 30px no-repeat;
}
.news .news-box .box:hover a{
	color: white;
}
.partner{
    padding: 40px 0;
    background: url(../images/goods-bg.jpg) no-repeat;
}
.partner-box{
    padding: 20px 0;
    max-width: 1440px;
    overflow: hidden;
}

.partner-box ul{
    width: 4800px;
    animation: pr 40s linear infinite;
   display: flex;
   justify-content: space-between;
}
@keyframes pr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-3400px);
  }
}
.partner-box li{
   width: 240px;
   height: 160px;
}
.partner-box li img{
   width: 240px;
   height: 150px;
}
.footer{
	padding-top: 40px;
	background-color: #cd7770;
}
.footer .footer-box{
	display: flex;
}
.footer .footer-box .box{
	color: white;
	flex: 0 0 25%;
}
.footer .footer-box .box a{
	color: white;
}
.footer .footer-box img{
	max-width: 120px;
}
.footer .footer-box .box:first-child{
	background: url(../images/footer-logo.png) left top no-repeat;
}
.footer .footer-box .box:nth-child(2) ul{
	display: flex;
	flex-wrap: wrap;
}
.footer .footer-box .box:nth-child(2) h2{
	padding-bottom: 20px;
}
.footer .footer-box h2{
	font-size: 18px;
}
.footer .footer-box h2 span{
	font-size: 14px;
}
.footer .footer-box .box:nth-child(2) ul li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: 1px solid white;
	flex: 0 0 50%;
}
.footer .footer-box .box h2{
	margin: 0;
}
.footer .footer-box .box:nth-child(3){
	padding-left: 60px;
}
.footer .footer-box .box:nth-child(3) p{
	padding-left: 30px;
}
.footer .footer-box .box:last-child h3{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 5px;
}
.footer .footer-box .box:last-child .img{
	min-width: 25px;
}
.footer .footer-box .box:last-child li{
	display: flex;
	margin-bottom: 10px;
}
.copys{
	margin-top: 20px;
	border-top: 1px solid white;
	text-align: center;
	padding: 15px 0;
	color: white;
}
.page-title{
	text-align: center;
}
.page-title h2{
	font-size: 30px;
	font-weight: bold;
	color: #cd7770;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: url(../images/page-icon.png) center bottom no-repeat;
	
}
.about-img{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}



.details-content{
	padding-top: 60px;
}
.details-content img{
	max-width: 100%;
}

.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 p{
	font-size: 14px;
	color: #717171;
	line-height: 30px;
}

.main-goods{
	padding-bottom: 40px;
	display: flex;
}
.news-list{
	padding-bottom: 20px;
}
.newspages-li{
	margin: 20px 0;
	border: 1px solid #d4d4d4;
	padding: 15px 25px;
}
.newspages-li span{
	display: inline-block;
	padding: 5px 25px;
	border: 1px solid #d4d4d4;
}
.newspages-li .news-title{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d4d4d4;
}
.newspages-li .news-title h2{
	display: inline-block;
	flex: 0 0 80%;
	font-size: 16px;
}
.newspages-li .newspages-content{
	color: #333333;
	padding-bottom: 10px;
	font-size: 12px;
}
.newspages-li:hover{
	background-color: #cd7770;
	border-color: #cd7770;
}
.newspages-li:hover a{
	color: white;
}
.newspages-li:hover span{
	background-color: white;
	color: #3c3c3c;
}
.newspages-li:hover .newspages-content{
	color: white;
}
.contact .top{
	padding-bottom: 20px;
}
.contact .top ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .top ul li{
	flex: 0 0 23%;
	background-color: #cd7770;
	height: 170px;
	text-align: center;
	padding-top: 30px;
	margin: 20px 0;
}
.contact .top ul li img{
	margin-bottom: 15px;
}
.contact .top ul li p{
	color: white;
	padding: 5px 0;
}
.contact .top ul li:last-child img{
	margin: 0;
	width: 120px;
}
.contact-box .right #map{
	height: 350px;
}
.page-num, .page-link{
	color: #cd7770;
}
.page-num-current{
	background-color: #cd7770;
	color: white;
}
.page-num:hover, .page-link:hover{
	color: white;
	background-color: #cd7770;
}
.banner{
	position: relative;
}
a.a-btn{
    margin-top: 170px;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 25px;
	border: 1px solid #fff;
	color: white;
	z-index: 1;
	margin-left: 70px;
}
.quality .img{
    overflow: hidden;
}
.quality .box img{
    transition: .3s;
}
.quality .box:hover img{
    transform: scale(1.1);
}
.news .news-box .box .bottom{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden;
}