﻿body,
div,
ul,
li,
ol,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
input,
fieldset,
form,
textarea,
p,
th,
td,
botton,
blockquote,
span,
img {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    font-family: '微软雅黑';
    margin: 0;
    padding: 0;
}

fieldset,
img,
input,
button {
    border: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #000000;
    text-decoration: none;
    font-family: '微软雅黑';
}

a:hover {
    color: #f17b00;
    text-decoration: none;
}

.del_float {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}


/*网站头部*/

.header {
    height: 72px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    width: 20%;
}

.nav {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.top_r {
    width: 24%;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 46px;
    background: url(../images/tel.jpg) no-repeat left center;
}

.top_r b {
    color: #e20319;
}

.top_r a {
    margin-left: 13px;
    line-height: 25px;
    margin-right: 5px;
}

.top_r a.dina {
    background: url(../images/d_san.jpg) no-repeat right center;
    padding-right: 13px;
    position: relative;
}

.top_r a.shu {
    background: url(../images/d_shu.jpg) no-repeat left center;
    padding-left: 18px;
}

a.dina .ewm {
    display: none;
    position: absolute;
    left: -60px;
    top: 25px;
    float: left;
    z-index: 3;
    border: solid 1px #499fea;
}

a.dina:hover .ewm {
    display: block;
    position: absolute;
    left: -60px;
    top: 25px;
    float: left;
    z-index: 3;
}

a.soso_a {
    background: url(../images/soso_t_03.png) center center no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-top: -25px;
    position: relative;
}

.sosok {
    height: 44px;
    width: 160px;
    position: absolute;
    right: 0;
    top: 25px;
    background: url(../images/soso_t_07.png) center left no-repeat;
    z-index: 3;
    display: none;
}

.sosok input {
    height: 25px;
    line-height: 25px;
    width: 154px;
    background: #499fea;
    border: 1px solid #499fea;
    text-indent: 10px;
    color: #fff;
    margin-top: 17px;
    font-family: '微软雅黑';
}

a.soso_a:hover .sosok {
    display: block;
}


/* menu开始 */

.menu {
    width: 660px;
    height: 75px;
    float: right;
    position: relative;
}

.menu ul {
    padding: 0px;
    margin: 0px;
}

.menu ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 110px;
    height: 75px;
    float: left;
    position: relative;
    z-index: 2;
}

.menu ul li a {
    width: 100%;
    font-size: 16px;
    height: 75px;
    line-height: 74px;
    display: block;
    text-align: center;
    color: #2a2b2c;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

.menu ul li a:link,
.menu ul li a:visited {
    color: #2a2b2c;
}

.menu ul li a:hover {
    color: #edefee;
}

.menu ul li a:active {
    color: #2a2b2c;
}

.menu .cls {
    clear: both;
}


/*.menu .cur a:link, .menu .cur a:visited, .menu .cur a:hover, .menu .cur a:active {
	color: #EDEFEE;
}*/

.menu .curBg {
    background: url(../images/menu.gif) no-repeat center;
    height: 75px;
    position: absolute;
    bottom: 0;
    width: 110px;
    line-height: 0px;
    font-size: 0px;
    left: 0px;
    z-index: 1;
}

.menu ul li .panel {
    display: none;
    background-color: #e20319;
    color: #ffffff;
    position: absolute;
    z-index: 9999;
    top: 75px;
    width: 110px;
    /* height: 100px; */
    left: 50%;
    transform: translateX(-50%);
}

.menu ul li:hover .panel {
    display: block;
    z-index: 9999;
}

.menu ul li:hover .panel .model {
    float: left;
    z-index: 9999;
    width: 100%;
    padding-bottom: 10px;
}

.menu ul li:hover .panel .model-title {
    font-size: 16px;
    z-index: 9999;
    height: 60px;
    line-height: 80px;
}

.menu ul li:hover .panel .model-split {
    background-color: #ffffff;
    height: 2px;
    width: 95%;
    margin-bottom: 2px;
}

.menu ul li:hover .panel .item {
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    cursor: pointer;
}

.menu ul li:hover .panel .item a {
    display: block;
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}


/* menu结束 */


/*Banner图片*/

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner ul {
    overflow: hidden;
}

.banner ul li {
    width: 100%;
    /* height: 515px; */
    float: left;
}

.banner ul li img {
    width: 100%;
    /* height: 515px; */
}

.banner ul li a {
    width: 100%;
    /* height: 515px; */
    display: block;
}

.banner-span1 {
    margin: 0px;
    padding: 0px;
    width: 15%;
    position: absolute;
    bottom: 5%;
    z-index: 886;
    left: 48%;
}

.banner-span1 span {
    display: inline-block;
    margin-left: 7px;
    width: 15px;
    height: 15px;
    background: url(../images/bb1_11.png) no-repeat;
    cursor: pointer;
}

.banner-span1 span.cur,
.banner-span span:hover {
    display: inline-block;
    margin-left: 7px;
    width: 15px;
    height: 15px;
    background: url(../images/bb1_10.png) no-repeat;
    cursor: pointer;
}


/*首页服务信息*/

.S_service {
    width: 1200px;
    margin: 0 auto;
}

.S_service h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-top: 75px;
}

.S_service_div {
    border: 1px solid #cccccc;
    height: 400px;
    width: 1200px;
    margin-top: 35px;
    margin-bottom: 90px;
}

