﻿@charset "utf-8";

/** {*/
/*    padding: 0px;*/
/*    margin: 0 auto;*/
/*    list-style-type: none;*/
/*}*/
/*img{max-width: 100%}*/
/*body {*/
/*    font-family: "微软雅黑";*/
/*    font-size: 14px;*/
/*    color: #232323;*/
/*    overflow-x: hidden;*/
/*    min-width: 1200px;*/
/*}*/
/*.lxb-container{*/
/*    top:23%!important;*/
/*}*/
/*.lxb-container{*/
/*    background: rgb(250, 84, 65)!important;*/
/*    border-radius: 6px 0 0 6px!important;*/
/*    height: 215px!important;*/
/*}*/
/*#LXB_CONTAINER .lxb-cb-input{*/
/*    font-size: 12px!important;*/
/*    text-align: center!important;*/
/*    border-radius: 2px;*/
/*    height: 28px!important;*/
/*    top:145px!important;*/
/*}*/
/*#LXB_CONTAINER .lxb-cb-input-btn{*/
/*    left: 9px!important;*/
/*    top: 178px!important;*/
/*    width: 124px!important;*/
/*    line-height: 28px;*/
/*    background-color: #f7b521!important;*/
/*    font-family: "PingFang", "Helvetica", "微软雅黑", "Microsoft YaHei", "simsun", "Arail"!important;*/
/*}*/
/*.lxb-close-btn{*/
/*    top:30%!important;*/
/*}*/
/*.lxb-invite {*/
/*    background-color:#fa5441!important;*/
/*    border-radius: 3px;*/
/*}*/
/*.lxb-invite .lxb-cb-input{*/
/*    border: 1px solid #f2f2f2!important;*/
/*    box-sizing: border-box!important;*/
/*    padding: 3px 10px!important;*/
/*    height: 30px!important;*/
/*    top:85px!important;*/
/*    border-radius: 2px;*/
/*}*/
/*.lxb-invite .lxb-cb-input::-webkit-input-placeholder {*/
/*    color:#999!important;*/
/*}*/
/*.lxb-invite .lxb-cb-input-btn{*/
/*    left: 19px!important;*/
/*    top: 122px!important;*/
/*    width: 191px!important;*/
/*    height: 30px!important;*/
/*    border-radius: 2px;*/
/*    font-family: "PingFang", "Helvetica", "微软雅黑", "Microsoft YaHei", "simsun", "Arail"!important;*/
/*    background-color: #f7b521!important;*/
/*}*/
/*.lxb-invite .custom-text{*/
/*    color: #fff!important;*/
/*    font-style: normal!important;*/
/*}*/
/*.lxb-invite .custom-text:nth-of-type(1){*/
/*    font-weight: normal!important;*/
/*}*/
/* .lxb-cb-tip-info{*/
/*    border-radius: 3px;*/
/*    font-family: "PingFang", "Helvetica", "微软雅黑", "Microsoft YaHei", "simsun", "Arail"!important;*/
/*}*/
/*a {*/
/*    text-decoration: none;*/
/*}*/

/*a:hpver {*/
/*    text-decoration: none;*/
/*}*/

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, em, i, img, q, s, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    outline: 0;*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-size: 100%;*/
/*    vertical-align: bottom;*/
/*    -webkit-box-sizing: content-box;*/
/*    -moz-box-sizing: content-box;*/
/*    box-sizing: content-box;*/
/*}*/

/*.w1100 {*/
/*    width: 1100px;*/
/*    margin: 0 auto;*/
/*}*/

/*.top {*/
/*    background: #fff;*/
/*}*/

/*.w1252 {*/
/*    width: 1252px;*/
/*    margin: 0 auto;*/
/*}*/

.w1166 {
    width: 1200px;
    margin: 0 auto;
}


.cel {
    clear: both;
}

.header {
    height: 83px;
}

.banner {
    height: 502px;
    width: 100%;
    margin: 0 auto;
}

.header .logo {
    float: left;
    width: 250px;
    overflow: hidden;
}

.header .logo img {
}

.content01 {
    background: #f5f5f5;
    padding-top: 40px;
}

.content01 .w1166 .teiter {
    text-align: center;
}

.content01 .w1166 .teiter h3 {
    text-align: center;
    font-size: 2rem;
    padding-bottom: 20px;
}

.teiterlist li {
    float: left;
    width: 19%;
    margin-left: 10px;
    background: #fff;
    box-shadow: 0px 0px 2px #BFBFBF;
    height: 300px;
    transition: all 500ms ease-in-out;
}

.teiterlist li:hover {
    float: left;
    width: 19%;
    margin-left: 14px;
    background: #fff;
    height: 300px;
    box-shadow: 0px 10px 20px #BFBFBF;
}

.teiterlist {
    padding-top: 40px;
}

.teiterlist  li img {
    padding-top: 40px;
    padding-bottom: 20px;
}

.teiterlist  li h2 {
    font-size: 22px;
    font-weight: inherit;
}

.teiterlist  li p {
    color: #5f5f5f;
    font-size: 15px;
    padding-top: 14px;
}

.anniu {
    margin-top: 40px;
    padding-bottom: 55px;
}

.anniu a {
    display: block;
    height: 36px;
    line-height: 36px;
    width: 292px;
    margin: 0 auto;
    background: #00539F;
    color: #fff;
    text-align: center;
    font-size: 20.86px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #BFBFBF;
    padding-left: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 50px;
    line-height: 50px;
    width: 350px;
}

.anniu a:hover {
    display: block;
    width: 350px;
    margin: 0 auto;
    background: #00539F;
    color: #fff;
    text-align: center;
    font-size: 20.86px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 10px 10px 20px #A7A7A7;
    padding-left: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

ul li {
    /* list-style: none; */
    font-size: 14px;
    color: #959494;
}
.navbar-nav li{
    white-space: nowrap;
}

.content02 {
    background: #00539F;
}



/*nav*/
.nav nav span.dropBottom, span.dropRight {
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    color: #FFF;
}

.nav nav span.dropBottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: #FFF;
}

