@CHARSET "UTF-8";
.mobile-content{position: relative;background: #fff;}
img{
    max-width: 100%;
}
#header{
    width:100%;   
    text-align:center; 
    /*padding-top:5px;*/
    /*font-weight:bold; */
    /*padding-bottom:5px; */
    line-height:44px; 
    font:bold 20px/44px "微软雅黑"; 
    color:#fff; 
    position:relative;
    background: #242933;
    padding:10px 10px;
}
.logo{
    /*float:left;*/
    text-align: center;
}
.header_left{width:74px; height:34px; background:url(../../images/abc.png) center 10px no-repeat; background-size:26px 24px; position:absolute; left:0; top:0;  margin-top:5px;}
.header_right{
    float:left;
    width:32px; 
    height:44px; 
    /*background:url(../../images/13.png) center no-repeat; */
    position:absolute; 
    left:10px; 
    top:10px; 
    /*background-size:26px 21px; */
    /*margin-top:5px;*/
}
.header_right .bar{
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    transform-origin: left center;
}

.header_right.on .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.header_right.on .bar:nth-child(2){
    opacity: 0;
}
.header_right.on .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: -1px;
    /*width: 40px;*/
}
#nav{
    text-align: center;
    width: 100%;
    padding: 5px 0 5px 0px;
    background: #242933;
    /*display: -webkit-box;*/
    display: none;   
    position: absolute;
    top:64px;
    left:0;
    z-index: 9999;
}
#nav li{
    font: 500 14px/40px '微软雅黑';
    /*padding:5px 0;*/
    /*-webkit-box-flex: 1;*/
}
#nav li a{
    display:block; 
    color:#fff; 
    width:100%; 
}
.head_s{
    position:absolute; 
    right:10px; 
    top:5px; 
    line-height:44px;
}
/*search css style*/
.search{
    background:#eae8e8;
    padding:8px 10%;
    position: absolute;
    top:64px;
    z-index: 9999;
    width: 100%;
    left:0;
    display: none;
}
#formsearch{width:100%;}
#keyword{
    border:1px solid #959595;
    line-height:32px;
    height:32px;width:80%;
    text-align:left;text-indent:20px;
    float:left;border-radius:4px;
    font-size: 14px;
    font-weight: normal;
}
#s_btn{
    width:15%;line-height:32px;
    height:32px;
    background:#242933;
    border-radius:6px;
    float:right;
    color:#fff;
    font-size: 14px;
}

.swiper-pagination-bullet{
    
}

/*index1*/
.index1{
    padding:40px 0%;
    text-align: center;
}
.index1 .container{
    text-align: center;    
}
.container{
    width: 94%;
    margin:0 auto;
}
.index1 img{
    width: 70%;;
}
.index1 h2{
    font-size: 24px;
    color: #323334;
    font-weight: normal;
    margin:15px 0 20px;
    text-align: center;
}
.index1 p{
    font-size: 16px;
    color: #787878;
    text-indent: 2em;
}

/*index2*/
.index2{
    
}
.index2 .mySwiper1{
    padding-bottom: 40px;
}
.slide_tuxia{
    text-align: center;
    color: #000;
    padding:10px;
}
.slide_tuxia h4{
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height:1.6;
}
.slide_tuxia .jieshao{
    text-align: center;
}
.slide_tuxia .jieshao .neiring{
    font-size: 14px;
    margin:10px 0;
    text-align: center;
}
.slide_tuxia .jieshao .liaojie3{
    text-align: center;    
}
.slide_tuxia .jieshao .liaojie3 span{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    background: #F5F5F5;
    color: #787878;
}
/*.index2 .mySwiper1 .swiper-slide-active .slide_tuxia,*/
.index2 .mySwiper1 .swiper-slide:hover .slide_tuxia{
    background: #0038FF;
    color: #fff;
}


