@charset "utf-8";

input, select,textarea {
    outline: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

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: 0
}

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

table{
    border-collapse: collapse;
}

table td{
    padding:5px;
    border:1px solid #717171;
}

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

.header {
    width: 100%;
    display: block;
}

.top {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    height: 40px;
}

.wrapContent {
    width: 1300px;
    margin: 0 auto;
}

.bowrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

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

.article_editor{
    font-size: 16px;
}

.page_bg {
    width: 100%;
    height: 320px;
    display: block;
}

.top p {
    font-size: 14px;
    color: #878787;
    line-height: 40px;
}

.top span {
    line-height: 45px;
    display: block;
}

.top span a {
    float: left;
    font-size: 14px;
    color: #878787;
    display: block;
    padding: 0 10px;
}



.top_logo {
    display: block;
    height: 137px;
}

.logo {
    display: block;
    overflow: hidden;
    width: 80%;
}

.logo img {
    float: left;
    width: 359px;
    display: block;
    padding: 15px 10px 25px 0;
    -moz-box-shadow: 45px 0px 45px -20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 45px 0px 45px -20px rgba(0, 0, 0, 0.15);
    box-shadow: 45px 0px 45px -20px rgba(0, 0, 0, 0.15);
}

.logo .lo_txt {
    float: left;
    margin-top: 20px;
    padding-left: 30px;
}

.logo .lo_txt h3 {
    font-size: 24px;
    color: #303030;
    display: block;
    line-height: 50px;
}

.logo .lo_txt p {
    font-size: 16px;
    color: #808080
}

.top_logo .top_tel {
    background: url(../images/top_tel.png) top left no-repeat;
    display: block;
    width: 190px;
    padding-left: 40px;
    margin-top: 30px;
}

.top_logo .top_tel p {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.top_logo .top_tel h3 {
    font-size: 34px;
    color: #027cc9;
    line-height: 40px;
    font-family: "Impact";
}

.navlist {
    width: 100%;
    display: block;
    background: #027cc9;
    height: 58px;
}

.nav_out {

    display: block;
    margin: 0 auto;

}

.tem_head nav {

    position: absolute;
    height: 58px;
    line-height: 58px;

}

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

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 58px;
}

.tem_head nav ul li .home {
    background: url(../images/home.png) 12px no-repeat;
}

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

.tem_head nav a:hover {

    background: #f1d859;
}

.tem_head nav a.navdown {

    background: #f1d859;
}

.tem_head nav a.navdown:hover {

    background: #f1d859;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 99;
    display: none;
    background: rgba(2, 124, 201, 0.8);
}

.tem_head nav ul li dl dd {

    padding: 10px 10px 20px;
    width: 185px;
    display: block;
    overflow: hidden;
}

.tem_head nav ul li dl dd a {
    margin: 0 5px;
    padding: 0 5px;
    text-align: left;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    height: 36px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.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: 60px;
    border-bottom: 1px solid #e1dfdf;
    margin: 0 auto;
    background: #f9f9f9;
}



.hotword {
    float: left;
}

.hotword li {
    float: left;
    color: #333;
    font: bold 14px/60px "Microsoft YaHei";
}

.hotword li a {
    display: block;
    color: #525252;
    font: normal 14px/60px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
}

.hotword li a:hover {
    display: block;
    color: #ec651b;
    font: normal 14px/60px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
    text-decoration: underline;
}

.head_search {
    width: 252px;
    float: right;
    margin-top: 10px;
    background: #fff;
    border-radius: 15px;
}

.boxs {

    height: 40px;
    width: 250px;
    line-height: 30px;
    font-size: 12px;
}

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

.btnSubmits {
    width: 40px;
    height: 40px;

    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    background: url(../images/sea_btn.png) 5px no-repeat;
}

/* 产品中心  */
.index_product {
    width: 100%;
    display: block;
    padding: 60px 0;
    overflow: hidden;
}

.pro_tit {
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding-bottom: 15px;
}

.pro_bt {
    background: url(../images/pro_tit.png) top left no-repeat;
    padding-left: 26px;
    padding-top: 15px;
}

