@charset "utf-8";
/* CSS Document */



body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup{
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}

body{
	line-height:1.5em;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
	text-decoration:none;
	
}
a:hover{
	text-decoration:none;
}

html{
	-webkit-text-size-adjust:none;
	
	}

body{
	font-family:"微软雅黑", "宋体";
	font-size:14px;
	background-color:#FFF;
}
 /*----------------------------------------*/
/*  2.  Header Section
/*----------------------------------------*/
.header-section {
  background: -webkit-linear-gradient(right,#f5f5f5,white);
		background: -o-linear-gradient(right,#f5f5f5,white);
		background: -moz-linear-gradient(right,#f5f5f5,white);
		background: -mos-linear-gradient(right,#f5f5f5,white);
		background: linear-gradient(right,red,#f5f5f5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999999999; 
  padding: 15px 0;
  }






/*-- Header Logo --*/
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .header-logo .logo {
    margin: auto; }



/*-- Header bottom --*/
.header-bottom {
	background-color:transparent;
	
	 }

/*-- Header Bottom Logo --*/
.header-bottom-logo {
  float: left; }
  .header-bottom-logo .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px; }
    .header-bottom-logo .logo img {
      width: 100%;
      height: 100%; }

/*-- Main Menu --*/
.main-menu {
	margin-right:80px;
  float: right;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .main-menu > ul > li:last-child {
      margin-right: 0; }
    .main-menu > ul > li > a {
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      color: #787878;
      line-height: 30px;
      padding: 20px 0; }
	   .main-menu > ul > li:hover a, .main-menu > ul > li.active a {
      color: #d0121b;
	   }
     .main-menu > ul > li .sub-menu {
      position: absolute;
      top: 100%;
      margin-top: 20px;
      left: -20px;
      text-align: left;
	  text-indent:2em;
      background-color: #ffffff;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      width: 220px;
      z-index: -99;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-menu > ul > li .sub-menu li a {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        color: #999;
        font-weight: 700;
		padding:12px 0px;
		border-bottom:#d1d1d1 solid 1px;
		 }
      .main-menu > ul > li .sub-menu li:hover a, .main-menu > ul > li .sub-menu li.active a {
        color: #fff;
		background-color:#d0121b;
		 }
    .main-menu > ul > li:hover .sub-menu {
      margin-top: 0;
      z-index: 99;
      visibility: visible;
      opacity: 1; }
   @media only screen and (max-width: 1100px) {
	   .main-menu {
		   margin-left:20px;
	   }
   }
     @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-menu > ul > li {
        margin-right: 30px; } }
    
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-menu > ul > li > a {
          font-size: 13px; } }
  @media only screen and (max-width: 767px) {
	   .header-bottom-logo .logo {
		   width:120px;
	   }
    .main-menu {
      display: none !important; } 
	  }
  .main-menu > ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-right: 44px;
    position: relative;
    /*-- Sub Menu -*/
    /*-- Sub Menu -*/ }
  
   

/*-- Mobile Menu --*/
.mean-push {
  display: none; 
  
  }

.mobile-menu {
  position: relative;
   }

 .mean-bar{float:left;width:100%;position:relative;background:transparent;padding:4px 0;min-height:22px;z-index:9999; height:30px; margin-top:-40px;}
  .mean-bar .meanmenu-reveal {
    top: 0px;
    padding: 0;
    height: 30px;
    overflow: hidden;
	 color:#666;
	
	}
    .mean-bar .meanmenu-reveal:hover {
		color:#d0121b;
      }
    .mean-bar .meanmenu-reveal i {
      font-size: 36px !important;
      display: block;
      line-height: 30px;
      margin-top: -3px; }
    .mean-bar .meanmenu-reveal.meanclose i {
      font-size: 30px !important;
      margin-top: 0; }

/*-- Mean Nav --*/
.mean-nav {
  background:transparent;
  margin-top: -30px; }
  .mean-nav ul li.mean-last {
    padding-bottom: 10px; }
  .mean-nav ul li a {
    display: block;
    line-height: 24px;
    padding: 8px 0;
	background-color:#333;
    font-size: 12px;
	color:#fff;
     }
    .mean-nav ul li a:hover {
      color: #d0121b;
	  font-weight:bold;
	   }
    .mean-nav ul li a.mean-expand {
      width: 30px;
      top: 0;
      padding: 0 !important;
      border: none !important;
      right: 0;
      height: 42px;
      text-align: center;
      line-height: 42px;
      font-size: 20px !important; }
  .mean-nav ul li:hover > a{
    color: #fff;
	 }
	 .mean-nav ul li.active > a {
    color: #d1292e;
	
	 }
  .mean-nav ul li ul li a {
    padding: 8px 0;
    padding-left: 15px;
    border-top: 1px solid #999;
	background-color:#d0121b;
    opacity: 1; }
  .mean-nav ul li ul li ul li a {
    padding-left: 30px; }


/*-- Header yuyan --*/
.headerlang{
	position:absolute;
	right:30px;
	top:30%;
}
.headerlang a{
	font-size:14px;
	color:#fff;
	width:40px;
	height:40px;
	padding:7px;
	background-color:#d0121b;
	border-radius:18px;
}
.headerlang a:hover{
	color:#333;
}
/*-- Header Search --*/
.header-search {
  float: right;
  position: relative;
  z-index: 99999;
  margin-top:10px;
   }
/*-- Search Toggle --*/
.search-toggle {
  padding: 10px 0;
  float: right;
  background-color: transparent;
  border: none;
  color: #787878;
  cursor: pointer;
   }

 
  .search-toggle i {
    font-size: 20px;
    line-height: 20px; }
	 .search-toggle:hover {
    color: #d0121b;
	font-size:18px;
	}

/*-- Header Search Form --*/
.header-search-form {
  background-color: #ffffff;
  position: absolute;
  border: 1px solid #eeeeee;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-search-form.open {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    right: 30px; }
  .header-search-form form {
    position: relative;
    padding-right: 40px; }
    .header-search-form form input {
      color: #7d7d7d;
      border: 1px solid transparent;
      height: 40px;
      line-height: 24px;
      padding: 7px 15px;
      width: 300px; }
	   
    .header-search-form form button {
      position: absolute;
      right: 0;
      top: 0;
      background-color: transparent;
      color: #7d7d7d;
      width: 40px;
      height: 40px;
      border: none;
      background-color: transparent;
      cursor: pointer; }
      .header-search-form form button:hover {
        color: #d0121b; }
    .header-search-form form button i {
      font-size: 20px;
      display: block;
      line-height: 40px; }

  @media only screen and (max-width: 990px) {
	   .header-section {
padding: 8px 0;

}
	   .header-search {
  margin-right:30px;
  	 padding: 0px;
	   }
    .search-toggle {
		padding-right:10px;
		
	  } }
      @media only screen and (max-width: 767px) {
        .header-search-form form input {
          width: 200px; } }

 



/*底部*/
/*--footer---*/
.footer{
	background-color:#000;
	padding:20px 0;
	color:#666;
}
.footer a{
	color:#a1a1a1;
}
.conlink{
	text-align:right;
}
.conlink a:hover{
	color:#999;
}
/**底部**/
.dibu{
	background-color: #383838;
	line-height:2.2em;
	padding:3vw 0;
}    
.dibu ul{
	color: #cdcdcd;
}
.dibu a{
	color: #bbbbbb;
}

.wrap-flex{
  display: -webkit-flex; 
  display: flex;
  justify-content: space-between;
}
.flex-con{
	flex:0 0 auto;
}

.dibu a:hover{
	color: #d1292e;
}
.dibu .jiacu{
	font-weight:bold;
	font-size:17px;
	padding-bottom:1.5vw;
	position:relative;
}
.dibu img{
	margin-bottom:1vw;
}
.dibuline{
	 display: -webkit-flex; 
  display: flex;
  position:absolute;
  left:0;
  bottom:1vw;
  align-items:center;
}
.dibulineleft{
	background-color:#d1292e;
	width:1em;
	height:3px;
}
.dibulineright{
	width:3em;
	height:1px;
	background-color:#666;
}
@media only screen and (max-width: 767px) {
	.wrap-flex{
    flex-direction:column;
  justify-content: flex-start;
}
.dibu .jiacu{
	padding-bottom:10px;
}
.dibu .flex-con{
	margin-top:20px;
}
}
.dibu h2{
	color:#cdcdcd;
	margin-top:1em;
}

/*Page-banner*/
.page-banner{
	width:100%;
    display:-webkit-flex; /* Safari */
  display:flex;
   background-color:#d1292e;
   margin-top:20px;
}
.page-banner1{
	position:relative;	
	overflow:hidden;
	height:350px;
}
#page-bannerleft{
	background-color:#d1292e;
	flex:1;
	flex-grow:4;
}
#page-bannerleft img{
		height:100%;
		position:relative;	
		z-index:10;
		
}

.page-bannercon{
	 position:absolute;
	 top:0px;
	 left:0px;
	width:100%;
	height:100%;
	animation:myfirst 5s ease;
   -moz-animation:myfirst 5s ease; /* Firefox */
  -webkit-animation:myfirst 5s ease; /* Safari and Chrome */
  -o-animation: myfirst 5s ease;
}
.page-banner1 h2{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	z-index:1000;
	display:none;
}
.page-bannercon0{
	 background:url(../images/banner/page-banner00.jpg);
	 background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.page-bannercon1{
	 background:url(../images/banner/page-banner1.jpg);
	 background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.page-bannercon2{
	 background:url(../images/banner/page-banner2.jpg);
	 background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.page-bannercon3{
	 background:url(../images/banner/page-banner30.jpg);
	 background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.page-bannercon4{
	 background:url(../images/banner/page-banner4.jpg);
	 background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
@keyframes myfirst
{
  0%{
 -webkit-transform:scale(1.5); 
  -moz-transform:scale(1.5); 
  -o-transform:scale(1.5);
  transform:scale(1.5)
	}

	100%{
 -webkit-transform:scale(1); 
  -moz-transform:scale(1); 
  -o-transform:scale(1);
   transform:scale(1)
	}
}



#page-bannerright{
	font-weight:bold;
	font-size:36px;
	line-height:1.2em;
	flex:1;
	color:#fff;
	background-color:#d1292e;
	display: -webkit-flex; 
 display: flex;
 justify-content:center;
 flex-direction:column;
}
#page-bannerright small{
	font-size:18px;
}
@media (min-width:1920px){
	.page-banner1{
		height:500px;
		
	}
}
@media (min-width:768px) and (max-width:1200px){
	#page-bannerleft img{
		height:100%;
	}
	#page-bannerleft{
		height:240px;
	}
	#page-bannerright{
		overflow:hidden;
		font-size:24px;
	}
}
@media (max-width:768px){
	
	#page-bannerleft{
		height:180px;
		overflow:hidden;
		flex-grow:3;
	}
	#page-bannerright{
		overflow:hidden;
		font-size:18px;
	}
	#page-bannerright small{
		font-size:14px;
	}
}
@media (max-width:490px){
	#page-bannerleft img,#page-bannerright{
		display:none;
	}
	.page-banner1 h2{
		display:block;
	}
	.page-banner1{
		display: -webkit-flex; 
 display: flex;
 justify-content:center;
align-items:center;
	}
}

