input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
.fullYearPicker{
    margin-top: 10px;
    -webkit-user-select: none; 
    
}
#calendarYearTab{
    margin-top: 20px;
}
#calendarYearTab span{
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 0 15px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin-right: 15px;
    cursor: pointer;
}
#calendarYearTab .active{
    background-color: #e2e2e2;
}
.cal_hover_div{
    color:#fff;
    width: 100px;
    padding: 5px;
    background-color: #000;
    margin-left: -40px;
    margin-top: 10px;
    display:none;
    text-align: center;
    border-radius: 3px;
}
.cal_hover_div .triangle{
    position: absolute;
    left: 50%;
    top: -8px;
    margin-top: -8px;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgb(0,0,0) transparent;
}
.fullYearPicker i{
    display: inline-block;
    width: 20px;
    height: 20px;
    font-style:normal;
    padding: 2px;
    border-radius: 50%;
    /* border: 1px solid red;  */
}
.fullYearPicker .month-container{
    min-width: 180px;
    float: left;
    padding: 15px 0 10px 0;
    background-color: #e2e2e2 ;
}
.fullYearPicker .month-container:nth-child(2), .fullYearPicker .month-container:nth-child(4), .fullYearPicker .month-container:nth-child(5), .fullYearPicker .month-container:nth-child(7), .fullYearPicker .month-container:nth-child(10), .fullYearPicker .month-container:nth-child(12) {
    background-color: #fcf4f2;
}

.fullYearPicker .date_clear{
    clear: both;
}
.fullYearPicker .year{
    display: none;
    border-radius: 50%;
}

.fullYearPicker .picker table {
/*  border: 1px dotted;
    margin-left: auto;
    margin-right: auto; */
    margin: 0 auto;
    font-size: 12px;
}

.fullYearPicker table th.head {
    text-align: left;
    /* line-height: 12px; */
    font-size: 20px; 
    cursor: default;
/*  background: #fff; */
}

.fullYearPicker table td {
    border-radius: 50%; 
/*  background: #fff; */
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    padding: 2px;
    /* margin: 10px; */
}
.fullYearPicker table tr:nth-child(2){
    border-top: 1px solid #57646c;
    border-bottom: 2px solid #a2a7ab;
}
/* .fullYearPicker .picker table .able_day:hover{
    background: #ccc;
    border-radius: 2px;
} */