.S_service_div dl {
    float: left;
    width: 300px;
    height: 400px;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.S_service_div dl.on dt img {
    width: 300px;
    height: 400px;
}

.S_service_div dl.on dd {
    width: 300px;
    height: 400px;
}

.S_service_div dl.on:hover dd {
    background: #e20319 url(../images/da_more.png) no-repeat 130px 320px;
    display: block;
    width: 300px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.S_service_div dl.on:hover dd h3 a {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    /* margin-top: 50px; */
    /* margin-bottom: 30px; */
    line-height: 400px;
    width: 300px;
    float: left;
    font-weight: normal;
}

.S_service_div dl.on:hover dd span {
    width: 260px;
    padding: 0 20px;
    text-align: center;
    display: block;
}

.S_service_div dl.on:hover dd span a {
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    width: 240px;
    display: block;
}

.S_service_div .s_t,
.S_service .s_b {
    margin: 0;
    padding: 0;
    width: 300px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.S_service_div .s_t div,
.S_service .s_b div {
    margin: 0;
    padding: 0;
    height: 200px;
}

.S_service_div .s_t:hover div,
.S_service_div .s_b:hover div {
    background: #e20319 url(../images/da_more.png) no-repeat 130px 135px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.S_service_div .s_t:hover div h3 i,
.S_service_div .s_b:hover div h3 i {
    font-style: normal;
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
    line-height: 30px;
    width: 300px;
    float: left;
    font-weight: normal;
}

.S_service_div .s_t:hover div span,
.S_service_div .s_b:hover div span {
    width: 260px;
    padding: 0 20px;
    text-align: center;
    display: block;
}

.S_service_div .s_t:hover div span a,
.S_service_div .s_b:hover div span a {
    padding: 0 10px;
    text-align: center;
    color: #000000;
    font-size: 14px;
}


/*首页解决方案*/

.box_f {
    width: 100%;
    background: #0068b7;
    height: 655px;
}

.box_f h2 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    height: 145px;
    line-height: 145px;
    padding-top: 15px;
}

.box {
    width: 1100px;
    margin: auto;
}

.box ul li {
    float: left;
    height: 400px;
    width: 250px;
    margin: 0 12px;
    overflow: hidden;
    background: url(../images/orange.jpg) 0 400px no-repeat;
    position: relative;
}

.box ul li:hover {
    background-position: 0px 0px;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
}

.box ul li u {
    position: absolute;
    display: block;
    margin-left: 25px;
    width: 200px;
    height: 200px;
    background: url(../images/round.png) no-repeat;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.box ul li u.cr {
    clip: rect(0px, 200px, -10px, 100px);
}

.box.active ul li u.cr {
    clip: rect(0px, 200px, 200px, 100px);
}

.box ul li:hover u.cr {
    clip: rect(0px, 200px, -10px, 100px);
}

.box ul li u.cl {
    clip: rect(200px, 100px, 2000px, 0px);
}

.box.active ul li u.cl {
    clip: rect(0px, 100px, 200px, 0px);
}

.box ul li:hover u.cl {
    clip: rect(200px, 100px, 2000px, 0px);
}

.box ul li i {
    display: block;
    font-style: normal;
    position: absolute;
    height: 70px;
    width: 78px;
    left: 83px;
    top: 66px;
}

.box ul li.box1 i {
    background: url(../images/box1.png) 0px 0px no-repeat;
}

.box ul li:hover.box1 i {
    background: url(../images/box1.png) -78px 0px no-repeat;
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.5s ease-in-out 0.4s;
    -ms-transition: all 0.5s ease-in-out 0.4s;
    -o-transition: all 0.5s ease-in-out 0.4s;
}

.box ul li.box2 i {
    background: url(../images/box2.png) 0px 0px no-repeat;
    height: 85px;
    top: 62px;
    width: 76px;
    left: 84px;
}

.box ul li:hover.box2 i {
    background: url(../images/box2.png) -76px 0px no-repeat;
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.5s ease-in-out 0.4s;
    -ms-transition: all 0.5s ease-in-out 0.4s;
    -o-transition: all 0.5s ease-in-out 0.4s;
}

.box ul li.box3 i {
    background: url(../images/box3.png) 0px 0px no-repeat;
    width: 74px;
    left: 85px;
}

.box ul li:hover.box3 i {
    background: url(../images/box3.png) -74px 0px no-repeat;
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.5s ease-in-out 0.4s;
    -ms-transition: all 0.5s ease-in-out 0.4s;
    -o-transition: all 0.5s ease-in-out 0.4s;
}

.box ul li.box4 i {
    background: url(../images/box4.png) 0px 0px no-repeat;
    width: 70px;
    left: 86px;
}

.box ul li:hover.box4 i {
    background: url(../images/box4.png) -70px 0px no-repeat;
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.5s ease-in-out 0.4s;
    -ms-transition: all 0.5s ease-in-out 0.4s;
    -o-transition: all 0.5s ease-in-out 0.4s;
}

.box ul li h3 {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    margin-top: 248px;
}

.box ul li h3 a {
    color: #fff;
}

.box ul li p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
    padding: 0 8px;
}

.box ul li p a {
    color: #95b3d8;
}

.box ul li p:hover {
    color: #fff;
}

.box ul li:hover p a {
    color: #fff;
}

.place {
    width: 1100px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    text-align: right;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}


/**首页新闻栏目*/

.news_bg {
    width: 100%;
    background-color: #0068b7;
    height: 630px;
    margin: 0 auto;
}

.S_news {
    width: 1200px;
    height: 630px;
    margin: 0 auto;
}

.N_Menu {
    height: 170px;
    font-size: 14px;
}

.N_Menu h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    float: left;
    height: 80px;
    width: 1200px;
    line-height: 80px;
    margin-top: 20px;
}

.N_Menu ul {
    height: 30px;
    padding: 45px 0;
    margin: 0 auto;
    width: 330px;
}

.N_Menu ul li {
    float: left;
    margin-left: 10px;
}

.N_Menu ul li a {
    text-align: center;
    width: 100px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.N_Menu ul li a:hover,
.N_Menu ul li a.on {
    text-align: center;
    width: 100px;
    display: block;
    height: 30px;
    background: #e20319;
    line-height: 30px;
    color: #fff;
}

.N_content {
    height: 440px;
    display: none;
    overflow: hidden;
    width: 1200px;
}

.N_content_l {
    width: 610px;
    height: 440px;
    float: left;
    margin-left: -610px;
    overflow: hidden;
}

.N_content_l dl {
    width: 300px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

.N_content_l dl dt {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.N_content_l dl dt img {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.N_content_l dl dd h2 {
    width: 300px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin: 10px 0;
    height: 56px;
    overflow: hidden;
    font-weight: normal;
}

.N_content_l dl dd h2 a {
    color: #fff;
}

.N_content_l dl dd p {
    width: 300px;
    color: #c1c1c1;
    height: 105px;
    overflow: hidden;
}

.N_content_l dl dd span {
    width: 300px;
    color: #c1c1c1;
}

.N_content_l dl dd span a {
    width: 68px;
    float: right;
    color: #c1c1c1;
}

.N_content_l dl dt:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}

.N_content_r {
    width: 570px;
    height: 440px;
    float: right;
    margin-right: -570px;
    overflow: hidden;
}

.N_content_r ul {}

.N_content_r ul li {
    height: 95px;
    padding: 5px;
}

.N_content_r ul li dl {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    border: 1px solid #c1c1c1;
    float: left;
    color: #fff;
}

.N_content_r ul li dl dt {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.N_content_r ul li dl dd {
    text-align: center;
}

.N_content_r ul li h2 {
    font-size: 16px;
    line-height: 30px;
    width: 450px;
    float: left;
    font-weight: normal;
    color: #fff;
}

.N_content_r ul li h2 a {
    color: #fff;
}

.N_content_r ul li p {
    font-size: 12px;
    color: #c1c1c1;
    width: 450px;
    float: left;
}

.N_content_r ul li:hover {
    background: #e20319;
    color: #fff;
}

.N_content_r ul li:hover dl {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    float: left;
    border: 1px solid #fff;
}

.N_content_r ul li:hover dl dt {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.N_content_r ul li:hover dl dd {
    text-align: center;
}

.N_content_r ul li:hover h2 {
    font-size: 16px;
    line-height: 30px;
    width: 450px;
    float: left;
}

.N_content_r ul li:hover h2 a {
    color: #fff;
}

.N_content_r ul li:hover p {
    font-size: 12px;
    color: #fff;
    width: 450px;
}


/*首页案例栏目**/

.S_case {
    width: 100%;
    /*height:830px;*/
    height: auto;
    background: #fff;
    margin-top: 10px;
}

.S_case_n {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.S_case_menu {
    /*height:160px;*/
    height: auto;
    margin: 35px 0 30px 0;
    text-align: center;
}

.S_case_menu span {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #000000;
    width: 1200px;
    line-height: 30px;
}

.S_case_u {
    width: 422px;
    margin: 0 auto;
}

.S_case_u li {
    float: left;
    margin-left: 15px;
}

.S_case_u li a {
    width: 120px;
    text-align: center;
    /* color:#0068b7; */
    border: 1px solid #e20319;
    display: block;
    height: 30px;
    line-height: 30px;
}

.S_case_u li a:hover,
.S_case_u li a.on {
    border: 1px solid #ffffff;
    width: 120px;
    text-align: center;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    background: #e20319;
}

.s_case_m {
    border: 1px solid #c1c1c1;
    background: #0068b7;
    float: right;
    height: 15px;
    margin-top: 8px;
    line-height: 15px;
    padding: 0 3px;
}

.S_case_c {
    width: 1200px;
    display: none;
    height: 600px;
    float: left;
    margin-top: 600px;
    overflow: hidden;
}

.S_case_c ul {
    width: 1200px;
}

.S_case_c ul li {
    width: 380px;
    margin-right: 10px;
    float: left;
    height: 271px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-left: 10px;
}

.S_case_c ul li a {
    width: 380px;
    position: relative;
}

.S_case_c ul li a img {
    width: 380px;
    height: 251px;
}

.S_case_c ul li a span {
    padding: 10px 18px;
    width: 343px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 62px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background: #000000;
}

.S_case_c ul li a:hover span {
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 1;
}

.S_case_c li:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}

.s_case_n_xj {
    width: 100%;
    height: 30px;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    float: left;
}


/* 首页客户服务*/

.S_kefu {
    height: 400px;
    width: 1200px;
    margin: 0 auto;
}

.S_kefu h1 {
    font-size: 30px;
    text-align: center;
    width: 1200px;
    line-height: 100px;
    height: 100px;
    margin-top: 30px;
    font-weight: normal;
}

.S_kefu ul {}

.S_kefu ul li {
    border: 1px solid #c1c1c1;
    width: 298px;
    height: 125px;
    float: left;
    position: relative;
    overflow: hidden;
}

.S_kefu ul li a img {
    width: 148px;
    height: 98px;
    padding: 13px 21px;
}

.S_kefu ul li span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    display: none;
}

.S_kefu ul li a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}


/*首页底部栏目*/

.S_bottom {
    background: url(../images/bottom_16.jpg) no-repeat center center;
    height: 144px;
    width: 100%;
}

.S_bottom_n {
    width: 1200px;
    margin: 0 auto;
}

.s_bottom_t_l {
    height: 46px;
    width: 1000px;
    float: left;
    line-height: 46px;
    color: #ffffff;
}

.s_bottom_t_l a {
    color: #ffffff;
    display: block;
    padding: 0 3px;
    float: left;
}

.s_bottom_t_r {
    float: right;
    color: #ffffff;
    line-height: 46px;
}

.s_bottom_t_r ul {
    margin-top: 5px;
    margin-right: 5px;
}

.s_bottom_t_r ul li {
    float: left;
    margin-left: 23px;
}

.S_bottom_m {
    margin-top: 42px;
    float: left;
    width: 1200px;
}

.S_bottom_m_l {
    width: 200px;
    float: left;
}

.S_bottom_m_m {
    float: left;
    color: #ffffff;
    line-height: 25px;
    font-size: 12px;
    margin-left: 50px;
    width: 640px;
}

.S_bottom_m_m a {
    color: #ffffff;
}

.S_bottom_m_r {
    float: right;
    width: 265px;
    height: 115px;
}

.bottom_line {
    /* width: 1200px; */
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.S_bottom_link span {
    color: #ffffff;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    width: 80px;
}

.S_bottom_link a {
    color: #ffffff;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-right: 20px;
}

.S_bottom_link a:hover {
    color: #f17b00;
}


/*底部版权信息*/

.S_bq {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.s_bq_l {
    width: 500px;
    float: left;
    color: #000;
    margin-top: 40px;
    font-size: 12px;
}

.s_bq_r {
    width: 700px;
    float: right;
    text-align: right;
    margin-top: 40px;
    font-size: 12px;
}


/*首页右侧浮动*/

.s_fd {
    position: fixed;
    right: 5px;
    top: 50px;
    height: 180px;
    z-index: 3;
    display: none;
}

.s_fd ul {
    width: 15px;
    height: 180px;
}

.s_fd ul li {
    float: left;
    height: 36px;
    line-height: 36px;
    position: relative;
    display: block;
}

.s_fd ul li a {
    width: 15px;
    height: 36px;
    display: block;
    background: url(../images/s_fd_03.png) no-repeat center center;
}

.s_fd ul li a:hover,
.s_fd ul li a.on {
    width: 15px;
    height: 36px;
    display: block;
    background: url(../images/s_fd_09.png) no-repeat center center;
}

.s_fd ul li span {
    display: none;
}

.s_fd ul li:hover span {
    display: block;
    position: absolute;
    left: -100px;
    top: 0px;
    width: 100px;
    height: 36px;
    background: url(../images/s_fd_07.png) no-repeat left top;
    line-height: 36px;
    text-indent: 10px;
    color: #ffffff;
    font-size: 14px;
    float: left;
    z-index: 2;
}

.s_fd ul li.on span {
    display: block;
    position: absolute;
    left: -100px;
    top: 0px;
    width: 100px;
    height: 36px;
    background: url(../images/s_fd_07.png) no-repeat left top;
    line-height: 36px;
    text-indent: 10px;
    color: #ffffff;
    font-size: 14px;
    float: left;
    z-index: 2;
}


/*首页右侧浮动1*/

.s_fd1 {
    position: fixed;
    right: 5px;
    bottom: 121px;
    /*height:277px;*/
    width: 49px;
    border: 1px solid #c1c1c1;
    z-index: 2;
    background: #ffffff;
}

.s_fd1 ul {
    width: 49px;
}

.s_fd1 ul li a {
    height: 49px;
    line-height: 49px;
    width: 49px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    float: left;
    border-bottom: 1px solid #c1c1c1;
}

.s_fd1 .wechat {
    position: relative;
}

.s_fd1 .wechat span {
    display: none;
    position: absolute;
    top: 8px;
    right: 50px;
    border: 1px #ccc solid;
}

.s_fd1 .wechat span img {
    display: block;
    /*width: 100%;*/
}


/**成功案例**/

.contentbanner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contentbanner img {
    width: 100%;
}

.casetop {
    width: 100%;
    height: 123px;
    position: relative;
    overflow: hidden;
    display: none;
}

.casetop .caseline {
    margin-top: 58px;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
}

.casetop .casemenu {
    margin: auto;
    height: 80px;
    width: 390px;
    position: relative;
    margin-top: -32px;
    z-index: 886;
    background: #fff;
}

.casetop .casemenu ul li {
    width: 85px;
    float: left;
    margin-left: 20px;
    margin-right: 21px;
    font-size: 14px;
}

.casetop .casemenu ul li img {
    width: 54px;
    height: 54px;
}

.casetop .casemenu ul li a {
    width: 100%;
    display: block;
    text-align: center;
    color: #666666;
}

.casetop .casemenu ul li:hover a {
    color: #0068b7;
}

.casetop .casemenu span a {
    color: #0068b7;
}

.casecontent {
    width: 1100px;
    margin: auto;
    height: auto;
    margin-top: 25px;
}

.casecontent ul li {
    width: 348px;
    float: left;
    margin-right: 28px;
    margin-bottom: 55px;
}

.casecontent ul li dl {
    width: 100%;
    padding: 0;
    margin: 0;
}

.casecontent ul li dl dt {
    padding: 0;
    margin: 0;
    width: 348px;
    height: 228px;
    overflow: hidden;
    position: relative;
}

.casecontent ul li dl dt img {
    width: 348px;
    height: 228px;
}

.casecontent ul li dl dt:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}

.casecontent ul li dl dt span {
    padding: 10px 18px;
    width: 317px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 40px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background: #000000;
    overflow: hidden;
}

.casecontent ul li dl dt:hover span {
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 1;
}

.casecontent ul li.notright {
    margin-right: 0px;
}

.casecontent ul li dl dd {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.casecontent ul li dl dd h3 {
    line-height: 40px;
    height: 40px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #dbdbdb;
}

.casecontent ul li dl dd a {
    color: #666666;
}

.casecontent ul li dl dd a:hover {
    color: #eb6100;
}

.casecontent ul li dl dd div {
    height: 44px;
    width: 100%;
    margin-top: 12px;
    background: url(../images/casebg.jpg) no-repeat right 2px;
    line-height: 20px;
}

.contactmore {
    width: 1098px;
    height: 98px;
    border: 1px solid #bbbbbb;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 12px;
}

.contactmore ul li {
    width: 273px;
    height: 98px;
    float: left;
    border-right: 1px solid #bbbbbb;
}

.contactmore ul li:hover {
    background: #e94b40;
    border-right: 1px solid #e94b40;
}

.contactmore ul li dl {
    padding: 0;
    margin: 0;
}

.contactmore ul li dl dt {
    padding: 0;
    margin: 30px 18px 0 19px;
    height: 38px;
    width: 38px;
    background: url(../images/morehover1.png) no-repeat;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    text-indent: 9px;
    font-style: italic;
    float: left;
}

.contactmore ul li:hover dl dt {
    background: url(../images/morehover2.png) no-repeat;
    color: #e94b40;
}

.contactmore ul li dl dd {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    float: left;
}

.contactmore ul li dl dd h3 {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.contactmore ul li dl dd h3 a {
    color: #333333;
}

.contactmore ul li:hover dl dd h3 a {
    color: #fff;
}

.contactmore ul li dl dd h4 {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

.contactmore ul li dl dd h4 a {
    color: #999999;
}

.contactmore ul li:hover dl dd h4 a {
    color: #fff;
}

.contactmore ul li.last {
    border: none;
    width: 276px;
}

.contactfoot {
    width: 1100px;
    margin: auto;
    margin-bottom: 120px;
}

.contactfoot .contactfootleft {
    width: 550px;
    float: left;
}

.contactfoot .contactfootleft h3 {
    color: #f34916;
    font-size: 18px;
    font-weight: normal;
    line-height: 72px;
    width: 100%;
}

.contactfoot .contactfootleft h3 a {
    float: right;
    color: #999999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.contactfoot .contactfootleft a:hover {
    color: #f34916;
}

.contactfoot .contactfootleft ul li {
    color: #666666;
    font-size: 14px;
    height: 32px;
    width: 100%;
    overflow: hidden;
    line-height: 32x;
}

.contactfoot .contactfootleft ul li a {
    color: #666666;
}

.contactfoot .contactfootright {
    width: 276px;
    float: right;
    position: relative;
}

.contactfoot .contactfootright h3 {
    font-size: 18px;
    line-height: 72px;
    color: #333333;
    font-weight: normal;
    width: 276px;
}

.zxxm_div {
    width: 276px;
    overflow: hidden;
    position: relative;
}

.zxxm_div ul {
    overflow: hidden;
}

.zxxm_div ul li {
    width: 276px;
    height: 160px;
    float: left;
}

.zxxm_div ul li img {
    width: 276px;
    height: 160px;
}

.banner-span {
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 50px;
    height: 20px;
    top: 30px;
    z-index: 886;
    right: 10px;
    font-size: 0;
}

.banner-span span {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url(../images/banner_c1.jpg) no-repeat;
    cursor: pointer;
}

.banner-span span.cur,
.banner-span span:hover {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url(../images/banner_c2.jpg) no-repeat;
    cursor: pointer;
}


/**成功案例**/


/**案例详情**/

.bgcaseinfo {
    width: 100%;
    height: 60px;
    background: #000000;
    left: 0;
    z-index: 999;
}

.bgcaseinfo .casemenu {
    width: 1200px;
    height: 60px;
    margin: auto;
    position: relative;
}

.bgcaseinfo .casemenu ul li {
    color: #cccccc;
    font-size: 14px;
    line-height: 60px;
    margin-right: 45px;
    float: left;
}

.bgcaseinfo .casemenu ul li a {
    color: #cccccc;
}

.bgcaseinfo .casemenu ul li.cur a,
.bgcaseinfo .casemenu ul li a:hover {
    color: #ffffff;
}

.bgcaseinfo .casemenu span a {
    color: #cccccc;
    font-size: 14px;
    line-height: 60px;
    position: absolute;
    right: 0;
}

.caseinfocontent {
    width: 1200px;
    margin: auto;
    margin-top: 55px;
}

.caseinfocontent .topinfo {
    width: 100%;
    position: relative;
}

.caseinfocontent .topinfo .leftinfo {
    width: 544px;
}

.caseinfocontent .topinfo .leftinfo h1 {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

.caseinfocontent .topinfo .leftinfo h1 a {
    width: 100px;
    height: 30px;
    display: block;
    color: #fff;
    font-size: 14px;
    background: url(../images/casebg2.jpg) no-repeat;
    opacity: 0.91;
    float: right;
    text-align: center;
}

.caseinfocontent .topinfo .leftinfo h1 a:hover {
    color: #fff;
    opacity: 1;
}

.caseinfocontent .topinfo .leftinfo p {
    height: 165px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 120px;
    padding: 0;
    font-weight: normal;
}

.caseinfocontent .topinfo .right {
    position: absolute;
    right: 0;
    width: 500px;
    height: 429px;
    top: -200px;
}

.caseinfocontent .topinfo .right img {
    width: 500px;
    height: 429px;
}

.caseinfocontent .lineinfo {
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #cccccc;
}

.caseinfocontent .lineinfo a {
    color: #666666;
}

.caseinfocontent .lineinfo a:hover {
    color: #f34916;
}

.caseinfocontent .lineinfo span {
    float: right;
}

.caseinfocontent .showcontent {
    text-align: center;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 70px;
}

.caseinfocontent .linefoot {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 50px;
    border-bottom: 1px solid #cccccc;
}

.caseinfocontent .linefoot a {
    width: 100px;
    height: 30px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    float: left;
    background: url(../images/casefootbg.jpg) no-repeat;
    text-align: center;
    line-height: 30px;
}

.caseinfocontent .linefoot a:hover {
    color: #f34916;
}

.caseinfocontent .linefoot span {
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}


/**案例详情**/


/**手机案例详情**/

.shouji_c {
    background: url(../images/shoujicase_02.jpg) no-repeat top center;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 1291px;
}

.shoujicase {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}

.shoujicase_c {
    width: 1100px;
    margin: 0 auto;
    float: left;
}

.shoujicase_c h2 {
    font-size: 48px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    line-height: 55px;
    height: 55px;
    padding-top: 60px;
}

.shoujicase_c p {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    letter-spacing: 8px;
}

.shoujicase_c_t {
    width: 1100px;
    margin: 45px auto;
    position: relative;
}

.shoujicase_c_t img {
    text-align: center;
    width: 1100px;
}

.shoujicase_c_l {
    width: 48px;
    height: 100px;
    float: left;
    background: url(../images/sj_an_03.png) no-repeat;
    position: absolute;
    left: 0;
    top: 350px;
    cursor: pointer;
}

.shoujicase_c_r {
    width: 48px;
    height: 100px;
    float: right;
    background: url(../images/sj_an_05.png) no-repeat;
    position: absolute;
    right: 0;
    top: 350px;
    cursor: pointer;
}


/***手机效果*/

#box {
    position: relative;
    width: 1100px;
    height: 772px;
    margin: 115px auto 0;
}

#box ul {
    position: relative;
    width: 1100px;
    height: 772px;
}

#box li {
    position: absolute;
    list-style: none;
    width: 0;
    height: 0;
    top: 146px;
    left: 377px;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
}

#box li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#box .prev,
#box .next {
    position: absolute;
    top: 50%;
    width: 39px;
    height: 80px;
    margin-top: -40px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    background: url(btn.png) no-repeat;
}

#box .prev {
    left: -60px;
}

#box .next {
    right: -60px;
    background-position: -39px 0;
}

#box .prev,
#box .next {
    position: absolute;
    top: 40%;
    width: 39px;
    height: 80px;
    margin-top: -40px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    background: url(../images/btn.png) no-repeat;
}

#box .prev {
    left: -60px;
}

#box .next {
    right: -60px;
    background-position: -39px 0;
}


/***手机效果*/

.shoujicase_c_w {
    height: 280px;
}

.shoujicase_c_w h2 {
    font-size: 20px;
    color: #000000;
    line-height: 39px;
    height: 39px;
    width: 600px;
    float: left;
    font-weight: normal;
}

.shoujicase_c_w span {
    float: right;
    height: 39px;
    line-height: 39px;
}

.shoujicase_c_w span a {
    float: left;
    margin-left: 10px;
}

.shoujicase_c_w p {
    font-size: 12px;
    color: #555555;
    padding: 60px 0;
    line-height: 25px;
}

.shoujicase .lineinfo {
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #cccccc;
}

.shoujicase .lineinfo a {
    color: #666666;
}

.shoujicase .lineinfo a:hover {
    color: #f34916;
}

.shoujicalineinfose . span {
    float: right;
}

.shoujicase .showcontent {
    text-align: center;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 70px;
}

.shoujicase .linefoot {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cccccc;
}

.shoujicase .linefoot a {
    width: 100px;
    height: 30px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    float: left;
    background: url(../images/casefootbg.jpg) no-repeat;
    text-align: center;
    line-height: 30px;
}

.shoujicase .linefoot a:hover {
    color: #f34916;
}

.shoujicase .linefoot span {
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}


/**解决方案**/

.jjhutop {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.jjhutop .lineinfo {
    background: #bbbbbb;
    width: 1000px;
    height: 1px;
}

.jjhutop .showwidth {
    width: 1100px;
    margin: auto;
    position: relative;
}

.jjhutop .showwidth span {
    position: absolute;
    right: 0;
    color: #666666;
    font-size: 14px;
    width: 395px;
    background: #fff;
    top: -13px;
    display: block;
    text-align: right;
}

.jjhucontent {
    width: 1100px;
    margin: auto;
    height: auto;
    margin-top: 80px;
}

.jjhucontent ul li {
    width: 347px;
    float: left;
    margin-right: 26px;
    margin-bottom: 55px;
    border: 1px solid #bbbbbb;
}

.jjhucontent ul li dl {
    width: 100%;
    padding: 0;
    margin: 0;
}

.jjhucontent ul li dl dt {
    padding: 0;
    margin: 0;
    width: 347px;
    height: 228px;
    overflow: hidden;
}

.jjhucontent ul li dl dt img {
    width: 347px;
    height: 228px;
}

.jjhucontent ul li dl dt:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}

.jjhucontent ul li.notright {
    margin-right: 0px;
}

.jjhucontent ul li dl dd {
    padding: 0;
    margin: 0;
    margin-top: -6px;
}

.jjhucontent ul li dl dd h3 {
    line-height: 88px;
    height: 88px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.jjhucontent ul li dl dd a {
    color: #666666;
}

.jjhucontent ul li dl dd:hover {
    background: #0068b7;
}

.jjhucontent ul li dl dd:hover a {
    color: #fff;
}


/**解决方案**/


/**解决方案详情**/

.jjhuinfo {
    width: 1100px;
    margin: auto;
    height: auto;
}

.jjhutop .showwidth a {
    position: absolute;
    background: url(../images/jreturn.png) no-repeat;
    right: 0;
    color: #fff;
    font-size: 16px;
    width: 129px;
    height: 38px;
    bottom: 30px;
    display: block;
    text-align: center;
    line-height: 38px;
    opacity: 0.91;
}

.jjhutop .showwidth a:hover {
    opacity: 1;
}

.jjhuinfo .menuinfo {
    width: 1100px;
    margin: auto;
    margin-top: 58px;
}

.jjhuinfo .menuinfo ul li {
    float: left;
    height: 28px;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    margin-right: 2px;
    margin-bottom: 22px;
}

.jjhuinfo .menuinfo ul li a {
    color: #666666;
    padding: 0 18px;
    display: block;
    border-radius: 5px;
}

.jjhuinfo .menuinfo ul li a:hover,
.jjhuinfo .menuinfo ul li.cur a {
    color: #fff;
    background: #0068b7;
}

.jjhuinfo .lineinfo {
    width: 100%;
    position: relative;
    background: #cccccc;
    height: 1px;
    margin-top: 68px;
}

.jjhuinfo .lineinfo .content {
    padding: 0 10px;
    left: 325px;
    background: #fff;
    position: absolute;
    top: -36px;
}

.jjhuinfo .lineinfo .content h1 {
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.jjhuinfo .lineinfo .content h3 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-weight: normal;
    text-align: center;
}

.jjhuinfocontent {
    width: 1100px;
    margin: auto;
    height: auto;
    margin-top: 80px;
}

.jjhuinfocontent ul li {
    width: 348px;
    float: left;
    margin-right: 28px;
    margin-bottom: 55px;
}

.jjhuinfocontent ul li dl {
    width: 100%;
    padding: 0;
    margin: 0;
}

.jjhuinfocontent ul li dl dt {
    padding: 0;
    margin: 0;
    width: 100%;
}

.jjhuinfocontent ul li dl dt img {
    width: 100%;
    height: 180px;
}

.jjhuinfocontent ul li.notright {
    margin-right: 0px;
}

.jjhuinfocontent ul li dl dd {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.jjhuinfocontent ul li dl dd p {
    line-height: 30px;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
}

.jjhuinfocontent2 {
    width: 1100px;
    margin: auto;
    height: auto;
}

.jjhuinfocontent2 dl {
    width: 100%;
    padding: 0;
    margin: 0;
}

.jjhuinfocontent2 dl dt {
    padding: 0;
    margin: 0;
    width: 348px;
    float: left;
    margin-top: 10px;
}

.jjhuinfocontent2 dl dt img {
    width: 348px;
    height: 180px;
}

.jjhuinfocontent2 dl dd {
    padding: 0;
    margin: 0;
    float: left;
    margin-left: 26px;
    width: 726px;
}

.jjhuinfocontent2 dl dd p {
    line-height: 30px;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
}


/**解决方案详情**/


/**微信**/

.banner_showmobile {
    width: 1200px;
    margin: auto;
}

.banner_showmobile ul {
    position: relative;
}

.banner_showmobile ul li {
    height: 380px;
    position: absolute;
    left: -50px;
    top: -260px;
    z-index: 886;
}

.banner_showmobile ul li img {
    height: 380px;
}

.weixin {
    width: 1200px;
    margin: auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.weixin h1 {
    font-size: 35px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    font-family: '微软雅黑';
    line-height: 40px;
    margin-top: 40px;
}

.weixin .contentinfo {
    position: relative;
    width: 980px;
    margin: 50px auto;
}

.weixin .contentinfo ul.list {
    overflow: hidden;
}

.weixin .contentinfo .list li {
    float: left;
    display: inline;
    width: 158px;
    height: 204px;
    text-align: center;
    padding: 12px 0 0;
    margin: 0 18px;
    overflow: hidden;
}

.weixin .contentinfo .list li h3 {
    color: #000000;
    font: 16px/20px '微软雅黑';
    margin: 10px 0 0;
}

.weixin .contentinfo .list li p {
    color: #535352;
    font: 14px/20px '微软雅黑';
    margin: 10px 0 0;
}

.weixin .contentinfo .list li:hover {
    width: 154px;
    height: 201px;
    border: 1px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    border-radius: 5px;
    padding-top: 11px;
    cursor: pointer;
}

.weixin_div {
    height: 650px;
    width: 1200px;
    position: absolute;
    top: 90px;
    left: 0;
    float: left;
    z-index: 2;
    display: none;
}

.weixin_div_l {
    width: 325px;
    height: 650px;
    background: #ff6400;
    float: left;
}

.weixin_div_l span {
    height: 45px;
    width: 100px;
    float: left;
    background: #633c23;
}

.weixin_div_l span a {
    width: 50px;
    float: left;
    height: 45px;
    color: #ffffff;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
}

.weixin_div_l span a.weixin_div_l_l {
    float: left;
}

.weixin_div_l span a.weixin_div_l_r {
    float: right;
}

.weixin_div_l p {
    width: 50px;
    height: 45px;
    float: right;
}

.weixin_div_l p a {
    width: 50px;
    float: left;
    height: 45px;
    color: #ffffff;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
}

.weixin_tt {
    width: 215px;
    margin: 40px auto;
    height: 80px;
    line-height: 80px;
}

.weixin_tt img {
    height: 80px;
    width: 80px;
    float: left;
}

.weixin_tt s {
    margin-left: 10px;
    float: left;
    width: 125px;
    height: 86px;
    cursor: pointer;
    overflow: hidden;
    background: url(../images/wx_dian.png) no-repeat left center;
    text-decoration: none;
    color: #ffffff;
    font-size: 26px;
    text-indent: 15px;
    font-weight: normal;
}

.weixin_div_l dl {
    margin: 30px 15px;
    color: #ffffff;
}

.weixin_div_l dl dt {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}

.weixin_div_l dl {
    font-size: 14px;
    line-height: 24px;
}

.weixin_div_r {
    width: 875px;
    height: 650px;
    float: left;
}

.weixin_div_r img {
    width: 875px;
    height: 650px;
}


/**微信**/


/*网站建设栏目*/

.wzjs_banner {
    height: 595px;
    width: 100%;
    background: url(../images/wzjs_bj_03.jpg) repeat-x;
}

.wzjs_banner_n {
    width: 1100px;
    margin: 0 auto;
}

.wzjs_banner_n img {
    float: left;
    width: 524px;
}

.wzjs_banner_n dl {
    float: right;
}

.wzjs_banner_n dl dd {
    text-align: right;
    margin-top: 450px;
}

.wzjs_banner_n dl dd h1 {
    font-size: 36px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
}

.wzjs_banner_n dl dd p a {
    font-size: 14px;
    color: #999999;
}

.wzjs_banner_n dl dt {
    float: right;
    margin-top: 10px;
}

.wzjs_banner_n dl dt img {
    width: 132px;
    height: 44px;
    float: right;
}

.wzjs_n {
    width: 1100px;
    margin: 0 auto;
}

.wzjs_n_t {
    width: 1100px;
    background: url(../images/wzjs_x_03.png) 0 -15px repeat-x;
}

.wzjs_n_t h1 {
    font-size: 36px;
    font-weight: normal;
    height: 36px;
    width: 313px;
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
    display: block;
    font-family: '宋体';
}

.wzjs_n_t p {
    width: 313px;
    margin: 0 auto;
    height: 36px;
    text-align: center;
    color: #999999;
}

.wzjs_n dl.wzjs_n_dl {
    height: 353px;
}

.wzjs_n dl.wzjs_n_dl dd {
    width: 500px;
    float: left;
}

.wzjs_n dl.wzjs_n_dl dd h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    height: 90px;
}

.wzjs_n dl.wzjs_n_dl dd p {
    color: #666666;
    margin-top: 20px;
    height: 202px;
    line-height: 25px;
}

.wzjs_n dl.wzjs_n_dl dt {
    float: right;
}

.wzjs_n_w {
    margin: 50px 0;
    color: #666666;
}

.wzjs_al {
    float: left;
    width: 1100px;
    overflow: hidden;
}

.wzjs_al_t {
    height: 110px;
}

.wzjs_al_t h2 {
    text-align: center;
    font-size: 36px;
    color: #666666;
    padding-top: 45px;
    font-weight: normal;
    height: 36px;
}

.wzjs_al_t p {
    color: #666666;
    text-align: center;
    height: 40px;
    line-height: 40px;
}


/**联系我们栏目*/

.Contact_t {
    height: 400px;
    width: 100%;
    background: #094c95;
}

.contact_ly {
    width: 1100px;
    margin: 0 auto;
    height: 400px;
}

.contact_ly_l {
    width: 500px;
    float: left;
    height: 330px;
    margin: 25px 0;
}

.contact_ly_l h1 {
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.contact_ly_l li {
    float: left;
    margin: 10px 0;
    position: relative;
}

.contact_ly_l li strong {
    position: absolute;
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    left: 10px;
    top: 40px;
}

.contact_ly_l li .input {
    text-indent: 1em;
    margin-right: 20px;
    border: 1px solid #86a7cb;
    color: #86a7cb;
    width: 190px;
    height: 40px;
    line-height: 40px;
    background: #094c95;
    border-radius: 5px;
}

.contact_ly_l li .textarea {
    text-indent: 1em;
    margin-right: 20px;
    border: 1px solid #86a7cb;
    color: #86a7cb;
    width: 402px;
    height: 100px;
    line-height: 25px;
    background: #094c95;
    border-radius: 5px;
}

.contact_ly_l li .button {
    margin-right: 20px;
    border: 1px solid #86a7cb;
    color: #ffffff;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #094c95;
    font-weight: bold;
    border-radius: 5px;
}

.contact_ly_l li .showtext {
    color: #f00;
}

.contact_ly_r {
    width: 600px;
    float: right;
    height: 130px;
    margin: 135px 0;
}

.contact_ly_r span {
    text-align: right;
    font-size: 28px;
    color: #ededed;
    float: right;
    width: 600px;
}

.contact_ly_r h1 {
    font-size: 44px;
    font-weight: normal;
    text-align: right;
    float: right;
    width: 600px;
    color: #ffffff;
    height: 65px;
    line-height: 65px;
}

.contact_ly_r p {
    text-align: right;
    font-size: 24px;
    color: #ededed;
    float: right;
    width: 600px;
}

.contact_n {
    width: 1100px;
    margin: 0 auto;
}

.contact_dt img {
    width: 1100px;
    height: 420px;
    margin-top: 20px;
}

.contact_n dl {
    width: 275px;
    float: left;
    margin: 70px 0;
    height: 180px;
}

.contact_n dl dt {
    width: 275px;
    text-align: center;
}

.contact_n dl dd h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 45px;
    line-height: 40px;
}

.contact_n dl dd p {
    font-size: 14px;
    color: #666666;
    height: 30px;
    line-height: 25px;
    text-align: center;
}

.contact_n1 {
    border-top: 1px solid #c1c1c1;
    width: 1100px;
    margin-bottom: 50px;
    float: left;
}

.contact_n1_l {
    width: 485px;
    margin-right: 65px;
    float: left;
}

.contact_n1_l h3 {
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #0068b7;
    font-weight: normal;
}

.contact_n1_l p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.contact_n1_r {
    width: 485px;
    float: left;
    margin-right: 65px;
}

.contact_n1_r h3 {
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #0068b7;
    font-weight: normal;
}

.contact_n1_r p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}


/*人才招聘栏目*/

.job_b {
    height: 225px;
    width: 100%;
}

.job_b img {
    height: 225px;
    width: 100%;
}

.job_60 {
    height: 60px;
    width: 100%;
    display: block;
    float: left;
}

.job_c {
    width: 1100px;
    margin: 0 auto;
}

.job_c dl {
    height: 399px;
    float: left;
}

.job_c dl dt {
    height: 399px;
    float: left;
    width: 550px;
}

.job_c dl dt img {
    height: 399px;
    float: left;
    width: 550px;
}

.job_c dl dd {
    height: 273px;
    float: left;
    width: 424px;
    padding: 63px;
}

.job_c dl dd h2.col1 {
    font-size: 30px;
    color: #0ea2cd;
    line-height: 53px;
}

.job_c dl dd h2.col2 {
    font-size: 30px;
    color: #74b87b;
    line-height: 53px;
}

.job_c dl dd h2.col3 {
    font-size: 30px;
    color: #eea127;
    line-height: 53px;
}

.job_c dl dd h2.col4 {
    font-size: 30px;
    color: #f87979;
    line-height: 53px;
}

.job_c dl dd h2.col5 {
    font-size: 30px;
    color: #f381c1;
    line-height: 53px;
}

.job_c dl dd p {
    font-size: 14px;
    padding: 10px 0 20px 0;
}

.job_c dl dd a {
    height: 30px;
    width: 60px;
    border: 1px solid #000;
    display: block;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}


/*提交订单*/

.order_b {
    width: 100%;
    height: 1000px;
    background: url(../images/order_02.jpg) center center no-repeat;
}

.order_m {
    width: 1100px;
    margin: 0 auto;
}

.order_m_t {
    padding-top: 175px;
    margin-bottom: 30px;
}

.order_m_t h1 {
    font-size: 28px;
    width: 1100px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
}

.order_m_t span {
    float: left;
    width: 200px;
    font-size: 14px;
}

.order_m_t p {
    float: right;
    width: 800px;
    font-size: 14px;
    text-align: right;
}

.order_m_l {
    float: left;
    width: 537px;
}

.order_m_l ul li {
    margin-bottom: 15px;
    height: 50px;
    position: relative;
}

.order_m_l ul li strong {
    position: absolute;
    font-weight: normal;
    font-size: 12px;
    color: #f00;
    top: 47px;
    left: 10px;
}

.order_m_l .input {
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    font-size: 14px;
    padding-left: 20px;
    color: #000000;
    font-weight: bold;
    float: left;
}

.order_m_l .texta {
    height: 110px;
    line-height: 25px;
    background: #ffffff;
    font-size: 14px;
    padding-left: 20px;
    color: #000000;
    font-weight: bold;
    float: left;
    width: 513px;
}

.order_li_m {
    padding: 25px 20px;
    background: #ffffff;
    width: 495px;
}

.order_li_m h1 {
    font-size: 20px;
    font-weight: normal;
    width: 493px;
    height: 40px;
    line-height: 40px;
}

.order_li_m h2 {
    width: 245px;
    float: left;
    height: 30px;
}

.order_li_m s {
    margin-right: 20px;
    float: left;
    height: 30px;
    text-decoration: none;
}

.order_m_l .button2 {
    width: 110px;
    float: right;
    height: 50px;
    line-height: 50px;
    background: #ff780f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.order_m_l li p .showtext {
    color: #f00;
}

.order_m_r {
    float: right;
    width: 537px;
    height: 585px;
    background: #fff;
}

.order_m_r dl {
    margin: 75px 90px;
}

.order_m_r dl dt {
    float: left;
    width: 70px;
}

.order_m_r dl dd {
    float: left;
}

.order_m_r dl dd span {
    font-size: 14px;
}

.order_m_r dl dd p {
    font-size: 30px;
    font-weight: bold;
}

.order_m_r_w {
    margin: 65px 90px;
}

.order_m_r_w h1 {
    font-size: 16px;
    width: 357px;
    line-height: 35px;
    height: 35px;
}

.order_m_r_w p {
    font-size: 12px;
    width: 357px;
    line-height: 25px;
}


/*关于我们*/

.fy_b {
    height: auto;
    width: 100%;
    display: table;
}

.about_div1 {
    width: 100%;
    height: auto;
    display: table;
}

.about_div1_c {
    padding: 60px 50px;
    width: 1100px;
    margin: 0 auto;
    display: table;
}

.about_div1_c dl {
    width: 550px;
    float: left;
    height: 275px;
}

.about_div1_c dt {
    width: 275px;
    float: left;
    height: 275px;
    position: relative;
    display: block;
    cursor: pointer;
}

.about_div1_c dt img {
    width: 275px;
    height: 275px;
}

.about_div1_c dt.on span,
.about_div1_c dt:hover span {
    width: 275px;
    float: left;
    height: 275px;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.about_div1_c dd {
    width: 165px;
    float: left;
    background: #f7f7f7;
    height: 165px;
    padding: 55px 55px;
}

.about_div1_c dd h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    width: 165px;
    float: left;
    height: 28px;
    line-height: 28px;
}

.about_div1_c dd i {
    padding-top: 7px;
    font-size: 12px;
    text-align: center;
    width: 165px;
    float: left;
    color: #999999;
    height: 14px;
    line-height: 14px;
    font-style: normal;
}

.about_div1_c dd p {
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 170px;
    margin-top: 30px;
    float: left;
    line-height: 25px;
}

.company {
    width: 100%;
    height: auto;
    display: table;
}

.company_con {
    width: 1100px;
    height: auto;
    display: table;
    margin: 0 auto;
    background: #f7f7f7;
}

.company_con h1 {
    width: 500px;
    font-size: 20px;
    color: #ec8701;
    text-indent: 2em;
    padding-top: 35px;
    height: 35px;
}

.company_one {
    width: 570px;
    height: 360px;
    float: left;
    background: #f7f7f7;
    margin-right: 30px;
}

.company_one span {
    padding: 18px;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    display: block;
    text-indent: 2em;
    color: #333333;
}

.company_two {
    width: 500px;
    height: 300px;
    float: left;
}

.company_si {
    width: 570px;
    height: 300px;
    float: left;
    background: #f7f7f7;
}

.company_si span {
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    display: block;
    color: #333333;
    text-indent: 2em;
}

.company_san {
    width: 500px;
    height: 300px;
    float: left;
    margin-right: 30px;
}

.about_bg {
    width: 100%;
    height: 250px;
    background-image: url(../images/index_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}


/*关于我们*/


/*产品类别*/

.bgcaseinfo {
    width: 100%;
    height: 45px;
    background: #35363a;
    left: 0;
    z-index: 999;
}

.bgcaseinfo .casemenu {
    width: 1200px;
    height: 45px;
    margin: auto;
    position: relative;
}

.bgcaseinfo .casemenu ul li {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    float: left;
}

.bgcaseinfo .casemenu ul li i {
    float: right;
    font-style: normal;
}

.bgcaseinfo .casemenu ul li a {
    color: #fff;
    padding: 0 22px;
}

.bgcaseinfo .casemenu ul li.cur a,
.bgcaseinfo .casemenu ul li a:hover {
    color: #ffffff;
}

.bgcaseinfo .casemenu span a {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    position: absolute;
    right: 0;
}

.fypro_tit {
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    text-align: left;
    margin: 0 9px 0 9px;
    color: #f17b00;
    overflow: hidden;
    font-weight: bold;
    font-family: '微软雅黑';
    border-bottom: #cfcfcf solid 1px;
}

.fypro_tit ul {
    height: auto;
    display: table;
}

.fypro_tit .h1_box {
    width: 5px;
    height: 25px;
    margin: 10px 10px 0 0;
    float: left;
    background-color: #f17b00;
}

.fypro_tit span {
    float: right;
    padding-right: 20px;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
}

.case_main ul {
    display: table;
    margin-top: 20px;
}


/*首页产品展示*/

.index_pro h2 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 45px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    color: ;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center center;
}

.index_pro {
    width: 1200px;
    margin: auto;
    height: auto;
    display: table;
}

.index_pro ul li {
    width: 348px;
    float: left;
    margin: 0 26px;
    margin-bottom: 35px;
}

.index_pro ul li dl {
    width: 100%;
    padding: 0;
    margin: 0;
}

.index_pro ul li dl dt {
    padding: 0;
    margin: 0;
    width: 348px;
    height: 228px;
    overflow: hidden;
    position: relative;
}

.index_pro ul li dl dt img {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    width: 348px;
    height: 228px;
}

.index_pro ul li dl dt:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
}

.index_pro ul li dl dt span {
    padding: 10px 18px;
    width: 317px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: auto;
    opacity: 0.8;
    background: #e20319;
    overflow: hidden;
}

.index_pro ul li dl dt:hover span {
    display: block;
    color: #ffffff;
    font-size: 13px;
    z-index: 1;
}

.index_pro ul li dl dd {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.index_pro ul li dl dd h3 {
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    border-bottom: 1px solid #dbdbdb;
}

.index_pro ul li dl dd a {
    color: #333;
}

.index_pro ul li dl dd a:hover {
    color: #f17b00;
}

.service_main ul {
    display: table;
}


/**网站搜索栏目**/

.soso_div {
    width: 1100px;
    margin: 0 auto;
}

.soso_div h3 {
    font-size: 24px;
    text-align: center;
    float: left;
    width: 1100px;
    height: 70px;
    line-height: 70px;
    color: #333333;
    font-weight: normal;
    margin-top: 30px;
}

.soso_div_k {
    background: #f17b00;
    height: 100px;
    float: left;
    width: 1100px;
}

.soso_div_k_s {
    width: 765px;
    height: 40px;
    line-height: 40px;
    margin: 30px auto;
    font-size: 20px;
    color: #fff;
}

.soso_div_k_s .input {
    width: 480px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    margin-left: 25px;
    background: #fff;
}

.soso_div_k_s .button {
    width: 120px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background: #eb6100;
    color: #fff;
    margin-left: 25px;
}

.soso_div ul {
    width: 345px;
    height: 30px;
    margin: 20px auto;
}

.soso_div ul li {
    float: left;
    margin-left: 18px;
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.soso_div ul li:hover,
.soso_div ul li.on {
    cursor: pointer;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #eb6100;
}

.soso_content {
    display: none;
}

.soso_content p {}


/*分页样式**/

.fenye {
    height: 80px;
    width: 1100px;
    margin: 0 auto;
}

.fenye ul {
    height: 40px;
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}

.fenye ul li {
    width: 37px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.fenye ul li a {
    width: 37px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.fenye ul li a.on {
    width: 37px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-right: 20px;
    color: #ffffff;
    background: #388ecf;
}

.fenye ul li a img {
    margin-top: 2px;
}


/**网站地图*/

.webmap {
    width: 1200px;
    margin: 0 auto;
}

.webmap ul {
    margin-top: 20px;
    padding-bottom: 20px;
    width: 1200px;
    clear: both;
}

.webmap ul li {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    float: left;
}

.webmap ul li h3 {
    font-size: 14px;
    font-weight: bold;
    color: #015082;
    margin: 0;
    padding: 0;
}


/**404页面*/

.show404 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.show404 h1,
.show404 a {
    color: #015082;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25);
    width: 100%;
    display: block;
}


/*产品详情页*/

.productinfo {
    width: 1100px;
    margin: auto;
}

.productinfo h1 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}

.productinfo h4 {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}

.productinfo .line {
    background: #dddddd;
    height: 1px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
}

.productinfo p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 27px;
    margin-top: 25px;
    text-align: justify;
}

.productinfo p a {
    color: #4c4c4c;
}

.productinfo p span {
    float: right;
    padding-bottom: 20px;
    padding-right: 20px;
}

.productinfo img {
    margin-top: 25px;
}

.productinfo h5 {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    margin-top: 25px;
    text-indent: 28px;
}

.productinfo .return:hover {
    opacity: 1;
}

.productinfo .return a {
    color: #fff;
    width: 129px;
    display: block;
}

.productinfo .nextorper {
    width: 1098px;
    height: 98px;
    border: 1px solid #e6e6e6;
    margin-top: 14px;
    float: left;
}

.productinfo .nextorper ul {
    margin-top: 20px;
}

.productinfo .nextorper ul li {
    margin-left: 20px;
    line-height: 30px;
    height: 30px;
}

.productinfo .nextorper ul li a {
    color: #333333;
}

.productinfo .nextorper ul li a:hover {
    color: #333333;
}

.news_pic {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    display: table;
}

.news_pic img {
    display: block;
    margin: 0 auto;
}

.productinfo .pic {
    width: 300px;
    height: 350px;
    float: left;
    margin: 0;
    padding: 0;
}

.productinfo .cont {
    width: 800px;
    height: 350px;
    float: right;
    margin: 0;
    padding: 0;
}


/*产品详情页*/


/**新闻中心**/

.newsnav {
    width: 1200px;
    height: 45px;
    margin: auto;
    margin-top: 46px;
    display: table;
}

.newsnav ul li {
    float: left;
    background: #fff;
    color: black;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    /*text-align:center; */
    border-right: 1px solid #fff;
    width: 200px;
    opacity: 0.9;
}

.newsnav ul li:hover {
    background: #fff;
    opacity: 0.7;
}

.newsnav ul li a {
    color: #fff;
}

.newscontent {
    width: 1100px;
    margin: auto;
    margin-top: 0px;
    display: table;
}

.newscontent ul {
    height: auto;
}

.newscontent ul li {
    width: 1098px;
    height: 215px;
    border: 1px solid #dddddd;
    margin-bottom: 19px;
}

.newscontent ul li dl {
    padding: 0;
    display: table;
    margin-top: 21px;
    margin-right: 36px;
    margin-bottom: 21px;
    margin-left: 17px;
}

.newscontent ul li dl dt {
    float: left;
    padding: 0;
    margin: 0;
    width: 255px;
    height: 170px;
}

.newscontent ul li dl dt img {
    width: 255px;
    height: 170px;
    border: 1px solid #dddddd;
}

.newscontent ul li dl dd {
    margin: 0;
    padding: 0;
    margin-left: 34px;
    width: 754px;
    position: relative;
    float: left;
}

.newscontent ul li dl dd h3 {
    color: #000000;
    font-size: 22px;
    line-height: 36px;
    width: 621px;
    font-weight: normal;
}

.newscontent ul li dl dd h3 a {
    color: #000000;
}

.newscontent ul li dl dd p {
    color: #4c4c4c;
    font-size: 13px;
    height: 72px;
    /*width:622px;*/
    line-height: 24px;
    margin-top: 14px;
    overflow: hidden;
    text-align: justify;
}

.newscontent ul li dl dd p a {
    color: #4c4c4c;
}

.newscontent ul li dl dd h4 {
    color: #4c4c4c;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 10px;
}

.newscontent ul li dl dd h4 a {
    color: #4c4c4c;
}

.newscontent ul li dl dd h4 em {
    color: #4c4c4c;
    font-style: normal;
    padding-right: 40px;
}

.newscontent ul li dl dd span {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    color: #999;
    font-size: 18px;
    line-height: 40px;
}

.newscontent ul li dl dd span i {
    font-style: normal;
    font-size: 60px;
    line-height: 70px;
    width: 65px;
    border-bottom: 1px solid #cccccc;
}

.newscontent ul li:hover span {
    color: #fff;
}

.page {
    height: 30px;
    line-height: 30px;
    width: 1100px;
    display: table;
}

.page_info {
    text-align: center;
    margin-top: 20px;
    color: #333;
    font-size: 16px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: 'Arial Black';
    font-size: 14px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    text-align: center;
    padding: 0 8px;
    margin: 0 1px;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #898989;
    background: #898989;
}

.page_list a.on {
    color: #333;
    border: 1px solid #ccc;
    background: #e5edf2;
}


/**新闻中心**/


/**新闻详情**/

.newsinfo {
    width: 1100px;
    margin: auto;
}

.newsinfo h1 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}

.newsinfo h4 {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}

.newsinfo .line {
    background: #dddddd;
    height: 1px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
}

.newsinfo p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 27px;
    margin-top: 25px;
    text-indent: 2em;
    text-align: justify;
}

.newsinfo p a {
    color: #4c4c4c;
}

.newsinfo p span {
    float: right;
    padding-bottom: 20px;
    padding-right: 20px;
}

.newsinfo img {
    margin-top: 25px;
}

.newsinfo h5 {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    margin-top: 25px;
    text-indent: 28px;
}

.newsinfo .return:hover {
    opacity: 1;
}

.newsinfo .return a {
    color: #fff;
    width: 129px;
    display: block;
}

.newsinfo .nextorper {
    width: 1098px;
    height: 98px;
    border: 1px solid #e6e6e6;
    margin-top: 14px;
}

.newsinfo .nextorper ul {
    margin-top: 20px;
}

.newsinfo .nextorper ul li {
    margin-left: 20px;
    line-height: 30px;
    height: 30px;
}

.newsinfo .nextorper ul li a {
    color: #333333;
}

.newsinfo .nextorper ul li a:hover {
    color: #333333;
}

.news_pic {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    display: table;
}

.news_pic img {
    display: block;
    margin: 0 auto;
}


/**新闻详情**

/* -------list---------   */

.page {
    height: 30px;
    line-height: 30px;
    width: 1100px;
    display: table;
}

.page_info {
    text-align: center;
    margin-top: 20px;
    color: #333;
    font-size: 16px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: 'Arial Black';
    font-size: 14px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    text-align: center;
    padding: 0 8px;
    margin: 0 1px;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #898989;
    background: #898989;
}

.page_list a.on {
    color: #333;
    border: 1px solid #ccc;
    background: #e5edf2;
}


/*联系我们*/

.inside_banner {
    position: relative;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    *zoom: 1;
}

.form_msg {
    height: 400px;
    width: 420px;
    position: relative;
    padding-left: 40px;
}

.form_msg dl {
    position: relative;
    z-index: 3;
}

.form_msg dt {
    font-size: 18px;
    color: #fff;
    padding-top: 40px;
}

.form_msg dd {
    margin-top: 10px;
}

.form_msg .msg_input {
    border: 1px solid #cccccc;
    background: transparent;
    color: #fff;
    height: 32px;
    width: 182px;
    line-height: 32px;
    text-indent: 12px;
    margin-right: 14px;
}

.form_msg .msg_input:focus {
    color: #fff;
    border-color: #fff;
    outline: none;
}

.form_msg .msg_input_on {
    border-color: #fff;
    color: #fff;
}

.form_msg .textarea {
    color: #ccc;
    line-height: 32px;
    padding-left: 12px;
}

.form_msg .sub_btn {
    font-size: 15px;
    border: 1px solid #ccc;
    background: transparent;
    color: #fff;
    height: 34px;
    width: 118px;
    line-height: 34px;
    display: block;
    text-align: center;
    letter-spacing: 3px;
}

.form_msg textarea {
    width: 371px;
    border: 1px solid #ccc;
    background: transparent;
    height: 100px;
    color: #ccc;
    resize: none;
    *margin-left: 12px;
    overflow: auto;
}

.form_msg textarea:focus {
    color: #fff;
    border-color: #fff;
    outline: none;
}

.c_shade {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=30);
    width: 100%;
    height: 100%;
}