/*Aboutbrief*/
.abbrief{
	padding:4vw 0;
	max-width:1920px;
	margin:0 auto;
	color:#5a5c59;
	background:url(../images/aboutbg.png) no-repeat center center;
}
.abbrief a{
	margin-top:6px;
	display:block;
	max-width:220px;
	border:#999 solid 1px;
	padding:10px 0;
	text-align:center;
	font-size:18px;
	color:#666;
	margin-top:3vw;
}
.abbrief a:hover{
	background-color:#d0121b;
	color:#fff;
}
.abbrief h1{
	font-size:30px;
	font-weight:bold;
	line-height:1.5em;
	color:#d1292e;
	text-align:center;
}
.abbrief p{
	line-height:30px;
	color:#666;
	margin-bottom:30px;
}

.abbrief h3{
	font-size:15px;
	text-align:center;
	line-height:1.6em;
	color:#999;
	margin-bottom:2vw;
}
#nydh{
	z-index:1000;
	padding:2vw 0;
}
#nydh .active{
	background-color:#d1292e;
}
.nydhcon{
	width:100%;
	max-width:600px;
	margin:0 auto;
	flex-wrap:wrap;
	display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   dispiay:flex;
   justify-content:center;
 
}

.nydhdetail{
	text-align:center;
	flex:1;
	color:#FFF;
	z-index:1000;
	background-color:#999;
	max-width:120px;
	margin-left:10px;
	margin-right:10px;
}