.fullYearPicker table th {
    color: #80808f;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}


.fullYearPicker table td.selected {
    background: #ccc;
}


.fullYearPicker table td.workday {
    background:#C4E1FF;
}

.fullYearPicker table .freeday {
    background:#FFC78E;
}
.fullYearPicker table .lawday {
    background:#DDDDFF;
}
.fullYearPicker table .tradeday {
    background:#CEFFCE;
}

.fullYearPicker table td.empty {
    text-decoration: none;
    cursor: default
}

.fullYearPicker br {
    clear: both
}

.month-width-1{
    width: 100%;
}
.month-width-2{
    width: 50%;
}
.month-width-3{
    width: 33.33%;
}
.month-width-4{
    width: 25%;
}
.month-width-6{
    width: 16.66%;
}




.hd_info_modal label{
    float: left;
    width: 50px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    color: #808080;
    font-weight: 100;
}

.hd_info_modal .am-modal-hd{
    border-bottom: 2px solid #31aaef; 
}

body .hd_info_modal .radius{
    border-radius:5px;
}
.hd_info_modal .hd-type-select{
    float:left;
}

.hd_info_modal .am-selected{
    width: 180px;
}

.hd-work-date{
    float: left;
}
.hd_info_modal .am-form-group{
    float: left;
    width: 180px;
}
.hd_info_modal .hd-work-block{
    width: 235px;
    float: left;
    margin-bottom: 10px;
}
.hd_info_modal .hd-work-btns{
    float: right;
}
.hd_info_modal form{
    margin-top: 50px;
}
.hd_info_modal .stone{
    clear: both;
}
.selNewsyear {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 124px;
    background: #d2d2d2;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
}

.selNewsyear:after {
    position: absolute;
    right: 15px;
    top: 12px;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #fff;
}

.selNewsyear_option {
    display: none;
    position: absolute;
    right: 0;
}

.selNewsyear_option li {
    color: #a1a1a1;
    width: 124px;
    height: 36px;
    background: #eeeeee;
    border-top: 2px solid #fff;
    line-height: 36px;
    text-align: center;
}

.selNewsyear_option li:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.selNewsyear_option li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.selNewsyear_option li:hover {
    cursor: pointer;
    color: #fff;
    background: #d2d2d2;
}

.selNewsyear ul {
    position: absolute;
}

.newInfo_showmonth {
    height: 50px;
    line-height: 60px;
    margin: 0;
    border-bottom: 4px solid #535353;
}

.newInfo_showtit {
    border-bottom: 2px solid #d2d2d2;
}
.crumbs{
    margin-top: 10px;
}
.crumbs span {
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;

}
.crumbs .crumbs_right{
    padding: 15px;
}
.crumbs a{
    color:#9b9b9b;
}
.crumbs a:hover{
    color:#9b9b9b;
}
.crumbs a:last-child{
    color:#535353;
}
.crumbs a:last-child:hover{
    color:#535353;
}


.newInfo_showcont_list{
    padding: 20px;
}
.newInfo_showcont_list a:hover{
    color:#333;
}
.newInfo_showcont_list>li{
    line-height: 40px;
    border-bottom: 1px solid #d2d2d2;
    /* height: 40px; */
}
.newInfo_showcont_list table {
    padding: 30px 0;
    border: none;
}

.newInfo_showcont_list table tr {
    display: block;
    border: none;
    padding: 10px 0;
}

.newInfo_showcont_list table td,
.newInfo_showcont_list table th {
    border: none;
    padding: 0 5px;
}

.pb-15{
    padding-bottom: 15px;
}
.border-b-d2{
    border-bottom: 1px solid #d2d2d2;
}
.newInfo_showcont_list table tr a {
    color: #333;
}

.newInfo_showcont_list table tr a:hover {
    text-decoration: none;
}

.newInfo_showdate {
    font-weight: bold;
}

.companyProfile_showImg img{
    display: block;
    width: 100%;
}
/*.companyProfile_showImg{
    padding-left: 0;
}*/
.companyProfile_showInfo h1{
    font-weight: bold;
    margin:0 0 10px 0;
}
.companyProfile_showInfo p{
    margin-top: 10px;
    line-height: 2em;
}
.buiness_list{
    margin: 15px 0;
}
.buiness_list p{
    margin: 0;
}
.companyProfile{
    margin-top: 30px;
    margin-bottom: 50px;
}
/*.companyProfile .col-sm-6{
    padding: 0;
}*/
.cantactUs_info{
    margin-top: 20px;
    margin-bottom: 20px;
}
.cantactUs_info>div>div{
    background-color: #fcf4f2;
    text-align: center;
    height: 480px;
    padding: 35px 0;
}
.cantactUs_info_con{
    overflow: hidden;
}
.cantactUs_info_con>div{
    margin: 20px 0;
}
.cantactUs_border_bot{
    display: inline-block;
    padding-bottom: 26px;
    border-bottom: 2px solid #dcdcdc;
}
.cantactUs_mob_border{
    height: 60px;
    width: 2px;
    background-color: #dcdcdc;
    margin: 26px 0 0!important;
}
.cantactUs_mob_border_celPhone{
    height: 40px;
    width: 2px;
    background-color: #dcdcdc;
    margin: 20px 0 0!important;
}
.partner_conTit{
    border-bottom: 3px solid #535353;
}
.partner_copName,.partner_copName b{
    color: #68a5dc;
}
.partner_btn{
    display: inline-block;
    text-align: center;
    background: #9a3930;
    padding: 5px 10px;
    margin-left: 20px;
}
.partner_btn:hover,.partner_btn:visited,.partner_btn:focus{
    color: #fff;
    text-decoration: none;
}

.calerdar_pie{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
.cale_sel span{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
/*.c_sse,.c_hk,.c_other{
    
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
}*/

.cale_sel .active{
    background-color: #e2e2e2 ;
}
.holiday_schedule_con thead{
    background-color: #dcdcdc;
}
.holiday_schedule_con table{border: none!important;}
.holiday_schedule_con td,.holiday_schedule_con th {
    border: none !important;
    border-left: 2px solid #e5e5e5 !important;
}
.holiday_schedule_con tr td:first-child{
    border: none !important;
}
.holiday_schedule_con tbody tr:nth-child(odd){
    background-color: #fff;
}
.holiday_schedule_con tbody tr:nth-child(even){
    background-color: #eeeeee;
}
.page-banner{
    position: relative;
    margin-top:84px;
}
.page-banner img{
    width: 100%;
}
.page-banner-tit{
    
}
.page-banner-tit h1{
    color: #fff;
    margin: 0;
    position: absolute;
    white-space:nowrap;
    /*overflow: hidden;
    border-bottom: 1px solid #fff;
    text-overflow: ellipsis;*/
    text-align:justify;
    text-align-last:justify;
    padding-bottom: 5px;
    text-shadow:#000 3px 3px 6px;
}
.page-banner-tit p{
    color: #fff;
    text-align: center;
}
.btn-loadpdf{
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.btn-loadpdf a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    margin-left: 5px;
}
.btn-loadpdf a:hover{
    color:#c9c9c9;
}
.icon-pgf{
    display: inline-block;
    height: 30px;
    width: 25px;
    background: url(../img/icon/pdf.jpg) no-repeat;
}
.pageNum{
    margin-top: 20px;
    overflow: hidden;
}
.pageNum ul{
    float: right;
}
.pageNum ul li{
    float: left;
    /*width: 24px;
    height: 24px;*/
}
.pageNum ul li a{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #e5e5e5;
    margin-left: 3px;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    color: #959595;
}
.pageNum .btn_prve,.pageNum .btn_after{
    width: 60px;
}
.pageNum ul .page_num_active{
    background: #9a3930;
    color: #fff;
}

.cantactUs_tel .icon_tel,.cantactUs_tel .icon_map{
    width: 28px;
    height: 28px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.cantactUs_tel .icon_tel{
    background: url(../img/icon/icon-cricl-tel.png) no-repeat 100%;
}
.cantactUs_tel .icon_map{
    background: url(../img/iconl/icon-cricl-map.png) no-repeat 100%;
}
.productInt_cont .productInt_cont_tit{
    height: 58px;
    line-height: 58px;
    background-color: #fbf7ec;
    box-sizing: border-box;
    /*border-top:1px solid #d2d2d2 ;*/
    border-bottom: 2px solid #e0b546;
    margin: 0;
    /*margin-top: -10px;*/
    font-size: 24px;
    padding-left:10px;
}
.productInt_cont .productInt_cont_tit i{
    cursor: pointer;
    margin-right: 5px;
    margin-top: 14.5px;
    float: right;
    margin-left: 25px;
}
.productInt_cont ul li{
    border-bottom: 1px solid #e0b546;
}
.productInt_cont .productInt_cont_subtit{
    margin: 0;
    height: 46px;
    line-height: 46px;
    padding-left : 10px;
}
.productInt_cont .productInt_cont_subtit i{
    cursor: pointer;
    margin-right: 5px;
    margin-top: 11.5px;
    float: right;
    margin-left: 25px;
}
.productInt_cont .productInt_cont_subtit span{
    /*padding-right: 40px;*/
}
.icon-23{
    width : 23px;
    height: 23px;
    display: inline-block;
}
.productInt_cont .bottom_tip{
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    height: 20px;
    background-color: #eeeeee;
}
.productInt_cont .bottom_tip i{
    display:block;
    width:0;
    height:0;
    border-width:0 18px 10px;
    border-style:solid;
    border-color:transparent transparent #959595;/*透明 透明  黄*/
    position:absolute;
    margin-left: 50%;
    /*margin-top: 5;*/
    top:5px;
    left:-18px;
}
.productInt_cont table tr,.productInt_cont table tr td,.productInt_cont table,.productInt_cont table thead th,.productInt_cont table tbody,.productInt_cont table thead{
    border-color: #d2d2d2 !important;
    vertical-align: middle;
    /*border-color: red !important;*/
    
}
.productInt_cont table th{
    text-align: center;
}
.border-none{
    border: none !important;
}
.productInt_cont table thead th{
    border-bottom-width: 1px;
}
.icon-open-cricle{
    background: url(../img/icon/icon_open_crile.png) no-repeat 100%;
}
.icon-close-cricle{
    background: url(../img/icon/icon_close_crile.png) no-repeat 100%;
}

.productInt_cont_isShow{
    display: none;
    padding:5px;
}
.productInt_cont_isShow table thead th{
    white-space:nowrap;
    background:#f0f0f0;

}
.productInt_cont .normol_showData{
    background-color: #fbf7ec;
}
.productInt_cont .normol_showData .bottom_tip{
    background-color: #b5b5b5;
}
.productInt_cont .normol_showData .bottom_tip i{
    border-color:transparent transparent #fff;
}
.productInt_cont ul .normol_showData {
    border-bottom: 2px solid #535353;
}
.clientList_thead.productInt_cont_tit{
    background-color: #bfbfbf;
}
.clientList_thead.productInt_cont_tit>div{
    color: #fff;
    border-left: 2px solid #fff;
}
.clientList_con table thead tr{
    background-color: #f5f5f5;
}
.clientList_con table td,.clientList_con table th{
    border-left: 1px solid #a0a0a0;
}
.clientList_con table tr td:first-child,.clientList_con table tr th:first-child{
    /* border-left: none; */
    text-align: center;
}
.clientList_con table tr:last-child{
    border-bottom: 1px solid #A0A0A0;
}
.clientList_con ul li{
    background-color: #fff;
}
.clientList_con .productInt_cont_isShow ul li .bottom_tip{
    background-color: #eeeeee;
}
.clientList_con .productInt_cont_isShow ul li .bottom_tip i{
    border-color:transparent transparent #959595;
}
.clientList_con .productInt_cont_isShow ul{
    margin-bottom: -10px;
}
.clientList_con .productInt_cont_isShow table thead tr{
    border-top: 1px solid #959595;
}
.clientList_con .normol_showData{
    border-bottom: 2px solid #e0b546;
}
.clientNote_con>div{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #d2d2d2;
}
.clientNote_con>div:last-child{
    border-bottom: 1px solid #d2d2d2;
}
#noticeTab a{
    padding: 1px;
}
.clientNote_con .note, #noticeTab .note{
    display: inline-block;
    height: 30px;
    width: 90px;
    text-align: center;
    border-radius: 2px;
    line-height: 30px;
    color: #fff;
}
.clientNote_con .note_sc, #noticeTab .note_sc{
    background-color: #448aca;
}
.clientNote_con ul li{
    line-height:32px;
    border-bottom: 1px solid #d2d2d2;
}
.clientNote_con .note_js, #noticeTab .note_js{
    background-color: #f19149;
}
.clientNote_con .icon-pgf{
    vertical-align: middle;
}
/*.clientList_con*/
.application_tit{
    height: 54px;
    line-height: 54px;
    background-color: #f5f5f5 ;
    border-top: 1px solid #d2d2d2;
}
.application_sq>div{
    width: 14%;
    display: inline-block;
    position: relative;
    font-size: 14px;
    /*float: left;*/
}
.application_sq>div>img{
    width: 100%;
}
.application_sq>div p a{
    font-size: 14px;
    color: #26bcef;
    text-decoration: underline;
}
.application_sq_mobile .toDown{
    display: block;
    background: url(../img/icon/sj_toDown.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.application_sq_mobile img{
    width: 100%;
}
.application_sq_mobile p{
    margin-bottom: 0;
}
.application_sq_mobile p a{
    font-size: 12px;
    color: #26bcef;
    text-decoration: underline;
}
.lh-160{
    line-height: 160px;
}
.sj_rightDown{
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 43px;
    top: 80%;
    left: 80%;
    background: url(../img/icon/sq_rightDown.png) no-repeat 100%;
}
.sj_rightUp{
    position: absolute;
    display: inline-block;
    width: 51px;
    height: 43px;
    top: -20%;
    left: 90%;
    background: url(../img/icon/sq_rightUp.png) no-repeat 100%;
}
.sj_toright{
    position: absolute;
    display: inline-block;
    width: 57px;
    height: 22px;
    background: url(../img/icon/sj_toRight.png) no-repeat 100%;
    top: 50%;
    left: 50%;
    margin-left: -28.5px;
    margin-top: -22px;
    
}
.application_buttom_tip{
    height: 76px;
    line-height: 1.5em;
    background-color: #f5f5f5;
    text-align: center;
    display: table-cell; 
    vertical-align:middle; 
}
.t-el{
    display:block;
    /* white-space:nowrap; */
    overflow:hidden; 
    text-overflow:ellipsis; 
}
.va-top{
    vertical-align: top;
}
.icon-download{
    width: 25px;
    height: 25px;
    background: url(../img/icon/icon_docDownload.png) no-repeat 100%;
    margin-right: 10px;
    margin-top: 7.5px;
}
.downloadList ul{
    margin-bottom: 0;
}
.downloadList ul li{
    /* height: 40px; */
    line-height: 40px;
    border-bottom: 1px solid #d2d2d2;
    padding-left: 10px;
}
.downloadList ul li:last-child{
    border: none;
}
.downloadList ul li p{margin-bottom: 0;}
.downloadList .application_tit{
    height: 48px;
    line-height: 48px;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 0;
    padding-left:10px;
}
.activeInfoList ul li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d2d2d2;
}
.activeInfoList ul li span{
    display: inline-block;
    /*width: 200px;*/
}
.activeInfoList ul li a{
    color: #333;
}
.activeInfoMore_list{
    border-top: 1px solid #dbdbdb;
} 
.activeInfoMore_list p{
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0;
}
.activeInfoMore_list p a{
    color: #98d8f6;
}
.friendlyLinks ul li{
    float: left;
    padding:15px;
}
.friendlyLinks ul li a{
    width: 100%;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #eeeeee;
}
.friendlyLinks ul li img{
    width: 80%;
}
.page_tit_fcn h1{
    font-size: 32px;
}
.infoPlatform{
    /*background: url(../../html/marp.png) no-repeat 100%;*/
}
/*.activeInfoList ul li a:hover{
    text-decoration: none;
}*/
.dis-table{
    display: table;
}
.infoPlatform_map{
    position: relative;
}

.infoPlatform_tip a{
    position: absolute;
    display: inline-block;
    /*padding: 0 20px;*/
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color:rgba(73,201,240,0.8) ;
    border-radius: 3px;
}
.infoPlatform_tip div{
    position: absolute;
    bottom: 20px;
    left: 0;
}
.infoPlatform_tip div p{
    margin-left: 30px;
}
.infoPlatform_tip .p-SH{
    top: 250px;
    right: 240px;
}
.infoPlatform_tip .p-JR{
    top: 217px;
    right: 240px;
}
.infoPlatform_tip .p-ZS{
    top: 283px;
    right: 240px;
}
.infoPlatform_tip .p-DL{
    right: 200px;
    top: 100px;
}
.infoPlatform_tip .p-ZZ{
    right: 450px;
    top: 200px;
}
.infoPlatform_tip .p-SZ{
    right: 400px;
    top: 300px;
}
.infoPlatform_tip .p-HSKST{
    left: 350px;
    top: 83px;
}
.infoPlatform_tip .p-MSK{
    left: 280px;
    top: 50px;
}
.infoPlatform_tip .p-DYZ{
    left: 120px;
    top: 90px;
}
.infoPlatform_tip .p-FO{
    left: 140px;
    top: 127px;
}
.infoPlatform_map_mb a{
    color: #26bcef;
}
.bc-f8f8f8{
    background-color: #f8f8f8;
    padding-top: 10px;
}
.normol_showData ul{
    margin-bottom:-1px;
}
.bc-fff{
    background-color: #fff;
}
.dis-table {
    display: table;
}
.cal_0{background-color:#00b8ee;}
.cal_1{background-color:#ed6942;}
.cal_2{ 
 background:url(../img/icon/cal_3.png) no-repeat;
}
.calerdar_pie{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: sub;
    margin-left: 5px;
}
.cale_sel span {
    display: inline-block;
    padding: 0 15px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin-right: 15px;
}
.productInt_cont_isShow table thead th:last-child {
    min-width: 60px;
}
.infoPlatform_map_mb li{
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #d2d2d2;
}
.aboutUsCode{
    border-radius: 3px;
    outline: none;
    border: none;
    border: 1px solid #999;
    height: 26px;
}
/*活动样式*/
.event-banner{
                margin-top:84px;
                height: 300px;
                overflow: hidden;
                background-position: 50% 0;
                background-repeat: no-repeat;
                background-size: cover;
            }
            .event-nav{
                height: 60px;
                background: #9a3930;
                line-height: 60px;
            }
            .event-nav li{
                /*width: 14.2%;*/
                float: left;
                text-align: center;
                background: url(../img/icon/bg-enent-border.png) no-repeat right center;
                background-size: 1px 20px;
                
            }
            .event-nav li:last-child{
                background: none;
            }
            .event-nav li a{
                font-size: 14px;
                -moz-padding: 0 42px;     
                -webkit-padding: 0 37px;  
                -o-padding: 0 46px;       
                -ms-padding: 0 46.5px;       
                padding: 0 41px;
                font-weight: bold;
                
            }
            .event-nav li a.active{
                color:#ffe3b1;
            }
            .event-nav li a { padding: 0 46px\9\0; }
            .event-nav li a:hover{
                color: #fff;
                text-decoration: none;
                /*display: inline-block;*/
                /*width: 100%;*/
                /*border-right: 1px solid #c28884;*/
            }
            .p-30-20{
                padding: 30px 20px;
            }
            .p-30-40{
                padding: 30px 40px;
            }
            .PcOverview .row img{
                height:170px;
            }
            .event-Speeches{
                border-bottom:1px solid #e0e0e0;

                padding: 20px;
            }
            .event-Speeches:last-child{
                border: none;
            }
            
            .event-Speeches-img{
                width: 210px;
                text-align: center; float: left;
                padding: 0 20px 20px 0
            }
            .event-awardTit{
                height: 55px;
                line-height: 55px;
                background: #eeeeee;
                border-bottom: 2px solid #333;
                padding-left: 20px;
            }
            .event-awardList{
                padding:0 5px;
            }
            .event-awardList>div>ul{
                padding: 0px 10px;
            }
            .event-awardList>div li{
                margin-top: 30px;
            }
            .event-awardList>div li p{
                height: 40px;
                font-size: 16px;
                font-weight: bold;
            }
            .event-awardList>div li img{
                /* height:190px; */
            }
            .event-awardList-tit{
                margin-top: 15px;
                margin-bottom: 0;
                height: 44px;
                line-height: 44px;
                border-bottom: 1px solid #d9d9d9;
            }
            .paticipants-con{
                padding: 10px;
            }
            .paticipants-con th{
                text-align: center;
                background: #e0e0e0;
            }
            .paticipants-con table,.paticipants-con tr,.paticipants-con td,.paticipants-con th{border-color: #ccc !important;}
            .materials-con{
                padding: 10px;
            }
            .materials-con a{
                color: #333;
                border-bottom: 1px solid #333;
            }
            .materials-con a.no-border{
                border:none;
            }
            /*.materials-con a:hover{
                color: #333;
                text-decoration: none;
            }*/
            .album-con{
                padding: 10px;
            }
            .album-con img{
                width: 100%;
                max-height:175px;
            }
            .album-con li{
                padding-left: 5px;
                padding-right: 5px;
                margin-bottom: 10px;
                margin-left:-4px;
            }
            #page_navigation a{
                display: inline-block;
                color: #959595;
                /*height: 24px;*/
                /*width: 24px;*/
                padding: 4px 10px;
                border-radius: 2px;
                background: #e6e6e6;
                margin: 0 2px;
                text-align: center;
                /*line-height: 24px;*/
            }
            #page_navigation a:hover,#page_navigation a:visited{
                text-decoration: none;
                /*/color: #959595;*/
            }
            #page_navigation .previous_link,#page_navigation .next_link{
                /*width: 60px;*/
            }
            #page_navigation .active_page{
                background: #9a3930;
                color: #fff;
            }
            #page_navigation .active_btn{
                background: #9a3930;
                color: #fff;
            }
            .viewer-download{
                background: url(../img/icon/download.png) no-repeat center center;
            }
            .album-list{
                padding: 10px 10px 20px;
                border-bottom: 1px solid #d2d2d2;
            }
            #page_navigation{
                display: inherit;
                /*margin: 0 auto;*/
                text-align: center;
            }
            .event-input{
                border: 1px solid #f0f0f0;
                outline: none;
                background: #f0f0f0;
                width: 100%;
                text-indent: 1em;
                height: 34px !important;
            }
            .event-apl{
                width: 730px;
                margin: 50px auto 0;
            }
            .event-apl td{
                height: 32px;
                line-height: 32px !important;
                box-sizing: border-box;
                padding: 10px 20px !important;
            }
            .event-apl-btn{
                display: inherit;
                /*margin: 0 auto;*/
                text-align: center;
            }
            .event-apl-btn span{
                display: inline-block;
                width: 104px;
                height: 38px;
                text-align: center;
                line-height: 38px;
                border-radius: 3px;
                margin: 20px 18px;
                color: #fff;
                cursor: pointer;
            }
            .event-apl-submit{
                background: #be3231;
            }
            .event-apl-reset{
                background: #e0b545;
            }
            .siteMap-list dl dt{
                font-size: 18px;
                font-weight: bold;
                height: 50px;
                line-height: 50px;
                border-bottom: 1px solid #d3d3d3;
                margin-bottom: 20px;
            }
            .siteMap-list a{
                color: #333;
            }
            .siteMap-list a:hover{
                text-decoration: none;
            }
            .siteMap-list dl dd{
                font-size: 14px;
                margin: 10px 8px;
                padding-left: 20px;
                background: url(../img/icon/icon-siteMap-t.png) no-repeat left center;
            }
