@charset "utf-8";
/* CSS Document */

@import url('owl.css');

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:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFF;
}
 @media only screen and (max-width: 767px) {
	 .container{
		 padding-left:30px;
		 padding-right:30px;
	 }
 }


/*----------------------------------------*/
/*  2.  Header Section
/*----------------------------------------*/
.header-section {
background-color:#d80c24;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99; }

/*-- Header Top Wrapper --*/
.header-top-wrapper {
  padding: 10px 0;
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; 
   align-items:center;
 }


/*-- Header Logo --*/

.header-logo .logo img{
	max-width:185px;
}



.header-logoma{
	padding-top:20px;
}

.header-logoma a{
	display:inline-block;
	color:#FFF;
}
.headertel{
	font-size:18px;
	font-weight:bold;
	margin-top:8px;
}
.headerlang{
	font-size:18px;
	font-weight:bold;
	color:#414141;
	text-transform:uppercase;
	
}
.header-logoma a:hover{
	color:#333;
}
.header-logoma .dropdown-menu{
	left:auto;
	right:0px;
	z-index:100000000;
}



/*-- Header bottom --*/
.header-bottom {
  background-color: #d7d7d7;

  }

@media only screen and (max-width: 767px) {

	.header-logo .logo img{
		max-width:180px;
	}

}

/*-- Main Menu --*/
/*-- Main Menu --*/
.main-menu {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media only screen and (max-width: 767px) {
    .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;
	margin-right:80px;
    /*-- Sub Menu -*/ }
		
    .main-menu > ul > li:last-child {
      margin-right: 0; }
    .main-menu > ul > li > a {
      display: block;
      font-size: 14px;
      color: #575757;
      font-weight: 700;
      line-height: 30px;
      padding: 10px 0; 
	  }
 
    .main-menu > ul > li:hover a, .main-menu > ul > li.active a {
      color: #333333;
	  border-bottom:#d80c24 solid 3px;
	   }
     .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: #eee552;
		background-color:#01a998; }
    .main-menu > ul > li:hover .sub-menu {
      margin-top: 0;
      z-index: 99;
      visibility: visible;
      opacity: 1; }

/*-- Mobile Menu --*/
.mean-push {
  display: none; }

.mobile-menu {
  position: relative; }

.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0; }
  .mean-bar .meanmenu-reveal {
    top: 30px;
    padding: 0;
    height: 30px;
    overflow: hidden;
	 color: #333;
	
	}
    .mean-bar .meanmenu-reveal:hover {
		color:#333;
      }
    .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-color: transparent;
  margin-top: 0; }
  .mean-nav ul li.mean-last {
    padding-bottom: 10px; }
  .mean-nav ul li a {
    display: block;
    line-height: 24px;
    padding: 8px 0;
    border-bottom:1px solid #a1a1a1;
    font-size: 14px;
    font-weight: 700;
	color: #fff;
	background-color:#333;
	 }
  
    .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, .mean-nav ul li.active > a {
    color: #fff;
	background-color:#999;
	}
.mean-nav ul li a:hover{background:#999;background:rgba(153,153,153,1)}
  .mean-nav ul li ul li a {
    padding: 8px 0;
    padding-left: 15px;
    border-top: 1px solid #fff;
	background-color:#333;
    opacity: 1; }
  .mean-nav ul li ul li ul li a {
    padding-left: 30px; }

/*-- Header Search --*/

.header-search {
  float: right;
  position: relative;
  z-index: 99999; }

/*-- Search Toggle --*/
.search-toggle {
  padding: 10px 0;
  float: right;
  background-color: transparent;
  border: none;
  color: #d80c24;
  cursor: pointer;
  font-weight:bold;
  }
   @media only screen and (max-width: 767px) {
    .search-toggle {
		padding-top:10px;
		padding-right:20px;
		margin-bottom:-10px;
	  } }
  .search-toggle:hover {
    color: #414141; }
  .search-toggle i {
    font-size: 24px;
    line-height: 30px; }

/*-- Header Search Form --*/
.header-search-form {
  background-color: #ffffff;
  position: absolute;
  border: 1px solid #7d7d7d;
  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; }
      @media only screen and (max-width: 767px) {
        .header-search-form form input {
          width: 200px; } }
    .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: #d80c24; }
    .header-search-form form button i {
      font-size: 20px;
      display: block;
      line-height: 40px; }
	  
	  
/*-- Header Bottom Logo --*/
.header-bottom-logo {
  display: none;
  float: left; }
  .header-bottom-logo .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px; }
    .header-bottom-logo .logo img {
      width: 100%;
      height: 100%; }
/*-- Header Stick --*/

.stick {
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color:#d80c24;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
 .stick .search-toggle {
		padding-top:20px;
		color:#FFF;
	}

  .stick .header-bottom-wrapper .header-bottom-logo {
    display: block;
    padding: 5px 0;
    width: 120px; }

  .stick .header-bottom-wrapper .main-menu {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    float: none;
    vertical-align: middle;
	 padding: 10px 0;
	 }
.stick .header-bottom-wrapper .main-menu > ul > li .sub-menu li a {
	color:#fff;
	 }

     .stick .header-bottom-wrapper .mean-bar .meanmenu-reveal {
	  top:14px;
	  color:#fff;
    right: 0 !important;
    left: auto !important; }
  .stick .header-bottom-wrapper .header-search {
    width: 120px; }
  

 @media only screen and (max-width: 767px) {
		  .stick .header-bottom-wrapper .header-bottom-logo {
        padding: 2px 0; }
		.stick .search-toggle {
          padding: 18px 0;
	    }
		  .stick .header-bottom-wrapper .header-search {
        width: auto;
        margin-right: 40px; }
			.stick {
			 display: block;
		}
      .stick .header-bottom-wrapper .main-menu {
        display: none !important; } }

.stick .main-menu > ul > li > a {
	color:#fff;
}



/*底部*/
#bottoma{
	background-color:#eaedef;
	padding:30px 0;
}
#bottoma p{
	font-weight:bold;
}

