﻿
/*-----------------[初始化]--------------*/
body{
    color: #262626;font-size: 12px;line-height: 1.5;font-family:"华文宋体","MillerDisplay-Roman","stsong","serif";
    padding-top: 80px;
    /*font-weight: 600;*/
}
a{color: #262626;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
a:hover{color: #262626;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select,button{font-size: 12px;color: #333;
    font-family:"宋体","微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #bc825c;}
::-moz-placeholder {color: #bc825c; }
::-ms-input-placeholder {color: #bc825c;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{
    margin: 0 auto;
    width: auto;padding: 0 60px;
}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}

*{outline: none;}

@font-face {
    font-family: 'MillerDisplay-Roman';
    src: url('../fonts/Miller-DisplayRoman.otf');
}

/*公用*/
.row{overflow: hidden;}

/*******************************
  -------[=头部]-------
********************************/
#hd{
    height: 80px;background-color: #fff;position: relative;line-height: 80px;
    position: fixed;left: 0;right: 0;top: 0;z-index: 999;
}
#hd .hdr{float: right;}

.logo{display: block;height:80px;float: left;line-height: 80px;margin-right: 60px;}
.logo img{display: inline-block;vertical-align: middle;max-height: 70%;}

.nav{float: left;}
.nav li{float: left;}
.nav li .v1{font-size: 14px;color: #292929;padding: 0 15px;display: block;line-height: 74px;padding-top: 6px;}
.nav li .v1:hover,.nav li.on .v1{color: #cb2d37;}

#hd .a-lang{
    display: block;float: right;
    font-family: 'MillerDisplay-Roman';
    font-size: 14px;color: #cb2d37;text-transform: uppercase;font-weight: bold;line-height: 70px;
    margin: 10px 10px 0 20px;
}

.soBox{float: right;height: 35px;position: relative;width: 44px;
    margin-top: 26px;padding-right: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.soBox .so-btn{
    height: 35px;width: 44px;
    position: absolute;right: 0;top: 0;
    background: url(../images/icon5.png) no-repeat center center;
    border: none;
}
.soBox .inp{
    height: 35px;display: block;width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border: none;
    border-bottom: 3px transparent solid;font-size: 14px;line-height: 32px \9;color: #262626;
}
.soBox .inp::-webkit-input-placeholder {color: #262626;}
.soBox .inp::-moz-placeholder {color: #262626;}
.soBox .inp::-ms-input-placeholder {color: #262626;}

.soBox-show{
    position: absolute;left: 0;right: 0;top:80px;bottom: 0;z-index: 1000;
    background: rgba(0,0,0,.7);
    display: none;
}
.soBox-show .con{
    height: 100%;
    width: 660px;background: #eee;float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 42px 60px 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.soBox-show .txt{margin-bottom: 71px;overflow: hidden;}
.soBox-show h3{
    font-size: 24px;color: #000;line-height: 30px;font-weight: normal;
    margin-bottom: 20px;
    overflow: hidden;
}

.ul-list1{overflow: hidden;margin: 0 -20px;}
.ul-list1 li{
    float: left;width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 20px 0;
}
.ul-list1 .pic{
    height: 0;padding-top: 108.4%;position: relative;
    overflow: hidden;
}
.ul-list1 .pic img{
    display: block;width: 100%;height: 100%;
    position: absolute;left: 0;top: 0;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.ul-list1 .pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.ul-list2{}
.ul-list2 li{
    padding: 0 0 26px;margin-bottom: 42px;
    border-bottom: 3px #d6d6d6 solid;
    font-size: 14px;color: #989898;line-height: 24px;
}
.ul-list2 p{height: 48px;overflow: hidden;}
.ul-list2 h4{
    font-size: 18px;color: #262626;font-weight: normal;
    margin-bottom: 16px;
}
.ul-list2 h4 a{color: inherit;}
.ul-list2 h4 a:hover{color: #cb2d37;}
.ul-list2 .date{
    float: right;
    font-family: 'MillerDisplay-Roman';font-size: 14px;color: #9f9f9f;
}

.open .soBox{width: 444px;}
.open .soBox .inp{border-color: #e5e5e5;}




/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: absolute;z-index: 9;display: none;right: 2px;
    width: 50px;height: 50px;padding: 12px 7px 0;cursor: pointer;top: 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border-left: 1px #e5e5e5 solid;
}
.menuBtn b{display: block;height: 3px;background-color: #262626;
    margin: 3px 0 5px;border-radius: 2px;
/*    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;*/
}
.menuBtn.unfold{}
/*.menuBtn.unfold b{margin: 0;position: absolute;left: 10px;top: 50%;width: 30px;}*/
.menuBtn.unfold b:first-child{
    visibility:hidden;
}
.menuBtn.unfold b:last-child{
    visibility:hidden;
}


#menu-m{
    position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 900;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding-top: 50px;
    overflow: hidden;
    display: none;
}
#menu-m .share{
    overflow: hidden;
    position: absolute;left: 0;right: 0;bottom: 0;
}
#menu-m .share a{
    display: block;float: left;width: 50%;
    font-size: 14px;line-height: 40px;text-align: center;
}
#menu-m .share a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#menu-m .share a i{
    display: inline-block;vertical-align: middle;
    width: 24px;height: 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;top: -1px;
    margin-right: 10px;
}
#menu-m .share .a-wx{background: #000;color: #fff;}
#menu-m .share .a-sina{background: #eee;color: #262626;}
#menu-m h3{
    padding: 10% 0;
    font-family: 'MillerDisplay-Roman';
    font-size: 30px;color: #262626;line-height: 40px;text-align: center;text-transform: uppercase;
}
#menu-m .nav-m{}
#menu-m .nav-m .v1{
    display: block;
    font-size: 16px;line-height: 30px;text-align: center;
    padding: 10px 0;position: relative;
}
#menu-m .nav-m .v1:hover,#menu-m .nav-m li.on .v1{color: #cb2d37;}
#menu-m .nav-m .v1:after{
    content: "";
    display: block;height: 2px;width: 30px;
    background: #e5e5e5;
    position: absolute;left: 50%;bottom: 0;margin-left: -15px;
}
/*******************************
  -------[=banner]-------
*******************************/
#banner{
    height: calc(100vh - 140px);position: relative;
}
#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}
#banner .slick-slide{outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#banner .slick-dots{
    position: absolute;left: -40px;top:50%;width: 26px;text-align: center;z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#banner .slick-dots li{margin: 22px 0;}
#banner .slick-dots li button{display: block;width: 8px;height: 8px;border: none;border-radius: 50%;
    font-size: 0;line-height: 0;text-indent: 999px;border-radius: 50%;background: #bdbdbd;cursor: pointer;
    padding: 0;
    margin: 0 auto;
}
#banner .slick-dots li.slick-active button{
    width: 60px;height: 4px;border-radius: 0;background: #cb2d37;
}
#banner .con{display: block;width: 100%;height: 100%;position: relative;}
#banner .con img{display: none;}

