/**
 * Created by �⻯��.
 * User: Administrator
 * ��������ҳ
 * Date: 2016/3/24
 * Time: 18:07
 */
/*global*/
body{
    color: #666;
}
input,textarea,button{
    font-family: "Microsoft YaHei","Hiragino Sans GB","Segoe UI",Tahoma,Arial,Helvetica,sans-serif;
}

/*from wq*/
#topheader_wrap_wq{
    background-color: rgb(85,85,85);
}
#topheader_wrap_wq a.logo{
    display: block;
    width: 178px;
    height: 94px;
    float: left;
    background:url(/template/aug/images/new/logo_download_wq.png) no-repeat;
}
#topheader_wrap_wq .h1{
    float: left;
    margin-left: 50px;
    font-size: 30px;
    line-height: 94px;
    color: white;
}
#topheader_wrap_wq ul{
    float: right;
    margin-top: 60px;
}
#topheader_wrap_wq ul li{
    display: inline;
    padding-left: 20px;
}
#topheader_wrap_wq ul li a{
    font-size: 17px;
    color: #ddd;
}
#topheader_wrap_wq ul li a:hover{
    color: #fff;
}

.container{
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
}

.haitao_container{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.haitao_row{
    width: 1000px;
    box-shadow: 0 0 3px #dadada;
}

.chaxun{
    height: 40px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.chaxun ul{
    display: inline-block;
}
.chaxun ul li{
    display: inline-block;
    width: 81px;
    height: 25px;
    border: 1px solid #aaa;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    border-radius: 2px;
    margin-right: 8px;
    padding-right: 3px;
}
.chaxun ul li.check{
    border: 1px solid #f16362;
}
.chaxun ul li img{
    display: inline-block;
    width: 24px;
    height: 18px;
    position: relative;
    top: 4px;

    /*border: 1px solid #f16362;*/
}
.chaxun input.num{
    width: 137px;
    height: 30px;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 14px;
    color: #555;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.chaxun span{
    font-size: 14px;
    color: #999;
}

.chaxun input{
    border: none;
    outline: none;
    background-color: #fff;
    height: 30px;
    margin-top: 5px;
}
/*.chaxun select{*/
    /*width: 190px;*/
    /*padding-left: 40px;*/
    /*padding-right: 30px;*/
    /*border-right: 1px dashed #ccc;*/
    /*font-size: 14px;*/
/*}*/
/*.chaxun select option{*/
    /*font-size: 16px;*/
/*}*/

/*.chaxun input.number{*/
    /*padding-left: 45px;*/
    /*width: 715px;*/
/*}*/
.chaxun input.submit{
    background-color: #e03024;
    color: #fff;
    width: 50px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    height: 40px;
    margin-top: 0px;
}

.banner{
    height: 234px;
    margin-bottom: 10px;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: 100%;
}

.strategy{
    height: 195px;
    margin-bottom: 10px;
    background-color: rgb(245,245,245) !important;
}
.strategy .strategy_left{
    height: 195px;
    width: 497px;
    float: left;
    box-shadow: 0 0 3px #dadada;
}

.strategy .strategy_right{
    /*box-shadow: 0 0 3px #dadada;*/
    float: right;
}
.strategy::after{
    content: '';
    display: table;
    clear: both;
}

.haitao_mall{
    /*height: 410px;*/
    margin-bottom: 10px;
    background-color: #fff;
}
.haitao_header{
    height: 50px;
    background-color: #f9f9f9;
    position: relative;
}
.haitao_header h3{
    line-height: 50px;
    font-size: 24px;
    color: #333;
    /* font-weight: bold; */
}
.haitao_header ul{
    position: absolute;
    right: 0px;
    height: 50px;
    top: 0px;
}
.placeholder{
    width: 5px;
    height: 24px;
    display: inline-block;
    background: #da0036;
    margin-left: 20px;
    margin-right: 7px;
    margin-top: 0px;
    position: relative;
    top: 4px;
}
.haitao_header ul li{
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
    margin-right: 10px;
    height: 47px;
    line-height: 50px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
.haitao_header .mall_default{
    color: #da0036;
}

.haitao_header .mall_default{
    border-bottom: 3px solid #da0036;
    font-weight: bold;
}


.haitao_mall_cotent{
    padding: 20px 15px;
    overflow: hidden;
}

.haitao_mall_box{
    width: 184px;
    height: 92px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 5px;
    position: relative;
}

.haitao_mall_box:hover .mall_name{
    opacity: 1;
}
.mall_logo{
    width: 100%;
    height: 90px;
    display: block;
}
.mall_name{
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;

    right: 0px;
    background-color: #000;
    padding: 0 10px;
    opacity: 0.2;
    transition: all 0.5s;
}

/*���ѡ��л�*/
.block{
    display: block;
}

.none{
    display: none;
}

.transfer{

}

.transfer_content{
    background-color: #fff;
    padding: 15px 20px;
}
.transfer_item{
    box-sizing: border-box;
    width: 960px;
    height: 113px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    margin: 15px 0px;
    overflow: hidden;
}
.transfer_item_left,.transfer_item_middle,.transfer_item_right{
    float: left;
    height: 113px;
}

.transfer_item_left{
    width: 317px;
    background-color: #fff;
    border-right: 1px solid #eee;
}


.transfer_item_middle{
    width: 387px;
    background-color: rgb(252,252,252);
}
.transfer_name{
    width: 167px;
    height: 113px;
    /*padding: 30px 63px 40px 18px;*/
    padding-left: 18px;
    padding-top: 22px;
    float: left;
    box-sizing: border-box;
}
.transfer_name h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
}
.transfer_name p{
    height: 19px;
    overflow: hidden;
    font-size: 14px;
}
.transfer_line{
    width: 220px;
    height: 113px;
    float: right;
    box-sizing: border-box;
    padding-top: 27px;
    border-radius: 2px;
}
.transfer_line button{
    border: 1px solid #ccc;
    /*width: 60px;*/
    height: 25px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    outline: none;
    border-radius: 2px;
}
.transfer_line button.default{
    border: 1px solid #da0036;
    color: #da0036;
}

.red{
    color: #da0036;
}

.transfer_item_right{
    width: 252px;
    background-color: rgb(252,252,252);
    border-left: 1px dashed #ccc;
    position: relative;
}
.transfer_item_right a.character{
    color: #3bb3ff;
    display: inline-block;
    height: 70px;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 28px;
}

.sidebar{
    position: fixed;
    top: 110px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.sidebar ul li{
    list-style: none;
    width: 86px;
    height: 30px;
    color: #333;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
    /*border-top: 1px solid #dcdcdc;*/
}
.sidebar ul li:first-child{
    border-top: 1px solid #dcdcdc;
}

.sidebar ul li.click{
    background-color: #fff;
}
.sidebar ul li.click a {
    /*background-color: #fff;*/
    color: #da0036;
}

.footer {
    height: auto !important;
    padding: 15px 0 15px 0 !important;
}

/*������ѯ��*/
.mask{
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=75);
    width: 100%;
    min-width: 1000px;
    height: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.query_result{
    width: 650px;
    height: 600px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 100;
    overflow: overlay;
    border-radius: 5px;
}
.result_header{
    width: 650px;
    height: 60px;
    background-color: #da0036;
    overflow: hidden;
}
.result_header span{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/images/haitao/wl_03.png);
    position: absolute;
    top: 27px;
    right: 25px;
    cursor: pointer;
}
.result_header h3{
    margin-top: 20px;
    margin-left: 25px;
    font-size: 18px;
    color: #fff;
}
.query_content{
    margin: 30px 60px 0 60px;
    border-bottom:1px dashed #ccc;
    padding-bottom: 25px;
}
.query_content h3{
    font-size: 18px;
    color: #333;
}
.query_content h3.error {
    text-align: center;
    color: #f66;
}
.query_content h4{
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
    color: cadetblue;
}
.query_detail{
    width: 530px;
    margin: 0 auto;
    text-align: center;
    margin-top: 18px;
}
.query_detail td{
    height: 30px;
    padding: 5px 0px;
}

/*��ѯʧ�ܵ���ʽ*/
.query_error{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
    width: 320px;
    height: 140px;
    box-sizing: border-box;
    background-color: rgb(60,60,60);
    opacity: 0.9;
    color: #fff;
    padding: 50px 29px 17px 29px;
    transition: all 0.7s;
}
.query_error h3{
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.query_error button{
    display: block;
    margin: 0 auto;
    background-color: #f16362;
    border: none;
    outline: none;
    width: 65px;
    height: 20px;
    color: #fff;
    line-height: 18px;
    border-radius: 2px;
}

tr.light{
    background-color: #fff;
}
tr.weight{
    background-color: #F6f6f6;
}
td.left {
    width: 35%;
    font-size: 12px;
    /*color: #666;*/
    text-align: right;
    float: none;
    padding-right: 28px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #e8e8e8;
}
td.right {
    width: 60%;
    text-align: left;
    font-size: 14px;
    float: none;
    padding-left: 28px;
    padding-right: 28px;
    border-bottom: 1px solid #e8e8e8;
}
tr:first-child{
    color: #f0a900;
}

/*����ѷ��������ʽ*/
.haitao_row{
    background-color: #fff;
    box-sizing: border-box;
}
.haitao_row.nav{
    height: 38px;
    margin-top: 15px;
    margin-bottom: 5px;
    background-color: #fff;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    padding-left: 15px;
}
.haitao_row.page{
    padding: 25px 15px 25px 20px;
    margin-bottom: 10px;
    height: auto;
}
.ymx_placeholder{
    margin-left: 0px;
    height: 20px;
    top: 4px;
}
.haitao_row.page .list{
    margin-top: 30px;
    margin-left: 25px;
}
.haitao_row.page h3{
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.haitao_row.page .list li.h3{
    font-size: 16px;
    color: #333;
    margin-top: 60px;
    font-weight: bold;
    margin-bottom: 25px;
}
.haitao_row.page .list li.h3:first-child{
    margin-top: 30px;
}
.haitao_row.page.htgl .list li.h3{
    font-weight: bold;
}
.haitao_row.page .list span.dot{
    height: 10px;
    width: 10px;
    display: inline-block;
    padding-right: 5px;
    background-image: url(/images/haitao/ymx/dot.png);
    background-repeat: no-repeat;
}
.haitao_row.page .list h4{
    margin-top: 30px;
    margin-left: 30px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.haitao_row.page .list img{
    margin-left: 25px;
    margin-top: 7px;
    margin-bottom: 10px;
}
.haitao_row.page .list p{
    margin-left: 30px;
    font-size: 14px;
}
.haitao_row.page .list p a{
    color: #1790DD;
}
p .attention{
    font-weight: bold;
}
.red{
    color: #da0036;
}
.blue{
    color: #1790dd;
}
.bold{
    font-weight: bold;
}
.haitao_row.page .list p.indent{
    margin-left: 60px;
}
.haitao_row.page .list img.auto{
    display: block;
    margin: 25px auto 35px;
}

/*Сͼ����*/
span.icon{
    display: inline-block;
    background-image: url(/images/haitao/htgl/iconn.png);
}
span.coffee{
    width: 14px;
    height: 21px;
    background-position: -80px -73px;
}
span.icon.tshit {
    width: 19px;
    height: 26px;
    background-position: -80px -97px;
}
span.icon.chill {
    width: 16px;
    height: 28px;
    background-position: -80px 0px;
}
span.icon.pack {
    width: 27px;
    height: 36px;
    background-position: -80px -28px;
}
span.icon.kjds{
    width: 51px;
    height: 51px;
    margin-right: 15px;
}
span.icon.zyms{
    width: 51px;
    height: 51px;
    margin-right: 15px;
    background-position: 0px -61px;
}
span.icon.zyms1{
    width: 51px;
    height: 51px;
    margin-right: 15px;
    background-position: 0px -122px;
}

/*ê����ת*/
#target-1,#target-2,#target-3,#target-4{
    position: relative;
    top: -110px;
    display: block;
    height: 0;
    overflow: hidden;
}


/*������*/
#mCSB_1_scrollbar_vertical{
    margin-top: 50px;
}

.haitao_row.page .list h4 span.word{
    position: relative;
    bottom: 18px;
    font-size: 14px;
    color: #333;
}
.haitao_row.page p.special{
    margin-left: 95px;
    line-height: 27px;
}
/*�ص�����*/
.gotop{
    position: fixed;
    width: 50px;
    height: 54px;
    bottom: 150px;
    background-image: url(/images/haitao/top_04.png);
    transition: all 450ms;
}

.gotop:hover{
    transition: all 450ms;
    cursor: pointer;
    background-image: url(/images/haitao/top_07.png);
}