.wrapper {
    max-width: 1220px;
    margin: 0 auto;
}
.lines-helper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6010;
    pointer-events: none;
    mix-blend-mode: luminosity;
}
.lines-helper .wrapper {
    position: relative;
}
.lines-helper .line {
    width: 1px;
    height: 150vh;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(195,195,195,0.25);
}
.lines-helper .line:first-child {
    left: 0;
	
}
.lines-helper .line:nth-child(2), .lines-helper .line:nth-of-type(2) {
    left: 25%;
    margin-left: -0.5px;
}
.lines-helper .line:nth-child(3), .lines-helper .line:nth-of-type(3) {
    left: 50%;
    margin-left: -0.5px;
}
.lines-helper .line:nth-child(4), .lines-helper .line:nth-of-type(4) {
    right: 25%;
    margin-right: -0.5px;
}
.lines-helper .line:last-child {
    right: 0;
}
.list-banner {
    width:100%;
    height:500px;
}
.list-banner div {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.banner{
     width:100%; 
     /*padding-top: 94px;*/
     /*padding-top: 9.4rem;*/
     overflow:hidden; 
     position:relative;
}
.b-img{ 
    height:100%; 
    position:absolute; 
    left:0; 
    top:0;
    background-size: cover;
  }
.b-img a{ 
    display:block; 
    height:100%;
     float:left;

}
/*.b-list{ height:10px; padding-top:890px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:6px; height:6px; border-radius:50%; border:1px solid #fff; float:left; margin:2px 5px;}
.b-list .spcss{width:9px; height:9px; background-color:none; margin:0px 5px;}*/
.bar-left{ 
    position:absolute; 
    z-index:22;
    display:block;
     width:20px; 
     height:37px; 
     left:20px;
     top:50%;
      margin-top:-18px;
}
.bar-right{ 
    position:absolute;
    z-index:22;
     display:block; 
     width:20px; 
     height:37px;
     right:20px;
     top:50%;
       margin-top:-18px;
}
.bar-left em{ 
    display:block; 
    width:20px;  
    height:37px;
     background:url(/sites/all/themes/model/css/images/banner_arrow.png) 0px  0px no-repeat;

}
.bar-right em{
     display:block; 
     width:20px; 
     height:37px;
      background:url(/sites/all/themes/model/css/images/banner_arrow.png) -20px 0px no-repeat;

}
.bar-left .emcss{ background-position:0px  -37px;}
.bar-right .emcss{ background-position:-20px -37px;}
.banner .wrapper  {
    min-height: -webkit-calc(100vh - 9.4rem);
    min-height: calc(100vh - 9.4rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
     padding-bottom: 160px;
   padding-bottom: 16rem;
    position: relative;
    z-index: 10;
}

.banner  h1{
    width: 75%;
    padding:0 15px;
    padding: 0 1.5rem;
    margin-bottom: 180px;
    margin-bottom:18rem;
  

    text-transform: none;
    color: #fff;
    font-size:45px;
    font-size:4.5rem;
}
.banner  h1 span{
   font-size:100px;
   font-size:10.0rem;
   font-family: 'Braggadocio';
   font-style:italic;
}

.button-more{
    margin-left: 15px;
    margin-left: 1.5rem;
    font-family: 'HELVETICANEUELTPRO';
    display: inline-block;
    padding: 12px 30px;
    padding:1.2rem 3.0rem;
    position: relative;
    overflow: hidden;
    outline: 0;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
    letter-spacing:1.6px;
}
.home-about .button-more {
   color: #fff;
   margin-left: 0px;
    margin-left: 0rem;
    margin-top:40px;
    margin-top:4.0rem;
}

.home-new .button-more {
    margin-left: 0px;
    margin-left: 0rem;
}
.button-more-border {
    position: absolute;
    background-color: #fff;
}
.home-about .button-more-border {
    background-color: #fff;
}
.button-more-border-top {
    height: 1px;
    top: 0;
    right: 0;
    left: 0;
}
.button-more-border-right {
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0;
}
.button-more-border-bottom {
    height: 1px;
    bottom: 0;
    right: 0;
    left: 0;
}
.button-more-border-left {
    width: 1px;
    top:0;
    left: 0;
    bottom:0;
 }
.button-more:disabled {
	pointer-events:none;
	color:#eee
}
.button-more:disabled .button-more-border {
	background-color:#eee
}
@-webkit-keyframes animateBorderTop {
	0% {
		-webkit-transform:scaleX(1);
		transform:scaleX(1);
		-webkit-transform-origin:right;
		transform-origin:right
	}
	33.3% {
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
		-webkit-transform-origin:right;
		transform-origin:right
	}
	66.6% {
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
		-webkit-transform-origin:left;
		transform-origin:left
	}
	100% {
		-webkit-transform:scaleX(1);
		transform:scaleX(1);
		-webkit-transform-origin:left;
		transform-origin:left
	}
}
@keyframes animateBorderTop {
	0% {
		-webkit-transform:scaleX(1);
		transform:scaleX(1);
		-webkit-transform-origin:right;
		transform-origin:right
	}
	33.3% {
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
		-webkit-transform-origin:right;
		transform-origin:right
	}
	66.6% {
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
		-webkit-transform-origin:left;
		transform-origin:left
	}
	100% {
		-webkit-transform:scaleX(1);
		transform:scaleX(1);
		-webkit-transform-origin:left;
		transform-origin:left
	}
}
@-webkit-keyframes animateBorderRight {
	0% {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		-webkit-transform-origin:bottom;
		transform-origin:bottom
	}
	33.3% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:bottom;
		transform-origin:bottom
	}
	66.6% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:top;
		transform-origin:top
	}
	100% {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		-webkit-transform-origin:top;
		transform-origin:top
	}
}
@keyframes animateBorderRight {
	0% {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		-webkit-transform-origin:bottom;
		transform-origin:bottom
	}
	33.3% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:bottom;
		transform-origin:bottom
	}
	66.6% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:top;
		transform-origin:top
	}
	100% {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		-webkit-transform-origin:top;
		transform-origin:top
	}
}
@-webkit-keyframes animateBorderBottom {
	0% {
		-webkit-transform:scaleX(1);
		transform:scaleX(1);
		-webkit-transform-origin:left;
		transform-origin:left
	}
	33.3% {
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
		-webkit-transform-origin:left;
		transform-origin:left
	}
	66.6% {
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
		-webkit-transform-origin:right;
		transform-origin:right
	}
	100% {
		-webkit-transform:scaleX(1);
		transform:scaleX(1);
		-webkit-transform-origin:right;
		transform-origin:right
	}
}
@keyframes animateBorderBottom {
	0% {
		-webkit-transform:scaleX(1);
		transform:scaleX(1);
		-webkit-transform-origin:left;
		transform-origin:left
	}
	33.3% {
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
		-webkit-transform-origin:left;
		transform-origin:left
	}
	66.6% {
		-webkit-transform:scaleX(0);
		transform:scaleX(0);
		-webkit-transform-origin:right;
		transform-origin:right
	}
	100% {
		-webkit-transform:scaleX(1);
		transform:scaleX(1);
		-webkit-transform-origin:right;
		transform-origin:right
	}
}
@-webkit-keyframes animateBorderLeft {
	0% {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		-webkit-transform-origin:top;
		transform-origin:top
	}
	33.3% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:top;
		transform-origin:top
	}
	66.6% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:bottom;
		transform-origin:bottom
	}
	100% {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		-webkit-transform-origin:bottom;
		transform-origin:bottom
	}
}
@keyframes animateBorderLeft {
	0% {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		-webkit-transform-origin:top;
		transform-origin:top
	}
	33.3% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:top;
		transform-origin:top
	}
	66.6% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:bottom;
		transform-origin:bottom
	}
	100% {
		-webkit-transform:scaleY(1);
		transform:scaleY(1);
		-webkit-transform-origin:bottom;
		transform-origin:bottom
	}
}
.button-more:hover .button-more-border {
	-webkit-animation-duration:.3s;
	animation-duration:.3s
}
.button-more:hover .button-more-border-top {
	-webkit-animation-name:animateBorderTop;
	animation-name:animateBorderTop
}
.button-more:hover .button-more-border-right  {
	-webkit-animation-delay:.1s;
	animation-delay:.1s;
	-webkit-animation-name:animateBorderRight;
	animation-name:animateBorderRight
}
.button-more:hover .button-more-border-bottom {
	-webkit-animation-name:animateBorderBottom;
	animation-name:animateBorderBottom
}
.button-more:hover .button-more-border-left{
	-webkit-animation-delay:.1s;
	animation-delay:.1s;
	-webkit-animation-name:animateBorderLeft;
	animation-name:animateBorderLeft
}
.home-about {
    position:relative;
    width:100%;
}
.home-about .wrapper {
     position:relative;
 }
