﻿@charset "utf-8";

/*===============================================技术支持：凡高网络 银灵子================================================*/
body {
    min-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.j_body {
    position: relative;
}

* {
    box-sizing: border-box;
}

.main_box,
.m {
    margin: 0 auto;
    width: 1360px;
    position: relative;
}

.main_box_small {
    margin: 0 auto;
    width: 1115px;
    position: relative;
}

a {
    color: inherit;
}

.img {
    overflow: hidden;
}

.h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h5 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clear {
    clear: both;
}

::selection {
    color: #fff;
    background-color: #4577bb;
}

::-moz-selection {
    color: #fff;
    background-color: #4577bb;
}

::-webkit-selection {
    color: #fff;
    background-color: #4577bb;
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

/*===============================================header================================================*/
#header {
    position: relative;
    background: #fff;
    width: 100%;
    height: 102px;
    z-index: 999;
}

#header .logo {
    margin-top: 20px;
    float: left;
    margin-right: 85px;
}

/*=================导航=================*/
.nav {
    float: left;
}

.nav ul {
    border-right: 1px solid #e5e5e5;
}

.nav li {
    display: block;
    position: relative;
    width: 138px;
    float: left;
}

.nav li:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #e5e5e5;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
}

.nav li.first {
    background: none;
}

.nav li .a {
    display: block;
    text-align: center;
    height: 102px;
    line-height: 102px;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
}

.nav li:last-child {
    background: none !important;
}

.nav .on .a,
.nav li:hover .a {
    color: #fff;
    background: #194d9d;
}

.nav ul li .list {
    overflow: hidden;
    background: #194d9d;
    top: 102px;
    left: 0;
    z-index: 2;
    display: none;
    min-width: 100%;
    position: absolute;
    font-size: 15px;
}

.nav ul li .list .box {
    padding: 0px 10px 10px 10px;
}

.nav ul li .list a {
    height: 40px;
    border-top: 1px solid #134a9a;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: left;
    padding: 0 28px;
    display: block;
    line-height: 40px;
    color: #99b4dc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav ul li .list a:hover {
    color: #fff;
}

.search_btn {
    height: 102px;
    width: 50px;
    cursor: pointer;
}

.header-search {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 0;
    display: none;
    top: 100%;
    left: 0;
    padding: 15px 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .06) inset;
}

.header-search form {
    height: 40px;
    margin: 0 25px;
    position: relative;
}

.header-search form.search #keyword {
    color: #333333;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    text-align: left;
    padding: 0 15px;
    display: block;
    border: none;
    font-family: sans-serif;
    box-shadow: none;
}

.btn_blue {
    width: 113px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: #8b949d;
    font-family: lato;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
}

/*================= banne===================*/
#banner {
    position: relative;
    height: 750px;
    overflow: hidden;
}

#banner .bd {
    position: relative;
}

#banner .bd a {
    display: block;
    width: 100%;
    height: 750px;
    overflow: hidden;
}

#banner .hd {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 60px;
}

#banner .hd ul {
    text-align: center;
    z-index: 9;
    position: relative;
}

#banner .hd ul li {
    display: inline-block;
    padding-top: 13px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
    background: #fff;
    cursor: pointer;
}

#banner .hd ul li:hover {
    background: #194d9d;
}

#banner .hd ul .on {
    background: #194d9d;
}

/*==========================================首页=============================================*/
.s_main_box {}

.s_title {
    position: relative;
    margin-bottom: 23px;
}

.s_title h1 {
    display: block;
}

.s_title strong {
    font-size: 18px;
    color: #194d9d;
    font-weight: bold;
    text-transform: uppercase;
}

.s_title span {
    font-size: 20px;
    color: #303032;
    padding-right: 10px;
    font-weight: bold;
}

.s_title .more {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #7c7d7f;
    top: 0;
    line-height: 24px;
}

.s_title .more:hover {
    color: #24448f;
}

/*================= 首页产品===================*/
#s_pro {
    background: #f7f8fb;
    padding: 60px 0;
}

