@charset "UTF-8";
/* CSS Document */

/*header*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 154px;
    background: #ffffff;
    z-index: 9999;
}
.header .warpper{ position: relative; z-index: 10;}
.lang{ position: absolute; top: 42px; right: 0px; width: 90px; height: 30px; z-index: 100;}
.lang:after{ content: ''; display: block; position: absolute; top: 5px; left: 45px; z-index: -1; width: 0px; height: 20px; border-right: 1px solid #ccc;}
.lang a{ width: 28px; height: 28px; line-height: 28px; border: 1px solid #c3a75e; border-radius: 50%; color: #C3A75E;}
.lang a.on{ background: #607880; border: 1px solid #607880; color: #FFFFFF;}
/*logo*/
.header .logo {
    height: 114px;
    text-align: center;
}

.header .logo>a {
    display: list-item;
    line-height: 114px;
    text-align: center;
    height: 114px;
    list-style: none;
}

.header .logo a img {
    vertical-align: middle;
    max-height: 63%;
}

/*navigation*/
.nav{
    text-align: center;
}
.nav ul{
    display: inline-block;
}
.nav ul li {
    float: left;
    height: 40px;
    text-align: center;
    transition: none;
    position: relative;
    margin: 0 12px;
}
.nav ul li:first-child {
    background: none;
}
.nav ul li > a {
    display: block;
    font-size: 14px;
    color: #607880;
    text-align: center;
    height: 40px;
    line-height: 24px;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    font-family: Arial;
}
.nav ul li:hover > a ,.nav ul li.active > a {
    color: #dfd1ac;
}
/*banner*/

.banner,.banner .flexslider,.banner .slides li  {
    margin: 0 auto;
    position: relative;
}
.banner{
    margin: 154px auto 0;
}
.banner .flexslider {
    overflow: hidden;
    z-index: 0;
    display: block;
}
.banner .slides li {
    z-index: 0;
    display: block;
}
.banner .slides li a {
    display: block;
    height: 100%;
}
.banner .slides li img{
    display: block;
    width: 100%;
}


/*图片指示*/
.banner .flex-control-nav{
    display: none;
}
/*.banner .flex-control-nav{
    position:absolute; bottom:115px; z-index:2; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:inline-block; margin: 0 5px; zoom:1; text-align:center;
}
.banner .flex-control-nav a{
    display:inline-block; width:38px; height:4px; cursor:pointer; background: #004e97; font-size: 0;
}
.banner .flex-control-nav .flex-active{ background: #ffffff; width: 38px; height: 4px}*/
/*左右方向按钮*/
/*
.flex-direction-nav a{
    width:40px; height: 68px; line-height:99em; overflow:hidden;margin:-45px 0 0;display:block;
    background: #cccccc;position:absolute;top:50%;z-index:10;
    cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
    right:40px; background: url("../images/right01.png") no-repeat; background-size: 40px 68px;
}
.flex-direction-nav .flex-prev{
    left:40px; background: url("../images/left01.png") no-repeat; background-size: 40px 68px;
}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev{opacity:1;filter:alpha(opacity=100);}
*/

/*index-section*/
.scroll{
    overflow: hidden;
}
.scroll img{
    display: block;
    width: 100%;
}
.scroll ul li{
    background: #FFFFFF;
}
.scroll .swiper-button-prev{
    left: 30px;
    opacity: 0;
    transition: all 0.5s;
}
.scroll .swiper-button-next{
    right: 30px;
    opacity: 0;
    transition: all 0.5s;
}
.scroll:hover .swiper-button-prev{
    opacity: 1;
    left: 50px;
}
.scroll:hover .swiper-button-next{
    opacity: 1;
    right: 50px;
}


.index-title{
    padding: 35px 0;
    background: #607780;
    font-size: 32px;
    color: #dfd1ac;
    font-family: 'Varela',sans-serif;
}
.title-detail{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    color: #dfd1ac;
    font-family: 'Varela',sans-serif;
}
.title-detail .title-icon{
    margin-bottom: 18px;
}

