@charset "utf-8";
/*--------------导航*--------------*/

/*-- 导航--*/
#nydh{
	width:100%;
	background-color:#fff;
	 position: fixed;
	 z-index:1000;
  	left: 0;
  	top: 0;
  	right: 0;
	padding:0.5vw 0;
}
.stickdip1{
	display:none;
}
.stick .stickdip{
	display:none;
}
.stick .stickdip1{
	display:block;
}
.stick{
	background-color:rgba(21,21,24,0.8) !important;
}
@media (max-width: 990px) {
	#nydh{
		position:static;
		 z-index:1;
	}
}
#nycon{
	width:100%;
	padding:0 2rem;
	margin:0 auto;
	justify-content:  space-between;
}
#nylog{
	flex:0 1 180px;
	 display: -webkit-flex; 
  display: flex;
  align-items:center;
}
#language{
	flex:0 0 auto;
	color:#dcdddd;
	 display: -webkit-flex; 
  display: flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
#language a{
	color:#E62129;
	font-weight:bold;
	text-decoration:none;
	font-size:1.3em;
}

#language .dropdown-menu>li>a{
	color:#fff;
}
#language .dropdown-menu>li>a:hover{
	background-color:#e62129;
}
#language .dropdown-menu{
	background-color:#232427;
	min-width:120px;
	text-align:center;
}
#dropsjx{
	position:absolute;
	left:40%;
	top:-15px;
	color:#232427;
}
@media (max-width: 990px) {

#dropsjx{
	top:-12px;
}

}
.indexmenu{
	flex:0 0 auto;
	 display: -webkit-flex; 
  display: flex;
  justify-content:flex-end;
}
.indexmenu ul{
	margin-right:2vw;
}
.indexmenu li{
	display:inline-block;
	position:relative;
}
.indexmenu>ul>li>a:before{
	position:absolute;
 left:0;
 bottom:0;
 width:100%;
  height:100%;
	content:"";
	-webkit-transform: perspective(800px) rotateX(-90deg);
    -moz-transform: perspective(800px) rotateX(-90deg);
    -ms-transform: perspective(800px) rotateX(-90deg);
    transform: perspective(800px) rotateX(-90deg);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
	 -webkit-box-shadow: 0px 10px 5px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
	-webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
filter:alpha(opacity:0); opacity:0; 

}
.indexmenu>ul>li:hover>::before{
filter:alpha(opacity:100); opacity:1; 
  -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.indexmenu li a{
	display:block;
	padding:0.5vw 1.5vw 0.5vw 1.5vw;
	color:#999;
	font-weight:bold;
	position:relative;
	z-index:20;
}
.indexmenu li a div{
	position:relative;
	padding:8px 0;
}
.indexmenu li a div::before{
		position:absolute;
 left:0;
 bottom:0;
 width:0%;
  height:2px;
  background-color:#e62129;
	content:"";
}
.indexmenu li a:hover div::before,.indexmenu > ul > li.indexactive a div::before{
	 -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
	width:100%;
}
.indexmenu > ul > li:hover a,.indexmenu li a:hover,.indexmenu > ul > li.indexactive a{
	color:#333;
	font-weight:700;
}

.stick .indexmenu > ul > li:hover>a,.stick .indexmenu li a:hover,.stick .indexmenu > ul > li.indexactive a{
	color:#fff;
}

@media only screen and (max-width: 980px) {
	#language{
		order:1;
	}
	#language a{
		font-size:16px;
	}
	 .indexmenu ul{
		 display:none;
	 }
	 .indexmenu{
		 order:3;
		 flex:0 1 60px;
	 display: -webkit-flex; 
  display: flex;
  justify-content:center;
  align-items:center;
	 }
	#nylog{
		 order:2;
	flex:1;
  justify-content:center;
  padding:15px 0;
  
}
#nylog img{
	width:140px;
}
}
@media only screen and (max-width: 490px) {
	#nylog img{
	width:100px;
}
}
/*宽屏版电脑导航子菜单*/
.sub-menu li{
	display:block;
}
 .indexmenu > ul > li .sub-menu {
      position: absolute;
      top: 90%;
      left: 0px;
      text-align: left;
      background-color: #ffffff;
      width: 240px;
      z-index: -99;
      visibility: hidden;
      opacity: 0;
	   -webkit-box-shadow: 0px 10px 5px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
	    -webkit-transform: perspective(800px) rotateX(-90deg);
    -moz-transform: perspective(800px) rotateX(-90deg);
    -ms-transform: perspective(800px) rotateX(-90deg);
    transform: perspective(800px) rotateX(-90deg);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
       }
	   .indexmenu > ul > li:hover .sub-menu {
      margin-top: 0;
      z-index: 99;
	    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
      visibility: visible;
      opacity: 1; }
	  
      .indexmenu > ul > li .sub-menu li a {
        display: block;
        color: #999;
        font-weight: 400;
		padding:12px 20px;
		border-bottom:#d1d1d1 solid 1px;
		 }
      .indexmenu > ul > li .sub-menu li:hover a, .indexmenu > ul > li .sub-menu li.indexactive a {
        color: #fff !important;
		background-color:#e62129; }
/*宽屏版电脑下拉菜单*/
.indexmenu .dropdown-menu{
	background-color:#000;
	overflow:hidden;
	padding:0px;
	z-index:99999;
	border-radius:0;	
}
.indexmenu .dropdown-menu>li{
	border-bottom:#222 solid 1px;
	
}
.indexmenu .dropdown-menu>li>a{
	min-width:160px;
	padding-top:8px;
	padding-bottom:8px;
	color:#fff;
}

.indexmenu .dropdown-menu>li>a:hover{color:#fff;text-decoration:none;background:#E62129;}
.indexmenu .dropdown-menu>.indexactive>a,.indexmenu .dropdown-menu>.indexactive>a:focus,.indexmenu .dropdown-menu>.indexactive>a:hover{color:#fff; background:#e62129; text-decoration:noneoutline:0}
/*下拉菜单active焦点背景，字体颜色*/
/*--------移动版导航--------------*/

.navtop {
	width:20px;
	border:none;
	display:none;
	vertical-align:text-center;
	padding-top:6px;
}
.btn-nav {
	position:relative;
	background:0 0;
	border:none;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-ms-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;
	cursor:pointer;
	z-index:99999
}
.btn-nav:focus {
	outline:0
}

.icon-bar {
	display:block;
	margin:6px 0;
	width:20px;
	height:2px;
	background-color:#787878;
}
.btn-nav:hover .icon-bar {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	background-color:#e62129;
}
.nav-content {
	position:fixed;
	top:-100%;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.7);
	display:block;
	height:100%;
	z-index:10000;
}
.nav-list {
	list-style:none;
	padding:0;
	position:relative;
	padding:3vw 0;
	margin-top:2em;
}

.item-anchor:after {
	content:"";
	position:absolute;
	width:3px;
	height:1px;
	left:0;
	bottom:-10px;
	z-index:9;
	background:0 0;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.item-anchor {
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	text-decoration:none;
	padding:5px 20px;
	display:block;
}

.item-anchor:hover, .item-anchor:focus {
		color:#e62129;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease
}
.mobmain{
	display:none;
	margin-top:15px;
}
.item-anchor:hover:after, .item-anchor:focus:after {
	width:100%;
	background:#666;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
#ptlist1,#ptlist2{
	display:none;
	margin-top:15px;
}
.nav-item {
	text-align:left;
}
.itemchil{
	color:#fff;
	display:block;
	padding-top:2px;
	font-size:14px;
}
@media (max-width:980px){
	.navtop {
		display:block;
	}
	.nav-item {
		border-bottom:#666 dashed 1px;
		padding:8px 0;
	}
	.item-anchor {
		font-size:14px;
	}
	
	.itemchil{
		text-indent:2em;
		
	}
	.itemchil:hover{
			color:#e62129;
		
	}
}
.itemchil i{
	font-size:14px;
}
.animated {
	display:block;
	margin:0 auto
}
.animated:hover .icon-bar, .animated:focus .icon-bar {
	background-color:#e62129;
}
.animated:focus {
	cursor:pointer;
	z-index:9999999;
}
.middle {
	margin:0 auto
}
.icon-bar {
-webkit-transition:all .7s ease;
-moz-transition:all .7s ease;
-ms-transition:all .7s ease;
-o-transition:all .7s ease;
transition:all .7s ease;
	z-index:999999
}
.animated .icon-bar {
	z-index:100000;
	background-color:#e62129;
}
.animated .top {
	-webkit-transform:translateY(6px) rotateZ(45deg);
	-moz-transform:translateY(6px) rotateZ(45deg);
	-ms-transform:translateY(6px) rotateZ(45deg);
	-o-transform:translateY(6px) rotateZ(45deg);
	transform:translateY(6px) rotateZ(45deg)
}
.animated .bottom {
	-webkit-transform:translateY(-8px) rotateZ(-45deg);
	-moz-transform:translateY(-8px) rotateZ(-45deg);
	-ms-transform:translateY(-8px) rotateZ(-45deg);
	-o-transform:translateY(-8px) rotateZ(-45deg);
	transform:translateY(-8px) rotateZ(-45deg)
}
.animated .middle {
	width:0
}
@keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
@-webkit-keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
@-moz-keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
@-o-keyframes showNav {
from {
top:-100%
}
to {
	top:0
}
}
.showNav {
	-webkit-animation:showNav 1s ease forwards;
	-moz-animation:showNav 1s ease forwards;
	-o-animation:showNav 1s ease forwards;
	animation:showNav 1s ease forwards
}
@keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
@-webkit-keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
@-moz-keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
@-o-keyframes hideNav {
from {
top:0
}
to {
	top:-100%
}
}
.hideNav {
	-webkit-animation:hideNav 1s ease forwards;
	-moz-animation:hideNav 1s ease forwards;
	-o-animation:hideNav 1s ease forwards;
	animation:hideNav 1s ease forwards
}
.hidden {
	display:none;
}


/*--------移动版导航END--------------*/



/*底部*/

footer{
	background-color:#1B3E69;
	padding-bottom:20px;
	}

footer .footleft,footer .footmid,footer .footright{
	flex:0 0 auto;
}
footer .footleft p{
	color:rgba(255,255,255,0.4);
	padding:25px 0;
	width:27rem;
	line-height:2em;
}

.footleft a{
		color:rgba(255,255,255,0.4);
}
.footleft a span{
	color:#fff;
}
.footleft a:hover{
	color:#E62129;
}
.footright .wrap-flex-1{
	display: -webkit-flex; 
  display: flex;
  color:#fff;
}

/*二维码*/
.footright .left-cont{
	text-align:center;
	padding:0 10px;}
footer .wrap-flex{
	justify-content:space-between;
	padding:4rem 0;
}


footer h3{
	font-size:1.2em;
	font-weight:600;
	color:#fff;
	text-align:left;
    white-space:nowrap;
}

footer ul{
	margin-top:1.5rem;
	padding-right:2em;
	}
footer ul li a{
	color:rgba(255,255,255,0.4);
	display:block;
	text-decoration:none;
	padding:5px 0;
	white-space:nowrap;
	}
footer ul li a:hover,.footmid-map:hover{
	color:#E62129;}

footer .wrap-flex-1{
	 display: -webkit-flex; 
  	display: flex;
	margin-bottom:-2rem;
}
.footmid-map{
	display:inline-block;
	color:rgba(255,255,255,1);
	padding-top:1rem;
	font-weight:bold;}
	
@media (max-width: 902px) {
	foot .wrap-flex{
		  flex-direction: column;}
	footer .wrap-flex-1{
		  flex-direction: column;}
		.footright .left-cont{
		padding:10px 0;}	  
}
@media only screen and (max-width: 768px) {
	footer .wrap-flex{
  justify-content: flex-start;	
  align-items:flex-start ;
  flex-direction: column;
	}
	footer .wrap-flex-1{
		  flex-direction: column;}
	footer h3{
		padding-top:10px;}
	#copy .copy-title p{
		padding-left:10px;}	
	footer p{
		white-space:nowrap;}
	.footright .left-cont{
		padding:10px 0;}
	.footmid-map{
		font-size:16px;}		
}	
/*版权所有*/
.copy-title{	
	padding:1rem 0 5px 0;
	border-top:rgba(255,255,255,0.2) solid 1px;
	background-color:#1B3E69;
	}
.copy-title p{
	text-align:center;
	color:rgba(255,255,255,0.5);
	}
.copy-title a,.copy-bottom a,.copy-bottom-link{
		color:rgba(255,255,255,0.5);
}	
.copy-title a:hover,.copy-bottom a:hover{
	text-decoration:none;
	color:#E62129;}	
.copy-bottom{
	text-align:center;}
@media only screen and (max-width: 768px) {
	.copy-bottom{
		text-align:left;}
}
/*--------------------------首页------------------------------------*/
/*bar*/
.bar-line{
	width:100px;
	height:5px;
	background-color:#DCDDDD;
	}
.barmore{
	display:block;
	width:100%;
	border-radius:30px;
	padding:10px 5rem;
	color:#333;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
	border:#fff solid 2px;
}
.barmore:hover{
	color:#fff;
	border:#fff solid 2px;
	background-color:transparent;
}
@media only screen and (max-width: 767px) {
	.barmore{
		margin-top:20px !important;
		padding:30px 20px;}
}

/*--产品系列--*/
#qiyevideo{
	width:100%;
	padding-bottom:0;
}

#qiyevideo .pagestitlemediuser{
	text-align:center;
}
#qiyevideo .tabs{
	width:100%;
	max-width:1600px;
	margin:2vw auto;
	overflow:hidden;
	}

#qiyevideo .swiper-button-next,#qiyevideo .swiper-button-prev {
	top:50% !important;
}
.swiper-container5 .swiper-slide{
	 width:22%;
	 background:none;
	 cursor:pointer;
	 margin:1vw auto;
	 line-height:1.5em;
}