.nav nav {
    display: table;
    margin: 0px auto;
    float: right;
}

.nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav nav ul ul {
    opacity: 0;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: 999;
}

.nav nav ul ul li:hover > ul {
    top: 0%;
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.nav nav ul li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav nav ul li {
    float: left;
    position: relative;
    width: 119px;
    /* margin-top: 40px; */
    text-align: center;
    float: left;
}

.nav nav >ul >li >a {
    height: 83px;
    line-height: 83px;
}

.nav nav ul ul li {
    float: none;
}

.nav nav ul li {
    cursor: pointer;
}

.nav nav ul .on {
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: #00539F;
}

.nav nav ul .on a {
    color: #FFF!important;
}

.nav nav ul li ul li {
    background-color: #00539F;
    color: #FFF!important;
    height: 40px;
    line-height: 40px;
}

.nav nav ul li a {
    text-decoration: none;
    display: block;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.nav nav ul li ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.nav nav ul li:hover a {
    background-color: #00539F;
    color: #FFF;
}
<!--.nav nav ul li:hover {
        background-color: #00539F;
        color: #FFF;
    }

-->
.nav nav ul li ul li a:hover {
    color: #f5b051!important;
}

.nav nav ul li ul li:hover {
    color: #FFF;
}

.nav nav ul li ul li:hover a {
    background-color: rgba(51, 51, 51, 0.25);;
    color: #FFF;
}



.menu-contact {
    margin-left: 15px;
    margin-top: 27px;
    padding-left: 40px;
    display: inline-block;
    background: url("../images/menu-tel.png") no-repeat left center;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.content07 .case h3 span {
    color: #00539F;
}

.content07 .case img {
}

.content07 .case p {
    font-size: 17px;
    color: #343434;
    padding-top: 20px;
}

.content02 .teiter {
    text-align: center;
    padding-top: 60px;
}

.content02 .teiter h3 {
    text-align: center;
    font-size: 2rem;
    padding-bottom: 20px;
}

.content02 .teiter .bs {
    color: #FFF;
}

.cell h3 {
    color: #f4f4f4;
    font-size: 22px;
    display: block;
    text-align: center;
    padding-bottom: 15px;
}

.cell p {
    padding-bottom: 50px;
    padding-top: 10px;
}

.cell p a {
    color: #fefefe;
    font-size: 22px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    margin: 0 auto;
    width: 131px;
    display: block;
    width 2s, height 2s, transform 2s; height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cell p a:hover {
    width: 150px;
    color: #fefefe;
    font-size: 26.52px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 2px 10px #171414;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.weishenme {
    background: url(http://www.37hl.cn/assets/img/bj01.png) no-repeat center;
    width: 100%;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    height: 232px;
    margin: 0 auto;
    width: 1166px;
    margin-top: 70px;
    position: relative;
}


.weishenme li {
    padding-left: 100px;
    float: left;
    padding-bottom: 80px;
}

.weishenme li div {
    font-size: 22px;
    color: #FFF;
}

.weishenme li p {
    font-size: 15px;
    color: #FFF;
    line-height: 1.4;
    margin-top: 7px;
}

.content03 .teiter {
    text-align: center;
    padding-top: 45px;
}

.content03 .teiter h3 {
    text-align: center;
    font-size: 2rem;
    padding-bottom: 20px;
}

.fuwu li .img img{width: 65px}

.fuwu li {
    text-align: center;
    width: calc((100% - 60px) / 3);
    float: left;
    background: #00539F;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #bfbfbf;
    margin: 25px 12px;
}

.fuwu li:nth-child(3n) {margin-right:0}
.fuwu01::after{display:block;content:'';clear:both;}

.fuwu li .img {
    float: left;
    text-align: center;
    padding: 10px 155px;
}

.fuwuleft {
    float: right;
    width: 380px;
    background: #FFF;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 0px 8px 0px;
    height: 350px;
    overflow: hidden;
}

.fuwuleft h3 {
    color: #00539F;
    font-size: 24px;
    text-align: center;
    padding: 23px 0px;
}

.fuwuleft p {
    color: #4e4e4e;
    font-size: 15px;
    text-align: left;
    padding: 0px 10px;
    line-height: 1.4;
}

/* .fuwuzong {
    margin-top: 16px;
} */

.fuwu .fuwuzong .li {
    width: 95%;
    float: left;
    margin-right: 10px;
    color: #00539F;
    font-size: 15px;
    border: 1px solid #e1e6ea;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: inherit;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 6px;
    display: block;
    font-size: 16.38px;
    color: #00539F;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.fuwu .fuwuzong .li a {
    display: block;
    font-size: 16.38px;
    color: #00539F;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.content04 {
    background: url(/gymrdl/zhj.png) no-repeat center;
    background-size: 100% 100%;
    /* margin-top: 70px; */
    margin-bottom: 30px;
}

.content04 h3 {
    font-size: 32px;
    color: #FFF;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 20px;
}

.content04 p {
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.dianji {
    padding: 30px 0px 60px;
}

.dianji a {
    display: block;
    color: #FFF;
    font-size: 16px;
    width: 130px;
    background: #00539F;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dianji a:hover {
    display: block;
    color: #FFF;
    font-size: 17px;
    width: 150px;
    background: #00539F;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.content05 h3 {
    color: #232323;
    font-size: 2rem;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.content05 h3 span {
    color: #00539F;
    font-size: 36px;
}

.content05 p {
    color: #313131;
    text-align: center;
    font-size: 16px;
    font-weight: inherit;
}

.advantage {
    padding-top: 35px;
}

.advantage li {
    width: 290px;
    text-align: center;
    box-shadow: 0px 0px 10px #BFBFBF;
    margin-right: 10px;
    float: left;
    margin-bottom: 50px;
    /* margin-left: 35px; */
    height: 360px;
}
.advantage li h3 {
    color: #00539F;
    font-size: 20px;
    padding-top: 15px;
    font-weight: bolder;
}

#youshi li {
    display: none;
    list-style-type: disc;
}
.advantage li h4 {
    color: #00539F;
    font-size: 22px;
    padding-bottom: 30px;
    margin-top: -15px;
}

.advantage li p {
    color: #000000;
    font-size: 16px;
    text-align: left;
    padding: 0 15px 15px;
    line-height: 30px;
    /* padding-bottom: 38px; */
}

.advantage li p span {
    color: #00539F;
}

.advantage li:nth-child(2n) {
    margin-right: 10px;
}

.content06 {
    background: #f4f4f4;
}

.content06 .teiter {
    text-align: center;
    padding-top: 60px;
}

.content06 .teiter h3 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 20px;
}

.content06 h3 span {
    color: #00539F;
    font-size: 36px;
}

.content06  .teiter .p {
    color: #343434;
    font-size: 17px;
    padding-top: 23px;
}

.content06  .anlielist {
    padding: 60px 0px;
}

.content07 {
}

.content07 .teiter {
    text-align: center;
    padding-top: 60px;
}

.content07 .teiter h3 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 20px;
}

.content07  .hezuopinpai {
    padding-top: 55px;
}

.content08 {
}

.content08 .teiter {
    text-align: center;
    padding-top: 60px;
}

.content08 .teiter h3 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 30px;
}

.content08 .hezuopinpai {
    text-align: center;
}

.content08 .hezuopinpai img {
    padding-top: 40px;
    text-align: center;
    margin: 0 auto;
}

.content09 {
}

.content09 .teiter {
    text-align: center;
    padding-top: 45px;
}

.content09 .teiter h3 {
    text-align: center;
    font-size: 36px;
    padding-bottom: 30px;
}

.content09 .zixun {
    margin-top: 50px;
}

.content09 .zixun li {
    width: 30%;
    margin-right: 55px;
    overflow: hidden;
    float: left;
}

.content09 .zixun li img {
    text-align: center;
}

.content09 .zixun li h4 {
    text-align: left;
    font-size: 16px;
    padding-top: 18px;
}

.content09 .zixun li .zixun01list {
    margin-top: 50px;
}

.content09 .zixun li .zixun01list li {
    width: 100%;
    background: url(../images/sanjiao.png) 0 center no-repeat;
    margin-bottom: 15px;
    overflow: hidden;
}

.content09 .zixun li .zixun01list li a {
    display: block;
    color: #767676;
    font-size: 15px;
    padding-left: 15px;
}

.content09 .zixun li .zixun01list li:hover a span {
    color: #00539F;
}

.content09 .zixun li .zixun01list li:hover a {
    color: #00539F;
}

.content09 .zixun li .zixun01list li .time {
    float: right;
    color: #cccccc;
}

.footor {
    background: #00539F;
}

.footor .dibu {
    padding-top: 20px;
    margin-top: 40px;
    padding-bottom: 15px;
}

.footor .dibu .dibu01 {
    float: left;
    width: 485px;
    text-align: center;
    font-size: 14px;
    padding-top: 25px;
}

.footor .dibu .dibu01 img {
    padding-bottom: 40px;
}

.footor .dibu .dibu01 ul {
    margin-left: 100px;
}

.footor .dibu .dibu01 ul li a {
    color: #fff;
}

.footor .dibu .dibu01 ul li:nth-child(1) {
    height: 13px;
    line-height: 17px;
    padding: 0px 6px 6px 0px;
}

.footor .dibu .dibu01 ul li {
    width: auto;
    padding: 0px 6px;
    height: 17px;
    line-height: 17px;
    float: left;
    color: #fff;
    border-right: 1px solid #fff;
}

.footor .dibu .dibu02 {
    float: left;
    width: 137px;
    text-align: center;
    color: #FFF;
    padding-top: 25px;
    padding-left: 48px;
}

.footor .dibu .dibu02 img {
    padding-bottom: 8px;
}

.footor .dibu .dibu03 {
    float: right;
    border-left: 1px solid #FFF;
    padding-left: 33px;
    color: #fff;
    padding-top: 25px;
}

.footor .dibu .dibu03 p {
    line-height: 35px;
    font-size: 14px;
}

.footor .dibu .dibu03 i {
    height: 28px;
    line-height: 28px;
    display: block;
    width: 28px;
    float: left;
    padding-top: 2px;
}

.zhongjianbufen {
    padding-top: 40px;
}

.zhongjianbufen li {
    width: 255px;
    text-align: center;
    float: left;
    margin-right: 40px;
    box-shadow: 0px 0px 10px #BFBFBF;
    overflow: hidden;
    margin-bottom: 22px;
}

.zhongjianbufen li a img {
    width: 100%;
}

.zhongjianbufen li p {
    font-size: 15px;
    color: #343434;
    padding: 10px 5px;
}

.zhongjianbufen li:hover a p {
    color: #00539F;
}

.zhongjianbufen li:nth-child(4n) {
    margin-right: 0px;
}

.content10 {
}

.content10 .mbx {
    border-bottom: 1px solid #b5b5b5;
    padding-top: 40px;
    font-size: 21px;
}

.content10 .mbx a {
    font-size: 21px;
    color: #343434;
}

.content10 .mbx  .on {
    color: #00539F;
}

.content11 {
    margin-top: 40px;
}

.contentnewsleft {
    float: left;
    width: 203px;
    padding-top: 25px;
}

.contentnewsleft .img {
    background: url(../images/zxbanner04.jpg) no-repeat center;
    width: 203px;
    height: 53px;
    line-height: 53px;
}

.contentnewsleft .img a {
    color: #fff;
    font-size: 22px;
    padding-left: 16px;
}

.contentnewsleft .zilanmu {
    background: #f6f6f6;
    padding-top: 10px;
    min-height: 150px;
}

.contentnewsleft .zilanmu li a {
    font-size: 17.5px;
    color: #565656;
    padding-left: 16px;
    height: 60px;
    line-height: 60px;
    display: block;
    transition: all 500ms ease-in-out;
    text-decoration: none;
}

.contentnewsleft .zilanmu li a span {
    text-align: right;
    padding-right: 16px;
    float: right;
    text-decoration: none;
}

.contentnewsleft .zilanmu li a:hover {
    background: url(../images/zxbanner03.jpg) no-repeat;
    font-size: 17.5px;
    color: #fff;
    padding-left: 16px;
    height: 38px;
    line-height: 38px;
    display: block;
    transition: all 500ms ease-in-out;
    text-decoration: none;
}

.contentnewsleft .zilanmu li a:hover span {
    display: none;
    text-decoration: none;
}

.contentnewsleft .zilanmu .on {
    background: url(../images/zxbanner03.jpg) no-repeat;
    font-size: 17.5px;
    color: #fff;
    padding-left: 16px;
    height: 38px;
    line-height: 38px;
    display: block;
    transition: all 500ms ease-in-out;
}

.contentnewsleft .cebian {
    background: url(../images/cebian.png) no-repeat;
    width: 203px;
    height: 330px;
    color: #00539F;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}

.contentnewsleft .cebian  a {
    color: #00539F;
    font-weight: bold;
    font-size: 21px;
    display: block;
    width: 180px;
    text-align: center;
    height: 40px;
    padding-top: 30px;
    padding-left: 10px;
    text-decoration: none;
}

.contentnewsright {
    float: left;
    margin-left: 18px;
    width: 940px;
}

.contentnewsright .contentnewsrighttop {
    padding-top: 25px;
    height: 45px;
    border-bottom: 1px solid #a0a0a0;
    width: 100%;
}

.contentnewsright .contentnewsrighttop .h3 {
    background: url(../images/news03.jpg) no-repeat 1px center;
    font-size: 24px;
    color: #00539F;
    height: 45px;
    line-height: 45px;
    padding-left: 45px;
    border-bottom: 1px solid #00539F;
    float: left;
}

.contentnewsright .contentnewsrighttop .span {
    display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.contentnewsright .contentnewsrighttop .span a {
    font-size: 18px;
    color: #343434;
    text-decoration: none;
}

.contentnewsright .contentnewsrighttop .span .on {
    font-size: 18px;
    color: #00539F;
    text-decoration: none;
}

.contentnewsfoot {
    margin-bottom: 50px;
}

.contentnewsfoot li {
    border-top: 1px solid #ccc;
    padding: 15px 0px;
    float: left;
    width: 98%;
}

.contentnewsfoot .img {
    float: left;
    width: 230px;
    text-align: center;
    overflow: hidden;
}

.contentnewsfoot li .title {
    float: left;
    width: 75%;
}

.contentnewsfoot li .title a {
    padding-left: 20px;
    float: left;
    text-decoration: none;
}

.contentnewsfoot li .title h4 {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    display: block;
    clear: both;
}

.contentnewsfoot li .title h4 a {
    font-size: 18px;
    padding-top: 20px;
    text-decoration: none;
    color: #000;
}

.contentnewsfoot li .title p a {
    color: #6C6C6C;
    text-decoration: none;
}

.contentnewsfoot li .title .p {
    padding: 4px 0px;
}

.contentnewsfoot li .title p i {
    margin-right: 10px;
    padding-left: 20px;
    color: #bfbfbf;
    padding: 10px 10px 10px 20px;
}

.contentnewsfoot li:hover {
    background: #f2f2f2;
}





/*公司团队介绍开始*/

.container .tuanduifc li {
    width: 49%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #d84032;
    margin-bottom: 10px;
}

.container .tuanduifc {
    margin-top: 20px;
}

.content01 .gg {
    background: url(../images/gangg.png) no-repeat;
    background-size: cover;
    width: 94%;
    height: 150px;
    margin: 0 auto;
}

.dibu .dibuleft {
    float: left;
    width: 70%;
}

.dibureft {
    float: right;
    width: 30%;
    margin-top: 12%;
}

.dibuleft p {
    font-size: 1rem;
}

.dibuleft .xx {
    color: #999999;
    font-size: 0.75rem;
    line-height: 25px;
    padding-top: 10px;
}

/*qq 联系开始*/
.izl-rmenu {
    margin-right: 0;
    width: 82px;
    position: fixed;
    right: 2px;
    top: 10%;
    -webkit-box-shadow: #DDD 0px 1px 5px;
    -moz-box-shadow: #DDD 0px 1px 5px;
    box-shadow: #DDD 0px 1px 5px;
    z-index: 999;
}

.izl-rmenu .consult {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}

.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
    display: inline !important;
}

.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}

.izl-rmenu a.cart:hover .pic {
    display: block;
}

.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.izl-rmenu .cart .pic {
    display: none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background: url(../images/weixin.jpg) no-repeat;
    background-size: 100%;
}

#udesk-feedback-tab {
    /*position: fixed;*/
    /*right: 2px;*/
    /*top: 20%;*/
    /*margin-top: -76px;*/
    /*-webkit-box-shadow: #DDD 0px -1px 5px;*/
    /*-moz-box-shadow: #DDD 0px -1px 5px;*/
    /*box-shadow: #DDD 0px -1px 5px;*/
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index: 999;
}
/*qq 联系结束*/

.list_case {
    width: 100%;
    background: #f3f3f3;
    min-height: 1250px;
}

.case {
    margin: 0 auto;
    padding-top: 20px;
}

.case .casetab {
    text-align: center;
}

.casetab li {
    display: inline-block;
    background: #fff;
    margin: 0 2px;
}

.casetab .cur {
    background: #00539F;
}

.casetab .cur a {
    color: #fff;
}

.casetab a {
    display: block;
    padding: 0px 30px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}

.casetab a:hover {
    text-decoration: underline;
}

.caselist {
    margin-top: 20px;
    width: 100%;
}

.caselist li {
    width: 24%;
    height: 280px;
    background: #fff;
    float: left;
    box-shadow: 0 2px 2px #ddd;
    margin: 0 .5% 60px .5%;
}

.caselist li a {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caselist li dl {
    width: 92%;
    height: 80px;
    padding: 0 4% 10px 4%;
}

.caselist li dl dt {
    height: 50px;
    font-size: 15px;
    line-height: 50px;
}

.caselist li dl dt a {
    color: #222;
}

.caselist li dl dd {
    font-size: 12px;
    color: #bbbbbb;
}

.caselist li dl dd span {
    color: #ececec;
    margin: 0 10px;
}

.casepage li {
    display: inline-block;
}

.casepage li {
    padding: 9px 14px;
    background: #fff;
}

.casepage a {
    color: #999;
    font-size: 14px;
}

.casepage .thisclass {
    background: #00539F;
    color: #fff;
    font-size: 14px;
}

.casepage .thisclass a {
}

.pagination {
    text-align: center;
}

#article {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.article {
    min-height: 500px;
}

.article_l {
    background: #fff;
    float: left;
    width: 750px;
    padding: 0 25px;
    overflow: hidden;
    padding-bottom: 35px;
}

.article_r {
    background: #fff;
    float: right;
    width: 350px;
    overflow: hidden;
}

.neishowt {
    padding: 0px 35px 20px 35px;
    border-bottom: solid 1px #EEEEEE;
}

.neishowtitle {
    text-align: center;
    padding-top: 30px;
}

.neishowtitle h1 {
    text-align: left;
    line-height: 1.3em;
    font-size: 28px;
    color: #00539F;
}

.neishowtitle a {
    -webkit-transition: 0.5s;
    /* Webkit browsers */
    -moz-transition: 0.5s;
    /* Gecko browsers */
    transition: 0.5s;
    /* W3C syntax */
    -moz-border-radius: 15px;
    /* Gecko browsers */
    -webkit-border-radius: 15px;
    /* Webkit browsers */
    border-radius: 15px;
    /* W3C syntax */;
}

.neishowtitle a {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    font-weight: bold;
    background-color: #FFFFFF;
    float: right;
    height: 21px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #E7E7E7;
    display: inline-block;
    margin-top: 10px;
    margin-right: 0px;
}

.neishowtitle a:hover {
    color: #FFFFFF;
    border: 1px solid #008DDE;
    background-color: #008DDE;
}

.neishowbody strong {
    font-weight: bold;
}

.neishowdate {
    text-align: left;
    font-size: 12px;
    color: #999999;
    line-height: 1.1em;
    padding-top: 15px;
    height: 35px;
}

.neishowdate a {
    color: #999999;
}

.neishowkey {
    font-size: 14px;
    color: #666666;
}

.neishowkey a {
    font-size: 12px;
    color: #666666;
    line-height: 21px;
    display: inline-block;
    height: 21px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #E7E7E7;
}

.neishowkey a {
    -webkit-transition: 0.5s;
    /* Webkit browsers */
    -moz-transition: 0.5s;
    /* Gecko browsers */
    transition: 0.5s;
    /* W3C syntax */
    -moz-border-radius: 15px;
    /* Gecko browsers */
    -webkit-border-radius: 15px;
    /* Webkit browsers */
    border-radius: 15px;
    /* W3C syntax */;
}

.neishowkey a:hover {
    color: #FFFFFF;
    border: 1px solid #008DDE;
    background-color: #008DDE;
}

.neishowbody {
    padding: 20px 0px 35px 0px;
}

.neishowbody p {
    line-height: 1.8em;
    margin-bottom: 10px;
    font-size: 14px;
}

.neishowbody,.neishowbody a,.neishowbody td {
    color: #404040;
    text-align: justify;
    font: 16px/20px "Microsoft Yahei";
}

.neishowbody a *,.neishowbody a:hover *,.neishowbody a:visited * {
    color: #008ADD;
}

.neishowbody a {
    display: inline-block;
    color: #008ADD;
    line-height: normal;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #008ADD;
}

.neishowbody table {
    display: table;
    margin-bottom: 10px;
    border-collapse: collapse;
}

.neishowbody td,.neishowbody th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.neishowbody td p {
    margin: 0;
    padding: 0;
}

.neishowborder {
    width: 100%;
    height: 10px;
    background: #f3f3f3;
}

.neishownews {
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-bottom: 30px;
    float: left;
    width: 750px;
    padding: 0 25px;
    padding-bottom: 30px;
}

.neishownews .t {
    height: 75px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #008ADD;
    position: relative;
}

.neishownews .t b {
    line-height: 60px;
    height: 60px;
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 30px 33px;
    display: block;
    position: absolute;
    font-size: 20px;
    color: #666666;
}

.neishownews .t b span {
    color: #008ADD;
}

.neishownews ul {
    margin-top: 20px;
}

.neishownews li {
    height: 55px;
    display: block;
    position: relative;
}

.neishownews li a {
    position: absolute;
    height: 57px;
    line-height: 57px;
    width: 100%;
    left: 0px;
    top: -1px;
    z-index: 1;
    display: block;
}

.neishownews li .x {
    height: 56px;
    margin-right: 35px;
    margin-left: 35px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #E1E1E1;
}

.neishownews li a, .neishownews li span, .neishownews li .ti, .neishownews li .hi, .neishownews li .hi b, .neishownews li .x {
    -webkit-transition: 0.5s;
    /* Webkit browsers */
    -moz-transition: 0.5s;
    /* Gecko browsers */
    transition: 0.5s;
    /* W3C syntax */;
}

.neishownews li span {
    font-size: 12px;
    color: #999999;
    float: right;
    margin-right: 35px;
}

.neishownews li .d {
    background-color: #FFFFFF;
    height: 5px;
    width: 5px;
    border: 1px solid #CCCCCC;
    float: left;
    margin-top: 25px;
    margin-left: 35px;
}

.neishownews li .ti {
    font-size: 15px;
    color: #666666;
    margin-left: 10px;
    float: left;
}

.neishownews li .hi {
    font-size: 12px;
    color: #999999;
    float: left;
    margin-left: 10px;
}

.neishownews li .hi b {
    color: #FF6666;
}

.neishownews li:hover a {
    background-color: #008ADD;
}

.neishownews li:hover span, .neishownews li:hover .ti, .neishownews li:hover .hi, .neishownews li:hover .hi b {
    color: #FFFFFF;
}

.neishownews li:hover .d {
    border: 1px solid #FFFFFF;
}

.neishownews li:hover .x {
    border-bottom-color: #008ADD;
}

.listpage {
    background-color: #FFFFFF;
    padding: 20px;
}

.listpage .x {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EEEEEE;
    margin-top: 15px;
    margin-bottom: 15px;
}

.listpage .ttt {
    float: right;
}

.listpage .ttt a {
    padding-right: 30px;
    padding-left: 30px;
}

.listpage .ttt a s {
    font-size: 16px;
}

.listpage .none {
    clear: both;
}

.listpage li {
    float: left;
    width: 340px;
}

.listpage li.no {
    float: right;
}

.listpage a {
    line-height: 40px;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #CCCCCC;
    display: block;
    background-color: #FFFFFF;
    -moz-border-radius: 40px;
    /* Gecko browsers */
    -webkit-border-radius: 40px;
    /* Webkit browsers */
    border-radius: 40px;
    /* W3C syntax */
    -webkit-transition: 0.5s;
    /* Webkit browsers */
    -moz-transition: 0.5s;
    /* Gecko browsers */
    transition: 0.5s;
    /* W3C syntax */;
}

.listpage a b {
    font-size: 14px;
    font-weight: normal;
    color: #CCCCCC;
    -webkit-transition: 0.5s;
    /* Webkit browsers */
    -moz-transition: 0.5s;
    /* Gecko browsers */
    transition: 0.5s;
    /* W3C syntax */;
}

.listpage a span {
    background-color: #CCCCCC;
    display: inline-block;
    height: 25px;
    width: 1px;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: -7px;
    -webkit-transition: 0.5s;
    /* Webkit browsers */
    -moz-transition: 0.5s;
    /* Gecko browsers */
    transition: 0.5s;
    /* W3C syntax */;
}

.listpage a s {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    width: 220px;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    -webkit-transition: 0.5s;
    /* Webkit browsers */
    -moz-transition: 0.5s;
    /* Gecko browsers */
    transition: 0.5s;
    /* W3C syntax */;
}

.listpage a:hover {
    background-color: #0A78CC;
    border: 1px solid #0A78CC;
}

.listpage a:hover b, .listpage a:hover span, .listpage a:hover s {
    color: #FFFFFF;
}

.neishowkey span {
    float: left;
}

.neishowkey {
    height: 25px;
}

.neishowkey a {
    float: left;
}

.tabs1 {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.tabs1 .t {
    font-size: 17px;
    color: #000000;
    line-height: 61px;
    height: 60px;
    padding-left: 16px;
;background-repeat: no-repeat;
    background-position: 22px 22px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EEEEEE;
}

.tabs1 p {
    margin-right: 20px;
    margin-left: 20px;
    display: block;
}

.tabs1 p a {
    -moz-border-radius: 15px;
    /* Gecko browsers */
    -webkit-border-radius: 15px;
    /* Webkit browsers */
    border-radius: 15px;
    /* W3C syntax */;
}

.tabs1 p a {
    height: 23px;
    display: inline-block;
    font-size: 12px;
    line-height: 23px;
    color: #666666;
    padding-right: 8px;
    padding-left: 8px;
    border: 1px solid #EEEEEE;
    margin-bottom: 10px;
    margin-right: 3px;
    margin-left: 3px;
}

.tabs1 p a span {
    color: #008DDE;
}

.tabs1 p a:hover {
    color: #FFFFFF;
    border: 1px solid #008DDE;
    background-color: #008DDE;
}

.tabs1 p a:hover span {
    color: #FFFFFF;
}

.footor {
    margin-top: 50px;
}

.ftop1 {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #104E8B;
}

.ftop1 span {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    height: 30px;
    width: 120px;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 20px;
}

.ftop1 a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
}

.ftop1 a:hover {
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.foot .fdt {
    width: 400px;
    padding-top: 5px;
    padding-bottom: 10px;
    height: 355px;
}

.foot .fdt li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #104E8B;
    height: 80px;
    padding-top: 10px;
    padding-left: 20px;
}

.foot .fdt li.no {
    border-bottom-width: 0px;
}

.foot .fdt li .img {
    padding: 5px;
    height: 38px;
    width: 38px;
    border: 1px solid #104E8B;
    float: left;
    margin-top: 8px;
}

.foot .fdt li .img img {
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.foot .fdt li a:hover .img {
    border: 1px solid #FFFFFF;
}

.foot .fdt li a:hover .img img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.foot .fdt li .bod {
    margin-top: 8px;
}

.foot .fdt li .bod .t {
    font-size: 14px;
    color: #FCFCFC;
}

.foot .fdt li .bod .t span {
    font-size: 12px;
    color: #FCFCFC;
    margin-left: 30px;
}

.foot .fdt li a:hover .bod .t {
    color: #d7d8d9;
}

.foot .fdt li a:hover .bod .t span {
    color: #FCFCFC;
}

.foot .fdt li .bod .t span img {
    vertical-align: -5px;
    margin-right: 5px;
}

.foot .fdt li .bod .p {
    font-size: 12px;
    color: #FCFCFC;
    padding-top: 10px;
}

.foot .link {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #104E8B;
    padding-top: 20px;
    padding-bottom: 20px;
}

.foot .link .t {
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
}

.foot .link .p,.link .p a {
    font-size: 12px;
    line-height: 24px;
    color: #ffff;
    margin: 0 8px;
}

.foot .link .p a:hover {
    color: #FFFFFF;
}

.foot .fr {
    width: 750px;
    position: relative;
}

.foot .fr .x {
    background-color: #104E8B;
    height: 310px;
    width: 1px;
    position: absolute;
    left: 15px;
    top: 30px;
}

.foot .fdh {
    height: 170px;
}

.foot .fdh ul {
    float: left;
    padding-left: 56px;
    padding-top: 27px;
}

.foot .fdh ul .t {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.foot .fdh ul li a {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
}

.foot .fdh ul li a:hover {
    color: #FFFFFF;
}

.foot .ffw {
    margin-left: 56px;
    border: 1px solid #104E8B;
    padding: 3px;
    height: 77px;
}

.foot .ffw .img {
    float: left;
}

.foot .ffw .pp {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 18px;
    margin-left: 13px;
}

.foot .ffw .bod {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.foot .ffw .bod img {
    vertical-align: -6px;
    margin-right: 6px;
}

.foot .ffw .bod b {
    font-size: 24px;
    color: #fff;
    vertical-align: -4px;
    font-weight: normal;
    margin-right: 10px;
    margin-left: 10px;
}

.foot .ffw .bod span {
    font-size: 12px;
}

.foot .ftx {
    height: 25px;
    overflow: hidden;
    background: #;
    margin: 18px 0;
    margin-left: 56px;
}

.foot .ftx a {
    font-size: 12px;
    color: #fff;
}

.footer2 {
    height: 33px;
    padding-top: 15px;
    width: 100%;
    background: #015392;
    font-size: 12px;
    color: #fff;
    padding-bottom: 77px;
}

.i-thi-wrap {
    background-color: #fff;
    padding-bottom: 15px;
    margin-top: 25px;
    height: 130px;
}

.i-thi-wrap .main-wrap {
    width: 93.4%;
    margin: 0 auto;
}

.i-thi-wrap .tit-box h4 {
    font-size: 26px;
    line-height: 36px;
    color: #333;
    font-weight: normal;
}

.i-thi-wrap .tit-box .intr {
    line-height: 26px;
    font-size: 13px;
    margin-top: 6px;
    color: #999999;
}

.i-thi-wrap .nav-box {
    margin-top: 24px;
}

.i-thi-wrap .nav-box .fl,
.i-thi-wrap .nav-box .fr {
    display: inline;
}

.i-thi-wrap .nav-box .left-link span,
.i-thi-wrap .nav-box a.type-link {
    display: inline-block;
    float: left;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 50px;
    color: #333;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.i-thi-wrap .nav-box .left-link span.cur, .i-thi-wrap .nav-box .left-link span:hover, .i-thi-wrap .nav-box .left-link a.cur, .i-thi-wrap .nav-box .left-link a:hover {
    background-color: #333 !important;
    color: #fff;
}

.i-thi-wrap .nav-box .left-link .all {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 75px;
    font-weight: bold;
}

.i-thi-wrap .nav-box .left-link .type-link {
    padding-left: 35px;
    padding-right: 35px;
}

.n07_Notice_bj {
    padding-bottom: 25px;
    padding-top: 25px;
}

.n07_Notice {
    position: relative;
    height: 110px;
    overflow: hidden;
}

.n07_Notice .img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 110px;
    width: 920px;
}

.n07_Notice .img {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}

.n07_Notice .img img {
    height: 100%;
    width: 100%;
}

.n07_Notice .bod {
    position: relative;
    float: left;
    left: 4%;
    width: 92%;
    margin-top: 30px;
}

.n07_Notice .x {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #E1E1E1;
    position: absolute;
    height: 0px;
    width: 100%;
    left: 0%;
    bottom: 0px;
}

.n07_Notice, .n07_Notice a .bod .t, .n07_Notice a .bod .t span, .n07_Notice a .bod .hits, .n07_Notice a .bod p, .n07_Notice a .x {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.n07_Notice .bod .hits {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size: 12px;
    color: #999999;
    position: absolute;
    top: 0px;
    right: 0px;
}

.n07_Notice .bod .t {
    font-size: 16px;
    color: #333333;
    line-height: 1.1em;
}

.n07_Notice .bod .t span {
    font-size: 12px;
    color: #999999;
    line-height: 1.1em;
    margin-left: 10px;
}

.n07_Notice .bod .dd {
    font-size: 12px;
    line-height: 45px;
    color: #ACACAC;
}

.n07_Notice .bod p {
    font-size: 12px;
    line-height: 1.1em;
    color: #ACACAC;
    margin-top: 20px;
}

.n07_Notice:hover {
    background-color: #008ADD;
    /*background-image: url(../images/new170515/n07_Notice_t1.png); background-repeat: no-repeat; background-position: 0px 0px;*/;
}

.n07_Notice:hover .img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.n07_Notice:hover .bod .t, .n07_Notice:hover .bod .t span, .n07_Notice:hover .bod .hits, .n07_Notice:hover .bod p {
    color: #FFFFFF;
}

.n07_Notice:hover .bod .hits {
}

.n07_Notice:hover .x {
    border-bottom-color: #008ADD;
}

.list-page {
    text-align: center;
}

.list-page li {
    margin: 0 2px;
    font-size: 14px;
    display: inline-block;
}

.list-page a {
    display: inline-block;
    padding: 3px 8px;
}

.list-page .cur {
    padding: 3px 8px;
    border: 1px solid #d8d8d8;
}

.list-page .thisclass {
    background: #00539F;
    color: #fff;
}

.list-page a {
    color: #666;
}

.list-page a:hover {
    background: #00539F;
    color: #fff;
    border: 1px solid #00539F;
}

.list-page a {
    border: 1px solid #d8d8d8;
    font-size: 14px;
}

.thisclass a {
    color: #fff;
}

.index_add {
    height: 77px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #000;
    z-index: 9999999999;
}

.index_add .add {
    width: 1500px;
    margin: 0 auto;
    height: 78px;
}

.index_add .add_logo {
    width: 130px;
    height: 157px;
    background: url(/images/add_logo.png);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    bottom: 81px;
}

.add_phone {
    float: left;
    font-size: 24px;
    width: 247px;
    height: 78px;
    background: url(/images/add_phone.png);
    font-weight: bold;
    color: #fee71e;
    margin: 0 10px;
}

.add_text {
    float: left;
    width: 374px;
    height: 78px;
    background: url(/images/add_text.png);
    margin-right: 35px;
}

.add_text p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.add_text span {
    color: #fee71e;
    font-weight: bold;
}

.add_text .p1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.add_form {
    float: left;
    margin-top: 19px;
}

.add_input {
    width: 229px;
    height: 39px;
    text-indent: 1em;
    font-size: 16px;
    border: none;
    margin-right: 40px;
}

.add_submit,.add_button {
    width: 148px;
    height: 39px;
    color: #fff;
    background: #0156ff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-right: 30px;
}

.add_close {
    cursor: pointer;
    float: left;
    width: 45px;
    height: 45px;
    margin-top: 16px;
    background: url(/images/close.png);
}

.neishowbody {
    font-size: 14px;
}

.contact-agileinfo {
    width: 480px;
    margin: 2em auto 0;
    -webkit-box-shadow: 0 0 14px 1px #ccc;
    -moz-box-shadow: 0 0 14px 1px #ccc;
    box-shadow: 0 0 14px 1px #ccc;
    position: relative;
    background: rgba(255, 255, 255, 0.42);
}

.contact-w3ls-top {
    font-size: 1em;
}

.contact-w3ls-bottom {
    padding: 1em 2em 2em;
    background: #fff;
}

.contact-w3ls-top h2 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 100;
    letter-spacing: 3px;
}

.contact-w3ls-top h5 {
    font-size: .8em;
    color: #fff;
    margin-top: 1em;
    font-weight: 300;
    letter-spacing: 4px;
    border-top: 1px dashed rgba(255, 255, 255, 0.43);
    padding-top: 1.5em;
} /*-- contact-text --*/.contact-agileinfo input[type="text"],.contact-agileinfo input[type="email"],.contact-agileinfo textarea {
                            font-size: .9em;
                            color: #999;
                            margin: 1.5em 0 0;
                            width: 94.5%;
                            display: block;
                            padding: 0.7em .8em;
                            border: 1px solid #999;
                            -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
                            -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
                            transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
                            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #999 4%);
                            background: -moz-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #999 4%);
                            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #999 4%);
                            background-position: -800px 0;
                            background-size: 100%;
                            background-repeat: no-repeat;
                            font-family: 'Open Sans', sans-serif;
                        }

.contact-agileinfo textarea {
    resize: none;
    outline: none;
    min-height: 7em;
    -webkit-appearance: none;
}

.contact-agileinfo textarea:focus,.contact-agileinfo textarea:valid {
    background-position: 0 4px !important;
}

.agile-ltext:focus,.agile-ltext:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 !important;
}

.agile-ltext:focus::-webkit-input-placeholder, .agile-ltext:valid::-webkit-input-placeholder {
    color: #08cae2;
    font-size: .9em;
    -webkit-transform: translateY(-28px);
    -moz-transform: translateY(-28px);
    -o-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    visibility: visible !important;
}

.agileits-w3text {
    position: relative;
}

.contact-agileinfo textarea:focus::-webkit-input-placeholder {
    color: #08cae2;
    font-size: .9em;
    position: absolute;
    top: 10px;
    left: 0;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.contact-agileinfo input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #0156ff;
    outline: none;
    border: none;
    cursor: pointer;
    padding: .8em;
    -webkit-appearance: none;
    width: 100%;
    margin: 1.5em 0 0;
}

.contact-agileinfo input[type="submit"]:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);
    letter-spacing: 3px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
} /*-- //main --*/ /*-- copyright --*/.w3copyright-agile {
                                          margin: 2em 0;
                                          text-align: center;
                                      }

.w3copyright-agile p {
    font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 1px;
}

.w3copyright-agile p a {
    color: #fff;
}

.w3copyright-agile p a:hover {
    color: #08cae2;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.free_diagnostics h3 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.free_diagnostics p {
    line-height: 1.5;
    padding-bottom: 20px;
}

.inp_sub {
    text-align: center;
    color: #000;
    background: #fff;
}

.inp_sub>span {
    display: block;
    font-size: 24px;
    padding: 50px 0px 0;
}

.inp_sub p {
    margin-bottom: 20px;
    color: #333;
    margin-top: 7px;
}

.inp_sub .form {
    text-align: left;
    width: 600px;
    margin: 0 auto;
    border-top: 1px solid #333;
}

.form  span {
    display: block;
    font-weight: 700;
    text-align: left;
    margin: 10px 0px 0px;
}

.form label {
    color: #333;
}

.form ul {
    margin-bottom: 10px;
}

.form ul div {
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

.form ul div.rad_right {
    margin-left: 380px;
}

.form ul li {
    display: block;
    margin: 10px 0px;
}

.form li>label {
    padding-left: 10px;
}

.form input[name=url] {
    border: 1px solid #333;
    height: 30px;
    margin-top: -13px;
    margin-bottom: 20px;
    width: 100%;
}

.form .ban_text {
    border: 1px solid #333;
    width: 100%;
    height: 30px;
    margin: 10px 0px;
    background: #fff;
}

.ban_text svg {
    width: 30px;
    height: 30px;
    font-size: 30px;
    vertical-align: top;
    margin-top: -1px;
    color: #666;
}

.form .inp_text {
    width: 94%;
    height: 28px;
    font-size: 20px;
    outline: none;
    border: none;
    vertical-align: top;
}

.form .btn_sub {
    margin: 30px auto 0px;
    text-align: center;
}

#btn_sub {
    width: 300px;
    height: 50px;
    font-size: 24px;
    color: #333;
    font-family: '微软雅黑';
    margin-bottom: 50px;
    cursor: pointer;
}

.win_every_step {
    height: 188px;
    width: 100%;
    margin: 0 auto 20px;
    background: url(../images/win.jpg) no-repeat center center /cover/*#4a4a4a*/;
}

.free_diagnostics {
    text-align: center;
    width: 100%;
    margin: 2px auto 0px;
    background: url(http://qiniu.leshatp.com/img/6.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
}
.case-img{
    width: 280px;
    height: 180px;
    background-position: center;
    background-size: cover;
}