.nydhdetail a{
	padding:12px 0;
	color:#FFF;
	display:block;
}
.nydhdetail a:hover{
	background-color:#d1292e;
	
}

/*Aboutcj*/
.culturecon{
	flex:1;
	background-color:#000000;
	position:relative;
	
}
.cultureicon{
	position:relative;
	z-index:10;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: -webkit-flex; 
  	display: flex;
  	flex-direction: column;
	 justify-content:center;
align-items:center;
}
.culturecon h2{
	color:#FFF;
	font-size:28px;
	text-align:center;
}

.culturecon h6{
	color:#FFF;
	font-size:14px;
	text-align:center;
	margin-top:10px;
	max-width:60%;
}
@media (max-width:768px){
	.culturecon h2{
		font-size:18px;
	}
	
}
.cultureconbg{
	filter:alpha(opacity:50);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	width:100%;
}
/*Aboutad --*/
#aboutad{
	padding:4vw 0;
	
}

#aboutad h3{
	font-weight:bold;
	font-size:24px;
	color:#484848;
	margin-bottom:15px;
}
#aboutad h3 i{
	color:#d1292e;
}
#aboutad .promartoppotxt{
	font-size:30px;
	line-height:1em;
	padding-top:0;
}
#aboutad .promartoppotxt small{
	font-weight:bold;
	font-size:24px;
	color:#484848;
}
@media (max-width:768px){
	#aboutad .promartoppotxt{
		font-size:24px;
	}