/*忘记密码*/
            .passTop{
                height: 90px;
                /*line-height: 90px;*/
                width: 100%;
                background: #be3231;
                overflow: hidden;
                margin-top: 84px;
            }
            .passList{
                width: 1000px;
                height: 55px;
                margin: 17px auto;
                /*border: 1px solid #fff;*/
                position: relative;
                padding-right: 70px;
            }
            .passList ul{
                margin: 0 !important;
            }
            .passList li div{
                width: 70px;
                background: #be3231;
            }
            .passList li{
                background: url(../img/icon/bg-pass-gray.png) no-repeat 70px 0;
                padding: 0 !important;
            }
            /*.passList li:last-child{
                background: no-repeat;
            }*/
            .passList .passTip{
                display: inherit;
                margin: 8px auto 0 auto;
                font-size: 14px;
                text-align: center;
                color: #fff;
            }
            .passList .passNum{
                display: inherit;
                margin: 0 auto;
                width: 28px;
                height: 28px;
                background: #c85a37;
                border-radius: 50%;
                color: #fff;
                line-height: 28px;
                text-align: center;
            }
            .passList .passList-last{
                position: absolute;
                right: 21px;
                top: 0;
            }
            .passList .passNum-vis{
                background: #dfb644;
            }
            .passList .bg-right{
                background: url(../img/icon/bg-pass-light.png) no-repeat right 0;
            }
            .passList .bg-center{
                background: url(../img/icon/bg-pass-light.png) no-repeat center 0;
            }
            .passCont{
                width: 260px;
                margin: 80px auto;
                font-size: 14px;
            }
            .passCont p{
                margin-bottom: 0;
            }
            .passCont input{
                margin: 20px 0px;
                width: 100%;
                height: 40px;
                box-sizing: border-box;
                outline: none;
                border: 1px solid #d9d9d9;
                border-radius: 5px;
                text-indent: 0.5em;
            }
            .passCont_btn{
                margin-top: 50px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
                width: 120px;
                color: #fff;
                background: #be3231;
                border-radius: 3px;
                text-align: center;
                cursor: pointer;
            }
            .erroTip{
                position: absolute;
                height: 20px;
                font-size: 14px;
                color: red;
                /*text-align: center;*/
                
            }
            .password4-tip{
                width: 1000px;
                text-align: center;
            }
            .event-list .btn-event-list{
                display: inline-block;
                height: 26px;
                background: #da3748;
                border-radius: 2px;
                text-align: center;
                line-height: 26px;
                padding: 0 10px;
                color: #fff;
            }
            .event-list .btn-event-list:hover{
                color: #fff;
            }
            .event-list{
                margin: 20px 0 50px;
            }
            .event-list li{
                margin-top: 20px;
                display: inline-block;
                vertical-align: top;
                overflow:hidden; 
                float: none;
                width: 24.7%;
            }
            .event-list li p{
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                font-size: 14px;
                margin-top: 10px;
            }
            .relatedNews-list li{
                padding: 20px 5px;
                border-bottom: 1px solid #d2d2d2;
            }
            .label-data{
                color: #999999;
                padding: 0 5px 0 0;
            }
            .source-data{
                color: #bababa;
            }
            .normol-a{
                color: #333;
            }
            .normol-a:hover{
                color: #333;
                text-decoration: none;
            }