.connect {
    min-height: 290px;
}

.connect_column {
    margin-top: 40px;
}

.connect_column li {
    float: left;
    text-align: center;
    width: 285px;
    height: 200px;
    margin-left: 20px;
    position: relative;
    padding-top: 42px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.connect_column li:first-child {
    margin-left: 0;
}

.connect_column h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.connect_column .info {
    position: relative;
    z-index: 2;
}

.connect_column .text {
    margin: 0 20px;
}

.connect_column .text img {
    padding: 10px;
}

.connect_column .s1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #de6764;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.connect_column .s2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #58bec8;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.connect_column .s3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9ac047;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.connect_column .s4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #31a0e1;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.connect_column .i1 {
    display: inline-block;
    width: 36px;
    height: 46px;
    background: url('../images/sprite2.png') no-repeat 0 0;
}

.connect_column .i2 {
    display: inline-block;
    width: 42px;
    height: 46px;
    background: url('../images/sprite2.png') no-repeat -38px 0;
}

.connect_column .i3 {
    display: inline-block;
    width: 40px;
    height: 46px;
    background: url('../images/sprite2.png') no-repeat -83px 0;
}

.connect_column .i4 {
    display: inline-block;
    width: 40px;
    height: 46px;
    background: url('../images/sprite2.png') no-repeat -125px -48px;
}

