@charset "gb2312";
@import url(css.css);
@import url(../pages/css/animation2.css);
/*案例列表*/
header {
    background-color: #0d1318;
}

.case_bg {
    background: #f5f5f5;
    overflow: hidden;
}

.case_bg .gy2 {
    overflow: visible;
}

.case_one {
    background: #fff;
    height: 92px;
    padding-top: 40px;
}

.case_one .gy2 {
    overflow: visible;
}

.case_one .h2 {
    float: left;
    line-height: 52px;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 1px;
}

.case_one .case_one_r {
    float: right;
}

.case_one .case_one_r .all_a {
    float: left;
    height: 52px;
    width: 280px;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    background: #f67524;
    text-align: center;
    transition: all 0.3s;
}

.case_one .case_one_r .all_a:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.case_one .case_one_r .case_down {
    float: left;
    margin-left: 20px;
    width: 280px;
    background: #f5f5f5;
    position: relative;
    color: #000;
}

.case_one .case_one_r .case_down label {
    display: block;
    height: 52px;
    line-height: 52px;
    background: url(../pages/images/bgs4.png) 238px center no-repeat;
    text-indent: 20px;
    cursor: pointer;
    font-size: 16px;
}

.case_one .case_one_r .case_down ul {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    overflow: hidden;
    z-index: 9;
}

.case_one .case_one_r .case_down ul.bgs2 {
    overflow-y: scroll;
    max-height: 320px;
}