.home-about .home-about-left{
    float:left;
    width:50%;
    padding:8.0rem 0;
    padding:80px 0px;
}
.home-about .home-about-right{
    position:absolute;
    right:0px;
    top:0px;
    width:46%;
    height:100%;
    background-color:#ffa101;
}
 .home-about .home-honor {
     position:absolute;
     top:80px;
     top:8.0rem;
     right:6rem;
     right:60px;
     width:400px;
     z-index:9;
 }
.home-about-left .tit h2
{
      padding-left:15px;
      padding-left:1.5rem;
     font-size:28px;
     font-size:2.8rem;
    

}
.home-about-left .con p.info {
    font-size:14px;
    font-size:1.4rem;
     line-height:2.8rem;
     color:#666;
     padding:0 15px;
      padding:0 1.5rem;
      text-align:justify;
      margin:3rem 0;
      margin:30px 0;
      

}
.home-about-left .con a{
    display:block;
}
.home-about-left .con img{
    width:100%;
    height:auto;
     padding:0 15px;
      padding:0 1.5rem;
}
 .home-honor .tit h2{
    color:#fff;
    margin-bottom:30px;
    margin-bottom:3.0rem;
    font-size:15px;
    font-size:1.5rem;
     font-size:28px;
     font-size:2.8rem;
  }
 .home-honor li {
   width:84px;
   float:left;
    display:inline-block;
    margin-right:74px;
  
   
 }
 .home-honor li p {
    color:#fff;
    line-height:40px;
    font-size:14px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
   
 }
  .home-honor li a {
    display:block;
 }

  .home-honor li:nth-child(3n) {
      margin-right:0px;
      margin-right:0rem;
}
 .home-honor li img {
     max-width:68px;
 }
 .home-honor p.desc {
    text-align:right;
    color:#fff;
    padding-right:3.2rem;
    font-size:17px;
    font-size:1.7rem;
    font-family: 'HELVETICANEUELTPRO';
}

