*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "Josefin Sans";
    min-width: 1200px;
}
ul{
    list-style: none;
}
ol{
    list-style: none;
}

/*.title font{
    color: #009fe9!important;
}*/

.mynewroduct{
      display: flex;
    flex-wrap: wrap;
    overflow: hidden;  
}
.mynewroduct a{
    display: block;
    width: 264px;
    margin-left: 35px;
    margin-top: 14px;  
}
.mynewroduct img{
      width: 264px;
    height: 200px;    
}
.mynewroduct div{
    text-align: center;
    line-height: 38px;
    color: #333;
}
.mynewroduct a:nth-child(1){
    margin-left: 0;    
}
.mynewroduct a:nth-child(4){
    margin-left: 0;    
}
.mynewroduct a:nth-child(7){
    margin-left: 0;    
}
.mynewroduct a:nth-child(10){
    margin-left: 0;    
}

.mynewroduct a:hover div{
    color: #f49c38;
}

/*.mynewroduct a:hover img{
    border: 1px solid #f49c38;
}*/


.clear{
    clear: both;
}

.nav{
    width: 100%;
    background: url(../image/images/1_01.jpg)center 0 no-repeat;
    height: 117px;
}
.nav>div{
    width: 1200px;
    margin: auto;
}
.navTop{
      overflow: hidden;  
}
.navTop>div{
    float: right;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 24px;
    width: 140px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

.navTop input:nth-child(1){
     background: none;
    border: 0;
    width: 72px;
    padding-left: 15px;
    color: #fff;
    outline: none;
}
.navTop input:nth-child(2){
    width: 15px;
    background: url(../image/1.png)center 0 no-repeat;
    overflow: hidden;
    height: 13px;
    position: absolute;
    top: 3px;
    border: 0;
    right: 4px; 
    outline: none;
}
.navTop a{
       float: right;
    color: #fff; 
	line-height: 26px;
}
.navTop input:nth-child(1)::-webkit-input-placeholder{ 
color: #fff; 
}

.navs{
    width: 100%;
}
.navs ul{
      font-size: 0;
    width: 800px;
    margin-left: 410px;
    margin-top: 39px;
    margin-bottom: 0;  
}
.navs li{
     display: inline-block;
    font-size: 14px;
    position: relative;
    padding-left:20px;   
}
.navs img{

}
.tops a:hover{
     color: rgba(255,255,255,0.7);   
}
.tops>li>a{
     color: #fff;
    font-weight: 600;
    display: block;
    height: 57px;   
}
.tops>li>a>span{
    position: relative;
    padding: 10px 0 5px 0;
    margin-bottom: 5px;
}
.tops>li>a>span:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 1px;
    left: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,0,0) scaleX(0);
    transform: translate3d(0,0,0) scaleX(0);
    transition: all .3s ease 0s;
    background: #fff;
}
.more{
    position: absolute;
    left: 0;
    top: 28px;
    width: 150px;
    z-index: 999;
    background: #f49c38;
    display: none;
    box-shadow: 1px 2px 2px 2px rgba(0,0,0,.15);
}
.tops>li>a:hover>span:before{
    -webkit-transform: translate3d(0,0,0) scaleX(1);
    transform: translate3d(0,0,0) scaleX(1);
}

.more a{
     display: block;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    font-size: 14px;
    color: #FFF;
/*    border-bottom: 1px solid #fff;*/
    margin-bottom: -1px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s linear 0s;   
}

.more span{
    
}







.banner{
    width: 100%;
    background: url(../image/7.png)center 0 no-repeat;
    height: 438px;
    overflow: hidden;
}

.banners{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    height: 438px;
}

.carousel{
    height: 438px;
}
.carousel-inner img{
    width: 100%;
    height: 100%!important;
}