.connect_column a {
    color: #333;
}

.connect_share {
    border-top: 2px solid #43bcc7;
    width: 120px;
    margin: 46px auto 0;
    text-align: center;
    padding-top: 46px;
}

.connect_share .sh1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../images/sprite2.png') 0 -48px;
    margin-right: 9px;
}

.connect_share .sh2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../images/sprite2.png') -41px -48px;
}

.arrive_column_con {
    width: 1150px;
    overflow: hidden;
}

.arrive_column {
    margin-left: 50px;
    width: 1300px;
}

.arrive_column dl {
    float: left;
    width: 318px;
    margin: 40px 90px 0 0px;
}

.arrive_column dt {
    margin-bottom: 20px;
}

.arrive_column dd {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.bus {
    font-size: 18px;
    color: #31a0e1;
}

.bus dt {
    margin-left: -50px;
}

.bus .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/sprite2.png') 0 -90px;
    vertical-align: middle;
    margin-right: 18px;
}

.taxi {
    font-size: 18px;
    color: #de6764;
}

.taxi dt {
    margin-left: -50px;
}

.taxi .icon {
    display: inline-block;
    width: 32px;
    height: 34px;
    background: url('../images/sprite2.png') -34px -90px;
    vertical-align: middle;
    margin-right: 18px;
}

