@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e9280c;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1300px;
    margin: 0 auto;
    overflow: visible;
}

.w1,
.container {
    width: 1300px;
    margin: 0 auto;
    display: block;
}

.bowrap {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width:1520px) {
    .wrap {
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
    }
    .w1,
    .container {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }
    .bowrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .nav_out {
        width: 1200px;
        margin: 0 auto;
    }
    .tem_head nav {
        width: 1200px !important;
    }
}

.h_top {
    background: #fff;
    height: 36px;
    line-height: 36px;
    color: #878787;
    border-bottom: 1px solid #eee;
}

.h_top_main p {
    font-weight: normal;
}

.h_top .top_ico {
    display: block;
    position: relative;
}

.h_top .top_ico ul {
    list-style: none;
}

.h_top .top_ico ul li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #eee
}

.h_top .top_ico ul li a {
    color: #878787;
    font-size: 14px;
    display: block;
}

.h_top .top_ico ul li:nth-child(1) a {
    background: url(../images/t_ico1.png) left no-repeat;
    padding-left: 30px;
}

.h_top .top_ico ul li:nth-child(2) a {
    background: url(../images/t_ico2.png) left no-repeat;
    padding-left: 30px;
}

.h_top .top_ico ul li:nth-child(3) a {
    background: url(../images/t_ico3.png) left no-repeat;
    padding-left: 30px;
}

.h_top .top_ico ul li b {
    width: 200px;
    background: #fff;
    position: absolute;
    top: 36px;
    right: 0;
    margin-left: -100px;
    color: #666;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    z-index: 9999;
}

.h_top .top_ico ul li b img {
    width: 150px;
    display: block;
    margin: 5px auto;
}

.top_logo {
    width: 100%;
    background: url(../images/top_bg.jpg) center no-repeat;
    height: 149px;
    display: block;
}

.top_logo .logo {
    margin-top: 20px;
    display: block;
    width: 370px;
}

.top_logo .logo img {
    max-width: 280px;
}

.top_txt {
    width: 560px;
    display: block;
    overflow: hidden;
    padding: 30px 0 0;
    margin-left: 20px;
}

.top_txt h3 {
    font-size: 24px;
    color: #383330;
    line-height: 50px;
}

.top_txt ul {
    list-style: none;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.top_txt ul li {
    width: 97px;
    display: block;
    float: left;
    margin-right: 10px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: #0d50a7;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.top_tel {
    display: block;
    background: url(../images/top_tel.png) left no-repeat;
    padding-left: 70px;
    margin-top: 34px;
}

.top_tel p {
    font-size: 14px;
    color: #5a5a5a;
}

.top_tel h3 {
    font-size: 28px;
    color: #fb1d1c;
    font-weight: bold;
    font-family: Impact;
}

.flash {
    width: 100%;
    display: block;
    overflow: hidden;
}

.navlist {
    background: url(../images/nav_bg.jpg) center no-repeat;
    height: 68px;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.nav_out {
    width: 1300px;
    display: block;
    margin: 0 auto;
}

.tem_head nav {
    width: 1300px;
    position: absolute;
    height: 68px;
    line-height: 68px;
}

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

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 68px;
    width: 16.6%;
}

.tem_head nav a {
    display: block;
    font-size: 16px;
    color: #1e1e1e;
    text-align: center;
}

.tem_head nav a:hover {
    height: 68px;
    background: #e6212a;
    color: #fff;
}

.tem_head nav a.navdown {
    height: 68px;
    background: #e6212a;
    color: #fff;
}

.tem_head nav a.navdown:hover {
    height: 68px;
    background: #e6212a;
    color: #fff;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 99;
    display: none;
    background: rgba(1, 64, 153, 0.8);
}

.tem_head nav ul li dl dd {
    padding: 10px 10px 20px;
    width: 180px;
    display: block;
    overflow: hidden;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0 5px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    height: 36px;
}

.tem_head nav ul li dl dd a:hover {
    line-height: 36px;
    color: #fff !important;
    border-bottom: none;
    height: 36px;
}

.tem_head nav ul li:hover>dl {
    display: block;
}

.tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
}

.tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
}

.tem_head nav ul li dl dd i {
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
}

.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}


/*搜索*/