.pro_bt h3 {
    font-size: 40px;
    color: #027cc9;
    line-height: 40px;
    text-transform: uppercase;
}

.pro_bt h4 {
    font-size: 26px;
    color: #000000;
    font-weight: normal;
    margin: 8px 0 5px;
}

.pro_bt h4 i {
    font-size: 14px;
    color: #080808;
    letter-spacing: 5px;
    font-style: normal;
    margin-left: 20px;
}

.pro_bt hr {
    width: 60px;
    height: 1px;
    background: #333;
    border: none;
}

.pro_tit span {
    width: 130px;
    background: #0065a4;
    border-radius: 10px;
    float: right;
    text-align: center;
    margin-top: 45px;
}

.pro_tit span a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 10px 0;
}

.pro_left {
    width: 23%;
    background: #027cc9;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display: block;
}

.cp_bt {
    padding: 32px 0 10px;
    display: block;
}

.cp_bt h3 {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    background: url(../images/fl_ico.png) 30px center no-repeat;
    padding-left: 80px;
    font-weight: normal;
}

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

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

.fl_lb ul li {
    border-bottom: 1px solid #55a0d0;
    line-height: 64px;
}

.fl_lb ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding-left: 30px;
    background: url(../images/lit_03.png) 5px no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fl_lb ul li:hover a,
.on2 {
    color: #ffd500 !important;
    background: url(../images/lit_013.png) 5px no-repeat !important;
}

.fl_lx {
    display: block;
    padding-bottom: 20px;
    overflow: hidden;
}

.fl_lx img {
    margin: 10px auto;
    display: block;
}

