@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;
}

table {
    border: 1px solid rgb(184, 183, 183);
    border-collapse: collapse;
    width: 100%;
}

td {
    border: 1px solid rgb(184, 183, 183);
    padding: 5px 8px;
}

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;
}

.mt80 {
    margin-top: 80px;
}

.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;
}


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

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


.header {
    width: 100%;
    display: block;
    background: #fff;
}

.top {
    width: 100%;
    background: #f2f2f2;
    display: block;
    overflow: hidden;
    line-height: 36px;
}

.top p {
    font-size: 14px;
    color: #333333;
}

.top .top_ico {
    display: block;

}

.top .top_ico ul {
    list-style: none;
    float: left;
    display: block;
    overflow: hidden;
}

.top .top_ico ul li {
    float: left;
    padding: 0 10px;
    margin: 10px 0;
    border-right: 1px solid #666;
    line-height: 14px;
}

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

.top .top_ico ul li a {
    color: #333333;
    opacity: 0.7;
    font-size: 14px;
    display: block;
}


.search {
    margin-top: 20px;
    width: 310px;
}

.boxs {
    width: 308px;
    border: 1px solid #1048a0;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
}

.texts {
    width: 198px;
    height: 100%;
    float: left;
    padding-left: 10px;
    font-family: "Microsoft YaHei";
    border: none;

}

.btnSubmits {
    width: 100px;
    height: 45px;
    background: #1048a0;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 45px;
    border: none;
    cursor: pointer;
    vertical-align: top;
}


.top_logo {
    margin: 20px auto 0;
    height: 100px;
    display: block;
    overflow: hidden;
}

.top_logo .logo {
    width: 550px;
    display: block;
    overflow: hidden;
}

.top_logo .logo img {
    float: left;
    margin-right: 20px;
    display: block;
    margin-top: 14px;
}


.navlist {
    width: 100%;
    height: 60px;
    display: block;
    background: #1048a0;

}

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

.tem_head nav {
    width: 1200px;
    position: absolute;
    height: 60px;
    line-height: 60px;
}

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

.tem_head nav ul li {
    position: relative;
    float: left;
    width: 16.5%;
    border-right: 1px solid #0b2d7e
}

.tem_head nav ul li:last-child {
    border-right: none;
}

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

.tem_head nav a:hover {
    color: #fff;
    background: #23b14d;
}

.tem_head nav a.navdown {
    color: #fff;
    background: #23b14d;
}

.tem_head nav a.navdown:hover {
    color: #fff;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    display: none;
    background: #004b97;
}

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

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

.tem_head nav ul li dl dd a:hover {
    color: #fff;

}

.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;
}

.top_tel {
    display: block;
    padding-left: 60px;
    background: url(../images/top_tel.png) left no-repeat;
    line-height: 30px;
    margin-top: 12px;
}

.top_tel p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.top_tel h3 {
    font-size: 27px;
    color: #004b98;
}

/*  产品中心  */
.index_product {
    padding: 50px 0;
    overflow: hidden;
}

.pro_tit {
    text-align: center;
    background: url(../images/pro_tbg.png) center 80px no-repeat;
}

.pro_tit h4 {
    font-size: 30px;
    color: #bdbdbd;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
}

.pro_tit h3 {
    font-size: 42px;
    color: #000000;
    line-height: 50px;
    margin: 10px 0 15px;
    letter-spacing: 2px;
}

.pro_tit h3 i {
    font-style: normal;
    color: #1859b7;
}

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

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

.pro_side {
    width: 276px;
    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 20px 0;
    background: #fff;
    margin: 10px;
    display: block;
    overflow: hidden;
}

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

.cp_lb dl dt {
    background: url(../images/p_ico2.png) 10px no-repeat #f5f9fe;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #1859b7;
    padding-left: 45px;
}

.cp_lb dl dt a {
    color: #1859b7;
    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 #1859b7;
}

.cp_lb dl dt a:hover {
    color: #fff;

}

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

.side_lx {
    padding: 10px;
    display: block;
    overflow: hidden;
}

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

.side_lx .lx_con {
    background: #fff;
    padding: 20px;
}