#s_pro .s_title {
    width: 1060px;
}

#s_pro .left_list {
    float: left;
    width: 250px;
}

#s_pro .left_list .tt {
    height: 92px;
    color: #fff;
    background: url(../images/icon_sub_nav.png) 23px 27px no-repeat #194d9d;
    padding-left: 72px;
    padding-top: 24px;
}

#s_pro .left_list .tt strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#s_pro .left_list .tt span {
    font-size: 16px;
    font-weight: bold;
}

#s_pro .hd {
    background: #f7f7f9;
    border: 1px solid #e9e9ec;
    padding: 10px 0;
}

#s_pro .hd ul {}

#s_pro .hd ul li {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
}

#s_pro .hd ul li a {
    display: block;
    font-size: 14px;
    color: #303032;
}

#s_pro .hd ul li+li a {
    border-top: 1px solid #e1e1e3;
}

#s_pro .hd ul li:hover,
#s_pro .hd ul li.on {
    background: url(../images/s_pro_hd_li.jpg) left center no-repeat;
}

#s_pro .hd ul li:hover a,
#s_pro .hd ul li.on a {
    color: #fff;
    border: 0;
}

#s_pro .right_list {
    width: 1060px;
    float: right;
}

#s_pro .right_list .bd {}

#s_pro .bd {
    height: 550px !important;
    overflow: hidden;
}

#s_pro .bd ul {
    overflow: hidden;
    margin-right: -35px;
}

#s_pro .bd ul li {
    float: left;
    width: 243px;
    height: 263px;
    margin-right: 29px;
}

#s_pro .bd ul li a {
    display: block;
}

#s_pro .bd ul li .img {
    width: 243px;
    height: 202px;
    border: 1px solid #e3e2e5;
}

#s_pro .bd ul li .img img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

#s_pro .bd ul li:hover img {
    transform: scale(1.1);
}

#s_pro .bd ul li h5 {
    text-align: center;
    font-size: 14px;
    color: #616064;
    line-height: 50px;
}

.s_pro_lianxi {
    height: 235px;
    background: url(../images/s_pro_lianxi.jpg) center no-repeat;
    padding-left: 30px;
    padding-top: 75px;
    background-size: cover;
}

.s_pro_lianxi h5 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.s_pro_lianxi .tel {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.s_tt {
    background: url(../images/s_tt_bg.jpg) left center no-repeat;
    height: 36px;
    line-height: 36px;
    padding-left: 13px;
    margin-bottom: 36px;
}

.s_tt h3 {
    float: left;
    font-size: 18px;
    color: #2354a1;
    font-weight: bold;
}

.s_tt h3 span {
    font-size: 20px;
    color: #757576;
    text-transform: uppercase;
    font-weight: normal;
    font-family: arial;
    margin-left: 11px;
}

.s_tt .hd {
    float: right;
}

.s_tt .hd ul {}

.s_tt .hd ul li {
    float: left;
    width: 117px;
    height: 36px;
    text-align: center;
    border-radius: 2px;
}

.s_tt .hd ul li.on {
    border: 1px solid #4577bb;
}

.s_tt .hd ul li a {
    display: block;
    font-size: 14px;
    color: #353535;
}

/*================= 首页新闻 ===================*/
#s_news {
    padding: 60px 0 0;
    border-bottom: 1px solid #ededee;
    margin-bottom: 50px;
}

#s_news .bd {
    height: 412px;
}

#s_news .bd ul {
    overflow: hidden;
    margin: 0 -37px;
}

#s_news .bd ul li {
    float: left;
    width: 404px;
    height: 410px;
    padding-top: 5px;
    position: relative;
    margin: 0 35px;
    padding-top: 9px;
}

#s_news .bd ul li:before {
    content: "";
    height: 2px;
    width: 0;
    display: block;
    background: #4577bb;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .7s;
}

#s_news .bd ul li:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

#s_news .bd ul li .img {
    width: 404px;
    height: 228px;
    transition: .7s;
}

#s_news .bd ul li .img img {}