.fl_lx p {
    padding-left: 15px;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.fl_lx p i {
    font-style: normal;
    font-size: 22px;
    font-weight: bold;
}

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

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

.pro_list dl dd {
    display: block;
    overflow: hidden;
    text-align: center;
}

.pro_list dl dd .c_img a {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 270px;
    overflow: hidden;
}


.pro_list dl dd .c_img a img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

.pro_list dl dd .c_txt {
    display: block;
    background: #ededed;
    padding: 10px 0;
    overflow: hidden;
}

.pro_list dl dd .c_txt p {
    font-size: 16px;
    line-height: 34px;
    color: #101010;
    float: left;
    padding-left: 20px;
    width: 218px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro_list dl dd .c_txt span {
    float: right;
    margin-right: 12px;
    margin-top: 5px;
}

.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 .c_txt {
    background: #027cc9;
}

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




/* 选择我们的六大理由  */
.index_ys {
    width: 100%;
    display: block;
    background: url(../images/yc_bg.jpg) top center no-repeat #1e7eba;
    padding: 90px 0 0;
    background-size: 100%;
}

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

.ys_tit h4 {
    font-size: 64px;
    color: rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
}

.ys_tit h3 {
    position: absolute;
    bottom: 0;
    font-size: 40px;
    color: #fff;
    text-align: center;
    width: 100%;
    letter-spacing: 5px;
}

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

.ys_list {
    display: block;
    overflow: hidden;
}

.ys_list dl {
    width: 14%;
    display: block;
    float: left;
    padding: 3% 1.3%;
    text-align: center;
    color: #fff;
    margin: 30px 0;
}

.ys_list dl dt {
    display: block;
    overflow: hidden;
}

.ys_list dl dt h3 {
    font-size: 24px;
    line-height: 32px;
}

.ys_list dl dt p {
    font-size: 18px;
    line-height: 26px;
    margin: 12px 0 15px;
    display: block;
}

.ys_list dl dt hr {
    width: 68px;
    height: 1px;
    background: #fff;
    border: none;
    margin: 0 auto
}

.ys_list dl dd {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    color: #fff;
}

.ys_list dl dd p {
    font-size: 16px;
    line-height: 42px;
    padding: 0 20px;
    display: block;
    min-height: 240px;
}

@media (max-width:1520px) {

    .ys_list dl dd p {
        font-size: 15px;
        line-height: 32px;
        padding: 0 20px;
        display: block;
        min-height: 240px;
    }
}

.ys_list dl dd hr {
    width: 1px;
    height: 26px;
    background: #fff;
    border: none;
    margin: 12px auto
}

.ys_list dl dd h3 {
    font-size: 58px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 60px;
}

.ys_list dl:hover {
    background: #f1d859;
    -moz-box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.3);
}

.ys_list dl:hover dt {
    color: #352d04;
}

.ys_list dl:hover dt hr {
    background: rgba(0, 0, 0, 0.2)
}

.ys_list dl:hover dd {
    color: #352d04;
}

.ys_list dl:hover dd hr {
    background: rgba(0, 0, 0, 0.2)
}

.ys_list dl:hover dd h3 {
    color: rgba(0, 0, 0, 0.2)
}


/* 诚信服务  */
.index_service {
    width: 100%;
    display: block;
    background: url(../images/service_bg.jpg) top center no-repeat;
    padding: 115px 0 80px;
}

.ser_title {
    display: block;
    overflow: hidden;
    text-align: center;
    background: url(../images/ss_03.png) bottom center no-repeat;
    padding-bottom: 12px;
}

.ser_title h3 {
    font-size: 40px;
    color: #027cc9;
    line-height: 50px;
}

.ser_title h3 i {
    color: #323136;
    font-style: normal;
    font-weight: normal;
}

.ser_title p {
    font-size: 18px;
    color: #727272;
    margin-top: 12px;
}

.ser_list {
    display: block;
    overflow: hidden;
}

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

.ser_list ul li {
    float: left;
    width: 15%;
    padding: 0.2% 0.8%;
    display: block;
    text-align: center;
}

.ser_list ul li .s_ico {
    width: 148px;
    height: 148px;
    background: rgba(2, 124, 201, 0.3);
    border-radius: 100px;
    overflow: hidden;
    display: block;
    margin: 0 auto 15px
}

.ser_list ul li .s_ico i {
    width: 112px;
    height: 112px;
    margin: 18px auto;
    display: block;
    border-radius: 100px;
}

.ser_list ul li .s_ico .a01 {
    background: url(../images/ser_ico.png) 0 0 no-repeat #027cc9;
}

.ser_list ul li .s_ico .a02 {
    background: url(../images/ser_ico.png) 0 -112px no-repeat #027cc9
}

.ser_list ul li .s_ico .a03 {
    background: url(../images/ser_ico.png) 0 -224px no-repeat #027cc9
}

.ser_list ul li .s_ico .a04 {
    background: url(../images/ser_ico.png) 0 -336px no-repeat #027cc9
}

.ser_list ul li .s_ico .a05 {
    background: url(../images/ser_ico.png) 0 -448px no-repeat #027cc9
}

.ser_list ul li .s_ico .a06 {
    background: url(../images/ser_ico.png) 0 -560px no-repeat #027cc9
}

.ser_list ul li h3 {
    font-size: 20px;
    color: #5b5b5b;
    line-height: 45px;
}

.ser_list ul li p {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    padding: 0 15px;
}

.ser_list ul li:hover .s_ico {
    background: rgba(241, 216, 89, 0.3);
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.ser_list ul li:hover .s_ico .a01 {
    background: url(../images/ser_ico.png) 0 0 no-repeat #f1d859;
}

.ser_list ul li:hover .s_ico .a02 {
    background: url(../images/ser_ico.png) 0 -112px no-repeat #f1d859
}

.ser_list ul li:hover .s_ico .a03 {
    background: url(../images/ser_ico.png) 0 -224px no-repeat #f1d859
}

.ser_list ul li:hover .s_ico .a04 {
    background: url(../images/ser_ico.png) 0 -336px no-repeat #f1d859
}

.ser_list ul li:hover .s_ico .a05 {
    background: url(../images/ser_ico.png) 0 -448px no-repeat #f1d859
}

.ser_list ul li:hover .s_ico .a06 {
    background: url(../images/ser_ico.png) 0 -560px no-repeat #f1d859
}

.ser_list ul li:hover h3 {
    color: #027cc9;
}

.ser_tel {
    width: 40%;
    background: #fff;
    border-radius: 50px;
    -moz-box-shadow: -5px 5px 25px #ddd;
    -webkit-box-shadow: -5px 5px 25px #ddd;
    box-shadow: -5px 5px 25px #ddd;
    display: block;
    margin: 50px auto 0;
    overflow: hidden;
    height: 97px;
}

.ser_tel p {
    float: left;
    padding-left: 110px;
    background: url(../images/tel.png) 25px no-repeat;
    font-size: 16px;
    color: #555555;
    line-height: 97px;
}

.ser_tel p i {
    font-size: 34px;
    color: #027cc9;
    font-weight: bold;
    font-style: normal;
}

.ser_tel span {
    width: 165px;
    background: #027cc9;
    border-radius: 20px;
    display: block;
    float: right;
    margin: 20px;
    text-align: center;
}

.ser_tel span a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 10px 0;
}

/* 工程案例  */
.index_case {
    width: 100%;
    display: block;
    background: url(../images/case_bg.jpg) top center no-repeat;
    padding: 60px 0 30px;
    overflow: hidden;
}

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

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

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

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

.case_list 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_list ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

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

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

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

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

.about_con {
    width: 75%;
    display: block;
}

.ab_nr {
    padding-left: 20px;
    display: block;
    overflow: hidden;
    width: 63%;
}

.ab_nr h3 {
    font-size: 20px;
    color: #000000;
    line-height: 45px;
}

.ab_nr p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin: 10px 0;
}