.swiper-container5 .swiper-slide a{
	color:#333;
	display:block;
	font-size:1rem;
	padding:8px 0;
	position:relative;
	text-align:center;
	z-index:10;
}
.swiper-container5 .swiper-slide a span{
	display:inline-block;
	line-height:1.6em;}
@media only screen and (max-width: 767px) {
	.swiper-container5 .swiper-slide a span{
		font-size:12px;
		text-align:left;
}
}
	
.swiper-container5 .swiper-slide a:hover,.swiper-container5 .active{
	color:#E50012 !important;
}
.swiper-container5 .swiper-slide a:hover .qiyevideoyq,.swiper-container5 .active .qiyevideoyq{
	background-color:#1B3E69;
}
#tabs-container{
	margin:0 auto;
}

#tabs-container .swiper-slide{
	background:url(/UkjpTufrUO0oTk8qUEbnUkjpTufrJ15IHyEOUS1oIIqYT0IQKIqOIxHqD0MnUSOHTxIsID.jpg) no-repeat;
	background-size:cover;	
	word-wrap:break-word;
word-break:break-all;
color:#5d5d5e;
}
#tabs-container .swiper-slide a{
	display:block;
	color:#7d7d7e;
	position:relative;
}
#tabs-container .swiper-slide a .wrap-flex{
	display: -webkit-flex; 
  display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
}
.pro-img,.pro-righttop{
	flex:1;}