.home-display {
  width:100%;
  background-color:#f4f0ea;
  padding:80px 0px;
  
}
.home-display .tit h2,
.home-product .tit h2,
.home-client .tit h2
{
      padding-left:15px;
      padding-left:1.5rem;
     font-size:28px;
     font-size:2.8rem;
        

}
    .home-display .tit .column,
    .home-product .tit .column
    {
        padding-right:3.4rem;
    }
.home-display .tit .column li,
.home-product .tit .column li
{
    float:left;
    display:inline-block;
      font-size:14px;
    font-size:1.4rem;
    line-height:2.8rem;
    line-height:28px;
  
}
.home-display .tit .column li a,
.home-product .tit .column li a 
{ 
  float:left;
    display:block;
    color:#666;
  

}
 .home-display .tit .column li a:hover,
  .home-product .tit .column li a:hover
  {
      
       color:#ffa101;
    }
 .home-display .tit .column li span,
  .home-product .tit .column li span
  {
     margin:0 6px;
 }
.home-display-con {
    width:100%;
    padding:1.5rem;
}
.home-display-con  li {
    float:left;
    display:inline-block;
      overflow:hidden;
}
 .home-display-con li a {
     display:block;
     overflow:hidden;
 }
    .home-display-con li img {
       width:100%;
      transform:scale(1,1);
      -webkit-transform:scale(1,1);
     -moz-transform:scale(1,1);
     -ms-transform:scale(1,1);
     -o-transform:scale(1,1);
     transition:all 0.5s ease-in-out;
     -webkit-transition:all 0.5s ease-in-out;
     -moz-transition:all 0.5s ease-in-out;
     -ms-transition:all 0.5s ease-in-out;
     -o-transition:all 0.5s ease-in-out;
    }
    .home-display-con li:hover img{
        transform:scale(1.2,1.2);
      -webkit-transform:scale(1.2,1.2);
     -moz-transform:scale(1.2,1.2);
     -ms-transform:scale(1.2,1.2);
     -o-transform:scale(1.2,1.2);
    }
    .home-display-con li.item1 {
        width:35%;
        
    }
    .home-display-con li.item2 {
        width:20%;
        margin-left:1.1%;
        margin-bottom:15px;
    }
