﻿body {
    overflow-x: hidden;
    font-family:'Microsoft YaHei'; 
}
h3 {
    font-size:20px;
}
.idx_header {
    width: 100%;
    padding: 0px;
}

.layui-main {
    width: 1300px;
}

.header {
    width: 100%;
    height: 80px;
    border: 0;
    padding: 0px;
    background-color: #ffffff;
}

.i_logo {
 width: 240px;
margin-top: 30px;
}

a:hover {
    text-decoration: none;
}

.header .layui-main {
}
 .layui-nav .layui-nav-item a {
        padding:0 15px;
    }
.btnSearch:hover {
    background: url(../images/icoSearchHover.png) center no-repeat;
}

.btnSearch {
    display: inline-block;
    width: 55px;
    height: 26px;
    background: url(../images/icoSearch.png) center no-repeat;
    border-right: 1px solid #e6e1de;
}

.btnLink {
    display: inline-block;
    padding-left: 45px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    font-weight: bold;
    color: #ac917e;
    background: url(../images/icoWeb.png) 20px center no-repeat;
    float: right;
}

.layui-nav {
    background-color: transparent;
    position: absolute;
    top: 30px;
    width: auto;
    right: -18px;
}

    .layui-nav .layui-nav-more {
        border-width: 0px;
    }

    .layui-nav * {
        font-size: 16px;
    }

    .layui-nav .layui-nav-item a {
        color: #122C3B;
        text-decoration: none;
    }

    .layui-nav .layui-this::after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed::after {
        background-color: #CD950C;
        height: 3px;
    }

    .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
        color: #8B6914;
        text-decoration: none;
    }

.layui-nav-child {
    border: 0px;
    border-top: 3px solid #CD950C;
    top: 57px;
    min-width: 200%;
}

