@charset "utf-8";
/* CSS Document */

a {
    text-decoration: none
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-transform: capitalize;
}

.top_ce {
    font-size: 12px;
}

a.top_ce {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

a.top_ce:hover {
    font-size: 12px;
    color: #ED6D00;
    text-decoration: none;
}

.s_box input {
    width: 200px;
    height: 28px;
    border: none;
    float: left
}

.s_bu input {
    width: 58px;
    height: 28px;
    background: url(search_button.jpg) no-repeat;
    border: none;
    float: left
}

#bgpic {
    background-image: url(caict_web_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

#topbg {
    background-color: #f5f5f5;
    height: 35px;
}

#bgpic_grey {
    background-image: url(caict_web_bg_grey.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

/*menu*/
#navbg {
    background-color: #dfdfdf;
    border-bottom: 4px solid #666666;
    margin-bottom: 6px;
}

#nav {
    margin: 0 auto 0px;
    display: block;
}

#nav .jquery_out {
    float: left;
    line-height: 32px;
    display: block;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fff;
    font: 16px/32px "Microsoft Yahei";
    background-color: #666666;
}

#nav .jquery_inner {
    margin-left: 0px;
}

#nav .jquery {
    margin-right: 1px;
    padding: 0 2em;
}

#nav .mainlevel {
    background: #dfdfdf;
    font: 16px/32px "Microsoft Yahei";
    float: left;
    border-right: 1px solid #fff;
    width: 110px; /*IE6 only*/
}

#nav .mainlevel a {
    color: #000;
    text-decoration: none;
    line-height: 32px;
    display: block;
    padding-left: 25px;
    width: 85px;
}

#nav .mainlevel a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #666666;
}

#nav .mainlevel ul {
    display: none;
    position: absolute;
    z-index: 1;
}

#nav .mainlevel li {
    border-top: 1px solid #fff;
    background: #dfdfdf;
    width: 110px; /*IE6 only*/
}

#nav .mainlevel2 {
    background: #dfdfdf;
    font: 16px/32px "Microsoft Yahei";
    float: left;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center; /*IE6 only*/
}

#nav .mainlevel2 a {
    color: #000;
    text-decoration: none;
    line-height: 32px;
    display: block;
    width: 85px;
}

#nav .mainlevel2 a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #666666;
}

.log {
    text-align: center;
    color: skyblue;
    line-height: 24px;
    text-transform: capitalize;
    margin: 50px auto;
}


/* slide */
.slide, .slide li {
    width: 980px;
    height: 380px;
    background-color: #fff;
}

.slide {
    overflow: hidden;
    border: 1px #cacaca solid;
    position: relative;
    margin: 0 0;
}

.slide li {
    position: absolute;
    overflow: hidden;
    display: none;
}

.slide li.current {
    display: block;
}

.slide li .image {
    position: absolute;
    top: -2px;
    left: -2px;
}

.slide li .text {
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    width: 400px;
    float: right;
    position: relative;
    height: auto;
    background: 0;
    filter: none;
    text-indent: 0;
    margin: 15px 10px 0 0;
    padding: 6px 0;
}

.slide li .text a {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    float: left;
}

.slide li img {
    width: 540px;
    height: 360px;
    margin: 10px 10px;
}

.slide li .text .title a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    font-family: "Microsoft Yahei", "宋体";
    line-height: 25px;
    text-indent: 0;
    float: none;
}

.slide li .text p {
    color: #666;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    text-indent: 0;
    clear: both;
    line-height: 30px;
    margin-top: 4px;
}

.slide .triggers {
    position: absolute;
    z-index: 1;
    width: 400px;
    text-align: center;
    bottom: 10px;
    height: 38px;
    right: 0;
    left: 0;
    padding: 0 0 10px 80px;
}

.slide .triggers a {
    font-size: 11px;
    line-height: 12px;
    color: #000;
    overflow: hidden;
    border-radius: 1px;
    -webkit-text-size-adjust: none;
    float: none;
    width: 62px;
    height: 42px;
    text-align: center;
    display: inline-block;
    background: 0;
    margin: 0 3px 0 0;
}

.slide .triggers a:hover {
    text-decoration: none;
}

.slide .triggers a img {
    width: 58px;
    height: 38px;
    border: 1px #999 solid;
    vertical-align: middle;
    opacity: .6;
}

.slide .triggers a.current img {
    border: 2px #2fac00 solid;
    opacity: 1;
}

.slide .icon-dot {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 43px;
}

.slide .icon-dot a {
    width: 9px;
    height: 9px;
    display: inline-block;
    background-image: url(nav.png);
    background-repeat: no-repeat;
    background-position: -1px -1px;
    overflow: hidden;
    margin: 0 2px;
}

.slide .icon-dot a.current {
    background-position: -1px -12px;
}

.slide .link-watch {
    width: 30px;
    height: 44px;
    display: none;
    position: absolute;
    top: 160px;
    background: url(arrow.png) no-repeat 0 -57px;
    filter: alpha(opacity=60);
    cursor: pointer;
}

.slide .link-watch.pre {
    left: 10;
}

.slide .link-watch.next {
    left: 526px;
    right: 0;
    background-position: right -57px;
}

.slide .link-watch.down {
    background-position-y: -2px;
}

/* demo */
.demo {
    margin: 0;
    padding: 0;
    width: 550px;
    position: relative;
}

/* tabbtn */
.tabbtn {
    height: 30px;
    border-bottom: solid 2px #999999;
    background-color: #fff;
}

.tabbtn li {
    float: left;
    position: relative;
}

.tabbtn li a {
    display: block;
    float: left;
    height: 29px;
    line-height: 30px;
    overflow: hidden;
    width: 120px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-bottom: solid 1px #fff;
    background-color: #ccc;
    text-decoration: none;
}

.tabbtn li.current {
    border-bottom: solid 2px #999;
    border-right: solid 1px #fff;
    background-color: #999999;
}

.tabbtn li.current a {
    border-bottom: solid 2px #999;
    height: 27px;
    background: #999;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}

.tabbtn li.current a:hover {
    border-bottom: solid 2px #666;
    height: 27px;
    background: #666;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

/* tabcon */
.tabcon {
    position: relative; /*必要元素*/
    height: 180px;
    overflow: hidden;
}

.tabcon .subbox {
    position: absolute; /*必要元素*/
    left: 0;
    top: 0;
}

.tabcon .sublist {
    padding: 5px 10px;
    height: 170px;
    float: left;
}

/* leftcon */
#leftcon .subbox {
    float: left
}

#leftcon .subbox .sublist {
    float: left;
}

#piccon {
    float: left;
    padding: 10px 10px 10px 0px;
    height: 180px
}

/* sublist */
.sublist {
    padding: 10px;
}

.sublist li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

.sublist li a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #000;
    text-decoration: none;
}

.sublist li a:hover {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #666;
    text-decoration: none;
}

.sublist li span {
    margin: 0 5px 0 0;
}


.main_tit01 {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: bold;
    color: #2195C9;
}

.main_more {
    width: 50px;
    height: 16px;
    background-color: #2195c9;
    float: left;
}

.main_more2 {
    width: 50px;
    height: 16px;
    background-color: #999999;
    float: left;
}

.main_more_t {
    font-family: "Microsoft Yahei";
    font-size: 11px;
    color: #fff;
}

a.main_more_t {
    font-family: "Microsoft Yahei";
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

a.main_more_t:hover {
    font-family: "Microsoft Yahei";
    font-size: 11px;
    color: #F9F803;
    text-decoration: none;
    text-align: left;
}

.main_more_t2 {
    font-family: "Microsoft Yahei";
    font-size: 11px;
    color: #fff;
}

a.main_more_t2 {
    font-family: "Microsoft Yahei";
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

a.main_more_t2:hover {
    font-family: "Microsoft Yahei";
    font-size: 11px;
    color: #6e6e6e;
    text-decoration: none;
    text-align: left;
}

.main_dotline {
    border-bottom: 1px dashed #2195c9;
    height: 1px;
    width: 400px;
}

.main_t {
    margin-left: 10px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 28px;
}

.main_t_list {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #000;
}

a.main_t_list {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

a.main_t_list:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.main_tit02 {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 4px;
}

.main_text_tit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
}

a.main_text_tit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

a.main_text_tit:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.main_text {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

a.main_text {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
    text-decoration: none;
    line-height: 25px;
}

a.main_text:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #999;
    text-decoration: none;
    line-height: 25px;
}

#bo {
    border-top: solid 2px #d2d2d2;
    background-color: #E5E5E5;
    margin-top: 10px;
    bottom: 0px;
    min-height: 200px;
}

.bo_tit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
}

a.bo_tit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

a.bo_tit:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.bo_text {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #666;
}

a.bo_text {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

a.bo_text:hover {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.bo_scan {
    font-family: "Microsoft Yahei";
    font-size: 12px;
}

#newscon {
    padding: 10px;
    width: 530px;
    height: float: left;
}

.newscon_tit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
}

a.newscon_tit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

a.newscon_tit:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

.newscon_text {
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

a.newscon_text {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

a.newscon_text:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

#mainpic img {
    border: 1px solid #999;
}

.weixin {
    width: 30px;
    height: 30px;
    margin: 0px auto;
    position: relative;
    font-size: 12px;
    text-align: center;
}

.weixin a {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/images/weixin.png) no-repeat center top;
}

.weixin .weixin_nr {
    width: 74px;
    height: 74px;
    padding: 10px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: -45px;
    top: 45px;
    display: none;
}

.weixin .weixin_nr img {
    margin-bottom: 5px;
}

.weixin .weixin_nr .arrow {
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50px;
    top: -10px;
}

.weixin.on .weixin_nr {
    display: block;
}

.weixin.on a {
    background: url(/images/weixin.png) no-repeat left bottom;
}


/* page */
#lefttop {
    width: 240px;
    height: 32px;
    background-color: #b2b2b2;
    padding-top: 8px;
}

#lefttit {
    font-family: "Microsoft Yahei";
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
}

#left_nv {
    margin: 10px;
    width: 218px;
}

.leftlist {
    padding: 5px;
}

.leftlist li {
    width: 195px;
    height: 30px;
    border-bottom: 1px solid #d8d8d8;
    margin: 10px 10px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
}

.leftlist li a {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

.leftlist li a:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #32a5ce;
    text-decoration: none;
    font-weight: normal;
}

.leftlist_x {
    padding-left: 10px;
}