.home-product {
    width:100%;
    padding:80px 0px;
   
}
 .home-product-con,
 .home-client-con
{
   position:relative;
   overflow:hidden;
}
.home-product-con ul li {
    width:25%;
    float:left;
    display:inline-block;
    text-align:center;
}
    .home-product-con ul li a {
        display:block;
    }
    .home-product-con ul li img {
        margin:50px auto 20px auto;

    }
    .home-product-con ul li h4 {
        font-size:13px;
        font-size:1.3rem;
        color:#333;
        

    }
        .home-product-con ul li h4 span {
            color:#fff;
            background-color:#e60012;
            padding:2px 4px;
            margin-right:8px;
        }
    .home-product-con ul li p {
        font-size:13px;
        font-size:1.3rem;
      

        color:#666;
    }
    .home-product-con a.prev,
    .home-client-con a.prev
     {
        display:block;
        position:absolute;
        left:0;
        top:50%;
        margin-top:-10px;
        width:10px;
        height:19px;
        background:url(/sites/all/themes/model/css/images/arrow.png) no-repeat;
    }
       .home-product-con a.next,
       .home-client-con a.next
       {
        display:block;
        position:absolute;
        right:0;
        top:50%;
        margin-top:-10px;
        width:10px;
        height:19px;
        background:url(/sites/all/themes/model/css/images/arrow.png) no-repeat -11px 0px;
    }
