@charset "utf-8";

/* CSS 定制的公共样式 */

html,
body {
    font-family: "Microsoft yahei";
    font-size: 13px;
    line-height: 22px;
    color: #666;
    background-color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
}

picture {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 14px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none
}


/* for firefox */

a:hover {
    color: #333;
}

p {
    padding-top: 10px;
}

ul,
dl {
    list-style-type: none;
}

li {
    vertical-align: top;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

img {
    border: none;
    vertical-align: top;
}

input,
textarea {
    font-family: "Microsoft yahei";
    font-size: 14px;
    color: #666;
    border: none;
    outline: medium none;
}

.input_b:focus {
    border-color: #2097d4;
    box-shadow: 0px 0px 2px 0px #2097d4;
}


/* CSS 活动的公共样式 */

.left {
    float: left;
}

.right {
    float: right;
}

.display {
    display: inline;
}

.display_no {
    display: none;
}

.overflow {
    overflow: hidden;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.web_widht {
    width: 1200px;
    margin: 0 auto;
}


/* 网页的内容宽 */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.pointer {
    cursor: pointer
}


/* CSS 边距 */

.m_t10 {
    margin-top: 10px;
}

.m_t20 {
    margin-top: 20px;
}

.m_t25 {
    margin-top: 25px;
}

.m_t50 {
    margin-top: 50px;
}

.m_l10 {
    margin-left: 10px;
}

.m_l20 {
    margin-left: 20px;
}

.m_b10 {
    margin-bottom: 10px;
}

.m_b20 {
    margin-bottom: 20px;
}

.m_b30 {
    margin-bottom: 30px;
}

.m_b40 {
    margin-bottom: 40px;
}

.m_auto {
    margin: 0 auto;
}

.p_t10 {
    padding-top: 10px;
}

.p_t20 {
    padding-top: 20px;
}

.p_l10 {
    padding-left: 10px;
}

.p_l20 {
    padding-left: 20px;
}

.p_b10 {
    padding-bottom: 10px;
}

.p_b20 {
    padding-bottom: 20px;
}

.p_10 {
    padding: 10px;
}

.p_20 {
    padding: 20px;
}

.p_30 {
    padding: 30px;
}

.p_50 {
    padding: 50px;
}

.p_tb30 {
    padding: 30px 0;
}

.p_tb40 {
    padding: 40px 0;
}

.p_tb50 {
    padding: 50px 0;
}

.p_tb70 {
    padding: 70px 0;
}

.p_lr30 {
    padding: 0 30px;
}


/* 字体 */

.tahoma {
    font-family: "Tahoma";
}

.arial {
    font-family: "Arial, Helvetica, sans-serif";
}

.verdana {
    font-family: Verdana, Geneva, sans-serif;
}

.yahei {
    font-family: "Microsoft yahei";
}


/* 字体大小 */

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
    line-height: 26px;
}

.font30 {
    font-size: 30px;
    line-height: 30px;
}

.bold {
    font-weight: bold;
}


/* 字体颜色 */

.color_0 {
    color: #000;
}

.color_3 {
    color: #333;
}

.color_6 {
    color: #666;
}

.color_9 {
    color: #999;
}

.color_c {
    color: #CCC;
}

.color_f {
    color: #fff;
}

.color_l {
    color: #20b366;
}

.blue,
.blue a {
    color: #008bd6;
}

.blue a:hover {
    color: #000;
}

.green,
.green a {
    color: #6eb92b;
}

.green a:hover {
    color: #000;
}

.red {
    color: #F00;
}


/* 字体颜色 */

.color_0 {
    color: #000;
}

.color_3 {
    color: #333;
}

.color_6 {
    color: #666;
}

.color_9 {
    color: #999;
}

.color_c {
    color: #CCC;
}

.color_f {
    color: #fff;
}

.blue,
.blue a {
    color: #008bd6;
}

.blue a:hover {
    color: #000;
}

.green,
.green a {
    color: #6eb92b;
}

.green a:hover {
    color: #000;
}

.red {
    color: #F00;
}


/* 行高 */

.lh_16 {
    line-height: 16px;
}

.lh_18 {
    line-height: 18px;
}

.lh_21 {
    line-height: 21px;
}

.lh_25 {
    line-height: 25px;
}

.lh_30 {
    line-height: 30px;
}


/* 宽 */

.w80 {
    width: 80px;
}

.w252 {
    width: 252px;
}

.w400 {
    width: 400px;
}

.w200 {
    width: 200px;
}

.w1000 {
    width: 1000px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
}


/* 边框线 */

.border_hui {
    border: 1px solid #ccc;
}

.border_no {
    border-bottom: none;
}


/* 页面背景图片与颜色-共用 */

.i {
    display: block;
    overflow: hidden;
    position: absolute;
}

.back_white {
    background: #fff;
}

.back_hui {
    background: #fafafa;
}

.body_hui {
    background: #f9f9f9;
}

.back_blue {
    background: #00adef;
    color: #fff;
}


/*效果 */

a:hover img,
.jrso_list li:hover img {
    filter: Alpha(Opacity=70);
    opacity: 0.7;
}

.pro_i a:hover img,
.banner a:hover img {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.radius_3,
.p_l_m a,
.but_b,
.input_b {
    border-radius: 3px;
}

{
    box-shadow: 0px 0px 2px 2px #f9f9f9;
}

.i,
a img,
input,
textarea,
a,
.solutions li h1,
.solutions li p,
.nav .two_nav2 a,
.pr_tu_xg img,
.jrso_list li img,
.year,
.news_list dl {
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}


/* 共用 */

.back_to_top {
    bottom: 200px;
    height: 47px;
    display: block;
    position: fixed;
    width: 48px;
    z-index: 9;
    right: 20px;
    background: url(../images/top2.png) no-repeat;
}

.back_to_top:hover {
    background: url(../images/top3.png) no-repeat;
}

.shenqin {
    bottom: 150px;
    right: 20px;
    position: fixed;
    width: 48px;
    padding: 6px 0;
    background: #97c740;
    line-height: 16px;
    text-align: center;
    color: #fff;
    z-index: 999;
}

.shenqin:hover,
.zixun:hover {
    color: #fff;
    background: #008bd6;
}

.zixun {
    bottom: 100px;
    right: 20px;
    position: fixed;
    width: 48px;
    padding: 6px 0;
    background: #97c740;
    line-height: 16px;
    text-align: center;
    color: #fff;
    z-index: 999;
}

.head {
    height: 92px;
    width: 1200px;
    margin: auto;
}

.logo {
    padding-top: 20px;
}

.logo img {}

.nav {
    /* width:715px;*/
    margin-left: 60px;
}

.nav li {
    float: left;
    line-height: 92px;
    padding: 0 26px;
    text-align: center;
    height: 92px;
    overflow: hidden;
}

.nav li a {
    display: block;
    color: #333;
    transition: background-image 0s ease-in-out;
    -webkit-transition: background-image 0s ease-in-out;
}

.nav li a:hover,
.nav .hover li,
.nav .hover2 li {
    background: url(../images/sj4.gif) no-repeat center bottom;
}

.nav li a:hover,
.nav .hover a,
.nav .hover2 a {
    color: #008cd6;
}

.two_nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 92px;
    left: 0;
    border-top: 3px solid #f7f7f7;
    text-align: left;
    font-size: 15px;
    line-height: 34px;
    padding: 30px 0;
    display: none;
    background: #f7f7f7;
}

.two_nav .last {
    margin-left: 0;
}

.two_nav dl {
    width: 250px;
    float: left;
    margin-left: 60px;
    display: inline;
    background: #f7f7f7;
}

.two_nav dt {
    font-size: 18px;
    color: #008dd9;
    padding-left: 10px;
    border-bottom: 1px dotted #c1c1c1;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.two_nav dt a:hover {
    background-image: none;
}

.nav .two_nav dd a {
    height: 34px;
    color: #676767;
}

.two_nav dd a:hover {
    color: #90c752;
    background: url(../images/sj3.gif) no-repeat right center;
}

.nav .two_nav2 a {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    color: #fff;
    background: url(../images/nav_y.gif) no-repeat 0 bottom;
    margin: 0 40px;
    display: inline;
    font-size: 18px;
}

.nav .two_nav2 a:hover {
    background: url(../images/nav_y.gif) no-repeat 0 0;
    color: #fff;
}

.nav .two_nav_trade a {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade01.png) no-repeat top center;
    margin: 0 40px;
}

.nav .two_nav_trade a:hover {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade01_1.png) no-repeat top center;
    margin: 0 40px;
}

.nav .two_nav_trade .two_nav_trade02 {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade02.png) no-repeat top center;
    margin: 0 40px;
}

.nav .two_nav_trade .two_nav_trade02:hover {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade02_1.png) no-repeat top center;
    margin: 0 40px;
}

.case-nav a * {
    vertical-align: middle;
}

.case-nav .case-nav-icon-1,
.case-nav .case-nav-icon-2,
.case-nav .case-nav-icon-3,
.case-nav .case-nav-icon-4,
.case-nav .case-nav-icon-5,
.case-nav .case-nav-icon-6 {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.case-nav .case-nav-icon-1 {
    background: url(../images/nav_icon_1.png) center no-repeat;
}

.case-nav .case-nav-icon-2 {
    background: url(../images/nav_icon_2.png) center no-repeat;
}

.case-nav .case-nav-icon-3 {
    background: url(../images/nav_icon_3.png) center no-repeat;
}

.case-nav .case-nav-icon-4 {
    background: url(../images/nav_icon_4.png) center no-repeat;
}

.case-nav .case-nav-icon-5 {
    background: url(../images/nav_icon_5.png) center no-repeat;
}

.case-nav .case-nav-icon-6 {
    background: url(../images/nav_icon_6.png) center no-repeat;
}

.case-nav .case-nav-icon-1.hover {
    background: url(../images/nav_icon_1_hover.png) center no-repeat;
}

.case-nav .case-nav-icon-2.hover {
    background: url(../images/nav_icon_2_hover.png) center no-repeat;
}

.case-nav .case-nav-icon-3.hover {
    background: url(../images/nav_icon_3_hover.png) center no-repeat;
}

.case-nav .case-nav-icon-4.hover {
    background: url(../images/nav_icon_4_hover.png) center no-repeat;
}

.case-nav .case-nav-icon-5.hover {
    background: url(../images/nav_icon_5_hover.png) center no-repeat;
}

.case-nav .case-nav-icon-6.hover {
    background: url(../images/nav_icon_6_hover.png) center no-repeat;
}


/*按钮样式*/

.button {
    display: inline-block;
    margin-top: 6px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}


/* orange */

.orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.orange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top, #f47a20, #faa51a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.nav .two_nav_trade .two_nav_trade03 {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade03.png) no-repeat top center;
    margin: 0 40px;
}

