/*-------------------------public-----------------------*/
body{
	font-family: "Tahoma","Verdana","Arial","Microsoft Yahei","sans-serif";
	font-size: 14px;
	color: #666;
	line-height: 1.4;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
*{
    border-radius: 0 !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
a,button,input,div,ul,li,span{
	outline: none;
}
button[disabled='disabled']:hover,
button[disabled='disabled']{
    cursor: not-allowed !important;
    background-color: #eee !important;
    color: #666 !important;
}

ul,
li{
	padding: 0;
	margin: 0;
	list-style: none;
}
i{font-style: normal;}

a{color:#666;outline: none;text-decoration: none;}

img.icon_{
    vertical-align: top;
}

a:hover,
a:active{
    outline: none;
    text-decoration: none !important;
	color: #ff7300;
}
a:visited,a:link{
    text-decoration: none !important;
}
a:visited{
}

::focus{
    outline: none;
};
button{
    outline: none;
}

.container-fluid{
    padding: 0;
    margin: 0 auto;
}
.container{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.wid1200{
	width: 1200px;
	margin: 0 auto;
    padding: 0;
}
/*all width*/
.wid20{width: 20%;}
.wid25{width: 25%;}
.wid33{width: 33%;}
.wid30{width: 30%;}
.wid40{width: 40%;}
.wid50{width: 50%;}
.wid75{width: 75%;}
.wid100{width: 100%;}
.btnWid{width: 120px;}


.disB{display: block;}
.underLine{text-decoration: underline !important;}

.secMg{margin-top: 10px;margin-bottom: 30px;margin-top: 30px;}

.mg-t_8{margin-top: 8px;}
.mg-l_8{margin-left: 8px;}
.mg-r_8{margin-right: 8px;}
.mg-b_8{margin-bottom: 8px;}
.mg-t_10{margin-top: 10px;}
.mg-t_20{margin-top: 20px;}
.mg-l_10{margin-left: 10px;}
.mg-r_10{margin-right: 10px;}
.mg-b_10{margin-bottom: 10px;}
.mg-a_0{margin: 0;}
.pd-a_0{padding: 0;}
.pd-lr_10{padding: 0 10px;}


.posi_re{position: relative;}
.clear{clear: both;}
.overHide{overflow: hidden;}
/* all  border*/
.borderNone{border: none!important; }
.border_log{border: 1px solid #1b67a4;}
.border_ccc{border: 1px solid #ccc;}
.border_e8{border: 1px solid #e8e8e8;}
.border_218{border: 1px solid #218fe8!important;}
.border_ff0{border: 1px solid #ff0000!important;}
.border_bottom{border-bottom: 2px solid #1b67a4}

.border_c_218{border-color: #218fe8!important;}

/* all background */
.bgCor_f0{background-color: #f0f0f0;}
.bgCor_f5{background-color: #f5f5f5;}
.bgCor_fff{background-color: #fff;}
.bgCor_eee{background-color: #eee !important;}
.bgCor_ccc{background-color: #ccc;}
.bgCor_log{background-color: #1b67a4;}
.bgCor_999{background-color: #999;}
.bgCor_333{background-color: #333;}
.bgCor_666{background-color: #666;}
.bgCor_bd8{background-color: #fffbd8;}
.bgCor_218{background-color: #218fe8;}
.bgCor_e3f{background-color: #e3f1fe;}
.bgCor_ff7{background-color: #ff7330;}
.bgCor_ff0{background-color: #ff0000 !important;;}
.bgCor_76c{background-color: #76c4ff;}

/* 悬停 蓝色按钮  #2da1ff*/
/* 悬停 橙色按钮  #ff8d30*/ 

/* all color */
.cor_fff{color: #fff;}
.cor_log{color: #1b67a4;}
.cor_333{color: #333;}
.cor_666{color: #666;}
.cor_999{color: #999;}
.cor_218{color: #218fe8;}
.cor_e3f{color: #e3f1fe;}
.cor_eee{color: #eee;}
.cor_f5{color: #f5f5f5;}
.cor_ff7{color: #ff7300 !important;}
.cor_ff0{color: #ff0000 !important;}
.cor_76c{color: #76c4ff;}
.cor_green{color: #009900 !important}
.cor_red{color: #f24957 !important}
.letter_space{
    letter-spacing: 0.06em;
}
/* all font-size */
.f_size12{font-size: 12px;}
.f_size14{font-size: 14px;}
.f_size16{font-size: 16px;}
.f_size18{font-size: 18px;}
.f_size20{font-size: 20px;}
.f_size22{font-size: 22px;}
.f_size24{font-size: 24px;}
.f_size26{font-size: 26px;}
.f_size28{font-size: 28px;}
.f_size30{font-size: 30px;}
.f_size32{font-size: 32px;}
.f_w_b{font-weight: 800;}
.f_w_n{font-weight: normal;}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999!important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999!important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999!important;
}

.loginModelBtn:hover{
    text-decoration: underline !important;
}


.pointOut{
    position: absolute;
    top: 66px;
    left: 52px;
}
.weChart_sign{
    position: absolute;
    bottom: 18px;
    left: 30px;
    height: 20px;
    background: url(/resources/v3/icon/weixin.png) no-repeat left;
    padding-left: 25px;
}
.weChart_sign:hover{
    color: #218fe8;
}
.shareBox{
    height: 40px;
    line-height: 40px;
}
.shareBox>.bdsharebuttonbox{
    margin-top: 7px;
}
.shareBox>.bdsharebuttonbox>.bds_more{
    background: url(/resources/v3/icon/share.png) no-repeat center;
    background-size: inherit;
    padding-left: 34px;
    height: 20px;
    line-height: 20px;
    background-position: 10px;
    font-size: 14px;
    color: #666;
}
.shareBox>.guanzhu{
    height: 20px;
    line-height: 20px;
    display: block;
    background: url(/resources/v3/icon/yiguanzhu.png) no-repeat center;
    background-size: inherit;
    background-position: 10px;
    margin: 12px 5px 0 20px;
    padding-left: 36px;
}
.shareBox>.weiguanzhu{
    height: 20px;
    line-height: 20px;
    display: block;
    background: url(/resources/v3/icon/guanzhu.png) no-repeat center;
    background-size: inherit;
    background-position: 10px;
    margin: 12px 5px 0 20px;
    padding-left: 36px;
}

.imgCheckBox{
    width: 20px;
    height: 20px;
    display: inline-block;
    z-index: 1;
    margin-right: 5px;
}

.imgCheckBox input{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 3;
    opacity: 0;
}
.imgCheckBox input:hover{
    cursor: pointer;
}

.imgCheckBox .checkBoxIcon{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
    background: url(/resources/v3/icon/fuxuan.png) no-repeat center;
}
.imgCheckBox:hover .checkBoxIcon{
    background: url(/resources/v3/icon/fuxuan-hover.png) no-repeat center;
}
.imgCheckBox .checkBoxIcon.active{
    background: url(/resources/v3/icon/fuxuan-checked.png) no-repeat center;
}

.imgCheckBox.div_disabled:hover .checkBoxIcon{
    background: url(/resources/v3/icon/fuxuan.png) no-repeat center;
    cursor: not-allowed;
}

.imgCheckBox input[disabled='disabled']:hover{
    cursor: not-allowed !important;
}

.textOver{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


#topAlert{
    height: 100px;
    line-height: 100px;
    background-color: #fffbd8;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.07em
}
.chartsShow_top{
    cursor: pointer;
}

.xinBox_icon{
    position: absolute;
    top: 0;
    right: 14px;
    width: 21px;
    height: 31px;
    display: block;
    background: url(/resources/v3/icon/xinBox_icon.png) no-repeat;
}
.overMoney{
    font-size: 12px;
    position: absolute;
    bottom: 1px;
    width: 100%;
    left: 0;
    height: 12px;
    line-height: 12px;
    color: #ff7300;
    transform: scale(.9,.9);
}

/*-------------------------boots 修改-----------------------*/
.am-btn.am-btn-default{
    border-color: #eee;
    background-color: #fff;
    text-align: center;
}

.btn-ff7:hover,
.btn-ff7:visited,
.btn-ff7:active,
.btn-ff7:link,
.btn-ff7{
    color: #fff;
    background-color: #ff7330;
    border-color: #ff7330;
}

.btn-218:hover,
.btn-218:visited,
.btn-218:active,
.btn-218:link,
.btn-218{
    color: #fff;
    background-color: #218fe8;
    border-color: #218fe8;

}
.text-center{
    text-align: center;
}

.form-control{
    height: 36px;
    border-color: #e8e8e8;
}
.tablePageBox>.pagination>li>a{
    color: #218fe8;
}
.tablePageBox>.pagination>li.disabled>a{
    color: #999
}

.tablePageBox>.pagination>li.active>a{
    background-color: #218fe8;
    color: #fff;
    border-color: #218fe8;
}
.modal .modal-sm{
    width: 460px;
}
.modal .modal-header {
    background-color: #218fe8
}
.modal .modal-header .modal-title{
    color: #fff;
}
.modal-footer{
    border-top: transparent; 
}

/*-------------------------header-----------------------*/
.header_adv{
    height: 80px;
    display: block;
    background-color: #e9009d
}

.header_adv .ad_close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    height: 14px;
    display: block;
}
.header_adv .ad_close:hover{
    cursor: pointer;
}

.headerBox .header_top{
    height: 30px;
    line-height: 30px;
    background-color: #efefef;
    font-size: 12px;
}
.headerBox .header_top ul li{
    float: left;
    padding: 0 9px;
}
.headerBox .header_top .pull-left ul li{
    padding: 0 3px;
}
.headerBox .header_top ul li.pdNo{
    padding: 0;
}
.headerBox .header_top ul li .fa{
    margin-left: 3px;
    vertical-align: -8%;
}

.headerBox .header_top ul li .numIcon{
    height: 12px;
    line-height: 12px;
    background-color: #ff7300;
    color: #fff;
    padding: 0 2px;
    margin-left: 5px;
}

.headerBox .header_top ul li .menuList{
    z-index: 9999;
    position: absolute;
    left: 0;
    width: 104px;
    padding-top: 10px;
    background-color: #fff;
    padding: 0 0px 10px 8px;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.headerBox .header_top ul li .menuList a:hover{
    color: #ff7330
}

.headerBox .header_top ul li .menuList h3{
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.1;
    color: #333;
}
.headerBox .header_top ul li .menuList ul{
    display: table;
}
.headerBox .header_top ul li .menuList ul li{
    padding: 0;
    margin-right: 10px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    margin-bottom: 6px;
}
.headerBox .header_top ul li .menuList ul li:nth-of-type(3n){
    padding: 0;
    margin-right: 0px;
}
.headerBox .header_top ul li .menuList.memberInfoBox {
    width: 250px;
    padding: 0;
}
.index_banner_member{
    border: 1px solid #ccc;
    padding:10px 20px;
}

.index_banner_member .memberInfoBtnBox{
    padding: 10px 0;
}
.index_banner_member .memberInfoBtnBox a{
    width: 85px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #218fe8;
    text-align: center;
}
.index_banner_member .memberInfoBtnBox a.cor_fff:hover{
    color: #fff;
    background-color: #2da1ff;
}
.index_banner_member .memberInfoBtnBox a.cor_218:hover{
    color: #218fe8;
    background-color: #e3f1fe;
}

.headerBox .header_top ul li .menuList.memberInfoBox .memberInfo{
    padding: 10px;
}
.index_banner_member .memberInfo{
    padding: 10px 0;
}
.index_banner_member .memberInfo .memberPic,
.headerBox .header_top ul li .menuList.memberInfoBox .memberInfo .memberPic{
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    display: block;
    background-color: #f5f5f5;
    overflow: hidden;
}
.index_banner_member .memberInfo .memberPic img,
.headerBox .header_top ul li .menuList.memberInfoBox .memberInfo .memberPic img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.index_banner_member .memberInfo .memberPhone,
.headerBox .header_top ul li .menuList.memberInfoBox .memberInfo .memberPhone{
    margin-left: 20px;
    width: 120px;
    overflow: hidden;
    padding: 6px 0;
}
.index_banner_member .memberInfo .memberPhone{
    margin-left: 12px;
    overflow: inherit;
}
.index_banner_member .memberInfo .memberPhone span,
.headerBox .header_top ul li .menuList.memberInfoBox .memberInfo .memberPhone span{
    height: 12px;
    line-height: 12px;
    width: 100%;
    display: block;
}
.headerBox .header_top ul li .menuList.memberInfoBox .memberJoin{
    padding: 10px;
    border-top: 1px solid #e8e8e8;
    width: 100%;
}
.headerBox .header_top ul li .menuList.memberInfoBox .memberJoin a{
    display: block;
}
.headerBox .header_top ul li .menuList.memberInfoBox .memberJoin a span{
    height: 12px;
    line-height: 12px;
    margin-top: 10px;
}
.headerBox .header_top ul li .menuList.interested{
    z-index: 9999;
    position: absolute;
    left: 0;
    width: 80px;
    background-color: #fff;
    padding: 8px 10px 8px 10px;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.headerBox .header_top ul li .menuList.interested ul li{
    margin-right: 0px;
    width: 100%;
    text-align: center;
}
.headerBox .header_top ul li .menuList.top_cat{
    z-index: 9999;
    position: absolute;
    right: 0;
    left: auto;
    min-width: 460px;
    width: auto;
    background-color: #fff;
    padding: 0;
    border: 1px solid #e8e8e8;
    border-top: 0;
    min-height: 80px;
    max-height: 300px;
}
.headerBox .header_top ul li .menuList.top_cat h3{
    padding-top: 0;
}
.headerBox .header_top ul li .menuList.top_cat .tableBox{
    padding: 8px 10px 8px 10px;
    height: 270px;
    overflow: hidden;
    overflow-y: auto;
}
.headerBox .header_top ul li .menuList.top_cat .table{
    min-width: 612px;
    margin-bottom: 30px;
}
.headerBox .header_top ul li .menuList.top_cat .table>thead>tr{
    background-color: #e3f1fe;
    height: 24px;
    padding: 0 10px;
}
.headerBox .header_top ul li .menuList.top_cat .table>thead>tr>th{
    border-bottom: 0;
    min-width: 90px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-weight: bold;
}
.headerBox .header_top ul li .menuList.top_cat .table input{
    margin-top: 6px;
}
.headerBox .header_top ul li .menuList.top_cat .table>thead>tr>th:first-of-type{
    min-width: 20px;
    text-align: center;
}
.headerBox .header_top ul li .menuList.top_cat .table>thead>tr>th:last-of-type{
    text-align: center;
    min-width: 46px;
}
.headerBox .header_top ul li .menuList.top_cat .table>tbody>tr{
    padding: 0 10px;
}
.headerBox .header_top ul li .menuList.top_cat .table>tbody>tr>td{
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    border-top: 0;
}
.headerBox .header_top ul li .menuList.top_cat .table>tbody>tr>td:last-of-type{
    min-width: 46px;
    text-align: center;
}

.headerBox .header_top ul li .menuList.top_cat .table>tbody>tr:hover{
    background-color: #f5f5f5;
}

.headerBox .header_top ul li .menuList.top_cat .table>tbody>tr>td:last-of-type:hover{
    cursor: pointer;
}

.headerBox .header_top ul li .menuList.top_cat .table>tbody>tr>td:first-of-type{
    min-width: 20px;
    text-align: center;
}

.headerBox .header_top ul li .menuList.top_cat .top_cat_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5
}

.headerBox .header_top ul li .menuList.top_cat .top_cat_bottom img{
    vertical-align: top;
    margin-top: 8px;
}
.headerBox .header_top ul li .menuList.top_cat .top_cat_bottom span{
    margin-left: 10px;
}

.headerBox .header_top ul li .menuList.top_cat .top_cat_bottom span .catBtn:visited,
.headerBox .header_top ul li .menuList.top_cat .top_cat_bottom span .catBtn{
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    color: #fff;
    display: block;
    background-color: #ff7330;
}
.headerBox .header_top ul li .menuList.top_cat .top_cat_bottom span .catBtn:hover{
    background-color: #ff8d30;
    color: #fff;
}

.headerBox .header_top ul li .menuList.top_cat .top_cat_bottom span .tocatBtn:visited,
.headerBox .header_top ul li .menuList.top_cat .top_cat_bottom span .tocatBtn{
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    color: #fff;
    display: block;
    background-color: #218fe8;
}
.headerBox .header_top ul li .menuList.top_cat .top_cat_bottom span .tocatBtn:hover{
    background-color: #2da1ff;
    color: #fff;
}

.headerBox .header_top ul li .menuList.top_cat .noGoodCat_top{
    height: 80px;
    line-height: 80px;
    padding-left: 72px;
    text-align: center;
    background: url(/resources/v3/icon/shopping_empty2.png) no-repeat;
    background-position: 100px 18px;
}



.index_search .header_content{
    display: table;
    height: 124px;
}
.index_search .header_content .content_left{
    margin-top: 33px;
    width: 225px;
    float: left;
}
.index_search .header_content .content_center{
    width: 724px;
    height: 40px;
    float: left;
    margin-top: 42px;
}
.index_search .header_content .content_center .searchBox{
    position: relative;
}
.index_search .header_content .content_center .searchBox input{
    width: 380px;
    height: 40px;
    line-height: 26px;
    border-radius: 5px 0 0 5px;
    border: 2px solid #1b67a4;
}
.index_search .header_content .content_center .searchBox input[name='num']{
    background: url(/resources/v3/icon/fengexian.png) no-repeat;
    background-position: 0px 0px;
}
.index_search .header_content .content_center .searchBox button{
    background-color: #1b67a4;
    color: #fff;
    border-radius:0 5px 5px 0;
    border: none;
    width: 70px;
    height: 40px;
    line-height: 1.4;
    margin-left: -5px;
    vertical-align: top;
}

.index_search .header_content .content_center .searchBox .keywordsBox{
    position: absolute;
    bottom: -26px;
    left: 120px;
    width: 100%;
    padding: 5px 0;
}
.index_search .header_content .content_center .searchBox .keywordsBox span{
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px; 
    color: #999;
    cursor: pointer;
}
.index_search .header_content .content_center .searchBox .keywordsBox span:hover{
    color: #218fe8;
}
.searchHistoryBox{
    position: absolute;
    top: 40px;
    left: 120px;
    min-height: 100px;
    max-height: 246px;
    overflow: hidden;
    width: 414px;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius:5px 0 5px 5px;
    background-color: #fff;
    z-index: 1000;
}
.searchHistoryBox ul li{
    height: 24px;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    padding: 0 13px;
    color: #218fe8;
}
.searchHistoryBox ul li:hover{
    background-color: #e8e8e8;
    color: #218fe8;
}

.index_search .header_content .content_right{
    width: 250px;
    float: left;
}
.index_search .header_content .content_right .pull-left .am-btn{
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    display: inline-block;
    margin-top: 42px;
}
.index_search .header_content .content_right .pull-left .am-btn:hover{
    border-color: #218fe8; 
    color: #218fe8;
}
.index_search .header_content .content_right .pull-left .am-btn img{
    vertical-align: top;
    margin-top: 5px;
}

.index_search .header_content .content_right .pull-right{
    margin-right: 4px;
}
.index_search .header_content .content_right .pull-right p{
    margin-top: 6px;
}
.index_search .header_content .content_right .pull-right span{
    width: 64px;
    height: 64px;
    display: block;
}
.index_search .header_content .content_right .pull-right span img{
    height: 100%;
    width: 100%;
}
.index_search .header_content .content_right .pull-right .QRcodeBox{
    position: absolute;
    top: 8px;
    right: 0;
    background-color: #fff;
    padding:4px 6px;
    border: 1px solid #e8e8e8;
    z-index: 9
}
.index_search .header_content .content_right .pull-right .QRcodeBox p{
    margin: 0;
}
.index_search .header_content .content_right .pull-right .QRcodeBox span{
    width: 100px;
    height: 100px;
    display: block;
}
.showWeChat:hover{
    cursor: pointer;
}

/*--------------------------nav-------------------------*/
.navBox{
    height: 40px;
    line-height: 40px;
    position: relative;
}

.navBox .navbar-header{
    
}
.navBox .navbar-header .navbar_title{
    width: 220px;
    background-color: #1b67a4 !important;
    color: #fff !important;
    overflow: hidden;
    height: 40px;
    padding: 10px 15px;
}
.navBox .navbar-nav>li>.dropdown-menu.self{
    width: 220px;
    height: 364px;
    background-color: #049ff1 !important;
    color: #fff !important;
    padding: 0;
    border-radius: 0;
}
.navBox .navbar-nav>li>.dropdown-menu.self>li{
    height: 36px;
    width: 220px;
    line-height: 36px;
}

.navBox .navbar-collapse a:hover{
    font-weight: bold;
}

.navBox .navbar-collapse .navbar-brand{
    height: 36px;
    line-height: 36px;
    padding: 0 29px;
}

.navBox .navbar-collapse .navbar-brand .newIcon{
    position: absolute;
    width: 82px;
    height: 30px;
    display: block;
    top: -18px;
    right: 0px;
}
.navBox .navbar-collapse .navbar-brand .newIcon img{
    width: 100%;
}
.navBox .navbar-collapse .navbar-brand.active{
    color: #1b67a4;
    font-weight: bold;
}
.navBox .navbar-collapse .navbar-brand:hover{
    color: #1b67a4
}
.navBox .navbar-nav>li>.dropdown-menu.self>li>a{
    height: 36px;
    width: 220px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    background-color: #049ff1;
    border-left: 1px solid #049ff1;
}
.navBox .navbar-nav>li>.dropdown-menu.self>li>a .myFollow_icon_{
    width: 20px;
    height: 36px;
    display: block;
    background: url(/resources/v3/icon/attention.png) no-repeat center;
}
.navBox .navbar-nav>li>.dropdown-menu.self>li:hover>a .myFollow_icon_{
    background: url(/resources/v3/icon/attention-blue.png) no-repeat center;
}
.navBox .navbar-nav>li>.dropdown-menu.self>li:hover>a{
    border-left: 1px solid #049ff1;
    background-color: #fff;
    color: #049ff1;
}

.navBox .navbar-nav>li>.dropdown-menu.self>li:last-of-type>a{
    /*border-bottom: 1px solid #e8e8e8;*/
}

.navBox .navbar-nav>li>.dropdown-menu.self>li>a span.fa{
    line-height: 35px;
}

.showClassBox{
    position: absolute;
    top: 0px;
    left: 220px;
    height: 364px;
    width: 740px;
    display: none;
    overflow-y: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid #e8e8e8;
    border-left: none;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 5px;
    height: 16px;
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    background-color: #ccc;
}

.showClassBox .menuShowBox{
    width: 100%;
    overflow: hidden;
}

.showClassBox .menuShowBox .menuShow_left{
    width: 130px;
    padding: 20px;
    overflow: hidden;
}
.showClassBox .menuShowBox .menuShow_left a{
    width: 80px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin: 0;
    height: 14px;
    line-height: 14px;
}
.showClassBox .menuShowBox .menuShow_left:hover a{
    color: #218fe8;
    cursor: pointer;
}
.showClassBox .menuShowBox .menuShow_left:hover span{
    color: #218fe8;
}
.showClassBox .menuShowBox .menuShow_left .fa{
    margin-left: 0
}

.showClassBox .menuShowBox .menuShow_content{
    overflow: hidden;
}

.showClassBox .menuShowBox .menuShow_content>ul{
    width: 560px;
    height: 71px;
    overflow: hidden;
    padding: 20px 0 6px 0;
    border-bottom: 1px solid #e8e8e8;
}
.showClassBox .menuShowBox .menuShow_content>ul>li{
    float: left;
    width: 96px;
    margin-right: 15px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.showClassBox .menuShowBox .menuShow_content>ul>li>a{
    padding: 0;
    color: #999;
    font-size: 12px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.showClassBox .menuShowBox .menuShow_content>ul>li>a:hover{
    color: #218fe8;
}

.showClassBox .menuShowBox .menuShow_right{
    width: 25px;
    height: 26px;
    position: absolute;
    bottom: 0;
    left: 688px;
    border-bottom: 1px solid #e8e8e8;
}

.showClassBox .menuShowBox .menuShow_right>a{
    color: #218fe8;
    height: 14px;
    line-height: 14px;
    margin-bottom: 16px;
    display: block;
}


/*-------------------------banner-----------------------*/
.banner{
    width: 100%;
    height: 360px;
    overflow: hidden;
    /*display: inline-block;*/
    position: relative;
    transition-property: opacity;
    -khtml-opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
    filter:"alpha(opacity=100)";
    opacity:1;
}
.banner .newyear_left{
    width: 263px;
    height: 307px;
    position: absolute;
    top: 0px;
    left: -263px;
    background: url(/resources/v3/img/index/newyear_left.png) no-repeat center;
}
.banner .newyear_right{
    width: 257px;
    height: 360px;
    position: absolute;
    top: 10px;
    right: -257px;
    background: url(/resources/v3/img/index/newyear_right.png) no-repeat center;
}
.banner .bannerBox{
    height: 360px;
}

.banner .bannerBox .bannerImgBox{
    width: 100%;
    height: 360px;
    display: inline-block;
}
.banner .bannerBox .bannerImgBox img{
    margin: 0 auto;
}

.carousel-indicators li{
    border-radius: 50% !important;
}
.carousel-indicators li.active{
    border-radius: 50% !important;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    -khtml-opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
    filter:"alpha(opacity=0)";
    opacity:0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    -khtml-opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
    filter:"alpha(opacity=100)";
    opacity:1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.bgCor_banner1{background: #A448EE;}
.bgCor_banner2{background: #022F8A;}
.bgCor_banner3{background: #0B98F7;}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.banner .bannerBox .bannerAd{
    width: 230px;
    position: absolute;
    top: 10px;
    right: 0;
}
.banner .bannerBox .bannerAd .brand_index_list,
.banner .bannerBox .bannerAd .dataListBox{
    /*border: 1px solid #e8e8e8;*/
    overflow: hidden;
}
.banner .bannerBox .bannerAd .brand_index_list .data_title,
.banner .bannerBox .bannerAd .dataListBox .data_title{
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    background-color: #efefef;
    margin-top: 0;
    margin-bottom: 0;
}

.banner .bannerBox .bannerAd .brand_index_list ul{
    border: 1px solid #ccc;
    border-top: transparent;
    padding: 10px;
    padding-left: 26px;
    height: 122px;
    overflow-y: auto;
}
.banner .bannerBox .bannerAd .brand_index_list ul li{
    padding: 2px 0; 
    list-style: outside;
}
.banner .bannerBox .bannerAd .brand_index_list ul a{
    overflow: hidden;
}
.banner .bannerBox .bannerAd .brand_index_list ul li:hover,
.banner .bannerBox .bannerAd .brand_index_list ul a:hover{
    color: #218fe8
}

.banner .bannerBox .bannerAd .dataListBox ul{
    overflow: hidden;
    padding-bottom: 10px;
}

.banner .bannerBox .bannerAd .dataListBox ul li{
    width: 25%;
    float: left;
}

.banner .bannerBox .bannerAd .dataListBox ul li:hover{
    cursor: pointer;
    color: #ff7330;
}

.banner .bannerBox .bannerAd .dataListBox ul li span.iconBox{
    width: 36px;
    height: 36px;
    display: block;
    font-size: 12px;
    margin: 0 auto;
}

.banner .bannerBox .bannerAd .dataListBox ul li span.bgImg_news{
    background:url(../../v3/icon/index_news.png) no-repeat center;
}
.banner .bannerBox .bannerAd .dataListBox ul li:hover span.bgImg_news{
    background:url(../../v3/icon/index_news_active.png) no-repeat center;
}

.banner .bannerBox .bannerAd .dataListBox ul li span.bgImg_history{
    background:url(../../v3/icon/index_history.png) no-repeat center;
}
.banner .bannerBox .bannerAd .dataListBox ul li:hover span.bgImg_history{
    background:url(../../v3/icon/index_history_active.png) no-repeat center;
}

.banner .bannerBox .bannerAd .dataListBox ul li span.bgImg_follow{
    background:url(../../v3/icon/index_follow.png) no-repeat center;
}
.banner .bannerBox .bannerAd .dataListBox ul li:hover span.bgImg_follow{
    background:url(../../v3/icon/index_follow_active.png) no-repeat center;
}

.banner .bannerBox .bannerAd .dataListBox ul li span.bgImg_comment{
    background:url(../../v3/icon/index_comment.png) no-repeat center;
}
.banner .bannerBox .bannerAd .dataListBox ul li:hover span.bgImg_comment{
    background:url(../../v3/icon/index_comment_active.png) no-repeat center;
}

.banner .bannerBox .bannerAd .dataListBox ul li p{
    margin: 0;
    margin-top: 3px;
}

.banner .bannerBox .bannerAd .fa-lg{
    vertical-align: -6%;
    margin-left: 4px;
}
.banner .bannerBox .bannerAd .dataListBox .index_marketBox{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #e8e8e8;
}
.banner .bannerBox .bannerAd .dataListBox .index_marketBox:hover{
    border-color: #218fe8;
}
.banner .bannerBox .bannerAd .dataListBox .index_marketBox:hover a{
    color: inherit;
}
.banner .bannerBox .bannerAd .dataListBox .index_market_ul{
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    border: 1px solid #e8e8e8;
    border-top-color: transparent; 
}
.banner .bannerBox .bannerAd .dataListBox .index_market_ul li{
    width: 100%;
    margin-bottom: 0;
}
.banner .bannerBox .bannerAd .dataListBox .index_market_ul li:first-child:hover,
.banner .bannerBox .bannerAd .dataListBox .index_market_ul li:first-child{
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    color: #333;
    cursor: default;
    margin-bottom: 3px;
}
.banner .bannerBox .bannerAd .dataListBox .index_market_ul li a{
    width: 100%;
    overflow: hidden;
    height: 20px;
    line-height: 18px;
    border: 1px solid transparent;
    padding: 0 8px;
}
.banner .bannerBox .bannerAd .dataListBox .index_market_ul li a span{
    height: 100%;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.banner .bannerBox .bannerAd .dataListBox .index_market_ul li:hover a{
    border-color: #218fe8;
    background-color: #e3f1fe;
    padding: 0 8px;
}

/*-------------------------advert-----------------------*/
.index_ad ul li{
    width: 290px;
    height: 200px;
    /*margin-left: 10px;*/
    background-color: #f5f5f5
}
.index_ad ul li a{
    width: 290px;
    height: 200px;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.index_ad ul li a:before{
    content: '';
    position: absolute;
    left: -300px;
    top: 0;
    width: 300px;
    height: 200px;
    background: url(/resources/v3/img/light_before.png) 50% 50%;
    z-index: 11;
}
.index_ad ul li a:hover:before{
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    -webkit-transform: translate(200%);
    transform: translate(200%);
}
.index_ad ul li a img{
    z-index: 1
}

/*-------------------------brand-----------------------*/
.secMg .secModel_left{
    width: 300px;
}
                
.secMg .secModel_left .secModel_title{
    height: 36px;
    margin: 0;
}
.secMg .secModel_left .secModel_titleImg{
    height: 360px;
    background-color: #f5f5f5;
}
.secMg .secModel_left .adv1{
    background: url(/resources/v3/img/index/index_adv1.png) no-repeat center;
}
.secMg .secModel_left .adv2{
    background: url(/resources/v3/img/index/index_adv2.png) no-repeat center;
}
.secMg .secModel_left .adv3{
    background: url(/resources/v3/img/index/index_adv3.png) no-repeat center;
}
.secMg .secModel_left .adv4{
    background: url(/resources/v3/img/index/index_adv4.png) no-repeat center;
}
.secMg .secModel_left .adv5{
    background: url(/resources/v3/img/index/index_adv5.png) no-repeat center;
}
.secMg .secModel_left .adv6{
    background: url(/resources/v3/img/index/index_adv6.png) no-repeat center;
}


.secMg .secModel_right{
    width: 890px;
    margin-left: 10px;
}

.secMg .secModel_right .nav-tabs{
    border: 1px solid #218fe8;
    border-top-color: transparent; 
    border-left-color: transparent; 
    border-right-color: transparent; 
    height: 36px;
}

.secMg .secModel_right>.nav-tabs li{
    float: right;
} 

.secMg .secModel_right .nav-tabs>li>a{
    margin-right: 0px;
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    padding: 0 18px;
    color: #333;
}
.secMg .secModel_right .nav-tabs>li:first-of-type>a{
    border-right: 1px solid #e8e8e8;
}
.secMg .secModel_right .nav-tabs>li:last-of-type>a{
    border-left: 1px solid #e8e8e8;
}

.secMg .secModel_right>.nav-tabs>li>a:hover{
    color: #218fe8;
    cursor: pointer;
    background-color: #fff;
    border-bottom:1px solid #218fe8;
    border-left-color: transparent; 
    border-right-color: transparent; 
    font-weight: normal;
}

.secMg .secModel_right>.nav-tabs>li:first-of-type>a:hover{
    color: #218fe8;
    cursor: pointer;
    background-color: #fff;
    border-bottom:1px solid #218fe8;
    border-left-color: transparent; 
    border-right-color: #e8e8e8; 
    font-weight: normal;
}
.secMg .secModel_right>.nav-tabs>li:last-of-type>a:hover{
    color: #218fe8;
    cursor: pointer;
    background-color: #fff;
    border-bottom:1px solid #218fe8;
    border-left-color: #e8e8e8; 
    border-right-color: transparent; 
    font-weight: normal;
}

.secMg .secModel_right .nav-tabs>li.active>a,
.secMg .secModel_right .nav-tabs>li.active>a:focus,
.secMg .secModel_right .nav-tabs>li.active>a:hover{
    color: #218fe8;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #218fe8;
    border-bottom-color: transparent;
    font-weight: bold;
}

.secModel_right>.tab-content>.tab-pane>ul{
    margin-top: -1px;
}

.index_brand .secModel_right>.tab-content>.tab-pane{
    width: 100%;
    height: 360px;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.index_brand .secModel_right>.tab-content>.tab-pane>ul>li{
    float: left;
}
.index_brand .secModel_right>.tab-content>.tab-pane>ul>li>a{
    width: 222px;
    height: 120px;
    display: block;
    border: 1px solid #e8e8e8;
    border-top-color: transparent;
    border-left-color: transparent;
}
.index_brand .secModel_right>.tab-content>.tab-pane>ul>li:nth-of-type(4n)>a{
    border-right-color: transparent;
}
.index_brand .secModel_right>.tab-content>.tab-pane>ul>li>a>span{
    width: 125px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 27px;
}
.index_brand .secModel_right>.tab-content>.tab-pane>ul>li>a>span>img{
    max-width: 100%;
    max-height: 100%;
}

.index_brand .secModel_right>.tab-content>.tab-pane>ul>li>a>.title_name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #218fe8;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: none;
}
.index_brand .secModel_right>.tab-content>.tab-pane>ul>li>a:hover{
    border-color: #218fe8;
    z-index: 2
}
.index_brand .secModel_right>.tab-content>.tab-pane>ul>li>a:hover span{
/*    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
}
.index_brand .secModel_right>.tab-content>.tab-pane>ul>li>a:hover>.title_name{
    display: block;
}



/*-------------------------passive_device-----------------------*/
.index_device{

}
.index_device .secModel_left .secModel_titleImg{
    height: 445px;
    width: 300px;
    cursor: default;
}
.index_device .secModel_left .secModel_titleImg img{
    width: 100%;
    height: 100%;
}
.index_device .secModel_right>.tab-content>.tab-pane{
    width: 100%;
    height: 445px;
    border: 1px solid #e8e8e8;
    border-top: 0;
    /*border-bottom: 0;*/
}
.index_device .secModel_right>.tab-content>.tab-pane>ul>li{
    float: left;
}
.index_device .secModel_right>.tab-content>.tab-pane>ul>li>div{
    padding: 20px;
    display: block;
    width: 222px;
    height: 222px;
    border: 1px solid #e8e8e8;
    border-top-color: transparent;
    border-left-color: transparent;   
    /*border-right-color: transparent;*/
}
.index_device .secModel_right>.tab-content>.tab-pane>ul>li:nth-of-type(4n)>div{
    border-right-color: transparent;   
    /*border-right-color: transparent;*/
}

.index_device .secModel_right>.tab-content>.tab-pane>ul>li>div>span{
    float: right;
    width: 120px;
    line-height: 120px;
    height: 120px;
    display: block;
    text-align: right;
}
.index_device .secModel_right>.tab-content>.tab-pane>ul>li>div>span>img{
    width: 100%;
    height: 100%;
}
.index_device .secModel_right>.tab-content>.tab-pane>ul>li>div .addCatBtn{
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    background-color: #218fe8;
    color: #fff;
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    padding-top: 12px;
    text-align: center;
    cursor: pointer;
    border: 0;
    box-shadow: 0px 5px 5px #ccc !important;
}
.index_device .secModel_right>.tab-content>.tab-pane>ul>li>div:hover{
    border-color: #218fe8;
    z-index: 2
}
.index_device .secModel_right>.tab-content>.tab-pane>ul>li>div:hover .addCatBtn{
    display: block;
}
.index_device .secModel_right>.tab-content>.tab-pane>ul>li>div:hover span>img{
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*-------------------------index_advert_lg-----------------------*/
.index_advert_lg a{
    height: 100px;
    width: 100%;
    display: block;
}
.index_advert_lg a img{
    width: 100%;
    height: 100%;
}



/*-------------------------news-----------------------*/
.index_news .secModel_left .secModel_titleImg{
    height: 288px;
    cursor: default;
}

.index_news .hotNews{
    width: 560px;
    height: 288px;
    border: 1px solid #d8d8d8;
    margin-top: 36px;
    padding: 0 10px 10px 10px;
}

.index_news h3{
    width: 100%;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;  
}
.index_news h3>a{
    height: 14px;
    line-height: 14px;
    display: inline-block;
}
.index_news h3>a:hover{
    color: #218fe8;
    cursor: pointer;
}

.index_news h3>a>span.fa{
    vertical-align: -6%;
    margin-left: 4px;
}

.index_news ul{
    width: 100%;
    padding: 10px 0;
}

.index_news ul>li{
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}
.index_news ul>li:hover{
    background-color: #f5f5f5;
}
.index_news ul>li:last-of-type{
    margin-bottom: 0;
}
.index_news .hotNews>ul>li>a{
    width: 400px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_news ul>li>a:hover{
    color: #218fe8;
    cursor: pointer;
}

.index_news .industryNews{
    width: 320px;
    height: 288px;
    border: 1px solid #d8d8d8;
    margin-top: 36px;
    padding: 0 10px 10px 10px;
}

.index_news .industryNews>ul>li>a{
    width: 196px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*-------------------------showOther-----------------------*/
.showOther{
    height: 140px;
}

.showOther ul{
    width: 100%;
    padding: 30px 80px;
}
.showOther ul>li{
    width: 216px;
    float: left;
    overflow: hidden;
    margin-right: 58px;
}
.showOther ul>li:last-of-type{
    margin-right: 0px;
}
.showOther ul>li>.cri_font{
    width: 80px;
    height: 80px;
    border: 4px solid #218fe8;
    border-radius: 50% !important;
    display: block;
    line-height: 70px;
    font-size: 38px;
}

.showOther ul>li>.explain_font{
    margin-top: 22px;
}

.showOther ul>li>.explain_font>p{
    margin: 0;
}

/*-------------------------页面定位-----------------------*/
.index_list{
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 30%;
}
.index_list .location_index{
    position: absolute;
    left: -80px;
    top: 0;
    width: 46px;
}
.index_list .location_index>ul{
    overflow: hidden;
}
.index_list .location_index>ul>li{
    float: left;
    width: 46px;
    height: 46px;
    display: block;
    background-color: #aeaeae;
    margin-bottom: 1px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 4px;
}
.index_list .location_index>ul>li.active{
    background-color: #218fe8
}
.index_list .location_index>ul>li:hover{
    cursor: pointer;
    background-color: #218fe8
}
/*-------------------------all_top-----------------------*/
.index_all_top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    height: 80px;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #218fe8;
    -webkit-box-shadow: 0px 5px 12px rgba(0,0,0,.175) !important;
    box-shadow: 0px 5px 12px rgba(0,0,0,.175) !important;
}

.index_all_top .all_top .content_left{
    margin-top: 10px;
    width: 225px;
    float: left;
}
.index_all_top .all_top .content_center{
    width: 724px;
    height: 40px;
    float: left;
    margin-top: 20px;
}
.index_all_top .all_top .content_center .searchBox{
    position: relative;
}
.index_all_top .all_top .content_center .searchBox input{
    width: 380px;
    height: 40px;
    line-height: 26px;
    border-radius: 5px 0 0 5px;
    border: 2px solid #1b67a4;
}
.index_all_top .all_top .content_center .searchBox input[name='num']{
    background: url(/resources/v3/icon/fengexian.png) no-repeat;
    background-position: 0px 0px;
}
.index_all_top .all_top .content_center .searchBox button{
    background-color: #1b67a4;
    color: #fff;
    border-radius:0 5px 5px 0;
    border: none;
    width: 70px;
    height: 40px;
    line-height: 1.4;
    margin-left: -5px;
    vertical-align: top;
}
.index_all_top .all_top .content_center .searchBox .searchHistoryBox{
    position: absolute;
    top: 40px;
    left: 120px;
    min-height: 100px;
    max-height: 300px;
    width: 414px;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius:5px 0 5px 5px;
    background-color: #fff;
}

/*-------------------------all_right-----------------------*/
.right_nav{
    position: fixed;
    right: 0%;
    top: 30%;
    background-color: #fff
}
.right_nav>ul{
    width: 60px;
}
.right_nav>ul>li{
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
    float: left;
    display: block;
    background-color: #999;
    color: #fff;
    text-align: center;
    position: relative;
}
.right_nav>ul>li>a{
    display: block;
    height: inherit;
    width: inherit;
    color: #fff;
    font-size: 12px;
}
.right_nav>ul>li>a>img{
    vertical-align: top;
    margin-top: 6px;
}
.right_nav>ul>li:hover a{
    background-color: #218fe8;
    cursor: pointer;
    color: #fff;
}
.right_nav>ul>li .rNav_info{
    min-height: 60px;
    background-color: #218fe8;
    padding: 0 10px;
    line-height: 60px;
    position: absolute;
    min-width: 80px;
    top: 0;
    color: #fff;
    display: none;
    left: -80px;
}


@keyframes mymove
{
    from {width:0px;left: 0}
    to {width:auto;left: -100%}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {width:0px;left: 0}
    to {width:auto;left: -100%}
}

/*-------------------------footer-----------------------*/
.footer{
    width: 100%;
    background-color: #fff;
}
.footer .footer_top {
    margin-top: 40px;
    margin-bottom: 40px;
    /*background-color: #f0f0f0;*/
}
.footer .footer_top .top_left{

}
.footer .footer_top .top_center{
    width: 900px;
    margin: 0;
    margin-left: 140px;
}
.footer .footer_top .top_center ul{

}
.footer .footer_top .top_center ul li{
    float: left;
    width: 200px;
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
    height: auto;
    overflow: hidden;
    display: inline-block 9;
}
.footer .footer_top .top_center ul li:last-type-of{
    border-right-color: transparent;
}
.footer .footer_top .top_center ul li p{
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
}
.footer .footer_top .top_center ul li p img{
    margin-right: 12px;
}
.footer .footer_top .top_center ul li p span.footer_icon{
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.footer .footer_top .top_center ul li p span.about_us_icon{
    background:url(/resources/v3/icon/about_us.png);
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.footer .footer_top .top_center ul li p span.guide_icon{
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background:url(/resources/v3/icon/guide.png)
}
.footer .footer_top .top_center ul li p span.help_icon{
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background:url(/resources/v3/icon/help.png)
}
.footer .footer_top .top_center ul li p span.pay_icon{
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background:url(/resources/v3/icon/pay.png)
}
.footer .footer_top .top_center ul li p span.helper_icon{
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background:url(/resources/v3/icon/helper.png)
}

.footer .footer_top .top_center ul li a{
    display: block;
    font-size: 12px;
    padding-left: 86px;
    color: #666;
    margin-bottom: 2px;
}
.footer .footer_top .top_center ul li a:hover{
    color: #218fe8
}
.footer .footer_top .top_right{
    margin-left: 60px
}
.footer .footer_top .top_right .eq_codeBox{
    width: 90px;
    height: 90px;
    display: block;
    overflow: hidden;
}
.footer .footer_top .top_right .eq_codeBox img{
    width: 100%;
}
.footer .footer_top .top_right p{ 
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
}
.footer .footer_conter{
    text-align: center;
}
.footer .footer_conter p{
    margin: 15px 5px;
    display: inline-block;
    font-size: 12px;
}
.footer .footer_bottom{
    text-align: center;
}
.footer .footer_bottom ul{
    display: inline-block;
}
.footer .footer_bottom ul li{
    float: left;
    margin-right: 15px;
}
.footer .footer_bottom ul li a img{
    width: 100%;
}


/*------------------------------全局提示框------------------------------*/
.pointBox .modal-content{
    max-width: 400px;
    min-height: 200px;
}
.pointBox .modal-content .modal-header{
    background-color: #eee;
}
.pointBox .modal-content .modal-body{
    background-color: #fffbd7
    text-align: center;
    margin-top: 40px;
}





/*------------------------------breadcrumb_trail------------------------------*/
.breadcrumb_trail{
    height: 50px;
    padding: 14px 0; 
}
.breadcrumb_trail .pull-left a:hover{
    color: #218fe8
}
.breadcrumb_trail .iconSpan_number{
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 7px;
    background: url(/resources/v3/icon/number.png) no-repeat center;
}
.breadcrumb_trail .iconSpan_time{
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 7px;
    background: url(/resources/v3/icon/time.png) no-repeat center;
}

.breadcrumb_trail .iconSpan_qq{
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 7px;
    background: url(/resources/v3/icon/qq_ff7.png) no-repeat center;
}
.breadcrumb_trail .underLine{
    text-decoration: underline !important;
}


/*------------------------------行情指数滚动------------------------------*/


/*Plugin CSS*/
.str_wrap {
    overflow:hidden;
    //zoom:1;
    width:100%;
    font-size:12px;
    line-height:16px;
    position:relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;  
    background:#fff;
    white-space:nowrap;
}

.str_wrap.str_active {
    background:#fff;
}
.str_move { 
    white-space:nowrap;
    position:absolute; 
    top:0; 
    left:0;
    cursor:move;
}
.str_move_clone {
    display:inline-block;
    //display:inline;
    //zoom:1;
    vertical-align:top;
    position:absolute; 
    left:100%;
    top:0;
}
.str_vertical .str_move_clone {
    left:0;
    top:100%;
}
.str_down .str_move_clone {
    left:0;
    bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
    white-space:normal;
    width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
    cursor:inherit;
}
.str_wrap img {
    max-width:none !important;  
}


/*-------------------------login_model-----------------------*/

.login_model .modal-sm{
    width: 460px !important;
    margin-top: 8%;
}
.login_model .modal-sm .modal-content{
    border: none;
}
.login_model .modal-sm .modal-content .modal-header{
    background-color: #218fe8;
    color: #fff;
    border-bottom: 0;
    height: 50px;
}

.login_model .modal-sm .modal-content .modal-body{
    padding: 0;
}

.login_model .modal-sm .login_content{
    width: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff
}

.login_model .modal-sm .login_content .login_title{
    padding-top: 30px;
    height: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.login_model .modal-sm .login_content .login_title li{
    font-size: 16px;
    font-weight: 800;
    float: left;
    width: 229px;
    text-align: center;
}
.login_model .modal-sm .login_content .login_title li:hover{
    cursor: pointer;
}
.login_model .modal-sm .login_content .login_title li span{
    width: 120px;
    line-height: 20px;
    display: block;
    margin: 0 auto;
    color: #333;
    padding-bottom: 8px;
}

.login_model .modal-sm .login_content .login_title li span.active{
    border-bottom: 3px solid #218fe8;
    color: #218fe8
}

.login_model .modal-sm .login_content .login_data li{
    width: 100%;
    padding: 30px;
    padding-bottom: 10px;
}

.login_model .modal-sm .login_content .login_data li .login_input{
    margin-bottom: 10px;
    overflow: hidden;
}
.login_model .modal-sm .login_content .login_data li .login_input span.iconBox{
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    border: 1px solid #e8e8e8;
    border-right: 0;
}

.login_model .modal-sm .login_content .login_data li .login_input span.iconBox.phoneIcon{
    background: url(/resources/v3/icon/users.png) no-repeat center
}
.login_model .modal-sm .login_content .login_data li .login_input span.iconBox.phoneIcon.border_c_218{
    background: url(/resources/v3/icon/users_click.png) no-repeat center
}
.login_model .modal-sm .login_content .login_data li .login_input span.iconBox.passwordIcon{
    background: url(/resources/v3/icon/password.png) no-repeat center
}
.login_model .modal-sm .login_content .login_data li .login_input span.iconBox.passwordIcon.border_c_218{
    background: url(/resources/v3/icon/password_click.png) no-repeat center
}
.login_model .modal-sm .login_content .login_data li .login_input span.iconBox.imgYzmIcon{
    background: url(/resources/v3/icon/verification.png) no-repeat center
}
.login_model .modal-sm .login_content .login_data li .login_input span.iconBox.imgYzmIcon.border_c_218{
    background: url(/resources/v3/icon/verification_click.png) no-repeat center
}
.login_model .modal-sm .login_content .login_data li .login_input span.iconBox.shortYzmIcon{
    background: url(/resources/v3/icon/werify.png) no-repeat center
}
.login_model .modal-sm .login_content .login_data li .login_input span.iconBox.shortYzmIcon.border_c_218{
    background: url(/resources/v3/icon/werify-click.png) no-repeat center
}
.login_model .modal-sm .login_content .login_data li .login_input input{
    width: 344px;
    height: 40px;
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    float: left;
}

.login_model .modal-sm .login_content .login_data li .login_input input.yzm{
    width: 212px;
}
.login_model .modal-sm .login_content .login_data li .login_input span.yzmImg{
    width: 132px;
    height: 40px;
    display: block;
    border: 0
}

.login_model .modal-sm .login_content .login_data li .login_input button{
    width: 132px;
    height: 40px;
    display: block;
    border: 0
}

.login_model .modal-sm .login_content .login_data li .login_input .yzmImg.msgBtn:hover{
    cursor: pointer;
    background-color: #218fe8;
    color: #fff;
}

.login_model .modal-sm .login_content .login_data li .login_input .yzmImg.msgBtn.bgCor_eee:hover{
    color: #666;
    background-color: #eee;
    cursor: not-allowed;
}



.login_model .modal-sm .login_content .login_data li .forgetLine{
    width: 100%;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.login_model .modal-sm .login_content .login_data li .forgetLine div{
    height: 20px;
    line-height: 20px
}
.login_model .modal-sm .login_content .login_data li .forgetLine div input{
    vertical-align: top
}
.login_model .modal-sm .login_content .login_data li .loginBtn{
    width: 398px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #fff;
    background-color: #218fe8;
    margin-top: 18px;
    border: 0;
}
.login_model .modal-sm .login_content .login_data li .loginBtn:hover{
    background-color: #2da1ff;
}

.login_model .modal-sm .login_content .login_bottom{
    width: 50%;
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 36px;
}

/*-------------------------registModel-----------------------*/
.regist_model .modal-sm{
    width: 460px !important;
    margin-top: 3%;
}
.regist_model .modal-sm .modal-content{
    border: none;
}
.regist_model .modal-sm .modal-content .modal-header{
    background-color: #218fe8;
    color: #fff;
    border-bottom: 0;
    height: 50px;
}

.regist_model .modal-sm .modal-content .modal-body{
    padding: 0;
}

.registModel_box{
    padding: 20px 0;
    border: 1px solid #e8e8e8;
}

.registModel_box .inputBox{
    height: 40px;
    line-height: 40px;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: table;
}
.registModel_box .inputBox label{
    margin-right: 10px;
    font-weight: normal;
    width: 60px;
    display: block;
    height: inherit;
}
.registModel_box .inputBox input{
    height: inherit;
    border: 1px solid #e8e8e8;
    padding: 0 10px;
    width: 400px;
}

.registModel_box .inputBox input.yzm{
    width: 258px;
}
.registModel_box .inputBox .yzmImg{
    width: 132px;
    height: inherit;
    display: block;
    margin-left: 10px;
    border: 0
}

.registModel_box .inputBox .yzmImg.msgBtn:hover{
    cursor: pointer;
    background-color: #218fe8;
    color: #fff;
}

.registModel_box .inputBox .yzmImg.msgBtn.bgCor_eee:hover{
    color: #666;
    background-color: #eee;
    cursor: not-allowed;
}

.registModel_box .inputBox input:focus{
    border-color: #218fe8
}
.registModel_box .agreeBox{
    width: 400px;
    margin: 0 auto;
    display: table;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.registModel_box .agreeBox input{
    vertical-align: top;
    margin-right: 10px
}
.registModel_box .agreeBox span{
    height: 20px;
    line-height: 20px;
}


.registModel_box .submitBox{
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    width: 400px;
    margin: 0 auto;
    border: 0;
    display: table;
}
.registModel_box .submitBox button.disabledStatuBtn{
    background-color: #218fe8;
    border: 0;
    color: #fff;
    width: 100%;
    height: inherit;
    display: block;
}
.registModel_box .submitBox button.disabledStatuBtn:hover{
    background-color: #2da1ff;
}

.registModel_box .submitBox button:hover{
    cursor: pointer;
}
.registModel_box .submitBox button.disabled{
    color: #666;
    background-color: #f5f5f5;
    cursor: not-allowed
}

.registModel_box .agreeBox span.promptBox,
.registModel_box .inputBox span.promptBox{
    position: absolute;
    width: 400px;
    top: 39px;
    left: 0px;
    display: none;
    z-index: 9;
    text-align: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #fffbd8;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    box-shadow: 10px 10px 10px rgba(0,0,0,0) !important;
}

.registSuccessModal .modal-sm{
    margin-top: 10%;
}
.registSuccessModal .modal-content{
    width: 550px;
}
.registSuccessModal .modal-footer a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #218fe8;
    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
}
.registSuccessModal .modal-footer{
    padding-top: 0;
    padding-bottom: 30px;
}
.registSuccessModal .modal-footer a:hover{
    background-color: #2da1ff;
    color: #fff;
}
.registSuccessModal .textBox{
    width: 305px;
    margin: 0 auto;
    margin-left: 120px;
}
.registSuccessModal .textBox .successIcon{
    margin-right: 10px;
    margin-top: -4px;
}
.registSuccessModal .textBox .p1{
    margin-bottom: 10px;
}
.registSuccessModal .textBox .p2{
    height: 14px;
    line-height: 14px;
    margin-bottom: 6px;
}
/*-------------------------protocol_model-----------------------*/
.protocol_model .modal-lg{
    width: 600px;
    margin-top: 4%
}
.protocol_model .modal-header{
    height: 50px;
}
.protocol_model .modal-body{
    max-height: 400px;
    overflow-y: scroll; 
    padding: 10px 20px;
}
.protocol_model .modal-footer{
    text-align: center;
}
.protocol_model .modal-footer button{
    width: 120px;
    height: 40px;
    text-align: center;
    background-color: #218fe8;
    color: #fff;
    border: none;
}
.protocol_model .modal-footer button:hover{
    background-color: #2da1ff;
}


/*-------------------------全局提醒框-----------------------*/
.deleteModal .modal-sm,
.promptModal .modal-sm {
    margin-top: 12%;
}
.deleteModal .modal-header,
.promptModal .modal-header{
    height: 50px;
}
.deleteModal .modal-footer a,
.promptModal .modal-footer a{
    width: 80px;
    height: 30px;
    display: block;
    line-height: 30px;
    color: #fff;
    background-color: #218fe8;
    margin: 0 auto;
}
.deleteModal .modal-footer a:hover,
.promptModal .modal-footer a:hover{
    background-color: #2da1ff;
}
/*-------------------------提示框-----------------------*/
.promptSection{
    height: 40px;
    line-height: 40px;
    background: url(/resources/v3/icon/hint.png) no-repeat left;
    background-color: #fffbd8;
    border: 1px solid #e8e8e8;
    border-bottom-color: transparent; 
    padding-left: 38px;
    letter-spacing: 0.07rem;
    background-position: 11px 8px;
}
.promptSection a:hover,
.promptSection a{
    color: #ff7330;
    margin: 0 2px;
}

/*-------------------------errorPage-----------------------*/
.errorPage{
    width: 900px;
    height: 430px;
    margin: 0 auto;
    margin-top: 200px;
}