.side_lx .lx_con p {
    background: url(../images/p_tel.png) left no-repeat;
    font-size: 14px;
    color: #1859b7;
    padding-left: 28px;

}

.side_lx .lx_con h4 {
    font-size: 26px;
    color: #1859b7;
    line-height: 45px;
}

.cp_con {
    width: 900px;
    display: block;
    overflow: hidden;
}

.cp_tit {
    width: 100%;
    background: #1859b7;
    display: block;
    overflow: hidden;
    height: 52px;
}

.cp_tit h4 {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    border-left: 3px solid #fff;
    margin: 15px 0 15px 15px;
    padding-left: 15px;
    font-weight: normal;
}

.cp_tit span {
    float: right;
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
    line-height: 52px;
}

.cp_tj {
    display: block;
    overflow: hidden;
    margin: 6px 0;
    position: relative;
}

#p01 {
    display: block;
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
}

#p01 .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

#p01 .swiper-slide dl {
    width: 100%;
    background: url(../images/tj_bg.jpg) no-repeat;
    min-height: 380px;
}

#p01 .swiper-slide dl dt {
    width: 294px;
    height: 294px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 134px;
    margin-right: 20px;
    /* overflow: hidden; */
}

#p01 .swiper-slide dl dt img {
    width: 100%;
    display: block;
    margin-top: 49px;
}

#p01 .swiper-button-prev {
    width: 20px;
    height: 46px;
    background: url(../images/ico_fl.jpg) no-repeat;
    left: 0;
}

#p01 .swiper-button-next {
    width: 20px;
    height: 46px;
    background: url(../images/ico_fr.jpg) no-repeat;
    right: 0;
}

#p01 .swiper-slide dl dd {
    width: 360px;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 70px;
}

#p01 .swiper-slide dl dd h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 36px;
}

#p01 .swiper-slide dl dd hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 5px 0;
}

#p01 .swiper-slide dl dd p {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

#p01 .swiper-slide dl dd span {
    width: 160px;
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
    line-height: 28px;
    color: #1859b7;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

#p01 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
}

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

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

.cp_list ul li {
    width: 280px;
    float: left;
    display: block;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    margin-right: 25px;
    margin-bottom: 25px;
}

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

.cp_list ul li .c_img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cp_list ul li .c_img img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    max-height: 195px;
    margin: 0 auto;
}

.cp_list ul li:hover .c_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cp_list ul li p {
    background: #f3f3f3;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

/* 广告1  */
.index_adv {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/adv_bg.jpg) center no-repeat;
    text-align: center;
    height: 245px;
}

.index_adv h4 {
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
    text-shadow: 1px 1px 8px #444;
}

.index_adv h3 {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    margin-top: 12px;
    text-shadow: 1px 1px 8px #555;
}

.index_adv p {
    font-size: 24px;
    color: #fff;
    background: url(../images/line.png) center no-repeat;
    line-height: 54px;
    margin-top: 5px;
}

.index_adv span {
    width: 220px;
    margin: 10px auto 0;
    display: block;
    background: url(../images/adv_tel.png) left no-repeat;
    padding-left: 40px;
    font-size: 24px;
    color: #23b14d;
    text-shadow: 1px 1px 8px #444;
    line-height: 30px;
}

/* 优势列表  */
.index_ys {
    padding: 50px 0;
    overflow: hidden;
    width: 100%;
    background: #f8f8f8;
}

.ys_lb {
    display: block;
    overflow: hidden;
    padding-top: 40px;
}

.ys_lb .tab-hd {
    zoom: 1;
    list-style: none;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
}

.ys_lb .tab-hd li {
    width: 399px;
    float: left;
    background: #1859b7;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    border-right: 1px solid #fff;
    padding: 20px 0;
    height: 46px;
}

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

.ys_lb .tab-hd li i {
    margin-right: 10px;
    width: 44px;
    height: 44px;
    display: inline-block;
}

.ys_lb .tab-hd li .y_01 {
    display: inline-block;
    height: 40px;
    text-align: left;
}

.ys_lb .tab-hd li .y_01 h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    line-height: 30px;
}

.ys_lb .tab-hd li .y_01 p {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase;
}