#aboutad h3,#aboutad .promartoppotxt small{
		font-size:16px;
	}
	#aboutad .wrap-flex{
		flex-direction:row;
	}
	
}
#aboutad ul{
	margin-top:3vw;
}
#aboutad li{
	padding:20px 0;
	border-bottom:#d2d2d2 solid 1px;
}
#aboutad p{
	color:#999;
}
.aboutadimg{
	margin-top:3vw;
	}
/*-- Product tile --*/

#protitle{
	margin:0 auto;
	margin-bottom:60px;
	padding:20px 0;
	color:#999;
}

#protitle a{
	color:#999;
}
/*Aboutcj --*/
#aboutcj,#abouthonor{
	background-color:#fafafa;
	padding:4vw 0;
}
#aboutcj .row,#abouthonor .row{
	margin-top:3vw;
}
#aboutcj .row .col-sm-4,#abouthonor.row .col-sm-4{
	margin-bottom:1.5vw;
}
#aboutcj .row .col-sm-4 img{
 box-shadow: 0 10px 10px rgba(80,80,80,0.6);
 border:#ccc solid 8px;
}
/*Abouthonor --*/
#abouthonor .thumbnail{	border:none !important;
	border-radius:0;
	background-color:transparent;}
#abouthonor .row .col-sm-4	img{
 box-shadow: 0 10px 10px rgba(80,80,80,0.6);
}
#abouthonor.thumbnail .img img{
	width:100%;
}
#abouthonor .thumbnail .img img:hover{
	-webkit-transform: scale3d(1.1, 1.1, 1);
     transform: scale3d(1.1, 1.1, 1);
}

#abouthonor .page-header{
	border-bottom:none;
}
/*----------------------------------------------*/
/*产品列表*/
.prolistbg{
	padding:3vw;
	background-color:#f4f4f4;
}
#product .col-xs-12{
	margin-bottom:1vw;
	
}

#product .thumbnail{
	border-radius:10px 0px 0px 0px;
   -moz-border-radius:10px 0px 0px 10px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  position:relative;
  background:#fff;
  padding:20px 0 15px 10px;
  overflow:hidden;
  
}
#product .thumbnail:hover{
	 box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	 -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.thumbnaildb{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:15%;
	z-index:1;
  background: -webkit-linear-gradient(top, #969c9c, #efefef); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #969c9c, #efefef); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #969c9c, #efefef); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom,#969c9c, #efefef); /* 标准的语法 */
}
.thumbnailfztx{
	position:absolute;
	right:0px;
	bottom:0px;
	width:130px;
	height:100%;
	z-index:1;
	background:url(../images/fztx.svg);
	background-repeat:no-repeat;
	background-size:auto 100%;
	display: -webkit-flex; 
 display: flex;
justify-content:center;
align-items:center;
color:#999;
text-indent:1em;
}
#product .thumbnail a:hover .thumbnailfztx{
	 background:url(../images/fztx1.svg);
	 background-repeat:no-repeat;
	background-size:auto 100%;
	color:#fff; 
}
#product .thumbnail img{
	position:relative;
	max-height:280px;
	display:block;
	float:left;
	display:inline;
	z-index:3;
	bottom:0px;
	-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;
}
#product .thumbnail a:hover img{
	bottom:8px;
	webkit-transform: scale3d(1.1, 1.1, 1);
              transform: scale3d(1.1, 1.1, 1);
}
#product .thumbnail .caption h4{
	font-size:24px;
	color:#585858;
	font-weight:bold;
	margin-top:20px;
	word-break:break-all;
	text-overflow:ellipsis;overflow:hidden;
}