.metro {
    font-size: 18px;
    color: #9ac047;
}

.metro dt {
    margin-left: -50px;
}

.metro .icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('../images/sprite2.png') -66px -90px;
    vertical-align: middle;
    margin-right: 16px;
}


/*--------------------客户-----------------------*/

.KeBody {
    width: 1200px;
    height: auto;
    display: table;
    background: #fff;
    margin-bottom: 60px;
}

.KeBodyTop {
    width: 1200px;
    height: 121px;
    float: left;
    padding-top: 32px;
}

.KeBodyTop h1 {
    width: 1200px;
    height: 31px;
    color: #0d090a;
    font-size: 26px;
}

.KeBodyTop .en {
    width: 1200px;
    height: 38px;
    font-size: 20px;
    color: #7c7c7c;
}

.KeBodyTop .coms {
    width: 1200px;
    height: 50px;
    padding-right: 30px;
    color: #666666;
    line-height: 22px;
}

.Kelist {
    width: 148px;
    height: 98px;
    float: left;
    margin: 0px;
    text-align: center;
    border: 1px solid #d5d5d5;
}

.KelistBody {
    width: 1200px;
    height: auto;
    margin-top: 30px;
    float: left;
}

.Kelist img {
    width: 148px;
    height: 98px;
}

.KeMore {
    width: 148px;
    height: 98px;
    float: left;
}