#s_news .bd ul li .txt {
    height: 107px;
    padding-left: 104px;
    transition: .7s;
    position: relative;
}

#s_news .bd ul li .txt .riqi {
    position: absolute;
    width: 85px;
    height: 85px;
    border: 1px solid #bfbfbf;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #353535;
    font-family: arial;
    text-align: center;
    padding-top: 17px;
    transition: .3s;
}

#s_news .bd ul li:hover .txt .riqi {
    background: #2354a1;
    border: 1px solid #2354a1;
    color: #fff;
}

#s_news .bd ul li .txt .riqi span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

#s_news .bd ul li .txt h5 {
    font-size: 16px;
    color: #282828;
    margin-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#s_news .bd ul li .txt p {
    font-size: 12px;
    color: #7b7b7b;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

#s_news .bd ul li:hover .txt,
#s_news .bd ul li:hover .img {
    transform: translateY(-8px);
}

h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*================= 首页资质 ===================*/
#s_honor {
    overflow: hidden;
    width: 660px;
    float: left;
    height: 381px;
    overflow: hidden;
}

#s_honor .hd a {
    font-size: 14px;
    color: #4c4c4c;
    background: #e4e6e9;
    font-family: "SimSun";
    text-transform: uppercase;
    width: 45px;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin-left: 6px;
}

#s_honor .hd a span {
    padding-left: 5px;
    color: #636161;
    display: inline-block;
}

#s_honor .hd a:hover {
    color: #fff;
    background: #4577bb;
}

#s_honor .s_title {
    height: 32px;
    margin-bottom: 40px;
}

#s_honor .bd {
    margin: 0 -23px;
}

#s_honor ul {}

#s_honor ul li {
    display: block;
    float: left;
}

#s_honor ul li .img_box {
    width: 189px;
    height: 254px;
    background: #e7e7e9;
    overflow: hidden;
    text-align: center;
    margin: 0 23px;
}

#s_honor ul img {
    max-width: 168px;
    max-height: 191px;
    display: block;
    margin: 0 auto;
}

#s_honor ul li h5 {
    font-size: 15px;
    color: #353535;
    text-align: center;
    line-height: 55px;
}

.j_tab {
    width: 100%;
    height: 100%;
    display: table;
}

.j_tab_cel {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*================= 首页关于 ===================*/
#s_about {
    float: right;
    width: 660px;
}

#s_about .img {
    width: 100%;
    height: 160px;
}

#s_about .txt {
    font-size: 12px;
    color: #353535;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    margin-top: 10px;
}

#s_about .more {
    display: block;
    font-size: 12px;
    color: #353535;
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    margin-top: -13px;
    transition: .3s;
}

#s_about .more:hover {
    border: 1px solid #4577bb;
}

#s_links {
    background: #f7f8fb;
    margin-top: 30px;
}

#s_links .m {
    position: relative;
    padding-left: 100px;
}

#s_links .tt {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    top: 0;
    line-height: 60px;
    color: #194d9d;
    top: 2px;
    background: url(../images/link.png) left center no-repeat;
    padding-left: 26px;
}

#s_links .con {
    line-height: 35px;
    padding: 15px 0;
}

#s_links .con a {
    margin-left: 23px;
    font-size: 14px;
    color: #474747;
    transition: .3s;
}

#s_links .con a+a {
    margin-left: 23px;
}

#s_links .con a:hover {
    color: #194d9d;
}


/*==========================================footer=============================================*/
#footer {
    position: relative;
    background: #333335;
    overflow: hidden;
    padding-top: 50px;
}

.foot_lianxi {
    float: left;
    color: #fff;
    width: 383px;
    padding-top: 26px;
}

.foot_lianxi .tt {
    margin-bottom: 15px;
}

.foot_lianxi .tt span {
    font-size: 24px;
    color: #fff;
    font-family: arial;
    text-transform: uppercase;
}

.foot_tel {
    font-size: 30px;
    color: #194d9d;
    margin-top: 30px;
    margin-bottom: 18px;
}

.foot_tel img {
    margin-right: 10px;
}