#product .thumbnail .caption h6{
	color:#787878;
	line-height:1.6em;
	text-overflow:ellipsis;overflow:hidden;
}
#product .thumbnail .caption ul{
	margin-top:10px;
}
#product .thumbnail .caption li{
	color:#999;
	font-weight:bold;
	font-size:16px;
	line-height:1.6em;
	letter-spacing:2px;
}
#product .thumbnail .caption li:before{
	content: "\2022";
	color: #d70c19;
	font-size:16px;
	margin-right:5px;
}
@media (max-width:490px){
	#product .thumbnail img{
		width:40%;
	}
	#product .thumbnail{
		padding:15px 0 2px 10px;
	}
	#product .thumbnail .caption li{
		font-size:14px;
	line-height:1.4em;
	}
	#product .thumbnail .caption h4{
		margin-top:0px;
		font-size:20px;
	}
	
}
#product .thumbnail .caption a{
	color:#fff;
}

#product .thumbnail .caption{ white-space:nowrap; overflow:hidden;}

/*重定分页*/
.pagination>li>span{
	color:#fff;
	background-color:#d1292e;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#fff;background-color:#d1292e;border-color:#ddd}
.pagination>li>a{
	color:#3da036;
}







/*产品详细*/

.proview-1{
	padding:4vw 0;
}
.proname{
	font-size:20px;
	color:#666;
	line-height:24px;
	font-weight:normal;
	margin-bottom:20px;
}
.proname strong{
	font-weight:900;
	font-size:36px;
	color:#d2292e;
	line-height:1.6em;
}
.proname small{
	font-size:14px;
	line-height:1.1em;
}
.proviewgs p{
	line-height:1.8em;
    color:#666;
	margin-bottom:5px;
	word-wrap: break-word;
	}
.proviewgs{
	padding-bottom:2vw;
}
.proviewgs h3{
	font-size:20px;
	color:#585858;
	border-left:#d2292e solid 5px;
	font-weight:bold;
	text-indent:15px;
	margin-bottom:15px;
	margin-top:1.5vw;
}
.promartop{
	padding:3vw 0;
	background-color:#f1f1f1;
	}
.promarsimilar{
	padding:3vw 0;
	background-color:#fff;
	}
.promartoppos{
	 display: -webkit-flex; 
  display: flex;
}
.promartoppologo{
	flex:0 0 60px;
}
.promartoppologo img{
	width:100%;
}
.promartoppotxt{
	padding-left:15px;
	flex:1;
	color:#d2292e;
	font-weight:bold;
	font-size:28px;
	text-transform:uppercase;
	line-height:0.8em;
	padding-top:5px;
}
.promartoppotxt small{
	color:#666;
	font-size:18px;
}
@media (max-width:768px){
	.proname strong{
		font-size:24px;
	}
		.proname strong,.promartoppotxt{
		font-size:24px;
	}
.promartoppotxt small{
		font-size:16px;
	}
	.proviewgs h3{
		font-size:18px;
		margin-top:20px;
	}
}
.proviewbgny{
	overflow:hidden;
	color:#333;
	background-color:#f1f1f1;
	padding-bottom:3vw;
}
.nyjiacondetc{
	overflow:hidden;
	overflow-x: scroll;
}
.proviewbgny h3{
	color:#333;
	padding:15px 0;
	font-size:20px;
	
}

.proviewbgny p{
	line-height:25px;
	word-wrap: break-word;
    word-break: normal;
	}
.proviewbgny img{
	width:auto !important;
	height:auto !important;
	max-width:100%;
	margin:0 auto;
	display:block；
}
.proviewbgny table{
	width:100%;
}
.proviewbgny table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
.proviewbgny table tr:nth-child(even) {
  background-color:#fff;
}
.proviewbgny table tr:nth-child(1)>td {
  background-color:#444a4a;
  color:#fff;
  font-weight:bold;
  padding:20px 0;
}

.proviewbgny table td{
	padding:5px 0;
	text-align:center;
	border:#CCC solid 1px;
}

.specialtalbe{
	  background-color:#888 !important;
  color:#fff !important;
  font-weight:bold !important;
}
#proothers{
	  margin-top:3vh;
	  width:100%;
	  border-bottom:#dcdddd solid 1px;
  }
  #proothersleft{
	  padding:0 0 20px 0;
	  border-bottom:#0055a4 solid 3px;
	  margin:0 auto;
	  max-width:300px;
	  text-align:center;
	  font-size:24px;
	  text-transform:uppercase;
	  color:#535353;
	  margin-bottom:-3px;
	  
  }