.nav .two_nav_trade .two_nav_trade03:hover {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade03_1.png) no-repeat top center;
    margin: 0 40px;
}

.nav .two_nav_trade .two_nav_trade04 {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade04.png) no-repeat top center;
    margin: 0 40px;
}

.nav .two_nav_trade .two_nav_trade04:hover {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade04_1.png) no-repeat top center;
    margin: 0 40px;
}

.nav .two_nav_trade .two_nav_trade05 {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade05.png) no-repeat top center;
    margin: 0 40px;
}

.nav .two_nav_trade .two_nav_trade05:hover {
    display: block;
    float: left;
    width: 108px;
    height: 108px;
    background: url(../images/trade05_1.png) no-repeat top center;
    margin: 0 40px;
}

.e_md {
    border-left: 1px solid #ebebeb;
    height: 56px;
    padding: 36px 2% 0;
}

.tel {
    background: url(../images/tel.gif) no-repeat left top;
    padding-left: 36px;
    *display: inline;
    line-height: 28px;
    margin-right: 20px;
}

.e_md .but_a {
    display: block;
    color: #fff;
    padding: 0 13px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(＃0069c3), to(＃00a0de));
    background-image: linear-gradient(to top, #0069c3, #00a0de);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a0de', endColorstr='#0069c3', GradientType=0);
}

.lang {
    padding-right: 10px;
    float: left;
    padding-left: 38px;
    display: inline;
    background: url(../images/map.png) no-repeat 2px center;
}