.ab_nr span {
    width: 120px;
    text-align: center;
    border: 1px solid #027cc9;
    border-radius: 35px;
    display: block;
}

.ab_nr span a {
    font-size: 14px;
    color: #027cc9;
    padding: 8px 0;
    display: block;
}

.ab_list {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.ab_list span {
    float: left;
    width: 15%;
    display: block;
}

.ab_list span img {
    width: 100%;
}

.ab_list ul {
    float: left;
    display: block;
    overflow: hidden;
    width: 85%;
}

.ab_list ul li {
    width: 28%;
    display: block;
    float: left;
    border-right: 1px solid #cecfe3;
    margin: 40px 15px;
    text-align: center;
}

.ab_list ul li i {
    width: 70px;
    height: 60px;
    display: block;
    margin: 0 auto
}

.ab_list ul li h3 {
    font-size: 18px;
    color: #2a2a2a;
    line-height: 24px;
    font-weight: normal;
}

.ab_list ul li .b01 {
    background: url(../images/ab_ico.png) 0 0 no-repeat;
}

.ab_list ul li .b02 {
    background: url(../images/ab_ico.png) -214px 0 no-repeat;
}

.ab_list ul li .b03 {
    background: url(../images/ab_ico.png) -410px 0 no-repeat;
}

.ab_list ul li .b04 {
    background: url(../images/ab_ico.png) -620px 0 no-repeat;
}

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

.ab_list ul li:hover h3 {
    color: #027cc9;
}


/*  新闻资讯 */
.index_news {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}

.tab {

    display: block;

    position: relative;
}

.tab .tab-hd {
    zoom: 1;
    list-style: none;
    position: absolute;
    top: -90px;
    right: 0;
}

.tab .tab-hd li {
    width: 140px;
    color: #898989;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 45px;
    background: #ececec;
    margin-right: 15px;
    border-radius: 45px;
}

.tab .tab-hd li.active02 {
    background: #027cc9;
    color: #fff;
}

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

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

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

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

.news_list {
    display: block;
    overflow: hidden;
    width: 43%;
    border: 1px solid #f4f4f4;
}

.news_list dl {

    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}

.news_list dl dt {
    width: 18%;
    display: block;
    overflow: hidden;
    float: left;
    margin: 20px 0;
    color: #666666;
    text-align: center;
    border-right: 1px solid #f4f4f4;
}

.news_list dl dt h3 {
    font-size: 20px;
    font-weight: normal;
}

.news_list dl dt p {
    font-size: 12px;
    margin-top: 10px;
}

.news_list dl dd {

    width: 72%;
    padding: 20px 15px;
    overflow: hidden;
    display: block;

    float: left;
}

.news_list dl dd h3 {
    font-weight: normal;
    font-size: 16px;
    color: #585858;
    line-height: 26px;
}

.news_list dl dd p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.news_list dl:hover dt {
    color: #15499a;
}

.news_list dl:hover dd h3 {
    color: #15499a;
    text-decoration: underline;
}

.news_list dl:nth-child(4) dd {
    border-bottom: none;
}

.news_tj {
    width: 56%;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.news_tj dl {
    width: 43%;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 12px;
    -moz-box-shadow: -1px 1px 11px #ddd;
    -webkit-box-shadow: -1px 1px 11px #ddd;
    box-shadow: -1px 1px 11px #ddd;
    margin: 5px 15px 5px 8px;
    float: left;

}

.news_tj dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 253px;
}

.news_tj dl dt img {
    width: 100%;
    display: block;
}

.news_tj dl dd {
    padding: 20px 5px;
    overflow: hidden;
    display: block;
    position: relative;
}

.news_tj dl dd h3 {
    font-weight: normal;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 32px;
}

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

.news_tj dl dd span {
    color: #8c8c8c;
    font-size: 14px;
}

.news_tj dl dd i {
    width: 24px;
    height: 25px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
}


.news_tj dl:hover dd h3 {
    color: #15499a;
    text-decoration: underline;
}

/* 友情链接  */

.link {
    width: 100%;
    display: block;
    background: #faf9f7;
    overflow: hidden;
}

.link ul {
    list-style: none;
}

.link ul li {
    float: left;
    font-size: 28px;
    color: #2d2d2d;
    line-height: 50px;
}

.link ul li i {
    padding: 0 10px;
    margin-left: 12px;
    border-top: 1px solid #efd452;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 2px;
}

.link ul li a {
    display: block;
    padding: 0 12px;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
    line-height: 24px;
}

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

.footer {
        width: 100%;
    background: url(../images/db_bg.jpg) no-repeat;
    display: block;
    overflow: hidden;
    padding: 40px 0 0;
    background-size: cover;
}

.area_out {
    background-color: #efd452;
    height: 65px;
    width: 100%;
}


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

.area ul li {
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 65px;
}

.area ul li a {
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}

.area ul li a:hover {
    text-decoration: underline;
}


.db_nav {
    width: 60%;
    display: block;
    overflow: hidden;
}

.db_nav dl {
    float: left;
    margin-right: 10%;
    display: block;
}

.db_nav dl:nth-child(4) {
    margin-right: 0;
}

.db_nav dl dt {
    width: 100%;
    display: block;
    padding: 12px 0;
}

.db_nav dl dt h3 {
    font-size: 20px;
    color: #fff;
    border-left: 3px solid #efd452;
    line-height: 20px;
    padding-left: 15px;
}

.db_nav dl dd {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    margin: 15px 0 20px
}

.db_nav dl dd a {
    font-size: 14px;
    display: block;
    overflow: hidden;
    color: #e5e5e5;
    line-height: 30px;
}

.db_lx {
    width: 28%;
    display: block;
    overflow: hidden;
}

.db_lx h3 {
    font-size: 46px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}

.db_lx h3 i {
    font-size: 20px;
    color: #fff;
    font-style: normal;
}

.db_lx h3 b {
    color: #efd452;
    font-weight: normal;
}

.db_lx p {
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    background: url(../images/con_ico.png) 0 8px no-repeat;
    padding-left: 35px;
    margin-top: 12px;
}

.db_lx hr {
    width: 27px;
    height: 3px;
    background: #efd452;
    border: none;
}

.db_ewm {
    margin-top: 60px;
}

.copyright {
    width: 100%;
    border-top: 1px solid rgba(204, 204, 204, 0.33);
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    display: block;
}

.copyright p a {
    color: #fff;
}

/* 关于我们 */
.sidebar {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/side_bg.jpg) center no-repeat;
}

