html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {  margin: 0;  padding: 0;  border: 0;  font-size: 100%;  vertical-align: baseline;  }
figure{margin: 0 !important;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: none;}
table {border-collapse: collapse;  border-spacing: 0;}
/* custom */
a {text-decoration: none;  cursor: pointer;}
a:hover {text-decoration: none; color: #ff424f;}
li {list-style: none; }
::-webkit-scrollbar { width: 5px;  height: 5px; display: block;}
::-webkit-scrollbar-track-piece {background-color: rgba(0, 0, 0, 0.2);  border-radius: 6px;}
::-webkit-scrollbar-thumb:vertical {height: 5px;  background-color: rgba(125, 125, 125, 0.7);  border-radius: 6px;  }
::-webkit-scrollbar-thumb:horizontal {width: 5px;  background-color: rgba(125, 125, 125, 0.7);  border-radius: 6px; }
body {-webkit-text-size-adjust: none;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  font-family:Arial, Microsoft Yahei; font-size: 14px;}
.bg-color{background: #f6f6f6;}
.top{ position: fixed; top:0; left: 0; z-index: 99999; width: 100%; background: #fff; }
.fixedNav{border-bottom: 1px solid #eee;}
/**header样式**/
.header {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 80px;
    display: flex;
    justify-content: space-evenly;
}
.logo{float:left;margin-top: 10px;}
.header ul{position:relative;float:left;margin: 0 30px 0 40px;vertical-align: middle;}
.header li{float: left;font-size: 16px; margin: 0 20px;}
    .header li a {
        text-decoration: none;display:block;
        color: #424a5e;
        line-height: 78px;
        border-bottom: 2px solid #fff;
    }
        .header li a h2 {
            display: block;
            color: #424a5e;
            line-height: 78px;
            margin: 0;
        }
.header li a:hover{color: #ff424f; cursor: pointer; border-bottom: 2px solid #ff424f;}
.header li a.menul{color: #ff424f; cursor: pointer;border-bottom: 2px solid #ff424f;}
.triangle {
    display: inline-block;
    border-left: 3px solid #fff;
    border-top: 6px solid #ff424f;
    border-right: 3px solid #fff;
    border-bottom: 2px solid #fff;
}
.login span {
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 0.2em;
    border: 1px solid #3674ef;
    color: #3674ef;
    margin-left: 10px;
}
.header span a{ color: #3674ef;}
.header span a:hover{ color: #fff;}
.header span:hover{background: #3674ef; color: #fff;}
.header span.yellow{color: #ff424f; border: 1px solid #ff424f;}
.header span.yellow:hover{background: #ff424f; color: #fff;}
.header span.yellow:hover .microcode{ display: block;}
.login{display: inline-block;padding: 25px 0;}
.entrance{ position: absolute; top:75px;padding:0;  right:281px; background: #fff;display: none;border: 1px solid #e5e5e5;  border-radius: 0.3em; }
.entrance i {  background-color: #fff;  height: 10px;  width: 10px;  border-right: #d4d4d4 solid 1px;  border-top: #d4d4d4 solid 1px;  -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);  position: absolute;  left: 70%;  top: -6px;  }
.entrance a {display:block; line-height:35px; color: #424a5e; padding:0 10px;text-align: center; border-bottom: 1px solid #e5e5e5;}
.entrance a:hover{color: #000000;background-color: #e5e5e5;}
.microcode{  clear: both;  position: absolute;  top: 80px;  right: 0;  cursor: pointer;  width: 150px;  padding: 10px 0;  display: none;  background: #fff;  border: 1px solid #e5e5e5;  border-radius: 0.3em;  z-index: 99998;  text-align: center;  }
.microcode i {  background-color: #fff;  height: 10px;  width: 10px;  border-right: #d4d4d4 solid 1px;  border-top: #d4d4d4 solid 1px;  -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);  position: absolute;  left: 70%;  top: -6px;  }
.microcode img {  vertical-align: middle;  width: 130px;  height: 130px;}
.tel{float:left; vertical-align: middle; text-indent: 30px; color: #5e6d82; font-weight: bold; line-height: 80px; font-size: 16px; font-style: normal; font-family: Arial; background: url("../images/tel.png") left 24px no-repeat;}
/**banner样式**/
.banner{clear: both; display: block; margin-top:80px;height: 416px; background:url("../images/banner_1.png") center top no-repeat; overflow: hidden;}
.banner_2{background: url("../images/banner_2.jpg") center top no-repeat;}
.banner_3{background: url("../images/banner_3.jpg") center top no-repeat;}
.banner_4{background: url("../images/banner_4.jpg") center top no-repeat;}
.banner_5{background: url("../images/banner_5.jpg") center top no-repeat;}
.banner_6{background: url("../images/banner_6.jpg") center top no-repeat;}
.banner_7{background: url("../images/banner_7.jpg") center top no-repeat;}
.banner_8{background: url("../images/banner_8.jpg") center top no-repeat;}
.banner_9{background: url("../images/banner_9.jpg") center top no-repeat;}
.banner_13 {
    background: url("../images/banner_13.png") center top no-repeat;
}
.banner_14 {
    height: 400px;
    background: url("../images/banner_14.png") center top no-repeat;
}
.banner_21 {
    background: url("../images/banner_101.png") center top no-repeat;
}
.banner_ltc {
    background: url("../images/banner_11.png") center top no-repeat;
}
.banner_news {
    background: url("../images/banner_news.jpg") center top no-repeat;
}
.banner_ygpq {
    background: url("../images/banner_ygpq2.png")center top no-repeat;
    background-size:100% 100%;
}
.banner_404 {
    margin-top: 120px;
    height: 506px;
    background: url("../images/img_404_2.png") center top no-repeat;
}
.service-num {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 9999;
}
.service-num ul{ clear: both;margin: 0 auto; width: 1200px;}
.service-num li{float: left; padding: 0px 105px; text-align: center;}
.service-num li:first-child{ padding-left: 0;}
.service-num li:last-child{ padding-right: 0;}
.service-num li h2{display:inline-block;color: #ffffff; font-family:Arial; font-size: 26px; font-weight: bold;}
.service-num li span{ clear: both; display: block; line-height: 40px; font-size: 15px; color:#fff; }
/**主体内容样式**/
.contain{clear: both; margin: 0 auto 60px auto; width: 1200px; padding:30px;}
.contain.policy{ background: #fff;padding: 10px 30px;}
.contain h3{ display: block; line-height: 40px; color: #424a5e; font-weight: bold; font-size: 16px; }
.contain h1{ display: block; line-height: 40px; color: #424a5e; font-weight: bold; font-size: 16px; }
.contain h3 a{float: right; font-weight: normal; color: #ff424f !important; font-size: 14px;background:none !important; margin: 0;}
.contain h1 a{float: right; font-weight: normal; color: #ff424f !important; font-size: 14px;background:none !important; margin: 0;}
.service{display: inline-block; width: 714px;padding:0 30px 30px 30px;  background: #fff;}
.service ul{display: block; font-size: 0;}
.service li{display: inline-block;  width: 119px; text-align: center; padding: 14px 0;}
.service li:last-child{width: 119px;}
.service li.tabs{ background: #f2f2f2;}
.service li img{ width: 67px; height: 67px; vertical-align: middle;}
.service li span{ display: block; line-height: 35px; font-weight: bold; color: #5e6d82; font-size: 16px;}
.service-active{display: none; height: 190px; background:#f2f2f2;padding:30px 30px 0 30px;}
.service-active h3{display: block; line-height: 22px; font-size: 15px; color: #424a5e; font-weight: normal;}
.service-active p{display: block; line-height: 25px; padding-top: 5px; color: #8d92a1; font-size: 13px;}
.service-active p span{display: inline-block;  line-height: 30px;margin-right: 20px; color: #424a5e;}
.service-active p span img{vertical-align:top; width: 30px; height: 30px; margin-top:-5px;}
.service-active a{clear:both; display:inline-block; margin:10px 0;padding:0 20px; line-height: 30px; border:1px solid #ff424f; color: #ff424f; border-radius: 0.2em;}
.service-active a:hover{background: #ff424f; color: #fff;}
.nav{float: right; width:340px;background: #fff; padding:10px 30px; height: 340px;}
.nav a{ display:block;line-height: 35px; text-align: center;background: #f2f2f2; margin: 18px 0; text-align: center; color: #5e6d82;}
.nav a:hover{ background: #ff424f; color: #fff;}
.cd-layer{display: block; margin-top:25px;}
/*公司新闻动态*/
.cd-news{display: inline-block; width: 45.2%; height: 390px; background: #fff; padding:10px 30px;}
.cd-news h3{ line-height: 60px !important;}
.cd-news dl{display: block;}
.cd-news dl dd{ position: relative; display: inline-block; width: 48%; overflow: hidden;}
.cd-news dl a{ position: relative; display: inline-block; width: 48%; overflow: hidden;}
.cd-news dl a img{ width: 100%; height: 168px;}
.cd-news dl a span{position: absolute; color: #fff; left: 0;bottom:0; width:96%;padding: 40px 2% 10px 2%; background: url("../images/tbg.png") left top; background-size: cover;  z-index: 98;}
.cd-news dl dd h3{display: block; font-size: 14px; line-height:25px !important; height: 50px;overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;}
.cd-news dl dd h3 a{border:0 !important; padding: 0; line-height: normal; color: #424a5e !important; font-weight: bold !important;}
.cd-news dl dd h3 a:hover{ background: none; color: #ff424f !important;}
.cd-news dl dd p{ display: block; margin: 5px 0; height:70px ; color: #8d92a1; line-height: 22px; overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:3;}
.cd-news dl dd a{ display: inline-block; padding: 0 25px; line-height: 30px; border-radius: 0.2em; border:1px solid #eee; color: #ff424f;}
.cd-news dl dd:last-child{float: right;}
.cd-news dl dd:last-child a{width: auto;}
.cd-news dl dd img{width: 100%; height: 168px;}
.cd-news dl dd span{position: absolute; color: #fff; left: 0;bottom:0; width:96%;padding: 40px 2% 10px 2%; background: url("../images/tbg.png") left top no-repeat; background-size: cover;  z-index: 98;}
.cd-news dl dd span b{display: block; height: 38px;text-overflow: ellipsis;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3; }
.cd-news ul{display: block;padding-top: 30px;}
.cd-news ul li{display: block; overflow: hidden;}
.cd-news ul li span{display: inline-block; text-align: right;color: #8d92a1;}
.cd-news ul li i{display: block; font-style: normal;}
.cd-news ul li a{float: right; width: 80%; overflow: hidden;padding:0 0 10px 20px;  text-overflow: ellipsis;border-left: 2px solid #eee; }
.cd-news ul li a h4{display: block; color: #424a5e; font-weight: bold;    text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;}
.cd-news ul li a p{display: block; height: 30px; line-height: 30px; color: #8d92a1;text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
.cd-news ul li a:hover{border-left:2px solid #ff424f;}
/*劳动人才关系学院*/
.case{margin: 40px auto 10px auto; padding:10px 30px 20px 30px; width: 1200px; background: #fff;overflow: hidden;}
.case h3 {  display: block;  line-height: 60px;  color: #424a5e;  font-weight: bold;  font-size: 16px;  }
.case dl{display: block; overflow: hidden;}
.case dl dd{display: inline-block; width: 263px;}
.case dl dd img{ width: 100%; height: 135px;}
.case dl dd:last-child{float:right; width: 75%;height: 135px;}
.case dl dd h3{display: block; line-height: 30px;}
.case dl dd h3 a{display: block; float:left; border:0;padding: 0;color: #424a5e; color: #424a5e; font-weight: bold; font-size: 15px;}
.case dl dd h3 a:hover{background: none; color: #ff424f;}
.case dl dd p{clear: both; display: block; max-height: 40px; line-height: 25px; padding: 10px 0; color: #8d92a1;    overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;}
.case dl dd span{display: inline-block; line-height: 30px; color: #8d92a1;}
.case dl dd a {float: right; padding: 0 25px;  line-height: 30px;  border: 1px solid #eee;  color: #ff424f;  border-radius: 0.2em;}
.case dl dd a:hover{ background: #ff424f; color: #fff;}
.case ul{display: block; padding-top: 20px; overflow: hidden;}
.case ul li{float: left; width: 50%;}
.case ul li span {  display: inline-block; height: 30px; color: #8d92a1; text-align: right; }
.case ul li i {  display: block;  font-style: normal;  }
.case ul li a {  float: right;  width: 80%;color: #424a5e;  overflow: hidden;  padding: 0 0 10px 20px;  text-overflow: ellipsis;  border-left: 2px solid #eee;  }
.case ul li a h4{display: block;  font-size: 14px;}
.case ul li:nth-child(even) a p{ width: 98%;}
.case ul li a p{display: block;width: 80%; line-height: 30px; color: #8d92a1;   overflow: hidden; white-space:nowrap; text-overflow: ellipsis; }
.case ul li a:hover{border-left:2px solid #ff424f; color: #ff424f;}
/**加载更多**/
.hidden{ display: none;}
.more{overflow: hidden;padding:10px;text-align: center;}
.more a{display:inline-block;color:#ff424f;line-height:35px; padding: 0 40px; cursor: pointer; border:1px solid #ff424f; }
.more a:hover{text-decoration: none;color: #fff; background: #ff424f;}
.more p{ color: #ff424f;}
.cd-case{float: right; width: 48%; height: 370px;  background: #fff; padding:20px 0 !important;}
.cd-case h3{padding: 0 30px !important;}
.cd-case dl{ display: block; padding:5px 20px 20px 20px; border-bottom: 1px solid #eee; margin-bottom: 10px;}
.cd-case dl a{position: relative; display: inline-block; width: 48%; overflow: hidden;}
.cd-case dl a:last-child{float: right;}
.cd-case dl a img{width: 100%; height:130px;}
.cd-case dl a p{position: absolute; color: #fff; left: 0;bottom:0; width:97%;padding: 40px 2% 10px 3%; text-overflow: ellipsis;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3; background: url("../images/tbg.png") left top no-repeat; background-size: cover; z-index: 99;}
.cd-case dl a span{display:block;overflow: hidden;  height: 38px; text-overflow: ellipsis;  display: -webkit-box; overflow: hidden;  -webkit-box-orient: vertical;  -webkit-line-clamp:2;}
/*.cd-case ul{display: block; padding: 0 30px;}
.cd-case li a{ display: block; height: 35px; line-height: 35px; color: #8d92a1;text-overflow: ellipsis;overflow: hidden;white-space:nowrap; }
.cd-case li a:hover{ color: #ff424f;}
.cd-case i{display:inline-block; vertical-align: middle; margin-right: 10px; font-style: normal; }
*/

/*人才招聘样式  + HR解读*/
.cd-recruitment {
    display: inline-block;
    width: 62.8%;
    padding: 20px 30px;
    height: 200px;
    background: #fff;
}
.cd-recruitment ul{ display: block; padding: 10px 0; overflow: hidden;}
.cd-recruitment li{float:left; width: 100%; border-bottom: 1px solid #eee; line-height: 35px;}
.cd-recruitment li b{float:left;width:150px; color: #8d92a1;padding: 0 21px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.cd-recruitment li span{float:left;width:120px;margin:0 10px; text-align:center;color: #8d92a1;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.cd-recruitment li a{float:left;width:140px;color: #8d92a1; cursor: pointer;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.cd-recruitment li a:hover{ color: #ff424f;}
.cd-recruitment li img{display: inline-block; vertical-align: middle;}
.cd-hr{float: right; width: 25.5%;height: 200px;padding:20px 30px;background: #fff;}
.cd-hr dl{display: block; overflow: hidden; margin-top: 10px;}
.cd-hr dd{display: inline-block; width: 130px;}
.cd-hr dd img{ width: 100%; height: 130px; border-radius: 0.3em;}
.cd-hr dd:last-child{float: right; width: 49%;}
.cd-hr dd a{ display: block; line-height: 26px; color: #8d92a1; font-size: 13px;}
.cd-hr dd a:hover{ color: #ff424f;}
.cd-hr i{display:inline-block; vertical-align: middle; margin-right: 5px; font-style: normal; }
/*企业服务样式*/
.el-content{clear: both; margin: 0 auto;  width: 1200px;  }
.nav-ul{float:left;position:relative;  background: #f9fafc;  width: 15%;  text-align: center;  margin-top: 40px; }
.nav-ul h3{display: block; line-height: 80px; background: #313131; color: #fff; font-size: 18px;}
.nav-ul li{  line-height: 50px;  color: #424a5e; cursor: pointer; font-size: 15px;}
.nav-ul ul li:hover, li.li-sel{  background: #ff424f;  color: #fff;  }
.el-contain{ float: right;  width: 1200px;  margin-top:40px; display: none; }
/*.el-contain p{display: block; text-align: center; padding: 20px 0; overflow: hidden;}*/
.el-contain ul{display: block; padding: 30px 0; overflow: hidden;}
/*.el-contain li{float:left; width: 50%; height: 247px; margin-bottom: 60px;}*/
   /* .el-contain li {
        margin-bottom: 60px;
    }*/
.el-contain li img{width:548px; height:294px;}
.el-contain li dd{ margin: 60px auto 0 auto; width: 55%;}
.el-contain li dd.el-dd{width: 70%; margin-top: 50px; text-align: left;}
.el-contain li h3{display: block; color: #ff424f;font-weight:bold;padding-top:40px; font-size: 21px; line-height: 35px; background:url("../images/num1.png") left top no-repeat;}
.el-contain li h3.num2{background:url("../images/num2.png") left top no-repeat;}
.el-contain li h3.num3{background:url("../images/num3.png") left top no-repeat;}
.el-contain li h3.num4{background:url("../images/num4.png") left top no-repeat;}
.el-contain h5{ display: block; line-height:20px;margin:30px 0; font-weight:bold; text-indent: 20px; border-left: 4px solid #ff424f; color: #545454; font-size:20px;}
.el-type{clear:both;display: block;padding:20px 0; background: #f9fafc; margin: 40px 0; overflow: hidden;}
.el-type h2{display: block; line-height: 50px; color: #ff424f !important; font-size: 24px; text-align: center;}
.el-type dl{display: block;text-align: center;}
.el-types span{margin-right:80px;}
.el-type span{display:inline-block;margin-right:90px; color: #424a5e;}
.el-type span:last-child{ margin: 0;}
.el-type span.el-span{ margin: 0 50px;}
.el-type span img{ width: 100px; height: 100px; vertical-align: middle;}
.el-type span.el-span img{ width: 170px; height: 170px; margin-bottom: 14px; border-radius: 60em;}
.el-type b{display:block;line-height: 40px; text-align: center;color: #424a5e !important;}
.el-contain li dd p{ display: block; padding: 10px 0; line-height: 25px; color: #5e6d82; text-align: left;}
.el-content b{color: #ff424f; font-weight: bold; margin-right: 10px;}
.el-content em{display:block;color: #424a5e;margin:20px 10px 0 0; line-height:22px;font-style: normal;}
.el-contain h2{  display: block;  line-height: 50px;  color: #424a5e;  font-size: 20px; text-align: center;  font-weight: bold;  }
.el-content dl{  display: block;  padding: 20px 0;  }
.el-case{clear: both; display: block;}
.el-case h2{display: block; line-height: 60px; color: #ff424f !important; font-size: 24px; text-align: center;}
.el-case ul{ display: block; padding: 20px 0; overflow: hidden;}
.el-case li{display: inline-block; width: 218px; height: 270px !important; overflow: hidden; text-align: center; height: auto; margin-right: 30px; border:1px solid #eef0f3; border-radius: 0.3em; background: #f9fafc;}
.el-case li:last-child{ margin-right: 0;}
.el-case li b{ display: block; line-height: 35px; font-size: 16px;font-weight: bold; padding: 0 20px;}
.el-case li span{display: block; line-height: 22px; padding:0 10px 10px 10px; color: #5e6d82; font-size: 12px;}
.el-case li img{ width: 218px; height: 176px; border-radius: 0.3em 0.3em 0 0}
/*合作伙伴*/
.partners{display:block; min-height: 260px; margin-top: 25px; padding: 30px; background: #fff; overflow: hidden; }
#partners{ position: relative;}
.partners .active{width:100%;display:none;position:absolute;left:0px;top:60px; background: #fff;}
.active dl{ display: block; margin-top: 20px;}
.active dl dd{display: inline-block !important; margin-right:60px;}
.active dl dd img{width: 130px; height: 44px;}
.active dl dd:last-child{margin-right: 0;}
.partners .tag{display:block;}
.partners .tag ul{float:right;display:inline;}
.partners .tag li{display:inline-block; font-weight: bold; line-height:35px; margin:0 20px;font-size: 15px; overflow:hidden;cursor:pointer; color:#424a5e;border-bottom:2px solid #fff;}
.partners .tag li.nuw{color:#ff424f; border-bottom:2px solid #ff424f;}
/*公司荣誉*/
.honor{display:block; margin: 0 auto; min-height:540px; width: 1200px;}
.actives{position:absolute;width:100%;height:500px;display:block;left:0px;top:30px;}
.actives ul{height: 450px; padding: 20px 0;}
.actives li{ position: relative; float: left;  margin:0 40px 40px 0; }
.actives li img{width: 270px; height: 181px;background: #eee;}
.actives li span{ position: absolute;bottom:-25px; width:85%;padding:6px 10px; font-size:12px;color: #fff; background:rgba(0,0,0,0.4); left: 10px;}
.actives li.lis{ margin-right: 0;}
.tags{ position:absolute;width: 100%; bottom:0; left:0;z-index:998;}
.tags ul{display:block;  text-align: center; }
.tags li{display:inline-block;width: 15px; height: 15px; border-radius: 60em; margin:0 5px; background: #e4dfdf; overflow:hidden;cursor:pointer;}
.tags li.nuw{background: #ff424f;}
/*页脚信息*/
.footer {
    clear: both;
    display: block;
 /*   padding: 20px;*/
    background: #F9FAFD;
}
.footer{margin: 0 auto;  width: 1200px; }
    .footer ul {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #E1E1E1;
        padding: 49px 0 39px 0;
        overflow: hidden;
    }
.footer li{float:left;/*padding: 0 30p; line-height: 35px;*/}
.footer li h3{ color: #ffffff; font-size: 16px;}
.footer li h3 a{ color: #fff;}
    .footer li span {
        display: block;
        color: #d2d2d2;
        margin-bottom: 24px;
            font-family: Microsoft YaHei-Regular
    }
    .footer li span a {
        text-decoration:none;
        color: #666666;
        font-size:14px;
    }
.footer li span a:hover, h3 a:hover{ color: #ff424f;}
.footer li h3 a:hover{ color: #ff424f;}
.footer dl{float:left; margin-right:250px;line-height: 25px;  text-align: left;}
.footer dl dd{ display: inline-block; margin: 0 30px 0 0;}
    .footer dl dd img {
        width: 129.28px;
        height: 129.28px;
    }
    .footer dl dd b {
        clear: both;
        display: block;
        color: #333333;
        font-size: 14px;
        font-weight: 400;
        font-family: Microsoft YaHei-Regular
    }
.footer dl span{display:block;color: #b2b2b2;cursor: pointer; font-size: 14px;}
.footer dl h3{display:block; color: #fff; font-size: 18px;}
.footer_img{display: none;position: absolute;  top: -230px;  left: 310px;  z-index: 99998;}
.footer p {
    font-size: 12px;
    display: block;
    line-height: 30px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}
    .footer p a {
        padding: 0 20px;
        color: #666666
    }
.footer p a:hover{ color: #ff424f;}
.beianhao {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/*劳动关系学院*/
.case_layer{ display: inline-block; width: 70%;overflow: hidden;padding:5px; border-right: 1px solid #ddd;}
.case_layer ul{min-height: 600px; display: none;}
.case_layer li{display:block;margin:10px 0 40px 0;overflow: hidden;}
.case_layer li img{display:inline-block; background:#52cfc1;width: 258px;height: 114px; vertical-align:top;}
.case_layer li dd{display:inline-block; width:60%; margin-left:40px;}
.case_layer li dd h3{ display:block; line-height:35px; }
.case_layer li dd h3 a{display: block; float: none; background: none;padding: 0;color:#424a5e !important; font-size:15px; font-weight: bold;}
.case_layer li dd h3 a:hover{ color: #ff424f !important;}
.case_layer li dd p{display:block; padding:5px 0; line-height: 25px; color:#5e6d82; font-size:12px;}
.case_layer li dd a{display: inline-block; line-height: 25px;cursor: pointer; background: #ff424f; color: #fff; padding:0 10px;}
.case_layer .more{overflow: hidden;padding:10px;text-align: center;}
.case_layer .more a{display: block;width: 200px;padding:8px 0;color:#ff424f;margin:0 auto;border:1px solid #ff424f;text-align:center;border-radius:3px;}
.case_layer .more a:hover{text-decoration: none;background: #ff424f;color: #fff;}
.contain h3 span{ display: inline-block; margin-right: 30px; line-height: 35px; font-weight: bold; cursor: pointer; border-bottom: 1px solid #fff;}
.contain h3 span.items{ color: #ff424f;border-bottom: 1px solid #ff424f;}
.related{float: right; width:27%;}
.related img{width: 240px; height: 300px;}
.related h3{display: block; line-height: 40px; color:#424a5e; font-size: 15px;}
.related h3 img{display: inline-block;width: 22px !important; height: 40px !important; vertical-align: middle;}
.related a{display: block; line-height: 50px; font-size: 15px; color: #424a5e;}
.related a:hover{ color: #ff424f; cursor: pointer;}
.related a img{ vertical-align: middle; width: 30px !important; height: 30px !important;}
.detail{ display: block; padding: 20px 0; text-align: center;}
.title h3{ display: block; line-height: 50px; text-align: center; font-size: 20px;}
.title h1{ display: block; line-height: 50px; text-align: center; font-size: 20px;}
.title span{display: inline-block; vertical-align: top; margin: 5px 50px 0 0;}
.title { display: block; border-bottom: 1px solid #ddd; line-height: 40px;}
.bdsharebuttonbox{display: inline-block;}
.detail p{ clear: both; padding-top: 10px; line-height: 25px; color: #5e6d82; text-align: left;}
.detail img{ vertical-align: middle;}
.detail h4{ display: block;text-align: left;margin-top: 50px; font-size: 14px; color: #424a5e; font-weight: bold;}
.detail h2{ display: block;text-align: left;margin-top: 50px; font-size: 14px; color: #424a5e; font-weight: bold;}
.detail h4:last-child{ margin-top: 10px;}
.detail h2:last-child{ margin-top: 10px;}
.detail a{color:#424a5e;font-weight: bold;}
.detail a:hover{color: #ff424f; cursor: pointer;}
/*招聘*/
.recruitment{clear: both; display: block; padding: 20px 0;}
.search{ display: inline-block; position: relative;}
.search input{display: inline-block; width: 250px; line-height: 35px; border:1px solid #ddd; text-indent: 10px; border-radius: 0.3em;}
.search input:focus{outline-style: none;}
.search-icon{ position: absolute; top:0; right: 0; width: 36px; height: 36px; border-radius: 0 0.3em 0.3em 0;background:#eee url("../images/search.png") right center no-repeat;}
.search-icon:hover{ background: #ff424f url("../images/search.png") right center no-repeat; border-radius: 0 0.3em 0.3em 0;}
.conditions{ display: block; margin: 20px 0; border:1px solid #ddd; padding: 20px;}
.conditions dd{ display: inline-block; line-height:40px;margin-right: 10px;}
.conditions dd:last-child{ border:0; margin-right: 0;}
.conditions dd label{ display: inline-block; color: #424a5e; font-size: 14px; font-weight: bold;}
.conditions dd input[type="text"],select{ display:inline-block; text-indent: 10px; width:170px; height: 35px; line-height: 35px; border:1px solid #ddd; border-radius: 0.3em;}
.conditions dd input,select:focus{ outline:none;}
.conditions input[type="button"]{ display: inline-block; padding: 0 15px; margin-right: 10px; border-radius:0.3em;line-height: 34px; height: 34px; border: 1px solid #ddd; background: #f9f9f9; color: #424a5e;}
.conditions input[type="button"]:last-child{ margin-right: 0;}
.conditions li dl{clear: both; display: block; margin-top: 20px;}
.conditions li a{display:inline-block;padding:0 20px; color: #5e6d82; border-radius: 0.3em; font-size: 14px;}
.conditions li a:first-child{padding-left: 0;}
.conditions li a:hover{background: #ff424f; color: #fff;}
.conditions li a.asel{color: #ff424f; font-weight: bold;}
.layer_l{display: inline-block; width: 70%;}
.layer_l table{float:left;width: 100%;}
.layer_l table td{ color: #5e6d82 !important; line-height: 50px; font-size: 14px; border-bottom: 1px solid #ddd; text-align: center;}
.layer_l table td:first-child{ text-align: left;}
.layer_l table th{ color: #424a5e !important; text-align: center; font-weight: bold; border-bottom: 1px solid #ddd; line-height: 50px;}
.layer_l table th:first-child{text-align: left}
.layer_l table a{color: #5e6d82;}
.layer_l table img{ vertical-align: middle; margin-right: 5px; width: 30px; height: 30px;}
.layer_l a:hover{color: #ff424f; cursor: pointer;}
.layer_r{float: right; width: 25%;}
.layer_r dl{ display: block;background: #fff; padding:20px 30px; margin-bottom: 10px;}
.layer_r dl img{vertical-align: middle;}
.layer_r h3{display: block; line-height: 50px; color: #ff424f; font-size: 15px; font-weight: bold;}
.layer_r a{ clear: both; display: block; line-height: 35px; color: #424a5e; font-size: 14px; text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;}
.layer_r a img{ vertical-align: middle;}
.layer_r a:hover{ color: #ff424f; }
.layer_r span{ clear: both; display: block; line-height: 50px; text-align: center; color: #5e6d82; font-size: 14px;}
/**招聘中心**/
.job-detail{display:inline-block;padding:30px;width: 68%;color: #5e6d82; background: #fff;}
.job-detail h1{ display: block; line-height: 50px; color: #424a5e; font-size: 24px;}
.job-detail h1 b{ margin-left: 20px; color: #ff424f;}
.job-detail h1 span{float: right; font-size: 14px; line-height: 30px; cursor: pointer; padding: 0 20px; border-radius: 0.3em; background: #ff424f; color: #fff;}
.job-tags{ display: block;}
.job-tags b{display: inline-block; padding-right: 10px;}
.job-tags span{display: inline-block;padding: 0 20px; line-height: 25px; margin-right:20px;color:#5e6d82; border-radius: 10em; border:1px solid #b3bacc;}
.job-detail dl{ padding: 10px 0;}
.job-detail p{ display: block; padding-top: 10px; line-height: 25px;}
.job-detail h3 {  font-size: 15px; font-weight: bold; color: #424a5e;  line-height: 50px; }
/**联系我们**/
.cd-contact{ display: block;background: #f6f6f6;}
.cd-contact dl{margin: 0 auto; width: 1200px; padding: 20px 0;}
.cd-contact dl img{display: inline-block; width: 840px; height: 652px; vertical-align: middle;}
.cd-contact dd{ float: right;margin-top:250px;}
.cd-contact dd h3{ display: block; line-height: 70px; color:#424a5e; font-size: 20px; font-weight: bold;}
.cd-contact dd p{ display: block; line-height: 40px; color: #5e6d82; font-size: 15px;}
.cd-contact dd p i{ color: #ff424f; font-style: normal;}
.city{ clear: both; margin: 0 auto; width: 1200px; padding: 30px 0; overflow: hidden;}
.city h3{display: block; line-height: normal;margin: 10px 0 20px 0; font-size:20px;color:#424a5e; font-weight: bold;}
.city h3 i{font-style: normal; width: 2px; background: #ff424f; margin-right: 5px;}
.city h3 b{padding:0 5px; color: #ff424f; font-size: 30px; font-weight: bold;}
.city ul{display: block; padding: 20px 0;box-sizing: border-box;}
.city li{float: left; width: 320px; padding:0 40px;height: 130px; background: url("../images/map_icon.png") left top no-repeat;}
.city li b{display: block; line-height: 35px; font-weight: bold; color: #424a5e; font-size: 16px;}
.city li span{ display: block; line-height: 25px; color: #8d92a1;}
/*员工服务*/
.staff{clear: both;float: left; width: 100%; padding: 40px 0 50px 0;}
.staff li{float: left; width: 284px;  height: 250px; background: #fff; margin-right: 50px; box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);padding:60px 40px; text-align: center; color: #424a5e; font-size: 15px; }
.staff li:last-child{margin-right: 0;}
.staff li h3{display: block; line-height: 35px; color: #ff424f; font-size: 16px;}
.staff li p{display: block; line-height: 25px; color: #424a5e; padding: 20px 0;font-size: 13px;}
.staff li img{width: 100px; height: auto;}
.staff li span{ display: block; line-height: 30px; color: #8d92a1;}
.staff li a{ display: inline-block; padding: 0 20px; line-height: 35px; background: #ff424f; color: #fff; border-radius: 0.3em;}
.sit-city{clear: both; display: block;min-height: 720px; background:#f6f6f6 url("../images/staff.png") center 150px no-repeat;}
.sit-city dl{margin: 0 auto; box-sizing: border-box; width: 1200px;padding: 50px 0;}
.sit-city dd{float:left; width: 50%; height: 500px;}
.sit-city dd:last-child ul{float:right; margin: 0;}
.sit-city dd h1{display: inline-block; font-size: 130px; color: #fff;}
.sit-city dd h2{display: inline-block;color: #fff; font-size: 45px; margin-left: 5px;}
.sit-city dd h2 b{ display: block;font-size: 32px;  color: #8d92a1;}
.sit-city ul {clear: both;display: block;width: 400px; margin:50px 0;padding:30px; background: #fff;}
.sit-city ul li a{display: block; line-height: 35px; color:#8d92a1; border-bottom: 1px solid #eee; background: url("../images/down_icon.png") right center no-repeat;}
.sit-city h3{ color: #ff424f; font-size: 16px; line-height: 40px;}
.sit-city span{ color: #8d92a1; line-height:25px;}
/*关于我们*/
.introduce{ clear: both; margin: 0 auto; width: 1200px;padding:40px 0 60px 0;}
.introduce h3{display: block; line-height: 20px; margin: 20px 0; text-indent: 10px; font-size: 16px; font-weight: bold;color: #424a5e; border-left: 3px solid #ff424f;}
.intr-l{display: inline-block; width: 750px;}
.introduce p{ display: block; line-height: 25px; color: #5e6d82;font-size: 14px; padding: 5px 0;}
.intr-r{float: right; width: 350px; height: 350px; background: #000;}
.concept{ clear: both;display: block; background:#f6f6f6; padding: 20px 0; overflow: hidden;}
.concept h3{display: block; line-height: 20px; margin: 20px 0; text-indent: 10px; font-size: 18px; font-weight: bold;color: #424a5e; border-left: 3px solid #ff424f;}
.concept dl{margin: 0 auto; width: 1200px; padding: 30px 0;}
.glory{clear: both; display: block;}
.glory li{
  width: 470px;
  height: 350px;
  position: relative;
  float:left;
  text-align: center;
  margin:40px 80px 0 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  background: #fff;
  border:0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.glory li:hover{
  background-color: #fff;
  z-index:999;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.glory li:nth-child(even){ margin-right: 0;}
.glory dt{
  display: block;
  font-size: 60px;
  color: #333;
  text-shadow: 0px 0px 1px #333;
  margin-top:20px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
.glory dt img{ width: auto; height: 140px;}
.ca-img li:hover dt{
  color: #959595;
  font-size: 90px;
}
.glory h4{
  margin: 0 auto;
  width: 85%;
  font-size:14px;
  padding: 10px 0;
  opacity: 0.8;
  color: #424a5e;
  font-weight: bold;
  text-align:left;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}
.glory li:hover h4{
  color: #424a5e;
  -webkit-animation: smallToBig 500ms ease;
  -moz-animation: smallToBig 500ms ease;
  -ms-animation: smallToBig 500ms ease;
}
.ca-glory{
  position: absolute;
  left: 0px;
  width: 100%;
  height:35%;
  top:47%;
}
.glory li span{
  text-align:left;
  font-size: 13px;
  color: #5e6d82;
  position: absolute;
  background: none !important;
  line-height:23px;
  padding: 0 5%;
  left: 0px;
  opacity: 0.8;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.glory li:hover span{
  color: #959595;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
.loading {
  clear: both;
  display: block;
  text-align: center;
  padding-top: 50px;
}
.loading a{
  padding:10px 50px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #ff424f;
  border:1px solid #ff424f;
  border-radius: 0.3em;
  cursor: pointer;
}
.loading a:hover{  background: #ff424f; color: #fff;  }
.message{clear:both;display: block;}
.message hr{display: block;   border: 1px dashed #eee;  margin: 15px 0;}
.message p{ display: block; line-height: 30px; color: #5e6d82; font-size: 14px;}
.message h3{ display: block; line-height: 30px; color: #5e6d82; font-size: 14px; padding-top: 40px;}
.message h3:first-child{padding-top: 0;}
.message dl{display: block; padding: 10px 0; margin-top: 10px;}
.message dl dd{display: inline-block; line-height: 35px; margin-right: 25px;}
.message dl dd:first-child{ margin-top: 30px;}
.message dl dd:last-child{ margin-right: 0;}
.message dl label{display: inline-block; font-size: 14px; font-weight: bold; color: #424a5e; margin-right: 10px;}
.message dl label b{ color: #ff424f; margin-right: 5px;}
.message dl textarea{display: inline-block; text-indent: 10px;padding: 10px 0; line-height: 25px; width: 95%; min-height:80px;border:1px solid #ddd; border-radius: 0.3em; vertical-align: top;}
.message dl input,select{display: inline-block;text-indent: 10px; width: 160px; line-height: 35px; height: 35px; border:1px solid #ddd; border-radius: 0.3em;}
.message dl textarea,select,input:focus{outline: none;}
.message dl input[type="button"]{ display: inline-block; width: auto; font-size: 14px; padding: 0 20px; background: #f9f9f9; margin-right: 20px; border-radius: 0.3em;}
.message dl input[type="button"]:first-child{ margin-left: 60px;background: #ff424f; border:1px solid #ff424f; color: #fff;}
.message dl input[type="button"]:focus{ background: #ff424f; border:1px solid #ff424f; color: #fff;}
#honor{display: none;}
.videos{width: 350px; height: 350px;}
/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0px;top:30%;width:70px;background:#fff; border:1px solid #eee; border-top:0; z-index: 9999999;}
.suspension a{position:relative;display:block;height:80px;color: #8d92a1; text-align:center;cursor:pointer; line-height: 120px; background:url("../images/suspension-bg.png") left 0 no-repeat;cursor:pointer;outline:none; border-top:1px solid #eee;transition: all 0.3s ease;}
.suspension a:hover{background:#ff424f url("../images/suspension-bgs.png") left 0 no-repeat; color: #fff;}
    /*.suspension a:nth-child(2){background:url("../images/suspension-bg.png") left -160px no-repeat;}
.suspension a:nth-child(2):hover{background:#ff424f url("../images/suspension-bgs.png") left -160px no-repeat;}*/
.suspension a:nth-child(2){background:url("../images/suspension-bg.png") left -240px no-repeat;}
.suspension a:nth-child(2):hover{background:#ff424f url("../images/suspension-bgs.png") left -240px no-repeat;}
.suspension a:nth-child(3){background:url("../images/suspension-bg1.png") left -160px no-repeat;}
.suspension a:nth-child(3):hover{background:#ff424f url("../images/suspension-bgs1.png") left -160px no-repeat;}
.suspension a:nth-child(4){background:url("../images/suspension-bg1.png") left -240px no-repeat;}
.suspension a:nth-child(4):hover{background:#ff424f url("../images/suspension-bgs1.png") left -240px no-repeat;}
.suspension a:nth-child(5):hover{background:#ff424f url("../images/suspension-bgs.png") left -162px no-repeat;}
.suspension a:nth-child(5){background:url("../images/suspension-bg.png") left -162px no-repeat;}
.suspension a:nth-child(6):hover{background:#ff424f url("../images/suspension-bgs.png") left -320px no-repeat;}
.suspension a:nth-child(6){background:url("../images/suspension-bg.png") left -320px no-repeat;}
.suspension a:hover .inner-box{display: block;}
.inner-box dl{line-height: normal; text-align: left;}
.inner-box{display:none;padding:10px 20px;width:160px;background:#fff;position:absolute;right:90px;top:0;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.inner-box dl dd:first-child {float:left; margin-right:20px;width: 44px;height: 44px; background:#F1F1F3 url("../images/side_con_icon02.png") no-repeat center center; border-radius: 60em;}
.inner-box dd{display: inline-block;}
.inner-box dd h3{display: block; color: #5e6d82;  font-size: 16px;}
.inner-box img{display:inline-block; vertical-align: middle;}
.inner-box h4{display: block; line-height: normal !important; color: #5e6d82;  font-size: 16px;}
.inner-box dd p{display: block; line-height:30px; color:#ff424f;font-family: Arial;}
.inner-box i{position:absolute;width:8px;height:12px;background:url("../images/side_bg_arrow.png") no-repeat;right:-8px;top:31px;}
#kf5-support-btn {display: none !important;}
.measurement{display: block; padding: 20px 0;}
    .measurement span {
        display: inline-block;
        line-height: 35px;
        margin: 10px 10px 0 0;
        width: 226px;
        text-align: center;
        color: #fff;
        background: #ff424f;
    }
.application{ display: block;padding-top:50px; height: 500px; background: url("../images/talents.jpg") left top / 100% 100% no-repeat;}
.application table{clear:both; margin:10px auto 0 auto; width: 85%; border:0;}
.application table th{color: #ff424f; font-size:20px; line-height:40px; font-weight: bold;border-bottom: 1px solid #fff;padding:15px;}
.application table td{color: #fff; line-height: 50px; border-bottom: 1px solid #fff; padding:10px 15px;}
.application table td:first-child{border-right: 1px solid #fff; font-weight:bold; font-size: 15px;}
.application table th:first-child{border-right: 1px solid #fff; font-weight:bold;}
/*公司新闻列表*/
.news{clear:both;margin: 40px auto;  padding: 10px 30px 20px 30px;  width: 1200px;  background: #fff;  overflow: hidden;  }
.news h3{display: block;  line-height: 60px;  color: #424a5e;  font-weight: bold;  font-size: 16px;  }
.news ul{clear: both; display: block;}
.news li{clear:both;display:block;margin: 10px 0;}
.news li img{display: inline-block; width: 284px; height: 128px;}
.news li dd h3{display:block;font-size: 15px !important; line-height: normal !important;}
.news li dd h3 a{border:0;display: block; float: none; color:#424a5e; padding: 0; font-weight: bold;}
.news li dd h3 a:hover{ background: none; color:#ff424f; border:0;}
.news li dd{float: right; width:73%;}
.news li dd p{display:block;margin: 15px 0; max-height:50px; color:#5e6d82; line-height:25px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.news li dd span{display: inline-block; color: #8d92a1;}
.news li dd a{float:right; padding: 0 20px; border:1px solid #eee; line-height:30px; color: #ff424f;}
.news li dd a:hover{background: #ff424f; border:1px solid #ff424f; color: #fff;}
.nav-list{display:none;position: absolute;width: 100px; top:78px; padding:10px 0;left:8%;border-top:2px solid #ff424f; text-align: center;background: #fff; z-index: 99999;}
.nav-list a{margin: 0 !important; line-height: 35px !important; border:0; font-size: 15px;}
.nav-list a:hover{background: #fbe3e1; color: #ff424f !important; border: 0 !important;font-size: 15px;}
#nav a:hover{border:0 !important;}
/* 企业服务菜单 */
.first-level-menu {
    position: relative;
}
.submenu {
    display: none;
    padding: 40px 0 0 30px;
}
.first-level-menu:hover .submenu {
    position: absolute;
    left: -300px;
    width: 620px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    border-top: 1px solid #9b9799;
}
.first-level-menu .submenu-item {
    width: 50%;
    margin-bottom: 40px;
}
.first-level-menu .submenu .submenu-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 18px;
    border-bottom: none !important;
}
    .first-level-menu .submenu .submenu-item a:hover {
        border-bottom: none !important;
    }
.first-level-menu .submenu-item .icon {
    width: 49px;
    height: 41px;
    margin-right: 14px;
}
.first-level-menu .submenu-item .icon.qsy {
}
.first-level-menu .submenu-item .text {
}
.first-level-menu .submenu-item .text div {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 15px;
    color: #606060;
}
.first-level-menu .submenu-item .text p {
    color: #606060;
    font-size: 13px;
}
.service li img.job {
    width: 49px;
    height: 47px;
}
.service li img.employee {
    width: 49px;
    height: 47px;
}
.service li img.tax {
    width: 49px;
    height: 47px;
}
.service li img.sum-tax {
    width: 49px;
    height: 47px;
}
.service li img.law {
    width: 49px;
    height: 47px;
}
.service li img.test {
    width: 49px;
    height: 47px;
}
.nav .download-title {
    cursor: default;
}
    .nav .download-title:hover {
        background: #f2f2f2;
        color: #5e6d82;
    }
.nav .download-file {
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    background: #fff;
}
    .nav .download-file .down-img {

    }
    .nav .download-file span {
        flex: 1;
    }
    .nav .download-file:hover {
        background: #fff;
        color: #5e6d82;
    }
    .show-qr {
        position: relative;
    }
        .show-qr:hover div.qr-img {
            display: flex;
            justify-content: center;
            align-items: center;
        }
div.qr-img {
    display: none;
    position: absolute;
    top: -160px;
    left: 102px;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 130px;
    height: 130px;
}
img.qr-img {
    display: block;
    width: 130px;
    height: 130px;
}
/*员工派遣*/
.employee-send .advantage li img {
    width: 541px;
    height: 294px;
}
.employee-send .advantage li dd {
    margin-top: 50px;
}
.employee-send .el-type span.el-span img {
    width: 170px;
    height: 170px;
    border-radius: 60em;
}
.employee-send .el-type span.el-span {
    margin: 0 50px;
}
.employee-send .el-case ul li {
    width: 273px;
    height: 291px !important;
}
.employee-send .el-case ul li img {
    width: 100%;
    height: 177px;
}
    .employee-send .el-case ul li b {
        margin-top: 10px;
    }
    .employee-send .el-case ul li span {
        padding-bottom: 0;
    }

.job-send .el-case ul li {
    width: 273px;
    height: 291px !important;
}

    .job-send .el-case ul li img {
        width: 100%;
        height: 177px;
    }

    .job-send .el-case ul li b {
        margin-top: 10px;
    }

    .employee-send .el-case ul li span {
        padding-bottom: 0;
    }
    /*薪税优化*/
    .tax-optimization h5 {
        margin: 60px 0;
    }
.tax-optimization h5.mt100 {
    margin-top: 100px;
}
.tax-optimization h5.mt150 {
    margin-top: 150px;
}
.tax-optimization .banner-img1 {
    position: absolute;
    left: 0;
    top: 840px;
    z-index: -1;
    width: 100%;
    height: 460px;
    background: url("../images/banner_img002.jpg") no-repeat;
}
.tax-optimization .banner-img2 {
    position: absolute;
    left: 0;
    top: 1280px;
    z-index: -1;
    width: 100%;
    height: 294px;
    background: url("../images/banner_img001.jpg") no-repeat;
}
.tax-optimization .enterprise-problem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
    .tax-optimization .enterprise-problem .item {
        margin-right: 120px;
    }
        .tax-optimization .enterprise-problem .item:last-child {
            margin-right: 0;
        }
        .tax-optimization .enterprise-problem .item img {
            display: block;
            margin: 0 auto 20px;
            width: 116px;
            height: 116px;
        }
        .tax-optimization .enterprise-problem .item p {
            padding: 0;
            line-height: 1.6em;
            font-size: 16px;
            color: #545454;
        }
.tax-optimization .our-service {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
    .tax-optimization .our-service .item {
        margin-right: 20px;
    }

        .tax-optimization .our-service .item:last-child {
            margin-right: 0;
        }
        .tax-optimization .our-service .item div {
            padding: 10px 0;
            background: #fff;
        }
        .tax-optimization .our-service .item h4 {
            margin-bottom: 6px;
            font-size: 18px;
            color: #ff424f;
            font-weight: bold;
            text-align: center;
        }
        .tax-optimization .our-service .item p {
            padding: 0;
            line-height: 1.6em;
            font-size: 16px;
            color: #545454;
        }
.tax-optimization .our-service .item img {
    display: block;
    margin: 0 auto;
    width: 387px;
    height: 261px;
}
ul.worth {
    padding: 0;
    margin-bottom: 95px;
    background-color: #f9fafc;
}
ul.worth li {
    margin-bottom: 0;
    height: 322px;
}
ul.worth li dd {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
ul.worth li dd div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 426px;
    height: 72px;
    background-color: #ff424f;
    border-radius: 15px;
}
ul.worth li h3 {
    padding: 0;
    font-size: 47px;
    color: #ebebeb;
    font-style: italic;
    background: none;
}
ul.worth li p {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #ffffff;
}
ul.worth li img {
    width: 100%;
    height: 100%;
}
/* 轻税云产品页 */
.el-contain.settlement-tax {
    width: 100%;
}
    .el-contain.settlement-tax .ltc-qr {
        position: fixed;
        width: 100%;
        height: 1px;
        /*left: 0;*/
        right: 0;
        bottom: 0;
        background: #F8F9FA;
    }
        .el-contain.settlement-tax .ltc-qr div {
            position: absolute;
            right: 0;
            top: -240px;
            background: #F8F9FA;
        }
        .el-contain.settlement-tax .ltc-qr p {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 14px;
            color: rgba(100,100,100,1);
        }
        .el-contain.settlement-tax .ltc-qr img {
            display: block;
            width: 160px;
            height: 160px;
        }
        .el-contain.settlement-tax > div {
        }
.settlement-tax h2 {
    font-size: 26px;
    padding: 40px 0 10px;
}
    .settlement-tax h2.first-title {
        padding: 10px 0;
    }
.settlement-tax .title-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.settlement-tax .title-bottom .line {
    width: 60px;
    height: 1px;
    background: #E8655B;
}
.settlement-tax .title-bottom .point {
    width: 5px;
    height: 5px;
    margin: 0 6px;
    border-radius: 5px;
    background: #E8655B;
}
.settlement-tax .title-bottom .center-point {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #E8655B;
}
    .settlement-tax .title-bottom.white .line,
    .settlement-tax .title-bottom.white .point,
    .settlement-tax .title-bottom.white .center-point {
        background: #fff;
    }

    .settlement-tax h5.second {
        margin-top: 100px;
    }

.settlement-tax h5.third {
    margin-top: 135px;
    margin-bottom: 70px
}
.settlement-tax .link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0 66px;
}
    .settlement-tax .link .button {
        text-decoration: none;
        width: 150px;
        height: 44px;
        background: #E8655B;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        transition: all .4s ease;
    }
        .settlement-tax .link .button:hover {
            background: #FF7C72;
            transition: all .4s ease;
        }
        .settlement-tax .section .row {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }
/* 传统结算方式存在的风险 */
.settlement-tax .section02 {
    
}
.settlement-tax .section02 .bg {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 560px;
}
.settlement-tax .section02 h2 {
    color: #fff;
}
.settlement-tax .section02 .row {
    justify-content: center;
    margin-top: 32px;
}
.settlement-tax .section02 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0 33px;
    padding-top: 32px;
    width: 250px;
    height: 258px;
    border: 1px solid rgba(100,130,183,1);
    border-radius: 8px;
}
.settlement-tax .section02 .item img {
    display: block;
    width: 53px;
    height: 53px;
    margin-bottom: 24px;
}
.settlement-tax .section02 .item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.settlement-tax .section02 .item p {
    font-size: 14px;
    color: #87A5D6;
    line-height: 26px;
}
/* 轻税云提供的解决方案 */
.settlement-tax .section03 .bg, .settlement-tax .section05 .bg,
.settlement-tax .section07 .bg {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 608px;
    background: #F8F9FA;
}
.settlement-tax .section03 .row {
    margin: 0 auto;
}
/* 平台优势 */
.settlement-tax .section05 .row {
    margin-top: 60px;
}
.settlement-tax .section05 .item {
    width: 220px;
    height: 271px;
    border: 1px solid rgba(209,219,226,1);
    background: #fff;
}
.settlement-tax .section05 .item .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 116px;
    margin-top: 20px;
}
    .settlement-tax .section05 .item p {
        line-height: 26px;
        padding: 0;
    }
/* 服务案例 */
.settlement-tax .section06 {
    height: 444px;
}
    .settlement-tax .section06 h2 {
        color: #fff;
    }
    .settlement-tax .section06 .bg {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 100%;
        height:450px; 
        transform: scaleY(1.14);
    }
.settlement-tax .section06 .row {
    margin-top: 60px;
    justify-content: space-around;
}
.settlement-tax .section06 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.settlement-tax .section06 .item div {
    position: relative;
    overflow: hidden;
    width: 290px;
    height: 178px;
}
.settlement-tax .section06 .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 290px;
    height: 178px;
    transition: all .4s ease;
}
.settlement-tax .section06 .item div img.hover {
    opacity: 0;
}
.settlement-tax .section06 .item div:hover img.hover {
    opacity: 1;
}
.settlement-tax .section06 .item div:hover img.not-hover {
    opacity: 0;
}
.settlement-tax .section06 .item h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
}
/* 他们在用 */
.settlement-tax .section07 .bg {
    height: 670px;
}
.settlement-tax .section07 .row {
    justify-content: space-around;
    margin-top: 60px;
    padding: 0 20px;
}
.settlement-tax .section07 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    height: 320px;
    padding-top: 20px;
    background: #fff;
}
.settlement-tax .section07 h3 {
    margin-bottom: 16px;
    font-size: 16px;
    color: #3C3C3C;
    font-weight: bold;
}
.settlement-tax .section07 > img {
    width: 94px;
    height: 94px;
}
.settlement-tax .section07 .item > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 36px;
    margin-top: 16px;
    border-radius: 18px;
    background: #7294CC;
    color: #fff;
    font-size: 16px;
}
.settlement-tax .section07 > div img {
    margin-right: 8px;
}
.settlement-tax .section07 p {
    color: #666666;
    text-align: left;
    padding: 20px;
}
.settlement-tax .section07 .row a {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: flex-end;
    margin-right: 20px;
    font-size:14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(232,101,91,1);
}
.settlement-tax .section07 .row a img {
    width: 10px;
    height: 10px;
    margin-left: 8px;
}

/* 新闻动态 */
.settlement-tax .section08 h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    margin: 0 20px 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(209,219,226,1);
}
    .settlement-tax .section08 h3.short {
        width: 200px;
    }
.settlement-tax .section08 .h3-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px 20px;
    border-bottom: 1px solid rgba(209,219,226,1);
}
    .settlement-tax .section08 .h3-title h3 {
        margin-bottom: 0;
        margin-left: 0;
        border-bottom: none;
    }
    .settlement-tax .section08 .h3-title a {
        padding-right: 20px;
        margin-right: 20px;
        color: #E8655B;
        font-size: 16px;
        font-weight: bold;
        background: url('../images/icon_ltc_08_04_1.png') right center no-repeat;
    }
        .settlement-tax .section08 .h3-title a:hover {
            color: #FF7C72;
            background: url('../images/icon_ltc_08_04_2.png') right center no-repeat;
        }
        .settlement-tax .section08 h3 img {
            margin-right: 10px;
        }
.settlement-tax .section08 .row {
    margin-bottom: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}
    .settlement-tax .section08 .row.second {
        justify-content: space-between;
        align-items: stretch;
    }
    .settlement-tax .section08 .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 17px 0;
        margin-right: 54px;
        width: 226px;
        height: 180px;
        color: #3C3C3C;
        font-size: 16px;
        background: rgba(255,255,255,1);
        box-shadow: 0px 3px 6px rgba(0,0,0,0.08);
    }
    .settlement-tax .section08 .item img {
        width: 225px;
        height: 124px;
    }
    .settlement-tax .section08 .item div {
        position: relative;
    }
        .settlement-tax .section08 .item span {
            position: absolute;
            top: 0;
            right: 0;
            width: 94px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            background: rgba(159,53,45,0.57);
        }
    .settlement-tax .section08 .item h4 {
        align-self: flex-start;
        /*margin-top: 14px;*/
    }
.settlement-tax .section08 .new-article, .settlement-tax .section08 .question {
    width: 588px;
    padding-bottom: 20px;
    background: rgba(248,249,250,1);
}
.settlement-tax .section08 .list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px;
}
    .settlement-tax .section08 .list-item h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #646464;
        line-height: 40px;
        font-size: 14px;
    }
    .settlement-tax .section08 .list-item span {
        min-width: 80px;
        padding-left: 8px;
        color: #A6A6A6;
        border-left: 1px solid #A6A6A6;
    }
    .settlement-tax .section08 .list-item:hover h4 {
        color: #E8655B;
    }
    .settlement-tax .section08 .list-item:hover span {
        color: #A6A6A6;
    }
        .settlement-tax .section08 {
        }
/* 企业存在的问题 */
.settlement-tax .enterprise-problem {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 60px;
}
.settlement-tax .enterprise-problem .item {
    overflow: visible;
    width: 352px;
    height: 146px;
    padding: 0 20px 0 8px;
    background: rgba(248,249,250,1);
}
.settlement-tax .enterprise-problem .item img {
    float: left;
    width: 38px;
    height: 42px;
    margin: 50px 32px;
}

.settlement-tax .enterprise-problem h3 {
    margin-top: 18px;
    font-size: 20px;
    color: #3C3C3C;
    font-weight: bold;
    line-height: 2.6em;
}
.settlement-tax .enterprise-problem p {
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.6em;
    color: #767676;
}
.settlement-tax .our-service {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin-top: 70px;
    /* background: url("../images/icon33.png") no-repeat left bottom;*/
}
    .settlement-tax .our-service > img {
        margin-top: 50px;
    }
    .settlement-tax .our-service .item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.settlement-tax .our-service .item.do-what {
    padding-top: 40px;
}
.settlement-tax .our-service .item img.node {
    display: block;
    margin-bottom: 58px;
}
.settlement-tax .our-service .item div.node {
    width: 182px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: #fa6427;
    border-radius: 30px;
}
.settlement-tax .our-service .item p {
    padding: 0;
    font-size: 16px;
    color: #646464;
    font-weight: bold;
}
.settlement-tax .our-service .item .bottom {
    position: absolute;
    bottom: -26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #646464;
    font-size: 16px;
}
.settlement-tax .our-service .item span {
    display: block;
    margin-top: 10px;
    height: 20px;
}
.settlement-tax .worth {
    margin-top: 50px;
}
.settlement-tax .worth .row {
    display: flex;
    flex-direction: row;
    height: 278px;
}
.settlement-tax .worth .row > * {
    display: block;
    width: 400px;
    height: 100%;
}
.settlement-tax .worth .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 55px;
    background-color: #4075df;
}
.settlement-tax .worth .text h4 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
}
.settlement-tax .worth .text p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
}
.settlement-tax .worth .text.red {
    background-color: #e8655b;
}
/*劳动法律*/
.work-law .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0 80px;
}
.work-law .list .item {
    background-color: #ffffff;
    box-shadow: 7px 12px 20px 0px rgba(119, 119, 119, 0.55);
}
.work-law .list .item.down {
    /*position: relative;
    top: 50px;*/
}
.work-law .list .item img {
    width: 286px;
    height: 256px;
}

.work-law .list .item div {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

/* 客户案例 */
.customer-case {
    background: #F8F9FA;
}
.customer-case .case-content {
    width: 1300px;
    margin: 0 auto;
}
     .crumbs {
        padding: 20px 0 40px;
    }
     .crumbs a {
        color: #646464;
    }
        .crumbs span {
            color: #646464;
        }
        .customer-case .property {
            border-radius:6px;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
            padding: 0 50px;
            height: 134px;
            margin-bottom: 20px;
            border-radius:6px;
            background: url("../images/case_bg_01.png") left top / 100% 100% no-repeat;
        }
        .customer-case .property .line {
            height: 108px;
            width: 1px;
            background: #D1DBE2;
        }
        .customer-case .property .item {
            display: flex;
            flex-direction: row;
        }
            .customer-case .property .item div {
                margin-left: 20px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
            .customer-case .property .item h3 {
                font-size: 22px;
                font-weight: bold;
                color: #FFFFFF;
            }
            .customer-case .property .item p {
                font-size: 18px;
                color: rgba(147,183,242,1);
            }
                .customer-case .property img {
                    width: 71px;
                    height: 68px;
                }
    .customer-case article {
        padding-left: 46px;
        padding-right: 50px;
        background: #fff;
    }
        .customer-case article h1 {
            padding: 48px 0;
            font-size: 24px;
            font-weight: bold;
            color: rgba(60,60,60,1);
            text-align: center;
        }
        .customer-case article h2 {
            position: relative;
            height: 32px;
            margin-top: 70px;
            margin-bottom: 20px;
            font-size: 24px;
            color: rgba(33,33,33,1);
            background: transparent;
        }
            .customer-case article h2.first {
                margin-top: 0;
            }
            .customer-case article h2 span {
                position: absolute;
                left: 0;
                bottom: 0;
                z-index: 2;
            }
        .customer-case article h2::before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            width: 110px;
            height: 15px;
            background: rgba(255,233,232,1);
        }
            .customer-case article h2.long::before {
                width: 206px;
            }
            .customer-case li {
                position: relative;
                padding-left: 16px;
            }
                .customer-case li::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 8px;
                    line-height: 18px;
                    width: 6px;
                    height: 6px;
                    background: #E8655B;
                    border-radius: 50%;
                }
                .customer-case li.green::after {
                    background: #1FBB72;
                }
                    .customer-case p {
                        margin: 10px 0;
                        font-size: 16px;
                        color: #646464;
                    }
    .customer-case .wealth {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
    .customer-case table {
        width: 600px;
        margin-right: 30px;
        border-collapse: collapse;
        border: 1px solid rgba(209,219,226,1);
    }
        .customer-case table td {
            width: 200px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border: 1px solid rgba(209,219,226,1);
        }
    .customer-case .wealth .change {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
        .customer-case .wealth .change h3 {
            position: relative;
            padding-left: 15px;
            font-size: 16px;
            font-weight: 400;
            line-height: 21px;
            color: #646464;
        }
            .customer-case .wealth .change h3::after {
                position: absolute;
                content: "";
                left: 0;
                top: 8px;
                line-height: 18px;
                width: 6px;
                height: 6px;
                background: #E8655B;
                border-radius: 50%;
            }
        .customer-case .before, .customer-case .after {
            padding: 12px 16px;
            height: 88px;
            background: rgba(247,250,255,1);
        }
    .customer-case .link {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 50px 0 66px;
    }

        .customer-case .link .button {
            width: 150px;
            height: 44px;
            margin: 0 30px;
            background: #E8655B;
            line-height: 44px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            transition: all .4s ease;
        }
            .customer-case .link .button.white {
                background: #FFFFFF;
                color: #333333;
                border: 1px solid #D1DBE2;
            }

            .customer-case .link .button:hover {
                background: #FF7C72;
                transition: all .4s ease;
            }
            .customer-case .link .button.white:hover {
                color: #fff;
            }
    .customer-case .consult {
        padding-bottom: 80px;
    }
    .customer-case .consult img {
        height: 235px;
    }
.customer-case.enterprise-case .change .before {
    height: 108px;
}
    .customer-case.enterprise-case .change .after {
        height: 148px;
    }

/* 新闻列表页 */
.news-list {
    background: #F8F9FA;
}
.news-list .page-box {
    width: 1200px;
    margin: 0 auto;
}
    .news-list .page-content {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
.news-list .left-list {
    width: 790px;
    padding: 10px 20px;
    margin-bottom: 80px;
    background: rgba(255,255,255,1);
}
    .news-list .left-list li {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        padding: 30px 0;
        border-bottom: 1px solid rgba(209,219,226,1);
    }
.news-list .left-list li img {
    width: 230px;
    height: 130px;
    margin-right: 20px;
}
.news-list .left-list li dd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
    .news-list .left-list li h3 a{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: rgba(100,100,100,1);
    }
    .news-list .left-list li h3 {
    }
    .news-list .left-list li p {
        margin: 0;
        overflow: hidden;
        height: 44px;
        font-size: 14px;
        line-height: 22px;
        color: rgba(143,143,143,1);
    }
    .news-list .left-list li span {
        font-size:14px;
        color:rgba(143,143,143,1);
    }
    .news-list .left-list li div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .news-list .left-list li div a {
        font-size:14px;
        color:rgba(143,143,143,1);
    }
    .news-list .left-list dd > a {
        font-size: 14px;
        color: rgba(143,143,143,1);
    }
    .news-list .link {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
        .news-list .link .button {
            width: 84px;
            height: 34px;
            margin: 0 15px;
            background: transparent;
            line-height: 34px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            color: #333333;
            transition: all .4s ease;
        }
            .news-list .link .button:hover {
                background: #E8655B;
                color: #fff;
                transition: all .4s ease;
            }
            .news-list .link .button.active {
                background: #E8655B;
                color: #fff;
            }

    .news-list .right-bar {
        width: 350px;
        margin-bottom: 80px;
    }
        .news-list .right-bar > div {
            padding: 0 20px;
            margin-bottom: 20px;
            background: #fff;
        }
        .news-list .right-bar h2 {
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 16px;
            line-height: 54px;
            font-weight: bold;
            color: rgba(60,60,60,1);
            border-bottom: 1px solid rgba(238,238,238,1);
        }
            .news-list .right-bar h2 img {
                margin-right: 6px;
                margin-bottom: 2px;
            }
            .news-list .news-categorys {
            }
            .news-list .news-categorys .link {
                padding: 14px 0 20px;
            }
    .news-list .hot-articles {
    }
    .news-list .hot-articles .list {
        padding-bottom: 30px;
    }
        .news-list .hot-articles .item {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            padding: 20px 0;
            border-bottom: 1px solid rgba(238,238,238,1);
        }
            .news-list .hot-articles .item img {
                width: 62px;
                height: 62px;
                min-width: 62px;
                margin-right: 14px;
            }
        .news-list .hot-articles .item div {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .news-list .hot-articles a {
            color: rgba(60,60,60,1);
            transition: all .4s ease;
        }
        .news-list .hot-articles a:hover {
            color: #E8655B;
        }
        .news-list .hot-articles h3 {
            font-size: 16px;
        }
        .news-list .hot-articles span {
            font-size: 14px;
            color: rgba(143,143,143,1);
        }
        .news-list .hot-tags {

        }
        .news-list .hot-tags .link {
            padding: 20px 0;
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        .news-list .hot-tags .link .button {
            width: auto;
            margin-bottom: 12px;
            margin-left: 0;
            padding: 0 10px;
            color: #3C3C3C;
            background: #F5F5F5;
        }
        .news-list .hot-tags .link .button:hover {
            color: #fff;
            background: #E8655B;
        }
    .news-list .subscribe {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        height: 160px;
        padding: 0 !important;
        background: url("../images/news_img01.png") left top / 100% 100% no-repeat !important;
    }
    .news-list .subscribe .subscribe-button {
        width: 130px;
        height: 34px;
        margin-bottom: 30px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        background: #E8655B;
        transition: all .4s ease;
    }
    .news-list .subscribe .subscribe-button:hover {
        background: #FF7C72;
    }
    .news-list .subscribe .view {
        align-self: stretch;
        height: 50px;
        font-size:16px;
        text-align: center;
        line-height:50px;
        color:rgba(255,255,255,1);
        background:rgba(28,86,183,0.47);
    }

.news-list .qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    height:240px;
    background:rgba(255,255,255,1);
}
.news-list .qr img {
    width: 142px;
    height: 142px;
    margin-bottom: 10px;
}
.news-list .qr p {
    font-size:14px;
    font-weight:bold;
    color:rgba(100,100,100,1);
    text-align: center;
}

/* 新闻、文章详情页 */
.detail-page {
    margin: 0;
    width: auto;
    padding: 0;
    background: #F8F9FA;
}
.detail-page .page-content {
    display: flex;
    flex-direction: row;
    /* align-items: stretch; */
    align-items: flex-start;
    justify-content: space-between;
}
.detail-page .page-box {
    width: 1200px;
    margin: 0 auto;
}
.detail-page .link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.detail-page .link .button {
    width: 84px;
    height: 34px;
    margin: 0 15px;
    background: transparent;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    transition: all .4s ease;
}
    .detail-page .link .button:hover {
        background: #E8655B;
        color: #fff;
        transition: all .4s ease;
    }
    .detail-page .link .button.active {
        background: #E8655B;
        color: #fff;
    }
.detail-page .detail {
    width: 700px;
    padding: 10px 64px 0;
    background: #fff;
}
.detail-page .detail .title {
    border-bottom: none;
}
.detail-page .detail .title, .detail-page .detail .title h1 {
    color: #646464;
}
.detail-page .detail .title dl {
    margin-bottom: 20px;
}
.detail-page .detail h2.prev-article {
    padding-top: 30px;
    border-top: 1px solid #EEEEEE;
}
.detail-page .detail h2.next-article {
    margin-top: 14px;
}
.detail-page .detail .consult {
    width: 828px;
    height: 150px;
    margin-top: 50px;
    margin-left: -64px;
    margin-bottom: 40px;
    padding-top: 20px;
    background: #F8F9FA;
}
.detail-page .detail .consult img {
    display: block;
    width: 100%;    
    height: 100%;
    margin: 0;
    padding: 0;
}

/* 右侧边栏 */
.detail-page .right-bar {
    width: 350px;
    margin-bottom: 80px;
}
    .detail-page .right-bar > div {
        padding: 0 20px;
        margin-bottom: 20px;
        background: #fff;
    }
    .detail-page .right-bar h2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 16px;
        line-height: 54px;
        font-weight: bold;
        color: rgba(60,60,60,1);
        border-bottom: 1px solid rgba(238,238,238,1);
    }
        .detail-page .right-bar h2 img {
            margin-right: 6px;
            margin-bottom: 2px;
        }
        .detail-page .news-categorys {
        }
        .detail-page .news-categorys .link {
            padding: 14px 0 20px;
        }
/* 热门文章 */
.detail-page .hot-articles {
}
.detail-page .hot-articles .list {
    padding-bottom: 30px;
}
    .detail-page .hot-articles .item {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        padding: 20px 0;
        border-bottom: 1px solid rgba(238,238,238,1);
    }
    .detail-page .hot-articles .item img {
        width: 62px;
        height: 62px;
        margin-right: 14px;
    }
    .detail-page .hot-articles .item div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .detail-page .hot-articles a {
        color: rgba(60,60,60,1);
        transition: all .4s ease;
    }
    .detail-page .hot-articles a:hover {
        color: #E8655B;
    }
    .detail-page .hot-articles .item h2 {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        border-bottom: none;
    }
    .detail-page .hot-articles span {
        font-size: 14px;
        color: rgba(143,143,143,1);
    }
    /* 最新资讯 */
    .detail-page .latest-news span {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 12px;
        background: rgba(37,201,143,1);
        border-radius: 50%;
        font-size: 12px;
        color: rgba(255,255,255,1);
        line-height: 20px;
        text-align: center;
    }
    .detail-page .latest-news .list {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .detail-page .latest-news .list .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 38px;
    }
    .detail-page .latest-news .list a {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #3C3C3C;
        font-size:14px;
        transition: all .4s ease;
    }
    .detail-page .latest-news .list a:hover {
        color: #E8655B;
    }
    /* .detail-page .latest-news .item img {
        width: 20px;
        height: 20px;
    } */
    .detail-page .latest-news {
        
    }
    .detail-page .latest-news {
        
    }
    /* 热门标签 */
    .detail-page .hot-tags {

    }
    .detail-page .hot-tags .link {
        padding: 20px 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .detail-page .hot-tags .link .button {
        width: auto;
        margin-bottom: 12px;
        margin-left: 0;
        padding: 0 10px;
        color: #3C3C3C;
        background: #F5F5F5;
    }
    .detail-page .hot-tags .link .button:hover {
        color: #fff;
        background: #E8655B;
    }
.detail-page .subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 160px;
    padding: 0 !important;
    background: url("../images/news_img01.png") left top / 100% 100% no-repeat !important;
}
.detail-page .subscribe .subscribe-button {
    width: 130px;
    height: 34px;
    margin-bottom: 30px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #E8655B;
    transition: all .4s ease;
}
.detail-page .subscribe .subscribe-button:hover {
    background: #FF7C72;
}
.detail-page .subscribe .view {
    align-self: stretch;
    height: 50px;
    font-size:16px;
    text-align: center;
    line-height:50px;
    color:rgba(255,255,255,1);
    background:rgba(28,86,183,0.47);
}

/* 404 */
.contact-service .link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 0 66px;
}

.contact-service .link .button {
    width: 150px;
    height: 44px;
    background: #E8655B;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .4s ease;
}

.contact-service .link .button:hover {
    background: #FF7C72;
    transition: all .4s ease;
}