.case_one .case_one_r .case_down ul li {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.case_one .case_one_r .case_down ul li a {
    display: block;
    text-indent: 20px;
    font-size: 14px;
}

.case_one .case_one_r .case_down ul li a:hover {
    background: #f67524;
    color: #fff;
}

.case_one .case_one_r .case_down.isel label {
    background: url(../pages/images/bgs4_on.png) 238px center no-repeat;
}

.n_case_list {
    min-height: 500px;
    margin-top: 40px;
}

.n_case_list ul li { /* float:left;*/
    width: 32%;
    overflow: hidden; /*margin-right:2%;*/
    vertical-align: top;
    display: inline-block;
    margin-right: 1.7%;
    background: #fff;
    position: relative;
    transition: all 0.5s;
    margin-bottom: 2%;
}

.n_case_list ul li:nth-child(3n+0) {
    margin-right: 0;
}

.n_case_list ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0px;
    height: 2px;
    opacity: 1;
    background-color: #dcdcdc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.n_case_list ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0%;
    right: 100%;
    bottom: 0px;
    height: 2px;
    opacity: 0;
    background-color: #f67524;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.n_case_list ul li:hover:after {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.n_case_list ul li:hover {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.n_case_list ul li img { /*display: block;*/
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.n_case_list ul li .imgs {
    overflow: hidden;
    position: relative;
}

.n_case_list ul li:hover .imgs img {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}

.n_case_list ul li .allist-cnt {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 68px;
    overflow: hidden;
}

.n_case_list ul li .allist-cnt h5 {
    font-weight: normal;
    font-size: 20px;
    color: #000;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.n_case_list ul li .allist-cnt p {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
}

.n_case_list ul li .txts {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.n_case_list ul li .txts h2 {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    margin-top: 22%;
}

.n_case_list ul li .txts a {
    color: #fff;
    display: inline-block;
    width: 62px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 16px;
}

.n_case_list ul li .txts a i {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    transition: all 0.4s;
}

.n_case_list ul li .txts a:hover i {
    margin-top: -6%;
    margin-bottom: 6%;
    transform: rotate(360deg);
}

.n_case_list ul li .txts a i.bgs1 {
    background: url(../pages/images/i_pic1.png) center top no-repeat;
}

.n_case_list ul li .txts a i.bgs2 {
    background: url(../pages/images/i_pic2.png) center top no-repeat;
}

.n_case_list ul li .txts a i.bgs3 {
    background: url(../pages/images/i_pic3.png) center top no-repeat;
}

.n_case_list ul li:hover .txts {
    bottom: 0;
}

/*案例PC详细*/
.case_banner2 {
    overflow: hidden;
    position: relative;
}

.case_banner2 img {
    display: block;
    width: 100%;
}

.case_banner2 .txts {
    width: 1440px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.case_banner2 .txts .case_title {
    float: left;
    overflow: hidden;
    width: 70%;
}

.case_banner2 .txts .case_title h2 {
    font-weight: normal;
    margin-bottom: 2%;
    padding-bottom: 2%;
    font-family: "华文细黑";
    background: url(../pages/images/bgs3.png) left bottom no-repeat;
    font-size: 48px;
    color: #fff;
}

.case_banner2 .txts .case_title p {
    color: #fff;
    font-family: "华文细黑";
    font-size: 24px;
}

.case_banner2 .txts .txts_r {
    float: right;
    overflow: hidden;
    margin-top: 60px;
}

.case_banner2 .txts .txts_r a {
    float: left;
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
}

.case_banner2 .txts .txts_r a.bgs1 {
    background-image: url(../pages/images/case_ico1.png);
}

.case_banner2 .txts .txts_r a.bgs2 {
    background-image: url(../pages/images/case_ico2.png);
}

.case_banner2 .txts .txts_r a.bgs3 {
    background-image: url(../pages/images/case_ico3.png);
}

/*.case_banner2 .txts .txts_r a.bgs1:Hover{ background-image:url(../images/case_ico1_on.png);}
.case_banner2 .txts .txts_r a.bgs2:Hover{ background-image:url(../images/case_ico2_on.png);}
.case_banner2 .txts .txts_r a.bgs3:Hover{ background-image:url(../images/case_ico3_on.png);}*/
.case_banner2 .txts .txts_r a:after {
    content: "";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    background-size: 0% 0%;
    background-repeat: no-repeat;
    background-position: center center;
}

.case_banner2 .txts .txts_r a:hover:after {
    background-size: 100% 100%;
}

.case_banner2 .txts .txts_r a.bgs1:after {
    background-image: url(../pages/images/case_ico1_on.png);
}

.case_banner2 .txts .txts_r a.bgs2:after {
    background-image: url(../pages/images/case_ico2_on.png);
}

.case_banner2 .txts .txts_r a.bgs3:after {
    background-image: url(../pages/images/case_ico3_on.png);
}

.case_show_one {
    background: url(../pages/images/case_bg1.jpg) right center no-repeat;
    background-size: 50% 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.case_show_one .case_show_one_l {
    background: #fff;
    width: 50%;
    float: left;
    overflow: hidden;
    min-height: 464px;
}

.case_show_one .case_show_one_l .case_txt {
    width: 86%;
    margin: 0 auto;
    overflow: hidden;
}

.case_show_one .case_show_one_l .case_txt .h2 {
    margin-top: 50px;
    height: 90px;
    line-height: 90px;
    background: url(../pages/images/case_bg2.jpg) left bottom no-repeat;
    color: #010000;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 33px;
}

.case_show_one .case_show_one_l .case_txt .divs {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.case_show_one .case_show_one_r {
    width: 50%;
    float: right;
    overflow: hidden;
}

.case_show_one .case_show_one_r .case_txt {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}

.case_show_one .case_show_one_r .h2 {
    margin-top: 50px;
    height: 90px;
    line-height: 90px;
    background: url(../pages/images/case_bg3.jpg) left bottom no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 33px;
}

.case_show_one .case_show_one_r ul li {
    font-size: 18px;
    display: block;
    height: 48px;
    line-height: 48px;
}

.case_show_one .foot_button2 {
    margin-top: 30px;
}

.case_show_one .foot_button2 li {
    width: 58px;
    height: 58px;
    text-align: center;
    float: left;
    margin: 0 12px;
    position: relative;
}

.case_show_one .foot_button2 li img {
    width: 58px;
    height: 58px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.case_show_one .foot_button2 li:hover img {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.case_show_one .foot_button2 li .wem3 {
    width: 203px;
    display: none;
    color: #363636;
    text-align: center;
    padding-top: 215px;
    position: absolute;
    left: -70px;
    top: -200px;
    background-image: url('../pages/images/ewm.png');
    background-repeat: no-repeat;
}

.case_show_one .case_show_one_l .case_txt .fenxiang {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.case_show_one .case_show_one_l .case_txt .fenxiang .span {
    line-height: 34px;
    color: #333333;
    display: block;
    font-size: 18px;
}

.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx {
    text-align: left;
    margin-top: 3%;
    margin-bottom: 4%;
}

.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li {
    display: inline-block;
    width: 58px;
    height: 58px;
    overflow: hidden;
    margin-left: 3%;
    margin-right: 3%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li.bgs1 {
    background-image: url(../pages/images/ico1.png);
}

.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li.bgs2 {
    background-image: url(../pages/images/ico2.png);
}

.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li.bgs3 {
    background-image: url(../pages/images/ico3.png);
}

.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li:hover {
    transition: all 0.3s;
    opacity: 0.9;
    filter: Alpha(opacity=90);
}

.case_show_one .case_show_one_l .case_txt .fenxiang .news_fx ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.case_con {
    padding-top: 110px;
    line-height: 26px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 14px;
    padding-bottom: 100px;
    overflow: hidden;
    background: #fff;
}

.case_con img {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.case_t {
    height: 76px;
    line-height: 76px;
    margin-top: 78px;
    text-align: center;
    font-weight: normal;
    color: #000;
    font-size: 36px;
}

/*手机案例详情*/
.case_phone {
    background: url(../pages/images/case_img3.jpg) no-repeat center;
    width: 100%;
    height: 844px;
    padding-top: 80px;
}

.case_phone .case_phone_l {
    width: 68%;
    float: left;
    overflow: hidden;
}

.case_phone_bg {
    background: url(../pages/images/phone_bg2.png) no-repeat center;
    width: 396px;
    height: 722px;
    margin: 0px auto;
    position: relative;
}

.phone_slider {
    padding-top: 69px;
    margin-left: 23px;
    width: 350px;
    height: 560px;
}

#slider ul, #slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider li {
    width: 350px;
    height: 560px;
    overflow: hidden;
}

#prevBtn, #nextBtn, #slider1next, #slider1prev {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    left: -210px;
    top: 350px;
    z-index: 1000;
    font-size: 0px;
}

#nextBtn, #slider1next {
    left: 556px;
}

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a {
    display: block;
    position: relative;
    width: 52px;
    height: 52px;
    background: url(../pages/images/case_btn_prev.png) no-repeat 0 0;
}

#nextBtn a, #slider1next a {
    background: url(../pages/images/case_btn_next.png) no-repeat 0 0;
}

ol#controls {
    margin: 156px auto 0px auto;
    padding: 0;
    height: 28px;
    padding-left: 42%;
}

ol#controls li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 12px;
    line-height: 12px;
    width: 12px;
}

ol#controls li a {
    display: block;
    height: 12px;
    width: 12px;
    line-height: 12px;
    padding: 0px;
    text-decoration: none;
    font-size: 0px;
    background: url(../pages/images/case_ico4.png) no-repeat;
}

ol#controls li.current a {
    background: url(../pages/images/case_ico4_on.png) no-repeat;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline: none;
}

.case_erweima {
    float: left;
    width: 32%;
    text-align: center;
    padding-bottom: 48px;
    text-align: center;
    margin-top: 225px;
}

.case_erweima img {
    display: block;
    margin: 0 auto;
    width: 240px;
}

/*解决方案*/
.solutions_banner {
    margin-top: 128px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; /*background-attachment:fixed;*/
}

.solutions_banner img {
    display: block;
    width: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.solutions_banner .pose {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #999999;
    font-size: 16px;
}

.solutions_banner .pose .gy2 {
    text-align: right;
    font-size: 16px;
}

.solutions_banner .pose .imgs {
    display: inline-block;
    width: 20px;
    vertical-align: sub;
    margin-right: 8px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.solutions_banner .pose a {
    color: #999999;
    font-size: 16px;
}

.solutions_banner .pose a:hover {
    color: #fff;
}

.solutions_banner .pose label {
    color: #fff;
    font-size: 16px;
}

.solutions_banner .txts {
    width: 1440px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.solutions_banner .txts h1 {
    font-weight: normal;
    margin-bottom: 2%;
    padding-bottom: 2%;
    font-family: "华文细黑";
    background: url(../pages/images/bgs3.png) left bottom no-repeat;
    font-size: 48px;
    color: #fff;
}

.solutions_banner .txts p {
    color: #fff;
    font-family: "华文细黑";
    font-size: 24px;
}

.solutions_banner .txts .website_bnt {
    clear: both;
    display: block;
    width: 210px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    background: url(../pages/images/website_bg1.png) 139px center #fff no-repeat;
    text-indent: 51px;
    font-size: 16px;
    color: #3d4ed2;
    margin-top: 34px;
    transition: all 0.3s;
}

.solutions_banner .txts .website_bnt:hover {
    margin-left: 5px;
    background-position: 143px center;
}

.cl-ul {
    padding-top: 40px;
}

.cl-ul li {
    width: 480px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    z-index: 0; /*transition:all 0.3s;*/
}

.cl-ul li .imgs {
    overflow: hidden;
    position: relative;
}

.cl-ul li .imgs img {
    display: block;
    height: 256px;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cl-ul li .imgs p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.3s;
}

.cl-ul li .imgs i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .36s ease;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: url(../pages/images/solutions_bg1.png) no-repeat;
    box-sizing: border-box;
    margin-top: -50px;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.cl-ul li:Hover .imgs p {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.cl-ul li:Hover .imgs i {
    margin-top: 0px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.cl-ul li .txts {
    border: 1px solid #e3e3e3;
    border-top: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.cl-ul li .txts .cons {
    width: 420px;
    margin: 0 auto;
    padding-top: 20px;
    height: 234px;
    overflow: hidden;
    background: url(../pages/images/case_bg4.png) 11px 198px no-repeat;
}

/*.cl-ul li:nth-child(3n+0) .txts{ border-left:0; border-right:0;}*/
.cl-ul li:last-child .txts {
    border-right: 1px solid #e3e3e3;
}

.cl-ul li .txts .h2 {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    height: 56px;
    line-height: 56px;
    margin-bottom: 14px;
    transition: all 0.3s;
}

.cl-ul li .txts .p {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    transition: all 0.3s;
}

.cl-ul li:hover {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); /*-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); */
}

.cl-ul li:hover .txts {
    background: #f67524;
    border-bottom: 1px solid #f67524;
}

.cl-ul li:hover .txts .cons {
    background: url(../pages/images/case_bg4_on.png) 11px 198px no-repeat;
    transition: all 0.3s;
    transform: translate(2%, 0%);
    -webkit-transform: translate(2%, 0%);
    -moz-transform: translate(2%, 0%);
    -ms-transform: translate(2%, 0%);
    -o-transform: translate(2%, 0%);
}

.cl-ul li:hover .txts .p {
    color: #fff;
}

.cl-ul li:hover .txts .h2 {
    color: #fff;
}

.cl-ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.cl-ul li.hiden {
    display: none;
}

.solutions_more {
    clear: both;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    width: 478px;
    height: 78px;
    line-height: 78px;
    background: url(../pages/images/solutions_pic2.png) 320px center #fff no-repeat;
    text-indent: 144px;
    color: #000000;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    transition: all 0.3s;
}

.solutions_more:hover {
    border: 1px solid #f56308;
    color: #fff;
    background: url(../pages/images/solutions_pic4.png) 320px center #f56308 no-repeat;
}

.solutions_more.active {
    background-image: url(../pages/images/solutions_pic2_on.png);
}

.solutions_more.active:hover {
    border: 1px solid #f56308;
    color: #fff;
    background: url(../pages/images/solutions_pic4_on.png) 320px center #f56308 no-repeat;
}

/*解决方案详细*/
.solutions_one {
    background: #f5f5f5;
    height: 92px;
    padding-top: 40px;
}

.solutions_one .gy2 {
    overflow: visible;
}

.solutions_one .h2 {
    float: left;
    line-height: 52px;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 1px;
}

.solutions_one .case_one_r {
    float: right;
}

.solutions_one .case_one_r .all_a {
    float: left;
    height: 52px;
    width: 280px;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    background: #f67524;
    text-align: center;
    transition: all 0.3s;
}

.solutions_one .case_one_r .all_a:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.solutions_one .case_one_r .case_down {
    float: left;
    margin-left: 20px;
    width: 280px;
    background: #ffffff;
    position: relative;
    color: #000;
}

.solutions_one .case_one_r .case_down label {
    display: block;
    height: 52px;
    line-height: 52px;
    background: url(../pages/images/bgs4.png) 238px center no-repeat;
    text-indent: 20px;
    cursor: pointer;
    font-size: 16px;
}

.solutions_one .case_one_r .case_down ul {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    overflow: hidden;
    z-index: 9;
}

.solutions_one .case_one_r .case_down ul.bgs2 {
    overflow-y: scroll;
    max-height: 320px;
}

.solutions_one .case_one_r .case_down ul li {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.solutions_one .case_one_r .case_down ul li a {
    display: block;
    text-indent: 20px;
    font-size: 14px;
}

.solutions_one .case_one_r .case_down ul li a:hover {
    background: #f67524;
    color: #fff;
}

.solutions_one .case_one_r .case_down.isel label {
    background: url(../pages/images/bgs4_on.png) 238px center no-repeat;
}

.solutions_con {
    padding-top: 100px;
    background: #fff;
    overflow: hidden;
}

.solutions_div {
    margin-bottom: 90px;
    color: #666;
    overflow: hidden;
}

.solutions_div .solutions_div_l {
    color: #fff;
    line-height: 36px;
    display: table;
    height: 202px;
    float: left;
    width: 448px;
    background: url(../pages/images/solutions_pic3.png) left center no-repeat;
}

.solutions_div .solutions_div_l .txts {
    padding-left: 28px;
    padding-right: 70px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
}

.solutions_div .solutions_div_r {
    float: right;
    width: 920px;
    overflow: hidden;
    border-top: 3px solid #cccccc;
    line-height: 34px;
    padding-top: 30px;
    color: #666666;
    font-size: 16px;
}

/*品牌网站建设*/
.website_title {
    text-align: center;
    font-size: 48px;
    color: #010101;
    font-weight: normal;
    line-height: 54px;
    margin-top: 96px;
    margin-bottom: 20px;
}

.website_ul {
    padding-top: 63px;
    overflow: hidden;
}

.website_ul ul li {
    width: 25%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.website_ul ul li .imgs {
    overflow: hidden;
    transition: all 0.6s;
    width: 180px;
    margin: 0 auto;
}

.website_ul ul li .imgs img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.website_ul ul li .h2 {
    font-weight: normal;
    line-height: 32px;
    /*height: 64px;*/
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    margin-top: 19px;
}

.website_ul ul li:hover .imgs {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.website_ul ul li:hover .imgs img {
    transform: rotateY(-180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.website_bnt2 {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    background: url(../pages/images/website_bg2.png) 139px center #f67524 no-repeat;
    text-indent: 51px;
    font-size: 16px;
    color: #fff;
    margin-top: 80px;
    transition: all 0.3s;
    margin-bottom: 100px;
}

.website_bnt2:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    background-position: 143px center;
}

.website_two {
    overflow: hidden;
    background: url(../pages/images/website_bg3.jpg) right center no-repeat;
    background-size: cover;
    padding-bottom: 95px;
    padding-top: 190px;
}

.website_two h1 {
    font-weight: normal;
    margin-bottom: 2%;
    padding-bottom: 2%;
    font-family: "华文细黑";
    background: url(../pages/images/website_bg4.jpg) left bottom no-repeat;
    font-size: 48px;
    color: #000000;
}

.website_two p {
    color: #666666;
    font-family: "华文细黑";
    font-size: 36px;
    line-height: 48px;
    width: 582px;
}

.website_title2 {
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    line-height: 54px;
    margin-top: 94px;
    margin-bottom: 20px;
}

.website_three {
    overflow: hidden;
    background: url(../pages/images/website_bg5.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.website_ul2 {
    margin-top: 35px;
    overflow: hidden;
    border-top: 1px solid #3a3a3a;
    border-left: 1px solid #3a3a3a;
}

.website_ul2 ul li {
    width: 25%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.website_ul2 ul li .txts {
    overflow: hidden;
    border-bottom: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    padding-bottom: 32px;
}

.website_ul2 ul li .txts img {
    display: block;
    height: 48px;
    margin: 0 auto;
    margin-top: 40px;
}

.website_ul2 ul li .txts .h2 {
    font-weight: normal;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 20px;
    color: #999999;
    margin-top: 36px;
}

.website_ul2 ul li .cons {
    overflow: hidden;
    background: #f67524;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    text-align: left;
    transition: all 0.6s;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.website_ul2 ul li .cons .divs {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 14px;
    height: 147px;
    background: url(../pages/images/website_bg6.png) left bottom no-repeat;
}

.website_ul2 ul li .cons .divs .h2 {
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 20px;
}

.website_ul2 ul li .cons .divs .p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #ffdac2;
    font-size: 16px;
}

.website_ul2 ul li:hover .cons {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.website_title_p {
    color: #666666;
    font-size: 18px;
    line-height: 36px;
    margin-top: 35px;
    margin-bottom: 60px;
    text-align: center;
}

.website_con {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    padding-bottom: 60px;
}

.website_con img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.website_four {
    overflow: hidden;
    background: url(../pages/images/website_bg7.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.website_feedback {
    width: 49%;
    overflow: hidden;
}

.website_feedback .inputs {
    width: 100%;
    border: 0;
    height: 72px;
    text-indent: 3%;
    background: #fff;
    color: #666666;
    font-size: 18px;
    font-family: "微软雅黑";
    outline: none;
    margin-bottom: 20px;
}

.website_feedback .bnts {
    width: 100%;
    height: 72px;
    display: block;
    background: #f67524;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
    font-family: '微软雅黑';
    transition: all 0.3s;
}

.website_feedback .bnts:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.website_feedback .textarea {
    background: #fff;
    border: 0;
    padding-left: 3%;
    width: 97%;
    color: #666666;
    font-size: 18px;
    font-family: "微软雅黑";
    outline: none;
    margin-bottom: 20px;
    line-height: 26px;
    padding-top: 22px;
    height: 237px;
}

/*电商网站建设*/
.solutions_banner .txts .website_bnt.bgs2 {
    color: #319de1;
    background: url(../pages/images/website2_bg4.png) 139px center #fff no-repeat;
}

.website_two_2 {
    overflow: hidden;
    background: url(../pages/images/website2_bg1.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.website2_con {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    margin-top: 73px;
}

.website2_con img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.website_two_3 {
    overflow: hidden;
    background: url(../pages/images/website2_bg2.jpg) #f5f5f5 center bottom no-repeat;
    padding-bottom: 196px;
}

.website2_three_ul {
    overflow: hidden;
    margin-top: 10px;
}

.website2_three_ul ul li {
    float: left;
    width: calc(100% / 4 - 10px);
    margin-right: 10px;
    position: relative;
    background: #fff;
    cursor: pointer;
    height: 300px;
}

.website2_three_ul ul li:nth-child(5n+0) {
    margin-right: 0;
}

.website2_three_ul ul li:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.website2_three_ul ul li:nth-child(1):before {
    background: #f98168;
}

.website2_three_ul ul li:nth-child(2):before {
    background: #71c5ca;
}

.website2_three_ul ul li:nth-child(3):before {
    background: #71a4db;
}

.website2_three_ul ul li:nth-child(4):before {
    background: #64bd9d;
}

.website2_three_ul ul li:nth-child(5):before {
    background: #f3913a;
}

.website2_three_ul ul li .img1 {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

.website2_three_ul ul li .h2 {
    font-weight: normal;
    line-height: 96px;
    height: 96px;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.website2_three_ul ul li .divs {
    width: 280px; /* width:570px;*/
    opacity: 0;
    filter: Alpha(opacity=0);
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
    color: #fff;
}

.website2_three_ul ul li:nth-child(1) .divs {
    background: #f98168;
}

.website2_three_ul ul li:nth-child(2) .divs {
    background: #71c5ca;
}

.website2_three_ul ul li:nth-child(3) .divs {
    background: #71a4db;
}

.website2_three_ul ul li:nth-child(4) .divs {
    background: #64bd9d;
}

.website2_three_ul ul li:nth-child(5) .divs {
    background: #f3913a;
    right: 0;
    left: auto;
}

.website2_three_ul ul li:hover .divs {
    width: 570px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.website2_three_ul ul li .divs .img2 {
    width: 120px;
    height: 120px;
    float: left;
    margin-left: 29px;
    margin-top: 60px;
}

.website2_three_ul ul li .divs .cons {
    position: absolute;
    left: 149px;
    top: 0;
    width: 366px;
    margin-left: 28px;
    overflow: hidden;
}

.website2_three_ul ul li .divs .cons .h3 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 36px;
    line-height: 68px;
    height: 68px;
}

.website2_three_ul ul li .divs .cons .p {
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

.website2_three_ul ul li .divs .cons .p p {
    margin-bottom: 24px;
    font-size: 14px;
    color: #fff;
}

.website2_three_2 {
    overflow: hidden;
    background: url(../pages/images/website2_bg3.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.website2_ul2 {
    overflow: hidden;
    border-top: 1px solid #3a3a3a;
    border-left: 1px solid #3a3a3a;
}

.website2_ul2 ul li {
    width: 33.33%;
    float: left;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.website2_ul2 ul li .txts {
    overflow: hidden;
    border-bottom: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a; /* padding-bottom:32px;*/
    height: 218px;
    transition: all 0.3s;
}

.website2_ul2 ul li:hover .txts {
    background: #f67524;
}

.website2_ul2 ul li .txts .img1 {
    /*float: left;*/
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: 58px;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.website2_ul2 ul li .txts .img1:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.website2_ul2 ul li:nth-child(1) .txts .img1:after {
    background-image: url(../pages/images/website2_icon1_on.png);
}

.website2_ul2 ul li:nth-child(2) .txts .img1:after {
    background-image: url(../pages/images/website2_icon2_on.png);
}

.website2_ul2 ul li:nth-child(3) .txts .img1:after {
    background-image: url(../pages/images/website2_icon3_on.png);
}

.website2_ul2 ul li:nth-child(4) .txts .img1:after {
    background-image: url(../pages/images/website2_icon4_on.png);
}

.website2_ul2 ul li:nth-child(5) .txts .img1:after {
    background-image: url(../pages/images/website2_icon5_on.png);
}

.website2_ul2 ul li:nth-child(6) .txts .img1:after {
    background-image: url(../pages/images/website2_icon6_on.png);
}

.website2_ul2 ul li:hover .txts .img1:after {
    width: 100%;
    height: 100%;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.website2_ul2 ul li:nth-child(1) .txts .img1 {
    background-image: url(../pages/images/website2_icon1.png);
}

.website2_ul2 ul li:nth-child(2) .txts .img1 {
    background-image: url(../pages/images/website2_icon2.png);
}

.website2_ul2 ul li:nth-child(3) .txts .img1 {
    background-image: url(../pages/images/website2_icon3.png);
}

.website2_ul2 ul li:nth-child(4) .txts .img1 {
    background-image: url(../pages/images/website2_icon4.png);
}

.website2_ul2 ul li:nth-child(5) .txts .img1 {
    background-image: url(../pages/images/website2_icon5.png);
}

.website2_ul2 ul li:nth-child(6) .txts .img1 {
    background-image: url(../pages/images/website2_icon6.png);
}

/*.website2_ul2 ul li:nth-child(1):hover .txts .img1{background-image:url(../images/website2_icon1_on.png);}*/
.website2_ul2 ul li .txts .divs {
    width: 306px;
    margin-top: 0px;
    float: left;
 /*   margin-left: 18px;*/
}

.website2_ul2 ul li .txts .divs .h2 {
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.website2_ul2 ul li .txts .divs .p {
    line-height: 24px;
    overflow: hidden;
    color: #999999;
    font-size: 16px;
    padding: 0  10px 5px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.website2_ul2 ul li:hover .txts .divs .p {
    color: #fff;
}


/*新闻列表*/
.news_one {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

.news_one .news_one_l {
    float: left;
    overflow: hidden;
}

.news_one .news_one_l a {
    float: left;
    margin-right: 2px;
    padding-left: 38px;
    padding-right: 38px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-size: 16px;
    background: #fff;
    transition: all 0.3s;
}

.news_one .news_one_l a:hover {
    color: #fff;
    background: #f67524;
}

.news_one .news_one_l a.flon {
    color: #fff;
    background: #f67524;
}

.news_one .news_one_r {
    float: right;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    background: #fff;
}

.news_one .news_one_r .cinputs {
    width: 270px;
    border: 0;
    height: 50px;
    text-indent: 20px;
    background: none;
    color: #999999;
    font-size: 14px;
    font-family: "微软雅黑";
    outline: none;
    float: left;
}

.news_one .news_one_r .cbnts {
    float: right;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../pages/images/news_bg1.jpg) no-repeat;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
    font-family: '微软雅黑';
    transition: all 0.3s;
}

.news_one .news_one_r .cbnts:Hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.news_list {
}

.news_list ul li {
    float: left;
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
    background: #fff;
    transition: all 0.5s;
    margin-bottom: 2%;
}

.news_list ul li:nth-child(3n+0) {
    margin-right: 0;
}

.news_list ul li .txts {
    width: 92%;
    margin: 0 auto;
    max-width: 400px;
}

.news_list ul li .txts .h2 {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    margin-top: 24px;
    transition: all 0.3s;
    overflow: hidden;
}

.news_list ul li .txts .p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    transition: all 0.3s;
}

.news_list ul li .txts .dates {
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
    font-family: "华文细黑";
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-bottom: 26px;
    background: url(../pages/images/case_bg4.png) right 50px no-repeat;
    transition: all 0.3s;
}

.news_list ul li .txts .dates span {
    display: block;
    color: #000000;
    font-size: 48px;
    line-height: 46px;
    height: 46px;
    transition: all 0.3s;
    margin-bottom: 2px;
}

.news_list ul li .txts .tags {
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    color: #999;
    margin-top: 10px;
}

.news_list ul li .txts .tags span {
    float: left;
    margin-right: 6px;
    font-size: 14px;
}

.news_list ul li .txts .tags a {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    color: #999;
}

.news_list ul li:hover .txts .dates {
    background: url(../pages/images/case_bg4_on.png) right 50px no-repeat;
    color: #fff;
    border-top: 1px solid #ffa166;
}

.news_list ul li:hover .txts .dates span {
    color: #fff;
}

.news_list ul li:hover .txts .h2 {
    color: #fff;
    overflow: hidden
}

.news_list ul li:hover .txts .p {
    color: #fff;
}

.news_list ul li:hover {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background: #f67524;
}

.news_list ul li:hover .tags span {
    color: #fff;
}

.news_list ul li:hover .tags a {
    color: #fff;
}

/*新闻详细*/
.news_show2 {
    overflow: hidden;
}

.news_show2 .news_show_l {
    width: 890px;
    float: left;
    overflow: hidden;
    color: #333;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
}

.news_show2 .news_show_l .new_show_l_top {
    margin-top: 30px;
    padding-bottom: 23px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}

.news_show2 .news_show_l .new_show_l_top h1 {
    font-size: 24px;
    line-height: 38px;
    overflow: hidden;
    color: #000;
    font-weight: normal;
}

.news_show2 .news_show_l .new_show_l_top p {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.news_show2 .news_show_l .new_show_l_text {
    padding-top: 35px;
    line-height: 30px;
    font-size: 16px;
}

.news_show2 .news_show_l .new_show_l_text p {
    margin-bottom: 17px;
    font-size: 16px;
}

.news_show2 .news_show_l .new_show_l_text h1 {
    line-height: 35px;
    font-size: 14px;
}

.news_show2 .news_show_l .new_show_l_text img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.news_show2 .news_show_l .new_show_l_text .news_show_tag {
    overflow: hidden;
    margin-top: 33px;
    line-height: 32px;
    margin-bottom: 50px;
}

.news_show2 .news_show_l .new_show_l_text .news_show_tag span {
    margin-bottom: 10px;
    float: left;
    font-size: 16px;
}

.news_show2 .news_show_l .new_show_l_text .news_show_tag a {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 1px;
    background: #fff;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.news_show2 .news_show_l .new_show_l_text .news_show_tag a:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
    border: 1px solid #f45900;
    color: #f45900;
}

.news_show2 .news_show_l .fenxiang {
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 2%;
    margin-top: 2%;
}

.news_show2 .news_show_l .fenxiang .span {
    line-height: 34px;
    color: #333333;
    display: block;
    font-size: 18px;
}

.news_show2 .news_show_l .fenxiang .news_fx {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
}

.news_show2 .news_show_l .fenxiang .news_fx ul li {
    display: inline-block;
    width: 58px;
    height: 58px;
    overflow: hidden;
    margin-left: 3%;
    margin-right: 3%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.news_show2 .news_show_l .fenxiang .news_fx ul li.bgs1 {
    background-image: url(../pages/images/ico1.png);
}

.news_show2 .news_show_l .fenxiang .news_fx ul li.bgs2 {
    background-image: url(../pages/images/ico2.png);
}

.news_show2 .news_show_l .fenxiang .news_fx ul li.bgs3 {
    background-image: url(../pages/images/ico3.png);
}

.news_show2 .news_show_l .fenxiang .news_fx ul li:hover {
    transition: all 0.3s;
    opacity: 0.9;
    filter: Alpha(opacity=90);
}

.news_show2 .news_show_l .fenxiang .news_fx ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.prenext {
    text-align: center;
    padding-bottom: 3%;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    padding-top: 4%;
}

.prenext a {
    color: #333333;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 172px;
    overflow: hidden;
    font-size: 18px;
    background: #e8e8e8;
}

.prenext a:hover {
    color: #fff;
    background: #f67524;
    text-decoration: none;
}

.prenext a label {
    font-family: "宋体";
    font-size: 22px;
}

.prenext a label.a {
    padding-right: 12%;
}

.prenext a label.b {
    padding-left: 12%;
}

.prenext a.nodata {
    background: #e8e8e8;
    color: #333333;
}

.news_show2 .news_show_r {
    width: 460px;
    float: right;
    overflow: hidden;
}

.news_show2 .news_show_r .new_show_right_top {
    font-size: 24px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    font-family: "华文细黑";
    padding-left: 30px;
    padding-right: 30px;
}

.news_show2 .news_show_r .new_show_right_top .tagchange {
    float: right;
    padding-left: 29px;
    background: url(../pages/images/tag_bg1.png) left center no-repeat;
    font-size: 16px;
    color: #999999;
}

.news_show2 .news_show_r .new_show_right_top .tagchange:hover {
    color: #f67524;
}

.news_show2 .news_show_rnews {
    overflow: hidden;
    color: #666;
    background: #fff;
}

.news_show2 .news_show_rnews .ul li {
    display: block;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
}

.news_show2 .news_show_rnews .ul li h1 {
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    height: 38px;
    line-height: 38px;
    overflow: hidden
}

.news_show2 .news_show_rnews .ul li h1 a {
    color: #000000;
}

.news_show2 .news_show_rnews .ul li h1 a:hover {
    color: #f67524;
}

.news_show2 .news_show_rnews .ul li p {
    color: #666666;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.news_show2 .news_show_rnews .ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

/*新闻中心-标签*/
.tag_banner {
    background: url(../pages/images/tag_bg2.jpg) center top no-repeat;
    overflow: hidden;
    height: 310px;
    text-align: center;
    font-family: "华文细黑";
}

.tag_banner h1 {
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 12px;
    margin-top: 102px;
    color: #fff;
}

.tag_banner p {
    font-size: 24px;
    line-height: 22px;
    color: #fff;
}

.news_show2 .news_show_rtag {
    overflow: hidden;
    color: #666;
    background: #fff;
    margin-bottom: 30px;
}

.news_show2 .news_show_rtag .tagul {
    margin-bottom: 30px;
    overflow: hidden;
    margin-left: 30px;
    padding-right: 10px;
    margin-top: 20px;
}

.news_show2 .news_show_rtag .tagul li {
    display: block;
    overflow: hidden;
}

.news_show2 .news_show_rtag .tagul li a {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid #cccccc;
    margin-right: 10px;
}

.news_show2 .news_show_rtag .tagul li a:hover {
    border: 1px solid #f67524;
    color: #f67524;
}

.tag_ul {
    padding-top: 30px;
    overflow: hidden;
}

.tag_ul ul li {
    display: block;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.tag_ul ul li:nth-child(3n+0) {
    margin-right: 0;
}

.tag_ul ul li .txts {
    overflow: hidden;
}

.tag_ul ul li .txts .h2 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin-top: 3px;
    transition: all 0.3s;
    overflow: hidden;
}

.tag_ul ul li .txts .p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    transition: all 0.3s;
    margin-top: 13px;
}

.tag_ul ul li .txts .dates {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.tag_ul ul li .txts .tagse {
    color: #999;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-top: 18px;
}

.tag_ul ul li .txts .tagse span {
    float: left;
    margin-right: 6px;
    font-size: 14px;
}

.tag_ul ul li .txts .tagse a {
    float: left;
    margin-right: 3px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    border: 1px solid #fff;
}

.tag_ul ul li .txts .tagse a:hover {
    border: 1px solid #f45900;
    color: #f45900;
}

.tag_ul ul li .imgs {
    float: left;
    width: 260px;
    margin-right: 30px;
}

.tag_ul ul li .imgs img {
    width: 100%;
    height: 160px;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tag_ul ul li .imgs:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.tag_ul ul li .txts a:hover .h2 {
    color: #f45900;
}

/*标签汇总*/
.tag_a {
    overflow: hidden;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.tag_a a {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #494949;
    font-size: 18px;
    text-transform: uppercase;
}

.tag_a a:hover {
    background: #f67524;
    color: #fff;
}

.tag_a a.osel {
    background: #f67524;
    color: #fff;
}

.tag_a_con {
    background: #fff;
    overflow: hidden;
    margin-bottom: 60px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 50px;
}

.tag_a_con .h2 {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #000000;
    margin-top: 15px;
    overflow: hidden;
    font-weight: normal;
}

.tag_a_con .txts {
    overflow: hidden;
    padding-bottom: 28px;
    border-bottom: 1px dashed #bdbdbd;
}

.tag_a_con .txts ul li {
    float: left;
    width: 16.66%;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
}

.tag_a_con .txts ul li a {
    color: #666666;
    font-size: 16px;
}

.tag_a_con .txts ul li a:hover {
    color: #f67220
}

.tag_a_con .txts ul li span {
    padding: 2px 6px;
    line-height: 18px;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #dddddd;
    border-radius: 11px;
    margin-left: 9px;
}

.tag_a_con .txts ul li span a {
    font-size: 14px;
}

/*律师*/
.news_show2 .news_show_l2 {
    width: 890px;
    float: left;
    overflow: hidden;
    color: #333;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
}

.stageChoice {
    padding-bottom: 10px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0px;
}

.stageChoice .stageChoice-block {
    display: block;
    padding: 15px 24px;
}

.stageChoice .scb-title {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #858585;
    overflow: hidden;
    float: left
}

.stageChoice .scb-main {
    width: 1260px;
    display: block;
    position: relative;
    float: left
}

.scb-tab-sty2 {
    display: block;
}

.scb-tab-sty2 .tab-list {
    display: none;
}

.scb-tab-sty2 .tab-list.open-tab {
    height: auto;
}

.scb-tab-sty2 .tab-list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}

.scb-tab-sty2 .tab-list .tab-list-item {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px
}

.scb-tab-sty2 .tab-list li:first-child {
    margin-left: 90px
}

.scb-tab-sty2 .tab-list .tab-list-item.btn-gray {
    color: #999 !important;
    font-size: 14px;
    background-color: transparent !important
}

.scb-tab-sty2 .tab-list .tab-list-item.hidden {
    display: none
}

.scb-tab-sty2 .tab-list .tab-list-item.active .item-text {
    background-color: #f93;
    color: #fff
}

.scb-tab-sty2 .tab-list .tab-list-item .item-text {
    padding: 1px 7px;
    border-radius: 3px;
    font-size: 16px;
    color: #353535
}

.scb-tab-sty2 .tab-list .tab-list-item .item-text:hover {
    background-color: #f93;
    color: #fff
}

.choice-provience {
    position: absolute;
    left: 0;
    top: -2px;
}

.choice-provience .tab-form {
    margin-top: 5px;
    display: block
}

.choice-provience .tab-form select {
    display: inline-block;
    height: 21px;
    line-height: 20px;
    width: 72px;
    font-family: "microsoft Yahie";
    white-space: nowrap;
    overflow: hidden;
    margin-right: 5px;
    text-overflow: ellipsis;
    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding-left: 0px;
    vertical-align: middle
}

.choice-provience .tab-form .submit-city {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    border-radius: 2px;
    border: 0;
    background-color: #f93;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    font-family: "microsoft Yahie";
    transition: background-color .25s
}

.choice-provience .tab-form .submit-city:hover {
    background-color: #f38312
}

.sr-count {
    display: block;
    height: 60px;
    line-height: 60px;
    padding-bottom: 0px;
    color: #666;
    font-size: 16px
}

.sr-count .orange {
    color: #f93;
    font-weight: bold;
    margin: 0 5px;
    font-size: 16px;
}

.news_show2 .sr-tool-bar {
    background-color: #fff;
    height: 46px;
}

.news_show2 .tool-bar-item {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #858585;
    font-size: 14px;
    cursor: pointer;
}

.news_show2 .tool-bar-item span {
    font-size: 14px;
}

.news_show2 .sr-tool-bar .tool-bar-item.orange-color {
    color: #f93;
}

.news_show2 .lvshi_ul {
    overflow: hidden;
    margin-top: 30px;
}

.news_show2 .lvshi_ul ul li {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.news_show2 .lvshi_ul ul li .imgs {
    float: left;
    width: 200px;
    margin-right: 20px;
    overflow: hidden;
}

.news_show2 .lvshi_ul ul li .imgs img {
    display: block;
    width: 100%;
    height: 157px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.news_show2 .lvshi_ul ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_show2 .lvshi_ul ul li .txts {
    float: left;
    width: 500px;
    overflow: hidden;
}

.news_show2 .lvshi_ul ul li .txts.txts2 {
    width: 640px;
}

.news_show2 .lvshi_ul ul li .txts .h2 {
    font-weight: normal;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    color: #333;
    overflow: hidden;
    margin-bottom: 10px;
}

.news_show2 .lvshi_ul ul li .txts .p {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    height: 110px;
}

.news_show2 .lvshi_ul ul li:hover .txts .h2 {
    color: #f67524;
}

.news_show2 .lvshi_ul ul li .ra {
    float: right;
    margin-right: 30px;
    margin-top: 40px;
}

.news_show2 .lvshi_ul ul li .ra .a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    border: none;
    color: #fff;
    font-family: "Microsoft yahei";
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .25s;
    background-color: #f93;
    display: block;
}

.news_show2 .lvshi_ul ul li .ra .b {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    border: none;
    color: #5d9dd1;
    font-family: "Microsoft yahei";
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .25s;
    display: block;
    border: 1px solid #86bfe2
}

.news_show2 .lvshi_ul ul li .ra .a:hover {
    background-color: #f98816;
}

.news_show2 .news_show_rnews .desc {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px dashed #cccccc;
}

/*产品服务*/
.service_bg {
    background: #f5f5f5;
    overflow: hidden;
}

.service_bg .service_ul {
    margin-top: 60px;
    margin-bottom: 100px;
    overflow: hidden;
}

.service_bg .service_ul ul li {
    float: left;
    background: #fff;
    overflow: hidden;
    width: 32%;
    margin-right: 2%;
}

.service_bg .service_ul ul li:nth-child(3n+0) {
    margin-right: 0;
}

.service_bg .service_ul ul li .imgs {
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
}

.service_bg .service_ul ul li .imgs img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service_bg .service_ul ul li .txts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
}

.service_bg .service_ul ul li i {
    display: block;
    margin: 0 auto;
    margin-top: 54px;
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.service_bg .service_ul ul li h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
}

.service_bg .service_ul ul li.bgs1 i {
    background-image: url(../pages/images/service_pic1.png);
}

.service_bg .service_ul ul li.bgs2 i {
    background-image: url(../pages/images/service_pic2.png);
}

.service_bg .service_ul ul li.bgs3 i {
    background-image: url(../pages/images/service_pic3.png);
}

.service_bg .service_ul ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.service_bg .service_ul ul li .cons {
    width: 410px;
    margin: 0 auto;
    padding-top: 23px;
    padding-bottom: 20px;
}

.service_bg .service_ul ul li .cons p {
    line-height: 30px;
    height: 90;
    margin-bottom: 25px;
    font-size: 16px;
    color: #666666;
}

.service_bg .service_ul ul li .service_ul_a {
    overflow: hidden;
    height: 180px;
}

.service_bg .service_ul ul li .service_ul_a a {
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
    border: 1px solid #c3c3c3;
    width: 124px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #666;
    transition: all 0.3s;
}

.service_bg .service_ul ul li .service_ul_a a:nth-child(3n+0) {
    margin-right: 0;
}

.service_bg .service_ul ul li .service_ul_a a:hover {
    color: #fff;
    background-color: #f67524;
    border: 1px solid #f67524;
}

.service_bg .service_ul ul li.bgs2 .service_ul_a a:hover {
    color: #fff;
    background-color: #248cf6;
    border: 1px solid #248cf6;
}

.service_bg .service_ul ul li.bgs3 .service_ul_a a:hover {
    color: #fff;
    background-color: #1ecc85;
    border: 1px solid #1ecc85;
}

/*专题列表*/
.zhuantilist_bg {
    margin-top: 30px;
    overflow: hidden;
}

.zhuantilist_l {
    float: left;
    width: 890px;
    overflow: hidden;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
}

.zhuantilist {
    overflow: hidden;
    padding-top: 30px;
}

.zhuantilist ul li {
    display: block;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.zhuantilist ul li .txts {
    overflow: hidden;
}

.zhuantilist ul li .txts .h2 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin-top: 3px;
    transition: all 0.3s;
    overflow: hidden;
    margin-bottom: 3px;
}

.zhuantilist ul li .txts .p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    transition: all 0.3s;
    margin-top: 13px;
}

.zhuantilist ul li .txts .dates {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.zhuantilist ul li .imgs {
    float: left;
    width: 270px;
    margin-right: 30px;
    overflow: hidden;
}

.zhuantilist ul li .imgs img {
    width: 100%;
    height: 170px;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.zhuantilist ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.zhuantilist ul li .txts a:hover .h2 {
    color: #f45900;
}

.zhuantilist ul li .txts .zhuanti_more {
    margin-top: 12px;
    width: 140px;
    text-align: center;
    float: left;
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 14px;
    transition: all 0.3s;
    background: #dddddd;
}

.zhuantilist ul li:hover .txts .zhuanti_more {
    background: #f45900;
    color: #fff;
}

.zhuantilist_bg .zhuantilist_r {
    width: 460px;
    float: right;
    overflow: hidden;
}

.zhuantilist_bg .zhuantilist_r .new_show_right_top {
    font-size: 24px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    font-family: "华文细黑";
    padding-left: 30px;
    padding-right: 30px;
}

.zhuantilist_bg .zhuantilist_r .new_show_right_top .tagchange {
    float: right;
    padding-left: 29px;
    background: url(../pages/images/tag_bg1.png) left center no-repeat;
    font-size: 16px;
    color: #999999;
}

.zhuantilist_bg .zhuantilist_r .new_show_right_top .tagchange:hover {
    color: #f67524;
}

.zhuantilist_bg .zhuantilist_r .news_show_rnews {
    overflow: hidden;
    color: #666;
    background: #fff;
}

.zhuantilist_bg .zhuantilist_r .news_show_rnews .ul li {
    display: block;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
}

.zhuantilist_bg .zhuantilist_r .news_show_rnews .ul li h1 {
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    height: 38px;
    line-height: 38px;
}

.zhuantilist_bg .zhuantilist_r .news_show_rnews .ul li h1 a {
    color: #000000;
}

.zhuantilist_bg .zhuantilist_r .news_show_rnews .ul li h1 a:hover {
    color: #f67524;
}

.zhuantilist_bg .zhuantilist_r .news_show_rnews .ul li p {
    color: #666666;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.zhuantilist_bg .zhuantilist_r .news_show_rnews .ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.zhuantilist_bg .zhuantilist_r .hot-q {
    overflow: hidden;
    color: #666;
    background: #fff;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.zhuantilist_bg .zhuantilist_r .hot-q ul {
    padding-left: 30px;
    padding-right: 30px;
}

.zhuantilist_bg .zhuantilist_r .hot-q .hot-item {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #666;
}

.zhuantilist_bg .zhuantilist_r .hot-q .num-tag {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background-color: #858585;
}

.zhuantilist_bg .zhuantilist_r .hot-q .num-tag-1 {
    background-color: #ff7800;
}

.zhuantilist_bg .zhuantilist_r .hot-q .num-tag-2 {
    background-color: #f90;
}

.zhuantilist_bg .zhuantilist_r .hot-q .num-tag-3 {
    background-color: #f6c44b;
}

/*专题详情*/
#zhuanti .fix:after {
    content: '';
    display: table;
    clear: both;
}

#zhuanti .top-content {
    padding: 30px 20px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
}

#zhuanti .rel {
    position: relative;
}

#zhuanti .top-content .img {
    width: 310px;
    height: 194px;
    margin-right: 22px;
}

#zhuanti .scale-wrap {
    overflow: hidden;
    border-radius: 1px;
    display: inline-block;
}

#zhuanti .fl {
    float: left;
}

#zhuanti .top-content .noun-w {
    width: 710px;
    height: 210px;
}

#zhuanti .top-content .noun-w .title {
    float: left;
    font-weight: normal;
    font-size: 28px;
    color: #000;
    padding-right: 50px;
}

#zhuanti .top-content .handle {
    font-size: 12px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

#zhuanti .top-content .handle .handle-item {
    color: #858585;
    padding: 0 10px 0 10px;
    border-left: 1px solid #ebebeb;
}

#zhuanti .top-content .handle .handle-item.icon3 {
    border-left: none;
}

#zhuanti .top-content .handle .handle-item:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../pages/images/icons.png) no-repeat;
    background-size: 14px;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 5px;
}

#zhuanti .top-content .handle .handle-item.icon3:before {
    background-position: 0 -120px;
}

#zhuanti .top-content .noun-w .time {
    font-size: 12px;
    clear: both;
    color: #b8b8b8;
    line-height: 42px;
}

#zhuanti .top-content .noun-w .content {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
}

#zhuanti .top-content .noun-w.active .content {
    display: none;
}

#zhuanti .top-content .noun-w .content-active {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0 5px 1px #eee;
    padding: 15px;
    margin-left: -16px;
    margin-top: -16px;
}

#zhuanti .top-content .noun-w.active .content-active {
    display: block;
}

#zhuanti .top-content .noun-w .more-btn {
    cursor: pointer;
    color: #f45900;
}

#zhuanti .fr {
    float: right;
}

#zhuanti .top-content .noun-w .more-btn:after {
    content: '';
    float: right;
    width: 15px;
    height: 20px;
    background: url(../pages/images/icons.png) no-repeat;
    background-size: 14px;
    background-position: 0 -93px;
    vertical-align: middle;
    margin-left: 5px;
}

#zhuanti .top-content .noun-w .more-btn.up:after {
    background-position: 0 -73px;
}

#zhuanti .top-content .catalog-w {
    width: 320px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 20px;
    height: 210px;
    overflow: hidden;
    border: 1px solid #f6f6f6;
}

#zhuanti .top-content .catalog-w .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #353535;
    margin-bottom: 5px;
}

#zhuanti .nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#zhuanti .top-content .catalog-w .catalog-a {
    line-height: 32px;
    font-size: 15px;
    color: #666;
}

#zhuanti .top-content .catalog-w .catalog-a:hover {
    color: #f45900;
}

#zhuanti .content-l {
    display: inline-block;
    width: 1060px;
    box-sizing: border-box;
}

#zhuanti .content-l .content-l-item {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 0 33px 20px;
}

#zhuanti .content-l .title {
    font-size: 24px;
    font-weight: bold;
    color: #353535;
    line-height: 44px;
    padding: 28px 0;
    border-bottom: 1px solid #eaeaea;
}

#zhuanti .content-l .subtitle {
    padding: 25px 0;
    line-height: 30px;
    font-size: 16px;
    color: #3396f6;
}

#zhuanti .content-l .tag {
    font-size: 14px;
    color: #fff;
    background-color: #f90;
    padding: 3px 7px;
    margin-right: 10px;
}

#zhuanti .content-l .subtitle a {
    color: #3396f6;
}

#zhuanti .content-l .content {
    display: inline-block;
    margin-bottom: 25px;
}

#zhuanti .content-l .content .text {
    line-height: 26px;
    font-size: 14px;
    color: #353535;
    text-align: justify;
}

