/* CSS Document */
/*内页banner*/
.innerBanner{ width: 100%; height:650px; overflow: hidden; position: relative;}
.innerBanner img{  width:100%; height: 650px; }  /*position: absolute; left: 50%; margin-left: -960px; max-width: 1920px;*/


.innerBanner.trainIndex .banTitle{ top: 140px; width: 70%;}
.innerBanner.trainIndex .banTitle h4{ font-size: 38px;line-height: 38px;;}
.innerBanner.trainIndex .banTitle h5{ font-size: 20px; font-weight: normal;line-height: 30px;}

.containerBox{ width: 100%; overflow: hidden;}

.contentBg{ background-color:#F3F5F7; padding: 30px 0 80px 0;}
.bgColor{ background-color:#F3F5F7;}

/*关于我们*/
.aboutBox {padding-bottom:20px;}

.aboutTxt .rightContent { padding:20px 20px 0 50%;}

.con-Div { background-color:#ffffff; border-radius:20px; position:relative; height:300px;}


.conTitle{ text-align:center; font-size:28px; padding:80px 0 50px;}
.con-Div {background-color: #fff; border-radius: 20px;}
.con-Div .con-left {position:absolute; width:50%; border-top-left-radius:20px; border-bottom-left-radius:20px; }
.con-Div .con-left img {border-top-left-radius:20px; border-bottom-left-radius:20px; width:100%; height:300px}   
.con-Div .con-right {width: 40%; padding: 40px 50px 30px 55%;}
.con-Div .con-right h4 { font-size:20px; font-weight:normal; }
.con-Div .con-right strong { padding:30px 0; font-weight:normal; display:block; font-size:16px;} 
.con-Div .con-right  p{ font-size: 14px; line-height: 28px; color: #666; margin-top: 10px; color: #666;}


/* 研发投入*/ 
.cont-wp{ background: #fff; border-radius: 20px; padding: 40px 80px 0;box-sizing: border-box;}
 .cont-wp .cont-row{  display: flex; justify-content:center; flex-wrap: wrap; }
 .cont-wp .cont-item{ width:calc((100%) / 3);padding-right: 20px; height: 100%; display: block;  color: #000; box-sizing: border-box; padding-bottom: 50px;}
 .cont-wp .cont-item dt,  .cont-wp .cont-item dd{ font-size: 16px; margin-top: 20px;}
 .cont-wp .cont-item dd strong{ font-size: 36px; }

.aboutTabContent .img-slide-wp{ width: 6.57rem; height: 3.96rem; position:absolute; border-top-left-radius: .3rem; border-bottom-left-radius: .3rem;}


/*社会责任*/
.img-box-area{display: flex; justify-content:center; flex-wrap: wrap; box-sizing: border-box;}
.img-box-area .img-box{ width:32.3%;  box-sizing: border-box; border-radius: 20px; margin-right:20px; overflow: hidden;}
.img-box-area .img-box .img-wp { border-radius: 20px;}
.img-box-area .img-box .img-wp img{ width: 100%; border-radius: 20px;}
.img-box-area .img-box .img-wp, .img-box-area .img-box .img-wp img{overflow: hidden; transition: all .5s ease; -webkit-transition: all .5s ease;}
.img-box-area .img-box:nth-of-type(3), .img-box-area .img-box:nth-of-type(5){ padding-right: 0; margin-right:0;}

.img-box-area .img-link { position: relative; display: block; width: 100%; height: 100%; color: #fff; border-radius: 20px;}
.img-box-area .img-link.no-link{ cursor: default!important;}
 .img-info{ transition:all 0.3s; bottom: 30px;}   /*.img-box-area .img-link:hover*/
.img-box-area .img-link.no-link .img-info{ cursor: default; transition:none; bottom: 30px;}
.img-box-area .img-link .img-info{ position: absolute ; left: 0;  z-index: 8; padding:0 30px; box-sizing: border-box;}  /*bottom: -.5rem;*/
.img-box-area .img-link .img-info h4{ font-size: 24px; margin-bottom: 20px;} 
.img-box-area .img-link .img-info p{ font-size: 16px; line-height: 24px;} 
.img-box-area .img-size-two .img-link .img-info p{ line-height: .36rem;} 
.img-box-area .img-link .img-info .btn-nor{ margin-top: .34rem;}




/*联系我们*/
.contact_bg{ background-color:#ffffff;}
.contact-left { border-radius:20px; width:48%;  float:left; height:240px; }

.contact-left > p { padding: 0 0 10px 50px; font-size:16px; }
.contact-left > p:first-child {padding-top: 30px;}
.contact-left > p:nth-child(2n){margin-bottom: 20px;}
.contact-left > p a{ text-decoration: underline;}
.contact-right{ width:48%;  display: inline-table; padding-left: 40px; height:240px;}
.contact-right  img {border-radius:20px; width:100%; height: 240px;}
#contactUs { margin-bottom: 70px;}

/*产品列表*/

.productList{ width: 100%; overflow: hidden;}
.productList ul{ width: 105%;}
.productList ul li{ width: 468px; height: auto; float: left; margin:20px 20px 0 0;overflow: hidden; position:relative;}
.productList ul li:nth(2) { margin-right: 0;}
.productList ul li img{ width: 100%; height: auto; transition: ease .2s;}
.productList ul li:hover img{ transform: scale(1.03);}

.proDetail {padding: 10px 0 ; z-index:99; color:#ffffff;  text-align:center; width:100%;}
.proTitle { font-size:24px; letter-spacing:2px; padding-bottom:12px; font-weight: normal}
.proMore { font-size:14px;}
.proMore a {color:#ffffff;}




/*产品详情*/
.proImgShow { padding: 50px; background-color: #ffffff; width: 800px; margin: 40px auto; border-radius: 20px; text-align:center; color:#666666;}
.proImgShow p {font-size:20px; padding:20px 0;}
.proImgShow span { font-size:16px; padding-right: 40px;}
.pro_desc { padding: 10px 60px; font-size: 20px; color:#666; line-height:30px; width:900px; text-align: justify;}
.pro_desc_title { border-bottom:2px #999 solid; width:120px; margin-bottom:20px; padding: 0px 0px 10px;}
.pro_desc p { padding-bottom: 20px;}
.pro_desc p span {color:#FF0000;     margin-bottom: 8px;    display: inline-block;}



/*菜单导航*/
.menuTitle{height: 70px; background: #fff; line-height: 70px; font-size: 16px;overflow: hidden;}
.menuTitle a{ display: inline-block; margin: 0 10px;}
.menuTitle span{ display: inline-block; color: #FE9F17;}


/*新闻详情*/
.newsDetail .news-title{
 font-size: 24px; text-align: center; color: #333333;
 padding: 50px  0; line-height: 32px;
}

.newsDetail .news-content{
  text-align: justify;
  font-size: 20px;
  line-height: 32px;
    padding: 0 50px;
}

.newsDetail .news-content p{
    padding-bottom: 20px;
}

.newsDetail .news-content .imgcenter{
    justify-content: center;
    margin: 0 auto;
    display: flex;
}

.pCenter{text-align: center; padding-top: 15px;}
/*

@media screen and (min-width:300px) and (max-width:1024px) {
	.innerBanner{ width: 100%;}
	.innerBanner img{ width: 100%; height: 100%; position: relative; margin: 0; left: 0;}
	




	.img-box-area .img-box { width:32%;}
	.contact-right {width:47%;}
}
*/



