.banners-wap img,
.banners img{
	max-width:100%;
	width:100%;
}

.sec-title{
	text-align:center;
	color:#005eb8;
}
.sec-title h2{
	margin:5px 0;
	font-size:24px;
}

.sec-title span{
    width: 180px;
    height: 2px;
    background-color: #cbcbcb;
    display:block;
    position: relative;
    margin: 20px auto 20px;
}
.sec-title span:after{
	position: absolute;
    content: '';
    width: 48px;
    height: 2px;
    top:0;
    left:50%;
    transform:translateX(-24px);
    background-color:#005eb8;
}

/*
.sec-title:after {
	content:'';
    display: block;
    margin: 20px auto;
    width: 80px;
    height: 3px;
    background: #012f4e;
}*/
.sec-title div{
	text-transform: uppercase;
	font-size:48px;
	font-weight:bold;
	text-align:center;
}

.news-section img,
.products-section img{
	max-width:90%;
}

@media (min-width: 1280px){
	.pm-product-section .container{
		width:1200px;
	}
}

/*=================
  PM Product Section
==================*/
.pm-product-section{
	min-height:600px;
	position:relative;
	background: url('../images/pmpbg.jpg') no-repeat center center / cover;
}

.pm-product-section:before{
	width:4vw;
	height:100%;
	content:'';
	position:absolute;
	left:0;
	top:0;
	background-color:#005eb8;
}
.pm-product-section .pmp-left{
	color:#005eb8;
}
.pm-product-section .pmp-left .tt-section{
	writing-mode: vertical-lr; 
}
.pm-product-section .pmp-left .tt-section .tt1{
	font-size:48px;
	font-weight:bold;
	line-height:1.5;
	text-transform: uppercase;
} 
.pm-product-section .pmp-left .tt-section .tt2{
	font-size:24px;
	line-height:1.5;
	position:relative;
}
.pm-product-section .pmp-left .tt-section .tt2 span{
	position: absolute;
    width: 2px;
    height: 180px;
    top: 50%;
    transform: translateY(-12px);
    left: 17px;
    background-color: #cbcbcb;
    display:block;
}
.pm-product-section .pmp-left .tt-section .tt2 span:after{
	position: absolute;
    content: '';
    width: 2px;
    height: 48px;
    top:0;
    left:0;
    background-color:#005eb8;
}
.pm-product-section .pmp-left .pmp-list-box{
	position: absolute;
    left: 135px;
    top: 230px;
}
.pm-product-section .pmp-left .pmp-list-box .pmp-list li{
	margin: 5px 0;
    border: 1px solid #d2d2d2;
    width: 90%;
    padding: 15px 10px;
}
.pm-product-section .pmp-left .pmp-list-box .pmp-list li.active,
.pm-product-section .pmp-left .pmp-list-box .pmp-list li:hover{
	width:100%;
	-webkit-transition: all .5s ease;
  	transition: all .5s ease;
  	background-color:#005eb8;
}
.pm-product-section .pmp-left .pmp-list-box .pmp-list li.active a,
.pm-product-section .pmp-left .pmp-list-box .pmp-list li:hover a{
	color:#fff;
}
.pm-product-section .pmp-left .pmp-list-box .pmp-list li img.ic{
	width:20px;
	height:20px;
	margin:0;
	margin-left:15px;
	opacity:0;
	-webkit-transition: all .5s ease;
  	transition: all .5s ease;
  	position:absolute;
  	right:15px;
  	top:19px;
}
.pm-product-section .pmp-left .pmp-list-box .pmp-list li.active img.ic,
.pm-product-section .pmp-left .pmp-list-box .pmp-list li:hover img.ic{
	opacity:1;
}
.pm-product-section .pmp-left .pmp-list-box .pmp-list li img{
	width:30px;
	height:30px;
	margin-right:15px;
}
.pm-product-section .pmp-left .pmp-list-box .pmp-list li a{
	display: flex;
    align-items: center;
    font-size:15px;
}
.pm-product-section .pmp-center{
	text-align:center;
}
.pm-product-section .pmp-center img{
	max-width:90%;
	margin:0 auto;
}
.pm-product-section .pmp-right{
	
}
.pm-product-section .pmp-right .pmp-info-box{
	margin-top: 230px;
    display: flex;
    flex-direction: column;
}
.pm-product-section .pmp-right .pmp-info-box a.pmp-title{
	color:#005eb8;
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	margin-bottom:10px;
	display:block;
}
.pm-product-section .pmp-right .pmp-info-box span{
	font-weight:bold;
	line-height:1.5;
	color:#333;
	font-size:20px;
	margin-bottom:20px;
}
.pm-product-section .pmp-right .pmp-info-box a.pmp-btn{
	border: 1px solid #005eb8;
    padding: 8px 15px;
    font-size: 14px;
    display: block;
    width: 120px;
    text-align: center;
    -webkit-transition: all .5s ease;
  	transition: all .5s ease;
}
.pm-product-section .pmp-right .pmp-info-box a.pmp-btn:hover{
	background-color:#005eb8;
	color:#fff;
}