@media (max-width:1000px){
	
	.proviewbgny table{
		margin:0;
	}
	.proviewbgny table td{
	padding:0px 0px;
}
}
/*服务中心*/


.servicevideo{
	padding-top:80px;
}
.servideocon{
	position:relative;
	background-color:transparent;
	cursor:pointer;
}
.servideocon p{
	text-align:center;
	line-height:30px;
}
.servideocon:hover img{
	opacity:0.6;
    filter:alpha(opacity=60); 
}
.servideocon1{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	flex-wrap:wrap;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    dispiay:flex;
   	justify-content:center;
	align-items:center;

}
.videotext{
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:30px;
	border:#FFF solid 1px;
	color:#FFF;
	text-align:center;
	
}
/*服务中心*/
.salesservice{
	padding-top:4vw;
}
.aftersales .col-sm-3{
	margin-bottom:30px;
}
.salesservice h1{
	font-size:32px;
	font-weight:bold;
	line-height:1.6em;
	color:#d1292e;
	text-align:center;
}
.salesservice h3{
	text-align:center;
	line-height:1.6em;
	color:#999;
}
.aftersales{
	text-align:center;
	color:#999;
	margin-top:80px;
	padding-bottom:60px;
	
}


/*Solution*/
.solution{
	padding:2vw 0;
}

.solution .wrap-flex img{
	margin-left:10px;
	margin-right:10px;
	flex:1;
	width:45%;
}
.salesservice h2{
	border-top:#666 dotted 1px;
	font-size:24px;
	font-weight:bold;
	margin-top:3vw;
	padding-top:20px;
}
.solution p{
	color:#9c9c9c;
	max-width:90%;
	margin-top:20px;
	margin-bottom:30px;
}
.solution a{
	background-color:#2e3135;
	margin-top:30px;
	display:block;
	padding:10px 25px;
	width:120px;
	text-align:center;
}
.solution a:hover{
	background-color:#2a691f;
	color:#fff;
}
/*parner*/
@media only screen and (max-width: 768px) {
	.solution .wrap-flex{
		  flex-direction: row;
	}
	.solution .wrap-flex img{
	margin-left:2px;
	margin-right:2px;
	margin-bottom:15px;
	width:39%;
}
}

@media only screen and (max-width: 489px) {
	.salesservice h2{
		font-size:18px;
	}

}
.service h1,.patner h1{
	color:#fff;
text-align:center;
font-size:36px;
line-height:36px;
font-weight:bold;
background-color:transparent;
letter-spacing:10px;
}
.service h3,.patner h3{
	text-align:center;
	font-weight:normal;
	font-size:14px;
	padding:15px 0;
	color:#fff;
}
.patnercon{
	margin-top:-120px;
}
.patnercondetail{
	width:90%;
	background-color:#fff;
	box-shadow: 0px 0px 15px #888888;
	padding:30px;
}
.patnercondetail img{
	display:inline-block;
	max-width:80px;
}
/*新闻中心*/
.news{
	padding:3vw 15px;;
	}
.news .container{
	max-width:1300px;

}
.news img{
	margin:10px 10px 10px 0px;
	}
	@media only screen and (min-width: 768px) {
		
		.news img{
	max-width:260px;
	margin:0 auto;
		}
	}
	
.news h5{
	color:#aaa;
	line-height:30px;
}

.news h2{
	font-size:16px;
	font-weight:bold;
	color:#333;
	}
.news p{
	 word-wrap: break-word;
	 color:#999;
	 max-width:900px;
	 line-height:30px;
	 margin-top:1vw;
}
.news .row{
	border-bottom:#CCC solid 1px;
}
.nynewsli{
	
	padding:3.5vw 0;
}
.nynewsbga{
	color:#787878;
	border:#787878 solid 1px;
	border-radius:20px;
	padding:8px 0;
	text-align:center;
	width:140px;
	display:block;
	
}
.nynewsbga:hover{
	background-color:#d1292e;
	border:#d1292e solid 1px;
	color:#fff;
	border:none;
}


