@charset "utf-8";
body,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div{margin:0px;padding:0px;border:0px;}
body{font-size:62.5%;/* font-family:"黑体";*/}
body,html{width:100%;min-height:100%;background-color: #fff}
ul,dl,li{list-style-type:none;}
select,input{vertical-align:middle;}
a:link,a:visited,a:hover,a:active {text-decoration: none;}
.clearfix{clear:both;}
.hide{display: none;}

.container{
    width: 1200px;
    margin: auto;
}

.navMain{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 111px;
    background: #fff;
    box-shadow: 0 1px 5px #eee;
}
.navMain .container{
    height: 100%;
    display: flex;
    align-items: center;
}
.navMain .container .logo{
    width: 180px;
    margin-right: 62px;
}
.navMain .container .logo img{
    width: 180px;
    height: 63px;
}
.navMain .container .nav{
    flex: 1;
    display: flex;
    align-items: center;
}
.navMain .container .nav a{
    display: inline-block;
    font-size: 16px;
    color: #6c6c6c;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #6c6c6c;
    padding: 0 10px;
}
.navMain .container .nav a:last-child{
    border-right: 0;
}
.navMain .container .nav a.active, .navMain .container .nav a:hover{
    color: #ffbe06;
}

.wrapper{
    padding-top: 111px;
    padding-bottom: 10px;
    background-color: #f4f4f4;
}

.fixMain{
    position: fixed;
    left: 10px;
    bottom: 120px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 20px 15px 8px;
}
.fixMain img{
    width: 112px;
    height: 112px;
    margin-bottom: 10px;
}
.fixMain .p{
    color: #666;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.openApp{
    cursor: pointer;
}
.openApp:hover{
    opacity: 0.7;
}

.banner{
    width: 100%;
    margin-bottom: 50px;
}

.banner img{
    width: 100%;
    height: auto;
}

.box{
    margin-bottom: 40px;
}
.box .box_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 17px;
    margin-bottom: 30px;
}
.box .box_top .title{
    color: #363636;
    font-size: 20px;
    line-height: 1;
}
.box .box_top .more{
    color: #868686;
    font-size: 18px;
    line-height: 22px;
    margin-right: 5px;
    cursor: pointer;
}
.box .box_content .big_img{
    background-color: #fff;
    padding: 14px;
    margin-bottom: 17px;
    cursor: pointer;
}
.box .box_content .small_img{
    margin-bottom: 17px;
    display: flex;
}
.box .box_content .small_img img{
    background-color: #fff;
    padding: 14px;
    cursor: pointer;
    width: 310px;
    height: 210px;
    margin-right: 17px;
}
.box .box_content .small_img .img2{
    width: 457px;
}
.box .box_content .small_img .img3{
    margin-right: 0;
}
.box .box_multiple{
    display: flex;
    margin-bottom: 45px;
}
.box .box_multiple .box_multiple_content{
    background-color: #fff;
    padding: 10px;
    margin-right: 45px;
}
.box .box_multiple .box_multiple_content:last-child{
    margin-right: 0;
}
.box .box_multiple .box_multiple_content .big_img{
    width: 556px;
    height: 276px;
}
.box .box_multiple .box_multiple_content .good_list{
    border: 1px solid #f6f6f6;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.box .box_multiple .box_multiple_content .good_list .item{
    background-color: #fff;
    float: left;
    margin: 0 12px;
    width: 160px;
    text-align: center;
}
.box .box_multiple .box_multiple_content .good_list .item img{
    width: 125px;
    height: 125px;
    margin: 7px auto;
}
.box .box_multiple .box_multiple_content .good_list .item .name{
    color: #111;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box .box_multiple .box_multiple_content .good_list .item .price{
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.box .box_multiple .box_multiple_content .good_list .item .price span{
    color: #111;
    font-size: 16px;
    margin-left: 2px;
}
.box .box_word{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #eee;
}
.box .box_word .word{
    font-size: 15px;
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
}
.selection{
    margin-bottom: 30px;
}
.selection .title{
    font-size: 30px;
    color: #ffbe06;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.selection .selection_list{
    display: flex;
    justify-content: space-between;
}
.selection .selection_list .item{
    width: 210px;
    text-align: center;
}
.selection .selection_list .item img{
    width: 110px;
    height: 110px;
    margin-bottom: 25px;
}
.selection .selection_list .item .tit{
    font-size: 18px;
    color: #212121;
    line-height: 28px;
    display: block;
    margin-bottom: 20px;
}
.selection .selection_list .item .des{
    font-size: 14px;
    color: #757575;
    line-height: 28px;
}
.page-bottom{
    box-shadow: 0 -2px 8px #eee;
    padding: 30px 0 10px 0;
}
.page-bottom .contact{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.page-bottom .contact .img{
    width: 160px;
}
.page-bottom .contact .img img{
    width: 160px;
}
.page-bottom .contact .img .title{
    color: #4d4d4d;
    font-size: 16px;
    text-align: center;
}
.page-bottom .contact .txt{
    width: 400px;
    box-sizing: border-box;
    padding-left: 40px;
    border-left: 1px solid #eee;
}
.page-bottom .contact .txt .txt_title{
    color: #4d4d4d;
    font-size: 24px;
    line-height: 24px;
}
.page-bottom .contact .txt .txt_sub{
    color: #4d4d4d;
    font-size: 15px;
    line-height: 16px;
    margin-top: 20px;
}
.page-bottom .nav{
    margin-bottom: 30px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-bottom .nav a{
    display: inline-block;
    font-size: 14px;
    color: #6c6c6c;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #6c6c6c;
    padding: 0 10px;
}
.page-bottom .nav a:hover{
    color: #ffbe06;
}
.page-bottom .nav a:last-child{
    border-right: 0;
}
.page-bottom .copyright{
    padding: 20px 0;
    background-color: #3f3e3e;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #b1b1b1;
}
.page-bottom .copyright .text{
    margin-bottom: 10px;
}
.page-bottom .copyright .text span{
    padding: 0 15px 0 10px;
    border-right: 1px solid #b1b1b1;
}
.page-bottom .copyright .text span:last-child{
    margin-right: 0;
    border-right: 0;
}
.page-bottom .copyright .icp a{
    color: #b1b1b1;
    line-height: 20px;
    padding: 0 15px 0 10px;
    border-right: 1px solid #b1b1b1;
}
.page-bottom .copyright .icp a:hover{
    color: #f00;
}
.page-bottom .copyright .icp a img{
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 3px;
}
.page-bottom .copyright .icp a:last-child{
    margin-right: 0;
    border-right: 0;
}