.KeMore img {
    width: 148px;
    height: 98px;
    border: 0px;
}

.zt_bg01,
.zt_bg02,
.zt_bg03,
.zt_bg04,
.zt_bg05,
.zt_bg06,
.zt_bg07,
.zt_bg08,
.zt_bg09,
.zt_bg10,
.zt_bg11,
.zt_bg12,
.zt_bg13 {
    background-image: url(../images/zt_01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    padding: 0px;
    height: 762px;
    width: 100%;
}

.zt_bg02 {
    background-image: url(../images/zt_02.jpg);
    height: 761px;
}

.zt_bg03 {
    background-image: url(../images/zt_03.jpg);
}

.zt_bg04 {
    background-image: url(../images/zt_04.jpg);
}

.zt_bg05 {
    background-image: url(../images/zt_05.jpg);
    height: 761px;
}

.zt_bg06 {
    background-image: url(../images/zt_06.jpg);
}

.zt_bg07 {
    background-image: url(../images/zt_07.jpg);
}

.zt_bg08 {
    background-image: url(../images/zt_08.jpg);
}

.zt_bg09 {
    background-image: url(../images/zt_09.jpg);
    height: 761px;
}

.zt_bg10 {
    background-image: url(../images/zt_10.jpg);
}

.zt_bg11 {
    background-image: url(../images/zt_11.jpg);
    height: 426px;
}

.zt_bg11 a {
    width: 1000px;
    height: 900px;
}

.zt_bg12 {
    background-image: url(../images/zt_12.jpg);
}

.zt_bg13 {
    background-image: url(../images/zt_13.jpg);
}


/*视觉设计*/

.sj_01 {
    text-align: center;
    padding: 0px;
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.sj_02 {
    text-align: center;
    padding: 0px;
    height: 895px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(../images/bg_sj.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

#yinshua_2 {
    width: 100%;
    height: 1200px;
    overflow: hidden;
    background-image: url(../images/a6.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #f1f2f4;
}

#yinshua_2 .yinshua_t {
    height: 248px;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    background-image: url(../images/r2_c1.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

#yinshua_2 .yinshua_t ul {
    float: left;
    list-style: none;
    display: inline;
    text-align: left;
    margin: 0px;
    width: 1200px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 31px;
}

#yinshua_2 .yinshua_t ul li {
    float: left;
    width: 124px;
    text-align: left;
    margin-top: 3px;
    height: 31px;
    padding-right: 12px;
    padding-left: 12px;
}

#yinshua_2 .yinshua_t ul li.active {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 192px;
    height: 248px;
    float: left;
    position: relative;
    background: url(../images/serss2.gif) no-repeat center top;
}

#yinshua_2 .yinshua_t ul li.normal {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 192px;
    height: 248px;
    float: left;
    position: relative;
    background: url(../images/serss3.gif) no-repeat center top;
}

#yinshua_2 .yinshua_t ul li.active a {
    color: #ffffff;
    font-family: '微软雅黑';
    font-size: 15px;
    font-weight: bold;
    line-height: 33px;
    text-decoration: none;
}