.lang i {
    width: 7px;
    height: 4px;
    background: url(../images/sj1.gif) no-repeat;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.lang a:hover {
    color: #00a0de;
}


/*.head_x .e_md{ padding-top:14px; height:78px; padding-right:0;width:24%; }*/


/*.head_x .e_md .lang{ float:left; padding-left:38px; display:inline; background:url(../images/map.png) no-repeat 2px center;}*/

.head_x .e_md .tel {
    margin-right: 0;
    margin-bottom: 4px;
    float: none;
}

.lang ul {
    position: absolute;
    left: 50%;
    margin-left: -67px;
    top: 22px;
    padding: 20px 0 0;
    background: #f2f2f2;
    z-index: 9999;
    width: 134px;
    text-align: center;
    padding: 5px 0;
}

.lang ul li a {
    height: 30px;
    line-height: 30px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.lang ul li a:hover {
    background: #00a0de;
    color: #fff;
}

.but_b {
    background: #49abdb;
    padding: 14px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.but_b:hover {
    color: #fff;
    background: #009bdc;
}

.back_green {
    background: #8ec33d;
}

.input_b {
    border: 2px solid #dedede;
    padding: 8px 10px;
}

.select_a select {
    background: #fff;
    border: medium none;
    border-radius: 3px;
    color: #666;
    padding: 8px 5px;
    font-family: "Microsoft yahei";
    font-size: 14px;
    border: 2px solid #dedede;
}

.table_line {
    border: 1px solid #e2e2e2;
    border-bottom: none;
}

.table_line td {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
}

.table_line th {
    text-align: left;
    padding: 15px;
    background: #f7f7f7;
    border-right: 1px solid #e2e2e2;
    font-weight: normal;
}


/* 共用 -内页*/

.ny_banner {
    height: 450px;
}

.ny_banner h2 {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 120px;
    line-height: 30px;
}

.ny_banner h1 {
    font-size: 48px;
    position: absolute;
    left: 0;
    top: 170px;
    line-height: 48px;
}

.loca {
    height: 43px;
    line-height: 43px;
}

.loca .left {
    background: #f5f5f5;
    width: 50%;
    height: 43px;
}

.loca .right {
    background: #fff;
    width: 50%;
    height: 43px;
}

.loca_z {
    width: 1200px;
    z-index: 1;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.loca_z div {
    float: left;
    background: #f5f5f5 url(../images/loca.gif) no-repeat right top;
    height: 43px;
    padding-right: 200px;
}

.loca_z div a {
    padding: 0 10px;
}

.title_m {
    line-height: 20px;
}

.more_a {
    display: inline-block;
}

.more_a a {
    position: relative;
    padding-right: 20px;
}

.more_a i {
    width: 13px;
    height: 13px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url(../images/more_a.png) no-repeat -13px 0;
}

.more_a a:hover i {
    background-position: 0 0;
}

.ny_nav {
    width: 220px;
}

.ny_nav h1 {
    font-weight: bold;
    padding: 26px 0 26px 20px;
    color: #88c23a;
}

.ny_nav h1 i {
    width: 14px;
    height: 8px;
    background: url(../images/sj2.gif) no-repeat;
    right: 22px;
    top: 50%;
    margin-top: -2px;
}

.ny_nav li {
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
}

.ny_nav li ul li a {
    padding-left: 40px;
    position: relative;
}

.ny_nav li ul li a:after {
    content: '';
    position: absolute;
    left: 28px;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.ny_nav li ul li a:hover:after {
    background: #aacc23;
}

.ny_nav .hover2 a:after {
    background: #aacc23;
}

.ny_nav li a {
    display: block;
    padding-left: 26px;
    border-left: 4px solid #fff;
}

.ny_nav li a:hover,
.ny_nav .hover2 a {
    color: #aacc23;
}

.ny_nav .hover a {
    background: #f2f2f2;
    border-color: #aacc23;
}

.ny_nav .hover ul li a {
    border-left: 4px solid #f2f2f2;
}

.con_box {
    width: 960px;
}

.ny_banner2 {
    height: 300px;
    background: #639fc0;
}

.ny_banner2 img {
    height: 300px;
}

.ny_banner2 .left {
    width: 560px;
}

.ny_banner2 .right {
    width: 340px;
    padding: 50px 30px 0 0;
}

.ny_banner2 h1 {
    font-size: 36px;
    line-height: 36px;
}

.ny_banner2 h2 {
    font-size: 30px;
    line-height: 30px;
    color: #7aadc9;
    font-family: "Arial";
    margin: 8px 0 90px 0;
}


/* 首页 */

.w_bfb {
    width: 100%;
    min-width: 1200px;
}


/* 视频弹框 */

.video_tk {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
}

.back_h {
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.video_box {
    width: 1000px;
    height: 552px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -276px;
    z-index: 99;
    text-align: center;
}

.video_box .i {
    width: 18px;
    height: 18px;
    position: absolute;
    right: -4px;
    top: -4px;
}

.video_box b {
    position: absolute;
    right: 9px;
    top: 0;
    width: 35px;
    height: 35px;
    display: block;
    cursor: pointer;
    z-index: 1;
}


/* bannercss */

.pro_i {
    width: 100%;
    margin: auto;
}

.banner ul {
    background: #eee;
}

.banner li {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner_wz {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -20px;
}

.banner_wz .more_b {
    display: inline-block;
    background: #8ec33d;
    padding: 10px 60px 10px 20px;
}

.banner_wz .more_b .i {
    width: 8px;
    height: 13px;
    background: url(../images/sj10.png) no-repeat;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}

.slideBox {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #fff;
}

.slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 20px;
    z-index: 1;
}

.slideBox .hd ul {
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin: 0 8px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(../images/dian.png) no-repeat;
    font-size: 0;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: url(../images/dian1.png) no-repeat;
}

.slideBox .banner {
    position: relative;
    z-index: 0;
    height: auto;
    overflow: hidden;
}

.slideBox .banner li {
    zoom: 1;
    vertical-align: middle;
    height: auto;
}

.slideBox .banner li a {
    display: block;
    width: 100%;
    height: auto;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 1%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.pro_i li {
    float: left;
    width: 33.33%;
    position: relative;
    overflow: hidden;
    transition: box-shadow 500ms linear, -webkit-transform 500ms linear, -moz-transform 500ms linear, -o-transform 500ms linear, transform 500ms linear, background-color 500ms linear;
}

.pro_i li:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    transform: translate3d(0, 0, 0);
    background-color: #fff;
    cursor: pointer;
}

.pro_i li img {
    width: 100%;
}

.pro_i li a {
    display: block;
    width: 100%;
}

.pro_nr {
    position: absolute;
    left: 0;
    bottom: -100%;
    background: url(../images/transparent.png);
    width: 100%;
}

.pro_nr p {
    padding: 5% 10%;
    color: #fff;
}

.p_line {
    width: 2px;
    background: #fff;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.pro_i .last {
    *width: 24.9%;
}

.main {
    padding: 60px 0 30px;
}

.main_02 {
    padding: 30px 0 30px;
    margin-bottom: 30px;
}

.main_i {
    min-width: 1200px;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.news_i {
    width: 25%;
}


/*.inform{ padding:0 5% 5% 5%;}*/

.inform .q_line {
    border: none;
}

.inform dl {
    border-top: 1px dotted #e1e1e1;
    height: 50px;
    padding-bottom: 20px;
}

.inform dt {
    width: 20%;
    height: 50px;
    text-align: center;
    background: #efefef;
    color: #999;
    float: left;
}

.inform dt span {
    display: block;
    height: 24px;
    line-height: 24px;
    background: #97c740;
    color: #fff;
}

.inform dd {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    float: left;
    width: 75%;
    padding-left: 5%;
}

.inform dd a {
    display: block;
    height: 50px;
}

.inform dd a:hover {
    color: #97c740;
}

.results {
    height: 260px;
    padding: 4px 20px 0 20px;
    width: 330px;
    background: #2096d4;
}

.results td {
    padding-top: 16px;
}

.results .butt_a {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.main_i .title_i {
    overflow: hidden;
    font-size: 28px;
    color: #000;
    line-height: 28px;
    margin-bottom: 40px;
}

.appli_i {
    width: 100%;
}

.w_i .appli_i {
    width: 77%;
}


/*.appli_i .title_i{ padding-left:3%;}*/

.ap_nr {
    margin-left: 3%;
    display: inline;
    width: 22.5%;
}

.sxf_nr {
    margin-left: 3%;
    display: inline;
    width: 22.5%;
}


/*.ap_nr dl{ height:260px;}*/

.ap_nr dt img {
    width: 100%;
}

.ap_nr dd h2 {
    font-size: 20px;
    line-height: 53px;
    height: 53px;
    border-bottom: 1px solid #efefef;
    color: #333;
    margin-bottom: 12px;
}


/*.ap_nr dd{ height:128px;}*/

.ap_nr dd a {
    display: block;
}

.ap_nr dd a:hover,
.ap_nr dd a:hover h2,
.ap_nr ul li a:hover {
    color: #2097d4;
}


/*.ap_nr ul{ margin-top:20px;}*/

.sxf_nr ul h2 {
    font-size: 20px;
    color: #2097d4;
    background: url(../images/ap_i.gif) no-repeat 8px center;
    padding-left: 38px;
    border-bottom: 1px solid #efefef;
    line-height: 40px;
    margin-bottom: 6px;
}

.sxf_nr h1 span {
    float: left;
}

.sxf_nr h1 a {
    color: #1e8ae4;
    float: right;
    font-size: 14px;
}

.news_i h1 span {
    float: left;
}

.news_i h1 a {
    color: #1e8ae4;
    font-size: 14px;
    float: right;
}

.sxf_nr ul li {
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-bottom: 16px;
}

.sxf_nr ul li a i {
    width: 4px;
    height: 4px;
    background: #1e8ae4;
    border-radius: 50%;
    margin: 12px 8px 0 0;
    display: block;
    float: left;
}

.sxf_nr ul li a p {
    line-height: 25px;
    float: left;
    padding: 0;
    width: 96%;
}

.sxf_nr ul li a:hover {
    color: #97c740;
}

.w_i .main_i {
    width: 1200px;
    margin: 0 auto;
}

.w_i .news_i {
    width: 23%;
    margin-left: 0;
}

.sxf_sp img {
    width: 100%;
}


/* 产品 */

.pr_banner {
    height: 400px;
}

.pr_banner li {
    height: 400px;
}

.pr_banner li a {
    display: block;
    height: 100%;
}

.pr_tab {
    background: #f7f7f7;
    padding: 20px 0;
    line-height: 48px;
    height: 48px;
}

.pr_tab .web_widht {
    background: #fff;
    overflow: hidden;
}

.pr_tab li {
    float: left;
    background: #fff;
    padding: 0 30px;
    cursor: pointer;
    border-left: 1px solid #f7f7f7;
    position: relative;
}

.pr_tab li i {
    width: 9px;
    height: 5px;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: url(../images/sj5.gif) no-repeat 0 bottom;
}

.pr_tab .hover {
    background: #97c740;
    color: #fff;
}

.pr_tab .hover i {
    background-position: 0 0;
}

.pr_tab .q_line {
    border: none;
}

.table_1 td {
    padding: 0 10px;
}

.table_2 td {
    padding-bottom: 50px;
}

.pr_box1 {
    background: #fff url(../images/pr_i2.gif) no-repeat center top;
}

.pr_title1 {
    background: url(../images/line1.gif) repeat-x 0 center;
}

.pr_title1 h1 {
    background: #fafafa;
    display: inline-block;
    padding: 0 20px;
}

.vide_list ul {
    margin-right: -40px;
}

.vide_list li {
    width: 265px;
    float: left;
    margin: 40px 40px 0 0;
}

.vide_list li h1 {
    line-height: 24px;
    height: 60px;
    font-size: 14px;
    text-align: left;
}

.vide_list li a {
    display: block;
}

.vide_list li a:hover {
    color: #1269b1;
}

.vide_list .v_img {
    height: 132px;
    position: relative;
}

.v_img .i {
    width: 54px;
    height: 54px;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -27px;
    z-index: 1;
}

.topfixed {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0;
}

.ssl_sp {
    width: 270px;
}

.ssl_sp h2 {
    color: #fff;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background: #49abdb;
}

.pr13_list {
    background: #eaeaea;
}

.pr13_list002 {
    background: #f6f6f6;
}

.pr13_list ul {
    margin-right: -26px;
}

.pr13_list li {
    width: 280px;
    float: left;
    background: #f0f0f0;
    margin-right: 26px;
}

.pr_img {
    height: 306px;
    background: #fff;
}

.pr_img h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    left: 0;
    bottom: 0;
    line-height: 80px;
    background: #fff;
    z-index: 2;
}

.p_l_m {
    padding: 20px 0;
    text-align: center;
}

.p_l_m a {
    display: block;
    line-height: 45px;
    height: 45px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    background: #97c740;
    color: #fff;
    margin: 0 auto;
}

.p_l_m a:hover {
    background: #008bd6;
}


/*.pr_tu_xg img:hover,.pr_tu_xg td:hover img{filter:alpha(opacity=50);opacity:0.5; }*/

.ydxg li {
    cursor: pointer;
}

.app_ydimg {
    width: 283px;
    height: 403px;
    padding: 145px 0 0 94px;
    background: url(../images/pr5.png) no-repeat;
}

.app_ydimg li {
    height: 331px;
    width: 185px;
}

.pr_deta1 h1 {
    line-height: 74px;
    height: 74px;
    border-bottom: 1px dotted #cfcfcf;
    padding-left: 30px;
}

.pr_de_ms {
    width: 450px;
}

.pr_de_tu {
    width: 380px;
}

.table_4 {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.table_4 td {
    padding: 5px 20px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.table_4 th {
    background: #97c740;
    padding: 20px;
}

.table_40 {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.table_40 td {
    padding: 5px 20px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.table_40 th {
    background: #97c740;
    padding: 20px;
}


/* 行业解决方案 */

.solutions ul {
    margin-right: -30px;
}

.solutions li {
    width: 380px;
    float: left;
    margin-right: 30px;
    background: #f5f5f5;
    height: 330px;
    margin-bottom: 40px;
}

.solutions li a {
    display: block;
    height: 330px;
    line-height: 22px;
}

.solutions li a:hover p,
.solutions li a:hover h1 {
    color: #008cd6;
}

.solutions li h1 {
    font-size: 18px;
    color: #333;
    line-height: 56px;
}

.solutions li h1,
.solutions li p {
    padding: 0 15px;
}

.solutions li p {
    color: #999;
}

.so_bak1 {
    background: #f2f9f1 url(../images/so_bak1.jpg) no-repeat center top;
}

.so_bak2 {
    background: #e1f1f6 url(../images/so_bak2.jpg) no-repeat center top;
}

.jrso_list li {
    float: left;
    width: 259px;
    padding: 30px 20px;
    height: 386px;
    color: #7999a9;
}

.jrso_list li p a {
    color: #7999a9;
}

.bord_r {
    border-right: 1px solid #c8e6f0;
}

.bord_b {
    border-bottom: 1px solid #c8e6f0;
}

.case_list dl {
    margin: 40px 0 0 0;
    width: 600px;
    float: left;
    height: 112px;
    overflow: hidden;
}

.case_list dt {
    width: 205px;
    height: 112px;
    float: left;
    background: #000;
}

.case_list dd {
    width: 350px;
    float: right;
    padding-right: 20px;
}

.case_list dd h1 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.case_list dd p {
    color: #999;
}

.case_list dd a:hover h1,
.case_list dd a:hover p {
    color: #008cd6;
}

.article_list {
    width: 548px;
}

.article_list ul {
    margin-top: 30px;
}

.article_list ul li {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.article_list li b {
    font-size: 12px;
    color: #CCC;
    padding-right: 14px;
}

.article_list li a {
    display: block;
    height: 40px;
}

.article_list li a img {
    margin-top: 7px;
}

.article_list li a:hover {
    color: #97c740;
}


/* 如何购买 */

.bod_r {
    position: relative;
    border-right: 1px solid #ebebeb;
}

.data_message {
    position: absolute;
    top: 60px;
    left: 10px;
    padding: 0;
}

.table_3 td {
    padding: 8px 10px;
}

.table_5 td {
    padding: 8px 10px;
    position: relative;
    height: 60px;
}

.p_lr60 {
    padding: 0 60px;
}

.buy_contact .pr_tab {
    padding: 0;
    background: #fff;
    height: 62px;
    line-height: 62px;
}

.buy_contact .pr_tab .hover {
    background: #49abdb;
}

.buy_contact .pr_tab .hover a {
    color: #fff;
}

.buy_contact .pr_tab li {
    padding: 0 40px;
}

.buy_contact .pr_tab li i {
    background: url(../images/sj6.gif) no-repeat 0 bottom;
}

.buy_contact .pr_tab .hover i {
    background-position: 0 0;
}

.buy_contact2 {
    border-top: 1px solid #eee;
}

.buy_contact2 td {
    border-bottom: 1px dotted #eee;
    padding: 30px 40px;
}

.bod_r2 {
    border-right: 1px dotted #eee;
}


/* 服务与支持 */

.hq_zc li {
    width: 50%;
    height: 290px;
    float: left;
    position: relative;
    text-align: center;
}

.hq_zc li img {
    margin: 68px 0 15px 0;
}

.hq_zc li .line {
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #f5f5f5;
}

.hq_zc li a {
    display: block;
    border-bottom: 4px solid #fff;
    height: 286px;
}

.hq_zc li a:hover {
    border-bottom: 4px solid #008cd6;
    background: #fcfcfc;
}

.hq_zc li a:hover {
    color: #008cd6;
}

.ts_a {
    padding-left: 20px;
}

.ts_a .i {
    width: 16px;
    height: 16px;
    background: url(../images/ico_wh.gif) no-repeat;
    left: 0;
    top: 0;
}

.fwcx td {
    padding: 4px 5px;
}

.fwcx .but_b,
.but_bx .but_b {
    padding: 7px 20px;
    margin-bottom: 0;
}


/* 合作发展 */

.hq_zc4g .hq_zc li {
    width: 25%;
}


/* 关于我们 */

.yuanquan {
    width: 116px;
    height: 116px;
    border: 2px solid #eee;
    border-radius: 50%;
}

.con_box .case_list dl:hover dd p {
    color: #fff;
}

.con_box .case_list dd a:hover p {
    color: #fff;
}


/* 关于我们-大事记 */

.d_chr {
    width: 860px;
    margin: 0 auto;
    background: url(../images/lin2.gif) repeat-y 48px top;
    overflow: hidden;
}

.d_chr ul {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}

.d_chr ul li {
    position: relative;
    padding-left: 120px;
    color: #999;
    margin-bottom: 60px;
    width: 740px;
    float: left;
    margin-top: 7px;
}

.d_chr ul li b {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -48px;
    background-image: url(../images/chr_ico02.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 108px;
    height: 96px;
    line-height: 96px;
    text-indent: 20px;
    font-size: 24px;
    color: #fff;
    display: block;
}

.d_chr ul li .events_aass {
    float: left;
    width: 550px;
}

.d_chr ul li .events_aass h2 {
    color: #008cd4;
    font-size: 24px;
}

.d_chr ul li .events_aass p {
    font-size: 16px;
    margin-bottom: 6px;
}

.d_chr ul li:hover b {
    background-position: -108px 0;
}

.d_chr ul li .picture {
    float: left;
    margin: 8px 0 0 25px;
}

.d_chr ul li:last-of-type {
    margin-bottom: 7px;
}


/*.d_chr ul li:last-of-type b{background-position:0 0;}*/

.c_d {
    height: 14px;
    overflow: hidden;
}

.chr_l,
.chr_r {
    width: 400px;
    position: relative;
}

.chr_l {
    margin-bottom: 100px;
}

.chr_r {
    margin-top: 140px;
}

.year,
.c_d2 {
    background: url(../images/chr_ico.gif) no-repeat;
}

.year {
    height: 96px;
    width: 108px;
    line-height: 96px;
}

.chr_text {
    width: 266px;
}

.chr_text img {
    max-width: 266px;
    max-height: 1560px;
    margin-bottom: 10px;
    /*由于IE6.0以及以前版本的IE不支持上边两个属性,所以加上以下两条语句.这里要说明的是expression只有IE支持*/
    width: expression(this.width > 266 && this.width / 266>=this.height / 1560 ? 266: true);
    height: expression(this.height > 1560 && this.width / 266 < this.height / 1560 ? 1560: true);
}

.c_d2 {
    width: 14px;
    height: 22px;
    top: 50%;
    margin-top: -6px;
}

.chr_l:hover .c_d2,
.chr_r:hover .c_d2 {
    background-position: 0 -192px;
}

.chr_l .year {
    background-position: -108px 0;
    text-indent: 20px;
}

.chr_l:hover .year {
    background-position: 0 0;
}

.chr_l .chr_text {
    padding-right: 30px;
}

.chr_l .c_d2 {
    background-position: 0 -214px;
    right: -38px;
}

.chr_r .year {
    background-position: 0px -96px;
    text-indent: 30px;
}

.chr_r:hover .year {
    background-position: -108px -96px;
}

.chr_r .chr_text {
    padding-left: 30px;
}

.chr_r .c_d2 {
    background-position: 0 -214px;
    left: -36px;
}


/* 关于我们-联系我们 */

.con_box .pr_tab li {
    padding: 0;
}

.con_box .pr_tab li a {
    display: block;
    padding: 0 46px;
}

.pr_tab .hover a,
.pr_tab .hover a:hover {
    color: #fff;
}

.pr_tab a:hover {
    color: #97c740;
}

.hot_con dl {
    width: 430px;
    height: 150px;
    background: #f9f9f9;
}

.hot_con dt {
    width: 150px;
    height: 150px;
    float: left;
}

.hot_con dd {
    width: 250px;
    float: left;
    padding: 40px 0 0 30px;
}

.con_list {
    padding: 30px 0 0 30px;
}

.con_list li {
    float: left;
    border: 1px solid #e3e3e3;
    width: 380px;
    padding: 0 10px 20px 40px;
    line-height: 30px;
    margin: 0 30px 30px 0;
}

.con_list li h1 {
    padding: 20px 0 10px 0;
}

.con_city td {
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    padding: 10px 20px;
}

.con_city .q_line {
    border-top: none;
}

.con_city .q_line2 {
    border-left: none;
}

.con_city a {
    padding: 0 2px;
}

.con_city a:hover,
.con_city .hover {
    color: #008cd7;
}


/* 关于我们-新闻 */

.news_list dl {
    height: 184px;
    background: #f9f9f9;
    color: #999;
    margin-bottom: 30px;
}

.news_list dt {
    width: 290px;
    height: 184px;
    float: left;
    position: relative;
}

.news_list dt .bj {
    background: #477fbf;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}

.news_list dt .share_lb {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -10px;
}

.news_list dt .share_lb a {
    padding: 0 5px;
}

.news_list dd {
    width: 554px;
    float: right;
    padding-right: 30px;
    padding-top: 8px;
}

.news_list dd h1 {
    border-bottom: 1px dotted #ccc;
    padding: 0px 0px 15px 0px;
    margin-bottom: 10px;
}

.news_list dl:hover {
    background: #97c740;
    color: #fff;
}

.news_list dl:hover dd a {
    color: #fff;
}

.news_list dl:hover dd h1 {
    border-bottom: 1px dotted #fff;
}

.news_title {
    padding: 30px 0;
}

.news_title h1 {
    font-size: 18px;
    color: #97c740;
    margin-bottom: 10px;
}

.news_title span {
    font-size: 16px;
    color: #ccc;
    font-family: "Tahoma";
}

.news_main {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding: 40px 0;
}

.news_main img {
    max-width: 900px;
    max-height: 5000 px;
    width: expression(this.width > 900px && this.width / 900px>=this.height / 5000 ? 900px: true);
    height: expression(this.height > 5000 && this.width / 900px < this.height / 5000 ? 5000: true);
}

.news_fz {
    padding: 40px 0 20px 0;
}

.back1 {
    background: #97c740;
    color: #fff;
    font-size: 16px;
    padding: 14px 24px;
}

.back1:hover {
    color: #fff;
    background: #76ab15;
}

.news_tj ul {
    margin-right: -30px;
}

.news_tj h1 {
    color: #97c740;
    font-size: 22px;
    margin-bottom: 26px;
}

.news_tj li {
    float: left;
    width: 220px;
    padding: 30px;
    background: #fafafa;
    margin-right: 30px;
}

.news_tj li h1 {
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    height: 72px;
    line-height: 24px;
    margin-bottom: 26px;
}

.news_tj li a:hover {
    color: #97c740;
}

.pr_news dt {
    float: left;
    width: 100px;
    font-size: 18px;
    color: #97c740;
    font-weight: bold;
}

.pr_news dd {
    float: left;
    width: 800px;
    line-height: 30px;
}

.pr_news dd a {
    padding-left: 30px;
    display: block;
    float: left;
}

.pr_news dd a:hover {
    color: #97c740;
}


/* 翻页 */

.page2 a {
    display: inline-block;
    background: #ccc;
    font-size: 24px;
    color: #fff;
    padding: 20px;
    margin: 0 5px;
}

.page2 a:hover,
.page2 .hover {
    background: #97c740;
}


/* 关于我们-成功案例 */

.case_list .news_list {
    margin-right: -30px;
    width: 930px;
}

.case_list .news_list dl {
    float: left;
    width: 280px;
    height: 302px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 0;
    overflow: hidden;
}

.case_list .news_list dt {
    float: none;
    width: 280px;
    height: 160px;
    overflow: hidden;
}

.case_list .news_list dd {
    width: 240px;
    margin: 0;
    padding: 20px;
}

.case_list .news_list dd p {
    height: 50px;
}


/* 关于我们-资料下载 */

.article_list2 .article_list {
    width: auto;
}

.article_list2 .article_list ul {
    margin: 0;
}

.article_list2 .article_list li {
    background: #f9f9f9;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.article_list2 .article_list li .left {
    padding-left: 56px;
    font-size: 16px;
    background: url(../images/sj8.gif) no-repeat 30px center;
}

.article_list2 .article_list li img {
    margin: 18px 30px 0 40px;
    *margin-top: 0;
}

.video_list .news_list dl {
    height: 225px;
}

.video_list dt .pause {
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.video_list .news_tj h1 {
    padding-top: 30px;
}


/* 关于我们-人才招聘 */

.job_banner {
    height: 350px;
}

.sur_list ul {
    margin-right: -30px;
}

.sur_list li {
    width: 435px;
    float: left;
    text-align: center;
    padding-bottom: 40px;
    margin-right: 30px;
}

.sur_list li img {
    height: 320px;
    margin-bottom: 20px;
}

.sur_list li h1 {
    margin-bottom: 10px;
}

.sur_list li a {
    color: #999;
}

.sur_list li a:hover {
    color: #97c740;
    color: #97c740;
}

.sur_hd {
    width: 900px;
}

.sur_hd2 li {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.sur_hd2 li .sur_con {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 96%;
    padding: 2%;
    background: rgba(0, 81, 129, 0.6);
    color: #fff;
}

.slideBox2 .prev,
.slideBox2 .next {
    background: #1389cf;
}

.slideBox2 .prev:hover,
.slideBox2 .next:hover {
    background: #006099;
}

.team_list .news_list {
    margin-right: -30px;
    width: 930px;
}

.team_list dl {
    width: 435px;
    background: none;
    height: 435px;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

.team_list dl:hover {
    background: none;
    color: #1389cf;
}

.team_list dt {
    float: none;
    width: 435px;
    height: 320px;
    overflow: hidden;
}

.team_list dd {
    width: 435px;
    float: none;
    font-size: 16px;
    text-align: center;
    padding: 0;
    padding-top: 20px;
}

.team_list dt .share_lb {
    top: 0;
    margin-top: 0;
    padding: 40px;
    width: 355px;
    text-align: left;
    line-height: 30px;
}

.job_tab {
    border-bottom: 2px solid #1389cf;
}

.job_tab a:hover,
.job_tab li.hover a {
    color: #1389cf;
}

.job_tab li {
    float: left;
    width: 144px;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    height: 180px;
    margin: 0 40px;
    display: inline;
}

.job_tab li h1 {
    margin-top: 160px;
    font-size: 16px;
}

.job_tab li span {
    width: 144px;
    height: 144px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.job_tab li.hover .sj {
    width: 16px;
    height: 14px;
    bottom: -14px;
    left: 50px;
    background: url(../images/sj9.gif) no-repeat;
}

.job_tab span {
    background: url(../images/job_ico.gif) no-repeat;
}

.job_tab .j_i1 {
    background-position: -144px 0;
}

.job_tab .j_i2 {
    background-position: -144px -146px;
}

.job_tab .j_i3 {
    background-position: -144px -292px;
}

.job_tab .j_i4 {
    background-position: -144px -438px;
}

.job_tab .j_i5 {
    background-position: -144px -584px;
}

.job_tab .j_i6 {
    background-position: -144px -730px;
}

.job_tab .j_i7 {
    background-position: -144px -876px;
}

.job_tab li.hover .j_i1 {
    background-position: 0 0;
}

.job_tab li.hover .j_i2 {
    background-position: -0 -146px;
}

.job_tab li.hover .j_i3 {
    background-position: -0 -292px;
}

.job_tab li.hover .j_i4 {
    background-position: -0 -438px;
}

.job_tab li.hover .j_i5 {
    background-position: -0 -584px;
}

.job_tab li.hover .j_i6 {
    background-position: -0 -730px;
}

.job_tab li.hover .j_i7 {
    background-position: -0 -876px;
}

.job_tab3g li {
    margin: 0 75px;
}

.job_fl1 li {
    padding-left: 90px;
    background: url(../images/job_fl1.gif) no-repeat left 4px;
    position: relative;
    padding-bottom: 40px;
}

.job_fl1 li span {
    position: absolute;
    left: 18px;
    top: 22px;
}

.job_fl1 .last {
    background: url(../images/job_fl2.gif) no-repeat left 4px;
}


/* 底部 */

.foot {
    background: #f6f6f6;
    line-height: 24px;
}

.foot1 {
    width: 1200px;
    margin: auto;
    padding: 50px 0 30px 0;
}

.foot2 {
    background: #292a2c;
    line-height: 74px;
}

.foot_nav {
    width: 70%;
    margin-left: 2%;
}

.foot_con {
    width: 28%;
}

.foot_nav ul {
    float: left;
    border-right: 1px dashed #a2a2a2;
    padding-bottom: 20px;
    width: 13%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    display: inline;
}

.foot_nav li {
    height: 24px;
    overflow: hidden;
}

.foot_nav h1 {
    font-size: 16px;
    color: #2097d4;
    margin-bottom: 20px;
}

.foot_con .tel2 {
    background: none;
}

.foll {
    padding-left: 36px;
    padding-top: 20px;
}

.foll li {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
    position: relative;
}

.w_i .foot1 {
    width: 1656px;
    margin: 0 auto;
}

.w_i .foot_nav {
    width: 80%;
    margin-left: 0;
}

.w_i .foot_con {
    width: 20%;
}

.erm {
    position: absolute;
    left: 0;
    bottom: 61px;
}

.sign {
    padding-left: 8px;
    padding-top: 10px;
    position: relative;
}

.sign:after {
    position: absolute;
    left: 0;
    top: 19px;
    content: '';
    width: 3px;
    height: 3px;
    background: #999;
}

.special_banner {
    width: 100%;
    overflow: hidden;
    height: 405px;
    background: url(../images/special01.jpg) no-repeat center;
}

.special_box {
    background: #f6f6f6;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
}

.special_box h2 {
    margin-bottom: 25px;
    line-height: 40px;
    font-weight: 300;
    font-size: 36px;
    color: #20B366;
    overflow: hidden;
}

.special_con {
    font-size: 16px;
    margin-top: 30px;
    line-height: 24px;
    overflow: hidden;
    line-height: 1.8em;
}

.special_box5 {
    background: #f9f9f9;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
}

.special_box5 h2 {
    margin-bottom: 25px;
    line-height: 40px;
    font-weight: 300;
    font-size: 28px;
    color: #20B366;
    overflow: hidden;
}

.special_xin {
    background: #f6f6f6;
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}

.special_xin h2 {
    margin-bottom: 25px;
    color: #333;
    font-size: 24px;
    overflow: hidden;
    line-height: 26px;
}

.zt_img {
    width: 40%;
    float: left;
    margin-right: 5%;
    overflow: hidden;
}

.zt_img img {
    width: 100%;
}

.zt_wz {
    width: 50%;
    float: left;
    overflow: hidden;
    margin-right: 5%;
    text-align: left;
}

.zt_wz h2 {
    margin-top: 50px;
    text-align: left;
    line-height: 40px;
    font-weight: 300;
    font-size: 36px;
    color: #20B366;
}

.zt_img02 {
    width: 30%;
    float: left;
    margin-right: 5%;
    overflow: hidden;
}

.zt_img02 img {
    width: 100%;
}

.zt_wz02 {
    width: 52%;
    float: left;
    overflow: hidden;
    margin-right: 5%;
}

.zt_wz02 h2 {
    margin-top: 100px;
    line-height: 40px;
    font-weight: 300;
    font-size: 36px;
    color: #20B366;
}

.special_box02 {
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.special_box02 h2 {
    margin-bottom: 25px;
    line-height: 40px;
    font-weight: 300;
    font-size: 36px;
    color: #20B366;
    overflow: hidden;
}

.special_box02 ul {
    width: 100%;
    overflow: hidden;
}

.special_box02 ul li {
    width: 158px;
    height: 158px;
    background: #f7774a;
    border-radius: 50%;
    color: #fff;
    float: left;
    margin-right: 102px;
    text-align: center;
}

.special_box02 ul li p {
    font-size: 50px;
    font-family: arial;
    margin: 45px 0 18px;
}

.special_box02 ul li span {
    opacity: 0.7;
    font-size: 18px;
}

.special_box02 ul li.color {
    background: #58b5e1;
}

.special_box02 ul li.color02 {
    background: #92cf68;
}

.special_box02 ul li.color03 {
    background: #20dfcf;
}

.special_box02 ul li.color04 {
    background: #fcc954;
    margin-right: 0;
}

.mesh_banner {
    width: 100%;
    overflow: hidden;
    height: 405px;
    background: url(../images/mesh_banner.jpg) no-repeat center;
}

.mesh {
    width: 100%;
    height: 680px;
    background-image: url(../images/mesh04.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #f6f6f6;
    overflow: hidden;
}

.mesh h2 {
    line-height: 40px;
    font-weight: 300;
    font-size: 36px;
    color: #20B366;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
    padding-top: 60px;
}

.mesh .mesh_con {
    position: relative;
    width: 1200px;
    height: 40px;
}

.mesh01 {
    position: absolute;
    left: 147px;
    top: 72px;
    width: 260px;
}

.mesh01 b {
    margin: auto;
    width: 140px;
    height: 140px;
    border: 10px solid #f6f6f6;
    border-radius: 50%;
    background: #f7774a;
    font-size: 23px;
    color: #fff;
    line-height: 140px;
    font-weight: normal;
    text-align: center;
    display: block;
}

.mesh01 p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.mesh02 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -116px;
    width: 242px;
}

.mesh02 b {
    margin: auto;
    width: 140px;
    height: 140px;
    border: 10px solid #f6f6f6;
    border-radius: 50%;
    background: #58b5e1;
    font-size: 23px;
    color: #fff;
    line-height: 140px;
    font-weight: normal;
    text-align: center;
    display: block;
}

.mesh02 p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.mesh03 {
    position: absolute;
    right: 141px;
    top: 72px;
    width: 310px;
}

.mesh03 b {
    margin: auto;
    width: 140px;
    height: 92px;
    border: 10px solid #f6f6f6;
    border-radius: 50%;
    background: #92cf68;
    font-size: 23px;
    color: #fff;
    padding-top: 48px;
    font-weight: normal;
    text-align: center;
    display: block;
    line-height: 28px;
}

.mesh03 p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.mesh03_con {
    margin-top: 370px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    line-height: 1.8em;
}

.mesh04 {
    width: 100%;
    padding: 40px 0;
    background-image: url(../images/mesh05.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f6f6f6;
    overflow: hidden;
}

.mesh04 h2 {
    margin-bottom: 25px;
    margin-top: 30px;
    line-height: 40px;
    font-weight: 300;
    font-size: 36px;
    color: #20B366;
    overflow: hidden;
    text-align: center;
}

.mesh04 p {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.mesh04_con {
    width: 94%;
    height: 350px;
    margin: 60px auto 0;
    background: url(../images/mesh06.png) no-repeat center;
    overflow: hidden;
}

.mesh04_l {
    width: 48%;
    float: left;
}

.mesh04_l span {
    width: 140px;
    height: 140px;
    text-align: center;
    background: #58b5e1;
    font-size: 20px;
    color: #fff;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 204px;
    margin-bottom: 40px;
}

.mesh04_l span b {
    font-size: 32px;
    margin-top: 45px;
    margin-bottom: 5px;
    display: block;
}

.mesh04_l div p {
    text-align: left;
    padding-left: 8px;
    line-height: 26px;
    position: relative;
    padding-top: 0;
    font-size: 14px;
}

.mesh04_l div p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #58b5e1;
    border-radius: 50%;
}

.mesh04_r {
    width: 48%;
    float: right;
}

.mesh04_r span {
    width: 140px;
    height: 140px;
    text-align: center;
    background: #97c740;
    font-size: 20px;
    color: #fff;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 192px;
    margin-bottom: 40px;
}

.mesh04_r span b {
    font-size: 32px;
    margin-top: 45px;
    margin-bottom: 5px;
    display: block;
}

.mesh04_r div p {
    text-align: left;
    padding-left: 8px;
    line-height: 26px;
    position: relative;
    padding-top: 0;
    font-size: 14px;
}

.mesh04_r div p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #97c740;
    border-radius: 50%;
}

.about_xin {
    margin-top: 20px;
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

.about_xin h2 {
    color: #41a4db;
    text-align: center;
    font-size: 30px;
}

.about_xin ul {
    overflow: hidden;
    margin-top: 50px;
}

.about_xin ul li {
    text-align: center;
    width: 320px;
    float: left;
}

.about_xin ul li h3 {
    color: #41a4dd;
    font-size: 16px;
    margin-top: 5px;
}

.about_xin ul li p {
    line-height: 24px;
}

.about_xin02 {
    margin-top: 20px;
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

.about_xin02 h2 {
    color: #8fc646;
    text-align: center;
    font-size: 30px;
}

.about_xin02 p {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.about_xin02 ul {
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
    background: #f6f6f6;
    padding: 8px 8px 0;
    border-radius: 5px;
}

.about_xin02 ul li {
    float: left;
    width: 45%;
    margin-right: 4%;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px;
}

.about_xin02 ul li:nth-of-type(2n) {
    margin-right: 0;
}

.about_xin02 ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.about_xin03 {
    width: 900px;
    margin-top: 20px;
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

.about_xin03 .about_xin03_con {
    width: 430px;
    float: left;
    margin-right: 40px;
    background: #f9f9f9;
}

.about_xin03 .about_xin03_con img {
    width: 115px;
    height: 115px;
    float: left;
}

.about_xin03 .about_xin03_con div {
    float: left;
    font-size: 16px;
    padding-left: 30px;
    padding-top: 35px;
}

.about_xin03 .about_xin03_con div b {
    font-size: 20px;
    font-size: arial;
}

.about_xin03 .about_xin03_con02 {
    width: 430px;
    float: left;
    background: #f9f9f9;
}

.about_xin03 .about_xin03_con02 img {
    width: 115px;
    height: 115px;
    float: left;
}

.about_xin03 .about_xin03_con02 div {
    float: left;
    font-size: 16px;
    padding-left: 30px;
    padding-top: 35px;
}

.about_xin03 .about_xin03_con02 div b {
    font-size: 20px;
    font-size: arial;
}

#area_box {
    width: 900px;
    margin-top: 20px;
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

#area_box table {
    width: 100%;
}

#area_box table td {
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    padding: 10px 6px;
}

#area_box table td:last-of-type {
    border-right: 0;
}

#area_box .area_box_line td {
    border-bottom: 0;
}

#area_box table td i {
    font-style: normal;
    margin-right: 8px;
    width: 12px;
    overflow: hidden;
    display: block;
    float: left;
}

#area_box table td a {
    margin: 0 8px;
    cursor: pointer;
    float: left;
}

#area_box table td a:hover {
    color: #008cd7;
}

.area_con {
    width: 900px;
    margin-top: 20px;
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

.area_con ul {
    width: 100%;
    overflow: hidden;
}

.area_con ul li {
    width: 370px;
    padding: 30px;
    float: left;
    border: 1px solid #e3e3e3;
    margin-right: 36px;
    margin-bottom: 15px;
}

.area_con ul li:nth-of-type(2n) {
    margin-right: 0;
}

.area_con ul li h2 {
    color: #008cd7;
    font-size: 18px;
}

.area_con ul li p {
    line-height: 24px;
}

.online_xin {
    padding: 8px 10px;
    background: #49abdb;
    color: #fff;
    border-radius: 3px;
}

.online_xin:hover {
    color: #fff;
}

.wire {
    width: 100%;
    height: 600px;
    background-image: url(../images/wire02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
}

.wire h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    color: #333;
    font-size: 24px;
    overflow: hidden;
    line-height: 24px;
}

.wire_con {
    margin-top: 450px;
    line-height: 24px;
    overflow: hidden;
}

.wire_pro {
    width: 1200px;
    overflow: hidden;
    margin-top: 30px;
}

.wire_pro li {
    width: 280px;
    float: left;
    margin-right: 26px;
    background: #f0f0f0;
}

.wire_pro li:last-of-type {
    margin-right: 0;
}

.wire_pro li picture {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.wire_pro li picture img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.wire_pro li:hover picture img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.wire_pro li p {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
}

.wire_pro li a {
    margin: 15px auto;
    width: 180px;
    height: 45px;
    border-radius: 5px;
    line-height: 45px;
    color: #fff;
    display: block;
    background: #97c740;
    text-align: center;
}

.wire_banner {
    width: 100%;
    overflow: hidden;
    height: 405px;
    background: url(../images/wire_banner.jpg) no-repeat center;
}

.wire_honor {
    width: 100%;
    background: url(../images/wire07.jpg) no-repeat center;
    overflow: hidden;
    padding: 40px 0;
}

.wire_honor h2 {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    font-size: 36px;
    color: #20B366;
}

.wire_honor_con {
    width: 100%;
    margin-top: 0;
    height: 450px;
    position: relative;
    background: url(../images/wire08.png) no-repeat center bottom;
    overflow: hidden;
}

.wire_honor_con h3 {
    color: #97c740;
    font-size: 16px;
    text-align: center;
}

.wire_honor_con .honor01 {
    text-align: right;
    position: absolute;
    left: 280px;
    top: 100px;
    font-size: 16px;
    line-height: 1.8em;
    color: #97c740;
}

.wire_honor_con .honor02 {
    text-align: right;
    position: absolute;
    left: 220px;
    top: 200px;
    color: #97c740;
    line-height: 1.8em;
    font-size: 16px;
}

.wire_honor_con .honor03 {
    position: absolute;
    right: 280px;
    top: 100px;
    color: #97c740;
    line-height: 1.8em;
    font-size: 16px;
}

.wire_honor_con .honor04 {
    position: absolute;
    right: 220px;
    top: 200px;
    color: #97c740;
    line-height: 1.8em;
    font-size: 16px;
}

.virtual_banner {
    width: 100%;
    overflow: hidden;
    height: 405px;
    background: url(../images/virtual_banner.jpg) no-repeat center;
}

.virtual {
    width: 100%;
    height: 640px;
    background-image: url(../images/virtual03.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f6f6f6;
    overflow: hidden;
}

.virtual .virtual_con {
    margin-top: 40px;
    position: relative;
    width: 1200px;
    height: 40px;
}

.virtual01 {
    position: absolute;
    left: 197px;
    top: 72px;
    width: 232px;
}

.virtual01 b {
    margin: auto;
    width: 140px;
    height: 140px;
    border: 10px solid #f6f6f6;
    border-radius: 50%;
    background: #f7774a;
    font-size: 23px;
    color: #fff;
    line-height: 140px;
    font-weight: normal;
    text-align: center;
    display: block;
}

.virtual01 p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
}

.virtual02 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -116px;
    width: 232px;
}

.virtual02 b {
    margin: auto;
    width: 140px;
    height: 100px;
    border: 10px solid #f6f6f6;
    border-radius: 50%;
    background: #58b5e1;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    padding-top: 40px;
    font-weight: normal;
    text-align: center;
    display: block;
}

.virtual02 p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
}

.virtual03 {
    position: absolute;
    right: 171px;
    top: 72px;
    width: 250px;
}

.virtual03 b {
    margin: auto;
    width: 140px;
    height: 92px;
    border: 10px solid #f6f6f6;
    border-radius: 50%;
    background: #92cf68;
    font-size: 23px;
    color: #fff;
    padding-top: 48px;
    font-weight: normal;
    text-align: center;
    display: block;
    line-height: 28px;
}

.virtual03 p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
}

.virtual03_con {
    width: 890px;
    padding: 15px 40px;
    font-size: 16px;
    line-height: 1.8em;
    margin: 370px auto 0;
    background: #73c6ee;
    color: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 6px;
}

.virtual_schema {
    width: 100%;
    height: 588px;
    background: url(../images/mesh05.jpg) no-repeat center;
    overflow: hidden;
    text-align: center;
}

.virtual_schema h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    color: #333;
    font-size: 24px;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
}

.virtual_schema div {
    margin: 40px 0;
    font-size: 16px;
    line-height: 1.8em;
    overflow: hidden;
}

#index_case {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

#index_case .title_t {
    height: 28px;
    line-height: 28px;
    margin-bottom: 30px;
}

#index_case .title_t h1 {
    font-size: 28px;
    float: left;
    color: #000;
}

#index_case .title_t ul {
    float: left;
    margin-left: 40px;
}

#index_case .title_t ul li {
    display: inline;
    padding: 4px;
    margin: 0 20px 0 0;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    color: #000;
}

#index_case .title_t ul li:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d6d6d6;
}

#index_case .title_t ul li:last-of-type:after {
    display: none;
}

#index_case .title_t ul li.act {
    background: #0585ea;
    color: #fff;
}


/*#index_case .title_t a{float:right; color:#0585ea; font-size:14px;}*/

.index_case_con {
    width: 100%;
    display: none;
}

.index_case_con li {
    float: left;
    width: 280px;
    margin-right: 26px;
}

.index_case_con li:last-of-type {
    margin-right: 0;
}

.index_case_con li div {
    padding: 0;
    float: left;
    width: 280px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
}

.index_case_con li div img {
    width: 100%;
}

.index_case_con li span {
    font-size: 16px;
}

.index_case_con li div a {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 80%;
    display: block;
    background: url(../images/transparent.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 92%;
    padding: 20% 4% 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.index_case_con li div a p {
    width: 80px;
    margin: 10px auto 0;
    padding: 6px 8px;
    border-radius: 3px;
    background: #97c740;
}

.index_case_con li:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
}

#index_con {
    width: 100%;
    padding: 50px 0;
    background: #f8f8f8;
}

#index_con .index_box {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.index_news {
    width: 345px;
    float: left;
    margin-right: 80px;
}

.index_news .title_t {
    width: 345px;
    height: 28px;
    line-height: 28px;
}

.index_news .title_t h2 {
    float: left;
    color: #000;
    font-size: 28px;
}


/*.index_news .title_t a{ float:right; color:#0585ea;}*/

.index_news ul {
    margin-top: 30px;
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.index_news ul li {
    width: 100%;
    position: relative;
    height: 44px;
    margin-bottom: 20px;
    float: left;
}

.index_news ul li a {
    width: 70%;
    float: left;
    line-height: 22px;
    font-size: 15px;
    color: #666;
    padding-left: 13px;
}

.index_news ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #208eeb;
    border-radius: 50%;
}

.index_news ul li a:hover {
    color: #208eeb;
}

.index_news ul li span {
    float: right;
    font-size: 10px;
    margin-top: 4px;
    height: 10px;
    line-height: 10px;
    background: #e5e5e5;
    border-radius: 8px;
    padding: 3px 5px;
}


/*.index_wh{width:345px; float:left; margin-right:80px;}
.index_wh .title_t{width:345px; height:28px; line-height:28px;}
.index_wh .title_t h2{ float:left; color:#000; font-size:28px;}
.index_wh .title_t a{ float:right; color:#0585ea;}
.index_wh ul{margin-top:30px; width:100%; height:170px; overflow:hidden;}
.index_wh ul li{ width:100%; height:44px; position:relative; margin-bottom:20px; float:left;}
.index_wh ul li a{width:70%; float:left; line-height:22px; font-size:15px; color:#666; padding-left:13px;}
.index_wh ul li:after{content:''; position:absolute; left:0; top:8px; width:6px; height:6px; background:#208eeb; border-radius:50%;}
.index_wh ul li a:hover{color:#208eeb;}
.index_wh ul li span{ float:right; font-size:10px; margin-top:4px; height:10px; line-height:10px; background:#e5e5e5; border-radius:8px; padding:3px 5px;}*/

.index_zt {
    width: 345px;
    float: left;
}

.index_zt .title_t {
    width: 345px;
    height: 28px;
    line-height: 28px;
}

.index_zt .title_t h2 {
    float: left;
    color: #000;
    font-size: 28px;
}


/*.index_zt .title_t a{ float:right; color:#0585ea;}*/

.index_zt_a {
    width: 345px;
    height: 170px;
    overflow: hidden;
    margin-top: 30px;
    display: block;
}

.index_zt_a img {
    width: 100%;
}

.safety_banner {
    width: 100%;
    height: 405px;
    position: relative;
    overflow: hidden;
}

.safety_banner img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.safety_01 {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
}

.safety_01_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt01.png) no-repeat 0 center;
    padding: 170px 0;
    overflow: hidden;
}

.safety_01_n {
    float: right;
    width: 530px;
    margin-right: 50px;
}

.safety_01_n h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #20b366;
}

.safety_01_n p {
    line-height: 27px;
    font-size: 15px;
    color: #666;
}

.safety_02 {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.safety_02_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt02.png) no-repeat right center;
    padding: 70px 0;
    overflow: hidden;
}

.safety_02_n {
    float: left;
    width: 660px;
    margin-left: 40px;
}

.safety_02_n h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #20b366;
}

.safety_02_n p {
    line-height: 27px;
    font-size: 15px;
    color: #666;
    padding: 0;
}

.safety_02_n h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 40px 0 8px;
    color: #333;
    padding-left: 20px;
    position: relative;
}

