/*
Theme Name: 华纳国际
Theme URI: http://baidu.com
Author: 华纳国际
Author URI:  http://baidu.com
Description: 是一个使用的导航站点，可以管理自己的书签
Version: 1.0
*/
::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

body {
    background: #18160f;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html {
    scrollbar-face-color: #bfbfbf; /*滚动条颜色*/
    scrollbar-highlight-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-darkshadow-color: #000;
    scrollbar-Shadow-color: #adadad; /*滑块边色*/
    scrollbar-arrow-color: rgba(0, 0, 0, 0.4); /*箭头颜色*/
    scrollbar-track-color: #eeeeee; /*背景颜色*/
}

.top {
    width: 100%;
    height: 76px;
    overflow: hidden;
}

.main {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.top ul {
    float: right;
}

.top li {
    display: inline-block;
    line-height: 76px;
    padding:0 10px;
}

.top ul li a {
    padding: 7px 0;
    font-size: 16px;
}

i {
    padding-right: 5px;
    font-size: 19px;
}

.notice {
    background: #333;
    height: 30px;
    width: 100%;
}

#scroll_div {
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    width: 800%
}

.notice_content {
    position: relative;
    padding-left: 25px;
    width: 100%;
    overflow: hidden;
}

.meiguo_i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 23px;
    color: #dcb86f;
    background: #333;
    display: block;
    width: 20px;

    z-index: 2;
}

#scroll_begin, #scroll_end {
    height: 30px;
    float: left;
    line-height: 30px;
    display: block;
    color: #dcb86f;
    padding-right: 50px;
}

.notice_div {
    position: relative;
}

.notice p {
    color: #dcb86f;
    line-height: 28px;
    font-size: 12px;
    padding: 0;
    height: 30px;
    overflow: hidden;
}

.banner {
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    opacity: 1;
    background: #fff;
    margin: 0 .1rem;
}

.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    background: #c22f07;
    transition: 0.2s;
}

.about {
    background-repeat: no-repeat;
    height: 465px;
    background-position: center top;
}

.yr_button {
    position: relative;
    display: block;
    width: 120px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10rem;
    margin-top: 10px;
}

.yr_button:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/btn_free_pc_cn.gif);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}

.about_comment {
    padding: 90px 18% 100px 53%;
}

.about_comment h2 {
    color: #ffc44c;
    font-size: 40px;
    font-weight: 600;
}

.about_comment p {
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
    line-height: 30px;
}

.list {
    position: relative;
    text-align: center;
}

.list img {
    width: 100%;
}

.list h2 {
    top: 15%;
    position: absolute;
    color: #ffc44c;
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: 600
}

.list p {
    top: 23%;
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    width: 80%;
    padding: 0 10%;
}

.list a {
    top: 28%;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -60px
}

.yewu {
    display: block;
    position: relative;
    width: 100%;
    background: url(images/bg.jpg);
    border-bottom: 3px solid #9c7720;
    padding: 50px 0;
    background-size: cover;
}

.yewu_top {
    overflow: hidden;
}

.yewu_top h2 {
    font-size: 30px;
    color: #ffc44c;
    margin-bottom: 30px;
    float: left;
}

.yewu_top span {
    font-size: 13px;
    line-height: 15px;
    color: #ececec;
    float: left;
    padding: 8px 0 0 4px;
}

.yewu_list {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 251, 210, 0.15);
    color: #ffffff;
    border: 1px solid rgba(254, 213, 124, 0.15);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
    min-height: 170px;
}

.yewu_header {
    position: relative;
}

.ge {
    display: block;
    position: absolute;
    width: 3px;
    height: 35px;
    top: 0;
    left: 45px;
    background: #ff4b00
}

.yewu_header {
    padding: 0 20px 0 55px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.yewu_header span {
    font-size: 12px;
}

.yewu_header a {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    background: #262010;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
}

.yewu_header img {
    position: absolute;
    left: 0
}

.yewu_list p {
    font-size: 14px;
    margin-top: 30px;
}

.yewu_img {
    margin-top: 20px;
}

.meiguo_swiper {
    width: 100%;
    overflow: hidden;
}

.meiguo_swiper img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block
}

.yewu_img p {
    padding: 0;
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
}

.product {
    background-image: url(images/product_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 50px;
}

.product {
    padding: 50px;
}

.product h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffc44c;
    text-align: center;
    margin-top: 25px;
}