.pro-img img{
	display:block;
	width:auto;
	margin:0 auto;}	
.pro-righttop{
	padding-right:6em;
}
#tabs-container .swiper-slide a:hover{
	color:#1B3E69;
}
.pro-title-gray{
	font-size:3rem;
	color:#676767;
	font-weight:bold;
		padding:1rem 0;
	text-align:right;
}
#tabs-container  p{
	line-height:1.5em;
	color:#676767;
	text-align:right;
}

.pro-name{
	color:#676767;
	font-size:1.2em;
	text-align:right;
	line-height:1em;
	}
 .promore{
	float:right;
	background-color:#E50012;
	color:#fff;
	text-align:center;
	padding:0.8rem 3rem;
	font-size:0.8em;
	margin-top:2rem;}
.promore:hover{
		background-color:#1B3E69;
		color:#fff;
}

@media (max-width: 767px) {
.swiper-container5 .swiper-slide{
	 width: 25%;
}
.promore{
	 padding:0 20px;}
.pro-righttop{
	padding-right:15px;
}
 #tabs-container  p{
	 font-size:12px;
 }

}

/*关于我们*/
#index-about{
	padding-top:0;
}
#index-about h1{
	font-size:10rem;
	color:rgba(238,238,239,0.3);
	font-family:"Arial Black", Gadget, sans-serif;
	letter-spacing:1.8rem;
	text-align:center;
	white-space:nowrap;
}
@media (min-width: 1024px) and (max-width:1440px) {
	#index-about h1{
		letter-spacing:5px;
	}
}
@media (min-width: 769px) and (max-width:1023px) {
	#index-about h1{	
	font-size:6rem;
letter-spacing:8px;
}
 }