.safety_02_n h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #20b366;
}

.safety_03 {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
}

.safety_03_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt03.png) no-repeat center;
    padding: 100px 0;
    overflow: hidden;
}

.safety_03_na {
    width: 248px;
    background: #fff;
    height: 362px;
    margin-left: 210px;
    float: left;
}

.safety_03_nb {
    width: 248px;
    background: #fff;
    height: 362px;
    margin-left: 10px;
    float: left;
}

.safety_03_nc {
    width: 248px;
    background: #fff;
    height: 362px;
    margin-left: 10px;
    float: left;
}

.safety_03_c h2 {
    font-size: 20px;
    color: #fff;
    height: 50px;
    background: #58b5e1;
    line-height: 50px;
    text-align: center;
}

.safety_03_c h3 {
    font-size: 18px;
    padding: 20px 20px 15px;
}

.safety_03_c ul {
    padding: 0 20px;
}

.safety_03_c ul li {
    padding-left: 12px;
    position: relative;
    line-height: 26px;
    color: #333;
    font-size: 14px;
}

.safety_03_c ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bce1f3;
}

.safety_03_na ul li.act:after {
    display: none;
}

.safety_03_nb h2 {
    background: #92cf68;
}

.safety_03_nc h2 {
    background: #f7774a;
}