/*2018-01-22样式修改*/
            .bg_whoarewe{
                text-align: center;
                padding: 40px 0;
                background-image: url(../img/bg-pro.png);
                background-repeat: no-repeat;
                background-position: right bottom;
                background-size: 100% 100%;
                margin-bottom:-40px;
            }
            .a-normol{
                color:#333;
                
            }
            .a-normol:hover,.a-normol:visited,.a-normol:active, .a-normol:focus{
                text-decoration: none;
                color:#333;
            }
            .border-red{
                border:1px solid red;
            }
            .pageBannerPc{
                background-repeat:no-repeat;
                background-position:center top;
                background-size:cover;
                height:300px;
            }
            .mb-f40{
                margin-bottom:-40px;
            }
            .passModel{
                display: none;
                width: 100%;
                height: 100%;
                position: fixed;
                z-index: 1000000;
                background: rgba(0,0,0,0.3);
            }
            .passTipBox{
                height: 120px;
                width: 300px;
                background: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -60px;
                margin-left: -150px;
                text-align: center;
                line-height: 120px;
                border-radius: 5px; 
                font-size: 16px;
            }
           /*2018-02-07样式修改*/
            .event-nav-mobile{
                text-align: center;
            }
            .event-nav-mobile select{
                border: none;
                outline: none;
                font-size: 18px;
            }
            .album_zip{
                position: absolute;
                top: 15px;
                right: 15px;
            }
            .white-a{
                color:#fff;
            }
             .white-a:hover,.white-a:visited,.white-a:active,.white-a:focus{
                text-decoration: none;
                color:#fff;
            }
            .btn_albumDown{
                position: absolute;
                top: 15px;
                right: 15px;
            }
            .btn_albumDown{
                padding:5px 10px;
                border-radius: 3px;
            }
            /*2018-05-15 application部分样式修改*/
       .application_pc li{
            height: 124px;
            width: 100%;
            background: #f5f5f5;
            margin-bottom: 15px;
        }
        .application_pc li div{
            height: 100%;
        }
        .application_pc li div p{
            height: 124px;
            line-height: 1.5em;
            background-color: #f5f5f5;
            text-align: left;
            display: table-cell;
            vertical-align: middle;
            padding-right:10px;
        }
        .application_pc .application_bg{
            background-size:auto 100%;
            background-repeat: no-repeat;
        }
        .application_pc .application_bg.bg1{
            background-image:url("../img/PC1.png");
        }
        .application_pc .application_bg.bg2{
            background-image:url("../img/PC2.png");
        }
        .application_pc .application_bg.bg3{
            background-image:url("../img/PC3.png");
        }
        .application_pc .application_bg.bg4{
            background-image:url("../img/PC4.png");
        }
        .application_pc .application_bg.bg5{
            background-image:url("../img/PC5.png");
        }
        .application_pc .application_bg.bg6{
            background-image:url("../img/PC6.png");
        }
        .application_pc .application_bg.bg7{
            background-image:url("../img/PC7.png");
        }
        .application_pc .application_bg.bg8{
            background-image:url("../img/PC8.png");
        }
        .application_pc .application_bg.bg9{
            background-image:url("../img/PC9.png");
        }
        .application_pc .application_bg.bg1-7{
            background-image:url("../img/1-7.png");
        }
        .application_pc .application_bg.bg1-8{
            background-image:url("../img/1-8.png");
        }
        .application_pc .application_bg.bg2-1{
            background-image:url("../img/2-1.png");
        }
        .application_pc .application_bg.bg2-2{
            background-image:url("../img/2-2.png");
        }
        .application_pc .application_bg.bg2-3{
            background-image:url("../img/2-3.png");
        }
        .application_pc .application_bg.bg2-4{
            background-image:url("../img/2-4.png");
        }
        .application_mobile li{
            height: 103px;
            width: 100%;
            margin-bottom: 15px;
        }
        .application_mobile li div{
            height: 100%;
        }
        .application_mobile li div p{
            height: 103px;
            line-height: 1.5em;
            /* background-color: #f5f5f5; */
            text-align: left;
            display: table-cell;
            vertical-align: middle;
        }
        .application_mobile .application_bg{
            background-size:auto 100%;
            background-repeat: no-repeat;
        }
        .application_mobile .application_bg.bg1{
            background-image:url("../img/mobile1.png");
        }
        .application_mobile .application_bg.bg2{
            background-image:url("../img/mobile2.png");
        }
        .application_mobile .application_bg.bg3{
            background-image:url("../img/mobile3.png");
        }
        .application_mobile .application_bg.bg4{
            background-image:url("../img/mobile4.png");
        }
        .application_mobile .application_bg.bg5{
            background-image:url("../img/mobile5.png");
        }
        .application_mobile .application_bg.bg6{
            background-image:url("../img/mobile6.png");
        }
        .application_mobile .application_bg.bg7{
            background-image:url("../img/mobile7.png");
        }
        .application_mobile .application_bg.bg8{
            background-image:url("../img/mobile8.png");
        }
        .application_mobile .application_bg.bg9{
            background-image:url("../img/mobile9.png");
        }

        /* 2018-08-13 网站一期优化 */

        .bl-a0{
            border-left: 1px solid #a0a0a0 !important;
        }

                