.foot_lianxi .con {
    font-size: 14px;
    color: #8d8d8f;
    line-height: 24px;
}

.foot_nav {
    float: left;
    width: 790px;
    height: 310px;
    border-left: 1px solid #424243;
    border-right: 1px solid #424243;
    text-align: center;
    padding-top: 26px;
}

.foot_nav h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.foot_nav ul {
    padding-left: 44px;
    margin-right: -44px;
}

.foot_nav ul li {
    float: left;
    width: 157px;
    text-align: left;
}

.foot_nav .list a {
    display: block;
    font-size: 12px;
    color: #8d8d8f;
    line-height: 30px;
}

.foot_ewm {
    width: 137px;
    float: right;
    padding-top: 30px;
}

.foot_ewm .ewm {
    overflow: hidden;
    margin-bottom: 40px;
}

.foot_ewm .ewm img {
    width: 104px;
    height: 104px;
    float: left;
}

.foot_ewm .ewm .fr {
    float: right;
    height: 104px;
}

.foot_ewm .ewm p {
    font-size: 14px;
    width: 15px;
    line-height: 1.1;
    color: #fff;
}

.foot_bot {
    text-align: center;
    background: #2d2d2f;
    margin-top: 20px;
    line-height: 1.6;
    color: #686869;
    font-size: 12px;
    padding: 18px 0;
}

.foot_bot * {
    color: #686869;
    font-size: 12px;
    display: inline-block;
}

#footer a {
    transition: .3s;
}

#footer a:hover {
    color: #fff !important;
}

/*online qq*/
aside#top {}

.online_q {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 9999;
    transition: .5s;
    -webkit-transition: .5s;
}

.online_q .btn2 {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
}

.online_q .btn-top {
    background: #a4e7fe;
    padding: 0;
    transition: .5s;
}

.online_q .btn-top:hover {
    background: #42cfff;
}

.online_q .btn2 a {
    font-size: 12px;
    color: #fff;
}

.online_q .btn2 span {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
}

.online_q .btn2:hover {}

.online_q .btn-qq span {
    background: url(../images/piaofu_qq.png) center no-repeat #194d9d;
}

.online_q .btn-tel span {
    background: url(../images/piaofu_tel.png) center no-repeat #194d9d;
}

.online_q .btn-zixun span {
    background: url(../images/piaofu_zixun.png) center no-repeat #194d9d;
}

.online_q .btn-wx span {
    background: url(../images/piaofu_wx.png) center no-repeat #194d9d;
}

.online_q .btn-top span {
    height: 100%;
    background: url(../images/piaofu_top.png) center no-repeat #333335;
}

.online_q .open.pic {
    position: absolute;
    background: #eee;
    width: 100px;
    height: 100px;
    right: 80px;
    top: 50%;
    margin-top: -50px;
    text-align: right;
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    visibility: hidden;
}

.online_q .open.pic img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-right: 10px;
}

.online_q .btn2:hover .open.pic {
    opacity: 1;
    right: 65px;
    visibility: visible;
}

.online_q .open.phone {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    z-index: 0;
    width: 0;
    background: #eee;
    color: #194d9d;
    font-family: arial;
    font-size: 18px;
    transition: width 0s;
    -webkit-transition: width 0s;
    text-align: center;
    width: 150px;
}

.online_q .btn2:hover .open.phone {
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
    visibility: visible;
}

.btn-tel a {
    display: block;
    width: 60px;
    white-space: nowrap;
    position: absolute;
    right: 0;
    transition: .5s;
    -webkit-transition: .5s;
    overflow: hidden;
}

.btn-tel:hover a {
    width: 205px;
}

.online_q .btn-02.btn-tel:hover span {
    background: url(../images/piaofu_tel.png) center no-repeat #fff;
    border: 2px solid #037ccf;
}

#gotop.hide {
    opacity: 0;
    height: 0;
    overflow: hidden;
}


/*==============================--内页开始==============================-*/

/*内页banner*/
.bn-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.ny_banner {
    width: 2000px;
    height: 450px;
    position: relative;
    overflow: hidden;
    margin-left: 50%;
    left: -1000px;
    top: 0;
    overflow: hidden;
}