.safety_04 {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.safety_04_c {
    width: 1200px;
    margin: auto;
    padding: 54px 0;
    overflow: hidden;
}

.safety_04_c h2 {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    margin-bottom: 70px;
}

.safety_04_n {
    width: 100%;
    overflow: hidden;
}

.safety_04_n div {
    float: left;
    width: 399px;
    height: 348px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-image: url(../images/sxfzt04.png);
}

.safety_04_n div h3 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 140px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.safety_04_n div ul {
    padding: 0 60px;
}

.safety_04_n div ul li {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding-left: 12px;
    position: relative;
}

.safety_04_n div ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}

.safety_04_n .link {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.safety_04_n .link2 {
    border-bottom: 1px solid #e5e5e5;
}

.safety_04_n .link3 {
    border-right: 1px solid #e5e5e5;
}

.safety_04_n div.pic02 {
    background-image: url(../images/sxfzt05.png);
}

.safety_04_n div.pic03 {
    background-image: url(../images/sxfzt06.png);
}

.safety_04_n div.pic04 {
    background-image: url(../images/sxfzt07.png);
    background-position: center 30px;
}

.safety_04_n div.pic05 {
    background-image: url(../images/sxfzt08.png);
    background-position: center 30px;
}

.safety_04_n div.pic04 h3,
.safety_04_n div.pic05 h3 {
    margin-top: 170px;
}

.safety_04_n div.pic05 ul {
    padding: 0 95px;
}

.optimize_01 {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
}

.optimize_01_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt10.png) no-repeat 75px center;
    padding: 150px 0;
    overflow: hidden;
}