.hots_bg {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

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

.hotword {
    float: left;
    width: 880px;
    margin: 10px 0 0;
}

.hot_c {
    background: url(../images/hot.png) left no-repeat;
    padding-left: 35px;
    color: #000;
    width: 100px;
    float: left;
    font-size: 14px;
    font-weight: bold
}

.hotword p {
    width: 730px;
    float: left;
    display: block;
}

.hotword p a {
    display: block;
    color: #5c5c5c;
    font: normal 14px/26px "Microsoft YaHei";
    float: left;
    padding: 0 10px;
}

.hotword p a:hover {
    display: block;
    color: #f00;
    font: normal 14px/26px "Microsoft YaHei";
    float: left;
    text-decoration: underline;
}

.head_search {
    width: 270px;
    float: right;
    margin-top: 10px;
}

.boxs {
    height: 50px;
    width: 270px;
    line-height: 50px;
    font-size: 12px;
    background: #f0f0f0;
    border-radius: 15px;
}

.texts {
    width: 200px;
    height: 100%;
    float: left;
    margin-left: 10px;
    font-family: "Microsoft YaHei";
    background: none;
    border: none;
}

.btnSubmits {
    width: 60px;
    height: 50px;
    background: url(../images/sea_btn.png) center 8px no-repeat;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
    border: none;
}


/* 产品中心  */

.index_product {
    padding: 70px 0;
    overflow: hidden;
}

.pro_tit {
    width: 100%;
    display: block;
    text-align: center;
}

.pro_tit h3 {
    font-size: 36px;
    color: #333037;
    line-height: 40px;
}

.pro_tit h3 i {
    font-style: normal;
    color: #1058aa;
}

.pro_tit hr {
    width: 35px;
    background: #e6212a;
    height: 4px;
    border: none;
    margin: 5px auto;
}

.pro_tit p {
    font-size: 18px;
    color: #4c4c4c;
    padding: 10px 0;
}

.product_lb {
    margin-top: 60px;
    width: 100%;
    display: block;
}

.pro_side {
    width: 22%;
    background: #1058aa;
    display: block;
    overflow: hidden;
}

.cp_fl {}

.cp_fl h3 {
    width: 100%;
    background: url(../images/p_tot.png) center no-repeat;
    text-align: center;
    line-height: 118px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.cp_lb {
    padding: 20px 10px 0;
    background: #fff;
    margin: 10px;
    display: block;
    overflow: hidden;
}

.cp_lb dl {
    margin-bottom: 12px;
}

.cp_lb dl dt {
    background: url(../images/p_ico.png) 10px no-repeat #1058aa;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding-left: 45px;
}

.cp_lb dl dt a {
    color: #fff;
    display: block;
}

.cp_lb dl dd {
    display: block;
    overflow: hidden;
    padding: 15px 10px 0;
}

.cp_lb dl dd a {
    width: 100%;
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.cp_lb dl:hover dt {
    background: url(../images/p_ico.png) 10px no-repeat #e6212a;
}

.cp_lb dl dd a:hover {
    color: #1058aa;
    text-decoration: underline;
}

.pro_side hr {
    height: 10px;
    width: 100%;
    background: #fff;
}

.side_lx02 {
    padding: 15px;
    display: block;
    overflow: hidden;
}

.side_lx02 h3 {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    text-align: center
}

.side_lx02 .lx_con {
    padding: 20px 10px;
    background: #fff;
    margin-top: 15px;
}

.side_lx02 .lx_con h4 {
    font-size: 20px;
    color: #1058aa;
    padding: 8px 0 8px 62px;
}

.side_lx02 .lx_con p {
    font-size: 16px;
    color: #373737;
    line-height: 36px;
    margin-top: 5px;
}

.products {
    width: 76%;
    display: block;
    overflow: hidden;
    position: relative;
}

.products .tab-hd {
    overflow: hidden;
    zoom: 1;
    list-style: none;
    height: 66px;
    border: 1px solid #ecebeb;
}

.products .tab-hd li {
    color: #161616;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 64px;
    width: 185px;
    text-align: center;
    border-right: 1px solid #ecebeb;
}

.products .tab-hd li:last-child {
    border-right: none;
}

.products .p_more {
    width: 100px;
    background: #1058aa;
    border-radius: 15px;
    position: absolute;
    top: 18px;
    right: 10px;
    text-align: center;
}

.products .p_more a {
    font-size: 14px;
    color: #fff;
    display: block;
}

.products .tab-hd li a {
    color: #000;
}

.products .tab-hd li:hover {
    border-bottom: 2px solid #e6212a;
}

.products .tab-hd .active02 {
    border-bottom: 2px solid #e6212a;
}

.products .tab-hd .active02 a {
    color: #000;
}

.products .tab-bd {
    /* width: 100%; */
    display: block;
    margin-top: 40px;
}

.products .tab-bd li {
    display: none;
    width: 100%;
    overflow: hidden;
}

.products .tab-bd li.thisclass {
    display: list-item;
}

.products .tab-bd li.thisclass {
    display: block;
    overflow: hidden;
}

.pro_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_list dl {
    width: 31.5%;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 40px;
    border: 1px solid #e5e5e5;
}

.pro_list dl dd {
    display: block;
    /* background: #eeefef; */
    overflow: hidden;
    /* padding-bottom: 15px; */
    text-align: center;
}

.pro_list dl dd .c_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_list dl dd .c_img img {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    width: 315px;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

.pro_list dl dd p {
    font-size: 16px;
    line-height: 34px;
    color: #101010;
    background: #f1f1f1;
    font-weight: normal;
    padding: 15px 0;
    float: left;
    text-align: center;
    width: 100%
}

.pro_list dl:nth-child(3n) {
    margin-right: 0 !important;
}

.pro_list dl:hover dd .c_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.pro_list dl:hover dd p {
    background: #1058aa;
    color: #fff;
}


/* 优势  */

.index_ys {
    width: 100%;
    background: url(../images/line.png) top center no-repeat;
    padding: 124px 0 80px;
    display: block;
    overflow: hidden;
}

.ys_tit {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
}

.ys_tit .tit_nr {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.ys_tit h3 {
    font-size: 43px;
    color: #222222;
    line-height: 50px;
}

.ys_tit h3 i {
    color: #1058aa;
    font-style: normal;
}

.ys_tit h4 {
    font-size: 34px;
    color: #f68e10;
    font-weight: bold;
    line-height: 68px;
}

.tit_bg {
    font-size: 122px;
    color: #f1f1f1;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 150px;
}

.ys_list {
    overflow: hidden;
}

.ys_list dl {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 40px;
    display: block;
    overflow: hidden;
    padding: 30px 15px 0;
    border-top-right-radius: 70px;
}

.ys_list dl dt {
    width: 49%;
    display: block;
    overflow: hidden;
    border-top-right-radius: 35px;
}

.ys_list dl:nth-child(2n) dt {
    border-top-left-radius: 35px;
    border-top-right-radius: 0;
}

.ys_list dl dt img {
    max-width: 100%;
}

.ys_list dl dd {
    width: 49%;
    display: block;
}

.ys_bt {
    display: block;
    padding: 12px 0 12px 100px;
}

.ys_bt h4 {
    font-size: 30px;
    color: #363636;
    line-height: 45px;
    font-weight: normal;
}

.ys_bt h3 {
    font-size: 38px;
    color: #015ba9;
    line-height: 50px;
    display: block;
}

.ys_list dl dd .ys_cc {
    display: block;
    overflow: hidden;
    padding-left: 30px;
    background: url(../images/dui.png) 25px 15px no-repeat
}

.ys_list dl dd .ys_cc p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding-left: 30px;
    margin-top: 15px;
    display: block;
}

.ys_list dl dd span {
    width: 150px;
    background: #015ba9;
    border-radius: 15px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.ys_list dl dd span a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}

.bt1 {
    background: url(../images/i01.png) 10px no-repeat;
}

.bt2 {
    background: url(../images/i02.png) 10px no-repeat;
}

.bt3 {
    background: url(../images/i03.png) 10px no-repeat;
}

.bt4 {
    background: url(../images/i04.png) 10px no-repeat;
}


/* 广告1  */

.adv_01 {
    width: 100%;
    background: url(../images/adv_bg_02.jpg) center no-repeat;
    height: 269px;
    display: block;
}

.adv_fl {
    width: 800px;
    padding: 60px 0 0;
    display: block;
}

.adv_txt {
    margin-left: 30px;
    display: block;
    overflow: hidden;
}

.adv_txt h3 {
    font-size: 42px;
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 50px;
}

.adv_txt span {
    background: #fb1d1c;
    font-size: 26px;
    color: #fff;
    display: block;
    margin: 20px 0 15px;
    width: 320px;
    padding: 12px 15px;
    text-align: center;
}

.adv_txt p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.adv_lx {
    width: 290px;
    display: block;
    overflow: hidden;
    margin-top: 85px;
}

.adv_lx .adv_tel {
    padding-left: 60px;
    background: url(../images/a_tel.png) left 5px no-repeat;
    display: block;
}

.adv_lx .adv_tel p {
    font-size: 16px;
    color: #fff;
}

.adv_lx .adv_tel h3 {
    font-size: 32px;
    color: #fff;
    line-height: 45px;
}

.adv_lx span {
    width: 240px;
    background: #fff;
    border-radius: 30px;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.adv_lx span a {
    padding: 15px 0;
    background: url(../images/zx.png) 30px center no-repeat;
    font-size: 18px;
    color: #fb1d1c;
    display: block;
    font-weight: bold;
}


/* 应用案例  */

.index_case {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0;
}

.case_list {
    padding: 60px 0 0;
    overflow: hidden;
}

.case_list dl {
    width: 31%;
    float: left;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f0f0f0;
    margin-right: 3.5%;
}

.case_list dl:nth-child(3n) {
    margin-right: 0;
}

.case_list dl dt {
    display: block;
    padding: 4%;
    overflow: hidden;
    margin: 0 auto
}

.case_list dl dt img {
    display: block;
    margin: 0 auto
}

.case_list dl dd {
    text-align: center;
    padding: 5px 0 15px;
    display: block;
    overflow: hidden;
}

.case_list dl dd p {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.case_list dl:hover {
    background: #1058aa;
}

.case_list dl:hover dd p {
    color: #fff;
}

.p_more02 {
    width: 150px;
    background: #1058aa;
    display: block;
    margin: 15px auto;
    overflow: hidden;
    text-align: center;
}

.p_more02 a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
}


/* 公司简介  */

.index_about {
    width: 100%;
    background: url(../images/about_bg.jpg) top no-repeat;
    display: block;
    overflow: hidden;
    padding: 60px 0;
}

.gs_ys {}

.gs_ys ul {
    list-style: none;
    display: bottom;
    overflow: hidden;
}

.gs_ys ul li {
    float: left;
    display: block;
    border-right: 1px solid #669bcd;
    width: 24.5%;
    padding: 20px 0;
}

.gs_ys ul li i {
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    margin-right: 5px;
}

.gs_ys ul li h3 {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}

.gs_ys ul li h3 span {
    font-weight: normal;
    font-size: 14px;
}

.gs_ys ul li .i01 {
    background: url(../images/about-tb.png) 0 0 no-repeat;
}

.gs_ys ul li .i02 {
    background: url(../images/about-tb.png) 0 -75px no-repeat;
}

.gs_ys ul li .i03 {
    background: url(../images/about-tb.png) 0 -155px no-repeat;
}

.gs_ys ul li .i04 {
    background: url(../images/about-tb.png) 0 -230px no-repeat;
}

.gs_ys ul li:nth-child(4) {
    border-right: none;
}

.ab_con {
    display: bottom;
    overflow: hidden;
    background: #fff;
    padding: 30px 20px;
    margin-top: 30px;
}

.ab_bg {
    background: url(../images/bg_08.png) bottom no-repeat;
    height: 40px;
    background-size: 100%;
}

.ab_img {
    width: 43%;
    display: block;
}

.ab_img img {
    max-width: 100%;
    display: block;
}

.ab_txt {
    width: 54%;
    display: block;
    overflow: hidden;
}

.ab_txt h3 {
    font-size: 24px;
    color: #0157a4;
    line-height: 42px;
}

.ab_txt p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 38px;
    margin: 12px 0;
}

.ab_txt span {
    width: 150px;
    background: #f68e10;
    text-align: center;
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}

.ab_txt span a {
    color: #fff;
    display: block
}

.ab_ry {
    margin-top: 60px;
    background: url(../images/zz_bg_02.jpg) bottom no-repeat;
    padding-bottom: 38px;
    width: 100%;
    background-size: 100%;
}

.company_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.company_img .swiper-slide {}

.company_img .swiper-slide .chej_zp {
    background: url(../images/zz_bg_03.png) bottom no-repeat;
    padding-bottom: 18px;
    width: 100%;
}


/* 新闻资讯  */

.index_news {
    overflow: hidden;
    padding: 0 0 60px 10px;
}

.news_list {
    margin-top: 60px;
}

.news_fl {
    width: 49%;
    display: block;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

.news_bt {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    display: block;
    height: 68px;
}

.news_bt h3 {
    width: 160px;
    text-align: center;
    background: #0157a4;
    font-size: 20px;
    color: #fff;
    line-height: 68px;
    font-weight: normal;
    float: left;
}

.news_bt span {
    float: right;
    margin-right: 15px;
    line-height: 68px;
    font-size: 16px;
    color: #5d5d5d;
}

.news_tj {
    padding: 5px 12px;
    display: block;
    overflow: hidden;
}

.news_tj dl {
    width: 100%;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.news_tj dl dt {
    width: 214px;
    height: 153px;
    float: left;
    display: block;
}

.news_tj dl dt img {
    width: 100%;
    max-height: 153px;
    display: block;
}

.news_tj dl dd {
    margin-left:220px;
    display: block;
}

.news_tj dl dd h3 {
    font-size: 16px;
    color: #010101;
}

.news_tj dl dd p {
    font-size: 14px;
    color: #686868;
    line-height: 24px;
    margin: 8px 0 12px;
}

.news_tj dl dd span {
    width: 150px;
    border: 1px solid #0157a4;
    display: block;
    text-align: center;
    border-radius: 20px;
    line-height: 36px;
}

.news_lb {
    padding: 15px 12px;
    display: block;
    overflow: hidden;
}

.news_lb ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.news_lb ul li {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    display: block;
    line-height: 50px;
    overflow: hidden;
}

.news_lb ul li a {
    font-size: 14px;
    color: #262626;
    float: left;
}

.news_lb ul li span {
    font-size: 14px;
    color: #808080;
    margin-right: 5px;
    float: right;
}


/* 友情链接  */

.link {
    overflow: hidden;
    padding: 10px 0;
}

.link h3 {
    font-size: 26px;
    color: #e6212a;
    line-height: 45px;
    text-transform: uppercase;
}

.link h3 i {
    font-size: 16px;
    color: #000;
    font-style: normal;
}

.link ul {
    padding: 20px;
    border: 1px solid #ebebeb;
    display: block;
    overflow: hidden;
}

.link ul li {
    float: left;
    display: block;
    padding: 0 10px;
}

.link ul li a {
    font-size: 14px;
    color: #808080;
    line-height: 30px;
}

.link ul li a:hover {
    color: #e6212a;
    text-decoration: underline;
}

.subsite {
    background: #f2f2f2;
    overflow: hidden;
}

.subsite ul {
    border-left: 6px solid #e6212a;
    list-style: none;
    display: block;
    overflow: hidden;
}

.subsite ul li {
    float: left;
    display: block;
    padding: 0 10px;
    line-height: 45px;
}

.subsite ul li a {
    font-size: 14px;
    color: #808080;
}

.subsite ul li a:hover {
    color: #0157a4;
    text-decoration: underline;
}


/* 底部  */

.footer {
    width: 100%;
    display: block;
    background: #373737;
    overflow: hidden;
    margin-top: 30px;
}

.db_nav {
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #404040;
}

.db_nav ul {
    text-align: center;
    list-style: none;
}

.db_nav ul li {
    display: inline-table;
    padding: 0 30px;
    line-height: 14px;
    border-right: 1px solid #fff;
}

.db_nav ul li a {
    font-size: 14px;
    color: #fff;
}

.db_con {
    padding: 30px 0 40px;
    border-top: 1px solid #000;
    display: block;
    overflow: hidden;
}

.db_con .db_logo {}

.db_con .db_lx {
    width: 515px;
    margin-left: 50px;
    display: block;
}

.db_con .db_lx p {
    font-size: 14px;
    color: #c8c8c8;
    line-height: 28px;
}

.db_con .db_lx p a {
    color: #c8c8c8;
}

.db_tel {
    width: 280px;
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.db_tel h3 {
    font-size: 35px;
    padding-left: 58px;
    background: url(../images/db_tel.png) left no-repeat;
    font-size: 32px;
    color: #e6212a;
    line-height: 48px
}

.db_tel p {
    font-size: 14px;
    color: #e5e5e5;
    line-height: 28px;
    text-align: right;
}

.db_tel span {
    width: 150px;
    background: #e6212a;
    display: block;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    margin-top: 8px;
}

.db_tel span a {
    padding: 8px 0;
    display: block;
    font-size: 14px;
    color: #fff;
}

.db_con .db_ewm {
    width: 140px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.db_con .db_ewm img {
    margin: 0 auto;
    display: block;
}

.db_con .db_ewm p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #c8c8c8;
}


/*banner*/

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 10px !important;
}


/*banner*/

.flash {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;
}

.flash1 {
    width: 1000px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 500px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}


/*左侧分栏*/

.warpper {
    width: 1200px;
    margin: 30px auto;
    display: block;
    overflow: hidden;
}

.con_section {
    position: relative;
    padding: 20px 0 50px;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 240px;
}

lside section h2 {
    background: url(../images/about_03.jpg) no-repeat;
    height: 90px;
    font-size: 26px;
    line-height: 90px;
    color: #fff;
    padding-left: 45px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 10px 10px;
}

lside .lside_list dl {
    margin-bottom: 12px;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/p_ico.png) 10px no-repeat #1058aa;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 8px 0 8px 10px;
    color: #fff;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/p_ico.png) 10px no-repeat #e6212a;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/p_ico.png) 10px no-repeat #e6212a;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 10px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

.side_tel {
    width: 100%;
    background: url(../images/about_06.jpg) no-repeat;
    height: 172px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
}

.side_tel p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0 0;
}

.side_tel h3 {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}

.side_news {
    margin-top: 15px;
    display: block;
}

.side_news h2 {
    background: url(../images/about_03.jpg) no-repeat;
    height: 90px;
    font-size: 26px;
    line-height: 90px;
    color: #fff;
    padding-left: 45px;
}

.side_news ul {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0 20px 15px;
}

.side_news ul li {
    border-bottom: 1px dashed #ccc;
    padding: 12px 0;
}

.side_news ul li span {
    font-size: 12px;
    color: #8e8e8e;
    line-height: 16px;
    display: block;
}

.side_news ul li h3 {
    color: #000;
    font-size: 12px;
}

.side_news ul li p {
    color: #333;
    line-height: 20px;
    font-size: 12px;
}


/*右侧内容*/

article {
    width: 930px;
    float: right;
    padding: 0 10px;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    border-top: 3px solid #e6212a;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: 'Microsoft YaHei';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}


/*新闻列表*/

.module_list_article {
    padding: 10px;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.module_list_article dl dd {
    display: block;
    overflow: hidden;
}

.module_list_article dl dd h3 {
    font-size: 14px;
    color: #165998;
    line-height: 32px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0px;
    color: #626262;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #aaaaaa;
}


/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    margin-top: 20px;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 30px 10px;
}

.article_content .article_editor p {
    font-size: 14px;
    line-height: 32px;
}


/*图片列表*/

.module_list_img {
    padding: 10px;
}

.module_list_img li {
    width: 31%;
    float: left;
    margin: 15px 10px;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    height: 235px;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #f2faf9;
    line-height: 50px;
}

.module_list_img li:hover h3 {
    background: #1058aa;
    color: #fff;
}


/*图片详情*/


/*图片详情*/

.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
}

.product-img img {
    width: 100%;
}

.product-arr {
    float: right;
    width: 630px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
    padding: 20px 10px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}


/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

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

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px!important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}


/*分页*/

.page-list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding: 7px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


/*左侧工具条*/

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #004b97;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1d86c5;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #004b97;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #004b97;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #004b97;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.page_bg {
    width: 100%;
    height: 310px;
    display: block;
    overflow: hidden;
}

.page_bg img {
    width: 100%;
}

.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    height: 296px;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.case_list02 ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}

.case_list02 ul li:hover p {
    background: #e6212a;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.article_content .img_img {
    display: block;
    text-align: center;
}

.article_content .img_img img {
    max-width: 80%;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.module_list_article02 {
    padding: 10px;
}

.module_list_article02 dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.module_list_article02 dl dt {
    width: 20%;
    float: left;
}

.module_list_article02 dl dt img {
    width: 100%;
}

.module_list_article02 dl dd {
    float: right;
    width: 78%;
}

.module_list_article02 dl dd h3 {
    font-weight: normal;
}

.module_list_article02 dl dd p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article02 dl dd span {
    font-size: 12px;
    color: #666;
}