@charset "utf-8";
.main{
    min-height: 500px;
    padding: 30px 0 50px;
}
.main_title{
    padding: 30px 0 22px;
    position: relative;
}
.main_title:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 4px;
    background: #318979;
    left: 0;
    bottom: 0;
}
.main_title .title{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 10px;
}
.main_title .mbx{
    font-size: 12px;
    color: #999999;
}
.main_title .mbx a{
    font-size: 12px;
    color: #999999;
}
.zhuce{
    padding-top: 80px;
    padding-bottom: 100px;
}
.zhuce .form{
    max-width: 430px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.zhuce .form ul{

}
.zhuce .form ul li{
    margin-bottom: 20px;
}
.zhuce .form ul li.item{
    overflow: hidden;
    border: 1px solid #cccccc;
}
.zhuce .form ul li.item label{
    font-size: 0;
    float: left;
    width: 28%;
    line-height: 26px;
    height: 26px;
    margin: 12px 0;
    border-right: 1px solid #cccccc;
    padding-left: 15px;
}
.zhuce .form ul li.item label font{
    font-size: 16px;
    color: #ff3366;
}
.zhuce .form ul li.item label span{
    font-size: 16px;
    color: #999999;
}
.zhuce .form ul li.item input{
    float: left;
    width: 72%;
    height: 50px;
    line-height: 50px;
    border: none;
    padding-left: 12px;
}
.zhuce .form ul li.itema{
    overflow: hidden;
}

.zhuce .form ul li.itema label{

}
.zhuce .form ul li.itema label.checklist{
    float:left;
    cursor: pointer;
}
.zhuce .form ul li.itema label.iCheck{
    background:url(../images/chk_bg1.png) no-repeat;
    background-size: 30px;
}
.zhuce .form ul li.itema label.iCheck-ed{
    background:url(../images/chk_bg2.png) no-repeat;
    background-size: 30px;
}
.zhuce .form ul li.itema .checkbox{
    opacity:0;
    filter:alpha(opacity=0);
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
}
.zhuce .form ul li.itema span{
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
    margin-left: 10px;
}
.zhuce .form .submit{
    display: block;
    width: 100%;
    background: #0a1126;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #cccccc;
    border: none;
    cursor: pointer;
}

@media screen and (max-width:374px) {
    .zhuce{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .zhuce .form ul li.item label span{
        font-size: 12px;
    }
    .zhuce .form ul li.item label{
        margin: 9.5px 0;
    }
    .zhuce .form ul li.item input{
        height: 45px;
        line-height: 45px;
    }
    .zhuce .form .submit{
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}

.singlepage{
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.introList{
    padding-top: 40px;
    padding-bottom: 50px;
}
.introList .item{
    margin-bottom: 60px;
}
.introList .item:last-child{
    margin-bottom: 0;
}
.introList .item .pic{
    width: 24%;
    font-size: 0;
}
.introList .item .pic a{
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 125%;
    position: relative;
}
.introList .item .pic a img{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
}
.introList .item .content{
    width: 72%;
}
.introList .item .content .title{
    margin-bottom: 25px;
    line-height: 30px;
}
.introList .item .content .title span{
    font-size: 2.4rem;
    color: #333333;
    display: inline-block;
    vertical-align: top;
}
.introList .item .content .title a{
    font-size: 2.4rem;
    color: #0096cf;
    display: inline-block;
    vertical-align: top;
}
.introList .item .content .desc{
    font-size: 1.6rem;
    color: #666666;
    line-height: 25px;
    max-height: 245px;
    overflow: hidden;
}

@media (min-width:1024px) and (max-width:1059px) {
    .introList .item .pic{
        width: 30%;
    }
    .introList .item .content{
        width: 67%;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .introList .item .pic{
        width: 35%;
    }
    .introList .item .content{
        width: 62%;
    }
    .introList .item .content .desc{
        max-height: 200px;
    }
}
@media (min-width:425px) and (max-width:767px) {
    .introList .item{
        margin-bottom: 30px;
    }
    .introList .item .pic{
        width: 38%;
    }
    .introList .item .content{
        width: 59%;
    }
    .introList .item .content .title{
        line-height: 20px;
        margin-bottom: 10px;
    }
    .introList .item .content .title span{
        font-size: 1.8rem;
    }
    .introList .item .content .title a{
        font-size: 1.8rem;
    }
    .introList .item .content .desc{
        max-height: 150px;
    }
}
@media screen and (max-width:424px) {
    .introList .item{
        margin-bottom: 30px;
    }
    .introList .item .pic{
        width: 50%;
        float: none;
        margin-bottom: 15px;
    }
    .introList .item .content{
        width: 100%;
        float: none;
    }
    .introList .item .content .title{
        line-height: 20px;
        margin-bottom: 10px;
    }
    .introList .item .content .title span{
        font-size: 1.8rem;
    }
    .introList .item .content .title a{
        font-size: 1.8rem;
    }
    .introList .item .content .desc{
        max-height: 150px;
    }
}

.hotel{
    padding-top: 40px;
    padding-bottom: 50px;
}
.hotel .item{
    width: 47%;
    float: left;
    margin-top: 45px;
}
.hotel .item:nth-child(1),
.hotel .item:nth-child(2){
    margin-top: 0;
}
.hotel .item:nth-child(2n){
    float: right;
}
.hotel .item .pic{
    font-size: 0;
}
.hotel .item .pic a{
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 74.5%;
    position: relative;
}
.hotel .item .pic a img{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
}
.hotel .item .content{
    margin-top: 20px;
}
.hotel .item .content .title{
    line-height: 20px;
    margin-bottom: 15px;
}
.hotel .item .content .title a{
    font-size: 1.8rem;
    color: #333333;
    display: inline-block;
    vertical-align: top;
}
.hotel .item .content .desc{
    font-size: 1.4rem;
    color: #999999;
    line-height: 25px;
}
.hotel .item .content .desc font{
    color: #cc9933;
    font-weight: bold;
}

.hotel2{
    padding-top: 40px;
    padding-bottom: 50px;
}
.hotel2 .item{
    position: relative;
    margin-top: 40px;
}
.hotel2 .item:first-child{
    margin-top: 0;
}
.hotel2 .item .pic{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.hotel2 .item .pic a{
    display: block;
}
.hotel2 .item .pic img{
    max-width: 200px;
    width: 100%;
}
.hotel2 .item .content{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.hotel2 .item .content h3{
    line-height: 24px;
    margin-bottom: 10px;
}
.hotel2 .item .content h3 a{
    font-size: 1.8rem;
    color: #333333;
    display: inline-block;
    vertical-align: top;
}
.hotel2 .item .content .desc{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.hotel2 .item .yuding{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.hotel2 .item .yuding a{
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #c6b874;
    font-size: 14px;
    color: #ffffff;
}
@media (min-width:640px) and (max-width:768px) {
    .hotel2 .item .content h3 a{
        font-size: 1.6rem;
    }
    .hotel2 .item .yuding a{
        width: 100px;
    }
}
@media (min-width:460px) and (max-width:639px) {
    .hotel2 .item .pic{
        width: 43%;
    }
    .hotel2 .item .content{
        width: 53%;
        margin-left: 2%;
    }
    .hotel2 .item .content h3 a{
        font-size: 1.6rem;
    }
    .hotel2 .item .yuding{
        display: block;
        position: initial;
        top: 0;
        transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        margin-top: 15px;
    }
    .hotel2 .item .yuding a{
        width: 100px;
        height: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width:459px) {
    .hotel2 .item .pic{
        width: 100%;
    }
    .hotel2 .item .pic img{
        max-width: 100%;
    }
    .hotel2 .item .content{
        display: block;
        margin-top: 15px;
        margin-left: 0%;
    }
    .hotel2 .item .content h3 a{
        font-size: 1.6rem;
    }
    .hotel2 .item .yuding{
        display: block;
        position: initial;
        top: 0;
        transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        margin-top: 15px;
    }
    .hotel2 .item .yuding a{
        width: 100px;
        height: 35px;
        line-height: 35px;
    }
}

.plan{
    padding-top: 40px;
    padding-bottom: 50px;
}
.plan .item{
    margin-top: 40px;
}
.plan .item:first-child{
    margin-top: 0;
}
.plan .item .time{
    background: #7088a9;
    text-align: center;
    width: 8%;
    padding: 14px 0;
}
.plan .item .time strong{
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
}
.plan .item .time p{
    font-size: 14px;
    color: #ffffff;
}
.plan .item .pic{
    margin-left: 3%;
    width: 15%;
}
.plan .item .pic a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 73.3%;
    overflow: hidden;
    position: relative;
}
.plan .item .pic a img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.plan .item .content{
    margin-left: 3%;
    width: 71%;
}
.plan .item .content .title{
    line-height: 20px;
    margin-bottom: 8px;
}
.plan .item .content .title a{
    font-size: 18px;
    color: #333333;
    display: inline-block;
    vertical-align: top;
}
.plan .item .content .mtime{
    font-size: 0;
    color: #666666;
    margin-bottom: 4px;
    opacity: 0;
    visibility: hidden;
}
.plan .item .content .desc{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}

@media (min-width:1024px) and (max-width:1259px) {
    .plan .item{
        margin-top: 30px;
    }
    .plan .item .time{
        display: none;
    }
    .plan .item .content .mtime{
        opacity: 1;
        visibility: visible;
        font-size: 12px;
    }
    .plan .item .pic{
        margin-left: 0;
        width: 18.5%;
    }
    .plan .item .content{
        width: 78.5%;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .plan .item{
        margin-top: 30px;
    }
    .plan .item .time{
        display: none;
    }
    .plan .item .content .mtime{
        opacity: 1;
        visibility: visible;
        font-size: 12px;
    }
    .plan .item .pic{
        margin-left: 0;
        width: 25.5%;
    }
    .plan .item .content{
        width: 71.5%;
    }
}
@media (min-width:425px) and (max-width:767px) {
    .plan .item{
        margin-top: 30px;
    }
    .plan .item .time{
        display: none;
    }
    .plan .item .content .mtime{
        opacity: 1;
        visibility: visible;
        font-size: 12px;
    }
    .plan .item .pic{
        margin-left: 0;
        width: 38%;
    }
    .plan .item .content{
        width: 59%;
    }
}
@media screen and (max-width:424px) {
    .plan .item{
        margin-top: 30px;
    }
    .plan .item .time{
        display: none;
    }
    .plan .item .content .mtime{
        opacity: 1;
        visibility: visible;
        font-size: 12px;
    }
    .plan .item .pic{
        margin-left: 0;
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .plan .item .pic a{
        padding-bottom: 60%;
    }
    .plan .item .content{
        margin-left: 0;
        width: 100%;
        float: none;
    }
}

.support{
    padding-top: 40px;
    padding-bottom: 30px;
}
.support .item{
    width: 15%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.support .item:nth-child(6n){
    margin-right: 0;
}
.support .item a{
    display: block;
    font-size: 0;
}
.support .item a .pic{
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}
.support .item a .pic img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.support .item a .title{
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding: 10px 0;
}
@media (min-width:425px) and (max-width:767px) {
    .support .item{
        width: 32%;
    }
    .support .item:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width:424px) {
    .support .item{
        width: 49%;
    }
    .support .item:nth-child(2n){
        margin-right: 0;
    }
}

.introduce{
    padding-top: 40px;
    padding-bottom: 30px;
}
.introduce .cate_title{
    font-size: 2.4rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 40px;
}
.introduce .cate_list{

}
.introduce .cate_list li{
    width: 22%;
    margin-right: 2%;
}
.introduce .cate_list li:last-child{
    margin-right: 0;
}
.introduce .cate_list li a{
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #cccccc;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.introduce .cate_list li a:hover,
.introduce .cate_list li a.active{
    background: #0095ce;
}
.introduceList{

}
.introduceList .item{
    padding: 60px 0;
    border-bottom: 1px solid #cccccc;
}
.introduceList .item>div:last-child{
    margin-bottom: 0!important;
}
.introduceList .item .item_logo{
    font-size: 0;
    margin-bottom: 30px;
}
.introduceList .item .item_logo a{
    display: inline-block;
    vertical-align: top;
}
.introduceList .item .item_logo img{
    height: 45px;
}
.introduceList .item .left{
    display: inline-block;
    vertical-align: top;
    width: 10%;
}
.introduceList .item .left span{
    width: 60px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    background: #cccccc;
    border-radius: 50px;
    font-size: 14px;
    color: #999999;
}
.introduceList .item .right{
    display: inline-block;
    vertical-align: top;
    width: 89%;
}

.introduceList .item .item_a{
    margin-bottom: 30px;
}
.introduceList .item .item_a .right h2{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}

.introduceList .item .item_b{
    margin-bottom: 30px;
}
.introduceList .item .item_b .right .desc{
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

.introduceList .item .item_c{
    margin-bottom: 30px;
}
.introduceList .item .item_c .right .productList{
    font-size: 0;
}
.introduceList .item .item_c .right .productList li{
    display: inline-block;
    vertical-align: top;
}
.introduceList .item .item_c .right .productList li img{
    height: 85px;
}

.introduceList .item .item_d{
    margin-bottom: 30px;
}
.introduceList .item .item_d .right .shichangImg{
    font-size: 0;
}
.introduceList .item .item_d .right .shichangImg li{
    display: inline-block;
    vertical-align: top;
}
.introduceList .item .item_d .right .shichangImg li img{
    height: 40px;
}

.introduceList .item .item_e{
    margin-bottom: 30px;
}
.introduceList .item .item_e .right p{
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}
@media screen and (max-width: 767px) {
    .introduceList .item .left{
        display: block;
        width: 100%;
    }
    .introduceList .item .left span{
        width: 100px;
        margin-bottom: 15px;
    }
    .introduceList .item .right{
        display: block;
        width: 100%;
    }
}

.peri{
    padding-top: 40px;
    padding-bottom: 30px;
}
.peri .luxian_title{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}
.peri .oneday{
    margin-bottom: 40px;
}
.peri .oneday .item{
    margin-bottom: 30px;
}
.peri .oneday .item:last-child{
    margin-bottom: 0;
}
.peri .oneday .item .jiandian_title{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.peri .oneday .item .jingdian_img{
    margin-bottom: 20px;
}
.peri .oneday .item .jingdian_img li{
    width: 33.3%;
    height: 0;
    padding-bottom: 18.5%;
    overflow: hidden;
    position: relative;
}
.peri .oneday .item .jingdian_img li img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.peri .oneday .item .desc{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.peri .moreday{
    margin-bottom: 40px;
}
.peri .moreday .itemList{

}
.peri .moreday .itemList .item{
    width: 48%;
    margin-right: 4%;
    margin-top: 30px;
}
.peri .moreday .itemList .item:nth-child(1),
.peri .moreday .itemList .item:nth-child(2),
.peri .moreday .itemList .item:nth-child(3){
    margin-top: 0;
}
/*.peri .moreday .itemList .item:nth-child(2n){
	margin-right: 0;
}*/
.peri .moreday .itemList .item .jiandian_title{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}
.peri .moreday .itemList .item .pic{
    width: 100%;
}
.peri .moreday .itemList .item .pic a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 42%;
    overflow: hidden;
    position: relative;
}
.peri .moreday .itemList .item .pic a img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.peri .moreday .itemList .item .desc{
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.message{
    padding-top: 40px;
    padding-bottom: 60px;
}
.message .contact_info {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 40px;
}
.message .contact_info h3{
    font-size: 22px;
    color: #333333;
}
.message .contact_form{
    background: #efefef;
    padding: 40px;
}
.message .contact_form form{

}
.message .contact_form .form_item{
    font-size: 0;
    margin-bottom: 20px;
}
.message .contact_form .form_item li{
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    margin-right: 2.5%;
}
.message .contact_form .form_item li:last-child{
    margin-right: 0;
}
.message .contact_form .form_item li input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #ffffff;
    padding-left: 10px;
    font-size: 14px;
    color: #999999;
}
.message .contact_form .form_textarea{
    width: 100%;
    height: 120px;
    resize: none;
    border: none;
    background: #ffffff;
    padding-left: 10px;
    padding-top: 15px;
    font-size: 14px;
    color: #999999;
}
.message .contact_form .submit{
    text-align: right;
    margin-top: 20px;
}
.message .contact_form .submit input{
    width: 290px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0096cf;
    border: none;
    font-size: 14px;
    color: #ffffff;
}
@media screen and (max-width:600px) {
    .message .contact_form .form_item li{
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .message .contact_form{
        padding:20px 15px;
    }
    .message .contact_form .submit{
        text-align: center;
    }
    .message .contact_form .submit input{
        width: 220px;
    }
}


/*鍒嗛〉*/
.pagination-wrapper{
    text-align: center;
    font-size: 0;
}
.pagination{
    margin: 0;
    border-radius: 0;
}
.pagination li{
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.pagination li a{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
    color: #666666;
}
.pagination li:last-child{
    margin-right: 0;
}
.pagination li a:hover{
    background:#061d35!important;
    color:#fff;
    border-color: #061d35!important;
}
.pagination li.active a {
    background: #061d35;
    color: #fff;
    border-color: #061d35;
}

.download{
    padding-top: 40px;
    padding-bottom: 50px;
}
.downloadList{

}
.downloadList li{
    width:100%;
}
.downloadList li:nth-child(2n){
    margin-right: 0;
}
.downloadList li a{
    display: block;
}
.downloadList .title{
    font-size: 26px;
    color: #000000;
    line-height: 30px;
    padding: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.downloadList .pic{
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.downloadList .pic img{
    position: relative;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3%;
}
.downloadList .pic img:nth-child(3n){
    margin-right: 0;
}

/*@media (min-width:768px) and (max-width:1024px) {
	.downloadList li{
		width: 49%;
		margin-right: 2%;
	}
	.downloadList .title{
		font-size: 22px;
	}
}*/
@media (min-width:460px) and (max-width:767px) {
    .downloadList .pic img{
        width: 49%;
        margin-right: 2%;
    }
    .downloadList .title{
        font-size: 18px;
    }
    .downloadList .pic img:nth-child(3n){
        margin-right: 2%;
    }
    .downloadList .pic img:nth-child(2n){
        margin-right: 0;
    }

}
@media screen and (max-width:459px) {
    .download{
        padding-top: 20px;
    }
    .downloadList li{
        width: 100%;
        margin-right: 0%;
    }
    .downloadList .title{
        font-size: 18px;
    }
}


.minglu{
    padding-top: 40px;
    padding-bottom: 50px;
}
.minglu .minglu_title{
    text-align: center;
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}
.minglu table,
.minglu table tr th,
.minglu table tr td {
    border:2px solid #000000;
}
.minglu table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}
.minglu table tr th{
    height: 45px;
    background: #c5d9f1;
    color: #0f3b72;
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
}
.minglu table tr td{
    line-height: 25px;
    font-size: 14px;
    color: #000000;
    padding-left: 5px;
}

.picMarquee-left2{
    overflow:hidden;
    position:relative;
}
.picMarquee-left2 .bd{
    overflow:hidden;
}
.picMarquee-left2 .bd ul{
    overflow:hidden;
    zoom:1;
}
.picMarquee-left2 .bd ul li{
    width: 14.66%;
    margin-right: 2%;
    margin-bottom: 20px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.picMarquee-left2 .bd ul li .pic{
    text-align:center;
    height: 90px;
    overflow: hidden;
    border:1px solid #dddddd;
}
.picMarquee-left2 .bd ul li .pic a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.picMarquee-left2 .bd ul li .pic img{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.picMarquee-left2 .bd ul li .title{
    font-size: 0;
}
.picMarquee-left2 .bd ul li .title a{
    font-size: 12px;
    color: #666666;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height:25px;
}
@media (min-width:450px) and (max-width:600px) {
    .picMarquee-left2 .bd ul li{
        width: 23%;
    }
}
@media screen and (max-width:449px) {
    .picMarquee-left2 .bd ul li{
        width: 48%;
    }
}
















.caigou{
    padding-top: 40px;
    padding-bottom: 50px;
}
.caigou .minglu_title{
    text-align: center;
    font-size: 14px;
    background: #dddddd;
    color: #333333;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    border-bottom: none;
}
.caigou table,
.caigou table tr th,
.caigou table tr td {
    border:1px solid #cccccc;
}
.caigou table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}
.caigou table tr{
    background: #eeeeee;
}
.caigou table tr:nth-child(2n){
    background: #ffffff;
}
.caigou table tr th{
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.caigou table tr td{
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.huodong{
    padding-top: 40px;
    padding-bottom: 50px;
}
.huodong .item{
    width: 48%;
    float: left;
    margin-top: 40px;
}
.huodong .item:nth-child(1),
.huodong .item:nth-child(2){
    margin-top: 0;
}
.huodong .item:nth-child(2n){
    float: right;
}
.huodong .item .pic{
    font-size: 0;
}
.huodong .item .pic a{
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.6%;
    position: relative;
}
.huodong .item .pic a img{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
}

.huodongtable table,
.huodongtable table tr th,
.huodongtable table tr td {
    border:1px solid #cccccc;
}
.huodongtable table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}
.huodongtable table tr{
    background: #ffffff;
}
.huodongtable table tr:first-child{
    background: #dddddd;
}
.huodongtable table tr:nth-child(2n){
    background: #eeeeee;
}
.huodongtable table tr th{
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.huodongtable table tr td{
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.w1500{
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 15px;
}
.peri .oneday .item .jingdian_img{
    font-size: 0;
}
.peri .oneday .item .jingdian_img img{
    max-width: 33.3%
}
.peri .moreday .itemList .item {
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
}
.peri .moreday .itemList .item:nth-child(3n){
    margin-right: 0;
}
@media screen and (max-width:767px) {
    .peri .oneday .item .jingdian_img img{
        max-width: 100%;
        margin-bottom: 12px;
    }
    .peri .moreday .itemList .item {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
}
.support .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
    display: inline-block;
}
.support .item:nth-child(2n){
    margin-right: 0;
}
.support .item a{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.support .item a .co-logo{
    display: inline-block;
    width: 20%;
    text-align: center;
    float: left;
}
.support .item a .co-logo img{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.support .item a .desc{
    display: inline-block;
    width: 80%;
    float: left;
    padding: 2px 5px 5px 15px;
}
.support .item a .desc .title{
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin-bottom: 12px;
}
.support .item a .desc .text{
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
@media (min-width:425px) and (max-width:767px) {
    .support .item{
        width: 100%;
    }
}
@media screen and (max-width:424px) {
    .support .item{
        width: 100%;
    }
}
.support3 .item{
    width: 23%;
    margin-right: 2.6%;
}
.support3 .item:nth-child(2n){
    margin-right: 2.6%;
}
.support3 .item:nth-child(4n){
    margin-right: 0;
}
.support3 .item a .co-logo{
    display: inline-block;
    width: 40%;
    text-align: center;
    float: left;
}
.support .item a .desc{
    display: inline-block;
    width: 60%;
    float: left;
    padding: 2px 5px 5px 15px;
}
.support .item a .desc .title{
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin-bottom: 12px;
}
@media (min-width:768px) and (max-width:1200px) {
    .support3 .item{
        width: 49%;
        margin-right: 1% !important;
    }
}
@media screen and (max-width:767px) {
    .support3 .item{
        width: 100%;
    }
    .support3 .item a .co-logo{
        width: 30%;
    }
    .support3 .item a .desc{
        width: 70%;
    }
}


@media screen and (max-width:459px) {
    .downloadList .pic img{
        width: 100%;
        margin-right: 0;
    }
}