.home-new {
    width: 100%;
    background-image: url('/sites/all/themes/model/css/images/bg-new.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding:80px 0px;
}
.home-new .tit h2{ 
    padding-left:15px;
      padding-left:1.5rem;
     font-size:28px;
     font-size:2.8rem;
 

     color:#fff;
     margin-bottom:40px;
}
 .home-new ul li {
     float:left;
     display:inline-block;
     width:25%;
     padding:1.5rem;
     color:#fff;
 }
 .home-new ul li.item1 {
     color:#fff;
 }
    .home-new ul li.item1 p {
        font-family: 'HELVETICANEUELTPRO';
    }
        .home-new ul li.item1 p.p1 {
            font-size: 40px;
            font-size: 4.0rem;
            line-height: 60px;
              line-height: 6.0rem;
        }
        .home-new ul li.item1 p.p2 {
              font-size:1.8rem;
            font-size:18px;
            margin:50px 0 60px;
        }
    .home-new ul li.item2 a{
        display:block;
        color:#fff;
    }
    .home-new ul li.item2 span.time {

        font-family: 'HELVETICANEUELTPRO';
        font-size:1.2rem;
        font-size:12px;
    }
    .home-new ul li.item2 h4 {
       font-size:14px;
       font-size:1.4rem;
       line-height:48px;
       position:relative;
       overflow:hidden;
       text-overflow:ellipsis;
       white-space:nowrap;
      

    }
        .home-new ul li.item2 h4 .line {
            display:block;
            width:30px;
            height:1px;
            background-color:#fff;
            position:absolute;
            bottom:0;
            left:0;

        }
    .home-new ul li.item2 p.info {
        font-size:12px;
        font-size:1.2rem;
        line-height:26px;
        line-height:2.6rem;
        margin-top:30px;
        text-align:justify;
         

    }
  .home-new ul li.item2 a.but-more {
        display:block;
        margin-top:30px;
        padding-bottom:200px;
        font-size:12px;
        font-size:1.2rem;
        font-family: 'HELVETICANEUELTPRO';
        letter-spacing:1px;
  }
    .c-text-link:after {
	height:2px;
	content:'';
	background-color:#aa0c00
}
.c-text-link:hover:after {
	-webkit-animation-name:crossUnderline;
	animation-name:crossUnderline;
	-webkit-animation-duration:.4s;
	animation-duration:.4s
}

.home-client {
    padding:80px 0px;
    background-color:#f5f5f5;
}
.home-client-con ul li {
   width:33.3%;
   float: left;
   display: inline-block;
   margin-left:17px;
   position:relative;
   box-sizing:border-box;
 }
.home-client-con ul li>a {
   display:block;
   margin:0 auto;
}
.home-client-con ul li .left-img {
    width:50%;
   max-width:230px;
   
}
.home-client-con ul li .left-wenzi {
    position:absolute;
    top:15px;
    left:154px;
    background:url(/sites/all/themes/model/css/images/bg-client.png) no-repeat 0px 0px;
    background-size:cover;
    padding:20px 0px 30px;
    width:50%;
    overflow:hidden;
 }
.home-client-con ul li .left-wenzi h5,
.home-client-con ul li .left-wenzi p
 {
    padding:0 40px 0 50px;
    
     
}
.home-client-con ul li .left-wenzi h5
 {

     font-size:14px;
    

     color:#333;
     overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
 }
 .home-client-con ul li .left-wenzi p
   {
      font-size:12px;
     

      color:#666;
  }

/*new-list*/
#sitecontent {
    /*padding-top: 75px;*/
}
#pageTarget {
    background-color: #f8f8f8;
   
}
#pageTarget .container_target {
    padding: 14px 0;
    color: #707070;
    float: left;
    font-size:12px;
}
#pageTarget .container_target  a {
    color: #a8a8a8;
}
#pageTarget .container_target i {
    margin: 0 10px;
    color: #6f6f6f;
}
#pageTarget .container_target a:last-child {
    color: #000;
    
}
.container_category {
    width: 100%;
    text-align: right;
    margin: 40px 0;
    position: relative;
    z-index: 3;
}
.container_category a {
    
    display: inline-block;
    padding: 8px 20px;
    margin-left: 10px;
    transition: all .3s ease-out 0s;
    position: relative;
    color: #777;
    font-size:14px;
}
.container_category a::after {

    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    margin-left: 20px;
    margin-top: 7px;
    background-color: #DBDBDB;

}
.container_category a:last-of-type::after {
    width: 0;
    height: 0;
}
#sitecontent .container_category a.active, #sitecontent .container_category a:hover {
    color: #fff;
    background-color: #e40807;
}
.new-list .new-item {
  
    float: left;
    margin-bottom: 5.633%;
    width: 25%;
    padding:0 1.5%;
  
}
.new-list .new-item .item_info .title {
    font-size: 14px;
    color: #262626;
    transition: all .3s linear;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.new-list .new-item .item_info  .line {
    margin: 14px 0;
    height: 1px;
    background: #ddd;
    width: 0;
    transition: all .3s linear;
}
.new-list .new-item .item_info .description {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
	text-indent: 2em;
}
.new-list .new-item .item_info  .subtitle {
    font-size: 12px;
    color: #4f4f4f;
    font-family: Arial;
    margin-top: 20px;
}
.more2 {
    width: 118px;
    height: 34px;
    line-height: 34px;
    display: block;
    border: #dadada 1px solid;
    transition: all ease-out .4s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    margin-top: 26px;
}
.more2 span {
    display: inline-block;
    width: 0;
    opacity: 0;
    transition: all ease-out .4s;
    font-size:14px;
}
.more2 i {
    background: url(../image/more.png) no-repeat 0 0;
    width: 16px;
    height: 9px;
    display: inline-block;
}
.new-list .new-item:hover .more2 i,
.join-item:hover .more2 i
{ background-position:0 -7px;}
.new-list .new-item:hover .more2,
.join-item:hover .more2
 { background-color:#e40807; border-color:#e40807; color:#fff;}
.new-list .new-item:hover .more2 span,
.join-item:hover .more2 span
{ width:50px; opacity:1}
.new-list .new-item:hover .item_info .title {
    color: #e40807;
}
.new-list .new-item:hover .item_info .line {
    width:100%;
   
}
/*product-list*/
.product-list li.product-item {
width: 25%;
height: auto;
float: left;
padding:0 0.5%;
position: relative;
overflow: hidden;
margin-bottom: 1%;
 animation-name: fadeInUp;
}
.product-list li.product-item a {
    display:block;
}
.product-list li.product-item .item_img {
    position: relative;
    overflow: hidden;
}
.product-list li.product-item .item_img::before {
    content: '';
    position: absolute;
    top: 0;
    height: calc(100% - 22px);
    width: calc(100% - 22px);
    border: 1px solid transparent;
    margin: 10px;
    transition: all ease-out .3s;
    z-index: 2;
}
.product-list li.product-item .item_img img {
	object-fit: cover;
	width:100%;
	height:100%;
	transition:all .3s ease-out 0s;
    transform:scale(1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
}
.product-list li.product-item .item_wrapper {
    position: relative;
    width: 100%;
    transition: all .6s ease-out 0s;
    background-color: #f8f8f8;
}
 .product-list li.product-item .item_wrapper .item_info {
    padding: 5% 8%;
    display: block;
}
/*.product-list li.product-item .item_wrapper:hover{*/
/*	transform: scale(1.1);*/
/*}*/
  .product-list li.product-item .title {
    color: #444;
    font-size: 16px;
    transition: all .3s ease-out 0s;
    line-height: 20px;

}
  .product-list li.product-item .subtitle {
    color: #999;
    font-size: 12px;
    margin-top: 4px;
    transition: all .3s ease-out 0s;
    line-height: 14px;
}
 .product-list li.product-item:hover .item_wrapper {
	/*background-color:#e40807*/

}
.product-list li.product-item:hover .item_img img {
	transform:scale(1.06);
	-moz-transform:scale(1.06,1.06);
	-webkit-transform:scale(1.06,1.06);
	-o-transform:scale(1.06,1.06)
}
.product-list li.product-item:hover .title {
	/*color:#fff*/
	font-weight: bold;
}
.product-list li.product-item:hover .subtitle {
	/*color:rgba(255,255,255,.56)*/
}
.product-list li.product-item:hover .item_img::before {
	border:1px solid #e40807;
}
/*product-info*/
.product-info {
    padding: 60px 0px;
}
#picture {
    float: left;
    width: 55%;
    margin-bottom: 25px;
}
#picture .big_pic {
    width: 600px;
    height: 350px;
    margin-bottom: 25px;
}

#picture .small_pic {
    overflow: hidden;
}
#picture .small_pic li.on {
    border: 1px solid #e40807;
}
#picture .small_pic li {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    margin-right: 6px;
}
#picture .small_pic li img {
    width: 48px;
    height: 48px;
}
#product_info_txt {
    width: 45%;
    float: right;
     margin-top:60px;
     text-align:justify;
}
#product_info_txt p.title {
        font-size:22px;
        color:#e40807;
        font-weight:bold;
        margin-bottom:20px;
}
#product_info_txt p.subtitle {
        font-size: 18px;
        font-weight:bold;
        margin-bottom:10px;
}