#zhuanti .content-l .tag {
    font-size: 14px;
    color: #fff;
    background-color: #f90;
    padding: 3px 7px;
    margin-right: 10px;
}

#zhuanti .content-l .tag.blue {
    background-color: #3396f6;
}

#zhuanti .content-l .related-w {
    padding-top: 10px;
}

#zhuanti .content-l .related-q {
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

#zhuanti .content-l .related-q:hover {
    color: #3396f6;
}

#zhuanti .content-r {
    width: 340px;
}

#zhuanti .full-container:after, #zhuanti .container:after, #zhuanti .wl-row:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1;
}

#zhuanti .content-r .short {
    font-size: 15px;
}

#zhuanti .content-r .short {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

#zhuanti .content-r .short .title {
    font-size: 18px;
    color: #353535;
    font-weight: bold;
    margin-bottom: 14px;
}

#zhuanti .content-r .hot-q .hot-item {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #666;
}

#zhuanti .content-r .hot-q .num-tag {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background-color: #858585;
}

#zhuanti .content-r .hot-q .num-tag-1 {
    background-color: #ff7800;
}

#zhuanti .content-r .hot-q .num-tag-2 {
    background-color: #f90;
}

#zhuanti .content-r .hot-q .num-tag-3 {
    background-color: #f6c44b;
}