#bottoma dt{
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
	color:#333;
}
#bottoma dd a{
	display:block;
	color:#666;
	text-align:left;
}
#bottoma dd a:hover{
	text-decoration:underline;
	color:#333;
}
#bottoma h3 a{
	color:#666;
	line-height:30px;
}
#bottoma h4 a{
	font-weight:bold;
	font-size:24px;
	color:#bb252e;
}
#bottoma h3{
	font-size:24px;
	line-height:48px;
	margin-bottom:10px;
}
.bottome{
	width:100%;
	background-color:#232326;
	clear:both;
	padding:10px 0;
	color:#636363;
}
.bottome .wrap-flex{display: -webkit-flex; display: flex;justify-content: center;align-items: center;}
.bottomright{
	padding-top:20px;
	text-align:right;
}
.bottome a{
	color:#fff;
	font-size:12px;
}
.bottome a:hover{
	color:#636363;
}
.bottome img{
	max-width:120px;
	display:inline-block;
	vertical-align:text-bottom;
}
.bottome p{
	display:inline-block;
	vertical-align:text-bottom;
	margin-top:18px;
}


/*-- Page Banner Section --*/

.page-banner-section {
	width:100%;
	max-width:1400px;
  margin:0 auto;
  position:relative;
  }


   

	
/*----------------------------------------------*/

/*Aboutbrief*/
.abtitle h1,.abtitle h2{
	font-size:32px;
	font-weight:bold;
	padding:40px 0;
	
}
.abtitle h2{ color:#f00;}
.abbrief{
	padding-bottom:140px;
	color:#5a5c59;
	position:relative;
	background-color:#FFF;
	width:100%;
	max-width:1600px;
	margin:0 auto;
}
.abbsum{
	max-width:1000px;
	margin:0 auto;
	padding:4rem;
	background-color:#fff;
	margin-top:-60px;
}
.abbrief .wrap-flex{display: -webkit-flex; display: flex; justify-content: center;align-items: center;}
.abbrief ul{  padding:2rem 0;}
.abbrief ul li span{ font-size:1.6rem; color:#f00;}
.abbrief ul li b{ font-size:2rem; text-align:center;}
/*发展时间轴*/
#history{
	background-color:#232326;
	background-size:cover;
	padding-top:4rem;
	padding-bottom:8rem;
}
#history .com-title{ font-size:34px;  font-weight:bold; color:#fff; letter-spacing:0;}
#history .pro-line{ width:3rem; height:2px; margin:0 auto; margin-top:1.6rem; background-color:#f00; }
#history .container{
	position:relative;
	}
#historyline{
	position:absolute;
	left:0%;
	top:58%;
	border:#bcbcbc solid 1px;
	width:100%;
}

#history .swiper-container{
	width:100%;
	margin-top:8rem;
	padding-bottom:6rem;
}
	
#history .swiper-slide {
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
	   flex-direction:column;
	 justify-content:  flex-end;
	  
    }