#product_info_txt p.pronum {
      font-size: 14px;
      margin-bottom:10px;
}
#product_info_txt p.description {
    font-size: 14px;
    line-height: 24px;

}
#product_info_txt p.line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 30px 0px;
}
#product_info_txt .hornor li {
    float:left;
    display:inline-block;
    width:16.6%;
    padding:0 0.8%;
 }
#product_info_txt .hornor li img{
   
    width:100%;
 }
.product-point {
    margin-top:80px;
}
.product-point h4{
   font-size:20px;
   color:#333;
   font-weight:bold;
   margin-bottom:40px;
}
.product-point p{
   font-size: 14px;
    line-height: 24px;
}
.product-point p span {
    color:#e40807;
    margin-right:10px;
}
#postContent {
    float: left;
    width: 65%;
    margin-top:60px;
}
#postInfo {
    margin-bottom: 36px;
}
#postInfo .title {
    font-size: 18px;
    color: #3c3c3c;
}
#postInfo .subtitle {
    font-size: 12px;
    color: #101010;
}
.postbody {
    font-size: 13px;
    color: #646464;
    line-height: 30px;
    text-align:justify;
    padding:60px 0px;

}
    .postbody hr {
        border: none;
        border-top: 1px dotted #d3d3d3;
        margin-top: 10px;
        margin-bottom: 10px;
        word-wrap: break-word;
        word-break: normal;
       
    }
    #listContent {
    width: 25%;
    float: right;
    margin-top:60px;
}
   #listContent  .content_wrapper {
    border-top: #e40807 3px solid;
}
    #listContent .content_list li {
    width: 100%;
    padding: 30px 20px 20px 20px;
    margin-bottom: 0;
    margin-right: 0;
    border-bottom: #e7e7e7 1px solid;
    position: relative;
}
 #listContent .content_list li a {
     display:block;
    text-decoration: none;
    transition: all .1s linear;
}

#listContent .content_list li .item_info .title {
    font-size: 15px;
    color: #262626;
    transition: all .3s linear;
}
  #listContent .content_list li:hover .title{
     color:#e40807
}
#listContent .content_list li  .description {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
#listContent .content_list li  .subtitle {
    font-size: 12px;
    color: #4f4f4f;
    font-family: Arial;
    margin-top: 20px;
}
     /*display-list*/
.display_item{
    width:25%;
    height: auto;
    padding:0 0.5%;
    margin-bottom: 1%;
    float: left;
    position: relative;
    display:inline-block;
    overflow:hidden;
    animation-name: fadeInUp;
}
    .display_item a {
        display:block;
    }
    .display_item .display_img {
        overflow:hidden;
    }
    .display_item .display_img img {
        width: 100%;
     height: auto;
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
transform: scale(1, 1);

    }
    .display_item:hover .display_img img {
     transform: scale(1.1, 1.1);
    }
    
 .display_item .display_info div {
    position: absolute;
    height: 100px;
    width: 90%;
    margin-left: 5%;
    bottom: -100px;
    margin-top: 0;
    top: auto;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}