/*inde3*/
.index3{
    padding:40px 0;
}
.index_title1{
    text-align: center;
}
.index_title1 p{
    font-size: 18px;
    color: #2A2F34;
    text-transform: uppercase;
    text-align: center;
}
.index_title1 h3{
    font-size: 24px;
    color: #000;
    font-weight: normal;
    text-align: center;
    line-height:1.6;
    margin-bottom:20px;
}
.sort1{
    display: flex;
    flex-wrap: wrap;
}
.sort1 li{
    width: 33.3333%;
    margin:10px 0;
}
.sort1 li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    position: relative;
    line-height:36px;
}
.sort1 li a span{
    display: block;
    position: absolute;
    right:0;
    top:0;
}
.sort1 li:nth-child(3n) span{
    display: none;
}
.sort1 li.active a{
    color: #1A39D6;
}
.sort1 li.active a:before{
    content:'';
    position: absolute;
    bottom:-5px;
    left:0;
    width: 100%;
    height:2px;
    background: #1A39D6;
}
.zhan_all{
    display: flex;
    flex-wrap: wrap;
}
.tab1{
    display: none;
    margin-top:20px;
}
.tab1.on{
    display: flex;
}
.zhan_all a{
    width: 48%;
    margin-right: 4%;
    margin-bottom:20px;
}
.zhan_all a:nth-child(2n){
    margin-right: 0;
}
.zhan_all a .zhan_text{
    padding:10px 5px;
}
.zhan_all a h4{
    font-size: 15px;
    color: #282828;
    line-height: 1.6;
}
.zhan_all a .riqi{
    font-size: 14px;
    color: #A8A8A8;
    margin:10px 0;
}
.zhan_all a .liaojie span{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    background: #F5F5F5;
    color: #787878;    
}