.leftlist_x li {
    width: 185px;
    margin: 10px 10px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    font-weight: normal;
}

.leftlist_x li a {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #6e6e6e;
    text-decoration: none;
    font-weight: normal;
}

.leftlist_x li a:hover {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #32a5ce;
    text-decoration: none;
    font-weight: normal;
}

.leftlist_xx {
    padding-left: 15px;
}

.leftlist_xx li {
    width: 170px;
    margin: 10px 10px;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    font-weight: normal;
}

.leftlist_xx li a {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #939393;
    text-decoration: none;
    font-weight: normal;
}

.leftlist_xx li a:hover {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #32a5ce;
    text-decoration: none;
    font-weight: normal;
}

.pagemaintop {
    margin-left: 10px;
    height: 30px;
    background-color: #6BC4E5;
    padding-top: 10px;
}

.pagemaintopx {
    margin-right: 10px;
    height: 30px;
    background-color: #6BC4E5;
    padding-top: 10px;
}

.pagemaintit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
    float: left;
}

.pagemainpath {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    float: right
}

.pagemainpath img {
    margin-right: 10px;
}

.pagemainpath a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.pagemainpath a:hover {
    font-size: 12px;
    text-decoration: none;
    color: #f7f7a4;
}

.pagemain {
    margin: 10px;
    float: left;
}

.pagemainyjjy {
    margin: 8px 10px 0 0;
    float: left;
}

.pagemainother {
    float: right;
}

.pagemaincortit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: bold;
}

.pagemaintext {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 28px;
}

.pagemaintext li {
    list-style-type: disc;
    margin-left: 20px;
}

.pagemainbo {
    margin: 10px;
    width: 700px;
    height: 30px;
    border-top: 1px solid #cacaca;
    float: left;
    padding: 10px;
}

.pagemainbo span {
    font-size: 12px;
    float: right;
}

/* page organization */
.pageorganbg {
    margin: 10px 0 10px 10px;
}

.pageorgantit {
    margin: 20px auto;
    width: 300px;
    height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #0964c6;
    font-weight: bold;
    border-bottom: 2px solid #6bc4e5;
    text-align: center;
}

#pageorgancon {
    margin: 20px 10px 20px 60px;
    height: 850px;
    border-left: 2px solid #6bc4e5;
}

#pageorgancon .tit {
    margin: 10px 0;
    padding-top: 8px;
    width: 200px;
    height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #0964c6;
    font-weight: bold;
    border-bottom: 1px solid #6bc4e5;
    text-align: center;
}

#pageorgancon .tit a {
    margin: 10px 0;
    padding-top: 8px;
    width: 200px;
    height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #0964c6;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#pageorgancon .tit a:hover {
    margin: 10px 0;
    padding-top: 8px;
    width: 200px;
    height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #08386c;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#pageorgancon .con {
    margin-left: 20px;
    height: 60px;
}

#pageorgancon .text {
    margin: 20px;
}

#pageorgancon li {
    float: left;
}

#pageorgancon li a {
    margin-left: 10px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    display: block;
    width: 180px;
    height: 30px;
    text-align: center;
    background-color: #eee;
}

#pageorgancon li a:hover {
    margin-left: 10px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #FFF;
    padding-top: 10px;
    display: block;
    width: 180px;
    height: 30px;
    text-align: center;
    background-color: #999;
}

/* kexueyanjiu */
.kxyj_tit {
    font-family: "Microsoft Yahei";
    font-size: 16px;
}

a.kxyj_tit {
    margin-left: 20px;
    font-family: "Microsoft Yahei";
    color: #000000;
    font-size: 16px;
}

a.kxyj_tit:hover {
    margin-left: 20px;
    font-family: "Microsoft Yahei";
    color: #5C85D8;
    font-size: 16px;
}

.kxyj_text {
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

a.kxyj_text {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #000000;
}

a.kxyj_text:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
}

.kxyj_tab_tit {
    font-family: "Microsoft Yahei"
    font-size: 14px;
    font-weight: bold;
}

/* wenhuajianshe */
.whjs_tit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
}