.position01 {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(25, 25, 25, 0.08);
    padding: 16px 0;
}

.position01 p {
    float: left;
    font-size: 14px;
    color: #52646e;
    background: url(../images/position.png) left no-repeat;
    padding-left: 30px;
    line-height: 30px;
}

.position01 p a {
    color: #52646e;
}

.position01 span {
    float: right;
    display: block;
}

.position01 span a {
    font-size: 14px;
    display: block;
    background: url(../images/back.png) right no-repeat;
    padding-right: 30px;
}

.sidelist {
    padding: 15px 0;
}

.side_tit {
    float: left;
    display: block;
    background: url(../images/pt_bg.png) left no-repeat;
    overflow: hidden;
    width: 15%;
    padding: 20px 0;
    line-height: 45px;
}

.side_tit i {
    float: left;
    width: 46px;
    height: 45px;
    display: block;
    margin-right: 15px;
}

.side_tit h3 {
    font-size: 24px;
    color: #027cc9;
}

.side_lb {
    width: 85%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

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

.side_lb ul li {
    width: 145px;
    border: 1px solid #d3dde2;
    background: #fff;
    margin: 0 10px;
    float: left;
    border-radius: 15px;
}

.side_lb ul li a {
    display: block;
    padding: 10px 0 10px 50px;
    font-size: 16px;
    color: #666666;
    background: url(../images/ab_con_18.png) 20px no-repeat;
}

.side_lb ul li:hover a,
.on1 {
    color: #027cc9 !important;
    background: url(../images/ab_con_16.png) 20px no-repeat !important;
}

.container {
    width: 100%;
    background: url(../images/con_bg.jpg) bottom center no-repeat;
    padding: 60px 0 120px;
}

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

.ab_bt h3 {
    font-size: 30px;
    color: #272727;
    font-weight: normal;
    line-height: 60px;
}

.ab_bt hr {
    width: 100px;
    height: 1px;
    margin: 0 auto;
    background: #666;
    border: none;
}

.about_cc {
    display: block;
    overflow: hidden;
}

.ab_cc_txt {
    float: left;
    width: 55%;
    display: block;
    overflow: hidden;
}

.ab_cc_txt p {
    font-size: 16px;
    color: #555454;
    line-height: 42px;
    text-indent: 2em;
}

.about_cc .ab_cc_img {
    width: 41%;
    display: block;
    overflow: hidden;
    -moz-box-shadow: -1px 1px 11px #000;
    -webkit-box-shadow: -1px 1px 11px #000;
    box-shadow: -1px 1px 11px #000;
    margin: 15px 15px 0 0;
}

.about_cc .ab_cc_img img {
    width: 100%;
    display: block;
}

/* 新闻资讯  */
.news_lb {
    display: block;
    overflow: hidden;
}

.news_lb dl {
    padding: 15px;
    display: block;
    overflow: hidden;
    margin: 10px 5px 30px 5px;
    -moz-box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.1);
    ;
    box-shadow: -1px 1px 11px rgba(0, 0, 0, 0.1);
    ;
    background: #fff;
}