#history .swiper-pagination-bullet-active {
	background-color:#F00;
}	
#history .swiper-slide h3{ font-size:3.4rem; color:#F00; letter-spacing:0px; font-weight:700;}	
#history .swiper-slide ul li{color:#fff;}	
#history .swiper-slide:nth-child(14),#history .swiper-slide:nth-child(16),#history .swiper-slide:nth-child(18),#history .swiper-slide:nth-child(20),#history .swiper-slide:nth-child(22),#history .swiper-slide:nth-child(24){
	  flex-direction:column-reverse;
}	

@media only screen and (max-width: 1023px) {
#bottoma{ padding-top:2rem;} 
#bottoma dl{margin-bottom:2rem;}
.bottome .wrap-flex{display: -webkit-flex; display: flex;  flex-direction: column;justify-content: center;align-items: center;}	
.abbrief .wrap-flex{display: -webkit-flex; display: flex;   flex-direction: column;}	
.abimg{ padding:2rem 0;}
.abbrief{ padding-top:6rem;}
.abtitle h1{padding-top:8rem;}	
.abbrief ul{  padding:2rem 0;}
.abbrief ul li{ padding-top:1.2rem;line-height:1.8em;}
.abbrief ul li b{ font-size:1.4rem; }
.abbsum{text-align:justify;}	
#history .swiper-null{ display:none;}
#history #historyline{
	position:absolute;
	left:0%;
	top:64%;
	border:#bcbcbc solid 1px;
	width:100%;
	display:none;
}
}