.ny_banner .m {
    display: table;
    position: relative;
}

.ny_banner .m .box {
    height: 450px;
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
    text-align: center;
}

.ny_banner h5 {
    font-size: 28px;
    color: #fff;
    margin-top: 40px;
}

.ny_banner span {
    font-size: 40px;
    color: #fff;
    font-family: arial;
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
}

.ny_banner i {
    display: block;
    width: 60px;
    height: 5px;
    background: #fff;
    margin: 0 auto;
    margin-top: 45px;
}


/*=====面包屑===*/
.n_position {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    clear: both;
    overflow: hidden;
}

.n_position ul {
    float: left;
}

.n_position ul li {
    height: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
    display: inline-block;
    position: relative;
}

.n_position ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: #3b3c3d;
    padding: 0 100px;
    transition: all ease 600ms;
}

.n_position ul li+li a:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #626262;
    background: rgba(0, 0, 0, .15);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.n_position ul li.on {
    background: #005bac;
}

.n_position ul li.on a {
    color: #fff;
}

.n_position ul li:hover a {
    color: #fff;
}

.n_position li i {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    background: #005bac;
    transition: all ease 600ms;
    z-index: 0;
}

.n_position li:hover i {
    width: 100%;
    left: 0;
    right: auto;
}

#n_about {
    padding: 50px 0 70px;
}

#n_lianxi {
    padding-bottom: 60px;
}

#n_lianxi .tt {
    text-align: center;
    margin: 50px 0;
}

#n_lianxi .tt h5 {
    font-size: 34px;
    color: #555555;
    font-weight: bold;
}

#n_lianxi .tt span {
    font-size: 30px;
    color: #d4d4d4;
    font-family: arial;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

#n_lianxi .tt i {
    width: 74px;
    height: 6px;
    display: block;
    background: #194d9d;
    margin: 0 auto;
}

#n_lianxi ul {
    overflow: hidden;
    margin-bottom: 50px;
}

#n_lianxi ul li {
    float: left;
    width: 430px;
    height: 125px;
    background: #f0f1f6;
    border-radius: 3px;
    position: relative;
}

#n_lianxi ul li+li {
    margin-left: 35px;
}

#n_lianxi ul li .ico {
    display: inline-block;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    position: relative;
    background-color: #004099 !important;
    z-index: 0;
}

#n_lianxi ul li .ico font {
    display: block;
    width: 100%;
    height: 100%;
}

#n_lianxi ul li .ico:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #004099;
    z-index: -1;
    transform: scale(1);
    transition: .7s;
}

#n_lianxi ul li:hover .ico:before {
    transform: scale(1.4);
}

#n_lianxi ul li p {
    font-size: 16px;
    color: #7c7c7c;
    line-height: 67px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

/*==============分页=====================*/
.j_pages {
    text-align: center;
    margin-bottom: 60px;
}

.j_pages .box {
    display: inline-block;
    color: #919191;
    font-size: 14px;
}
.j_pages .box li{
    display: inline-block;
}
.j_pages a,
.j_pages input,
.j_pages button {
    height: 40px;
    padding: 0 12px;
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #f7f8fb;
    margin-right: 5px;
    color: #919191;
    font-size: 14px;
    font-family: arial;
    overflow: hidden;
    float: left;
    transition: .3s;
    border: 0;
}

.j_pages .on {
    color: #fff !important;
    font-weight: bold;
    background: #004099;
}

.j_pages .page-active a{
    color: #fff !important;
    font-weight: bold;
    background: #004099;
}

.j_pages a[href]:hover,
.j_pages button:hover {
    color: #fff !important;
    font-weight: bold;
    background: #004099;
}

.j_pages span {
    line-height: 40px;
    float: left;
    margin: 0 8px;
}

.j_pages input {
    width: 50px;
    padding: 0;
}

.j_pages button {
    width: 65px;
    cursor: pointer;
}

#n_news {
    padding-top: 66px;
    padding-bottom: 20px;
}