.newsview{
	line-height:25px;
	padding-top:4vw;
	padding-bottom:4vw;
}
.newsview a{
	color:#333;
}
.newsview a:hover{
	text-decoration:underline;
}
.newsview h3{
	font-weight:bold;
}
.newsview p{
	word-wrap:break-word;
	word-break:normal;
	text-align:left;
	color:#666;
	margin-top:10px;
	margin-bottom:20px;
}
.newsview img{
	width:100%;
	max-width:100%;
	width:auto!important;
	height:auto!important;
	display:block;
	margin:0 auto;
}
.newsview  h2,.newsview-name{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#333;
}
.newsview-name{
	font-size:24px;
	}

.newsview-time{
	color:#787878;
	text-align:center;
	margin-bottom:40px;
}
@media only screen and (max-width: 768px) {
		.newsview-name{
			font-size:18px;
		}
		.newsview-time{
			margin-bottom:3vw;
		}
	}
.newsview-div{
	text-align:right;
}
.newsview .newsview-page{
	border-top:#ddd solid 1px;
}

.newsview .newsview-page1{
	border-bottom:#ddd solid 1px;
}





/*--联系我们-*/
.contact{
	background-color:#fff;
	padding-top:5vw;
	position:relative;
	padding-bottom:5vw;
}
.contactleft{
	flex:0 0 350px;
}
.contactleft a{
	color:#666;
}
.contactmap{
	flex:1;
	height:500px;
}

.contact h1{
	font-size:26px;
	font-weight:bold;
}

.contact li{
	padding:5px 0;
}
.contact strong{
	font-weight:bold;
}
.contactmapa{
	color:#d1292e !important;
}
.contact .row{
	margin-top:40px;
	margin-bottom:40px;
	
}

.contact h3{
	padding:10px 0;
	color:#333;
	font-size:18px;
	border-bottom:#ccc solid 1px;
	
}
.contact .row{
	padding:3vw 0;
	border-bottom:#ccc solid 1px;
}
.contact h2{
	color:#d1292e;
	font-size:24px;
	font-weight:bold;
	padding:5px 0;
}
@media (max-width:768px){
	.contact h2{
	font-size:20px;
}
.contact .col-xs-12{
	margin-bottom:10px;
}
.contact .wrap-flex{
	display:block;
	
}
.contact img{
	margin:0;

}
.contact .text-center{
	text-align:left;
}
.contactmap{
	height:350px;
	margin-top:20px;
}
}
.contact p{
	color:#666;
}



/*--目录下载-*/
#catalog{
	padding-top:40px;
	padding-bottom:60px;
}
.catalog{
	 flex-wrap:wrap;
	display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   dispiay:flex;
   background-color:#f1f1f1;
}

.catalog:first-child{
	 border-bottom:none;
}
.catalogitem,.catalogcon{
	flex:1;
	padding-top:15px;
	padding-bottom:15px;
	border-left:#d1d1d1 solid 1px;
}
.catalogitembg{
	background-color:#2a691f;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.catalogcon{
	padding-left:20px;
	padding-right:20px;
}
.catalogcon{
	flex-grow:2;
}
@media (max-width:768px){
	
	.catalog{
		display:block;
	}
	.catalogcon{
	 border-bottom:#CCC solid 1px;
	 border-top:#CCC solid 1px;
}
}
.catabor{
	border-top:#CCC solid 1px;
	background-color:#047e44;
	color:#fccf00;
	font-weight:bold;
	margin-top:30px;
}
.cataline{
	width:45px;
	background-color:#fdd100;
	height:5px;
	margin-bottom:30px;
}
@media (max-width:768px){
		html,body{
		font-size:12px;
	}

	#bottoma h2{
		font-size:24px;
	}
	.aboutvideo h1,.abbrief h1,#protitletext h1,.productslistsp h1,.service h1,.patner h1,.serbrand h1,.salesservice h1,.contact h1{
		font-size:20px;
     }
	 .aboutvideo h3,#protitletext h3,.proviewbgny h3,.serbrand h3,.salesservice h3{
		 font-size:12px;
	 }
	 .service h3,.patner h3{
		 padding:0px;
	 }
}