.product{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.product>img{
    width: 100%;
}


.productTop{
     border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
   
}
.productTop a{
    display: block;
    padding: 0 32px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #000000;
}
.productTop a:hover{
	background: #f49c38;
	color: #fff;

}

.products{
    overflow: hidden;
        margin-top: 40px;
    margin-bottom: 40px;
}
.productss{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.productss a{
    height: 279px;
    margin-left: 38px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    transition: 0.5s linear;
}
.productss img{
    width: 251px;
    height: 181px;
}
.productss div{
    font-size: 16px;
    line-height: 100px;
    color: #000000;
    font-family: SimSun-ExtB Regular;  
}

.productss a:hover{
    box-shadow: 0 6px 6px 2px rgba(0,0,0,.075);
    transition: 0.1s linear;
    border-top: 4px solid #f49c38;
}

.productss a:hover div{
    transition: 0.1s linear;
    color: #f49c38;
}

.aboutUs{
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: url(../image/images/5_02.jpg)center 0 no-repeat;
    height: 782px;
}
.aboutUs>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 129px;
}

.aboutUsLeft{
    float: left;
    width: 404px;
    overflow: hidden;
}

.aboutUsRight{
    float: right;
    font-family: "Arial Regular";
    width: 749px;
    line-height: 35px;
    margin-right: 14px;

}

.aboutUsRight a{
   color: #292b2f;
   font-size: 18px; 
}
.aboutUsRight a:hover{
	color: #000;
}



.myNew{
    width: 1200px;
    margin:auto;
    overflow: hidden;
}
.myNew a{
    display: block;
    width: 555px;
    overflow: hidden;
    color: #999999;
    margin-top: 14px;
    position: relative;
}
.myNew a:nth-child(2n+1){
    float: left;
}
.myNew a:nth-child(2n){
    float: right;
}
.myNew>a>img{
    width: 160px;
    height: 100px;
	border: 1px solid #dcdcdc;
    float: left;  
}
.myNew>a>div{
     width: 372px;
    float: right;
    overflow: hidden;
    position: relative;   
}
.myNew label{
     display: block;
    font-size: 15px;
    font-weight: 400;   
}
.myNew span{
    display: block;
    color: #010101;
    font-size: 18px;  
}
.myNew div img{
    
}
.myNew div div{
    position: absolute;
    width: 17px;
    height: 1px;
    background: #333;
    top: 68px;
}
.miaoshu{
	color: #999;
}
.myNew a:hover .miaoshu{
	color: #333;
}

.myNew a:hover div div{
    transition: 0.5s linear;
    width: 308px;
    background: #f49c38;
}


.jiaMore{
    display: block;
    width: 140px;
    height: 35px;
    
    text-align: center;
	border: 1px solid #999;

    line-height: 35px;
    margin: auto;
    margin-top: 31px;
    margin-bottom: 48px;
	color:#f49c38;
}
.jiaMore:hover{
	background:#f49c38;
	color: #fff;
	border: 0;
}


























.bottom{
    width: 100%;
    background: #313131;
    
    overflow: hidden;
}
.bottom>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.bottomLeft{
    color: #fff;
    float: left;
    width: 400px;
    line-height: 32px;
    margin-top: 50px;
    padding-left: 36px;
}
.bottomLeft div{
    font-weight: 600;
    font-size: 15px; 
}
.bottomLeft a{
    color: #777;
    display: block;
  
}
.bottomLeft a:hover{
	color: #f49c38;
}





.foot{
    background: #242424;
    width: 100%;
    height: 75px;
    overflow: hidden;
}
.foot>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    line-height: 75px;
}
.footLeft{
    float: left;
}

.footLeft a{
    color: #777;
    font-weight: 600;

}

.footRight{
    float: right;
}
.footRight a{
    color: #fff;
}













