/*
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    color: #19282d;
    font-family: "SourceHanSansCN-Light", 微软雅黑;
}

h1, h2, h3, h4, h5, h6, p, ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li, a, span {
    text-decoration: none;
    display: inline-block;
}

input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
}
*/

::-webkit-input-placeholder {
    color: #808080;
}

:-moz-placeholder {
    color: #808080;
}

::-moz-placeholder {
    color: #808080;
}

:-ms-input-placeholder {
    color: #808080;
}

.containers {
    width: 100%;
}

.contents {
    max-width: 1200px;
    margin: 0 auto;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}

.selfblock, .inblk > div {
    display: inline-block;
}

.iebg {
    background: #fff;
}

img {
    max-width: 100%;
    margin: 0;
}

.maximg img {
    width: 100%;
}

.floatlft {
    float: left;
}

.floatrgt {
    float: right;
}

.contentlft {
    text-align: left;
}

.contentrgt {
    text-align: right;
}

.contentmid {
    text-align: center;
}

.contentTop {
    vertical-align: top;
}

.contentBtm {
    vertical-align: bottom;
}

.contentMid {
    vertical-align: middle;
}

.showInlineblock {
    display: inline-block;
}

.mainBox .showBlock {
    display: block;
}

.mainBox .hideBlock {
    display: none;
}

/*.flex */
.flex {
    display: -webkit-flex; /* �°汾�﷨: Chrome 21+ */
    display: flex; /* �°汾�﷨: Opera 12.1, Firefox 22+ */
    display: -webkit-box; /* �ϰ汾�﷨: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* �ϰ汾�﷨: Firefox (buggy) */
    display: -ms-flexbox; /* ��ϰ汾�﷨: IE 10 */
}

/*pages------*/
.pages {
    margin: 30px auto 0;
}

.pages a {
    height: 38px;
    width: 38px;
    margin: 5px;
    line-height: 38px;
    color: #19282d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.pages a:hover, .pages a.active {
    background: #f29200;
}

/*title*/
.tittle {
    text-align: center;
    margin: 50px auto 40px;
}

.tittle h3 {
    font-size: 24px;
    color: #19282d;
    font-family: "SourceHanSansCN-Bold", 微软雅黑;
    font-weight: bold;
}

.tittle p:nth-of-type(1) {
    color: #f29200;
    text-transform: capitalize;
    font-size: 22px;
    font-family: "AxureHandwriting", 微软雅黑;
}

.tittle p:nth-of-type(2) {
    font-size: 14px;
    color: #40494c;
    margin: 0 0 5px;
    word-spacing: 0;
    letter-spacing: 12px;
    font-family: "SourceHanSansCN-Light", 微软雅黑;
}

.titleIcon {
    width: 27px;
    height: 27px;
    background: url(../images/10.png) no-repeat center center;
}
.allPrdtBox{margin-top:40px;}
/*go-top  */
.goTop {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 99999;
    width: 40px;
    height: 40px;
    color: #fff;
    padding-top: 5px;
    cursor: pointer;
    background: #f29200;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: .5;
}

.goTop:hover {
    background: #f29200;
    color: #fff;
    opacity: .9;
}