.product p {
    font-size: 20px;
    text-align: center;
    color: #ececec;
    line-height: 50px;
}

.product_list {
    display: block;
    position: relative;
    width: 100%;
    height: 305px;
    background-color: rgba(255, 251, 210, 0.15);
    color: #ffffff;
    border: 1px solid rgba(254, 213, 124, 0.15);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.product_list img {
    width: 100%;
    height: auto;
}

.product_list h2 {
    font-size: 16px;
    line-height: 50px;
    font-weight: 300;
    margin-top: 0;
}

.product_list p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.post {
    display: block;
    position: relative;
    width: 100%;
    background: url(images/bg3.png);
    padding: 50px 0;
}
.meiguo_show{
    background:#333;
    margin-top: 40px;
}
.meiguo_show_nav{
    width:100%;
    height:45px;
    background:#333;
    display:block;
    color:#fff;
    position:fixed;
    z-index:999999;
}
.meiguo_show_nav h2{
    font-size:16px;
    padding:0 10px;
    line-height:45px;
    float:left;
}
.meiguo_show_nav ul{
    float:right;
    margin-right:10px;
}
.meiguo_show_nav ul li{
    display:inline-block;
}
.meiguo_show_nav ul li a{
    padding:4px 10px;
    line-height:45px;
    font-size:16px;
    color:#fff;
}
.close_show{
    background:#ffc44c;
    border-radius: 4px;
}
.meiguo_show_box{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999999;
    /* overflow:hidden; */
    display:none;
}
.post_list {
    border: 1px solid rgba(255, 196, 76,0.1);
    border-radius: 2px;
    background-color: rgba(128, 128, 128, 0.102);
    width: 98%;
    padding: 15px 1%;
}

.post_list img {
    width: 100%;
    height: auto;
}

.post_list p {
    font-size: 14px;
    text-align: left;
    color: #ececec;
    line-height: 22px;
    padding: 10px 0;
}

.more {
    line-height: 40px;
    color: #ffc44c;
    float: right;
}

.footer {
    z-index: 55;
    padding-top: 50px;
}

.footer p {
    text-align: center;
    color: #ffc44c;
    padding-bottom: 40px;
}

/*.content{*/
/*    display: block;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    background: url(images/bg3.jpg);*/
/*    border-bottom: 3px solid #9c7720;*/
/*    padding: 50px 0;*/
/*    background-size: cover;*/
/*}*/
.guoqin {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 9;
    -webkit-transform: translateZ(0);
}

.guoqin ul {
    position: relative;
}

.app,.wechat{
    display: none;
    position: absolute;
    right: 70px;
    bottom: 0;
    width: 170px;
    height: 170px;
    border: 4px solid #fff;
}
.wechat{
    bottom:80px;
}
.app img ,.wechat img{
    width: 100%;
    height: 100%;
}

.guoqin li span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    padding-top: 10px;
    display: none
}

.guoqin li a {
    color: #fff;
    width: 40px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.guoqin li div{
    position:absolute;
    bottom:0;
    right:60px;
    display:none;
    border-radius:5px;
}
.kefu_content{
    height:50px;
    background:#d9b87b;
    color:#fff;
    font-size:20px;
    line-height:50px;
    padding:0 20px;
white-space: nowrap;
}
.kefu_img{
    width:160px;
    height:160px;

    top:0;
    background:#d9b87b;
    padding:10px;
}
.kefu_img img{
    width:150px;
    height:150px;
}
.guoqin li {
    width: 50px;
    height: 50px;
    margin-top: 14px;
    background: #d9b87b;
    border-radius: 5px;
    position:relative;
}

.guoqin li img {
    display: block;
    width:100%;
    height:100%;
    border-radius: 5px;
}

.guoqin li:hover {
    background: #d9b87b;
    border-radius: 3px;
}
.content{
    min-height:300px;
    color:#eee;
}
.content p{
    text-indent: 2em;
    padding:10px;
    line-height:25px;
}
.content img{
    max-width:100%;
    height:auto;
    margin:0 auto;
    display:block
}
.content h1{
    font-size:25px;
    color:#fff;
    text-align: center;
    line-height:70px;
    margin-top:30px;
}
.guoqin li:hover div{
    display:block
}
.guoqin li:hover .kf_img {
    display: none
}

.guoqin li:hover span {
    display: block
}
.bg{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    display:none;
}
.bg1{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    position:fixed;
    top:0;
    left:0;
    z-index:999;
}
.bg_conent{
    width:520px;
    height:400px;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-260px;
    margin-top:-200px;
    z-index:999999;
}
.bg_conent h2{
    height:50px;
    line-height:50px;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    background: linear-gradient(to right, rgb(201, 168, 117) 0%, rgb(179, 142, 93) 100%);
    font-size:16px;
    padding:0 10px 0 30px;
    color:#fff;
}
.bg_conent div{
    background:#3c3733;
    padding:20px 30px 30px 30px;
    color:#ccc;
}
#close{
    float:right;
    color:#fff;
}