/*产品列表*/
.productsum p strong{
	font-weight:bold;
	color:#d80c24;
}
.productsum h6{
	font-weight:bold;
	padding:30px 0;
	font-size:18px;
}
.productsum  .col-sm-2{
	border:1px solid #999;
	margin-bottom:5px;
	
}
@media (min-width:990px){
.productsum .col-md-3 p{
	height:300px;
	
}

.productsum .col-md-3{
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	padding-top:10px;
}
}
.productsummore-1{
	width:100%;
	background-color:#d80c24;
	border-radius:8px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.productsummore-1 a{
	display:block;
	color:#fff;
	padding:20px 0;
}
.productsummore-1:hover{
	background-color:#bd0d21;
}


.productsumlist h2,.productsum h2{
	font-size:32px;
	font-weight:bold;
	padding:20px 0;
	
}
.productsummore{
	width:180px;
	background-color:#d80c24;
	border-radius:8px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.productsummore a{
	display:block;
	color:#fff;
	padding:20px 0;
}
.productsummore:hover{
	background-color:#bd0d21;
}
.productsumtable{
	border:#CCC solid 1px;
	border-radius:5px;
}
.productsumtable th{
	padding-left:5px;
	width:40%;
}
.productsumtable td{
	padding:20px;
}
.productsumtable h6{
	font-size:18px;
	font-weight:bold;
}
.productsumtable p{
	margin-top:15px;
	margin-bottom:15px;
}
.productsumlist .col-md-6{
	margin-bottom:20px;
}
.productsumlistmore{
	width:160px;
	text-align:center;
	background-color:#161516;
}
.productsumlistmore:hover{
	background-color:#d80c24;
}
.productsumlistmore a{
	display:block;
	padding:5px 0;
	color:#fff;
}
/*产品列表*/
.prolist{
	position:relative;
	padding:40px 0;
}


.product-item{
	padding-bottom:40px;
}
.thumbnail{
	border-radius:0px;
   -moz-border-radius:0px;
  position:relative;
  background:none;
  border:none;
}

.thumbnail img{
	display:block;
	z-index:1;
	background-color:#FFF;
}
.thumbnail img:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.thumbnail .caption{
	 white-space:nowrap; overflow:hidden;
	 border-top:#333 solid 5px;
	 }
.thumbnail .caption h4{
	font-size:20px;
	color:#333;
	font-weight:bold;
	margin-top:10px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}



/*重定分页*/
.pagination{
	margin:10px auto 60px auto;
	text-align:center;
	display:block;
	font-size:0px;
}
.pagination>li{
	display:inline-block;
	font-size:12px;
	margin-bottom:12px;
	
}
.pagination>li>span{
	color:#fff;
	background-color:#d80c24;
	border-color:#dddddd;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#fff;border-color:#fff;}
.pagination>li>a{
	color:#fff;
	background-color:#cccccc;
	border-color:#dddddd;
}

/*产品详细*/

.propaddin{
	padding-top:40px;
}
.promartop{
	margin-top:30px;
	background-color:#ffffff;
	border-bottom:#c1c1c1 solid 1px;
	color:#999;
	padding-top:10px;
	padding-bottom:10px;
	text-indent:2em;
	font-size:20px;
	font-weight:bold;
	}

.proname{
	font-size:16px;
	padding:20px 0;
	color:#999;
	line-height:30px;
	font-weight:normal;
	border-top:#d1d1d1 solid 3px;
}
.proname strong{
	font-size:30px;
	color:#333;
	font-weight:bold;
}



#nyjiacondet{
	width:100%;
	overflow:hidden;
	
}
.nyjiacondeth{
	display:inline-block;
	padding:8px 2em;
	border-right:#FFF solid 1px;
	color:#fff;
	background-color:#d20b1d;
	cursor:pointer;
	margin-top:10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}


.nyjiacondetc{
	padding:25px 40px;
	overflow:hidden;
	color:#ababab;
	background-color:#f8f8f8;
}

.proviewbgny{
	padding:25px 40px;
	overflow:hidden;
	color:#ababab;
	background-color:#f8f8f8;
}
.proviewbgny h3{
	color:#333;
	font-weight:bold;
	padding:15px 0;
	font-size:24px;
}
.proviewbgny a{
	color:#d80c24;
}
.prosaminame{
	font-size:24px;
	line-height:48px;
	clear:right;
	color:#999;
	font-weight:bold;
	margin-bottom:20px;
}
.proviewbgny p{
	line-height:25px;
    color:#666;
	background-color:#f1f1f1;
	padding:20px 20px;
	margin-bottom:10px;
	}
	
.proviewbgny table{
	color:#666;
	width:100%;
	margin-top:20px;
}

.proviewbgny table th{
	text-align:center;
	font-weight:bold;
	background-color:#666;
	color:#FFF;
	border-right:#fff solid 1px;
	border-top:#fff solid 1px;
}
.proviewbgny table td{
	padding:5px 20px;
	text-align:center;
	border:#CCC solid 1px;
}
.proviewbgny img{
	width:auto!important;
	max-width:100% !important;
	height:auto !important;
	
}
@media (max-width:768px){
	.proviewbgny{
		padding:0px;
	}
	.proviewbgny .container{
		padding:0px;
	}
	.proviewbgny table td{
	padding:0px 0px;
}
}



/*新闻中心*/



.news .row{
	background-color:#f3f3f5;
	border:#ccc solid 1px;
	padding:20px;
}

.news .col-md-8{
	word-wrap: break-word; 
word-break: normal;
margin-bottom:20px;

}
.news .col-md-4{
margin-bottom:20px;
}
.news h2 a{
	display:block;
	color:#d80c24;
	line-height:1.6em;
	font-size:24px;
	font-weight:bold;
	padding:30px 0;
}
.news h2 a:hover{
	color:#000;
}
.newsmore{
	border-top:#d80c24 solid 1px;
	clear:both;
	
}
.newsmore a{
	display:block;
	color:#d80c24;
	font-size:20px;
	font-weight:bold;
	padding:20px 0;
}
.newsmore a:hover{
	color:#000;
}
.news .grid{display: -webkit-grid; display: grid;grid-template-columns: 2fr 1fr; margin-bottom:2rem; margin-top:2rem; grid-gap:2rem;} 
.news .grid-1{display: -webkit-grid; display: grid; grid-template-columns:3fr 1fr;}
.news-title{background-color:#333; padding:1.4rem 0; text-align:center; color:#fff;}
.news-time{ background-color:#d80c24;padding:1.4rem 0;  text-align:center; color:#fff;}
.news .grid-1 a{color:#333; padding:1.8rem 0; border-bottom:#CCC solid 1px; text-indent:2em; }
.news em{ border-bottom:#CCC solid 1px;  padding:1.8rem 0; }
h3{ padding:1rem;}
.newslistright{ display: -webkit-flex; 
  display: flex;
align-items:center;
flex-direction:column;}
.newslistright .btn-primary{
	background-color:#333;
	border-color:#2e6da4
}
.newslistright .form-control:focus{
	border-color:#d80c24;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(216,12,36,.6)
}
@media (max-width:1023px){
.news .grid{display: -webkit-grid; display: grid;grid-template-columns:auto; } 
.newslistright{
	display:none;
}
}
.newsview{
	line-height:25px;
	margin-top:40px;
	margin-bottom:40px;
}
.newsview a{
	color:#333;
}
.newsview a:hover{
	text-decoration:underline;
}
.newsview h3{
	font-weight:bold;
	font-size:24px;
}
.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;
	display:block;
	margin-bottom:20px;
}
.newsview  h2,.newsview-name{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.6em;
	color:#333;
}
.newsview-name{
	font-size:24px;
	}
.newsview-time{
	color:#787878;
	text-align:center;
	margin-bottom:40px;
}
.newsview-div{
	text-align:right;
}
.newsview .newsview-page{
	border-top:#ddd solid 1px;
}

.newsview .newsview-page1{
	border-bottom:#ddd solid 1px;
}


/*--销售网络-*/
.markets p i{
	color:#d80c24;
	font-size:24px;
}
.markets p{
	font-size:18px;
	line-height:24px;
	margin-top:20px;
}
.markets .col-md-3 a{ display:block; box-shadow: 0 0 10px rgba(80,80,80,0.6);}
#cooperation img{ width:65%;}
@media (min-width:990px){
.markets .col-md-4{
	min-height:450px;
	margin-bottom:30px;
}
}
#cooperation .owl-prev, #cooperation .owl-next{
	display:none!important;
}

/*--联系我们-*/
.otherspage{
	background-color:#fff;
	max-width:1600px;
	margin:0 auto;
	padding-top:80px;
	padding-bottom:80px;
}
.otherspage .container{
	max-width:1320px;
	margin:0 auto;
}
.contactmap{
	width:100%;height:505px;border:#ccc solid 1px;
	margin-top:40px;
}
@media (max-width:1198px){
	.contactmap{
		height:300px;
	}
}
.contact h1{
	font-size:26px;
	color:#01a998;
	font-weight:bold;
	text-align:center;
}
.contact h2{
	text-align:center;
}
.contact .row{
	margin-top:40px;
	margin-bottom:40px;
}
.contactnr{
	 flex-wrap:wrap;
	display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   dispiay:flex;
   align-items:center;
}
.contactnrbz{
	width:60px;
	height:60px;
	border-radius:30px;
	text-align:center;
	line-height:60px;
	background-color:#01a998;
	color:#f0e551;
	font-size:40px;
}
.contactnrcon{
	text-align:left;
	padding:0px 20px;
}
.contactnrcon a{
	color:#666;
	text-decoration:underline;
}
.contactnrcon a:hover{
	color:#01a998;
	
}

@media (max-width:768px){
	.contact .row{
		margin:0px;
	}
	.contact .col-md-4{
		padding:10px 0px;
	}
}
/*--目录下载-*/
.catalog{
	 flex-wrap:wrap;
	display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   dispiay:flex;
   margin-top:20px;
   border-bottom:#CCC solid 1px;
}
.catalogitem,.catalogcon{
	flex:1;
	padding-top:15px;
	padding-bottom:15px;
}
.catalogcon{
	flex-grow:2;
}
.catabor{
	border-top:#CCC solid 1px;
	background-color:#047e44;
	color:#fccf00;
	font-weight:bold;
	margin-top:30px;
}
.cataline{
	width:45px;
	background-color:#f0e551;
	height:5px;
	margin-bottom:30px;
}
/*工程案例*/

#project{
	width:100%;
}
#project .container{
	max-width:1320px;
}
.application h1,.service h1,#project h1{
	font-size:80px;
	font-weight:bold;
	color:#ececec;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.application h2,.service h2,#project h2{
	font-size:28px;
	font-weight:bold;
	color:#01a998;
}
#projectcon{
	margin-top:40px;
	background-color:#01a998;
	padding-bottom:40px;
}

#projectsjx{
	width:0;
	height:0;
	border-left:50px solid transparent;
	border-right:50px solid transparent;
    border-top:60px solid white;
	margin:0 auto;
	
}
#proline{
	width:100%;
	border-bottom:#FFF solid 1px;
	position:absolute;
	top:20px;
	left:0px;
}
#projectconwz{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	color:#FFF;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 20px;
	background-color:#01a998;
}

#projectcontitle{
	text-align:center;
	position:relative;
	margin:0 auto;
	max-width:950px;
	margin-top:30px;
}
.projectconssjx{
	width:20px;
	height:20px;
	background-color:#01a998;
	border:#fff solid 1px;
	transform:rotate(45deg);
   -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
   -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
   -o-transform:rotate(45deg); 	/* Opera */
    position:relative;
	display:inline-block;
	vertical-align:middle;
}
#project h3{
	font-size:28px;
	color:#FFF;
	text-align:center;

}
#projectname{
	max-width:950px;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
}
.projectname{
	display:inline-block;
	vertical-align:text-top;
	height:70px;
	width:180px;
	margin-left:3px;
	margin-right:3px;
	background-color:#FFF;
	margin-bottom:6px;
}