/*list*/
.allList{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.allList>h5{
    margin-top: 2em;
    margin-bottom: 2em;
  
}
.allList>h5>a{
       color: #f49c38;
        font-weight: 600;
	font-size: 15px;
}
.allList>h5>span{
    font-weight: 600;
}


.allListLeft{
    float: left;
    width: 255px;
    overflow: hidden;
}
.allListLeft>a{
    color: #333;
    margin-bottom: 1.25em;
    display: block;
}
.allListLeft>a>i{
    
}
.allListLefts{
    overflow: hidden;
}
.allListLefts h5{
    position: relative;
    margin: 0.25em 0;
    padding: 1.25em 0;
    font-size: 1.1em;
    font-weight: 600;
}
.allListLefts h5 span{
    display: block;
    width: 5em;
    height: 2px;
    background: #f49c38;
    margin-top: 15px; 
}
/*.allListLefts h5::after {
    content: "";
    position: absolute;
    width: 5em;
    height: 2px;
    bottom: 0;
    left: 0;
}*/
.allListLefts p{
    font-weight: 600;
    margin-top: 1.25em;
}

.allListRight{
    float: right;
    width: 865px;
    overflow: hidden;
}

.allListRight>h5{
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px; 
}
.allListRights{
    overflow: hidden;
}

.aboutText{
    margin-top: 1.25em;
    overflow: hidden;
    color: #444;
    font-weight: 600;
    font-family: 'Josefin Sans';
    font-size: 15px;
    line-height: 29px;
}

.productList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
	padding-bottom: 50px;
}
.productList a:nth-child(1){
    margin-left: 0;
}
.productList a:nth-child(4){
    margin-left: 0;
}
.productList a:nth-child(7){
    margin-left: 0;
}
.productList a:nth-child(10){
    margin-left: 0;
}
.productList a:nth-child(13){
    margin-left: 0;
}
.productList a{
     height: 229px;
    margin-left: 38px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.5s linear;
    box-shadow: 0 0 6px 2px rgba(0,0,0,.075);
        border-bottom: 2px solid #e27e0d;
        position: relative;
}
.productList img{
    width: 254px;
    height: 157px;
}
.productList div{
     position: absolute;
    top: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 157px;
    opacity: 0;   
}
.productList span{
     display: block;
    
    color: #444;
    font-size: 17px;
    margin-top: 19px;   
}
.productList a:hover{
    transition: 0.2s linear;
    top: -1px;
}
.productList a:hover span{
    color: #f49c38;
    transition: 0.2s linear;
}
.productList a:hover div{
    opacity: 1;
    transition: 0.2s linear;
}

 





/* 垂直居中 */
.small-img{
    display: flex;
    align-items:center;
    justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
    width: 500px;
    position: relative;
    float: left;
}
.magnifier-container{
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.move-view{
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../image/move-box.png');
}
.images-cover{
    height: 100%;
    width: 100%;
    position: relative;
}
.images-cover img{
    position: absolute;
}
.magnifier-assembly{
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.magnifier-btn{
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.magnifier-btn span{
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #6e6e6e;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}
.magnifier-btn .magnifier-btn-left{
    float: left;
}
.magnifier-btn .magnifier-btn-right{
    float: right;
}
.magnifier-line{
    position: relative;
    overflow: hidden;
    height: 92px;
}
.magnifier-line ul{
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 9997;
}
.magnifier-line li{
    float: left;
    width: 100px;
    cursor: pointer;
}
.magnifier-line ul > .active .small-img{
    border-color: #bbb;
}
.small-img{
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}
.small-img img{
    max-width: 100%;
    max-height: 100%;
}
.magnifier-view{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.magnifier-view img{
    display: block;
}
.animation03{
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}



.detaisRight{
     float: right;
    width: 424px;
    overflow: hidden;   
}
.detaisRight h3{
      border-bottom: 1px solid #ccc;
    height: 41px;
    margin-bottom: 11px;  
}
.detaisRight div{
      margin-bottom: 5px;  
}
.detaisRight span{
      color: #009fe9;
    font-size: 22px;
    font-weight: 600;  
}












.newList{
    width: 100%;
    overflow: hidden;
}

.newList a {
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #f49c38;
    height: 42px;
    line-height: 42px;
    color: #333;
   
    font-family: 'Josefin Sans';
}
.newList a:hover{
	color: #f49c38;
	border-bottom: 1px dashed #000;
}
.newList span {
    float: right;
    margin-right: 12px;
}




















.detairqRight{
  float: right;
    width: 357px;
    overflow: hidden;  
}

.detairqRight p{

}
.detairqRight div{
    margin-top: 20px;
}
.detairqRight a{
    display: inline-block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #f49c38;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px;
    border-radius: 4px;
}
.detairqRight button{
          width: 165px;
    display: inline-block;
    margin: 0 10px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ddd;
    color: #666;
    font-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px;
    border-radius: 4px;  
}
.details3xq{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.details3xq>h5{
    border-bottom: 1px solid #ccc;
    height: 43px;
    line-height: 43px;
    font-size: 19px;
    color: #8dbd58;

}
.rb2{
        display: block;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 16px;
    font-size: 20px;
    height: 21px;
}
.rb3{
        text-align: center;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    height: 48px;
    line-height: 48px;
    font-size: 10px;
    display: block;
    margin-bottom: 30px;
}
.detais{
    margin-bottom: 23px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #f49c38;
    font-size: 19px;
    padding: 0 29px;
    color: #fff;
    border-radius: 5px;
    margin-top: 18px;
}