/*  part01  */
.production-list{}
.production-list ul li{

}
.production-list ul li .text{
    width: 50%;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.production-list ul li .detail{
    width: 80%;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    padding: 40px 50px 20px 0;
}
.production-list ul li:nth-child(2n) .detail{
    padding: 40px 0 20px 50px;
}
.production-list ul li .text-img{
    width: 50%;
}
.production-list ul li .text-img img{
    display: block;
    width: 100%;
}

.production-img{}
.production-img img{
    display: block;
    width: 100%;
}

.download{
    padding: 60px 0;
    width: 70%;
    margin: 0 auto;
    background: #FFFFFF;
}
.download ul li{
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
    border-left: 1px solid #595959;
    color: #595959;
    font-family: Arial;
}
.download ul li:first-child{
    border-left: none;
}
.download ul li h2{
    font-size: 20px;
    padding: 0 0 15px;
}
.download ul li p{
    margin-bottom: 10px;
    font-size: 16px;
}
.download dl dd{
    margin-top: 20px;
}
.download dl dd:hover p{
    color: #dfd1ac;
}
/*  part01  end */

/* part03 */
.product-list{}
.product-list .list{
    float: left;
    width: 50%;
    padding: 40px 5% 40px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
}
.product-list .list:nth-child(2){
    padding: 40px 10% 40px 5%;
    color: #333333;
}
.product-list .list ul li{
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 18px;
    font-family: Arial;
}
.product-list .list h2{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}


.scroll-member{
    overflow: hidden;
}
.scroll-member img{
    display: block;
    width: 100%;
}
.scroll-member ul li{
    background: #FFFFFF;
}
.scroll-member .swiper-button-prev{
    left: 30px;
    opacity: 0;
    transition: all 0.5s;
}
.scroll-member .swiper-button-next{
    right: 30px;
    opacity: 0;
    transition: all 0.5s;
}
.scroll-member:hover .swiper-button-prev{
    opacity: 1;
    left: 50px;
}
.scroll-member:hover .swiper-button-next{
    opacity: 1;
    right: 50px;
}

/* part03 end */

/* part04 */
.scroll-text{
    background: #c3a75e;
    line-height: 55px;
    height: 55px;
}
.scroll-text .txt{
    width: 70%;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    color: #dfd1ac;
    font-size: 24px;
    font-family: Arial;
}
.txt .mtphr-dnt-tick-container,.mtphr-dnt-tick-contents,.mtphr-dnt-tick{
    height: 55px;
}
.contact{
    width: 70%;
    margin: 0 auto;
    padding: 70px 0;
    line-height: 30px;
    font-size: 18px;
    font-family: Arial;
    color: #666;
}
.contact-ways{
    float: left;
    width: 50%;
}
.contact-ways a{
    color: #b49238;
}
.map{
    float: right;
    width: 50%;
    text-align: center;
}
/* part04 end */

/*index-section end*/

/*footer*/
.footer{
    background: #728d98;
    height: 63px;
    padding-bottom: 20px;
}
.f-nav{
    height: 63px;
    background: #607880;
    text-align: center;
}
.f-nav ul{
    display: inline-block;
}
.f-nav ul li{
    float: left;
    line-height: 63px;
    font-family: Arial;
    font-size: 16px;
    margin: 0 11px;
}
.f-nav ul li a{
    color: #FFFFFF;
}


/*footer end*/

/* sub-section */

/*------- page -------*/
.m-page{
    text-align: center;
    margin-top: 40px;
}
.m-page a{
    display: inline-block;
    padding: 0 12px;
    margin: 0 4px;
    line-height: 35px;
    border: 1px #cccccc solid;
    color: #999999;
    font-size: 14px;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #e25842;
    border: 1px #e25842 solid;
}
.m-page a.pageprv,.m-page a.pagenxt{
    color: #FFFFFF;
    background: #cccccc;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #e25842 ;
    border: 1px #e25842 solid;
}
/*------- page end -------*/



/* sub-section  end*/








