.optimize_01_n {
    float: right;
    width: 650px;
    margin-right: 40px;
}

.optimize_01_n h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #20b366;
}

.optimize_01_n p {
    line-height: 27px;
    font-size: 15px;
    color: #666;
}

.optimize_02 {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.optimize_02_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt11.png) no-repeat right center;
    padding: 108px 0;
    overflow: hidden;
}

.optimize_02_n {
    float: left;
    width: 547px;
    margin-left: 35px;
}

.optimize_02_n h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #20b366;
}

.optimize_02_n p {
    line-height: 26px;
    font-size: 15px;
    color: #666;
    padding: 0;
}

.optimize_02_n p.text {
    padding: 10px;
    border: 2px solid #92cf68;
    color: #999;
    margin-top: 30px;
}

.optimize_02_n p.text02 {
    padding: 10px;
    border: 2px solid #95dceb;
    color: #999;
    margin-top: 30px;
}

.optimize_03 {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
}

.optimize_03_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt14.png) no-repeat center;
    padding: 100px 0;
    overflow: hidden;
}

.optimize_03_n {
    float: left;
    width: 530px;
    margin-left: 50px;
}

.optimize_03_n h2 {
    font-size: 30px;
    line-height: 30px;
    color: #333;
}

.optimize_03_n p {
    padding-left: 20px;
    padding-top: 20px;
}