/*=================
  Gaishu Section
==================*/
.gaishu-section .ic-item{
	text-align:center;
	font-size:16px;
	color:#333;
}

.gaishu-section .ic-item .ic-item-box{
	border:1px solid #005eb8;
	border-radius:5px;
	width:110px;
	height:110px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto 15px auto;
}
.gaishu-section .ic-item .ic-item-box img{
	height:60px;
	margin:0 auto;
}

.gaishu-section .ad-banner{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-left: 5vw;
    padding-right: 5vw;
    color:#fff;
}

.gaishu-section .ad-banner h2{
	font-size: 18px;
    background-color: #005eb8;
    color: #fff;
    width: 130px;
    text-align: center;
    padding: 6px;
    border-radius: 2px;
    letter-spacing: 3px;
    margin: 0 0 10px 0;
}
.gaishu-section.en .ad-banner h2{
	width:300px;
}
.gaishu-section.en .ad-banner h3{
	width:60%;
}
.gaishu-section .ad-banner h3{
	font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.gaishu-section .ad-banner h3:after{
	content:'';
	position:absolute;
	width:80px;
	height:2px;
	background-color:#005eb8;
	bottom:0;
	left:0;
}
.gaishu-section .ad-banner span{
	font-size:20px;
	font-weight:bold;
}

/*=================
  About Section
==================*/

.about-section .tt-section .tt1{
	font-size:48px;
	font-weight:bold;
	line-height:1.5;
	text-transform: uppercase;
	color:#005eb8;
} 
.about-section .tt-section .tt2{
	font-size:24px;
	line-height:1.5;
	position:relative;
	color:#005eb8;
}
.about-section .tt-section .tt2 span{
    width: 180px;
    height: 2px;
    background-color: #cbcbcb;
    display:block;
    margin-top:15px;
    margin-bottom:30px;
    position:relative;
}
.about-section .tt-section .tt2 span:after{
	position: absolute;
    content: '';
    width: 48px;
    height: 2px;
    top:0;
    left:0;
    background-color:#005eb8;
}

.about-section{
	background-color:#f7f7f7;
	display:flex;
}
.about-section .ab-right,
.about-section .ab-left{
	width:50%;
	color:#333;
	line-height:1.5;
}
.about-section .ab-left .about-box{
	width: 600px;
	max-width:100%;
	float:right;
	padding:0 70px 0 15px;
}
.about-section .ab-left h2{
	    font-size: 20px;
    margin-bottom: 20px;
}
.about-section .ab-right{
	position:relative;
}
.about-section .ab-right img{
	max-width:100%;
	width:100%;
}

.about-section .ab-right:after{
	position:absolute;
	content:'';
	background-color:#005eb8;
	left:60px;
	top:-40px;
	height:calc(100% + 80px);
	width:calc(100% - 60px);
	z-index:-1;
}
.about-section .ab-right:before{
	position:absolute;
	content:'';
	background-color:#005eb8;
	right:0px;
	top:-40px;
	height:calc(100% + 80px);
	width:40px;
	z-index:100;
}


/*=================
  Youshi Section
==================*/
.youshi-section .youshi-item img{
	max-width:100%;
}
.youshi-section .youshi-item > div{
	padding:0;
	margin:0;
}
.youshi-section .youshi-item{
	background-color:#f4f4f4;
}
.youshi-section .youshi-item .ys-info{
	padding: 60px 60px 0 ;
	line-height:1.5;
}
.youshi-section .youshi-item .ys-info h3{
	font-size:18px;
	font-weight:bold;
	position:relative;
}
.youshi-section .youshi-item .ys-info h3 span{
	position: absolute;
    font-size: 48px;
    opacity: 0.15;
    color: #005eb8;
    left: -3px;
    bottom: 5px;
}
.youshi-section .youshi-item .ys-info .line{
	width: 100%;
    height: 2px;
    background-color: #cbcbcb;
    display:block;
    margin-top:30px;
    margin-bottom:30px;
    position:relative;
}
.youshi-section .youshi-item .ys-info .line:after{
	position: absolute;
    content: '';
    width: 48px;
    height: 2px;
    top:0;
    left:0;
    background-color:#005eb8;
}

/*=================
  Products Section
==================*/
.products-section{
	
}
.products-section .sec-title{
	width:100%;
	background-color:#005eb8;
	color:#fff;
	padding:15px 0;
}
.products-item h4{
	font-size:18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
}
.products-item a.products-item-thumb{
	padding-bottom:25px;
	border-bottom:2px solid #005eb8;
	text-align:center;
}
.products-item a.products-item-name{
	margin-top:20px;
	margin-bottom:20px;
}
.products-item a.products-item-btn{
	margin:0 auto;
	width:100px;
	background-color:#005eb8;
	border-radius:50px;
	padding:4px 8px;
	text-align:center;
	color:#fff;
}
.products-item a{
	display:block;
}




/*=================
  News Section
==================*/
.news-section{
	background: url('../images/newsbg.jpg') no-repeat center center / cover;
}
.news-section .sec-title{
	color:#fff;
}
.news-item-info{
	color:#fff;
}
.news-item-info h4{
	font-size:18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#fff;
    margin-top:0;
    font-weight:bold;
    margin-bottom:15px;
}
.news-item-info span{
	opacity:0.8;
}
.news-item-info a{
	color:#fff;
	line-height:1.5;
	font-size:13px;
}
.news-section .news-item{
	margin:20px 0;
	padding:20px 15px;
	color:#fff;
	display:flex;
}
.news-section li{
	border-bottom:1px solid #fff;
}

.news-section .news-item:hover{
	background-color:#005eb8;
}
.news-section .news-item-date{
	font-size:14px;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.news-section .news-item-date strong{
	font-size:36px;
}
.news-section .news-item-btn{
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.news-section .news-item-btn .news-btn{
	background-color: #fff;
    padding: 4px 20px;
    border-radius: 20px;
    width: 100%;
    display: block;
    text-align: center;
}













@media only screen and (max-width: 1440px) {
	
}
@media only screen and (max-width: 1200px) {
	.news-section .news-item{
		display:block;
	}
	.pm-product-section .pmp-left .tt-section{
		writing-mode: inherit;
	}
	.pm-product-section:before{
		display:none;
	}
	.sec-title div,
	.about-section .tt-section .tt1,
	.pm-product-section .pmp-left .tt-section .tt1{
		font-size:36px;
	}
	.sec-title h2,
	.about-section .tt-section .tt2,
	.pm-product-section .pmp-left .tt-section .tt2{
		font-size:20px;
	}
	.pm-product-section .pmp-left .tt-section .tt2 span{
		width: 100%;
	    height: 2px;
	    left: 0;
	    top: auto;
	    bottom: -20px;
	    position: relative;
	}
	.pm-product-section .pmp-left .tt-section .tt2 span:after{
		width:48px;
		height:2px;
	}
	.pm-product-section .pmp-left .pmp-list-box{
		position: relative;
	    left: auto;
	    top: auto;
	    margin-top: 30px;
	}
	.pm-product-section .pmp-left .pmp-list-box .pmp-list li{
		width:100%;
	}
	.pm-product-section .pmp-right .pmp-info-box{
		margin: 0 0 60px;
	}
	.about-section .ab-right, .about-section .ab-left{
		width:100%;
	}
	.gaishu-section .ad-banner h3{
		font-size:20px;
	}
	.about-section{
		display:block;
	}
	.about-section .ab-left .about-box{
		padding-right: 60px;
    	margin-bottom: 30px;
	}
	.about-section .ab-right:before{
		width:20px;
		height:calc(100% + 50px);
	}
	.about-section .ab-right:after{
		height:calc(100% + 60px);
	}
	.youshi-section .youshi-item .ys-info{
		padding:40px 30px 20px 30px;
	}
	.products-section .products-list li{
		margin-bottom:15px;
	}
	.news-section .news-item-date{
		margin-bottom:15px;
	}
	.news-item-info span{
		white-space: normal;
	   overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   -webkit-line-clamp: 3;
	   -webkit-box-orient: vertical;
	   word-break: break-all;
	   margin-bottom:15px;
	}
	.news-item-info h4{
		white-space: normal;
		line-height:1.5;
	}
}
@media only screen and (max-width: 767px) {
	.sec-title h2{
		font-size:22px;
	}
	
	
}