#zhuanti .content-r .consult .consult-item {
    margin-top: 18px;
}

#zhuanti .content-r .consult .img {
    float: left;
    width: 100px;
    height: 60px;
    overflow: hidden;
}

#zhuanti .content-r .consult .img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#zhuanti .content-r .consult .consult-item:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#zhuanti .content-r .consult .consult-c {
    padding-top: 8px;
    width: 180px;
    float: right;
    font-size: 15px;
    color: #666;
}

#zhuanti .content-r .consult .time {
    line-height: 30px;
    font-size: 12px;
    color: #b8b8b8;
}

#zhuanti .content-r .consult .time:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../pages/images/icons.png) no-repeat;
    background-size: 14px;
    background-position: 0 -60px;
    margin-right: 5px;
    vertical-align: middle;
}

#zhuanti .content-r .catalog-r {
    width: 340px;
}

#zhuanti .content-r .catalog-r.active {
    position: fixed;
    top: 115px;
}

#zhuanti .content-r .catalog-r.activeBtm {
    display: none;
}

#zhuanti .content-r .short .title {
    font-size: 18px;
    color: #353535;
    font-weight: bold;
    margin-bottom: 14px;
}

#zhuanti .content-r .catalog-r .catalog-r-w {
    border-left: 1px solid #eaeaea;
    padding-left: 14px;
}