/*index4*/
.index4{
    background: #F7F8FA;
    padding:30px 0;
}
.index_title2{
    margin-bottom:10px;
}
.index_title2_l{
    float:left;  
    width: calc(100% - 120px);
}
.index_title2_l img{
    max-width: 160px;
}
.index_title2_l h3{
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin-top:10px;
}
.index_title2 a{
    float:right;
}
a.more1{
    display: block;
    width: 100px;
    line-height:36px;
    background: #0038FF;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}
.index4 .txt{
    font-size: 16px;
    color: #787878;
}
.index4 .video1{
    
}
/*video click*/
.video_click {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
}
.cboxOverlay {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 10001;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../../../template/default/images/closeVideo.png") no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}  

/*index5*/
.index5{
    padding:40px 0;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 a{
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.news_list1 a .text{
    position: absolute;
    bottom:0;
    left:0;
    z-index: 9;
    width:100%;
    background: #0038FF;
    padding:10px 10px;
    color: #fff;
}  
.news_list1 a .text .dongtai_riqi{
    font-size: 14px;
}
.news_list1 a .text .tedian{
    font-size: 16px;  
    line-height:1.6;
}
.news_list2{
    
}
.news_list2 a{
    display: block;
    padding:10px 10px;
    background: #E7E7E7;
    margin-bottom: 15px;
}
.news_list2 a .xia_riqi{
    font-size: 14px;  
    color: #A8A8A8;
}
.news_list2 a .text{
    
}
.news_list2 a .text .jire{
    font-size: 16px;
    color: #333;
    margin:0 0 10px;
    line-height: 1.6;
}
.news_list2 a .text .liaojie2 span{
    display: inline-block;
    width: 100px;
    line-height: 36px;
    border-radius: 20px;
    font-size: 14px;
    background: #fff;
    color: #787878;    
}
.news_list2 a:hover{
    background: #0038FF;
}
.news_list2 a:hover .xia_riqi{
    color: #fff;
}
.news_list2 a:hover .text .jire{
    color: #fff;    
}


/*index6*/
.index6{

}
.index6_list{
    
}
.index6_list a{
    display: block;
    position: relative;
    color: #fff;
    margin-bottom: 15px;
}
.index6_list a .txt{
    position: absolute;
    bottom:10px;
    left:10px;
    z-index: 9;
    font-size: 14px;
}
.index6_list a .txt .zhigou{
    font-size: 16px;
}
.index6_list a .txt .show{
    display: flex;
    flex-wrap: wrap;
}
.index6_list a .txt .show .show2{
    margin-left: 10px;
}
.index6_list a:nth-child(3){
    color: #000;
}


/*index7*/
.index7{
    padding:40px 0;
}
.index_title3{
    margin-bottom: 20px;
}
.index_title3 h3{
    font-size: 24px;
    color: #000;
    line-height: 1.6;
    font-weight: normal;
    text-align: center;
}
.index_title3 p{
    font-size: 15px;
    color: #787878;   
    text-align: center;
}
.zhichi_tubiao{
    display: flex;
    flex-wrap: wrap;
}
.tubiao_all{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    text-align: center;
}
.tubiao_all:nth-child(2n){
    margin-right: 0;
}
.tubiao_all .tubiao_tu{
    text-align: center; 
    margin-bottom: 10px;
}
.tubiao_all .jingshang{
    font-size: 16px;
    color: #000;
    text-align: center;
}
.tubiao_all .jiameng{
    font-size: 14px;
    color: #787878;  
    text-align: center;
}

/*footer*/
.foot{
    padding:30px 0;
    background: #252525;
    color: #fff;
}
.foot a{
    color: #fff;
}
.f_nav{
    
}
.f_nav li{
    
}
.f_nav li a{
    display: block;
    text-align: left;
}
.f_nav li a.a1{
    font-size: 16px;
    line-height: 42px;
    position: relative;
    border-bottom:1px solid #666;
}
.f_nav li a.a1:before{
    content:'';
    position: absolute;
    right: 10px;
    top: 0;
    width: 18px;
    height: 40px;
    background: url(../../images/ios-icon_down.svg) no-repeat right center;
    background-size: 18px;
}
.f_nav li .f_nav_a{
    display: none;
    padding:10px 0;
}
.f_nav li .f_nav_a a{
    font-size: 14px; 
    text-indent: 20px;
    line-height: 30px;
}
.f_nav li.on a.a1:before{
    transform: rotate(-180deg);
}
.f_nav li.on .f_nav_a{
    display: block;
}
.f_share{

}
.f_share h3{
    font-size: 16px; 
    line-height: 42px;
}
.f_share_a{
    display: flex;
    flex-wrap: wrap;
    margin-top:10px;
}
.f_share a{
    display: block;
    margin-right: 15px;
}
.f_contact1{
    margin:20px 0;
    font-size: 16px;
}
.f_contact1 p:nth-child(2){
    font-size: 24px;
    font-weight: bold;
}
.f_contact2{
    font-size: 16px;
}
.f_contact2 p:nth-child(2),.f_contact2 p:nth-child(5){
    color: #929292;
}
.copyright{
    color: #fff;
    background: #0038FF;
    padding:10px 0;
}
.copyright p:last-child{
    margin-top:5px;
}
.copyright a{
    color: #fff;
}



.products ul{
    display: flex;
    flex-wrap: wrap;
}
.products ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
.products ul li:nth-child(2n){
    margin-right: 0;
}

/*header css style*/
.class-btn {
    font-size: 12px;
    line-height: 44px;
    cursor: pointer;
    background: url(../../images/btn.png) no-repeat 4%;
    background-size: 16px 16px;
    padding-left: 41px;
    color: #434343;
    width: 100%;
}
.bg-shaow{
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}
/*分页样式*/
#list ul{overflow: hidden;}
#pagecount{text-align: center;margin-top: 15px;padding-bottom:10px;}
#pagecount span a{margin:0 2px;padding:3px 8px;background: #cfcfcf;color:#fff;font-size: 12px;}
#pagecount span.pageBtn-selected a{background: #007aff}
#pagecount span.prevpage,#pagecount span.nextpage{padding:3px 5px;background: #007aff;color:#fff;margin:0 2px;font-size: 12px;}
#pagecount span.prevpage a,#pagecount span.nextpage a{background: #007aff;color:#fff;margin: 0;padding: 0;font-size: 12px;}




/*网站头部返回按钮样式*/
.header_return{position:absolute;right:15px;top:2px;}
.header_return img{width:43px;height: 40px;}

 /*banner css style*/
.out_b{overflow:hidden; margin:0 auto; width:320px; padding-top:10px; padding-bottom:10px;}
.slide {position : relative; height:150px; overflow:hidden; width:320px; overflow:hidden; margin:0 auto;}
.slide .content{height:320px; -webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;}
.slide a {display:inline-block; float:left; width:320px; height:150px; }
.slide a img{width:320px;}
.slide .mark {width: 100%; position: absolute;height: 3px; bottom: 0; background-color: rgba(51,51,51,0.5); -webkit-transform: translate3d(0,0,0); display: -webkit-box;}
.slide .mark li {display: block; -webkit-box-flex: 1; height: 100%; overflow: hidden;}
.slide .mark li.active { background-color:#25a4bb;}

.scroll{width:320px;height:auto;margin:0 auto 0 auto; position:relative;overflow:hidden;}
.mod_01{float:left;width:320px;}
.mod_01 img{display:block;width:100%;height:auto;}
.dotModule_new{padding:0 5px;height:11px;line-height:6px;-webkit-border-radius:11px;position:absolute;bottom:5px;right:50%;z-index:11;width:80px;margin-right:-40px;}
#slide_01_dot{text-align:center;margin:1px 0 0 0;}
#slide_01_dot span{display:inline-block;margin:0 2px;width:5px;height:5px;vertical-align:middle;background:#f7f7f7;-webkit-border-radius:5px;}
#slide_01_dot .selected{background:#007aff;}

 /*product css style*/

.products{position:relative; width:99.5%; margin:0 auto; background:#fff;}
.contentss{padding:10px; line-height:25px; text-align:left; text-indent:25px;}
.ee{padding-left:20px; font-family:"微软雅黑";}
.products_title{background:url(../../images/eef.jpg) 18px center no-repeat #fff; background-size:2px 22px; text-align:left; padding-left:30px; border-bottom:1px solid #d5d5d5;  font: 500 14px/40px "微软雅黑"; height:40px; width:100%;  border-bottom:1px solid #d5d5d5;color:#000;}
/*.products ul{padding-bottom:5px; text-align:left !important;}*/
/*.products ul li{display: inline-block;margin-top: 15px;text-align: center;overflow: hidden; width:49.0%; padding:5px;}*/
/*.products ul li a{display: inline-block;overflow: hidden;border: 1px solid #fff;box-shadow: 3px 3px 5px #aaa; width:100%;}*/
/*.products ul li a img{display: block;width:100%;height: auto;vertical-align: middle;}*/
/*.products ul li  h3{display: block;width:100%;line-height: 30px;height: 30px;overflow: hidden;text-align: center;background: #eee;}*/


 /* news css style*/
.news{position:relative; width:99.5%; margin:0 auto; background:#fff;color:#000;}
.news_title{background:url(../../images/eef.jpg) 18px center no-repeat #fff; background-size:2px 22px; text-align:left; padding-left:30px; border-bottom:1px solid #d5d5d5;  font: 500 14px/40px "微软雅黑"; height:40px; width:100%;  border-bottom:1px solid #d5d5d5;}
.news ul{}
.news ul li{height:35px; line-height:35px; border-bottom:1px solid #d3d3d3; background:url(../../images/dd1.jpg) 95% center no-repeat; background-size:20px 20px;}
.news ul li a{font: 500 12px/35px "微软雅黑"; padding-left:28px; text-align:left; display:block;}

/* product_cate css style*/
.product_cate {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 999;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: auto;
    padding: 5px 0;
    display: none;
    background: #fff;
}

.product_cate_title {
    background: url(../../images/eef.jpg) 18px center no-repeat #fff;
    background-size: 2px 22px;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid #d5d5d5;
    font: 500 16px/40px "微软雅黑";
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.product_cate ul {}

.product_cate ul li {
    line-height: 35px;
    position: relative;
}

.product_cate ul li.yiji {
    border-bottom: 1px solid #d3d3d3;
}

.product_cate ul li a {
    font: 500 12px/35px "微软雅黑";
    padding-left: 20px;
    text-align: left;
    display: block;
    width: 88%;
}

.product_cate ul li .class-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
    display: block;
    line-height: 35px;
    cursor: pointer;
    background: url(../../images/abcd.png) center no-repeat;
    height: 35px;
    background-size: 20px 20px;
}

.product_cate ul li .layer2 li a {
    padding-left: 28px;
}

.product_cate ul li .layer2 .layer3 li a {
    padding-left: 36px;
}

.product_cate ul li .class-up {
    background: url(../../images/abcde.png) center no-repeat;
    background-size: 20px 20px;
}


.product_cates {
    position: relative;
    width: 99.5%;
    margin: 0 auto;
    background: #fff;
}

.product_cates ul {
    padding-bottom: 5px;
    text-align: left !important;
}

.product_cates ul li {
    line-height: 35px;
    position: relative;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
    width: 49.0%;
    padding: 5px;
}
.product_cates ul li a {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 3px 3px 5px #aaa;
    width: 100%;
}
.product_cates ul li a img{
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.product_cates ul li h3{
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    background: #eee;
}


.job_cate{width:99.5%; margin:0 auto;margin-top:20px;}
.job_cate ul{}
.job_cate ul li{height:35px; line-height:35px; border-bottom:1px solid #d3d3d3; background:url(../../images/abcd.png) 95% center no-repeat; background-size:20px 20px;}
.job_cate ul li a{font: 500 12px/35px "微软雅黑"; padding-left:20px; text-align:left; display:block;}

/* footer css style*/
.distraction{height:20px; width:100%;}
.footer{
    
    background:#303030; display:-webkit-box; width:100%; margin-top:6px; background-size:9px 128px; position: fixed; z-index: 110;bottom: 0;left: 0;
    display: none!important;
}
.footer a{-webkit-box-flex: 1;display: -webkit-box; color:#fff;}
.footer span{width:74px; display:block; margin:0 auto; text-align:right; font: 500 16px/35px "微软雅黑"; color:#fff; height:35px;}
.footer span.span1{background:url(../../images/a1.png) 10px 6px no-repeat; background-size:23px 27px;}
.footer span.span2{background:url(../../images/a2.png) 10px 4px no-repeat; background-size:23px 27px;}
.footer span.span3{background:url(../../images/message.png) 10px 6px no-repeat; background-size:23px 27px;}
.footer span.span0{background:url(../../images/icon.png) 10px -75px no-repeat; background-size:110px 385px;}
.footer span.span4{background:url(../../images/user.png) 10px 5px no-repeat; background-size:23px 23px;}

/*share css style*/
#mobile_share{position:fixed;right:0;bottom:90px;
width: 123px;z-index: 99999;background: #fff;padding: 0;overflow: hidden;-webkit-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;-webkit-transform: translateX(100%);}
#mobile_share h2.title{text-align:center;line-height:30px;height:30px;background: #717577;color: #fff;font-size:14px;}
#mobile_share .share_item{padding: 8px;background: #fff;border: 1px solid #f1f1f1;}
#mobile_share .share_item li{display: block;overflow:hidden;margin: 8px 0;border-bottom: 1px solid #f1f1f1;padding-bottom: 8px;}
.share-link {display: block;margin:0 auto;width: 105px;overflow: hidden;line-height: 32px;font-size: 12px;padding-left: inherit;}
.share-link i{background: url(../../images/share_icon.png) no-repeat;background-size: 200px 32px;width:32px;height:32px;display: block;margin-right: 20px;float: left;}
.share-link span{display:inline-block;}
.share-weibo i{background-position:0 0;}
.share-renren i{background-position:-42px 0;}
.share-douban i{background-position:-84px 0;}
.share-qweibo i{background-position:-126px 0;}
.share-qzone i{background-position:-168px 0;}
.share-weixin {display: block;margin:0 auto;width: 105px;overflow: hidden;line-height: 32px;font-size: 12px;padding-left: inherit;}
.share-weixin i{background:url(../../images/share_icon2.png) no-repeat;background-size:32px 32px;
	width:32px;height:32px;display: block;margin-right: 20px;float: left;}
.share-weixin span{display:inline-block;}
body{width:100%; height:100%; overflow-x:hidden; position:relative;}

/*job css style*/
.jobcontent h4{background-color:#fff;height: 26px;line-height: 26px;padding-left:15px;}
.jobcontent .text{padding:5px 15px;line-height:20px;}



 /*search news css style*/
.newslist{border-top:10px solid #fff;border-bottom:10px solid #fff;}
.newslist li{text-align:left;padding-left:10px;line-height:34px;height:34px;position:relative;margin-bottom:1px;background:#fff;font-family: "Microsoft YaHei"}
.newslist li span{position:absolute;right:10px;top:0;}


/*分页样式*/
.paging_num{padding:10px 0px;overflow: hidden;text-align: right;}
.paging_num a{width:25px;height:20px;line-height: 20px;text-align: center;display:inline-block;
    border: 1px dashed #e0e1dc;color:#666;margin-left:15px;}
.paging_num a:hover{text-decoration:none;color:#005a98;border: 1px dashed #005a98;}
.paging_num .paging_hover{text-decoration:none;color:#005a98;border: 1px dashed #005a98;}


/*简历提交*/
.job-title {padding-left:10px;line-height:40px;font-size:16px;margin-bottom:15px;}
.job-title .job-send{background:#476199;padding:5px 10px;border-radius:4px;color:#fff;}
.reveal-modal {position: relative;}
.send-title{border-bottom: 1px solid #ddd;margin-bottom:15px;padding-bottom:10px;font-size:16px;color:#060;}
.message-job{padding-bottom:10px;}
.message-job li{line-height:30px;margin-bottom:10px;text-align: left;}
.message-job li label{font-size:14px;width:20%;float:left;text-align:right;}
.message-job li span{color:red;}
.message-job li input[type='radio']{margin:0 10px;}
.message-job li input.jobinput{border:1px solid #ccc;width:70%;margin:0 5px;line-height:24px;height:24px;padding:0 5px;text-align: left;}
.message-job li select{line-height:24px;height:24px;padding:0 5px;border:1px solid #ccc !important;width: 70%;margin:0 5px;}
.message-job li #experience{width:70%;height:80px;border:1px solid #ccc !important;margin:0 5px;}
.message-job li input#file{margin-top:18px;margin-right:20px;}
.message-job input.jobbtn{width:80px;border:1px solid #f1f1f1;background:#476199;color:#fff;border-radius:4px;font-family:"Microsoft Yahei";line-height:30px;height:30px;margin:0 8px 0;cursor:pointer;padding:0 !important;}
.message-job input.jobbtn:hover{background:#476199;}
.message-job li.last{border-bottom: 1px solid #ddd;margin-bottom:8px;padding:5px 0;font-size:14px;color:#060;}
 .resume-prompt{line-height:36px;color:#999;font-size: 12px;}
.message-job span.last{color:red;display:inline-block;line-height:36px;font-size: 12px;}
.message-job li #checkcode{height: 32px;line-height: 32px;width: 20%;border: 1px solid #dedede;text-align: left;margin-bottom: 0;margin-left: 5px;}
.message-job li a{font-size: 12px;}
.message-job input{font-size: 12px !important;}
textarea{ -webkit-user-select: auto !important; border: 1px solid rgba(0,0,0,.2) !important;}

/*品牌列表*/
.brand{
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.brand .screeBox strong{
    font-weight: 400;
    width: 20%;
    float: left;
    line-height: 38px;
}
.brand .screeBox a{
    padding: 10px;
    line-height: 40px;
}
.brand .screeBox a.on{
    background: #D72426;
    color: #fff;
}
.brand .brand-list{
    width: 80%;
    float: left;
}