.news_lb dl dt {
    width: 22%;
    display: block;
    float: left;
    overflow: hidden;
}

.news_lb dl dt .n_img {
    padding: 2%;
    background: #fff;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 160px;
    justify-content: center;
    align-items: center;
}

.news_lb dl dt .n_img img {
    max-height: 100%;
    max-width: 100%;
}

.news_lb dl dd {
    width: 76%;
    display: block;
    float: right;
    position: relative;
    padding: 15px 0
}

.news_lb dl dd h3 {
    font-size: 20px;
    color: #474747;
    font-weight: normal;
}

.news_lb dl dd p {
    font-size: 15px;
    color: #949494;
    line-height: 30px;
    margin: 10px 0;
    display: block;
}

.news_lb dl dd span {
    display: block;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    background: url(../images/ne_06.jpg) left no-repeat;
}

.news_lb dl dd i {
    width: 29px;
    height: 29;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.news_lb dl:hover {
    background: #ecf7ff;
}

/* 解决方案  */
.solutions {}

.solutions dl {
    width: 49%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    background: #f3f8fc;
}

.solutions dl:nth-child(2n) {
    margin-right: 0;
}

.solutions dl dt {
    width: 55%;
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
}

.solutions dl dt .sj {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    right: 0;
    top: 40%;
    border-right: 20px solid #f3f8fc;
}

.solutions dl dt img {
    width: 100%;
    display: block;
}

.solutions dl dd {
    padding: 30px 0;
    display: block;
    width: 42%;
    float: right;
    text-align: center;
}

.solutions dl dd h3 {
    font-size: 20px;
    color: #242424;
    line-height: 40px;
}

.solutions dl dd span {
    display: block;
    margin: 10px 0 5px;
}

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

/* 联系我们  */
.lx_list {
    display: block;
    overflow: hidden;
}

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

.lx_list ul li {
    border-right: 1px solid #dededd;
    text-align: center;
    padding: 2% 5%;
    display: block;
    float: left;
    min-width: 14%;
}

.lx_list ul li:nth-child(1) {
    padding-left: 1%
}

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

.lx_list ul li i {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
}

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

.lx_list ul li h3 {
    font-size: 20px;
    color: #333;
    line-height: 42px;
    font-weight: normal;
}

.lx_list ul li p {
    font-size: 16px;
    color: #666;
    display: block;
}

.lx_list ul li .a01 {
    background: url(../images/ico_lx.png) 0 0 no-repeat
}

.lx_list ul li .a02 {
    background: url(../images/ico_lx.png) 0 -70px no-repeat
}

.lx_list ul li .a03 {
    background: url(../images/ico_lx.png) 0 -140px no-repeat
}

.lx_list ul li .a04 {
    background: url(../images/ico_lx.png) 0 -210px no-repeat
}

.xdt_lx {
    margin: 60px 5px;
    display: block;
    background: #fff;
    -moz-box-shadow: -1px 1px 11px #ccc;
    -webkit-box-shadow: -1px 1px 11px #ccc;
    box-shadow: -1px 1px 11px #ccc;
    padding: 30px 15px;
    overflow: hidden;
}

.lxfs {
    width: 45%;
    display: block;
    border-right: 1px solid #ccc;
    padding: 30px 20px;
}

.lxfs h3 {
    font-size: 22px;
    color: #5a5a5a;
    line-height: 48px;
}

.lxfs p {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 48px;
}

.xdt_ly {
    width: 46%;
    display: block;
    padding: 20px;
}

.ly_tit {
    display: block;
    text-align: center;
}

.ly_tit h3 {
    font-size: 24px;
    color: #3f3f3f;
    font-weight: normal;
}

.ly_tit i {
    font-size: 16px;
    color: #949494;
}

.baoming {
    width: 80%;
    margin: 15px auto 0;
    display: block;
    border-radius: 12px;
}

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

.baoming ul li {
    width: 47%;
    margin-right: 4%;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 8px;
    border-radius: 15px;
    line-height: 40px;
    float: left;
}

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

.baoming ul li i {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 8px;
}

.baoming ul li .d01 {
    background: url(../images/ico_00.png) 0 0 no-repeat
}

.baoming ul li .d02 {
    background: url(../images/ico_00.png) 0 -30px no-repeat
}

.baoming ul li .d03 {
    background: url(../images/ico_00.png) 0 -60px no-repeat
}

.baoming ul li .d04 {
    background: url(../images/ico_00.png) 0 -90px no-repeat
}

.baoming ul li:nth-child(3) {
    width: 98%;
}

.baoming ul li:nth-child(4),
.baoming ul li:nth-child(5) {
    width: 98%;
}

.baoming ul li textarea {
    line-height: 40px;
    display: block;
    width: 88%;
    height: 90px;
    float: left;
}

.baoming ul li .submit2 {
    width: 100%;
    line-height: 32px;
    display: block;
    border-radius: 10px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #fff;
    display: block;
    background: #027cc9;
}

.baoming ul li input {
    width: 75%;
    line-height: 40px;
    border: none;
    background: none;
    padding-left: 1%;
}

@media (max-width:1520px) {
    .wrap,
    .w1 {
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
    }

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

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

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

}

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


/*banner*/

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

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

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

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 672px;
    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 0 50px;
    overflow: hidden;
}

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

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #07488f;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    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 0px;
    color: #4b4b4b;
}

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