.yinshua_c {
    height: 890px;
    width: 1200px;
    padding-top: 40px;
    overflow: hidden;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 12px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.none {
    display: none;
}

.yinshua_c ul {
    padding: 0px;
    margin: 0px;
    float: left;
}

.yinshua_c ul li {
    float: left;
    width: 1200px;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
    line-height: 22px;
    text-align: left;
}


/*服务*/

.service_bd {
    width: 1163px;
    height: 248px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 27px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 37px;
}

.service_bd ul {
    margin: 0px;
    padding: 0px;
}

.service_bd ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 192px;
    height: 248px;
    float: left;
    position: relative;
    background: url(../images/serss2.gif) no-repeat center top;
}

.service_bd ul li .box {
    width: 140px;
    height: 248px;
    text-align: center;
    z-index: 5;
    position: absolute;
    left: 26px;
    cursor: pointer;
}

.service_bd ul li .box div {
    width: 140px;
    height: 140px;
    background: url(../images/service.png) no-repeat;
}

.service_bd ul li .box .img1 {
    background-position: left top;
}

.service_bd ul li .box .img2 {
    background-position: -192px top;
}

.service_bd ul li .box .img3 {
    background-position: -384px top;
}

.service_bd ul li .box .img4 {
    background-position: -575px top;
}