@media (max-width: 1200px) and (min-width: 768px) {
    body,
    html {
        min-width: 1000px;
        font-size: 12px;
    }
    .container{
        min-width: 1000px;
        width: 1000px;
    }
    .application_pc li{
            height: 103px;
    }
    .application_pc li div p{
            height: 103px;
    }
    .month-width-4:nth-child(5),.month-width-4:nth-child(10),.month-width-4:nth-child(12){
        background-color: #fcf4f2;
    }
    .fullYearPicker .month-width-4:nth-child(6),.fullYearPicker .month-width-4:nth-child(9),.fullYearPicker .month-width-4:nth-child(11){
        background-color:#e2e2e2;
    }
    .infoPlatform_tip .p-SH{
        top: 210px;
        right: 200px;
    }
    .infoPlatform_tip .p-JR{
        top: 177px;
        right: 200px;
    }
    .infoPlatform_tip .p-ZS{
        top: 243px;
        right: 200px;
    }
    .infoPlatform_tip .p-DL{
        top: 100px;
        right: 200px;
    }
    .infoPlatform_tip .p-ZZ{
        top: 180px;
        right: 390px;
        
    }
    .infoPlatform_tip .p-SZ{
        top: 220px;
        right: 370px;
    }
    .infoPlatform_tip .p-HSKST{
        left: 310px;
        top: 63px;
    }
    .infoPlatform_tip .p-MSK{
        left: 240px;
        top: 30px;
    }
    .infoPlatform_tip .p-DYZ{
        left: 80px;
        top: 70px;
    }
    .infoPlatform_tip .p-FO{
        left: 100px;
        top: 107px;
    }
    .event-nav li a{
        font-size: 14px;
        padding: 0 34.5px;
    }
}