@media (max-width: 767px) {
#index-about h1{	
letter-spacing:4px;
}

}
#index-about .col-md-6{
	padding-top:5rem;
}

.abouttop{
	padding-left:10rem;
}
#index-about .wrap-flex{
	align-items:center;
}
.ab-number{
	position:absolute;
	right:0;
	top:-5rem;
	z-index:3;
	font-size:14rem;
	line-height:14rem;
	text-align:center;
	font-weight:bold;
	color:#3676B4;
	font-style:italic;
	background-image: linear-gradient(red, yellow);
	 background-size: 100% 100%;
	 -webkit-background-clip: text;
	-webkit-text-fill-color:transparent;	
	}
.ab-number span{
	display:inline-block;
	font-size:4rem;
	font-style:normal;
	padding-left:5px;
}	
.ab-imgbg{
	position:relative;}
.ab-imgbg img{
	
		display:block;
		background-color:#263448;
		 box-shadow: 3rem -3rem 0 rgba(38,52,72,1);
		 
}	
.ab-line{
	width:200px;
	height:1px;
	background-color:#B6B6B7;
	margin-right:10px;
	}	
@media only screen and (max-width: 768px) {
	.abouttop{
	padding-left:15px;
}
	#index-about h1{
	font-size:6rem;
	}
	#index-about .ab-number{
		margin-top:5px;}
	#index-about .row{
		margin-top:0px;}		
	#index-about .col-md-5{
		margin-top:20px;}
}		

.about-title{
color:#1B3E69;
font-weight:bold;
white-space:nowrap;
}
.about-name{
	padding:2rem 0;
	font-size:3rem;
	color:#333;
}

@media only screen and (max-width: 768px) {
#index-about .promore{
	font-size:12px;}
#index-about .about-title:nth-child(1){
	font-size:16px;}		
#index-about .about-title:nth-child(2){
	font-size:12px;}	
}	

#index-about p{
	max-width:420px;
	color:#5F5D5D ;}