.ys_lb .tab-hd li.active02 {
    background: #23b14d;
    color: #fff;
}

.ys_lb .tab-bd {
    margin: 20px 0px 0;
}

.ys_lb .tab-bd li {
    display: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 6px #ccc;
    margin: 3px;

}

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

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

.ys_lb .tab-bd li .ys_img {
    width: 596px;
    display: block;
    overflow: hidden;
}

.ys_lb .tab-bd li .ys_img img {
    width: 100%;
    display: block;
}

.ys_lb .tab-bd li .ys_cc {
    width: 554px;
    display: block;
    overflow: hidden;
    padding: 50px 20px 20px;
}

.ys_lb .tab-bd li .ys_cc h3 {
    font-size: 30px;
    color: #1859b7;
    font-weight: normal;
    line-height: 36px;
}

.ys_lb .tab-bd li .ys_cc i {
    font-size: 16px;
    color: #333333;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 8px;
}

.ys_lb .tab-bd li .ys_cc p {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin: 12px 0 20px;
}

.ys_lb .tab-bd li .ys_cc span {
    width: 150px;
    background: #23b14d;
    display: block;
    line-height: 40px;
}

.ys_lb .tab-bd li .ys_cc span a {
    display: block;
    background: url(../images/sj.png) 30px no-repeat;
    font-size: 14px;
    color: #fff;
    padding-left: 50px;
}

/* 解决方案  */
.index_solution {
    padding: 50px 0;
    overflow: hidden;
}

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

.solution .tab-hd01 {
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.solution .tab-hd01 li {
    width: 238px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-right: 0px;
    overflow: hidden;
    height: 190px;
    float: left;
}

.solution .tab-hd01 li:last-child {
    border-right: 1px solid #e6e6e6;
}

.solution .tab-hd01 li i {
    width: 45px;
    height: 45px;
    display: block;
    margin: 20px auto 10px
}

.solution .tab-hd01 li .a01 {
    background: url(../images/ico.png) 0 0 no-repeat;
}

.solution .tab-hd01 li .a02 {
    background: url(../images/ico.png) 0 -45px no-repeat;
}

.solution .tab-hd01 li .a03 {
    background: url(../images/ico.png) 0 -90px no-repeat;
}

.solution .tab-hd01 li .a04 {
    background: url(../images/ico.png) 0 -135px no-repeat;
}

.solution .tab-hd01 li .a05 {
    background: url(../images/ico.png) 0 -180px no-repeat;
}

.solution .tab-hd01 li h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 30px;
}

.solution .tab-hd01 li p {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    line-height: 24px;
}

.solution .tab-hd01 li h4 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 12px;
}

.solution .tab-hd01 li:hover,
.solution .tab-hd01 li.active02 {
    background: #1048a0;
}

.solution .tab-hd01 li:hover h3,
.solution .tab-hd01 li.active02 h3 {
    color: #fff;
}

.solution .tab-hd01 li:hover p,
.solution .tab-hd01 li.active02 p {
    color: #fff;
}

.solution .tab-hd01 li:hover h4,
.solution .tab-hd01 li.active02 h4 {
    color: #fff;
}