@media screen and (max-width: 768px) {
    h1{font-size: 24px;}
    h4{font-size: 16px;}
    .wrap-1200 {
        width: 100%;
        font-size: 12px;
    }
    .mobile_w100p{
        padding: 0;
    }
    .newInfo_showtit span {
        float: none;
        display: block;
    }
    .selNewsyear {
        position: relative;
        margin-top: 10px;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .selNewsyear_option,
    .selNewsyear_option li {
        width: 100%;
    }
    .selNewsyear_option li {
        height: 40px;
        line-height: 40px;
    }
    .newInfo_showtit {
        border: none;
        margin-bottom: -15px;
    }
    .selNewsyear:after {
        position: absolute;
        right: 15px;
        top: 15px;
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #fff;
    }
    a {
        font-size: 14px
    }
    .newInfo_showcont_list table td,
    .newInfo_showcont_list table th {
        border: none;
        padding: 0 3px;
    }
    .companyProfile_showInfo h1{
        /*font-size: 28px;*/
        /*float: left;*/
        margin: 10px 0;
    }
    .companyProfile_showInfo>div{
        display: block;
        overflow: hidden;
    }
    .companyProfile{
        margin-bottom: 20px;
    }
    .companyProfile .col-sm-5,.companyProfile .col-sm-7{
        padding: 0;
    }
    .companyProfile_business h1{
        font-size: 28px;
    }
    
    
    .cantactUs_info>div{
        
    }
    .cantactUs_info>div>div{
        height: auto;
        overflow: hidden;
    }
    .cantactUs_info_con{
        display: inline-block;
    }
    .cantactUs_info_con>div{
        float: left;
        display: inline-block;
        margin:15px 15px 0;
    }
    .cantactUs_border_bot{
        border: none;
        padding-bottom: 0;
    }
    .cantactUs_info>div:nth-child(1)>div,.cantactUs_info>div:nth-child(3)>div{
        background-color: #fff !important;
    }
    .page_tit_fcn h1{
        font-size: 24px;
    }
    .partner_conTit p{
        font-size: 14px;
    }
    .holiday_schedule_tit h1{
        font-size: 18px;
    }
    .application_buttom_tip{
        line-height: 1.5em;
    }
    /*2017-12-4新增*/
    .productInt_cont .productInt_cont_tit{
        font-size:16px;
    }
    .downloadList .application_tit{
        font-size:16px;
    }
    .productInt_cont .productInt_cont_subtit{
        padding-left:5px
    }
    .productInt_cont_isShow{
        padding:5px;
        overflow-x: scroll;
    }
    .productInt_cont .productInt_cont_tit{
        padding-left:5px;
    }
    
    /*2018-1-11新增*/
    .event-apl{
        width: 100%;
        margin-top: 30px;
    }
    .event-apl td{
        height: 32px;
        line-height: 32px !important;
        box-sizing: border-box;
        padding: 10px 10px !important;
    }
    .password4-tip{
        width: 100%;
        /*text-align: center;*/
    }
    /*2018-02-07新增*/
    .PcOverview{
        padding:0;
    }
    .event-Speeches{
        padding:0;
    }
    .event-list li{
        width: 49%;
    }
    .mobile-mb-0{
        margin-bottom:0;
    }
    .page-banner{
        margin-top: 60px;
    }
    .cantactUs_tel .col-sm-12 p img{
        width:100%;
    }
    
    
    .productInt_cont table tr td:last-child {
        /* white-space: nowrap; */
    }
    .clienListWrap .productInt_cont .productInt_cont_subtit{
        padding-left : 10px;
        height: inherit;
    }
    .clienListWrap .productInt_cont .productInt_cont_subtit.fb{
        overflow: visible;
        white-space: normal;
        line-height: 1.5em;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .productInt_cont ul li .productInt_cont_subtit{
        height: inherit;
    }
    .productInt_cont ul li .productInt_cont_subtit a{
        height: inherit;
        overflow: visible;
        white-space: normal;
    }
    .holiday_schedule_tit h2{
        font-size: 20px;
    }
    /* 2018-08-13 网站一期优化 */
    .xs-el{
        height: inherit;
        overflow: visible;
        white-space: normal;
    }
    .newInfo_showcont_list>li{
        border-bottom: 1px solid #d2d2d2;
        height: inherit;
        line-height: 1.5em;
    }
    .event-banner{
        margin-top: 60px;
        height: 150px;
    }
    .mobile-fs-12{
        font-size: 12px;
    }
    #calendar_show_mobile{
        height: 200px;
        margin-top: 20px;
    }
    .cal_0{
        background:url(../img/icon/cal_0.png) no-repeat;
    }
    .cal_1{
        background:url(../img/icon/cal_1.png) no-repeat;
    }
    .cal_0,.cal_1,.cal_2{
        background-position: center;
    }
}

/* CIIS */
.page-footer-padding{
	padding: 30px 30px 30px 30px;
}

.share_area{
    float: right;
    display: inline-block;
}

.share_img_bg{
    background-position: center;
    background-size: 100% !important;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.share_icon_1{
    background: url(../img/icon/Facebook.png) no-repeat;
}
.share_icon_2{
    background: url(../img/icon/weibo.png) no-repeat;
}
.share_icon_3{
    background: url(../img/icon/weixin.png) no-repeat;
}
.share_icon_4{
    background: url(../img/icon/Linkedin.png) no-repeat;
}
.share_icon_5{
    background: url(../img/icon/email.png) no-repeat;
}