.optimize_03_n ul {
    padding-left: 12px;
    margin-top: 30px;
    font-size: 16px;
}

.optimize_03_n ul li {
    padding-left: 15px;
    position: relative;
    line-height: 16px;
    margin-bottom: 10px;
    float: left;
}

.optimize_03_n ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #92cf68;
    border-radius: 50%;
}

.optimize_03_n ul li.fr {
    float: right;
    width: 230px;
}

.optimize_03_n2 {
    float: right;
    width: 530px;
}

.optimize_03_n2 h2 {
    font-size: 30px;
    line-height: 30px;
    color: #333;
}

.optimize_03_n2 p {
    padding-left: 20px;
    padding-top: 43px;
}

.optimize_03_n2 ul {
    padding-left: 12px;
    margin-top: 30px;
    font-size: 16px;
}

.optimize_03_n2 ul li {
    padding-left: 15px;
    position: relative;
    line-height: 16px;
    margin-bottom: 10px;
    float: left;
}

.optimize_03_n2 ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #58b5e1;
    border-radius: 50%;
}

.optimize_03_n2 ul li.fr {
    float: right;
    width: 230px;
}

.optimize_04 {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.optimize_04_c {
    width: 1200px;
    margin: auto;
    padding: 80px 0;
    overflow: hidden;
}

.optimize_04_c .title_bt {
    font-size: 30px;
    line-height: 30px;
    color: #20b366;
    text-align: center;
}

.optimize_04_c .title_c {
    font-size: 15px;
    margin: 20px auto 50px;
    display: block;
    text-align: center;
}

.optimize_04_n {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    background: url(../images/sxfzt17.png) no-repeat center;
}

.optimize_04_n1 {
    float: left;
    width: 530px;
    margin-left: 30px;
}

.optimize_04_n1 h2 {
    font-size: 17px;
    line-height: 17px;
    color: #000;
}

.optimize_04_n1 p {
    padding-left: 20px;
    padding-top: 20px;
}

.optimize_04_n1 ul {
    margin-top: 30px;
    font-size: 14px;
}

.optimize_04_n1 ul li {
    width: 100%;
    padding-left: 15px;
    position: relative;
    line-height: 14px;
    margin-bottom: 15px;
    float: left;
}

.optimize_04_n1 ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 6px;
    background: #92cf68;
    border-radius: 50%;
}