#zhuanti .content-r .catalog-r .catalog-r-item {
    position: relative;
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

#zhuanti .content-r .catalog-r .catalog-r-a {
    display: block;
    font-size: 15px;
    color: #666;
}

#zhuanti .content-r .catalog-r .catalog-r-item:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid #eaeaea;
    border-radius: 100%;
    background-color: #fff;
    left: -18px;
    top: 50%;
    margin-top: -3px;
}

#zhuanti .content-r .catalog-r .catalog-r-item.active:before {
    border-color: #3396f6;
    background-color: #3396f6;
}

#zhuanti .content-r .catalog-r .catalog-r-item.active .catalog-r-a {
    color: #3396f6;
}

/*企业营销*/
.qiye_two {
    overflow: hidden;
    background: url(../pages/images/qiye_bg1.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 98px;
}

.qiye_ul {
    margin-top: 10px;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.qiye_ul ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.qiye_ul ul li .cons {
    overflow: hidden;
    color: #fff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    transition: all 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.qiye_ul ul li .cons .divs {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 42px;
    margin-bottom: 54px;
    height: 245px;
    position: relative;
    overflow: hidden;
}

.qiye_ul ul li .cons .divs:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #f67524;
    transition: all 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.qiye_ul ul li .cons .divs:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.qiye_ul ul li:hover .cons .divs:after {
    width: 30px;
}

.qiye_ul ul li:hover .cons .divs:before {
    width: 0;
}

.qiye_ul ul li .cons .divs .nums {
    font-size: 62px;
    font-weight: lighter;
    line-height: 78px;
}

.qiye_ul ul li .cons .divs .h2 {
    font-weight: normal;
    line-height: 58px;
    height: 58px;
    overflow: hidden;
    font-size: 30px;
}

.qiye_ul ul li .cons .divs .p {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #cdcdcd;
    font-size: 18px;
}

.qiye_ul ul li:hover .cons {
    background: #f67524;
}

.qiye_ul ul li:hover .cons .p {
    color: #fff;
}

.qiye_three {
    min-height: 500px;
    overflow: hidden;
    padding-top: 122px;
    background: url(../pages/images/qiye_bg2.jpg) #f4f4f4 center top no-repeat;
    padding-bottom: 58px;
}

.qiye_three .qiye_three_l {
    float: left;
    width: 490px;
    overflow: hidden;
}

.qiye_three .qiye_three_l .h2 {
    font-weight: normal;
    margin-top: 15px;
    line-height: 60px;
    font-size: 48px;
}

.qiye_three .qiye_three_l .p {
    margin-top: 6px;
    line-height: 40px;
    font-size: 20px;
}

.qiye_three .qiye_three_r {
    float: right;
    width: 894px;
    overflow: hidden;
}

.qiye_three .qiye_three_r .recruitmentList {
    overflow: hidden;
}

.qiye_three .qiye_three_r .recruitmentList li {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0px 70px 0px 63px;
    background: url(../pages/images/qiye_bg3.png) no-repeat right 55px top 40px;
    cursor: pointer;
    background-color: #fff;
    border-left: 3px solid #f67524;
}

.qiye_three .qiye_three_r .recruitmentList li:nth-child(2) {
    border-left-color: #24c2f6;
}

.qiye_three .qiye_three_r .recruitmentList li:nth-child(3) {
    border-left-color: #28e396;
}

.qiye_three .qiye_three_r .recruitmentList li:nth-child(4) {
    border-left-color: #248cf6;
}

.qiye_three .qiye_three_r .recruitmentList li.on {
    background-image: url(../pages/images/qiye_bg3_on.png);
    background-color: #fff;
}

.qiye_three .qiye_three_r .recruitmentList li .title .tit {
    line-height: 30px;
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
}

.qiye_three .qiye_three_r .recruitmentList li .down {
    padding-bottom: 34px;
    display: none;
}

.qiye_three .qiye_three_r .recruitmentList li .down .text {
    font-size: 16px;
    line-height: 26px;
    min-height: 78px;
    color: #333;
}

.qiye_four {
    overflow: hidden;
    background: url(../pages/images/qiye_bg4.jpg) center center no-repeat;
    background-size: cover;
}

.qiye_ul2 {
    padding-top: 63px;
    overflow: hidden;
}

.qiye_ul2 ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 107px;
}

.qiye_ul2 ul li .imgs {
    overflow: hidden;
    transition: all 0.6s;
    width: 133px;
    margin: 0 auto;
}

.qiye_ul2 ul li .imgs img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.qiye_ul2 ul li .h2 {
    font-weight: normal;
    line-height: 64px;
    height: 64px;
    overflow: hidden;
    font-size: 30px;
    color: #fff;
    margin-top: 17px;
}

.qiye_ul2 ul li .p {
    font-size: 14px;
    color: #cccccc;
    line-height: 24px;
    height: 96px;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
}

.qiye_ul2 ul li:hover .imgs {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.qiye_ul2 ul li:hover .imgs img {
    transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

/*手机网站*/
.mobile_ul {
    padding-top: 63px;
    overflow: hidden;
    padding-bottom: 125px;
    /*height: 573px;*/
}

.mobile_ul ul li {
    width: calc(100% / 3);
    height: 480px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.mobile_ul ul li .txts {
    float: left;
    height: 573px;
    overflow: hidden;
    width: 100%;
    background: #f67524;
}

.mobile_ul ul li:nth-child(2) .txts {
    background: #248cf6;
}

.mobile_ul ul li:nth-child(3) .txts {
    background: #28e396;
}

.mobile_ul ul li .txts .ico {
    margin: 0 auto;
    margin-top: 84px;
    margin-bottom: 49px;
    display: block;
    width: 130px;
}

.mobile_ul ul li .txts .h3 {
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 19px;
    transition: all 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.mobile_ul ul li .txts .p {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    height: 182px;
    position: relative;
    overflow: hidden;
    display: none;
}

.mobile_ul ul li .txts .p:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    height: 3px;
    background: #f5f5f5;
}

.mobile_ul ul li .imgs {
    width: 640px;
    float: left;
    overflow: hidden;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.mobile_ul ul li .imgs img {
    display: block;
    height: 573px;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mobile_ul ul li .imgs:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.mobile_ul ul li.actives {
    /*width: 1040px;*/
}

.mobile_ul ul li.actives .txts {
    /*width: 400px;*/
}

.mobile_ul ul li.actives .txts .h3 {
    font-size: 24px;
}

.mobile_ul ul li.actives .txts .p {
    display: block;
}

.mobile_ul ul li.actives .imgs {
    /*opacity: 1.0;*/
    filter: Alpha(opacity=100);
}

.mobile_two {
    min-height: 500px;
    overflow: hidden;
    background: url(../pages/images/mobile_bg1.jpg) #f5f5f5 center top no-repeat;
    padding-bottom: 123px;
    background-size: 100%;
    background-position: center;
}

.mobile_two .mobile_two_l {
    float: left;
    width: 670px;
    overflow: hidden;
    padding-top: 45px;
}

.mobile_two .mobile_two_l .recruitmentList {
    overflow: hidden;
}

.mobile_two .mobile_two_l .recruitmentList li {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0px 50px 0px 62px;
    background: url(../pages/images/qiye_bg3.png) no-repeat right 30px top 30px;
    cursor: pointer;
    background-color: #fff;
    border-left: 3px solid #28e396;
}

.mobile_two .mobile_two_l .recruitmentList li:nth-child(2) {
    border-left-color: #ff5a1f;
}

.mobile_two .mobile_two_l .recruitmentList li:nth-child(3) {
    border-left-color: #00dced;
}

.mobile_two .mobile_two_l .recruitmentList li:nth-child(4) {
    border-left-color: #96dee4;
}

.mobile_two .mobile_two_l .recruitmentList li:nth-child(5) {
    border-left-color: #f15fdb;
}

.mobile_two .mobile_two_l .recruitmentList li:nth-child(6) {
    border-left-color: #e3c228;
}

.mobile_two .mobile_two_l .recruitmentList li.on {
    background-image: url(../pages/images/qiye_bg3_on.png);
    background-color: #fff;
}

.mobile_two .mobile_two_l .recruitmentList li .title .tit {
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
}

.mobile_two .mobile_two_l .recruitmentList li .down {
    padding-bottom: 27px;
    display: none;
}

.mobile_two .mobile_two_l .recruitmentList li .down .text {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.mobile_three {
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; /*background-attachment:fixed;*/
}

.mobile_three img {
    display: block;
    width: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.mobile_three .txts {
    width: 1440px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: right;
}

.mobile_three .txts .h3 {
    font-weight: bold;
    line-height: 108px;
    font-size: 48px;
    color: #fff;
}

.mobile_three .txts .p {
    color: #fff;
    line-height: 30px;
    height: 116px;
    font-size: 16px;
    margin-bottom: 76px;
    position: relative;
}

.mobile_three .txts .p:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 3px;
    background: #fff;
}

/*为什么需要网站改版*/
.gaiban_ul {
    padding-top: 63px;
    overflow: hidden;
    margin-bottom: 100px;
}

.gaiban_ul ul li {
    width: 25%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.gaiban_ul ul li .imgs {
    overflow: hidden;
    transition: all 0.6s;
    width: 180px;
    margin: 0 auto;
}

.gaiban_ul ul li .imgs img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.gaiban_ul ul li .h2 {
    font-weight: normal;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    font-size: 20px;
    color: #000000;
    margin-top: 19px;
}

.gaiban_ul ul li:hover .imgs {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.gaiban_ul ul li:hover .imgs img {
    transform: rotateY(-180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.gaiban_two {
    overflow: hidden;
    background: #f4f4f4;
    padding-bottom: 128px;
}

.website_title_p label {
    display: inline-block;
    vertical-align: top;
    margin-left: 47px;
    margin-right: 47px;
}

.gaiban_two_ul {
    overflow: hidden;
    margin-top: 10px;
}

.gaiban_two_ul ul li {
    float: left;
    width: 280px;
    margin-right: 10px;
    position: relative;
    background: #fff;
    cursor: pointer;
    height: 340px;
}

.gaiban_two_ul ul li:nth-child(5n+0) {
    margin-right: 0;
}

.gaiban_two_ul ul li:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.gaiban_two_ul ul li:nth-child(1):before {
    background: #f98168;
}

.gaiban_two_ul ul li:nth-child(2):before {
    background: #71c5ca;
}

.gaiban_two_ul ul li:nth-child(3):before {
    background: #71a4db;
}

.gaiban_two_ul ul li:nth-child(4):before {
    background: #64bd9d;
}

.gaiban_two_ul ul li:nth-child(5):before {
    background: #f3913a;
}

.gaiban_two_ul ul li .img1 {
    width: 96px;
    height: 96px;
    display: block;
    margin: 0 auto;
    margin-top: 73px;
}

.gaiban_two_ul ul li .h2 {
    font-weight: normal;
    line-height: 24px;
    margin-top: 49px;
    height: 72px;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.gaiban_two_ul ul li .divs {
    width: 280px; /* width:570px;*/
    opacity: 0;
    filter: Alpha(opacity=0);
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
    color: #fff;
}

.gaiban_two_ul ul li:nth-child(1) .divs {
    background: #f98168;
}

.gaiban_two_ul ul li:nth-child(2) .divs {
    background: #71c5ca;
}

.gaiban_two_ul ul li:nth-child(3) .divs {
    background: #71a4db;
}

.gaiban_two_ul ul li:nth-child(4) .divs {
    background: #64bd9d;
    right: 0;
    left: auto;
}

.gaiban_two_ul ul li:nth-child(5) .divs {
    background: #f3913a;
    right: 0;
    left: auto;
}

.gaiban_two_ul ul li:hover .divs {
    width: 860px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.gaiban_two_ul ul li .divs .img2 {
    width: 240px;
    float: left;
    margin-left: 44px;
    margin-top: 92px;
    text-align: center;
}

.gaiban_two_ul ul li .divs .img2 img {
    width: 96px;
    display: block;
    margin: 0 auto;
}

.gaiban_two_ul ul li .divs .img2 .h3 {
    font-weight: normal;
    font-size: 24px;
    margin-top: 16px;
    line-height: 32px;
}

.gaiban_two_ul ul li .divs .cons {
    position: absolute;
    left: 284px;
    top: 50%;
    transform: translate(0%, -50%);
    width: 510px;
    margin-left: 28px;
    overflow: hidden;
}

.gaiban_two_ul ul li .divs .cons .p {
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    margin-top: 16px;
}

.gaiban_two_ul ul li .divs .cons .p p {
    margin-bottom: 16px;
    font-size: 14px;
    color: #fff;
}

.gaiban_three {
    overflow: hidden;
    background: url(../pages/images/website2_bg3.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.gaiban_three_ul {
    overflow: hidden;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    margin-top: 50px;
}

.gaiban_three_ul ul li {
    width: 25%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.gaiban_three_ul ul li .txts {
    overflow: hidden;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999; /* padding-bottom:32px;*/
    height: 248px;
    transition: all 0.3s;
}

.gaiban_three_ul ul li:hover .txts {
    background: #f67524;
}

.gaiban_three_ul ul li .txts .img1 {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.gaiban_three_ul ul li .txts .img1:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.gaiban_three_ul ul li:nth-child(1) .txts .img1:after {
    background-image: url(../pages/images/gaiban_c1_on.png);
}

.gaiban_three_ul ul li:nth-child(2) .txts .img1:after {
    background-image: url(../pages/images/gaiban_c2_on.png);
}

.gaiban_three_ul ul li:nth-child(3) .txts .img1:after {
    background-image: url(../pages/images/gaiban_c3_on.png);
}

.gaiban_three_ul ul li:nth-child(4) .txts .img1:after {
    background-image: url(../pages/images/gaiban_c4_on.png);
}

.gaiban_three_ul ul li:nth-child(5) .txts .img1:after {
    background-image: url(../pages/images/gaiban_c5_on.png);
}

.gaiban_three_ul ul li:nth-child(6) .txts .img1:after {
    background-image: url(../pages/images/gaiban_c6_on.png);
}

.gaiban_three_ul ul li:nth-child(7) .txts .img1:after {
    background-image: url(../pages/images/gaiban_c7_on.png);
}

.gaiban_three_ul ul li:nth-child(8) .txts .img1:after {
    background-image: url(../pages/images/gaiban_c8_on.png);
}

.gaiban_three_ul ul li:hover .txts .img1:after {
    width: 100%;
    height: 100%;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.gaiban_three_ul ul li:nth-child(1) .txts .img1 {
    background-image: url(../pages/images/gaiban_c1.png);
}

.gaiban_three_ul ul li:nth-child(2) .txts .img1 {
    background-image: url(../pages/images/gaiban_c2.png);
}

.gaiban_three_ul ul li:nth-child(3) .txts .img1 {
    background-image: url(../pages/images/gaiban_c3.png);
}

.gaiban_three_ul ul li:nth-child(4) .txts .img1 {
    background-image: url(../pages/images/gaiban_c4.png);
}

.gaiban_three_ul ul li:nth-child(5) .txts .img1 {
    background-image: url(../pages/images/gaiban_c5.png);
}

.gaiban_three_ul ul li:nth-child(6) .txts .img1 {
    background-image: url(../pages/images/gaiban_c6.png);
}

.gaiban_three_ul ul li:nth-child(7) .txts .img1 {
    background-image: url(../pages/images/gaiban_c7.png);
}

.gaiban_three_ul ul li:nth-child(8) .txts .img1 {
    background-image: url(../pages/images/gaiban_c8.png);
}

.gaiban_three_ul ul li .txts .divs {
    max-width: 300px;
    margin: 0 auto;
    width: 94%;
    overflow: hidden;
    margin-top: 23px;
}

.gaiban_three_ul ul li .txts .divs .p {
    line-height: 24px;
    overflow: hidden;
    color: #cccccc;
    font-size: 16px;
    text-transform: uppercase;
}

.gaiban_three_ul ul li:hover .txts .divs .p {
    color: #fff;
}

/*响应式网站建设*/
.zhuanti_con .zhuanti_title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 80px;
    margin-top: 60px;
    margin-bottom: 15px;
}

.zhuanti_con .zhuanti_txt {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: center;
    max-width: 1360px;
    margin: 0 auto;
}

.choice ul {
    padding-top: 60px;
    width: 1440px;
    font-size: 0;
    margin: 0 auto;
}

.choice li {
    display: inline-block;
    width: 23%;
    background: url(../pages/images/zhaunti2_pic13.png) right 84px no-repeat;
    padding-right: 2%;
}

.choice li:last-child {
    background: none;
}

.choice li div.iconfont {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin: 0 auto;
}

.choice li div.iconfont[class$='1'] {
    background: #ED5A46;
}

.choice li div.iconfont[class$='2'] {
    background: #67D251;
}

.choice li div.iconfont[class$='3'] {
    background: #8049E5;
}

.choice li:hover div.iconfont {
    border-radius: 20%;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.choice li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 40px 0 50px 0;
    letter-spacing: 1px;
}

.choice li {
    vertical-align: top;
}

.ThemeIco {
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    line-height: 180px;
    text-align: center;
    font-size: 0;
    border-radius: 50%;
    vertical-align: top;
}

.choice li div.iconfont {
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    color: #DEDCFF;
    z-index: 99;
    transform: rotate(0deg) !important;
}

.ThemeIco:after,
.ThemeIco:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    clear: both;
    width: 200%;
    height: 100%;
}

.ThemeIco[class$='1'] {
    background: url(../pages/images/zhaunti2_pic2.png) center 48px no-repeat #1cb1e8;
}

.ThemeIco[class$='1']:after {
    background: url(../pages/images/wave1.png) repeat-x -150px bottom;
    animation: waver1 ease-in-out 1.5s alternate infinite;
    -moz-animation: waver1 ease-in-out 1.5s alternate infinite;
    -webkit-animation: waver1 ease-in-out 1.5s alternate infinite;
}

.ThemeIco[class$='1']:before {
    background: url(../pages/images/wave2.png) repeat-x 0 bottom;
    animation: waver2 ease-in-out 3.5s alternate infinite;
    -moz-animation: waver2 ease-in-out 3.5s alternate infinite;
    -webkit-animation: waver2 ease-in-out 3.5s alternate infinite;
}

.ThemeIco[class$='2'] {
    background: url(../pages/images/zhaunti2_pic3.png) center 53px no-repeat #7b6eeb;
}

.ThemeIco[class$='2']:after {
    background: url(../pages/images/wave1.png) repeat-x -150px bottom;
    animation: waver1 ease-in-out 1.8s alternate infinite;
    -moz-animation: waver1 ease-in-out 1.8s alternate infinite;
    -webkit-animation: waver1 ease-in-out 1.8s alternate infinite;
}

.ThemeIco[class$='2']:before {
    background: url(../pages/images/wave2.png) repeat-x 0 bottom;
    animation: waver2 ease-in-out 2.9s alternate infinite;
    -moz-animation: waver2 ease-in-out 2.9s alternate infinite;
    -webkit-animation: waver2 ease-in-out 2.9s alternate infinite;
}

.ThemeIco[class$='3'] {
    background: url(../pages/images/zhaunti2_pic4.png) center 49px no-repeat #fe5f4f;
}

.ThemeIco[class$='3']:after {
    background: url(../pages/images/wave1.png) repeat-x -150px bottom;
    animation: waver1 ease-in-out 1.2s alternate infinite;
    -moz-animation: waver1 ease-in-out 1.2s alternate infinite;
    -webkit-animation: waver1 ease-in-out 1.2s alternate infinite;
}

.ThemeIco[class$='3']:before {
    background: url(../pages/images/wave2.png) repeat-x 0 bottom;
    animation: waver2 ease-in-out 4s alternate infinite;
    -moz-animation: waver2 ease-in-out 4s alternate infinite;
    -webkit-animation: waver2 ease-in-out 4s alternate infinite;
}

.ThemeIco[class$='4'] {
    background: url(../pages/images/zhaunti2_pic5.png) center 48px no-repeat #ffab4e;
}

.ThemeIco[class$='4']:after {
    background: url(../pages/images/wave1.png) repeat-x -150px bottom;
    animation: waver1 ease-in-out 1.6s alternate infinite;
    -moz-animation: waver1 ease-in-out 1.6s alternate infinite;
    -webkit-animation: waver1 ease-in-out 1.6s alternate infinite;
}

.ThemeIco[class$='4']:before {
    background: url(../pages/images/wave2.png) repeat-x 0 bottom;
    animation: waver2 ease-in-out 3.2s alternate infinite;
    -moz-animation: waver2 ease-in-out 3.2s alternate infinite;
    -webkit-animation: waver2 ease-in-out 3.2s alternate infinite;
}

@keyframes waver1 {
    form {
        background: url(../pages/images/wave1.png) repeat-x -150px bottom;
    }
    to {
        background: url(../pages/images/wave1.png) repeat-x -200px bottom;
    }
}

@-moz-keyframes waver1 {
    form {
        background: url(../pages/images/wave1.png) repeat-x -150px bottom;
    }
    to {
        background: url(../pages/images/wave1.png) repeat-x -200px bottom;
    }
}

@-webkit-keyframes waver1 {
    form {
        background: url(../pages/images/wave1.png) repeat-x -150px bottom;
    }
    to {
        background: url(../pages/images/wave1.png) repeat-x -200px bottom;
    }
}

@keyframes waver2 {
    form {
        background: url(../pages/images/wave2.png) repeat-x 0px bottom;
    }
    to {
        background: url(../pages/images/wave2.png) repeat-x -50px bottom;
    }
}

@-moz-keyframes waver2 {
    form {
        background: url(../pages/images/wave2.png) repeat-x 0px bottom;
    }
    to {
        background: url(../pages/images/wave2.png) repeat-x -50px bottom;
    }
}

@-webkit-keyframes waver2 {
    form {
        background: url(../pages/images/wave2.png) repeat-x 0px bottom;
    }
    to {
        background: url(../pages/images/wave2.png) repeat-x -50px bottom;
    }
}

.zhuanti_bg1 {
    padding-top: 117px;
    height: 750px;
    overflow: hidden;
    background: url(../pages/images/xiangyingshi_img1.jpg) center center no-repeat;
    margin-top: 60px;
}

.zhuanti_bg1 .zhuanti_bg1_one {
    float: left;
    width: 50%;
    max-width: 645px;
    line-height: 28px;
    font-size: 16px;
    color: #777777;
}

.zhuanti_bg1 .zhuanti_bg1_one ul li {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.zhuanti_bg1 .zhuanti_bg1_one ul li:last-child {
    margin-bottom: 0;
}

.zhuanti_bg1 .zhuanti_bg1_one ul li h2 {
    font-size: 28px;
    font-weight: normal;
    height: 97px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 120px;
    overflow: hidden;
    font-size: 28px;
    color: #222222;
    padding-left: 83px;
}

.zhuanti_bg1 .zhuanti_bg1_one ul li.bgs1 h2 {
    background-image: url(../pages/images/xiangyingshi_bg1.png);
}

.zhuanti_bg1 .zhuanti_bg1_one ul li.bgs2 h2 {
    background-image: url(../pages/images/xiangyingshi_bg2.png);
}

.zhuanti_bg1 .zhuanti_bg1_one ul li.bgs3 h2 {
    background-image: url(../pages/images/xiangyingshi_bg3.png);
}

.zhuanti_bg1 .zhuanti_bg1_one ul li p {
    font-size: 16px;
}

.zhuanti2_three {
    height: 756px;
    background: url(../pages/images/xiangyingshi_img2.jpg) center center no-repeat;
    position: relative;
}

.zhuanti2_three img {
    width: 717px;
    position: absolute;
    bottom: -136px;
    left: 50%;
    margin-left: -358.5px;
}

.zhuanti2_three .zhuanti2_three_r {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1300px;
    width: 96%;
    color: #a8a8a8;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
}

.zhuanti2_three .zhuanti2_three_r h2 {
    font-weight: bold;
    font-size: 48px;
    margin-top: 99px;
    height: 70px;
    line-height: 70px;
    color: #fff;
}

.zhuanti2_three .zhuanti2_three_r h2 label {
    color: #f67524;
    font-size: 48px;
}

.zhuanti2_three .zhuanti2_three_r span {
    display: block;
    font-size: 28px;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 15px;
}

.zhuanti2_five {
    height: 880px;
    overflow: hidden;
    background: url(../pages/images/xiangyingshi_img3.jpg) center center no-repeat;
}

.zhuanti2_five .zhuanti2_five_t {
    margin-top: 216px;
    text-align: center;
    overflow: hidden;
    color: #555555;
    font-size: 28px;
    line-height: 52px;
}

.zhuanti2_five .zhuanti2_five_t h2 {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-weight: bold;
    color: #222222;
    font-size: 48px;
}

.zhuanti2_five_con {
    padding-top: 49px;
    overflow: hidden;
}

.zhuanti2_five_con ul li {
    width: 25%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.zhuanti2_five_con ul li .imgs {
    overflow: hidden;
    transition: all 0.6s;
    width: 158px;
    margin: 0 auto;
}

.zhuanti2_five_con ul li .imgs img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.zhuanti2_five_con ul li .h2 {
    font-weight: normal;
    line-height: 54px;
    height: 54px;
    overflow: hidden;
    font-size: 26px;
    color: #222222;
    margin-top: 28px;
}

.zhuanti2_five_con ul li:hover .imgs {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.zhuanti2_five_con ul li:hover .imgs img {
    transform: rotateY(-180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.zhuanti2_five_con ul li p {
    max-width: 312px;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    color: #777777;
    font-size: 16px;
    line-height: 32px;
}

@media screen and (max-width: 1440px) {
    /*案例列表*/
    .case_one {
        padding-top: 30px;
        height: 70px;
    }

    .case_one .h2 {
        line-height: 40px;
        font-size: 27px;
    }

    .case_one .case_one_r .all_a {
        height: 40px;
        width: 210px;
        line-height: 40px;
    }

    .case_one .case_one_r .case_down {
        width: 210px;
    }

    .case_one .case_one_r .case_down ul {
        top: 40px;
    }

    .case_one .case_one_r .case_down label {
        height: 40px;
        line-height: 40px;
        background: url(../pages/images/bgs4.png) 178px center no-repeat;
    }

    .case_one .case_one_r .case_down.isel label {
        background: url(../pages/images/bgs4_on.png) 178px center no-repeat;
    }

    .n_case_list ul li {
        margin-right: 1.6%;
    }

    /*案例PC详细*/
    .case_banner2 .txts {
        width: 1200px;
    }

    .case_banner2 .txts .case_title h2 {
        font-size: 36px;
    }

    .case_banner2 .txts .case_title p {
        font-size: 18px;
    }

    .case_banner2 .txts .txts_r a {
        width: 46px;
        height: 46px;
        margin-left: 15px;
    }

    .case_show_one .case_show_one_l .case_txt .h2 {
        margin-top: 42px;
        height: 76px;
        line-height: 76px;
        font-size: 26px;
        margin-bottom: 28px;
    }

    .case_show_one .case_show_one_l .case_txt .divs {
        font-size: 14px;
        line-height: 26px;
    }

    .case_show_one .case_show_one_r .case_txt .h2 {
        margin-top: 42px;
        height: 76px;
        line-height: 76px;
        font-size: 26px;
        margin-bottom: 28px;
    }

    .case_show_one .case_show_one_r ul li {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }

    .case_con {
        padding-top: 90px;
        padding-bottom: 85px;
    }

    .case_t {
        font-size: 30px;
        margin-top: 65px;
        height: 64px;
        line-height: 64px;
    }

    /*手机案例详情*/
    #prevBtn, #nextBtn, #slider1next, #slider1prev {
        left: -176px;
    }

    #nextBtn, #slider1next {
        left: 476px;
    }

    .case_erweima img {;
        width: 200px;
    }

    /*解决方案*/
    .solutions_banner .pose {
        font-size: 14px;
    }

    .solutions_banner .pose a {
        font-size: 14px;
    }

    .solutions_banner .pose label {
        font-size: 14px;
    }

    .solutions_banner .txts {
        width: 1200px;
    }

    .solutions_banner .txts h1 {
        font-size: 36px;
    }

    .solutions_banner .txts p {
        font-size: 18px;
    }

    .cl-ul li {
        width: 400px;
    }

    .cl-ul li .imgs img {
        display: block;
        height: 213px;
    }

    .cl-ul li .txts .cons {
        width: 352px;
        padding-top: 17px;
        height: 196px;
        overflow: hidden;
        background: url(../pages/images/case_bg4.png) 11px 166px no-repeat;
    }

    .cl-ul li:hover .txts .cons {
        background: url(../pages/images/case_bg4_on.png) 11px 166px no-repeat;
    }

    .cl-ul li .txts .h2 {
        font-size: 16px;
        line-height: 48px;
        height: 48px;
    }

    .cl-ul li .txts .p {
        font-size: 20px;
        line-height: 26px;
        height: 52px;
    }

    /*解决方案详细*/
    .solutions_one {
        padding-top: 30px;
        height: 70px;
    }

    .solutions_one .h2 {
        line-height: 40px;
        font-size: 27px;
    }

    .solutions_one .case_one_r .all_a {
        height: 40px;
        width: 210px;
        line-height: 40px;
    }

    .solutions_one .case_one_r .case_down {
        width: 210px;
    }

    .solutions_one .case_one_r .case_down ul {
        top: 40px;
    }

    .solutions_one .case_one_r .case_down label {
        height: 40px;
        line-height: 40px;
        background: url(../pages/images/bgs4.png) 178px center no-repeat;
    }

    .solutions_one .case_one_r .case_down.isel label {
        background: url(../pages/images/bgs4_on.png) 178px center no-repeat;
    }

    .solutions_div .solutions_div_r {
        width: 720px;
    }

    /*品牌网站建设*/
    .website_title {
        font-size: 40px;
    }

    .website_two {
        padding-top: 160px;
        padding-bottom: 80px;
    }

    .website_two h1 {
        font-size: 40px;
    }

    .website_two p {
        font-size: 30px;
        line-height: 40px;
    }

    .website_bnt2 {
        margin-top: 68px;
        margin-bottom: 85px;
    }

    .website_title2 {
        font-size: 40px;
    }

    .website_ul2 ul li .txts .h2 {
        font-size: 17px;
    }

    .website_ul2 ul li .cons .divs .h2 {
        font-size: 17px;
    }

    .website_ul2 ul li .cons .divs .p {
        font-size: 14px;
    }

    /*电商网站建设*/
    .website2_three_ul ul li {
        float: left;
        /*width: calc((100% - 30px) / 4) !important;*/
        margin-right: 8.75px;
        margin-bottom: 20px;
    }

    .website2_three_ul ul li:nth-child(4n) {
        margin-right: 0;
    }

    .website2_three_ul ul li .img1 {
        width: 100px;
        height: 100px;
    }

    .website2_three_ul ul li .h2 {
        font-size: 17px;
    }

    .website2_three_ul ul li .divs {
        width: 233px; /*width:475px;*/
    }

    .website2_three_ul ul li:hover .divs {
        width: 475px;
    }

    .website2_three_ul ul li .divs .img2 {
        width: 100px;
        height: 100px;
        margin-left: 20px;
    }

    .website2_three_ul ul li .divs .cons {
        width: 320px;
        margin-left: 18px;
        left: 120px;
    }

    .website2_three_ul ul li .divs .cons .h3 {
        font-size: 17px;
    }

    .website2_ul2 ul li .txts .img1 {
        width: 84px;
        height: 84px;
        display: table;
        margin: 20px auto 0;
    }

    .website2_ul2 ul li .txts .divs {
        width: 100%;
    }

    .website2_ul2 ul li .txts .divs .h2 {
        font-size: 18px;
    }

    .website2_ul2 ul li .txts .divs .p {
        font-size: 14px;
        line-height: 26px;
    }

    /*新闻列表*/
    .news_one .news_one_l a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .news_one .news_one_r .cinputs {
        width: 226px;
    }

    /*新闻详细*/
    .news_show2 .news_show_l {
        width: 740px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .news_show2 .news_show_r {
        width: 382px;
    }

    .news_show2 .news_show_r .new_show_right_top {
        padding-left: 25px;
        padding-right: 25px;
    }

    .news_show2 .news_show_rnews .ul li {
        margin-left: 25px;
        margin-right: 25px;
    }

    /*新闻中心-标签*/
    .tag_banner {
        height: 258px;
    }

    .tag_banner h1 {
        font-size: 40px;
        margin-top: 85px;
    }

    .tag_banner p {
        font-size: 20px;
    }

    /*标签汇总*/
    .tag_a_con .txts ul li a {
        font-size: 14px;
    }

    /*律师*/
    .news_show2 .news_show_l2 {
        width: 740px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .news_show2 .lvshi_ul ul li .txts {
        width: 400px;
    }

    .news_show2 .lvshi_ul ul li .txts.txts2 {
        width: 510px;
    }

    .news_show2 .lvshi_ul ul li .ra {
        margin-right: 5px;
    }

    .stageChoice .scb-main {
        width: 1060px;
    }

    /*产品服务*/
    .service_bg .service_ul ul li i {
        width: 120px;
        height: 120px;
        margin-top: 34px;
    }

    .service_bg .service_ul ul li .cons {
        width: 350px;
    }

    .service_bg .service_ul ul li .service_ul_a a {
        width: 104px;
    }

    /*专题列表*/
    .zhuantilist_l {
        width: 740px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .zhuantilist_bg .zhuantilist_r .new_show_right_top {
        padding-left: 25px;
        padding-right: 25px;
    }

    .zhuantilist_bg .zhuantilist_r .news_show_rnews .ul li {
        margin-left: 25px;
        margin-right: 25px;
    }

    /*专题详情*/
    #zhuanti .top-content .noun-w {
        width: 500px;
    }

    #zhuanti .top-content .catalog-w {
        width: 300px;
    }

    #zhuanti .content-l {
        width: 850px;
    }

    #zhuanti .content-r {
        width: 320px;
    }

    #zhuanti .content-r .catalog-r {
        width: 320px;
    }

    #zhuanti .content-r .consult .consult-c {
        width: 160px;
    }

    /*企业营销*/
    .qiye_ul ul li .cons .divs .nums {
        font-size: 58px;
    }

    .qiye_ul ul li .cons .divs .h2 {
        font-size: 24px;
    }

    .qiye_ul ul li .cons .divs .p {
        font-size: 16px;
    }

    .qiye_three {
        padding-top: 100px;
    }

    .qiye_three .qiye_three_l {
        width: 400px;
    }

    .qiye_three .qiye_three_l .h2 {
        font-size: 36px;
        line-height: 52px;
    }

    .qiye_three .qiye_three_l .p {
        font-size: 18px;
    }

    .qiye_three .qiye_three_r {
        width: 780px;
    }

    .qiye_three .qiye_three_r .recruitmentList li {
        padding: 0px 60px 0px 45px;
        background-position: right 40px top 40px;
    }

    /*手机网站*/
    .mobile_ul {
        /*height: 477px;*/
    }

    .mobile_ul ul li {
        /*width: 167px;*/
    }

    .mobile_ul ul li .imgs {
        width: 533px;
    }

    .mobile_ul ul li .txts .ico {
        margin-top: 50px;
        margin-bottom: 25px;
        width: 110px;
    }

    .mobile_ul ul li .txts {
        width: 100%;
        height: 477px;
    }

    .mobile_ul ul li .txts .h3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile_ul ul li .txts .p {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile_ul ul li .imgs img {
        height: 477px;
    }

    .mobile_ul ul li.actives {
        /*width: 100%;*/
    }

    .mobile_ul ul li.actives .txts {
        width: 100%;
    }

    .mobile_two .mobile_two_l {
        width: 100%;
    }

    .mobile_two .mobile_two_l .recruitmentList li {
        padding: 0px 40px 0px 40px;
        background-position: right 25px top 30px;
    }

    .mobile_three .txts {
        width: 1200px;
    }

    .mobile_three .txts .p {
        margin-bottom: 20px;
    }

    /*为什么需要网站改版*/
    .gaiban_two_ul ul li {
        float: left;
        width: 233px;
        margin-right: 8.75px;
    }

    .gaiban_two_ul ul li .img1 {
        width: 100px;
        height: 100px;
    }

    .gaiban_two_ul ul li .h2 {
        font-size: 17px;
    }

    .gaiban_two_ul ul li .divs {
        width: 233px; /*width:475px;*/
    }

    .gaiban_two_ul ul li:hover .divs {
        width: 716.5px;
    }

    .gaiban_two_ul ul li .divs .img2 {
        width: 200px;
        margin-left: 20px;
    }

    .gaiban_two_ul ul li .divs .img2 .h3 {
        font-size: 22px;
    }

    .gaiban_two_ul ul li .divs .cons {
        width: 424px;
        left: 220px;
        margin-left: 30px;
    }

    .gaiban_three_ul ul li .txts .img1 {
        width: 84px;
        height: 84px;
    }

    .gaiban_three_ul ul li .txts .divs .p {
        font-size: 14px;
        line-height: 22px;
    }

    /*响应式网站建设*/
    .zhuanti_con .zhuanti_title {
        font-size: 40px;
    }

    .choice ul {
        width: 1150px;
    }

    .zhuanti2_three .zhuanti2_three_r h2 {
        font-size: 40px;
    }

    .zhuanti2_three .zhuanti2_three_r h2 label {
        font-size: 40px;
    }

    .zhuanti2_five .zhuanti2_five_t {
        font-size: 22px;
    }

    .zhuanti2_five .zhuanti2_five_t h2 {
        font-size: 40px;
    }

    .zhuanti2_five_con ul li .h2 {
        font-size: 24px;
    }

}
@media (max-width: 750px){
    .website_feedback {
        width: 100%!important;
        float: none!important;
    }
    .website_feedback .textarea {
        width: 100%!important;
    }
}