.solution .tab-hd01 li:hover .a01,
.solution .tab-hd01 li.active02 .a01 {
    background: url(../images/ico.png) -45px 0 no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.solution .tab-hd01 li:hover .a02,
.solution .tab-hd01 li.active02 .a02 {
    background: url(../images/ico.png) -45px -45px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.solution .tab-hd01 li:hover .a03,
.solution .tab-hd01 li.active02 .a03 {
    background: url(../images/ico.png) -45px -90px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.solution .tab-hd01 li:hover .a04,
.solution .tab-hd01 li.active02 .a04 {
    background: url(../images/ico.png) -45px -135px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.solution .tab-hd01 li:hover .a05,
.solution .tab-hd01 li.active02 .a05 {
    background: url(../images/ico.png) -45px -180px no-repeat;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.solution .tab-bd01 {
    display: block;
    overflow: hidden;
}

.solution .tab-bd01 li {
    width: 100%;
    display: block;
    overflow: hidden;
}

.solution .tab-bd01 li .solu_txt {
    width: 455px;
    display: block;
    overflow: hidden;
    background: #fafafa;
}

.solution .tab-bd01 li .solu_txt .s_name {
    background: #1048a0;
    height: 226px;
}

.solution .tab-bd01 li .solu_txt .s_name p {
    font-size: 24px;
    color: #fff;
    width: 65%;
    border-right: 1px solid #87b1e5;
    padding: 15% 0 19% 5%;
    line-height: 36px;
    float: left;
}

.solution .tab-bd01 li .solu_txt .s_name .go {
    width: 28%;
    text-align: center;
    padding: 22% 0px;
}

.s_img {
    width: 745px;
    display: block;
    overflow: hidden;
}

.s_img img {
    width: 745px;
    display: block;
}

.so_xq {
    padding: 30px 30px 0 20px;
    display: block;
    overflow: hidden;
}

.so_xq h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.so_xq p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: justify;
}

/* 广告条2  */
.index_adv02 {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/adv_02.jpg) center no-repeat;
    height: 247px;
}

.index_adv02 .adv_zx {
    width: 230px;
    display: block;
    overflow: hidden;
    margin-top: 25px;
}

.index_adv02 .adv_zx p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.index_adv02 .adv_zx h3 {
    font-size: 28px;
    color: #fff;
    margin: 5px 0 10px;
}

.index_adv02 .adv_zx span {
    width: 180px;
    text-align: center;
    background: #23b14d;
    display: block;
    border-radius: 30px;
}

.index_adv02 .adv_zx span a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 5px 0;
}

/* 关于我们  */
.index_about {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/about_bg.jpg) center bottom no-repeat;
    padding: 50px 0 120px;
}

.ab_con {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    padding-top: 50px;
}

.ab_txt {
    width: 620px;
    background: #fff;
    padding: 40px 20px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 100px;
    right: 0;
    min-height: 270px;
}

.ab_txt h4 {
    font-size: 20px;
    color: #020202;
    line-height: 36px;
}

.ab_txt hr {
    width: 30px;
    height: 4px;
    background: #1859b7;
    border: none;
    margin: 12px 0;
}

.ab_txt h3 {
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}

.ab_txt h3 i {
    font-size: 14px;
    color: #999;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.ab_txt p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.ab_txt span {
    width: 150px;
    background: #23b14d;
    display: block;
    line-height: 40px;
    margin-top: 12px;
    border-radius: 30px;
}

.ab_txt span a {
    display: block;
    background: url(../images/sj.png) 30px no-repeat;
    font-size: 14px;
    color: #fff;
    padding-left: 50px;
}


/* 合作伙伴  */
.index_parnter {
    padding: 50px 0;
    overflow: hidden;
}

.par_list {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.p01_lb {
    width: 96%;
    display: block;
    margin: 0 auto;
    overflow: hidden;

}

.p01_lb .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

.p01_lb .swiper-slide .zz_img {
    margin: 10px;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 10px #ccc;
}

.p01_lb .swiper-slide .zz_img img {
    max-width: 100%;
    display: block
}

.p01_lb .swiper-button-prev {
    width: 17px;
    height: 28px;
    top: 55%;
    background: url(../images/fl_ico.jpg) no-repeat
}

.p01_lb .swiper-button-next {
    width: 17px;
    height: 28px;
    top: 55%;
    background: url(../images/fr_ico.jpg) no-repeat
}

/* 新闻资讯  */

.news_list {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 30px auto 0;
    position: relative;
}

.news_list .tab-hd03 {
    list-style: none;
    margin: 12px 0;
}

.new_more {
    width: 160px;
    border: 1px solid #999999;
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    border-radius: 30px;
}

.new_more a {
    font-size: 14px;
    color: #999;
    padding: 5px 0 5px 55px;
    display: block;
    background: url(../images/sj02.png) 30px no-repeat;
}

.news_list .tab-hd03 li {
    color: #1859b7;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 42px;
    display: inline-block;
    border: 1px solid #1859b7;
    padding: 0 5px;
    width: 130px;
}

.news_list .tab-hd03 li.active02 {
    background: #1859b7;
    color: #fff;
}

.news_list .tab-bd03 {
    width: 100%;
    margin-top: 20px;
}

.news_list .tab-bd03 li {
    display: none;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.news_list .tab-bd03 li.thisclass {
    display: list-item;
}

.news_list .tab-bd03 li.thisclass {
    display: block;
    overflow: hidden;
}


.tab-bd03 li .p_img {
    width: 700px;
    float: left;
    display: block;
    overflow: hidden;
}

.tab-bd03 li .p_img dl {
    width: 340px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 10px 15px 10px 1px;
    box-shadow: 1px 1px 6px #ccc;
}

.tab-bd03 li .p_img dl:nth-child(2) {
    margin-right: 3px;
}

.tab-bd03 li .p_img dl dt {
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;

}

.tab-bd03 li .p_img dl dd {
    display: block;
    overflow: hidden;
    padding: 20px;

}

.tab-bd03 li .p_img dl dd h3 {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 24px;
    height: 48px;
}

.tab-bd03 li .p_img dl dd p {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0
}

.tab-bd03 li .p_img dl dd span {
    font-size: 12px;
    color: #999;
    float: right;
}

.tab-bd03 li .p_img dl:hover {
    border-bottom: 3px solid #23b14d;
}

.tab-bd03 li .p_txt1 {
    width: 430px;
    float: right;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 6px #ccc;
    margin: 10px 3px 0 10px;
    padding: 10px 20px;
}

.tab-bd03 li .p_txt1 dl {
    padding: 15px 10px;
    margin-bottom: 13px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    display: block;
}

.tab-bd03 li .p_txt1 dl:nth-child(4) {
    border-bottom: none;
}

.tab-bd03 li .p_txt1 dl dt {
    width: 56px;
    float: left;
    margin-right: 20px;
    text-align: center;
    display: block;
    overflow: hidden;
    background: url(../images/news_i.png) top left no-repeat;
}

.tab-bd03 li .p_txt1 dl dt h3 {
    color: #666;
    font-size: 30px;
}

.tab-bd03 li .p_txt1 dl dt p {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.tab-bd03 li .p_txt1 dl dd {
    width: 320px;
    display: block;
    overflow: hidden;
}

.tab-bd03 li .p_txt1 dl dd h3 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    float: left;
    color: #000000;
    width: 280px;
}

.tab-bd03 li .p_txt1 dl dd span {
    width: 10px;
    height: 15px;
    background: url(../images/arrow.png) no-repeat;
    margin: 12px 0 0 20px;
    display: block;
    float: left;
}


.tab-bd03 li .p_txt1 dl:hover dt h3 {
    color: #1859b7;
}

.tab-bd03 li .p_txt1 dl:hover dt p {
    color: #1859b7;
}

.tab-bd03 li .p_txt1 dl:hover dd h3 {
    color: #1859b7;
}

.tab-bd03 li .p_txt1 dl:hover dd span {
    background: url(../images/arrow01.png) no-repeat;
}




/* 友情链接  */
.link {

    overflow: hidden;
    padding: 10px 0;
}

.link h3 {
    font-size: 26px;
    color: #23b14d;
    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: #23b14d;
    text-decoration: underline;
}


.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #080d14;
}

.sub_area {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    overflow: hidden;
    padding: 15px 0;
    height: 50px;
}

.sub_area ul {
    width: 1200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.sub_area ul li {
    float: left;
    display: block;
    overflow: hidden;
    padding: 18px 0;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.sub_area ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 0 10px;
    line-height: 14px;
    border-right: 1px solid #fff;
}

.db_con {
    padding: 40px 0;
    overflow: hidden;
}

.db_logo {
    margin-right: 20%;
    display: block;
    overflow: hidden;
}

.db_lx {
    width: 450px;
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

.db_lx span {
    padding-left: 30px;
    background: url(../images/db_tel.png) left no-repeat;
    font-size: 14px;
    color: #fff;
}

.db_lx h3 {
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    margin: 8px 0;
}

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

.db_ewm {
    width: 306px;
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

.db_ewm li{
    width:120px;
    float:left;
    margin-right: 20px;
}

.db_ewm img {
    width:100%
}

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

.copyright {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #06090e;
    height: 60px;
    text-align: center;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    line-height: 60px;
}

.copyright p a {
    color: #fff;
}


/* 内页  */
.sidebar {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 30px;
}

.side_con {
    width: 340px;
    display: block;
    overflow: hidden;
}

.side_con hr {
    width: 22px;
    height: 2px;
    background: #1859b7;
    display: block;
    border: none;
}

.side_con p {
    font-size: 30px;
    color: #d3d3d3;
    line-height: 40px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.side_con h3 {
    font-size: 36px;
    color: #595959;
    line-height: 42px;
}

.side_con h3 i {
    color: #1859b7;
    font-style: normal;
}

.side_list {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.side_list ul {
    text-align: right;
    display: block;
    overflow: hidden;
}

.side_list ul li {
    float: left;
    margin-right: 15px;
    min-width: 120px;
    text-align: center;
}

.side_list ul li:last-child {
    margin-right: 0;
}

.side_list ul li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #666666;
    background: #f5f5f5;
}

.side_list ul li:hover a,
.side_list ul li .on3 {
    background: #1859b7 !important;
    color: #fff !important;
}

.side_list .position {
    margin-top: 15px;
    text-align: right;
    display: block;
    overflow: hidden;
}

.side_list .position p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.side_list .position p a {
    color: #666666;
    font-size: 14px;
}

.comfile {
    padding: 50px 0;
    overflow: hidden;
}

.comfile .com_img {
    width: 582px;
    display: block;
    overflow: hidden;
}

.com_wz {
    width: 590px;
    display: block;
    overflow: hidden;
}

.com_wz h4 {
    font-size: 20px;
    color: #020202;
    line-height: 36px;
}

.com_wz hr {
    width: 30px;
    height: 4px;
    background: #1859b7;
    border: none;
    margin: 12px 0;
}

.com_wz h3 {
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}

.com_wz h3 i {
    font-size: 14px;
    color: #999;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.com_wz p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.cul_tit {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.cul_tit p {
    font-size: 18px;
    color: #8d8d8d;
    line-height: 32px;
}

.cul_tit h3 {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    line-height: 40px;
    margin: 8px 0;
}

.cul_tit hr {
    width: 98px;
    height: 2px;
    background: #1859b7;
    border: none;
    margin: 0 auto 20px;
}

.our_culture {
    margin: 30px 0 0;
    display: block;
    overflow: hidden;
    background: url(../images/about_bg.jpg) center bottom no-repeat;
    padding: 50px 0 150px;
    min-height: 400px;
}

.culture_img {
    width: 952px;
    margin: 40px auto 0;
    display: block;
    overflow: hidden;
}

.cul_txt {
    padding: 40px 0 0;
    display: block;
}

.cul_txt p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-align: center;
}


/* 产品分类  */
.pro_fl {
    width: 276px;
    display: block;
    overflow: hidden;
    background: #004b98;
}

.pro_tit02 {
    display: block;
    overflow: hidden;
    padding: 20px 0 15px;
    text-align: center;
}

.pro_tit02 h3 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #fff;
    font-weight: normal;
}

.sideMenu {
    margin: 6px;
    display: block;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
}

.sideMenu h3 {
    height: 42px;
    line-height: 42px;
    background: url(../images/p_ico2.png) 22px no-repeat #f5f9fe;
    font-size: 18px;
    font-weight: normal;
    color: #1859b7;
    cursor: pointer;
    padding: 0 10px 0 55px;
    margin: 10px;
}



.sideMenu h3:hover,

.sideMenu .on {

    background: url(../images/p_ico.png) 22px no-repeat #1859b7;
    color: #fff !important;

}

.sideMenu .on a {
    color: #fff;
}

.sideMenu h3 a {

    color: #1859b7;

}

.sideMenu h3:hover a {
    color: #fff;
}


.sideMenu ul {
    display: none;

}



.sideMenu ul li {
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 35px;
    font-size: 14px;
    color: #333333;

    margin: 0 10px;
}



.sideMenu ul li a {
    color: #333333;
    font-size: 14px;
    display: block;
}

.sideMenu ul li a.on2 {
    color: #004b99;
    text-decoration: underline
}

.sideMenu ul li a:hover {
    color: #004b99;
    background: url(../images/p_ico3.png) 180px no-repeat;
    display: block;
}

.pro_fl hr {
    width: 100%;
    height: 20px;
    background: #fff;
    border: none;
}

.p_tel {
    background: url(../images/p_tel.png) 30px center no-repeat #004b99;
    display: block;
    overflow: hidden;
    padding: 20px 0;

}

.p_tel p {
    font-size: 28px;
    color: #fff;
    padding-left: 105px;
}

.p_tel h3 {
    padding-left: 105px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    font-weight: normal;

}

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

.p_lx p {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    font-weight: bold;
}

.p_lx p i {
    color: #004b98;
    font-style: normal;
}



#p03 {
    border: 1px solid #cccccc;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

#p03 .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

#p03 .swiper-slide dl {
    background: #f8f8f8;
    display: block;
    margin: 0 20px;
}

#p03 .swiper-slide dl dt {
    display: block;
    overflow: hidden;
}

#p03 .swiper-slide dl dt img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#p03 .swiper-slide dl dd {
    width: 100%;
    line-height: 45px;
}

#p03 .swiper-slide dl dd p {
    font-size: 14px;
    color: #333;
    padding-left: 15px;
}