#close i{
    font-size:25px;
}
#close_reg{
    float:right;
    color:#fff;
}

#close_reg i{
    font-size:25px;
}

.bg_conent div h3{
    color:#ceb08a;
    line-height:50px;
}
.ws_right{
   text-align: right;
    line-height:60px;
    color:#999;
}

.register{
    width:320px;
    height:270px;
    background:#fff;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-240px;
    margin-left:-210px;
    z-index:999;
    border-radius: 5px;
    padding:0 50px 50px 50px
}
.code{
    width: 100px;
    height: 38px;
    display: block;
    margin-top: -38px;
    background: #ff5277;
    float: right;
}
.code img{
    width:100%;
    height:40px;
    margin:0!important;
    padding:0
}
.register img{
    margin:20px auto;
    display:block
}
.meiguo-btn{
    background: #d0b06c!important;
    color: #fff!important;
    border:0;
    width:100%;
    line-height:40px;
    border-radius: 6px;
    margin-top:10px;
}
.reg_form #close{
    color:#333;
    margin-top:-75px;
}
.tip{
    height:18px;
    color:red;
    font-size: 14px;
}
.layui-form-item{
    margin-bottom:5px;
}
.tusi{
    position:absolute;
    display: none;
    z-index:999;
    background: rgba(0,0,0,0.5);
    color:#fff;
    font-size: 16px;
    width:150px;
    padding:10px 0;
    text-align: center;
}
.wxcode-box{
        display: block !important;
        left:-170px;
        right:0;
        width:160px;
        height:180px;
        background:rgba(0,0,0,0.5);
        text-align:center;
        border:1px solid #333;
    }
    .wxcode-box p{
        background-color: #dcb86f;
        height:20px;
        font-size: 15px;
        font-weight: bold;
    }
    .wxcode-box img{
        display: inline-block !important;
        width:150px !important;
        height:150px !important;
        margin-top: 5px;
    }
@media screen and (max-width: 800px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .nav {
        display: none !important;
    }

    .notice_content {
        width: auto;
    }

    #pcIndexLogo {
        padding-left: 8px;
    }

    .notice {
        width: 95%;
        padding: 0 2.5%;
    }

    .about {
        display: none
    }

    .list h2 {
        top: 4%;
    }

    .list p {
        top: 15%;
    }

    .yewu_top {
        padding: 0 15px;
    }

    .yewu_list {
        margin: 0 15px;
        width: auto;
    }

    .product_list {
        height: auto;
        margin-top: -15px;
    }

    .yewu,.post,.product {
        width:95%!important;
        padding: 50px 2.5%!important;
        overflow: hidden;
    }

    .post_list {
        padding: 0 15px;
        width: auto;
    }
    .bg_conent{
        width:300px;
        height:400px;
        position:fixed;
        top:50%;
        left:50%;
        margin-left:-150px;
        margin-top:-200px;
    }
    .register img{
        margin:20px auto;
    }
    .register {
        width: 320px;
        height: 320px;
        background: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -230px;
        margin-left: -170px;
        z-index: 999;
        border-radius: 5px;
        padding: 10px;
    }
    .guoqin{
        right:20px;
    }
    .guoqin li{
        width:30px;
        height:30px;
        margin-top: 5px;
    }
    .guoqin li span {
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 14px;
        padding-top: 2px;
        display: none;
    }
    .kefu_img {
        width: 100px;
        height: 100px;
        top: 0;
        background: #d9b87b;
        padding: 10px;
    }
    .guoqin li div {
        position: absolute;
        bottom: 0;
        right: 40px;
        display: none;
        border-radius: 5px;
    }
    .guoqin li a {
        color: #fff;
        width: 25px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}