/*右侧内容*/
article {
    width: 100%;
    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: '宋体';
    min-width: 200px;
}

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

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

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


/*新闻列表*/

.module_list_article {
    padding: 10px;
}

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

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

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

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

.module_list_article dl dd h3 {
    font-weight: normal;

}

.module_list_article dl dd p {
    font-size: 12px;
    line-height: 20px;
    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;
    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: 0 10px;
}

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

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

/*图片列表*/

.module_list_img {

    padding: 30px 10px;

}

.module_list_img li {
    width: 33%;
    float: left;
    margin-bottom: 20px;

}

.module_list_img li a {

    display: block;

    width: 280px;

    text-align: center;

}

.module_list_img li .img-size {
    border: 1px solid #ccc;
    width: 280px;
    height: 187px;
    overflow: hidden;
    position: relative;
}

.module_list_img li .img-size img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.module_list_img li h3 {

    font-weight: normal;

}

/*图片详情*/

.product-info {
    padding: 10px;
}

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

.p_img{
    height: 350px;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #eaeaea;
}

.p_img>img {
    max-width: 100%!important;
    max-height: 100%!important;
}

.product-img ul{
    overflow: hidden;
}

.product-img ul li{
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid #eaeaea;
    float: left;
}

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

.product-arr {
    float: left;
    width: 550px;
    padding-left: 50px;
}

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

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

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