#p03 .swiper-button-prev {
    width: 20px;
    height: 46px;
    background: url(../images/ico_fl.jpg) no-repeat;
    left: 0;
}

#p03 .swiper-button-next {
    width: 20px;
    height: 46px;
    background: url(../images/ico_fr.jpg) no-repeat;
    right: 0;
}


/* 联系方式  */
.lxfs_cc {
    width: 536px;
    display: block;
    overflow: hidden;
    padding-top: 40px;
}

.lx_bt,
.lxfs,
.lx_ewm {
    display: block;
    overflow: hidden;
}

.lx_bt h4 {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
}

.lx_bt h3 {
    font-size: 40px;
    color: #1859b7;
    line-height: 56px;
    margin: 15px 0;
}

.lxfs p {
    font-size: 16px;
    color: #000;
    line-height: 36px;
}

.lx_map {
    width: 660px;
    display: block;
    overflow: hidden;
}

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

.lx_ewm ul li {
    width: 48%;
    margin-right: 2%;
    display: block;
    float: left;
}

.lx_ewm ul li img {
    float: left;
    margin-right: 15px;
    display: block;
    width: 96px;
}

.lx_ewm ul li p {
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

/*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;

}



/*左侧分栏*/

.con_section {

    position: relative;

    padding: 20px 20px 50px;
    background: #fff;
    overflow: hidden;

}

lside {
    display: block;
    position: relative;

    float: left;

    width: 222px;

}

lside section h2 {
    background: url(../images/p_tit.png) 15px no-repeat #004b98;
    height: 105px;
    font-size: 30px;
    line-height: 105px;
    color: #fff;
    padding-left: 65px;
}

lside .lside_list {
    border: 1px solid #dfdfdf;

    display: block;

    overflow: hidden;

    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {

    padding-left: 34px;

    font-size: 16px;

    color: #666;

    background: url(../images/side_ico.png) 180px no-repeat;

    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #2d98e6;
    display: block;
}

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

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #2d98e6;
    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: 40px;
    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;
}

lside .lside_list dl dd .on2 {
    background: #004b98;
    color: #fff;
}



/*右侧内容*/

article {
    padding: 0 10px;

}

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

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

.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;
    clear: both;
    overflow: hidden;
}

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