.display_item .display_info p.title {
    color: #565656;
    padding: 18px 0px 5px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size:18px;
}
.display_item .display_info p.subtitle {
    margin-top: 0;
    color: #929292;
    text-align: center;
    text-overflow: ellipsis;
    overflow: visible;
    white-space: nowrap;
    font-size:13px;
}
.display_item:hover .display_info div{
         bottom:20px;
 }
/*join-list*/
.postbody {
   font-size:14px;
    line-height:26px;
    color: #6a6a6a;
    margin-top:60px;
}
  .postbody p {
    word-wrap: break-word;
    word-break: normal;
    text-align:justify;
      
}
  .postbody hr {
    height: 1px;
    border: none;
    border-top: 1px dotted rgb(211, 211, 211);
    margin-top: 20px;
    margin-bottom: 20px;
}
  #contactinfo h3 {
    font-size: 16px;
    line-height: 44px;
    margin-bottom: 12px;
    color: #515151;
    font-weight:bold;
}
 #contactinfo p {
    line-height: 32px;
    height: 36px;
    width: 100%;
    font-size: 14px;
    color: #898989;
    margin-bottom:0px;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
#contactinfo div {
    margin-top: 24px;
}
#contactinfo div a {
    width: 30px;
    height: 30px;
    float:left;
    display: inline-block;
    font-size: 16px;
    background: rgba(147, 147, 147, 0.5);
    margin-right: 16px;
    text-align: center;
    border-radius: 15px;
}
    #contactinfo div a:hover {
        background: #d80b30;
    }
#contactinfo div a i {
  
    padding-top: 7px;
    font-size: 16px;
    color: #fff;

}
   
#contactform p .inputtxt {
    width: 100%;
    line-height: 22px;
    padding: 14px 0px;
    color: #4a4a4a;
    border: 0;
    border-bottom: #e0e0e0 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .1s linear;
}
#contactform p textarea.inputtxt {
    height: 100px;
    resize: none;
    overflow: hidden;
    background-color: transparent;
}
 #contactform p .inputtxt:hover { border-bottom: 1px solid #d80b30; }
input, textarea {
    font-family: "微软雅黑", Arial;
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
}
input {
    border: none;
    background: none;
}
#contactform p .inputtxt.submit {
    background-color: #E9E9E9;
    cursor: pointer;
    transition: all 0.6s ease 0s;
    border-bottom: 0px;
}

#contactform p .inputtxt.submit:hover { border-color: #d80b30; background-color:#d80b30; color: #fbfbfb; }
.join-list li.join-item {
    width: 48.130%;
    margin-right: 1.869%;
    margin-bottom: 1.869%;
    float: left;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.16);
    box-shadow: 0 10px 40px rgba(0,0,0,.16);
    position: relative;
    overflow: hidden;
    background-color: #fff;
   
}
.join-list li .item-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 300px;
    float: left;
    box-sizing:
}
.join-list li .item-img img {
    width: 100%;
    height: auto;
    transition: all ease-out .3s;
}
.join-list li .item-img .rectborder {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border: rgba(255,255,255,.6) 1px solid;
    transition: all ease-out .3s;
}

.join-list li:hover .rectborder { 
    width:calc(100% - 42px);
     height:calc(100% - 42px);
     left:20px; 
     top:20px; 
    
}
.join-list li .item-img .maskborder {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border: rgba(255,255,255,1) 10px solid;
    transition: all ease-out .3s;
}
.join-list li:hover .maskborder { 
    width:100%; 
    height:100%;
    left:0px; 
    top:0px; 
}

.join-list li .item_wrapper {
    background: #fff;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    margin-left: 300px;
}
.join-list li .item_info .title {
    font-size: 16px;
    color: #262626;
}
.join-list li .item_info  p{
    font-size: 13px;
    color: #8f8f8f;
    line-height: 24px;

    overflow: hidden;
}
.brand-hornor li{
    background-color:#fff;
    margin-bottom:40px;
}
.brand-hornor li img{
    height:180px;
    width:auto;
    margin:0 auto;
}
.brand-hornor-left {
    width:25%;
}
.brand-hornor-right {
    width:75%;
    padding:40px 30px;
}
#contactform p .inputtxt.submit:hover { border-color: #d80b30; background-color:#d80b30; color: #fbfbfb; }
.item_info {
    position: relative;
}
.item_info::before {
    position: absolute;
    top: 34px;
    left: 0;
    height: 1px;
    content: "";
    width: 0;
    background: #d80b30;
    transition: width .6s ease-out;
}