.layui-nav dd {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.layui-nav .layui-nav-child a:hover {
    background-color: transparent;
    color: #fff;
}

.layui-nav dd:hover {
    background-color: #c28f44;
}

.topbar {
    position: absolute;
    right: 25px;
    top: 10px;
}

.banner {
    overflow: hidden;
    position: relative;
    font-size: 0;
}

    .banner .swiper-slide div {
        width: 100%;
    }

    .banner img {
        width: 100%;
    }
.boncontact {
  padding:10px;font-family: 微软雅黑, Microsoft YaHei; padding:10px; 
}
    .boncontact .tab {
       border:1px solid #d4d2d2;min-height:230px;
    }
    .boncontact h2 {
    border-bottom:solid 1px #ccc; font-weight:bold; padding:10px;font-size:22px;
    }
    .boncontact h4 {
    font-size:15px; font-family: 微软雅黑, Microsoft YaHei; line-height:18px;
    padding:8px;
    }
    .boncontact img {
        width:25px; 
    }

.menu_p {
    position: absolute;
    right: 5px;
    top: 5px;
}

    .menu_p img {
        width: 50px;
    }

.news {
    z-index: 9999;
    position: relative;
    background-color: #EEC591;
    padding-bottom: 50px;
}

    .news .newbox {
        margin-top: 40px;
    }

    .news .tab {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .news .c1 {
        background-color: #c28f44;
    }

    .news .c2 {
        background-color: #008B8B;
    }

    .news .c3 {
        background-color: #6B8E23;
    }

    .news .tab .title {
        height: 80px;
        padding: 15px;
        position: relative;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    }

        .news .tab .title:hover {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
        }

        .news .tab .title .txt1 {
            font-size: 25px;
            font-family: 'Microsoft YaHei';
            font-style: normal;
            color: #Fff;
        }

        .news .tab .title .txt2 {
            color: #ccc;
            font-size: 16px;
        }

        .news .tab .title img{
            width: 50px;
            position: absolute;
            right: 15px;
            top: 15px;
            padding-top:8px;
        }

          
    .news .imgbox {
        width: 100%;
        overflow: hidden;
        padding: 10px;
        background-color: #fff;
    }
     .news .imgbox img {
            width: 100%;
            overflow: hidden;
            transition:all 0.3s;
	        -webkit-transition:all 0.3s; /* Safari */
        }
        .news .imgbox:hover img {
            transform: scale(1.5);
            -ms-transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -o-transform: scale(1.5);
            -moz-transform: scale(1.5);
        }


.bonabout {
    min-height:800px; overflow-x:hidden;
}
    .bonabout img {
        width:100%;
    }
.effect-romeo {
    width:100%;
    overflow:hidden;
}
.img-responsive {
     transition:all 0.3s;
	        -webkit-transition:all 0.3s; /* Safari */

}
.img-responsive:hover {
     -ms-transform: scale(1.5);
            -webkit-transform: scale(1.5);
            -o-transform: scale(1.5);
            -moz-transform: scale(1.5);
}

.news .tab .subtitle {
    position: absolute;
    left: 0px;
    padding-top: 10px;
    bottom: 0px;
    width: 100%;
    height: 45px;
    line-height: 25px;
    padding-left: 10px;
    z-index: 9999;
    background-color: #fff;
    text-overflow: clip;
    padding-right: 10px;
    overflow: hidden;
    line-height: 29px;
}

    .news .tab .subtitle span {
        color: #333333;
        font-size: 16px;
        font-weight: 500;
        font-family: "Microsoft YaHei";
    }
.sbt {
    background-size: cover;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
}

.sbt_1 {
    background: url(../images/s_1.png) no-repeat;
}

    .sbt_1:hover {
        background: url(../images/s_1_h.png) no-repeat;
    }

.sbt_2 {
    background: url(../images/s_2.png) no-repeat;
}

    .sbt_2:hover {
        background: url(../images/s_2_h.png) no-repeat;
    }

.sbt_3 {
    background: url(../images/s_3.png) no-repeat;
}

    .sbt_3:hover {
        background: url(../images/s_3_h.png) no-repeat;
    }

.sbt_4 {
    background: url(../images/s_4.png) no-repeat;
}

    .sbt_4:hover {
        background: url(../images/s_4_h.png) no-repeat;
    }


.about-grid-right ul li a {
    color: #999999;
}

    .about-grid-right ul li a:hover {
        color: #8B6914;
        text-decoration: none;
    }

.btplay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url(../images/play.png);
    margin-left: -30px;
    margin-top: -30px;
}

    .btplay:hover {
        background: url(../images/play_h.png);
    }

.bonjd {
}

    .bonjd p {
        margin: 0;
        color: #454647;
        line-height: 2em;
        font-size: 17px;
        text-align: justify;
        padding: 8px;
        padding-top: 0px;
    }

.swiper-pagination {
    padding-right: 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #cb9953;
    width: 24px;
    border-radius: 8px;
}

.swiper-button-prev {
    background: url(../images/btnright.png);
    width: 50px;
    height: 50px;
}

.swiper-button-next {
    background: url(../images/btnleft.png);
    width: 50px;
    height: 50px;
}

    .swiper-button-next:hover {
        background: url(../images/btnleft_h.png);
    }

.swiper-button-prev:hover {
    background: url(../images/btnright_h.png);
}
.cobrand{
 border:solid #cccccc 1px;
}
    .cobrand img {
     width:100%;
    }
.phone_menu {
    display: none;
    width: 100%;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

    .phone_menu .layui-nav {
        width: 100%;
        background-color: #fff;
    }
.actop {
    position:fixed;
right: 15px;
bottom: 15px;
z-index: 9999;
}
.btnTop {
    width:50px;
    height:50px;
    background:url(../images/actop.png) no-repeat;
}
    .btnTop:hover {
    background:url(../images/actop_h.png) no-repeat;
    }
.joinus {
    background: url(../images/imgbewy2.jpg) no-repeat; background-size: cover; width: 100%; height: 500px; background-position: center center;position:relative;
}
.tip_bg {
    text-align:center; width:100%; background-color:#000; 
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    height:200px;
}
.tip {
    width:450px;position:absolute;top:30px;left:50%;margin-left:-225px;height:auto;text-align:center;
}
    .tip h1{
        font-size:50px; font-family:'Microsoft YaHei';color:#fff;
    }
    .tip h2 {
    font-size:40px; font-family:'Microsoft YaHei';color:#fff;line-height:45px;padding-bottom:10px;
    }
.newsbanner {
background: url(../images/new_bannner_1.jpg) no-repeat center center; height: 220px; width: 100%; color:#fff;
}
    .newsbanner .txt {
        padding-top:20px;
    }
    .newsbanner a {
    color: #fff; font-size: 16px; font-family: 'Microsoft YaHei';
    }
    .newsbanner h1 {
     font-family: 'Microsoft YaHei'; font-size:28px;
    }
.newslist {
    background:#EEE9E9;
}

.main_honor {
    padding-top:30px; padding-left:10px; background:#CD950C; color:#fff; padding-bottom:30px;
}
    .main_honor li {
        font-size:15px; font-weight:bold;font-family:'Microsoft YaHei';line-height:24px;
    }
.newstab {
border-left:1px solid #ccc; background:#fff; border-right:1px solid #ccc;
}
.leftmenu ul{
    width:100%;
    height:100%;
    padding-top:10px;
}
    .leftmenu ul li {
        font-size:16px;
        padding:15px;
        background:#fff;
        border-bottom:1px solid #EEE9E9;
    }
.news list ul li a {
    width:100%;
}
.leftmenu ul li a {
    display:block;float:right;width:90%;
}
        .leftmenu ul li:hover{
            background:#e4ab54;
        }
         .leftmenu ul li:hover i{
            background:#fff;
        }
              .leftmenu ul li:hover a{
            color:#fff;
        }
      .leftmenu .active {
       background:#e4ab54;
    }
.newslist .list {
width:100%; position:relative;padding-left:90px; background:#F5F0F0; margin-top:10px; 
overflow:hidden;
}
    .newslist .list .day {
    position: absolute; left: 5px; top: 0px; width: 70px; height: 95px; background: #e4ab54; color: #fff; text-align: center; padding: 5px;
    }
    .newslist .list .title {
    float:left;width:75%;padding-top:15px;
    }
        .newslist .list .title h1 {
        font-size:22px;font-family:'Microsoft YaHei';font-weight:bold;
        }
        .newslist .list .title p {
            font-size: 15px;
            font-family: 'Microsoft YaHei';
            color: #666;
        }
          .newslist .list .title hr {
    
        }
    .newslist .list .img {
    float:right;width:25%;overflow:hidden;padding:10px;
    }
.newslist .menu {
background:#2d4d6f;height:65px;text-align:center;font-size:30px;color:#fff;padding-top:10px;
}
.newslist .top {
    padding-top:5px;
    text-align:left;
}
.newslist .top h1{
    font-size: 30px; padding-left: 5px; color: #2d4d6f; font-family: 'Microsoft YaHei'
}
.newslist .top span{
   font-size:20px; color:#ccc; padding-left:10px;
}
.layui-laypage a, .layui-laypage span {
padding: 0 17px;
height: 40px;
line-height: 40px;
font-size: 16px;
}
.phPage {
    display:none;
    visibility:hidden;
}
.newsdetail .detail {
    background:#fff;min-height:800px;margin-top:20px;margin-bottom:20px;position:relative; width:100%;
}
.newsdetail .ico {
background: #009688;width:8px; height:40px; position:absolute; top:15px;left:0px;display:block;
}
.newsdetail h1 {
font-size:25px;font-weight:bold; padding-top:20px;padding-bottom:20px;font-family:'Microsoft YaHei'; padding-left:20px;}

.newsdetail hr {
    margin-left:30px;margin-right:30px; 
}
.newscon {
font-size:16px;font-size:100%;line-height:26px; padding:40px; padding-top:10px;
}
    .newscon p {
        font-size:16px;text-align:justify;color:#666; 
    }
    .newscon img {
        text-align:center;height:auto; max-width:90%;padding:30px;
        margin: 0 auto 0 auto; 
    }

 .general {
            padding-top: 100px;
        }
            .general span {
                font-size: 50px;
                color: #dab986;
                font-family: 'Agency FB';
                font-weight: bold;
            }
            .general h5 {
                color: #d0ba53; font-size:20px; padding-left:5px;position:relative;display:inline;
            }
            .general h4 {
                font-size: 20px;
                color: #ffffff;
                font-family: 'Microsoft YaHei';font-weight:bold;
            }
            .general small {
                position: absolute;
                top: -30px;
                left: 10px;
                color: #dab986;
                font-size:20px;
                font-weight:bold;
            }
@media(max-width:1048px) {
   .layui-nav .layui-nav-item a {
    padding: 0 8px;
}
   .i_logo {
    width: 180px;
    margin-top: 30px;
}
}
@media(max-width:840px) {
   .layui-nav .layui-nav-item a {
    padding: 0 5px;
}
   .i_logo {
    width: 100px;
    margin-top: 30px;
}
}

@media (max-width: 768px) {
     .general {
            padding-top: 50px;
        }
.newsdetail .detail {
     margin-top:0px;
}

.newsdetail .ico {
display:none;
}
.newsdetail h1 {
font-size:23px;font-weight:bold; padding-top:10px;padding-bottom:20px;font-family:'Microsoft YaHei'; padding-left:10px;}
.newsdetail span {
font-size:16px;padding:10px 10px 10px 10px;}
.newsdetail hr {
    margin-left:10px;margin-right:10px; 
}
    .layui-nav .layui-nav-item a {
        padding:0 8px;
    }

.newscon {
 font-size:16px; padding:10px;
}
    .newscon img {
        padding:5px;text-align:center; margin-left:-15px;
    }

.newstab {
 background:#EEE9E9; 
}
.newslist .menu {
display:none;
visibility:hidden;
}
.newslist .top {
    padding-top:5px;
    text-align:center;
}
    .phPage {
        display:block;
        visibility:visible;
        text-align:center;
        padding-bottom:20px;
    }
    .newsbanner {
background: url(../images/new_bannner_2.jpg) no-repeat center center;  width: 100%; color:#fff;
}
    .pcPage {
        display:none;
        visibility:hidden;
    }
    .newsbanner .txt {
        padding-top:20px;
        padding-left:10px;
    }
    .newsbanner a { font-size: 15px; 
    }
    .newsbanner h1 {
     font-size:20px;
    }
    .newslist .col-md-3 {
        padding:0px;
    }
    .leftmenu ul {
        padding:0;
        height:45px;
    }
    .leftmenu ul li {
        float:left;
        width:33.3333%;
        padding:10px;
        font-size:16px;
    }
    .newslist .list {
    width:100%; height:auto;position:relative;padding-left:0px; background:#fff; margin-top:10px;
    overflow-y:hidden;
}
    .newslist .list .day {
        left:10px;top:10px; 
    }
        .newslist .list .day h3{
            font-size:14px;
        }
    .newslist .list .title {
    float:left;width:100%;padding:10px; padding-top:0px;
    }
        .newslist .list .title h1 {
        font-size:18px;font-family:'Microsoft YaHei';font-weight:bold;
        }
        .newslist .list .title p {
         display:none;
         visibility:hidden;

        }
          .newslist .list .title hr {
            display:none;
        }
    .newslist .list .img {
    float:right;width:100%;overflow:hidden;padding:10px;
    }



    layui-layer {
        background-color: transparent;
    }

    .layui-nav {
        top: 60px;
        right: 0px;
    }

    .layui-nav-tree {
        border-top: 1px solid #CCC;
    }

        .layui-nav-tree .layui-nav-item {
            border-bottom: 1px solid #ccc;
        }

    .layui-nav .layui-nav-more {
        border-width: 6px;
        border-top-color: #999;
    }

    .layui-nav-child {
        min-width: 100%;
    }

    .layui-nav .layui-nav-mored, .layui-nav-itemed a .layui-nav-more {
        margin-top: -9px;
        border-style: dashed dashed solid;
        border-color: transparent transparent #999;
    }

    .layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
        color: #000 !important;
    }

    .layui-nav-itemed > .layui-nav-child {
        display: block;
        padding: 0;
        background-color: #999 !important;
    }

    .layui-nav dd {
        padding: 5px;
        border-bottom: 0px;
    }

    .center-container {
        border-top: 1px solid #e6e1de;
    }

    .topbar {
        display: none;
        visibility: hidden;
    }

    .news {
        padding-bottom: 20px;
    }

        .news .newbox {
            margin-top: 10px;
        }

        .news .tab .title {
            height: 60px;
            padding: 8px;
            position: relative;
        }

            .news .tab .title .txt1 {
                font-size: 20px;
            }

            .news .tab .title .txt2 {
                font-size: 14px;
            }

            .news .tab .title a {
                background-image: url(../images/mores.png);
                width: 40px;
                height: 40px;
                position: absolute;
                right: 10px;
                top: 10px;
            }

        .news .col-md-4 {
            padding-right: 8px;
            padding-left: 8px;
        }

    .sbt {
        background-size: cover;
        width: 80px;
        height: 80px;
        position: absolute;
        left: 50%;
        margin-left: -40px;
    }

        .sbt:hover {
            background-size: cover;
            width: 80px;
            height: 80px;
            position: absolute;
            left: 50%;
            margin-left: -40px;
        }

    .i_logo {
        width: 180px;
        margin-top: 0px;
    }

    .ftlink {
        display: none;
    }

    .ftorder {
        display: none;
    }

    .footer-grid {
        width: 100%;
        text-align: center;
    }
    .tip {
    width:350px;position:absolute;top:30px;left:50%;margin-left:-175px;height:auto;text-align:center;
}
    .tip h1{
        font-size:40px; font-family:'Microsoft YaHei';color:#fff;
    }
    .tip h2 {
    font-size:30px; font-family:'Microsoft YaHei';color:#fff;line-height:45px;padding-bottom:10px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
    .news .tab .title img{
            top: 10px;
        }
}
@media (max-width:480px) {
    .newsbanner {
        background: url(../images/new_bannner_480.jpg) no-repeat center center;
        height:137px;
    }
      .news .tab .title img{
            top: 6px;
        }
      .layui-nav .layui-nav-item a {
        padding:0 3px;
    }
}