.service_bd ul li .box .img5 {
    background-position: -767px top;
}

.service_bd ul li .box .img6 {
    background-position: right top;
}

.service_bd ul li .box .title {
    width: 140px;
    height: 88px;
    background: none;
    font-weight: normal;
    color: ##2a2b2c;
    padding-top: 10px;
}

.service_bd ul li .box h2 {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
}

.service_bd ul li .des {
    background: url(../images/ser_r6_c5.gif) no-repeat center top;
    width: 140px;
    height: 248px;
    position: absolute;
    left: 26px;
    top: 0px;
    z-index: 0;
    filter: alpha(opacity=0);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0;
    /*Firefox私有，透明度50%*/
    opacity: 0;
    /*其他，透明度50%*/
}

.sijrtd {
    background: #212121;
    padding: 60px 0;
}

.dofijdsi {
    height: 580px;
}

.snfjfor {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.sadnjnrg {
    font-size: 30px;
    color: #fff;
}

.sdrrtr {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.dfkjif {
    width: 255px;
    height: 62px;
    font-size: 20px;
    color: #999;
    font-family: '微软雅黑';
    padding-left: 20px;
    padding-right: 40px;
}

.sdaa {
    background: url(../images/5_03.png) no-repeat;
}

.sdbb {
    background: url(../images/5_05.png) no-repeat;
    margin: 0 23px;
}

.sdcc {
    background: url(../images/5_07.png) no-repeat;
}

.sdsdsrrt {
    margin-top: 50px;
}

.dfjsdoif {
    margin-top: 40px;
}

.dfjsdoif a {
    width: 194px;
    height: 61px;
    line-height: 60px;
    display: inline-block;
    background: url(../images/5_13.png) no-repeat;
    font-size: 24px;
    color: #fff;
}

.dfjsdoif a:hover {
    color: #fff;
}

.dfjdisa {
    position: absolute;
    right: 0;
    top: 200px;
}

.safadd {
    position: absolute;
    left: 0;
    top: 800px;
}

.asdsaddf {
    position: absolute;
    right: 0;
    top: 1380px;
}


/*发展历程开始*/

.index_rongyu_con {
    width: 1100px;
    height: 1350px;
    margin: 0 auto;
    padding-bottom: 50px;
    display: block;
}

.index_rongyu_con h1 {
    width: 311px;
    margin: 0 auto;
    padding-top: 50px;
    display: block;
}

.index_rongyu_lf {
    width: 425px;
    height: auto;
    float: left;
    margin-top: 100px;
}

.index_rongyu_lf ul li {
    margin: 90px 0;
}

.index_rongyu_lf ul li p {
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-family: '微软雅黑';
    line-height: 25px;
}

.index_rongyu_years {
    width: 250px;
    float: left;
}

.index_rongyu_ri {
    width: 425px;
    height: auto;
    float: left;
    margin-top: -20px;
}

.index_rongyu_ri ul li {
    margin: 70px 0;
}

.index_rongyu_ri ul li p {
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-family: '微软雅黑';
    line-height: 25px;
}


/*发展历程结束*/


/*主营业务开始*/

.topTit {
    text-align: center;
    height: 78px;
    padding-top: 45px;
}

.topTit h2 {
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 36px;
    color: #000;
}

.topTit h2 font {
    color: #f26722;
}

.topTit h2 a {
    font-size: 12px;
    color: #cccccc;
    height: 20px;
    line-height: 20px;
    display: block;
}

.topTit h2 span {
    display: block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    color: #666;
}

.main_kc {
    height: 1010px;
    width: 1010px;
    margin: 0px auto;
}

.main_kc1 {
    background: url(../images/ck_bg.jpg) no-repeat center;
    height: 1200px;
}

.main_kc1 ul {
    padding-top: 60px;
}

.li_1 {
    height: 200px;
}

.li_1 img {
    float: left;
    margin-right: 150px;
}

.main_kc1 ul li h3 {
    font-size: 24px;
    color: #e20319;
    display: block;
    padding-top: 25px;
}

.main_kc1 ul li p {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
}

.li_2 {
    height: 200px;
    padding-top: 35px;
}

.li_2 img {
    float: right;
}

.li_3 {
    height: 240px;
}

.li_3 img {
    float: left;
    margin-right: 150px;
}

.li_4 {
    height: 230px;
    padding-top: 35px;
}

.li_4 img {
    float: right;
}

.li_5 {
    height: 250px;
}

.li_5 img {
    float: left;
    margin-right: 150px;
}


/*主营业务结束*/


/* 案例分类菜单 start */

.case_class {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.case_class .case_class_item {
    margin: 0 1rem;
    border-radius: 4px;
    overflow: hidden;
}

.case_class .case_class_item a {
    display: block;
    padding: 0.4rem 1rem;
    color: #525252;
}

.case_class .case_class_item a:hover {
    background-color: #d60b0e;
    color: #fff;
}

.case_class .case_class_item.active {
    background-color: #d60b0e;
}

.case_class .case_class_item.active a {
    color: #fff;
}


/* 案例分类菜单 end */


/* 案例展示三级页 start */

.mybutton {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%);
    height: 20px;
    width: 1300px;
}

.mybutton .swiper-button-prev,
.mybutton .swiper-button-next {
    background-color: #414141;
    padding: 2px;
    box-sizing: border-box;
    background-image: none;
}

.mybutton .swiper-button-prev svg,
.mybutton .swiper-button-next svg {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.mybutton .swiper-button-prev:hover svg,
.mybutton .swiper-button-next:hover svg {
    opacity: 1;
}

.video_content {
    position: relative;
    margin: 20px auto 30px;
}

.video_content .mybutton {
    top: 38%;
    width: 1200px;
}

.video_content .mybutton svg {
    width: 100%;
}

.video_content .swiper-container {
    width: 90%;
    margin: 0 auto;
}

.case_video_list .case_video_item {
    /* height: 345px; */
}

.case_video_list .case_video_item video {
    width: 100%;
}

.caseimgarr .caseimgarr_item {
    overflow: hidden;
}

.caseimgarr .caseimgarr_item img {
    width: 100%;
    height: auto;
}

.caseshowimg {
    display: flex;
    justify-content: center;
}

.caseimgarr.swiper-container {
    width: 90%;
    margin: 20px auto;
    position: relative;
}

.caseimgarr .mybutton {
    top: 38%;
    width: 1200px;
}

.caseimgarr_container {
    position: relative;
}

.caseimgarr_container .mybutton {
    width: 1200px;
    top: 50%;
}


/* 案例展示三级页 end */


/* 首页演出事故 start */

.accident_video_container {
    background-color: #0068b7;
    width: 100%;
    padding: 30px 0;
}

.accident_video {
    width: 1200px;
    margin: 0 auto;
}

.accident_video .tit {
    margin: 35px 0 30px 0;
}

.accident_video .tit h3 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #000;
    line-height: 30px;
    color: #fff;
}

.accident_video .tit .des {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    padding: 0 50px;
    color: rgb(234, 234, 234);
    margin: 20px auto 0;
}

.accident_video_content {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.accident_video_content .video_item {
    width: 30%;
    margin: 0 20px 35px;
}

.accident_video_content .video_item>div:first-child {
    border-radius: 14px;
    overflow: hidden;
}

.accident_video_content .video_item .video_tit {
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 10px;
}


/* 首页演出事故 end */