#index-about .promore{
	display:inline-block;
	float:none;
	padding:10px 40px;
	margin-top:8rem;
	border-radius:0;
	border:#E50012 solid 1px;
	color:#fff;
}	
#index-about .promore:hover{
	background-color:#E50012;
	color:#fff;
}
.about-line{
	width:2px;
	height:100px;
	background-color:#B6B6B7;
	margin:0 20px;}
.about-title{
	padding-bottom:10px;
}
.about-title span{
	font-size:2rem;
	color:#E50012;
}

#index-about .col-lg-3 .about-js{
	max-width:300px;
	color:#5F5D5D;
	 line-height: 1.5em;
		  height: 4.5em;
	}	
@media only screen and (max-width: 768px) {
	#index-about .col-lg-3{
		margin-top:20px;
		}
	.about-line{
		display:none;
}	
}	

/*质量控制*/
#index-quality{
	background-color:#1B3E69;
	background-image:url(/UkjpTufrUO0oTk8qUEbnUkjpTufrJ15IHyEOUS1oIIqYT1EGKHMNTyOPD1MFU0WqHj.jpg);
	background-position: 3vw center;
	background-repeat:no-repeat;
	color:#fff;
}
.quality-title{
	font-size:1.8em;
	padding:2rem 0;
	white-space:nowrap;
}
.quality-title span{
	font-weight:bold;}
#index-quality p{
	padding:1rem 0;
	max-width:400px;
	color:rgba(255,255,255,0.6)
	}
.quality-cont{
	padding-left:2rem;}	
#index-quality .newsmore{
	display:inline-block;
	color:#fff;
	margin-top:5rem;
	border-bottom:#FFF solid 1px;
	}
#index-quality .newsmore:hover{
	color:rgba(255,255,255,0.6)
}
@media only screen and (max-width: 768px) {
	#index-quality{
		background-image:none;
	}
	#index-quality .col-sm-6:first-child{
		margin-bottom:3rem;
	}
	#index-quality p{
		font-size:14px;}
	#index-quality .newsmore{
		font-size:14px;}
}
/*新闻资讯*/
#index-news h1{
	text-align:center;
	padding:15px 0;
	font-weight:normal;
}	

.newline{
	width:60px;
	height:5px;
	background-color:#E62129;
	margin:0 auto;}
.news-cont{
	position:relative;
	overflow:hidden;
}
.news-first{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:20px 0;
	background-color:rgba(27,62,105,0.8);
}
.news-cont a{
		color:#fff;
}

.news-first a:hover{
	color:#E62129;}
	.news-cont a:hover img{
		-webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
	}
.news-cont a:hover img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
     transform: scale3d(1.1, 1.1, 1);
}	
.news-cont .wrap-flex{
	justify-content:space-around;
}
.first-title{
	font-size:1.6rem;
	font-weight:bold;
	color:#fff;}
.newsmore{
	position:relative;
	left:0;
	color:#fff;
	transition: all .5s ease-in-out;
	}
.news-first a:hover .newsmore{
	left:10px;}	
.news-title{
		 margin-top:1.5em;
		 }
.news-title a{
	display:block;
	font-size:1.2em;
	text-align:left ;
	font-weight:bold;
	color:#333;
}	
#index-news em{
	display:inline-block;
	color:#A1A1A1;
	padding:0;
}	
#index-news p a{
	padding-top:1rem;
display:block;
color:#8B8B8C;}
#index-news p a span{
	color:#1B3E69;
}
#index-news p a:hover span{
	color:#E62129;
	}

#index-news p a:hover{
	color:#E62129;
}
.news-cont  .newsmore{
	display:block;
	margin-top:1rem;
	padding-bottom:2rem;
}
.news-cont a:hover{
		color:#E62129;
}	
@media only screen and (max-width: 768px) {
    #index-news .col-md-6{
		margin-top:10px;
		}		
}
/*-------------------------------内页--------------------------------*/	
/*nybanner*/
#nybanner{
	height:42rem;
	background-size:100% auto;
	background-position:left center;
	background-repeat:no-repeat;
	  font-weight:bold;
	  color:#fff;
	text-transform:uppercase;
	padding:0;
}
#nybanner h4{
	text-align:left;
	margin-top:18rem;
}
@media (max-width:767px){
	#nybanner{
		height:200px;
		background-size:cover;
		background-repeat:no-repeat;
	}
	#nybanner h4{
	margin-top:6rem;
}
}
@media (min-width: 768px) and (max-width:1021px) {
		#nybanner{
		height:30rem;
		background-size:cover;
		background-repeat:no-repeat;
	}
	#nybanner h4{
	margin-top:6rem;
}
}
@media (min-width: 1023px) and (max-width:1440px){
	#nybanner{
		height:435px;
	}
	
}