.optimize_04_n2 {
    float: right;
    width: 550px;
}

.optimize_04_n2 h2 {
    font-size: 17px;
    line-height: 17px;
    color: #000;
}

.optimize_04_n2 p {
    padding-left: 20px;
    padding-top: 28px;
}

.optimize_04_n2 ul {
    margin-top: 30px;
    font-size: 14px;
}

.optimize_04_n2 ul li {
    width: 100%;
    padding-left: 14px;
    position: relative;
    line-height: 14px;
    margin-bottom: 15px;
    float: left;
}

.optimize_04_n2 ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 6px;
    background: #58b5e1;
    border-radius: 50%;
}

.dummy_01 {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
}

.dummy_01_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt19.png) no-repeat 0 center;
    padding: 180px 0;
    overflow: hidden;
}

.dummy_01_n {
    float: right;
    width: 560px;
    margin-right: 30px;
}

.dummy_01_n h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #20b366;
}

.dummy_01_n p {
    line-height: 27px;
    font-size: 15px;
    color: #666;
}

.dummy_02 {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
}

.dummy_02_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt21.png) no-repeat right center;
    padding: 120px 0;
    overflow: hidden;
}

.dummy_02_n {
    float: left;
    width: 585px;
    margin-left: 15px;
}

.dummy_02_n h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #20b366;
}

.dummy_02_n p {
    line-height: 27px;
    font-size: 15px;
    color: #666;
    padding: 0;
}

.dummy_02_n h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 40px 0 20px;
    color: #333;
    position: relative;
}

.dummy_03 {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.dummy_03_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt22.png) no-repeat 0 center;
    padding: 160px 0;
    overflow: hidden;
}

.dummy_03_n {
    float: right;
    width: 560px;
    margin-right: 30px;
}

.dummy_03_n h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #20b366;
}

.dummy_03_n p {
    line-height: 27px;
    font-size: 15px;
    color: #666;
}

.dummy_03_n h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 40px 0 20px;
    color: #333;
    position: relative;
}

.wlan_01 {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
}

.wlan_01_c {
    width: 1200px;
    margin: auto;
    background: url(../images/sxfzt24.png) no-repeat 40px center;
    padding: 130px 0;
    overflow: hidden;
}

.wlan_01_n {
    float: right;
    width: 610px;
    margin-right: 35px;
}

.wlan_01_n h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 4s0px;
    color: #20b366;
}

.wlan_01_n p {
    line-height: 27px;
    font-size: 15px;
    color: #666;
}

.wlan_02 {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.wlan_02_c {
    width: 1200px;
    margin: auto;
    padding: 80px 0;
    overflow: hidden;
}

.wlan_02_c .title_bt {
    font-size: 30px;
    line-height: 30px;
    color: #20b366;
    text-align: center;
    margin-bottom: 40px;
}

.wlan_02_n {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background: url(../images/sxfzt27.png) no-repeat center;
}

.wlan_02_n1 {
    float: left;
    width: 530px;
    margin-left: 30px;
}

.wlan_02_n1 h2 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}

.wlan_02_n1 p {
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.wlan_02_n1 ul {
    margin-top: 30px;
    font-size: 14px;
}

.wlan_02_n1 ul li {
    width: 100%;
    padding-left: 15px;
    position: relative;
    line-height: 14px;
    margin-bottom: 15px;
    float: left;
}

.wlan_02_n1 ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 6px;
    background: #92cf68;
    border-radius: 50%;
}

.wlan_02_n2 {
    float: right;
    width: 550px;
}

.wlan_02_n2 h2 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}

.wlan_02_n2 p {
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.wlan_02_n2 ul {
    margin-top: 30px;
    font-size: 14px;
}

.wlan_02_n2 ul li {
    width: 100%;
    padding-left: 14px;
    position: relative;
    line-height: 14px;
    margin-bottom: 15px;
    float: left;
}

.wlan_02_n2 ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 6px;
    background: #58b5e1;
    border-radius: 50%;
}

.wlan_04 {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    border-bottom: 2px solid #fff;
}

.wlan_04_c {
    width: 940px;
    margin: auto;
    padding: 80px 0;
    overflow: hidden;
}

.wlan_04_c h2 {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 40px;
    text-align: center;
    color: #333;
    position: relative;
}

.wlan_04_c h2:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 20px;
    width: 36px;
    height: 2px;
    background-color: #333;
}

.wlan_04_c p {
    line-height: 27px;
    font-size: 14px;
    color: #666;
}


/*spz*/

.spz_xtz {
    position: relative;
    background: url(../images/spz_bg_01.jpg) repeat-x;
    height: 650px;
}

.spz_xtz p {
    padding: 0;
}

.spz_xtz_pic {
    width: 868px;
    display: block;
    height: 650px;
    margin: auto;
}

.spz_xtz_01 {
    width: 330px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -520px;
    text-align: right;
}

.spz_xtz_01 h3 {
    font-size: 24px;
    line-height: 24px;
    color: #008cd4;
    margin-bottom: 30px;
}

.spz_xtz_01 div {
    display: none;
    color: #54a1ce;
    line-height: 30px;
}

.spz_xtz_01 div b {
    color: #008cd4;
}

.spz_xtz_01:hover div {
    display: block;
}

.spz_xtz_02 {
    margin-left: 0;
    position: absolute;
    top: 120px;
    right: 50%;
    left: auto;
    margin-right: -520px;
    text-align: left;
}

.spz_xtz_03 {
    top: 410px;
}

.spz_xtz_04 {
    margin-left: 0;
    position: absolute;
    top: 410px;
    right: 50%;
    left: auto;
    margin-right: -520px;
    text-align: left;
}

.spz_box {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.spz_ytj {
    overflow: hidden;
    background: #fafafa;
}

.spz_ytj .left {
    margin-left: 25px;
    margin-right: 28px;
}

.spz_ytj .spz_ytj_con {
    float: left;
    width: 600px;
    margin-top: 0px;
}

.spz_ytj .spz_ytj_con h3 {
    color: #1086c1;
    font-size: 30px;
    line-height: 30px;
}

.spz_ytj .spz_ytj_con div {
    font-size: 15px;
    margin: 15px 0 20px;
    color: #999;
}

.spz_ytj .spz_ytj_con div span {
    color: #333;
    font-weight: bold;
    margin: 0 8px;
}

.spz_ytj .spz_ytj_con p {
    padding: 0;
    color: #666;
    line-height: 30px;
}

.spz_ys {
    background: #fff;
    overflow: hidden;
}

.spz_ys_table {
    width: 100%;
    margin-top: 65px;
}

.spz_ys_table tr {
    display: block;
    padding-bottom: 30px;
}

.spz_ys_table tr td h3 {
    font-size: 18px;
    color: #333;
}

.spz_ys_table tr td.pd {
    padding: 0 40px 0 27px;
}

.spz_ys_table tr td.pd02 {
    padding-left: 27px;
}

.spz_it {
    background: #fafafa;
    overflow: hidden;
}

.spz_it_table {
    width: 100%;
    margin-top: 65px;
}

.spz_it_table tr td {
    text-align: center;
    padding-right: 6%;
}

.spz_it_table tr td h3 {
    font-size: 18px;
    margin: 15px 0;
    color: #333;
}

.spz_it_table tr td p {
    text-align: left;
}

.spz_it_table tr {
    display: block;
    padding-bottom: 30px;
}


/* 新底部 20170621 */

.container {
    width: 1200px;
    margin: 0 auto;
}

#foot {
    width: 100%;
    height: 200px;
    background: #1d88be;
    background: url(../images/footline3.png) no-repeat;
}

#foot .container {
    position: relative;
    height: 220px;
}

#foot .top {
    position: absolute;
    top: 76px;
    left: 370px;
}

#foot .top h2 {
    font-size: 24px;
    color: #fff;
}

#foot .top a {
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 30px;
    margin-left: 155px;
}

#foot .top a:hover {
    background: #fff;
    color: #1d88be;
}

#foot_menu2 {
    width: 100%;
    padding: 50px 0 20px 0;
    background: #1D2B40;
}

#foot_menu2 .top {
    padding-bottom: 30px;
    border-bottom: 1px solid #858585;
    overflow: hidden;
}

#foot_menu2 .top dl {
    float: left;
    margin-right: 70px;
}

#foot_menu2 .top dl:first-child {
    margin-left: 100px;
}

#foot_menu2 .top dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

#foot_menu2 .top dl dd {
    line-height: 24px;
}

#foot_menu2 .top dl dd a {
    font-size: 14px;
    color: #fff;
}

#foot_menu2 .top dl dd a:hover {
    color: #2097d4;
}

#foot_menu2 .top dl dd img {
    display: block;
}

#foot_menu2 .mid {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #858585;
}

#foot_menu2 .mid .more_w {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 100px;
    line-height: 30px;
    margin-right: 10px;
}

#foot_menu2 .mid dl {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-right: 34px;
}

#foot_menu2 .mid a {
    color: #fff;
}

#foot_menu2 .mid a:hover {
    color: #2097d4;
}

#foot_menu2 .bottom {
    overflow: hidden;
    margin-top: 30px;
    margin-left: 100px;
}

#foot_menu2 .bottom ul {
    overflow: hidden;
}

#foot_menu2 .bottom ul li {
    float: left;
    padding-right: 15px;
}

#foot_menu2 .bottom ul li a {
    color: #fff;
    font-size: 14px;
}

#foot_menu2 .bottom ul li a:hover {
    color: #2097d4;
}

#foot_menu2 .bottom ul li+li {
    border-left: 1px solid #fff;
    padding-left: 15px;
}

#last_copy {
    width: 100%;
    padding: 10px 0;
    background: #313131;
}

#last_copy p {
    text-align: center;
    color: #fff;
}

#last_copy p a {
    width: 32px;
    height: 36px;
    background: url(../images/slogo.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}


/* 新底部 20170621 */