#n_news ul {
    overflow: hidden;
    margin: 0 -37px;
}

#n_news ul li {
    float: left;
    width: 404px;
    height: 382px;
    padding-top: 5px;
    position: relative;
    margin: 0 37px;
    padding-top: 9px;
}

#n_news ul li .img {
    width: 404px;
    height: 228px;
    transition: .7s;
}

#n_news ul li .img img {}

#n_news ul li .txt {
    height: 107px;
    padding-left: 104px;
    transition: .7s;
    position: relative;
}

#n_news ul li .txt .riqi {
    position: absolute;
    width: 85px;
    height: 85px;
    border: 1px solid #bfbfbf;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #353535;
    font-family: arial;
    text-align: center;
    padding-top: 17px;
    transition: .3s;
}

#n_news ul li:hover .txt .riqi {
    background: #2354a1;
    border: 1px solid #2354a1;
    color: #fff;
}

#n_news ul li .txt .riqi span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

#n_news ul li .txt h5 {
    font-size: 16px;
    color: #282828;
    margin-bottom: 13px;
}

#n_news ul li .txt p {
    font-size: 12px;
    color: #7b7b7b;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

#n_news ul li:hover .txt,
#n_news ul li:hover .img {
    transform: translateY(-8px);
}

#n_zizhi {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 10px;
}

#n_zizhi ul {
    margin-right: -35px;
}

#n_zizhi ul li {
    display: block;
    float: left;
    margin-right: 35px;
    width: 244px;
    margin-bottom: 25px;
}

#n_zizhi ul li .img_box {
    width: 244px;
    height: 328px;
    background: #e7e7e9;
    overflow: hidden;
    text-align: center;
}

#n_zizhi ul img {
    max-width: 203px;
    max-height: 191px;
    display: block;
    margin: 0 auto;
}

#n_zizhi ul li h5 {
    font-size: 15px;
    color: #353535;
    text-align: center;
    line-height: 55px;
}

#n_shebei {
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
}

#n_shebei ul {
    margin-right: -36px;
}

#n_shebei ul li {
    width: 313px;
    height: 274px;
    float: left;
    margin-right: 36px;
    margin-bottom: 26px;
}

#n_shebei ul li .img {
    border: 3px solid #eee;
}

#n_shebei ul li .img img {
    transition: 1s;
}

#n_shebei ul li h5 {
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #353535;
    text-align: center;
}

#n_shebei ul li:hover .img {
    border: 3px solid #194d9d;
}

#n_shebei ul li:hover h5 {
    background: #194d9d;
    color: #fff;
}

#n_shebei ul li:hover .img img {
    transform: scale(1.1);
}

.ar_title {
    border-bottom: 1px solid #e5e5e5;
    height: 110px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 50px;
}

.ar_title h1 {
    font-size: 22px;
    display: block;
    text-align: left;
    line-height: 30px;
    color: #1f1f1f;
}

.ar_title i {
    display: block;
    width: 20px;
    height: 2px;
    background: #005da9;
    margin-top: 13px;
    margin-bottom: 9px;
}

.ar_title h2 {
    height: 30px;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #949494;
    line-height: 30px;
}

.ar_title h2 strong {
    color: #b8b7bc;
}

.ar_title h2 img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

/*====分享插件====*/
.shart_box {
    height: 40px;
    position: relative;
    top: -2px;
    float: left;
    margin-left: 38px;
}

span.span2.shart_box {}

.shart_box a {
    color: #949494;
    font-size: 12px;
    line-height: 35px;
    float: left;
}

.shart_box:hover #j_shart_s_24 {
    display: block;
}

#j_shart_s_24 .bds_count {
    font-size: 12px;
}

.shart_box img {
    position: relative;
    top: 3px;
}

#j_shart_s_24 {
    padding-left: 10px;
    position: relative;
    float: left;
    display: none;
}

#j_shart_s_24 strong {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    line-height: 36px;
    font-size: 12px;
    color: #a3a0a9;
}