.module_list_article dl dt img {
    width: 100%;
    max-height: 150px;
}

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

.module_list_article dl dd h3 {
    font-weight: normal;
    font-size: 16px;
}

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

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


/*新闻详细*/

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

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

.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;
}

.article_editor img {
    max-width: 100%
}

/*图片列表*/

.module_list_img {
    overflow: hidden;

}

.module_list_img li {
    width: 32%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.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: 30px auto;
    display: flex;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #787979;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.module_list_img li:hover h3 {
    background: #004b98;
}



/*图片详情*/

/*图片详情*/

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

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


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

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

.product-arr p {
    line-height: 30px;
    font-size: 14px;
    padding: 0 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;
    }
}


.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;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 230px;
}

.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: 50px;
}

.case_list02 ul li:hover p {
    background: #c91211;
    -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;
}

.img_img {
    display: block;
    overflow: hidden;
    max-width: 100%;
}

.img_img img {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.banner {
    width: 500px;
    overflow: hidden;
    border: 1px solid #979797;
    background: #fff;
}

.large_box {
    /* margin-bottom: 10px; */
    height: 300px;
    overflow: hidden;
    margin: 25px;
    width: 450px;
}

.large_box li {
    width: 450px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.large_box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.small_list {
    position: relative;
    float: left;
    width: 320px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 64px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.small_list ul li img {
    display: block;
    height: 30px;
    margin: 20px auto;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
}

.product-arr .dian {
    overflow: hidden;
    height: 50px;
}

.product-arr .p_zx {
    width: 150px;
    border: 1px solid #0061ae;
    display: block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

.product-arr .p_zx a {
    font-size: 16px;
    color: #0061ae;
    padding: 10px 0;
    display: block;
}

.product-arr .p_zx a:hover {
    background: #0061ae;
    color: #fff;
}


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

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

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

.p_show .met_nav li.met_now,
#showproduct .met_nav li.met_hover {
    background: #f7f8fa
}

.tab-hd2 li {
    padding: 0 40px;
}

.p_show .met_nav li.active02 {
    background: #004b97;
    color: #fff;
}


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

.warp {
    padding: 40px 0;
    overflow: hidden;
}

/* 解决方案  */
.solution_list {
    display: block;
    overflow: hidden;
}

.solution_list dl {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.solution_list dt {
    float: left;
    display: block;
    overflow: hidden;
    width: 560px;
}

.solution_list dd {
    width: 600px;
    display: block;
    float: right;
    overflow: hidden;
    padding: 20px 0;
}

.solution_list dd h3 {
    font-size: 24px;
    color: #16418a;
    line-height: 40px
}

.solution_list dd hr {
    width: 50px;
    height: 2px;
    background: #16418a;
    border: none;
    margin: 12px 0
}

.solution_list dd i {
    font-style: normal;
    font-size: 24px;
    color: #c1c1c1;
    line-height: 50px;
    text-transform: uppercase;
    margin: 10px 0 25px;
    display: block;
}

.solution_list dd p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.solution_list dd span {
    width: 180px;
    background: #16418a;
    text-align: center;
    display: block;
    margin-top: 30px;
    overflow: hidden;
}

.solution_list dd span a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
}

.solution_list dl:nth-child(2n) dt {
    float: right;
}

.solution_list dl:nth-child(2n) dd {
    float: left;
}

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

.cc_list02 dl {
    width: 32%;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
    background: #f7f7f7;

}

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

.cc_list02 dl dt {
    padding: 5px;
    background: #ebebeb;
    display: block;
    overflow: hidden;
}


.cc_list02 dl:hover dt .zhezhao {
    z-index: 8;
    margin-top: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.cc_list02 dl dt .c_img {
    max-width: 100%;
    display: flex;
    overflow: hidden;
    height: 275px;
    justify-content: center;
    align-items: center;
}

.cc_list02 dl dt .c_img img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    max-height: 100%;
}

.cc_list02 dl dd {
    display: block;
    height: 60px;
    overflow: hidden;
}

.cc_list02 dl dd p {
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    background: url(../images/link.png) 95% no-repeat;

}


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

.cc_list02 dl:hover {
    border-bottom: 2px solid #1063cb;
}

.cc_list02 dl:hover dt {
    border: none;
}

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

table.protable {
    border: 1px solid #eee;
    border-collapse: collapse;
}

table.protable td {
    padding: 5px;
    border: 1px solid #eee;
}

table.protable td:nth-child(1) {
    width: 5%;
    text-align: center;
}

table.protable td:nth-child(2) {
    width: 10%;
    text-align: center;
}

table.protable td:last-child {
    width: 25%;
    text-align: center;
}

.textflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}