/*more Btn*/
.more {
    display: inline-block;
    line-height: 50px;
    padding: 0 53px;
    background: #007de1;
    font-size: 14px;
    color: #fff;
    margin: 15px 0 0 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

/*logo*/
.header .logo {
    display: none;
}

.header .pcLogo {
    display: none;
    margin-right: 20px;
}

/*header---------------------------*/
.headerBox {
    margin-bottom: -105px;
}

.mainnav .hideLi {
    display: none;
}

.headerFixed {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
}

/*nav*/
.mainnav {
    padding: 0;
    margin: 0;
}

.mainnav > li {
    margin: 0 32px 0 0;
}

.mainnav li a {
    color: #0f191c;
    padding: 0;
    font-family: "SourceHanSansCN-Regular", 微软雅黑;
}

.mainnav > li:hover > a {
    color: #f29200;
}

.mainnav > li > a.active {
    color: #f29200;
}

.header .navbtn {
    display: none;
}

.mainnav > li {
    vertical-align: top;
    margin-top: 60px;
    position: relative;
}

.mainnav > li:nth-of-type(6) {
    width: 257px;
    height: 228px;
    position: relative;
    margin-top: 0;
}

.mainnav > li:nth-of-type(6) a {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
}

.midBig {
    width: 257px;
    height: 228px;
    background: url(../images/30.png) no-repeat center center;
}

.midBig > div {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.midBig p {
    font-size: 20px;
    color: #352000;
}

.mainnav > li ul {
    position: absolute;
    top: 100%;
    left: -30px;
    z-index: 99999;
    background: #fff;
    min-width: 200%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    text-align: center;
    margin: 0;
    padding: 0;
    display: none;
}

.mainnav ul, .mainnav ul li, .mainnav ul li a {
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 0;
}

.mainnav ul li a {
    font-size: 14px;
    padding: 10px 0;
    color: #666;
}

.mainnav ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mainnav ul li a:hover {
    color: #f29100;
    background: rgba(245, 245, 245, 1);
}

.mainnav ul li {
    position: relative;
}

.mainnav ul li .threeNav2 {
    display: none;
    position: absolute;
    width: 128px;
    left: 128px;
    top: 0;
    background: #f3f3f3;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1)
}

.mainnav ul li .threeNav2 a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mainnav ul li:hover .threeNav2 {
    display: block;
}

/*search+language*/
.schLge {
    margin-top: 59px;
}

.searchIcon {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/1.png) no-repeat center center;
}

.searchForm {
    position: relative;
}

.searchFormBox {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    width: 220px;
    padding: 10px 20px;
    background: #f29100;
}

.searchFormBox input {
    margin: 0;
    padding: 0;
    background: #fff;
    height: 34px;
    border: none;
    font-size: 14px;
}

.searchFormBox .input1 {
    width: 95%;
    padding: 0 0 0 10px;
}

.searchFormBox .input2 {
    width: 19%;
    margin: 0 0 0 -44px;
    cursor: pointer;
    color: transparent;
    border-left: 1px solid #ccc;
    background: url(../images/1.png) no-repeat center center;
}

.schLge .emptLine {
    color: #767676;
}

.schLge a {
    color: #767676;
    padding: 0 5px;
}

.schLge a:hover {
    color: #f29100;
}

.schLge a.active {
    color: #f29100;
}

/*headerEND*//*footer*/
.foothalfe {
    background-size: cover;
    background-attachment: fixed;
    margin-top: 120px;
    padding: 340px 0 40px;
}

.footer {
    font-size: 14px;
    color: #919aa0;
    margin: 0 auto 70px;
}

.footTit {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 20px;
    font-family: "RALEWAY-BOLD", 微软雅黑;
}

.messagePad {
    color: #fff;
    background: #f29200;
    padding: 50px 26px;
    position: relative;
    margin: 150px auto -195px;
    font-size: 18px;
}

.thnksWords p {
    font-size: 18px;
    line-height: 30px;
}

.youEmail input {
    margin: 0;
    padding: 0;
    background: none;
    height: 30px;
    border: none;
}

.youEmail .input3::-webkit-input-placeholder {
    color: #fff;
}

.youEmail .input3::-moz-placeholder {
    color: #fff;
}

.youEmail .input3::-moz-placeholder {
    color: #fff;
}

.youEmail .input3::-ms-input-placeholder {
    color: #fff;
}

.youEmail .input3 {
    border-bottom: 1px solid #fff;
    width: 260px;
    color: #fff;
}

.youEmail .input4 {
    margin-left: -35px;
    color: transparent;
    background: url(../images/9.png) no-repeat center center;
}

.goodFood {
    position: absolute;
    top: -120px;
    left: 366px;
    z-index: 999;
}

.footer > div {
    vertical-align: top;
    color: #333;
    text-align: left;
}

.footcontact {
    width: 246px;
}

.footcontact p, .footcontact p a {
    color: #919aa0;
}

.footcontact p span {
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.footcontact p a {
    max-width: 90%;
}

.footcontact .addressIcon {
    background: url(../images/3.png) no-repeat center center;
}

.footcontact .emailIcon {
    background: url(../images/4.png) no-repeat center center;
}

.footcontact .phoneIcon {
    background: url(../images/5.png) no-repeat center center;
}

.footcontact .facsimileIcon {
    background: url(../images/6.png) no-repeat center center;
}

.footNav {
    width: 210px;
}

.productHot {
    width: 260px;
}

.footNav ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.footNav li {
    width: 48%;
    margin: 0 0 8px;
}

.footNav li a {
    width: 100%;
    color: #919aa0;
}

.footNav li a span {
    width: 5px;
    height: 5px;
    background: #000;
    vertical-align: middle;
    margin: 0 10px;
}

.footPrdt li {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.footPrdt li img {
    transition: all 0.6s;
}

.footPrdt li:hover img {
    transform: scale(1.1);
}

.footer p {
    margin: 0 0 10px;
}

.footer a:hover {
    text-decoration: none;
    color: #f29100;
}

.copyright { /*padding:0 0 45px;*/
}

.copyright a {
    color: #919aa0 !important;
    margin: 0 10px;
}

.copyright a:hover {
    color: #f29100;
}

.pagination-previous, .pagination-next {
    display: none;
}
.newsBox .inside-pagination{
    display: flex;
    justify-content: center;
}
.newsBox .inside-pagination li{
    list-style: none;
}

.newsBox .inside-pagination li a{
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    margin: 10px;
}

.newsBox .inside-pagination li a:hover{
    background: #f29200;
}
/*20171229*/
@media screen and (max-width: 1199px) {
    .header_index{margin-bottom: 0;}
    body .rightEcBox {
        display: none
    }
    .mainBox .showBlock .bookBox{
        width: 45%;
    }
    .prdctParameter,
    .prdctParameter p{
        width: auto;
    }
    .contentlft{padding: 10px;}
    .mayLove .swiper-slide{text-align: center;}


    #message .writeUs,
    #message .formBox{width: 100%;padding: 10px;}
    .newsContent,
    .newspic,
    .contactWay,
    .contactPad,
    .contactMsgForm,
    .contactForm input,
    .contactForm textarea{width: 100%;}
    .contactWay,
    .contactPad{
        height: auto;
    }
    .newsContent h2{
        font-size: 20px;
        margin-top: 10px;
    }
    div.readmore p,
    .newsContent a{display: unset;}
    .newsBox .inside-pagination li a{
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    .onlyway a{font-size: 30px;}
    .contactBox .contactPad{padding: 10px;}
    .detailContent{padding: 10px;}
}

#owl-demo32 .owl-controls .owl-page {
    display: none;
}

@media screen and (max-width: 767px) {
    #owl-demo32 .owl-controls .owl-page {
        display: inline-block;
    }

    .dobook .owl-controls .owl-buttons > div {
        display: none;
    }
}