a.whjs_tit {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

a.whjs_tit:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.whjs_text {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #666;
}

a.whjs_text {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

a.whjs_text:hover {
    font-family: "Microsoft Yahei";
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

/* yewujieshao */
.ywjs_color_t {
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

a.ywjs_color_t {
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

a.ywjs_color_t:hover {
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 18px;
    color: #666;
    text-align: center;
    text-decoration: none;
}

.ywjs_color_t2 {
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

a.ywjs_color_t2 {
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-decoration: none;
}

a.ywjs_color_t2:hover {
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 16px;
    color: #666;
    text-decoration: none;
}

/* ziyuanzizhi */
.zyzz_lb_box {
    margin: 10px;
}

.zyzz_lb_text {
    padding: 5px;
    height: 20px;
}

.zyzz_lb_box li {
    margin-left: 10px;
    width: 220px;
    height: 20px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    float: left;
}

.zyzz_lb_box li a {
    margin-left: 10px;
    width: 220px;
    height: 20px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    line-height: 16px;
    text-decoration: none;
}

.zyzz_lb_box li a:hover {
    margin-left: 10px;
    width: 220px;
    height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #4F8FE5;
    line-height: 16px;
    text-decoration: none;
}

/* jianguanfuwu */
.jgfw_box {
    margin-top: 20px;
}

.jgfw_boxL {
    margin: 30px 5px 5px 5px;
    width: 220px;
    height: 100px;
    float: left;
    border: solid #ccc 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    background-color: #D0E9FB;
}

.jgfw_boxL2 {
    margin: 30px 5px 5px 5px;
    width: 220px;
    height: 100px;
    float: left;
    border: solid #ccc 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    background-color: #d5fcb2;
}

.jgfw_boxL3 {
    margin: 30px 5px 5px 5px;
    width: 220px;
    height: 100px;
    float: left;
    border: solid #ccc 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    background-color: #f9c1ba;
}

.jgfw_boxL4 {
    margin: 30px 5px 5px 5px;
    width: 220px;
    height: 100px;
    float: left;
    border: solid #ccc 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    background-color: #fcdeae;
}

.jgfw_boxtit {
    margin-top: 40px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    text-align: center;
}

a.jgfw_boxtit {
    margin-top: 40px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333;
    text-align: center;
    text-decoration: none;
}

a.jgfw_boxtit:hover {
    margin-top: 40px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #666;
    text-align: center;
    text-decoration: none;
}

.jgfw_boxR {
    margin: 5px;
    width: 480px;
    height: 160px;
    float: left;
    border: solid #ccc 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.jgfw_boxtext {
    margin: 10px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 32px;
}


/* chuangxintuiguang */
.cxtg_tit {
    margin: 10px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    height: 30px;
}

.bordered {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    margin-top: 20px;
    width: 730px;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/* yiqiyibiao */

.yqyb_box {
    margin-top: 20px;
}

.yqyb_boxL {
    margin: 30px 5px 5px 5px;
    width: 220px;
    height: 120px;
    float: left;
    border: solid #ccc 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    background-color: #EFEFEF;
}

.yqyb_boxtit {
    margin: 10px 10px;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    text-align: center;
}

a.yqyb_boxtit {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333;
    text-align: center;
    text-decoration: none;
}

a.yqyb_boxtit:hover {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #666;
    text-align: center;
    text-decoration: none;
}

.yqyb_img {
    margin-top: 10px;
    margin-left: 80px;
}

.yqyb_test {
    border: #000 8px;
}

.yqyb_boxR {
    margin: 5px;
    width: 480px;
    height: 160px;
    float: left;
    border: solid #ccc 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

.yqyb_boxtext {
    margin: 10px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 32px;
}

/* pinpaihuodong */
.pphd_leftbox {
    margin: 10px;
    width: 218px;
}

.pphd_lefttext {
    margin: 0px;
}

.pphd_lefttext li {
    margin-bottom: 6px;
    height: 30px;
    line-height: 26px;
    width: 218;
    background-color: #E5E5E5;
}

.pphd_lefttext li a {
    margin-left: 10px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
}

.pphd_lefttext a:hover {
    margin-left: 10px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #ED843C;
}

.pphd_con {
    margin: 10px;
    width: 720px;
    float: left;
}

.pphd_con_pic {
    margin-right: 10px;
    width: 240px;
    float: left;
}

.pphd_con_pic img {
    margin: 10px;
    border: #fff solid 1px;
}

.pphd_con_text {
    width: 470px;
    float: left;
}

.pphd_con_text p {
    margin: 10px;
    height: 142px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.pphd_con_text a {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
}

.pphd_con_text a:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #7494df;
}

.pphd_con_tit {
    margin: 8px 10px 8px 10px;
    width: 550px;
    height: 40px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 40px;
    float: left;
    border-bottom: #B7B7B7 solid 1px;
}

.pphd_con_tit a {
    height: 40px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    line-height: 40px;
    float: left;
    border-bottom: #B7B7B7 solid 1px;
}

.pphd_con_tit a:hover {
    height: 40px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #7494DF;
    line-height: 40px;
    float: left;
    border-bottom: #B7B7B7 solid 1px;
}

.pphd_con_date {
    margin: 8px 10px 8px 0;
    width: 140px;
    height: 40px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    float: left;
    border-bottom: #B7B7B7 solid 1px;
}

/* searchpage */
.searchpage_con {
    margin: 10px;
}

.searchpage_con a {
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
}

.searchpage_con a:hover {
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #7494DF;
}

/* hexinyewu */
.hxyw_box {
    width: 320px;
    margin: 10px 20px;
    float: left;
}

.hxyw_box2 {
    width: 320px;
    margin: 10px;
    float: left;
}

.hxyw_r_box {
    width: 340px;
    margin: 10px 5px;
    border-left: 1px solid #9a9a9a;
    float: left;
}

.hxyw_r_box ul {
    margin-left: 10px;
}

.hxyw_r_box li {
    margin-right: 20px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 30px;
    float: left;
}

.hxyw_r_box li a {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 30px;
    color: #333;
    float: left;
}

.hxyw_r_box li a:hover {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 30px;
    color: #779DE9;
    float: left;
}

.hxyw_box_pic {
    margin-bottom: 10px;
}

.hxyw_box_text {
    width: 300px;
    margin: 5px 10px;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    line-height: 24px;
}

.hxyw_line {
    width: 720px;
    margin: 10px 0 10px 10px;
    border-bottom: 1px solid #9A9A9A;
    float: left;
}

.hxyw_box_rad {
    width: 700px;
    margin-left: 20px;
    border-radius: 4px;
    background-color: #ededed;
    float: left;
}
.navigation_top_fixed {
    position: fixed!important;
}

.navigation-con {
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 999;
    height: 90px;
    width: 100%;
}
.myheader {
    height: 65px;
    width: 100%;
}
.navigation-con .myheader .header-contain #logo {
    height: 100%;
    float: left;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.myheader .header-contain {
    height: 100%;
    padding: 0 80px;
}
@media (min-width: 1920px) {
    .myheader .header-contain .nav-contain {
        margin-left: calc((100% - 1280px)/2 - 126px);
    }
}
@media (max-width: 1440px) {
    .sp-container {
        padding: 0 16px
        width:1440px;
        margin: 0 auto
    }
}
.myheader .header-contain .nav-contain {
    margin: 0 36px 0 100px;
    height: 100%;
    display: inline-block;
}
.myheader .header-contain .nav-contain .header-list {
    height: 100%;
    display: inline-block;
    font-size: 14px;
}
.myheader .header-contain .nav-contain .header-list .pad-list {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 16px;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    position: relative;
}
.myheader .header-contain .nav-contain .header-list .pad-list .el-icon-arrow-down {
    transition: all .3s ease;
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-area {
    width: 100%;
    position: absolute;
    left: 0;
    top: 65px;
    padding: 28px 32px;
    border-radius: 2px;
    background: #f5f5f5;
    transform-origin: center top
}

.nav-area .nav-sub-text {
    font-size: 14px;
    color: #000;
    padding: 12px 20px;
    margin-bottom: 20px;
    background: #d8d8d8;
    text-align: center;
    display: inline-block;
    opacity: .5
}

.nav-area .icon-close {
    position: absolute;
    right: 2px;
    top: 20px;
    font-size: 24px;
    color: #999;
    cursor: pointer
}

.nav-collapse-enter-to,.nav-collapse-leave {
    transition: transform .3s ease;
    transform: scaleY(1)
}

.nav-collapse-enter,.nav-collapse-leave-to {
    transform: scaleY(0)
}

.pad-area {
    position: relative;
    overflow: hidden;
    padding-right: 0!important
}

.pad-area .nav-list-pad {
    min-width: 210px;
    position: absolute;
    vertical-align: top;
    display: inline-block;
    border-right: 1px solid #e6e6e6;
    background: #f5f5f5;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    padding-top: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto
}

.pad-area .nav-list-pad .nav-left-text {
    font-size: 18px;
    color: #222;
    opacity: .5;
    font-weight: 600;
    margin-top: 6px
}

.pad-area .nav-list-pad .nav-list3 {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
    color: #222
}

.pad-area .nav-list-pad .nav-list3.navhover {
    font-size: 16px;
    font-weight: 600
}
.navigation-con .myheader .header-contain .nav-contain .header-list .navhover {
    color: #1989fa
}
.navigation-con .myheader .header-contain .nav-contain .header-list .navhover .el-icon-arrow-down {
    transition: all .3s ease;
    transform: rotate(-180deg)
}

.pad-area .nav-list-pad .nav-list3 .nav-bottom-line {
    width: 0;
    height: 2px;
    background-color: #222;
    transition: width .3s;
    margin-top: -4px
}

.pad-area .nav-list-pad .nav-list3 .nav_line_active {
    width: 100%
}

.pad-area .nav-list-right {
    margin-left: 255px;
    min-height: 300px;
    max-height: 420px;
    overflow-y: auto
}

.pad-area .nav-list-type-one {
    overflow: hidden;
    padding: 12px
}

.pad-area .nav-list-type-one .item {
    float: left;
    width: 250px;
    min-height: 90px;
    margin: 10px 45px 0 0;
    cursor: pointer
}

.pad-area .nav-list-type-one .item:hover .title {
    color: #3d9bfa
}

.pad-area .nav-list-type-one .item .title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #222;
    margin-bottom: 8px
}

.pad-area .nav-list-type-one .item .sub-item-title,.pad-area .nav-list-type-one .item .sub-title {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #555;
    opacity: .6
}

.pad-area .nav-list-type-one .item .sub-item-title:hover {
    color: #3d9bfa
}

.line {
    width: 90%;
    margin: 5px 0 5px 5%;
    height: 1px;
    border: .5px solid #dcdfe6
}


.introduce-basic .nav-basic-bg {
    width: 100%;
    height: 210px;
    cursor: pointer;
    text-align: center;
    background: url(/image/background-grey.png);
    background-size: 100% 100%
}

.introduce-basic .nav-con2 {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.introduce-basic .nav-con2 .nav-con2-div {
    position: absolute;
    top: 0;
    padding: 20px
}

.introduce-basic .nav-con2 .nav-con2-text1 {
    font-size: 16px;
    color: #222;
    margin-bottom: 0;
    margin-top: 3px;
    font-weight: 600
}

.introduce-basic .nav-con2 .nav-con2-text2 {
    font-size: 12px;
    color: #000;
    opacity: .5
}

.introduce-basic .nav-text1 {
    position: absolute;
    margin-top: -60px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #005aaa
}

.introduce-basic .nav-text2 {
    font-size: 16px;
    color: #222;
    margin-bottom: 6px;
    font-weight: 600
}

.introduce-basic .nav-text3 {
    height: 18px;
    font-size: 14px;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap
}

.introduce-basic .nav-text3,.introduce-basic .nav-text4 {
    width: 100%;
    margin-bottom: 2px;
    overflow: hidden;
    cursor: pointer
}

.introduce-basic .nav-text4 {
    font-size: 12px;
    color: #9b9b9b
}

.introduce-basic .nav-con-bg {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: url(/image/camera.png);
    background-repeat: no-repeat;
    background-size: 100% 90px;
    font-size: 14px;
    color: #fff;
    padding: 14px 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 30px;
    cursor: pointer
}
.header-contain .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
    display: block;
}

@media only screen and (min-width: 768px) {
    .hidden-sm-and-up {
        display: none!important;
    }
}
.index_bar_search {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 100;
}
.index_bar_search .search_blur_bg {
    width: 100%;
    height: 100px;
    background: hsla(0,0%,100%,.3);
    filter: drop-shadow(0 0 20px rgba(255,255,255,.3));
}
.index_bar_search .search_con {
    margin-top: -100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.index_bar_search .search_btn1 {
    width: 38%;
    max-width: 180px;
    height: 54px;
    padding: 0;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #004baa;
    border-radius: 0;
    margin-right: 8px
}

.index_bar_search .search_btn1:hover {
    background: #005ddd
}

.index_bar_search .search_btn2 {
    width: 38%;
    max-width: 180px;
    height: 54px;
    padding: 0;
    font-size: 16px;
    color: #fff;
    background: #00aff0;
    border-radius: 0;
    margin-right: 8px;
    border: 0
}

.index_bar_search .search_btn2:hover {
    background: #2cc6ff
}
@media (min-width: 1540px) {
    .nap-container {
        width: 1280px;
        margin: 0 auto;
    }
}
.nap-container {
    width: 1280px;
    margin: 0 auto;
}
.banner_custom button {
    touch-action: manipulation
}

.banner_custom .el-carousel__indicators--horizontal {
    bottom: 130px
}

.banner_custom .el-carousel__container .el-carousel__item img {
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.banner_custom .banner_video_play {
    z-index: 100;
    position: absolute;
    right: 140px;
    margin-top: -246px;
    cursor: pointer
}

.banner_custom .banner_video_shadow {
    width: 100%;
    height: 100vh;
    background: rgba(32,32,32,.5);
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.banner_custom .banner_video {
    width: 80%;
    outline: none
}

.banner_custom .banner_video_close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 42px;
    color: #fff;
    cursor: pointer
}

.banner_custom .banner_pc_container {
    width: 100%;
    top: 80px;
    padding-top: 140px;
    position: absolute;
    cursor: pointer
}

.banner_custom .pc_logo {
    height: 24px;
    width: auto!important;
    transform: translateY(40px);
    opacity: 0
}

.banner_custom .pc_title {
    min-height: 48px;
    font-size: 46px;
    line-height: 48px;
    font-weight: 600;
    margin-top: 32px;
    color: #222;
    transform: translateY(40px);
    opacity: 0
}

.banner_custom .pc_text {
    min-height: 22px;
    font-size: 18px;
    line-height: 22px;
    color: #222;
    margin-top: 24px;
    transform: translateY(40px);
    opacity: 0
}

.banner_custom .pc_btn_div {
    transform: translateY(40px);
    opacity: 0;
    display: inline-flex
}

.banner_custom .pc_btn {
    min-width: 204px;
    height: 66px;
    padding: 0 32px;
    margin-right: 20px;
    margin-top: 48px;
    font-size: 18px;
    color: #222;
    background: transparent;
    border: 1px solid #222;
    border-radius: 0
}

.banner_custom .pc_btn:hover {
    color: #1989fa;
    border: 1px solid #1989fa
}

.banner_custom .pc_btn span {
    display: inline-flex
}

.banner_custom .pc_btn img {
    display: inline-block;
    width: 20px!important;
    margin-left: 12px!important
}

.banner_custom .pc_btn .play {
    width: 22px!important
}

.banner_custom .pc_banner_img_focus {
    transition: all 2s;
    transform: scale(1.1)
}

.banner_custom .pc_banner_content_focus {
    transition: all 1s;
    opacity: 1;
    transform: translateY(0)!important
}

.banner_custom .banner_mobile_container {
    width: 100%;
    top: 0;
    padding-top: 40px;
    text-align: center;
    position: absolute
}

.banner_custom .mobile_logo {
    height: 18px;
    width: auto!important;
    display: inline-block!important
}

.banner_custom .mobile_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #222;
    padding: 0 20%;
    margin-top: 24px
}

.banner_custom .mobile_text {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    padding: 0 5%;
    margin-top: 16px
}

.banner_custom .mobile_btn {
    min-width: 116px;
    height: 36px;
    font-size: 12px;
    padding: 0 16px;
    background: transparent;
    border: 1px solid #222;
    color: #222;
    border-radius: 0;
    margin-top: 24px
}

@media (min-width: 1439px) and (max-width:1599px) {
    .banner_custom .banner_pc_container {
        padding-top:80px
    }
}

@media (min-width: 1300px) and (max-width:1440px) {
    .banner_custom .banner_pc_container {
        padding-top:60px
    }

    .banner_custom .pc_title {
        font-size: 40px;
        margin-top: 24px
    }

    .banner_custom .pc_btn {
        height: 50px
    }
}

@media (min-width: 1200px) and (max-width:1299px) {
    .banner_custom .banner_pc_container {
        padding-top:36px
    }

    .banner_custom .pc_title {
        font-size: 38px;
        margin-top: 24px
    }

    .banner_custom .pc_btn {
        height: 50px
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .banner_custom .banner_pc_container {
        padding-top:0;
        top: 40px
    }

    .banner_custom .pc_title {
        font-size: 36px;
        margin-top: 24px
    }

    .banner_custom .pc_btn {
        height: 50px
    }
}

@media (max-width: 991px) {
    .banner_custom .el-carousel__indicators--horizontal {
        bottom:32px
    }

    .banner_custom .banner_pc_container {
        top: 56px;
        padding-top: 0
    }

    .banner_custom .pc_logo {
        height: 18px
    }

    .banner_custom .pc_title {
        font-size: 24px;
        line-height: 24px;
        min-height: 24px;
        margin-top: 16px
    }

    .banner_custom .pc_text {
        font-size: 14px;
        line-height: 14px;
        min-height: 14px;
        margin-top: 16px
    }

    .banner_custom .pc_btn {
        min-width: 120px;
        height: 36px;
        padding: 0 16px;
        margin-right: 16px;
        margin-top: 40px;
        font-size: 12px
    }

    .banner_custom .pc_btn img {
        width: 10px!important
    }
}

.el-popper[x-placement^=bottom] .popper__arrow {
    display: none
}
.search_input_focus {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1)
}

.search_mids {
    width: 100%;
    position: relative
}

.search_mids .search_input {
    width: 81%
}

.search_mids .search_input .el-input__inner {
    height: 55px;
    font-size: 16px;
    color: #222;
    padding: 0 20px;
    border-radius: 0
}

.search_mids .search_btn {
    height: 55px;
    width: 15%;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    background: #1989fa
}

.search_mids .search_btn:hover {
    background: #007bd9
}

.search_mids .search_word_div {
    width: 96%;
    position: absolute;
    background: #fff;
    padding: 30px 24px;
    margin-top: 56px;
    box-shadow: 0 12px 12px 0 rgba(0,0,0,.1);
    border-radius: 0
}

.search_mids .search_word_div .search_hot_text {
    font-size: 14px;
    color: #999;
    width: 70px
}

.search_mids .search_word_div .search_hot_text2 {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #222;
    background: transparent;
    padding: 0 20px;
    border: 1px solid #ddd;
    margin-right: 26px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer
}

.search_mids .search_word_div .search_hot_text2:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #1989fa
}

.search_mids_autocomplete {
    padding: 14px 0!important;
    margin-top: 2px!important;
    border-top: 0!important;
    box-shadow: 0 12px 12px 0 rgba(0,0,0,.1)!important;
    border-radius: 0!important
}

.search_mids_autocomplete li {
    padding: 0!important
}

.search_mids_autocomplete li:hover {
    background-color: transparent!important
}

.search_mids_autocomplete .search_text {
    font-size: 16px;
    line-height: 40px;
    padding: 2px 30px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search_mids_autocomplete .search_text:hover {
    background: #f6f6f6;
    color: #09f
}

.search_mids_autocomplete .search_text_top {
    font-size: 16px;
    line-height: 40px;
    padding: 2px 30px;
    color: #999
}

.search_mids_autocomplete .search_line_div {
    width: 100%;
    padding: 0 30px
}

.search_mids_autocomplete .search_line {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: 8px;
    margin-bottom: 8px
}

.search_mids_mobile {
    width: 100%
}

.search_mids_mobile i {
    font-size: 20px
}

.search_mids_mobile .search_input_div {
    width: 100%;
    background: #ededed;
    padding: 12px 20px;
    position: fixed;
    left: 0
}

.search_mids_mobile .search_input_m {
    width: 78%;
    margin-right: 0
}

.search_mids_mobile .search_input_m .el-input__inner {
    height: 40px;
    font-size: 12px;
    border-radius: 0;
    color: #222
}

.search_mids_mobile .search_input_m .el-input__icon {
    line-height: 36px;
    font-size: 18px
}

.search_mids_mobile .search_word_div_m {
    width: 100%;
    background: #fff;
    padding: 14px 20px 20px;
    box-shadow: 0 12px 12px 0 rgba(0,0,0,.1);
    border-radius: 0;
    position: absolute;
    margin-top: 40px
}

.search_mids_mobile .search_word_div_m .search_hot_text_m {
    font-size: 12px;
    color: #999;
    line-height: 14px
}

.search_mids_mobile .search_word_div_m .search_hot_text2_m {
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    color: #222;
    padding: 0 8px;
    border: 1px solid #ddd;
    margin-right: 12px;
    margin-top: 14px;
    display: inline-block
}

.search_mids_mobile .search_btn_m {
    width: 22%;
    height: 40px;
    font-size: 12px;
    border-radius: 0;
    background: #1989fa
}

.search_mids_autocomplete_m {
    max-height: 220px;
    margin-top: 1px!important;
    padding: 0 0 14px!important;
    border-radius: 0!important
}

.search_mids_autocomplete_m .el-autocomplete-suggestion__wrap {
    max-height: 210px
}

.search_mids_autocomplete_m li {
    padding: 0!important
}

.search_mids_autocomplete_m li:hover {
    background-color: transparent!important
}

.search_mids_autocomplete_m .search_text {
    font-size: 12px;
    line-height: 32px;
    padding: 2px 20px;
    color: #222;
    margin-right: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search_mids_autocomplete_m .search_text_top {
    font-size: 12px;
    line-height: 32px;
    padding: 2px 20px;
    color: #999
}

.search_mids_autocomplete_m .search_line_div {
    width: 100%;
    padding: 0 20px
}

.search_mids_autocomplete_m .search_line {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: 6px;
    margin-bottom: 6px
}

@media (min-width: 1199px) {
    .search_mids {
        display:inline-flex
    }

    .search_mids_mobile {
        display: none
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .search_mids {
        display:none
    }

    .search_mids_mobile {
        display: inline-flex
    }

    .search_mids_mobile .search_input_m .el-input__inner {
        height: 50px;
        font-size: 12px
    }

    .search_mids_mobile .search_btn_m {
        height: 50px
    }

    .search_mids_mobile .search_word_div_m {
        margin-top: 50px
    }
}

@media (max-width: 992px) {
    .search_mids {
        display:none
    }

    .search_mids_mobile {
        display: inline-flex;
        position: relative
    }
}

.search_carousel_wrap[data-v-368d437c] {
    position: absolute;
    left: 0;
    top: 0;
    width: 81%;
    height: 55px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dcdfe6;
    padding: 0 20px;
    display: flex;
    align-items: center
}

.search_carousel_wrap[data-v-368d437c]:hover {
    border-color: #c0c4cc
}

.search_carousel_wrap .search_carousel[data-v-368d437c] {
    flex: 1
}

.search_carousel_wrap .search_carousel_word[data-v-368d437c] {
    font-size: 16px;
    color: #c0c4cc;
    height: 100%;
    display: flex;
    align-items: center
}

.search_carousel_hide[data-v-368d437c] {
    z-index: -1
}

@media (max-width: 1199px) {
    .search_carousel_wrap[data-v-368d437c] {
        width:78%;
        height: 50px;
        padding: 0 15px
    }

    .search_carousel_wrap .search_carousel_word[data-v-368d437c] {
        font-size: 12px
    }
}

@media (max-width: 992px) {
    .search_carousel_wrap[data-v-368d437c] {
        height:40px
    }
}


.Container{
    min-height: 80vh;
}

.scene_detail_banner {
    background: url(/image/scene/sceneDetailBg.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 340px;
    display: flex;
    align-items: center;
    color: #fff
}

.scene_detail_banner .banner_title_one {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    font-weight: 400;
    margin-bottom: 24px
}

.scene_detail_banner .banner_title_two {
    font-size: 42px;
    line-height: 42px;
    height: 42px;
    font-weight: 500;
    margin-bottom: 32px
}

.scene_detail_banner .banner_describe {
    font-size: 18px;
    line-height: 18px;
    min-height: 18px;
    color: hsla(0,0%,100%,.8);
    margin-bottom: 24px
}

.scene_detail_banner .banner_btn_eval,.scene_detail_banner .banner_btn_kf {
    border-radius: 0;
    font-size: 16px
}

.scene_detail_banner .banner_btn_eval {
    width: 176px;
    height: 48px;
    background: #1989fa
}

.scene_detail_banner .banner_btn_kf {
    width: 112px;
    height: 48px;
    border: 1px solid #015aaa;
    color: #015aaa;
    background: none
}

.scene_detail_banner .banner_btn_kf:hover {
    border: 1px solid #0075dd;
    color: #0075dd
}

@media screen and (max-width: 767px) {
    .scene_detail_banner {
        min-height:236px
    }

    .scene_detail_banner .banner__mobile {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .scene_detail_banner .banner_title_one {
        font-size: 14px;
        line-height: 14px;
        height: 14px;
        margin-bottom: 16px
    }

    .scene_detail_banner .banner_title_two {
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        margin-bottom: 16px
    }

    .scene_detail_banner .banner_describe {
        font-size: 12px
    }

    .scene_detail_banner .banner_btn_eval,.scene_detail_banner .banner_btn_kf {
        font-size: 14px;
        height: 38px
    }

    .scene_detail_banner .banner_btn_kf {
        width: 135px;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px)
    }
}

.scene_detail_follow {
    padding: 80px 0
}

.scene_detail_follow .follow_head {
    font-size: 36px;
    color: #222;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 40px
}

.scene_detail_follow .follow_row {
    display: flex;
    flex-wrap: wrap
}

.scene_detail_follow .follow_item {
    min-height: 174px;
    height: 100%;
    border-radius: 1px;
    padding: 32px;
    background: url(/image/scene/sceneDetailFrame.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    transition: transform .2s ease-out;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

@media (any-hover: hover) {
    .scene_detail_follow .follow_item:hover {
        transform:translateY(-10px)
    }
}

.scene_detail_follow .follow_type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 111px;
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(/image/scene/followType.png) no-repeat;
    background-size: 100% 100%
}

.scene_detail_follow .follow_title {
    font-size: 18px;
    color: #222;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.scene_detail_follow .follow_describe {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 16px;
    flex: 1;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.scene_detail_follow .follow_tags {
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    overflow: hidden
}

.scene_detail_follow .follow_tag {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 8px;
    margin-right: 8px;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.scene_detail_follow .follow_type_text {
    transform: rotate(45deg);
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .scene_detail_follow {
        padding:24px 0
    }

    .scene_detail_follow .follow_head {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 24px
    }

    .scene_detail_follow .follow_col {
        margin-bottom: 10px
    }

    .scene_detail_follow .follow_item {
        min-height: 148px;
        padding: 24px
    }

    .scene_detail_follow .follow_type {
        width: 88px;
        height: 88px;
        top: -18px;
        right: -20px
    }

    .scene_detail_follow .follow_title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .scene_detail_follow .follow_describe {
        line-height: 22px;
        margin-bottom: 8px
    }

    .scene_detail_follow .follow_type_text {
        font-size: 12px;
        line-height: 12px
    }
}

.scene_detail_solution {
    background: url(/image/scene/pageBc.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0
}

.scene_detail_solution .solution_head {
    font-size: 36px;
    color: #222;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 40px
}

.scene_detail_solution .solution_list {
    display: flex;
    flex-wrap: wrap
}

.scene_detail_solution .solution_col {
    margin-bottom: 24px
}

.scene_detail_solution .solution_item {
    height: 100%;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(25,137,250,.1);
    border-radius: 1px;
    transition: transform .2s ease-out;
    cursor: pointer
}

@media (any-hover: hover) {
    .scene_detail_solution .solution_item:hover {
        transform:translateY(-10px)
    }
}

.scene_detail_solution .solution_img {
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.scene_detail_solution .solution_content {
    padding: 24px
}

.scene_detail_solution .solution_title {
    font-size: 18px;
    color: #222;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.scene_detail_solution .solution_describe {
    height: 44px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    font-weight: 400;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.scene_detail_solution .list-more__wrapper {
    width: 100%;
    text-align: center
}

.scene_detail_solution .list-more {
    font-size: 14px;
    color: #1989fa
}

.scene_detail_solution .list-more:hover {
    color: #0061ff
}

@media screen and (max-width: 767px) {
    .scene_detail_solution {
        background-image:none;
        padding: 0
    }

    .scene_detail_solution .solution_head {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 16px
    }

    .scene_detail_solution .solution_col {
        margin-bottom: 16px
    }

    .scene_detail_solution .solution_content {
        padding: 16px
    }

    .scene_detail_solution .solution_title {
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        margin-bottom: 12px
    }
}

.scene_detail_relate {
    padding: 80px 0
}

.scene_detail_relate .relate_head {
    font-size: 36px;
    color: #222;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 40px
}

.scene_detail_relate .relate_row {
    display: flex;
    flex-wrap: wrap
}

.scene_detail_relate .relate_col {
    margin-bottom: 24px
}

.scene_detail_relate .relate_item {
    height: 100%;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.1);
    border-radius: 1px;
    padding: 24px;
    transition: transform .2s ease-out;
    cursor: pointer
}

@media (any-hover: hover) {
    .scene_detail_relate .relate_item:hover {
        transform:translateY(-10px)
    }
}

.scene_detail_relate .relate_title {
    font-size: 18px;
    color: #222;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.scene_detail_relate .relate_describe {
    height: 56px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    font-weight: 400;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.scene_detail_relate .list-more__wrapper {
    width: 100%;
    text-align: center
}

.scene_detail_relate .list-more {
    font-size: 14px;
    color: #1989fa
}

.scene_detail_relate .list-more:hover {
    color: #0061ff
}

@media screen and (max-width: 767px) {
    .scene_detail_relate {
        padding:16px 0
    }

    .scene_detail_relate .relate_head {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 16px
    }

    .scene_detail_relate .relate_col {
        margin-bottom: 16px
    }

    .scene_detail_relate .relate_title {
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        margin-bottom: 12px
    }

    .scene_detail_relate .relate_describe {
        height: 44px;
        line-height: 22px;
        font-weight: 400
    }
}

.py-10 {
    padding-top: 40px;
    padding-bottom: 40px
}

.case__title {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    line-height: 34px;
    margin-bottom: 32px
}

.case__desc {
    font-size: 14px;
    color: #333;
    line-height: 26px
}

.case-banner {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    margin-bottom: 40px
}

.case-banner__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.case-banner__content {
    max-width: 812px
}

.case-banner__name {
    font-size: 18px;
    line-height: 18px;
    color: #222;
    margin-bottom: 24px
}

.case-banner__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    color: #222;
    margin-bottom: 32px
}

.case-banner__desc {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-bottom: 24px
}

.case-banner__btn {
    width: 160px;
    height: 48px;
    font-size: 16px
}

.case-banner__logo {
    height: 110px;
    display: inline-block
}

.case-video {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center
}

.case-video__video {
    width: 100%;
    display: block
}

.case-video__video-wrapper {
    width: 85%;
    background: rgba(0,0,0,.1);
    box-shadow: 0 16px 24px 0 rgba(0,0,0,.2)
}

.case-video__bg {
    position: absolute;
    left: 0;
    bottom: 42px;
    width: 100%;
    height: 68%;
    background: #f5f7f8;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .case-header__filler {
        height:36px
    }

    .case__title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 16px
    }

    .case__desc {
        font-size: 12px;
        color: #666;
        line-height: 22px
    }

    .case-banner {
        padding: 34px 0;
        margin-bottom: 16px
    }

    .case-banner__wrapper {
        flex-direction: column-reverse
    }

    .case-banner__content {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .case-banner__name {
        font-size: 14px;
        line-height: 14px
    }

    .case-banner__title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 16px
    }

    .case-banner__desc {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 16px;
        opacity: .8;
        text-align: center
    }

    .case-banner__btn {
        width: 120px;
        height: 38px;
        font-size: 14px
    }

    .case-banner__logo {
        height: 48px;
        margin-bottom: 28px
    }

    .case-video__video-wrapper {
        width: 100%;
        box-shadow: none
    }

    .case-video__bg {
        display: none
    }

    .py-10 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .case_container {
        padding:0 56px
    }

    .py-10 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .case-header__filler {
        height: 36px
    }

    .case__title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 24px
    }

    .case__desc {
        color: #222
    }

    .case-banner {
        padding: 56px 0;
        margin-bottom: 28px
    }

    .case-banner__name {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 28px
    }

    .case-banner__title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 16px
    }

    .case-banner__desc {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 24px;
        opacity: .8
    }

    .case-banner__logo {
        height: 78px
    }

    .case-video__video-wrapper {
        width: 100%;
        box-shadow: none
    }

    .case-video__bg {
        display: none
    }
}
.case_sub_part {
    padding-top: 40px
}

.case_sub_part .case-scroll::-webkit-scrollbar {
    height: 4px
}

.case_sub_part .case-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.4)
}

.case_sub_part .case-scroll {
    overflow-x: auto;
    padding: 0 32px 32px 56px
}

.case_sub_part .case_reason_bg {
    width: 100%;
    padding: 80px 0;
    background: rgba(238,241,244,.6)
}

.case_sub_part .case_detail_bg {
    padding-top: 80px
}

.case_sub_part .case_result_bg {
    width: 100%;
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 32px;
    position: relative
}

.case_sub_part .case_result_data {
    padding-top: 44px
}

.case_sub_part .case_result_item {
    width: 33.3%;
    margin-bottom: 56px
}

.case_sub_part .case_result_row {
    display: flex;
    height: 72px
}

.case_sub_part .case_result_img {
    height: 24px;
    margin-top: 13px
}

.case_sub_part .case_bottom_img {
    width: 100%;
    position: absolute;
    bottom: 0
}

.case_sub_part .case_solution_bg {
    padding-top: 80px;
    padding-bottom: 80px
}

.case_sub_part .case_solution_item {
    padding: 24px;
    border-radius: 1px;
    background: linear-gradient(180deg,#f4f9ff,#f4f9ff 1%,#fff 82%);
    box-shadow: 0 8px 16px 0 rgba(23,44,66,.1);
    cursor: pointer
}

.case_sub_part .case_solution_item:hover {
    background: linear-gradient(193deg,#fff 62%,#f8fbfe 90%);
    box-shadow: 0 12px 24px 0 rgba(23,44,66,.2)
}

.case_sub_part .case_solution_item:hover .case_text5 {
    color: #1989fa
}

.case_sub_part .case_solution_item:hover .case_btn {
    color: #0061ff
}

.case_sub_part .case_solution_item .case_text5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.case_sub_part .case_solution_item .case_btn {
    background: transparent;
    font-size: 16px;
    color: #1989fa;
    height: 16px;
    padding: 0;
    border: 0
}

.case_sub_part .case_solution_item .case_btn img {
    height: 14px;
    margin-left: 16px
}

.case_sub_part .case_editor {
    position: relative
}

.case_sub_part .case_editor p {
    line-height: 1.4!important
}

.case_sub_part .case_editor img {
    max-width: 100%
}

.case_sub_part .case_title {
    position: relative;
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 32px
}

.case_sub_part .case_text1 {
    font-size: 14px;
    line-height: 32px;
    color: #222
}

.case_sub_part .case_text2 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    margin-right: 16px;
    color: #222
}

.case_sub_part .case_text3 {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    margin-top: 10px
}

.case_sub_part .case_text4 {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    margin-top: 16px;
    overflow: hidden
}

.case_sub_part .case_text6 {
    height: 52px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.case_sub_part .case_text7 {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #222
}

@media (min-width: 1201px) and (max-width:1440px) {
    .case_sub_part .case_result_item {
        width:33.3%;
        margin-bottom: 48px
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .case_sub_part {
        padding-top:28px
    }

    .case_sub_part .case_container_pad {
        padding: 0 56px
    }

    .case_sub_part .case_reason_bg {
        padding: 56px 0
    }

    .case_sub_part .case_detail_bg {
        padding-top: 56px
    }

    .case_sub_part .case_result_bg {
        padding-top: 56px;
        padding-bottom: 24px
    }

    .case_sub_part .case_solution_bg {
        padding-top: 56px;
        padding-bottom: 58px
    }

    .case_sub_part .case_solution_item {
        width: 410px;
        margin-right: 24px
    }

    .case_sub_part .case_solution_pad {
        display: flex;
        width: 1320px
    }

    .case_sub_part .case_result_item {
        width: 33.3%;
        margin-bottom: 32px
    }

    .case_sub_part .case_result_row {
        height: 40px
    }

    .case_sub_part .case_result_data {
        padding-top: 24px
    }

    .case_sub_part .case_result_img {
        height: 18px;
        margin-top: 10px
    }

    .case_sub_part .case_solution_item:hover {
        background: linear-gradient(180deg,#f4f9ff,#f4f9ff 1%,#fff 82%);
        box-shadow: 0 8px 16px 0 rgba(23,44,66,.1)
    }

    .case_sub_part .case_solution_item:hover .case_text5 {
        color: #222
    }

    .case_sub_part .case_solution_item:hover .case_btn {
        color: #1989fa
    }

    .case_sub_part .case_title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 24px
    }

    .case_sub_part .case_text1 {
        font-size: 14px;
        line-height: 26px
    }

    .case_sub_part .case_text2 {
        font-size: 40px;
        line-height: 40px
    }

    .case_sub_part .case_text3 {
        font-size: 12px;
        line-height: 12px;
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .case_sub_part {
        padding-top:16px
    }

    .case_sub_part .case_reason_bg {
        padding: 32px 0
    }

    .case_sub_part .case_detail_bg {
        padding-top: 32px
    }

    .case_sub_part .case_result_bg {
        padding-top: 32px;
        padding-bottom: 0
    }

    .case_sub_part .case_solution_bg {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .case_sub_part .case_result_row {
        height: 32px
    }

    .case_sub_part .case_result_data {
        padding-top: 24px
    }

    .case_sub_part .case_result_item {
        width: 50%;
        margin-bottom: 32px
    }

    .case_sub_part .case_result_img {
        height: 12px;
        margin-top: 8px
    }

    .case_sub_part .case_solution_item {
        margin-bottom: 8px;
        padding: 16px
    }

    .case_sub_part .case_solution_item .case_text5 {
        font-size: 14px;
        line-height: 14px
    }

    .case_sub_part .case_solution_item .case_btn {
        height: 12px;
        font-size: 12px
    }

    .case_sub_part .case_solution_item .case_btn img {
        height: 10px;
        margin-left: 12px
    }

    .case_sub_part .case_solution_item:hover {
        background: linear-gradient(180deg,#f4f9ff,#f4f9ff 1%,#fff 82%);
        box-shadow: 0 8px 16px 0 rgba(23,44,66,.1)
    }

    .case_sub_part .case_solution_item:hover .case_text5 {
        color: #222
    }

    .case_sub_part .case_solution_item:hover .case_btn {
        color: #1989fa
    }

    .case_sub_part .case_solution_nap {
        padding-top: 8px
    }

    .case_sub_part .case_title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 16px
    }

    .case_sub_part .case_text1 {
        font-size: 12px;
        line-height: 22px;
        color: #666
    }

    .case_sub_part .case_text2 {
        font-size: 32px;
        line-height: 32px;
        margin-right: 12px
    }

    .case_sub_part .case_text3 {
        font-size: 12px;
        line-height: 12px;
        margin-top: 2px
    }

    .case_sub_part .case_text4 {
        font-size: 12px;
        line-height: 12px;
        margin-top: 12px
    }

    .case_sub_part .case_text6 {
        height: 44px;
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 24px
    }

    .case_sub_part .case_text7 {
        font-size: 12px;
        line-height: 22px;
        color: #666
    }

    .case_sub_part .case_editor p {
        line-height: 1.3!important
    }

    .case_sub_part .case_editor strong {
        font-size: 12px!important
    }

    .case_sub_part .case_editor span {
        font-size: 12px!important;
        color: #666
    }
}

@media screen and (min-width: 1920px) {
    .w-banner-main {
        top:230px
    }

    .w-banner-main .title {
        font-size: 40px;
        letter-spacing: 5.25px
    }

    .w-banner-main .banner-title {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 1.75px
    }
}

@media (min-width: 1360px) and (max-width:1920px) {
    .w-banner-main {
        top:171px;
        width: 75%!important
    }

    .w-banner-main .title {
        font-size: 40px;
        letter-spacing: 5.25px
    }

    .w-banner-main .banner-title {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 1.75px
    }
}

@media (min-width: 1200px) and (max-width:1360px) {
    .w-banner-main {
        top:150px;
        width: 75%!important
    }

    .w-banner-main .title {
        font-size: 32px;
        letter-spacing: 3.25px
    }

    .w-banner-main .banner-title {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 1.75px
    }
}

@media (min-width: 780px) and (max-width:1200px) {
    .w-banner-main {
        top:100px;
        width: 84%!important
    }

    .w-banner-main .title {
        font-size: 32px;
        letter-spacing: 3.25px
    }

    .w-banner-main .banner-title {
        display: none
    }
}

@media (min-width: 580px) and (max-width:780px) {
    .w-banner-main-phone {
        position:absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .w-banner-main-phone .w-show-btn {
        width: 68px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        background: #015aaa;
        border-radius: 4px;
        margin: 16px auto 0;
        font-size: 14px
    }

    .w-banner-main-phone .w-show-btn:hover {
        background: #0075dd
    }

    .class1 {
        display: none!important
    }

    .class2 {
        display: block!important
    }

    .classify-tip-in-filter {
        display: flex!important;
        font-size: 14px;
        color: #409eff;
        cursor: pointer
    }
}

@media (min-width: 450px) and (max-width:580px) {
    .w-banner-main-phone {
        position:absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .w-banner-main-phone .w-show-btn {
        width: 68px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        background: #015aaa;
        border-radius: 4px;
        margin: 16px auto 0;
        font-size: 14px
    }

    .w-banner-main-phone .w-show-btn:hover {
        background: #0075dd
    }

    .class1 {
        display: none!important
    }

    .class2 {
        display: block!important
    }

    .classify-tip-in-filter {
        display: flex!important;
        font-size: 14px;
        color: #409eff;
        cursor: pointer
    }
}

@media screen and (max-width: 450px) {
    .w-banner-main-phone {
        position:absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .w-banner-main-phone .w-show-btn {
        width: 68px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        background: #015aaa;
        border-radius: 4px;
        margin: 16px auto 0;
        font-size: 14px
    }

    .w-banner-main-phone .w-show-btn:hover {
        background: #0075dd
    }

    .class1 {
        display: none!important
    }

    .class2 {
        display: block!important
    }

    .classify-tip-in-filter {
        display: flex!important;
        font-size: 14px;
        color: #409eff;
        cursor: pointer
    }
}

.w-lobby .class2 {
    display: none
}

.w-lobby .w-banner {
    position: relative;
    color: #fff
}

.w-lobby .w-banner .w-banner-main {
    width: 80%;
    max-width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.w-lobby .w-banner .w-banner-main .banner-title {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 1.75px
}

.w-lobby .w-banner .w-banner-main .w-show-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin-top: 40px;
    background: #015aaa;
    cursor: pointer
}

.w-lobby .w-banner .w-banner-main .w-show-btn:hover {
    background: #0075dd
}

.w-lobby .w-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.w-lobby .w-main .w-taps {
    display: flex;
    justify-content: center;
    margin-top: 12px
}

.w-lobby .w-main .w-taps .taps-in {
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #dcdfe5;
    border-radius: 4px;
    cursor: pointer
}

.w-lobby .w-main .w-taps .border-left {
    border-left: none
}

.w-lobby .w-main .w-taps .border-right {
    border-right: none
}

.w-lobby .w-main .w-taps .select-tips {
    border: none;
    background: #015aaa;
    color: #fff
}

.w-lobby .w-main .w-taps .select-tips:hover {
    background: #0075dd
}

.w-lobby .w-main .w-taps .border-rad-left {
    border-radius: 4px 0 0 4px
}

.w-lobby .w-main .w-taps .border-rad-right {
    border-radius: 0 4px 4px 0
}

.w-lobby .w-main .tap-bun {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
    color: #666
}

.w-lobby .w-main .tap-bun .tap-bun-in {
    display: flex;
    align-items: center
}

.w-lobby .w-main .tap-bun .tap-bun-in .tap-bun-name {
    margin: 0 8px 0 5px
}

.w-lobby .w-main .tap-bun .bun-classify {
    display: flex;
    align-items: center;
    margin-left: 24px
}

.w-lobby .w-main .tap-bun .bun-classify .bun-need-in {
    padding: 4px 14px 4px 10px;
    color: #999;
    border: 1px solid #dcdfe5;
    border-radius: 4px;
    margin-left: 10px
}

.w-lobby .w-main .tap-bun .bun-classify .bun-need-in .bun-close {
    width: 8px;
    height: 8px;
    color: #999;
    cursor: pointer
}

.w-lobby .w-main .main-title {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.w-lobby .w-main .main-title .main-title-line {
    width: 2px;
    height: 20px;
    background: #09f
}

.w-lobby .w-main .main-title .main-title-word {
    font-size: 20px;
    margin-left: 8px
}

.w-lobby .w-main .main-classify {
    margin-top: 24px;
    margin-bottom: 70px;
    border: 1px solid #dcdfe5;
    border-radius: 4px;
    overflow: hidden
}

.w-lobby .w-main .main-classify .classify-in {
    display: flex;
    border-bottom: 1px solid #dcdfe5
}

.w-lobby .w-main .main-classify .classify-in .classify-in-left {
    width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg,#0580fe,#37a7ff);
    color: #fff;
    font-size: 14px
}

.w-lobby .w-main .main-classify .classify-in .classify-in-right {
    flex: 1;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap
}

.w-lobby .w-main .main-classify .classify-in .classify-in-right .classify-in-right-span {
    display: block;
    margin: 4px 16px;
    cursor: pointer;
    color: #797979;
    font-size: 14px
}

.w-lobby .w-main .main-classify .classify-in .classify-in-right .classify-in-right-span {
    display: block;
    margin: 4px 16px;
    cursor: pointer;
    color: #797979;
    font-size: 14px
}
.w-lobby .w-main .main-classify .classify-in .classify-in-right .classify-in-right-span.on {
    color: rgb(64, 158, 255);
}

.w-lobby .w-main .main-classify .classify-in .classify-in-right .classify-in-right-span:hover {
    color: #409eff
}

.w-lobby .w-main .classify-tip {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.w-lobby .w-main .classify-tip .classify-tip-in {
    padding-bottom: 16px;
    cursor: pointer
}

.w-lobby .w-main .classify-tip .classify-tip-in-filter {
    display: none
}

.w-lobby .w-main .classify-tip .classify-tip-in-active {
    color: #409eff;
    border-bottom: 2px solid #409eff
}

.w-lobby .w-list {
    width: 100%;
    background: #f8f9fb;
    overflow: hidden;
    position: relative
}

.w-lobby .w-list .w-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 99
}

.w-lobby .w-list .w-page {
    text-align: center;
    padding: 80px 0 56px
}

.main-list {
    display: flex;
    margin: 0 auto
}

.main-list .list-in {
    box-shadow: 0 4px 10px 2px rgba(220,223,230,.5);
    border-radius: 4px;
    background: #fff;
    position: relative;
    margin: 24px 0
}

.main-list .list-in .list-icon {
    position: absolute;
    top: 0;
    right: 0
}

.main-list .list-in .list-content {
    padding: 24px;
    cursor: pointer
}

.main-list .list-in .list-content .list-top {
    display: flex;
    align-items: center
}

.main-list .list-in .list-content .contact-name {
    font-size: 14px;
    color: #333
}

.main-list .list-in .list-content .list-title {
    font-size: 16px;
    color: #333;
    margin-top: 14px;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-list .list-in .list-content .list-content-word {
    color: #797979;
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.main-list .list-in .list-content .list-money-in {
    font-size: 14px;
    margin-top: 10px
}

.main-list .list-in .list-content .list-money {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-list .list-in .list-content .list-money .list-tips {
    flex: 1;
    display: flex;
    flex-wrap: wrap
}

.main-list .list-in .list-content .list-money .list-tips .list-tips-in {
    padding: 4px 10px;
    color: #999;
    border: 1px solid #dcdfe5;
    border-radius: 2px;
    margin: 12px 9px 0 0;
    font-size: 13px
}

.main-list .list-in .list-content .list-money .tips-collect {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px
}

.main-list .list-in .list-content .list-money .tips-collect .list-foot-in {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #409eff;
    font-size: 14px
}

.main-list .list-in:hover {
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15)
}

.main-list .list-in:hover .contact-name,.main-list .list-in:hover .list-title {
    color: #409eff
}


.w-detail-in .box-card .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.w-detail-in .box-card .box-top .box-top-left {
    display: flex;
    align-items: center;
    color: #333
}

.w-detail-in .box-card .box-top .box-top-left .top-font {
    font-size: 13px;
    color: #999;
    margin-left: 24px
}

.w-detail-in .box-card .box-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    line-height: 25px
}

.w-detail-in .box-card .box-title .box-line {
    width: 2px;
    height: 18px;
    background: #09f;
    margin-right: 8px
}

.w-detail-in .box-card .box-content {
    display: flex;
    margin-top: 24px
}

.w-detail-in .box-card .box-content .box-content-title {
    width: 80px
}

.w-detail-in .box-card .box-content .box-content-in {
    flex: 1;
    color: #999;
    display: flex
}

.w-detail-in .box-card .box-content .box-content-in .docus-in {
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #409eff
}

.w-detail-in .box-card .box-content .box-content-in-tags {
    padding: 0 12px 2px;
    border: 1px solid #409eff;
    color: #409eff;
    margin-right: 20px
}

.w-detail-in .box-card .box-push {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

.w-detail-in .box-card .box-push .box-push-btn {
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e8e9ea;
    font-size: 16px;
    color: #999;
    border-radius: 4px;
    cursor: pointer
}

.w-detail-in .box-card .box-comment {
    margin-top: 38px;
    border-top: 1px solid #dcdfe5
}

.w-detail-in .box-card .box-comment .box-main {
    padding: 14px 0 32px;
    border-bottom: 1px solid #dcdfe5;
    display: flex
}

.w-detail-in .box-card .box-comment .box-main .head-img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.w-detail-in .box-card .box-comment .look-more {
    text-align: center;
    margin-top: 10px;
    color: #409eff
}

.w-detail-in .box-card .main-in {
    margin-left: 16px;
    flex: 1
}

.w-detail-in .box-card .main-in .in-name {
    color: #409eff;
    font-size: 16px
}

.w-detail-in .box-card .main-in .in-content {
    font-size: 14px;
    margin-top: 16px;
    color: #333
}

.w-detail-in .box-card .main-in .in-time {
    color: #999;
    margin-top: 12px;
    display: flex;
    justify-content: space-between
}

.w-detail-in .box-card .main-in .in-time .in-apply {
    cursor: pointer
}

.w-detail-in .box-card .main-in .in-time .in-apply:hover {
    color: #409eff
}

.w-detail-in .box-card .main-in .comment-apply {
    margin-top: 10px;
    padding: 20px;
    background: #f4f4f5
}

.w-detail-in .box-card .main-in .comment-apply .apply-btn {
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e8e9ea;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    color: #999
}

.w-detail-in .box-card .main-in .apply-secend {
    background: #f4f4f5;
    padding: 10px 28px;
    margin-top: 15px
}

.w-detail-in .box-card .main-in .apply-secend .secend-in {
    display: flex;
    padding: 14px 0 12px;
    border-bottom: 1px solid #ccced0
}

.w-detail-in .box-card .main-in .apply-secend .secend-in:last-child {
    border-bottom: none
}

.w-detail-in .box-card .main-in .apply-secend .look-all {
    margin-top: 20px;
    color: #999;
    display: flex;
    align-items: center;
    cursor: pointer
}

.w-detail {
    background: #f8f9fb;
    padding: 112px 0 98px
}


.w-detail-in .box-card .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.w-detail-in .box-card .box-top .box-top-left {
    display: flex;
    align-items: center;
    color: #333
}

.w-detail-in .box-card .box-top .box-top-left .top-font {
    font-size: 13px;
    color: #999;
    margin-left: 24px
}

.w-detail-in .box-card .box-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    line-height: 25px
}

.w-detail-in .box-card .box-title .box-line {
    width: 2px;
    height: 18px;
    background: #09f;
    margin-right: 8px
}

.w-detail-in .box-card .box-content {
    display: flex;
    margin-top: 24px
}

.w-detail-in .box-card .box-content .box-content-title {
    width: 80px
}

.w-detail-in .box-card .box-content .box-content-in {
    flex: 1;
    color: #999;
    display: flex
}

.w-detail-in .box-card .box-content .box-content-in .docus-in {
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #409eff
}

.w-detail-in .box-card .box-content .box-content-in-tags {
    padding: 0 12px 2px;
    border: 1px solid #409eff;
    color: #409eff;
    margin-right: 20px
}

.w-detail-in .box-card .box-push {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

.w-detail-in .box-card .box-push .box-push-btn {
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e8e9ea;
    font-size: 16px;
    color: #999;
    border-radius: 4px;
    cursor: pointer
}

.w-detail-in .box-card .box-comment {
    margin-top: 38px;
    border-top: 1px solid #dcdfe5
}

.w-detail-in .box-card .box-comment .box-main {
    padding: 14px 0 32px;
    border-bottom: 1px solid #dcdfe5;
    display: flex
}

.w-detail-in .box-card .box-comment .box-main .head-img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.w-detail-in .box-card .box-comment .look-more {
    text-align: center;
    margin-top: 10px;
    color: #409eff
}

.w-detail-in .box-card .main-in {
    margin-left: 16px;
    flex: 1
}

.w-detail-in .box-card .main-in .in-name {
    color: #409eff;
    font-size: 16px
}

.w-detail-in .box-card .main-in .in-content {
    font-size: 14px;
    margin-top: 16px;
    color: #333
}

.w-detail-in .box-card .main-in .in-time {
    color: #999;
    margin-top: 12px;
    display: flex;
    justify-content: space-between
}

.w-detail-in .box-card .main-in .in-time .in-apply {
    cursor: pointer
}

.w-detail-in .box-card .main-in .in-time .in-apply:hover {
    color: #409eff
}

.w-detail-in .box-card .main-in .comment-apply {
    margin-top: 10px;
    padding: 20px;
    background: #f4f4f5
}

.w-detail-in .box-card .main-in .comment-apply .apply-btn {
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e8e9ea;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    color: #999
}

.w-detail-in .box-card .main-in .apply-secend {
    background: #f4f4f5;
    padding: 10px 28px;
    margin-top: 15px
}

.w-detail-in .box-card .main-in .apply-secend .secend-in {
    display: flex;
    padding: 14px 0 12px;
    border-bottom: 1px solid #ccced0
}

.w-detail-in .box-card .main-in .apply-secend .secend-in:last-child {
    border-bottom: none
}

.w-detail-in .box-card .main-in .apply-secend .look-all {
    margin-top: 20px;
    color: #999;
    display: flex;
    align-items: center;
    cursor: pointer
}

.w-detail {
    background: #f8f9fb;
    padding: 112px 0 98px
}


.w-detail-in .box-card .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.w-detail-in .box-card .box-top .box-top-left {
    display: flex;
    align-items: center;
    color: #333
}

.w-detail-in .box-card .box-top .box-top-left .top-font {
    font-size: 13px;
    color: #999;
    margin-left: 24px
}

.w-detail-in .box-card .box-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    line-height: 25px
}

.w-detail-in .box-card .box-title .box-line {
    width: 2px;
    height: 18px;
    background: #09f;
    margin-right: 8px
}

.w-detail-in .box-card .box-content {
    display: flex;
    margin-top: 24px
}

.w-detail-in .box-card .box-content .box-content-title {
    width: 80px
}

.w-detail-in .box-card .box-content .box-content-in {
    flex: 1;
    color: #999;
    display: flex
}

.w-detail-in .box-card .box-content .box-content-in .docus-in {
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #409eff
}

.w-detail-in .box-card .box-content .box-content-in-tags {
    padding: 0 12px 2px;
    border: 1px solid #409eff;
    color: #409eff;
    margin-right: 20px
}

.w-detail-in .box-card .box-push {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

.w-detail-in .box-card .box-push .box-push-btn {
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e8e9ea;
    font-size: 16px;
    color: #999;
    border-radius: 4px;
    cursor: pointer
}

.w-detail-in .box-card .box-comment {
    margin-top: 38px;
    border-top: 1px solid #dcdfe5
}

.w-detail-in .box-card .box-comment .box-main {
    padding: 14px 0 32px;
    border-bottom: 1px solid #dcdfe5;
    display: flex
}

.w-detail-in .box-card .box-comment .box-main .head-img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.w-detail-in .box-card .box-comment .look-more {
    text-align: center;
    margin-top: 10px;
    color: #409eff
}

.w-detail-in .box-card .main-in {
    margin-left: 16px;
    flex: 1
}

.w-detail-in .box-card .main-in .in-name {
    color: #409eff;
    font-size: 16px
}

.w-detail-in .box-card .main-in .in-content {
    font-size: 14px;
    margin-top: 16px;
    color: #333
}

.w-detail-in .box-card .main-in .in-time {
    color: #999;
    margin-top: 12px;
    display: flex;
    justify-content: space-between
}

.w-detail-in .box-card .main-in .in-time .in-apply {
    cursor: pointer
}

.w-detail-in .box-card .main-in .in-time .in-apply:hover {
    color: #409eff
}

.w-detail-in .box-card .main-in .comment-apply {
    margin-top: 10px;
    padding: 20px;
    background: #f4f4f5
}

.w-detail-in .box-card .main-in .comment-apply .apply-btn {
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e8e9ea;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    color: #999
}

.w-detail-in .box-card .main-in .apply-secend {
    background: #f4f4f5;
    padding: 10px 28px;
    margin-top: 15px
}

.w-detail-in .box-card .main-in .apply-secend .secend-in {
    display: flex;
    padding: 14px 0 12px;
    border-bottom: 1px solid #ccced0
}

.w-detail-in .box-card .main-in .apply-secend .secend-in:last-child {
    border-bottom: none
}

.w-detail-in .box-card .main-in .apply-secend .look-all {
    margin-top: 20px;
    color: #999;
    display: flex;
    align-items: center;
    cursor: pointer
}

.w-detail {
    background: #f8f9fb;
    padding: 112px 0 98px
}


.pBox {
    width: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    display: flex;
    align-items: center
}

.defaultClass {
    border: 1px solid #00f
}

.activeClass,.defaultClass {
    position: relative;
    z-index: 1000
}

.activeClass {
    border: 1px solid red
}

.previewContents {
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 100%;
    color: #333;
    padding: 15px 0
}

.previewContents .total-title {
    line-height: 60px;
    font-size: 40px;
    color: #fff
}

.previewContents .texts {
    width: 50%;
    padding: 15px 0;
    color: #fff;
    font-size: 14px
}

.previewContents .btn-list {
    display: flex
}

.previewContents .btn-list .btn-item {
    padding: 5px 10px
}

.previewContents .btn-list .btn-item button {
    padding: 5px 18px;
    font-size: 14px
}

@media (max-width: 1200px) {
    .previewContents {
        position:relative;
        padding: 50px 160px;
        height: 100%
    }

    .previewContents .total-title {
        line-height: 50px;
        font-size: 30px;
        color: #fff
    }

    .previewContents .marginTop {
        padding: 20px
    }
}

@media (min-width: 1200px) {
    .previewContents {
        position:relative;
        width: 1200px;
        margin: 0 auto;
        text-align: left;
        min-height: 148px;
        padding: 80px 20px
    }

    .showP {
        width: 1024px;
        padding: 80px 160px
    }

    .showP .wid {
        width: 100%
    }
}

@media (max-width: 1000px) {
    .previewContents {
        position:relative;
        padding: 20px 160px;
        height: 100%
    }

    .previewContents .texts {
        padding: 5px 0;
        color: #fff;
        font-size: 14px
    }

    .previewContents .total-title {
        line-height: 40px;
        font-size: 20px;
        color: #fff
    }

    .previewContents .marginTop {
        padding: 20px
    }
}

.cuba_space {
    min-height: 20px
}

.stepbar{padding: 20px 95px 50px 35px;}
.stepbar .flowstep{ width:100%; position:relative; background:#ddd; height:4px;}
.stepbar .flowstep ul{display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width:100%;}
.stepbar .flowstep li{ -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; position:relative;}
.stepbar .flowstep li.current span{ background:#1890ff; height:4px; display:block; width:100%; position:absolute; left:0; top:0;}
.stepbar .flowstep li.current em span{ background: none; position: inherit;}
.stepbar .flowstep li i{white-space:nowrap; padding:0 10px;height:24px;border-radius:5px; position:absolute; left:-13px; top:-10px; font-size:12px; color:#555; display:block; background:#ddd; text-align:center; line-height:24px;}
.stepbar .flowstep li.current i{color:#fff; background:#1890ff;}
.stepbar .flowstep li em.step{ width:70px; position:absolute; top:20px; left:-35px; color:#aaa; font-size:12px; text-align:center;}
.stepbar .flowstep li.current em.step{color:#555}
.stepbar .flowstep li em.time{ font-size:12px; color:#aaa; margin:0 0 0 -30px; padding-top:20px; display:block; width:120px; text-align:center;}
.stepbar .flowstep li:last-child{ position:absolute; left:100%; width:auto!important;}
.stepbar .flowstep li.current:last-child span { display: none;}
.stepbar .flowstep li.current:last-child em span{ display: block;}


.previewContents .case_left_bg {
    width: 100%;
    height: 200px;
}
.previewContents .case_left_bg img {
    width: 100%;
    height: 100%;
}
.previewContents .case_right_bg {
    width: 100%;
    height: 200px;
    padding: 36px 48px 0;
    background-image: url(/image/index/tagBackground.jpg)
}
.previewContents .case_right_text1 {
    font-size: 24px;
    color: #222;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 32px
}

.previewContents .case_right_text2 {
    font-size: 16px;
    color: #222;
    line-height: 16px;
    font-weight: 700
}

.previewContents .case_right_text3 {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 24px
}

.contact {
    padding-bottom: 80px
}

.contact .contact_banner_div {
    height: 340px
}

.contact .contact_banner_div .contact_banner {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.contact .contact_banner_div .contact_header {
    position: relative;
    margin-top: -340px;
    padding-top: 140px
}

.contact .contact_banner_div .contact_banner_text1 {
    font-size: 34px;
    color: #fff
}

.contact .contact_banner_div .contact_banner_text2 {
    font-size: 14px;
    width: 60%;
    line-height: 22px;
    margin-top: 36px;
    margin-bottom: 70px;
    color: #fff
}

.contact .contact_title_div {
    font-size: 24px;
    color: #333;
    padding-left: 10px;
    border-left: 2px solid #09f;
    height: 28px;
    line-height: 28px;
    margin-top: 80px;
    margin-bottom: 40px;
    overflow: hidden
}

.contact .contact_text1 {
    font-size: 14px;
    color: #999;
    line-height: 22px
}

.contact .contact_us_div {
    padding: 24px 40px;
    background-color: #f5f7fa;
    margin-top: 12px
}

.contact .contact_icon1 {
    width: 24px;
    height: 24px
}

.contact .contact_text2 {
    font-size: 16px;
    color: #333;
    margin-left: 16px;
    font-weight: 600
}

.contact .contact_text3 {
    font-size: 20px;
    color: #666;
    margin-top: 20px
}

.contact .contact_img1 {
    width: 100%;
    height: 180px;
    display: block
}

.contact .contact_sug_div {
    position: relative;
    margin-top: -180px;
    height: 180px;
    padding: 40px
}

.contact .contact_text4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 600
}

.contact .contact_text5 {
    font-size: 14px;
    color: #999;
    padding-left: 40px;
    margin-top: 10px
}

.contact .contact_plat_div {
    width: 100%;
    padding: 24px 40px 22px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-image: linear-gradient(100deg,#f2f7fc,#fff 80%);
    border: 1px solid #dcdfe6;
    cursor: pointer;
}

.contact .contact_plat_div .contact_plat_text1 {
    position: absolute;
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.contact .contact_plat_div .contact_plat_text2 {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    text-align: right
}

.contact .contact_plat_div .contact_plat_text3 {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    text-align: right
}

.contact .el-button {
    padding: 10px 24px;
    border-radius: 2px;
    background: #015aaa;
    border-color: #015aaa
}

.contact .el-button:hover {
    background: #0075dd;
    border-color: #0075dd
}

@media (max-width: 767px) {
    .contact .contact_banner_div_m,.contact .contact_banner_div_m .contact_banner_m {
        height:240px
    }

    .contact .contact_banner_div_m .contact_header_m {
        padding-top: 160px
    }

    .contact .contact_banner_div_m .contact_banner_text1_m {
        font-size: 20px
    }

    .contact .contact_banner_div_m .contact_banner_text2_m {
        width: 100%
    }

    .contact .contact_title_div_m {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 20px
    }

    .contact .contact_us_m {
        padding-bottom: 24px
    }

    .contact .contact_text4_m {
        font-size: 16px
    }
}

/**投诉建议*/
.eva-div {
    padding-top: 48px;
    padding-bottom: 80px
}

.eva-div textarea.el-textarea__inner {
    background-color: #fff;
    border-color: #dcdfe6;
    border-radius: 4px;
    font-size: 14px
}

.eva-banner-img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.eva-banner-div {
    margin-top: -200px;
    height: 200px
}

.eva-header-title {
    font-size: 36px;
    color: #fff
}

.eva-header-sub-title {
    font-size: 14px;
    color: #fff;
    margin-top: 30px
}

.eva-text1 {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    margin-top: 24px
}

.eva-btn-focus {
    background: #015aaa!important;
    border-color: #015aaa!important;
    color: #fff!important
}

.eva-area,.eva-input {
    width: 400px;
    max-width: 100%
}

.eva-require {
    color: red;
    font-size: 14px;
    padding-right: 6px
}

.eva-commit {
    border-radius: 2px;
    padding: 10px 24px;
    margin-top: 40px;
    background: #015aaa;
    border-color: #015aaa
}

.eva-commit:hover {
    background: #0075dd;
    border-color: #0075dd
}

.eva-button {
    padding: 9px 24px
}

@media (max-width: 767px) {
    .eva-banner-img-m {
        height:240px
    }

    .eva-banner-div-m {
        margin-top: -180px;
        height: 180px
    }

    .eva-header-title-m {
        font-size: 20px
    }

    .eva-button-m {
        padding: 10px 16px
    }

    .eva-commit-m {
        width: 100%
    }
}


.el-tag {
    background-color: #e8f4ff;
    border-color: #d1e9ff;
    color: #1890ff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #1890ff;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.el-tag--mini {
    height: 20px;
    padding: 0 5px;
    line-height: 19px;
}

.el-tag.el-tag--.success {
    background-color: #e7faf0;
    border-color: #d0f5e0;
    color: #13ce66;
}

.el-tag.el-tag--info {
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
}

.el-tag.el-tag--warning {
    background-color: #fff8e6;
    border-color: #fff1cc;
    color: #ffba00;
}

.el-tag.el-tag--danger {
    background-color: #ffeded;
    border-color: #ffdbdb;
    color: #ff4949;
}