.pro_contact {
    width: 100%;
    display: block;
    margin: 50px 0 70px;
}

.pro_contact li {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #898989;
    line-height: 50px;
}

.pro_contact li i {
    width: 60px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
}

.pro_contact li .c01 {
    background: url(../images/ico2.png) 0 0 no-repeat;
}

.pro_contact li .c02 {
    background: url(../images/ico2.png) 0 -50px no-repeat;
}

.pro_contact li .c03 {
    background: url(../images/ico2.png) 0 -100px no-repeat;
}

.pro_contact li .c04 {
    background: url(../images/ico2.png) 0 -150px no-repeat;
}


/* 案例列表  */

.case_list_article,
.case_list_article2 {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 40px 0;
}

.case_list_article dl {
    float: left;
    width: 300px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ededed
}

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

.case_list_article dl dt {
    width: 300px;
    display: block;
    overflow: hidden;
    height: 159px;
}

.case_list_article dl a dt {
    overflow: hidden;
}

.case_list_article dl dt img {
    transition: all .3s;
    width: 300px;
}

.case_list_article dl dd {
    padding: 15px;
    display: block;
    overflow: hidden;
}

.case_list_article dl dd h3 {
    font-size: 16px;
    line-height: 30px;
}


.case_list_article dl dd p {
    font-size: 14px;
    color: rgb(97, 96, 96);
    line-height: 24px;
    height: 45px;
    padding: 5px 0;
}

.case_list_article dl:hover dt img {
    transform: scale(1.1);
}

.case_list_article dl:hover dd h3 {
    color: #014099;
}


.case_list_article2 dl {
    float: left;
    width: 392px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 20px;

}

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

.case_list_article2 dl dt {
    width: 390px;
    display: block;
    overflow: hidden;
}

.case_list_article2 dl a dt {
    overflow: hidden;
}

.case_list_article2 dl dt img {
    transition: all .3s;
    width: 390px;
}

.case_list_article2 dl dd {
    padding: 15px;
    display: block;
    overflow: hidden;
}

.case_list_article2 dl dd h3 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}



.case_list_article2 dl:hover dd h3 {
    color: #014099;
}

/*留言*/

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

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

.index_pro_list li{
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    margin-bottom:10px
}

.index_pro_list li img{
    width: 100%;
    transition: all .3s;
}

.index_pro_list li a h2{
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    transition: all .3s;
}

.index_pro_list li:hover img{
    transform: scale(1.1);
}

.index_pro_list li:hover h2{
    transform: translateY(-10px);
    color: #333;
}