.nyprobannerimg{
	background-image:url(/UkjpTufrUO0oTk8qUEbnUkjpTufrJ15IHyEOUREUKyMTI0SPUISIEk5PDIfLH1AOTy9OID.jpg);
}

.nyabbannerimg{
	background-image:url(/UkjpTufrUO0oTk8qUEbnUkjpTufrJ15IHyEOUSIKKxqUT1qDDOkIIkkDHxLoJ0WH.jpg);
}

.nyappbannerimg{
	background-image:url(/UkjpTufrUO0oTk8qUEbnUkjpTufrJ15IHyEOUSMHK1kOT1EODu5JIRZpJHEF.jpg);
	}	
.nynewbannerimg{
	background-image:url(/UkjpTufrUO0oTk8qUEbnUkjpTufrJ15IHyEOUScDExRpIyEQUI1EDxVsHIIUU1uQHj.jpg);
	}
.nycontbannerimg{
	background-image:url(/UkjpTufrUO0oTk8qUEbnUkjpTufrJ15IHyEOUSqnK0MFI0RrHSWTTyWqKHNLH1AOTy9OID.jpg);
}

/*关于我们*/
#about-jy h2{
	color:#1B3E69;}
#about-jy p{
	padding:1rem 0;
	color:#474443;}
@media (max-width:768px){
#about-jy .col-md-7{
		margin-top:20px;
}
}

/*企业文化*/
#company-culture{
	background:url(/UkjpTufrUO0oTk8qUEbnUkjpTufrJ15IHyEOUSIKKxqUT1EGU1NnK0SI.jpg) no-repeat center;
	background-size:cover;
	padding:10rem 0;
	}	
#company-culture h2{
	color:#fff;}	
#company-culture ul li{
	padding:5px 0;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
}
#company-culture ul li span{
	font-size:1.1rem;
}	
#company-culture ul li  .c-txt{
	font-weight:lighter;}
#company-culture .wrap-flex{
	justify-content:  space-between;
}
#company-culture .c-cont{
	border-radius:15px;
	background-color:rgba(254,254,254,0.8);
	padding-top:4rem;
	padding-bottom:6rem;
	padding-left:2rem;
	padding-right:2rem;}

.culture-title{
	font-size:1.6rem;
	font-weight:bold;
	padding:1em 0;}	
.c-cont p{
	max-width:260px;
	color:#5F5D5D;}
@media (max-width:768px){
#company-culture .wrap-flex{
flex-direction: column;	
}
#company-culture .c-cont{
	margin-top:20px;}

.culture-title{
	font-size:16px;}	
.c-cont p{
	max-width:500px;}		
}
/*企业优势*/
#company-adv h2,#company-adv h3{
	text-align:left;}
#company-adv h2{
	color:#1B3E69;
}	
#company-adv h3{
	color:#333;
}
	
.adv-con{
	color:#333;
	padding:1rem 0;}
		
.adv-cont-txt{
	font-size:2rem;
	font-weight:bold;
	margin-left:5px;}	
.adv-con p{
	max-width:540px;
	padding:1rem 0;
	color:#A1A1A1;}	
.adv-line{
	width:90%;
	height:1px;
	background-color:#c1c1c1;}	
@media (max-width:768px){	
	#company-adv .col-sm-6:nth-child(2){
		margin-top:20px;}
	#company-adv h2{
		line-height:1.8em;}		
}		

/*产品展示*/
@media (min-width: 1600px){	
	#products .col-md-8{
	padding-left:14rem;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {	
	#products .col-md-8{
	padding-left:10rem;
}
}
@media (min-width: 1600px){
#products .col-md-8{
	padding-left:0;
}
}
.product-white p{
	padding:1rem 0;
	color:#757475;
	}

.product-white h2,.product-gray h2{
	text-align:left;
	color:#1B3E69;
	text-transform:uppercase;
}

.product-white h3,.product-gray h3{
	text-align:left;
	font-weight:normal;
	color:#333;
	margin-top:6rem;
}
.product-white ul,.product-gray ul{
	margin-top:2rem;
}

.product-gray{
	background-color:#e6e9ea; 
}
.promorewhite{
	display:inline-block;
  text-decoration:none;
  padding:1rem 3rem;
  text-align:center;
  margin-top:4vw;
  color:#fff;
  background-color:#E62129;
	}
.promorewhite i{
	position:relative;
	left:0;
	transition: all .5s ease-in-out;
	}	
.promorewhite:hover{
	 color:#fff;
	 background-color:#1B3E69;
}
.promorewhite:hover i{
		left:10px;
}
	