.item_info .title {
   height: 24px;
font-size: 16px;
color: #333;
margin: 16px 0 10px 0;
padding-bottom:35px;
border-bottom: 1px solid #E1E1E1;
}
.item_info .subtitle {
    font-size: 12px;
    color: #9F9F9F;
    margin-left: 10px;
}
.item_info .description {
    font-size: 13px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    color: #878787;
}
.sevice-item:hover .item_info::before  {
    width:100%;
} 
.bg-info {
    background-color: #f9f7f8;
}
.job-list .job-item:nth-child(2n-1) {
    background: #fff;
}
.job-item {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.job-item a {
    display:block;
    color:#999;
 }
.text-success {
    color: #d80b30;
    font-size:18px;
}
.job-label {
    padding-top: 15px;
    padding-bottom: 15px;
}
.job-label span:first-child {
    padding-left: 0;
}
.job-label span {
    color: #999;
    padding-right: 15px;
    padding-left: 15px;
    font-size:14px;
}
.job-info {
    color: #666;
    font-size:14px;
}
.space-base-tb {
    padding-bottom: 60px;
}
.space-base-t, .space-base-tb {
    padding-top: 60px;
}
.job-detail .job-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.job-detail ul li {
    color: #333;
    font-size: 15px;
    display: inline-block;
    width: 30%;
    line-height: 30px;
}
.text-primary {
    color: #999;
}
.job-content {
    font-size: 14px;
    line-height: 40px;
    color: #666;
} 
.bord-t {
    border-top: 1px solid #ebebeb;
}
.about-txt {
   padding:20px 0 40px;
}
.about-txt p{
  text-align:justify;
}
.honor-item {
    background: #fff;
    padding: 20px;
    transition: all .5s cubic-bezier(.23, 1, .38, 1);
    box-shadow:0px 8px 16px rgba(0,0,0,0.08);
}

.honor-item img {
    width:100%;
    height:auto;
}
.honor-item .tit {
  font-size: 15px;
   margin-top:16px;
}
.honor-item:hover .tit {
    color:#d80b30;
 }
#Info{
    padding:40px 0 50px;
} 
#Info  h5{
    font-size: 18px;
    color: #222;
    line-height: 18px;
} 
#Info  p.subtitle{
    color: #999;
} 
.container {
    width: 1220px;
    display: inline-block;
    padding-left: 3rem;
    padding-right: 0rem;
}    
.aaa{
    text-align: left;
}          
.bbb{
    text-align: center;
}      
.job-list{
    margin-top: 30px;
}             

.m2zpCon { padding: 50px 0px 35px; }

.m2zpCon dl dt { line-height: 46px; background: #F6F6F6 url("../image/sanjiao.png") no-repeat 12px center; height: 44px; padding: 0px 45px 0px 33px; position: relative; cursor: pointer; }

.m2zpCon dl { margin-bottom: 24px; }

.m2zpCon dl dt .fl { font-size: 15px; font-weight: bold; float: left; font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文黑体", sans-serif;}

.m2zpCon dl dt .fl span { font-size: 14px; font-weight: normal; color: #999999; }

.keUpDownToggleBtn { background: url("../image/jiahao.png") no-repeat;background-size: cover;background-position: center; height: 12px; width: 12px; padding-top: 7px; padding-right: 12px; position: absolute; display: block; top: 16px; right: 12px; }

.m2zpCon dl dd { padding: 24px 455px 42px 35px; border-top: 1px solid #ddd; background: #F6F6F6; position: relative; font-size: 14px; line-height: 24px; color: #666666; display: none; }

.m2zp_bt { font-size: 16px; line-height: 34px; display: block; color:#333!important; }

.m2zp_rx { width: 410px; position: absolute; right: 30px; top: 72px; }

.m2zp_link { font-size: 16px; font-weight: bold; color: #005d8b; display: inline-block; }

.m2zzEditor{ font-size: 14px; line-height: 24px; color: #666666; padding: 58px 0px 64px; }

@media (max-width:992px){

.m2zpCon dl dd{padding:20px 20px 25px;}

.m2zp_rx{position:static;}

}

@media (max-width:767px){

.m2zpCon dl dt .fl{font-size:14px; display:block; overflow:hidden; height:46px;}

.m2zpCon dl dt .fl span{font-size:12px;}

.m2zp_bt{font-size:14px;}
.wrapper1{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.phone_list{
    padding-left: 0px ;
}
.container{
    width: 100% !important;
    padding-left: 0px !important;
}

}