#j_shart_s_24 .bds_qzone {
    background: url(../images/j_shart.png) center -224px no-repeat
}

#j_shart_s_24 .bds_tsina {
    background: url(../images/j_shart.png) center -311px no-repeat
}

#j_shart_s_24 .bds_tqq {
    background: url(../images/j_shart.png) center -195px no-repeat
}

#j_shart_s_24 .bds_renren {
    background: url(../images/j_shart.png) center -340px no-repeat
}

#j_shart_s_24 .bds_weixin {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_sqq {
    background: url(../images/j_shart.png) center -79px no-repeat
}

#j_shart_s_24 .bds_fbook {
    background: url(../images/j_shart.png) center -166px no-repeat
}

#j_shart_s_24 .bds_twi {
    background: url(../images/j_shart.png) center -137px no-repeat
}

#j_shart_s_24 .bds_linkedin {
    background: url(../images/j_shart.png) center -108px no-repeat
}

#j_shart_s_24 .bds_tieba {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_huaban {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_douban {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_copy {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_print {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_mshare {
    background: url(../images/j_shart.png) center -253px no-repeat
}

#j_shart_s_24 .bds_count {
    font-size: 12px
}

.left_con {
    width: 980px;
    float: left;
}

#n_news_xq {
    overflow: hidden;
    padding-bottom: 40px;
}

#n_news_xq .right_con {
    width: 334px;
    float: right;
}

.news_tuijian {
    border: 1px solid #efefef;
}

.news_tuijian .tt {
    height: 50px;
    line-height: 50px;
    color: #383838;
    font-size: 15px;
    background: #f6f7fa;
    padding: 0 30px;
    border-bottom: 1px solid #efefef;
}

.news_tuijian .tt a {
    color: #383838;
    font-size: 15px;
}

.news_tuijian .tt span {
    float: right;
    font-size: 30px;
    color: #7b7b7d;
}

.news_tuijian .tt span img {
    position: relative;
    top: 20px;
    display: none;
}

.news_tuijian ul {
    padding: 0 30px;
}

.news_tuijian ul li {
    border-bottom: 1px dashed #dfdfdf;
}

.news_tuijian ul li a {
    padding: 15px 0;
    display: block;
}

.news_tuijian ul li h5 {
    font-size: 14px;
    color: #818181;
}

.news_tuijian ul li.li_1 h5 {
    color: #555555;
}

.news_tuijian ul li span {
    font-size: 12px;
    color: #9a9a9c;
    font-family: arial;
    display: block;
    margin: 13px 0;
}

.news_tuijian ul li p {
    font-size: 12px;
    color: #7b7b7e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_tuijian ul li h5:hover {
    color: #005da9;
}

#n_xiazai {
    overflow: hidden;
    padding: 50px 0;
}

#n_xiazai ul {
    background: url(../images/n_ziliao_bg.png) center repeat-y;
    overflow: hidden;
    margin-right: -30px;
}

#n_xiazai ul li {
    width: 665px;
    height: 98px;
    float: left;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-top: 30px;
    padding-top: 23px;
    margin-right: 30px;
}

#n_xiazai ul li a:before {
    content: "";
    width: 665px;
    height: 97px;
    box-sizing: border-box;
    display: block;
    border: 1px solid #194d9d;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    -webkit-transition: .3s;
    transform: scale(1.03, 1.08);
    opacity: 0;
}

#n_xiazai ul li .txt {
    margin-left: 26px;
    width: 485px;
    float: left;
    position: relative;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
    line-height: 52px;
}

#n_xiazai ul li .txt h5 {
    width: 390px;
    font-size: 16px;
    color: #242425;
    overflow: hidden;
    float: left;
    background: url(../images/ico_shu.png) left center no-repeat;
    padding-left: 44px;
}

#n_xiazai ul li .txt span {
    font-size: 12px;
    color: #97989b;
    display: block;
    float: right;
}

#n_xiazai ul li .btn {
    display: block;
    width: 52px;
    height: 52px;
    float: right;
    margin-right: 20px;
    margin-top: -2px;
    transition: .3s;
    -webkit-transition: .3s;
    background: url(../images/n_xiazai_ico.png) center no-repeat;
    background-size: 52px;
}