/*产品详细*/
.proviewtitle{
	width:100%;
	overflow:hidden;
	 display: -webkit-flex; 
  display: flex;
  font-size:3rem;
  line-height:1em;
  font-weight:700;
   position:relative;
}
.proviewtitleleft{
	flex:0 0 36rem;
	position:relative;
	overflow:hidden;
	letter-spacing:5px;
	text-indent:2em;
	color:#fff;
	background-color:#1B3E69;
	-webkit-transform: skew(-30deg);
	 -moz-transform: skew(-30deg);
	 -o-transform:skew(-30deg);
	 -ms-transform:skew(-30deg);
	}
.proviewtitleleft div{
	-webkit-transform: skew(30deg);
	 -moz-transform: skew(30deg);
	 -o-transform:skew(30deg);
	 -ms-transform:skew(30deg);
	 padding:8px 0;
}
.proviewtitleright{
	flex:1;
	background-color:#C4252A;
	 -webkit-transform: skew(-30deg);
	 -moz-transform: skew(-30deg);
	 -o-transform:skew(-30deg);
	 -ms-transform:skew(-30deg);
	
}
.proviewtitlecolor{
	position:absolute;
	 right:0;
top:0;
width:2rem;
height:100%;
background-color:#C4252A;
}
.proviewtitlecolor1{
	position:absolute;
	 left:0;
	top:0;
width:2rem;
height:100%;
background-color:#1B3E69;
}
.proviewtitjx{
	flex:0 0 2rem;
	background-color:#1B3E69;
	 transform:skew(-30deg);
	 -webkit-transform: skew(-30deg);
	 -moz-transform: skew(-30deg);
	 -o-transform:skew(-30deg);
	 -ms-transform:skew(-30deg); 
}
.proviewtitjx2{
	flex:0 0 1rem;
	background-color:transparent;
	 transform:skew(-30deg);
	 -webkit-transform: skew(-30deg);
	 -moz-transform: skew(-30deg);
	 -o-transform:skew(-30deg);
	 -ms-transform:skew(-30deg); 
}

.protitlelayer1{
	width:100%;
	height:100%;
	display:block;
}
#proviesbg{
	background-color:#e6e9ea;
}
.pronamet{
	font-size:3.5rem;
	color:#1B3E69;
	font-weight:bold;
	margin-top:2vw;
}
.pronameb{
	font-size:3rem;
	color:#666;
	font-weight:400;
	line-height:1.3em;
	font-weight:300;
	margin-top:5px;
	margin-bottom:1.5vw;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:#aaa solid 1px;
}
.proviewgs p{
	word-wrap: break-word;
    word-break: normal;
	line-height:1.5em;
	color:#666;
	}
.proviewgs img{
	width:100% !important;
	height:auto !important;
}
.proviewgs h3{
	padding:10px 0;
	color:#535353;
	font-weight:bold;
	margin-top:1vw;
	
}
.proviewgs p strong{
	font-weight:bold;
}
.protitle{
	font-size:3rem;
	color:#333;
	text-transform:uppercase;
	line-height:1.1em;
}
.protitle span{
	color:#ef8641;
}
.promartoppos{
	 display: -webkit-flex; 
  display: flex;
   justify-content:center;
align-items:center;
margin-top:15px;
}

.promartopright{
	flex:1;
	max-width:200px;
}
.promartopright img{
	width:100%;
}

.promartopleft{
	flex:1;
	background-color:#d9dbdc;
	height:1px;
}


.nyjiacondetc{
	overflow:hidden;
	overflow-x: scroll;
}

.proviewbgny{
	overflow:hidden;
	color:#333;
	background-color:#fff;
	padding-top:10px;
}
.nyjiacondetc{
	padding-left:4rem;
	padding-right:4rem;
}
.proviewbgny h3{
	color:#1b3e69;
	margin-top:2vw;
	padding-bottom:1rem;
	text-transform:capitalize;
	text-align:left;
}

.proviewbgny h2{
	color:#ef8641;
	font-size:2rem;
	margin-top:1vw;
	
}
.proviewbgny p{
	line-height:1.5em;
	word-wrap: break-word;
    word-break: normal;
	margin-top:10px;
	}

.proviewbgny img{
	width:auto !important;
	height:auto !important;
	max-width:100%;
}
.proviewbgny table{
	width:100%;
}



.proviewbgny table td{
	padding:5px 10px;
	text-align:center;
	border:#CCC solid 1px;
}
.nyjiacondetc tr:nth-child(1){
	padding:1em 0;
	color:#fff;
	background-color:#666;
	font-weight:bold;
}
.specialtalbe{
	  background-color:#888 !important;
  color:#fff !important;
  font-weight:bold !important;
}
#proothers{
	background-color:#e6e9ea;
}
.thumbnail{
	background-color:transparent;
	border:none;
}
 .thumbnail .img{
	border:#ddd solid 1px;
	border-radius:5px;
	overflow:hidden;
}
.thumbnail:hover img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
              transform: scale3d(1.1, 1.1, 1);
}