/*banner小图*/
.prod-inf{
    width: 216px;height: 660px;
    position: absolute;right: 10%;top: 9%;background: #fff;z-index: 100;
}
.prod-inf img{display: block;width: 100%;height: 100%;}






/*******************************
    -------[=内页banner]-------
********************************/

#ban{height: calc(100vh - 140px);
    background-repeat: no-repeat;background-position: center center;overflow: hidden;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
#ban .tit{
    position: absolute;right: 6%;top: 5%;
}
#ban .txt{
    font-size: 14px;color: #fff;line-height: 24px;text-align: center;
    position: absolute;left: 10px;right: 10px;top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*******************************
  -------[=底部]-------
********************************/
#fd{
    
}
#fd .f-cont{
    overflow: hidden;
    padding: 84px 0 130px;
    background: url(../images/bg1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 18px;color: #fff;line-height: 24px;
}
#fd .f-cont h3{float: left;width: 600px;}
#fd .f-cont h3 em{
    display: block;
    font-family: 'MillerDisplay-Roman';font-size: 40px;color: #fff;
    opacity: .5;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    margin-bottom: 10px;
}
#fd .f-cont .con{
    float: left;padding-top: 8px;
    width: 670px;
}
#fd .f-cont .p-addr{
    border-bottom: 3px #3c3c3c solid;
    padding-bottom: 29px;
    margin-bottom: 40px;
}
#fd .f-cont .txt{overflow: hidden;}
#fd .f-cont .txt .col-l,#fd .f-cont .txt .col-r{float: left;width: 50%;}
#fd .f-cont .txt h5{
    font-size: 18px;font-weight: normal;margin-bottom: 4px;
}
#fd .f-cont .txt p{
    font-family: 'MillerDisplay-Roman';font-size: 36px;line-height: 40px;
}
#fd .f-cont .a-tel{color: #fff;}

.fd-copy{
    font-family: 'MillerDisplay-Roman';line-height: 24px;
    padding: 18px 0;
}
.fd-copy span{padding-left: 10px;}

/*******************************
    -------[=正文]-------
********************************/