#n_xiazai ul li:hover a .btn {
    background: url(../images/n_xiazai_ico_on.png) center no-repeat;
    background-size: 52px;
}

#n_xiazai ul li:hover a:before {
    transform: scale(1, 1);
    opacity: 1;
}

#n_pro {
    padding: 60px 0 0;
}

#n_pro .left_list {
    float: left;
    width: 250px;
    margin-bottom: 60px;
    position: relative;
    z-index: 99;
}

#n_pro .left_list .tt {
    height: 92px;
    color: #fff;
    background: url(../images/icon_sub_nav.png) 23px 27px no-repeat #194d9d;
    padding-left: 72px;
    padding-top: 24px;
}

#n_pro .left_list .tt strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#n_pro .left_list .tt span {
    font-size: 16px;
    font-weight: bold;
}

#n_pro .hd {
    background: #f7f7f9;
    border: 1px solid #e9e9ec;
    padding: 10px 0;
}

#n_pro .hd>ul {}

#n_pro .hd>ul>li {
    height: 55px;
    line-height: 55px;
    position: relative;
    margin-bottom: 10px;
}

#n_pro .hd>ul>li>a {
    font-size: 16px;
    color: #555;
    background: #fff;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 17px;
    padding-left: 33px;
}

#n_pro .hd>ul>li:hover,
#n_pro .hd>ul>li.on {
    background: url(../images/s_pro_hd_li.jpg) left center no-repeat;
}

#n_pro .hd>ul>li:hover a,
#n_pro .hd>ul>li.on a {
    color: #fff;
    border: 0;
    background: none;
}

#n_pro .hd ul li .sub {
    position: absolute;
    top: -10px;
    display: none;
    width: 250px;
    background: #f4f4f4;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    left: 250px;
    padding-top: 10px;
}

#n_pro .hd ul li .sub.sub2 {
    left: 250px;
    top: 0px;
}

#n_pro .hd ul li .sub a {
    font-size: 15px;
    color: #555;
    background: #fff;
    display: block;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 10px;
    padding-left: 20px;
}

#n_pro .hd ul li:hover ul.sub1 {
    display: block;
}

#n_pro .hd ul li .sub>li>a:hover,
#n_pro .hd ul li .sub>.on>a {
    background: #4577bb;
    color: #fff;
}

#n_pro .hd ul li ul.sub1 li:hover ul.sub2 {
    display: block;
}

#n_pro .right_list {
    width: 1060px;
    float: right;
    margin-bottom: 60px;
}

#n_pro .right_list .bd {
    margin-bottom: 60px;
}

#n_pro .bd {}

#n_pro .bd ul {
    overflow: hidden;
    margin-right: -35px;
}

#n_pro .bd ul li {
    float: left;
    height: 263px;
    width: 243px;
    margin-right: 29px;
}

#n_pro .bd ul li a {
    display: block;
}

#n_pro .bd ul li .img {
    width: 243px;
    height: 202px;
    border: 1px solid #e3e2e5;
}

#n_pro .bd ul li .img img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

#n_pro .bd ul li:hover .img img {
    transform: scale(1.1);
}

#n_pro .bd ul li h5 {
    text-align: center;
    font-size: 14px;
    color: #616064;
    line-height: 50px;
}

.pro_box {
    overflow: hidden;
    margin-bottom: 50px;
}

.pro_box .img {
    width: 440px;
    height: 364px;
    float: left;
    border: 1px solid #e3e2e5;
}

.pro_box .img img {
    width: 100%;
    height: 100%;
}

.pro_box .txt {
    width: 580px;
    float: right;
    padding-top: 37px;
}

.pro_box .txt .tt {
    font-size: 20px;
    font-weight: bold;
    color: #616064;
    margin-bottom: 20px;
}

.pro_box .txt .con {
    font-size: 16px;
    color: #616064;
    line-height: 36px;
    height: 252px;
    overflow: auto;
}