.thumbnail .img img{
	width:100%;
	transition: all .3s ease-in-out;
}
.caption{
	line-height:1.4em;
}
.caption strong{
	font-weight:800;
	font-size:1.2em;
}
@media (max-width:1000px){
	
	.proviewbgny table{
		margin:0;
	}

	.proviewbgny table td{
	padding:0px 0px;
}
}
@media (max-width:768px){
	.nyjiacondetc{
	padding-left:15px;
	padding-right:15px;
}
	.proname{
		line-height:1.5em;
	}
}


/*联系方法*/
#contact{
padding-bottom:4rem;
text-align:center;}

#contact .wrap-flex .flex-con{
	flex:1;
	border:#CCC solid 1px;
	padding:1rem 2rem;}
#contact .wrap-flex .flex-con:nth-child(2){
	margin-left:2rem;
	margin-right:2rem;
}
.cont-info-img{
	text-align:center;
	font-size:3rem;
	color:#CCC;
}

#contact h4{
	padding:1rem 0;
	font-size:1.2em;
	}
#contact  p{
	width:80%;
	margin:0 auto;
}	
#contact  p a{
 color:#757475;
 font-weight:700;
}	
#contact  p a:hover{
	color:#333;
}
@media (max-width:768px){
	#contact .wrap-flex{
	flex-direction:column;
}
#contact .wrap-flex .flex-con:nth-child(2){
	margin-left:0rem;
	margin-right:0rem;
}
#contact .wrap-flex .flex-con{
	margin-top:2rem;
}
#contact  p{
	width:100%;}

#contact .flex-con:nth-child(4),#contact .flex-con:nth-child(5){
		margin-top:10px;
}
}
/*地图*/			
#allmap{
	height:40vh;
	border-top:#f1f1f1 8px solid;
	margin-top:6rem;
}
 #allmap p{
	 font-size:14px;} 
  
/*新闻中心*/
#news{
	background-color:#eef1f4;
}
#news .row{
	padding:3rem;
	border:#eeeeee solid 2px;
	margin-bottom:2rem;
	background-color:#fff;
}
#news h4{
	color: #080808;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:0px;
}
.news-title{
	font-size:1.2em;
	font-weight:bold;
	}
#news h6{
	font-size: 0.9em;
	margin-top:5px;
	color: #999999;
	}
.newsp{
	color: #666666;
	word-wrap:break-word;
	word-break:break-all;
	margin-top:5px;
	}
#news img {
  filter: grayscale(40%);
}

#news a:hover img{
	filter:alpha(opacity:50); opacity:0.5;  -moz-opacity:0.5;-khtml-opacity: 0.5;
}
#news .indexaboutmore i{
position:relative;
left:0;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

#news .indexaboutmore:hover i{
	left:10px;
}
@media (max-width:1024px){
	#news .col-md-3{
		margin-bottom:1em;
}
}

/***新闻详细***/
#newsview img{
	width:100%;
	max-width:100%;
	width:auto!important;
	height:auto!important;
	display:block;
	margin:0 auto;
}
#newsview  h2,.newsview-name{
	font-weight:bold;
	text-align:center;
	color:#333;
}

.newsview-name{
	font-size:2em;
	}
.newsview-time{
	color:#787878;
	text-align:center;
	margin-top:2rem;
	margin-bottom:2.5rem;
	padding-bottom:1em;
	border-bottom:#eeeeee solid 2px;
}
.SiteLink{
border-bottom:#CCC solid 3px;
padding-bottom:2rem;
}
.SiteLink p{
	margin-top:1rem;
	margin-bottom:1rem;
	line-height:2em;
	color:#787878;
}
.SiteLink a:hover{
	text-decoration:underline;
}
.newsview-div{
	text-align:right;
}
.newsview-page{
	color:#999;
	padding-top:1rem;
}
.newsview-page a{
	color:#333;
	font-weight:700;
}
#newsview  .newsview-page a:hover{
	text-decoration:none;
	color:#E62129;
}

/*销售网络*/
.sales-work-introduction{
	padding:1rem 0;}
@media only screen and (max-width: 768px) {
	.sales-work-introduction{
		font-size:14px;}
}	
				
/*--目录下载-*/
#Application a{
	display:inline-block;
	border:#E62129 solid 1px;
	color:#E62129;
	padding:0.8rem 6rem;
	margin-top:3rem;
	font-size:1.6rem;
	border-radius:30px;
}	
#Application a:hover{
	background-color:#E62129;
	border:none;
	color:#fff;
}
#Application h2{
	color:#1B3E69;
}
@media only screen and (max-width: 768px) {
	#Application a{
		font-size:16px;}

}	
/*----------------分站------------*/	
#enterprise h2{
	color:#333;}
#enterprise .wrap-flex{
	justify-content: space-between;
	align-items: center;
	
}	
.enterprise-arie{
	border:#666 solid 1px;}