@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', 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 {
    text-decoration: none;
}


ul,
li {
    list-style: none;
}

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

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

.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;
    position: relative;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

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

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

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

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

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

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

    .tem_head nav ul li {
        margin: 0 7px !important;
    }
}

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

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

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


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

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

.logo {
    display: block;
    overflow: hidden;
    margin: 28px 0 5px;
    float: left;
    width: 54%;
}

.logo .lo_img {
    width: 70px;
    display: block;
    overflow: hidden;
    margin-right: 10px;
    border-right: 1px solid #e2dede;
    height: 48px;
    padding-right: 21px;
}

.logo .lo_img img {
    max-width: 100%
}

.logo .lo_txt {
    float: left;
    padding: 0px 0 0 15px;
    display: block;
    width: 50%;
}

.logo .lo_txt h2{
    font-size:20px;
    line-height:20px;
    color:#005aaa
}

.logo .lo_txt h3 {
    font-size: 20px;
    color: #d00005;
    line-height:30px;
}



.top_logo .top_tel {
    display: block;
    margin-top: 25px;
    overflow: hidden;
}

.top_logo .top_tel p {
    font-size: 16px;
    color: #454545;
    line-height: 30px;
    background: url(../images/top_tel.png) left no-repeat;
    padding-left: 30px;
    display: block;
}

.top_logo .top_tel h3 {
    font-size: 32px;
    color: #005eaf;
    line-height: 36px;
    margin-top: 10px;
}

.navlist {
    width: 46%;
    display: block;
    height: 78px;
    float: right;
    margin-top: 10px;
}

.nav_out {
    display: block;

}

.tem_head nav {
    height: 78px;
    line-height: 78px;

}

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

.tem_head nav ul li {
    float: left;
    line-height: 78px;
    margin: 0 13.8px;

}

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

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

}

.tem_head nav a:hover {
    border-bottom: 2px solid #da251c;
    color: #da251c;
}

.tem_head nav a.navdown {
    border-bottom: 2px solid #da251c;
    color: #da251c;
}

.tem_head nav a.navdown:hover {
    border-bottom: 2px solid #da251c;
    color: #da251c;
}

.tem_head nav ul li .nav_cat {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    display: none;
    padding: 15px 0;
    box-shadow: inset 0px 10px 10px -10px #999;
    font-size: 0;
}

.wrap1 {
    width: 1200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.nav_cat dl {
    width: 33.33%;
    padding: 15px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    float: left;
    box-sizing: border-box;
}

.nav_cat dl:nth-child(3n) {
    border-right: none;
}

.nav_cat dl dt {
    width: 50%;
    float: left;
    display: block;
    overflow: hidden;
    height: 130px;
}

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

.nav_cat dl dd {
    width: 46%;
    float: right;
    display: block;
    margin-left: 10px;
    padding: 25px 0 0;
}

.nav_cat dl dd h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    text-indent: 1em;
}

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

.nav_cat dl:hover dd h3 {
    color: #da251c;
}

.nav_cat dl a:hover {
    border-bottom: none;
}



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


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


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

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

.pro_tit h4 {
    font-size: 18px;
    color: #999999;
    font-weight: normal;
}

.pro_tit h3 {
    font-size: 32px;
    color: #333333;
    line-height: 50px;
    letter-spacing: 2px;
}

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

.pro_tit02 h4 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.pro_tit02 h3 {
    font-size: 32px;
    color: #fff;
    line-height: 50px;
    letter-spacing: 2px;
}

.pro_tit p {
    font-size: 16px;
    color: #999;
}

.product {
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
}

.product .con {
    position: relative;
    z-index: 2;
}

.product .con .product-title h2 {
    font-size: 2.1rem;
    color: #fff;
    margin-bottom: 0.3rem;
    text-align: center;
}

.product .con .product-title h3 {
    font-size: 0.9rem;
    color: #f0f0f0;
    opacity: 0.4;
    text-align: center;
}

.product .con .product-title p {
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    line-height: 1.8;
}

.product .con .product-list {
    margin-top: 4rem;
}

.product .con .product-list .swiper-container .swiper-slide {

    overflow: hidden;


}

.product .con .product-list .swiper-container .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    background-size: cover;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.product .con .product-list .swiper-container .swiper-slide:hover .text {
    background: url(../images/pro_bg.jpg) no-repeat;
    background-size: 100%;
}

.product .con .product-list .swiper-container .swiper-slide .text {
    position: relative;
    margin: 1%;
    -moz-box-shadow: -1px 1px 8px #ccc;
    -webkit-box-shadow: -1px 1px 8px #ccc;
    box-shadow: -1px 1px 8px #ccc;
    padding: 4% 3%;
}

.product .con .product-list .swiper-container .swiper-slide:hover .text h3 {
    color: #fff;
}

.product .con .product-list .swiper-container .swiper-slide:hover .text hr {
    background: #fff;
}

.product .con .product-list .swiper-container .swiper-slide:hover .text span {
    border: 1px solid #fff;
    color: #fff;
}

.product .con .product-list .swiper-container .swiper-slide .text h3 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 10px;
}

.product .con .product-list .swiper-container .swiper-slide .text hr {
    width: 48px;
    height: 3px;
    background: #ccc;
    border: none;
    margin: 8px 0;
    display: block
}

.product .con .product-list .swiper-container .swiper-slide .text span {
    width: 100px;
    border: 1px solid #999999;
    margin: 12px 0 0;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.product .con .product-list .swiper-container .swiper-slide .text .tu {
    max-width: 17rem;
    margin: 0 auto;
    text-align: center;
}

.product .con .product-list .swiper-container .swiper-slide .text .tu img {
    max-width: 100%;
}

.product .con .product-list .swiper-container .swiper-slide .more {
    width: 8rem;
    height: 2.5rem;
    border-radius: 4px;
    background: #fff;
    margin-top: 3.6rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4rem;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.product .con .product-list .swiper-container .swiper-slide .more:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/sign.jpg) no-repeat;
    background-size: cover;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out 0s;
    z-index: 1;
}

.product .con .product-list .swiper-container .swiper-slide .more:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sign.jpg) no-repeat;
    background-size: cover;
    opacity: 1;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out 0s;
    z-index: 1;
}

.product .con .product-list .swiper-container .swiper-slide .more a {
    display: block;
    text-align: center;
    line-height: 2.5rem;
    color: #333;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.product .con .product-list .swiper-container .swiper-slide:hover:before {
    opacity: 1;
}

.product .con .product-list .swiper-container .swiper-slide:hover .more {
    bottom: 1.5rem;
    opacity: 1;
}

.product .con .product-list .swiper-scrollbar {
    position: relative;
    margin-top: 4rem;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #ededed;
    border-radius: 5px;
}

.product .con .product-list .swiper-scrollbar .swiper-scrollbar-drag {
    background: url(../images/sign.jpg) no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.product.ie {
    height: 40rem;
}

.product.ie .con .product-list .swiper-container .swiper-slide .text ul li {
    float: left;
    width: 50%;
    text-align: center;
}

.product.ie .con .product-list .swiper-scrollbar {
    display: none;
}

.product.ie .con .product-list .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 3rem;
}

.product.ie .con .product-list .slick-dots li button:before {
    color: #fff;
    opacity: 0.4;
}

.product.ie .con .product-list .slick-dots li.slick-active button:before {
    color: #3560bb;
    opacity: 1;
}

/* 产品领域  */
.index_apply {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 60px 0;
}

#apply_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

#apply_list .swiper-slide {
    position: relative;
}

#apply_list .swiper-slide .solution-card {
    text-align: center;
    overflow: hidden;
    transition: all .15s linear;
    position: absolute;
    bottom: 100px;
    width: 100%;
}

#apply_list .swiper-slide .solution-card i {
    width: 76px;
    height: 76px;
    display: block;
    border-radius: 100px;
    margin: 80% auto 0;
}

#apply_list .swiper-slide .solution-card .i01 {
    background: url(../images/ico.png) 0 0 no-repeat #fff;
}

#apply_list .swiper-slide .solution-card .i02 {
    background: url(../images/ico.png) 0 -76px no-repeat #fff;
}

#apply_list .swiper-slide .solution-card .i03 {
    background: url(../images/ico.png) 0 -156px no-repeat #fff;
}

#apply_list .swiper-slide .solution-card .i04 {
    background: url(../images/ico.png) 0 -232px no-repeat #fff;
}

#apply_list .swiper-slide .solution-card h3 {
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    margin-top: 20px;
}

#apply_list .swiper-slide .solution-card hr {
    width: 50px;
    background: #fff;
    height: 3px;
    margin: 15px auto;
    border: none;
}

#apply_list .swiper-slide .solution-card p {
    padding: 0 20%;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

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

#apply_list .swiper-slide:hover .solution-card {
    bottom: 130px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#apply_list .swiper-slide:hover .solution-card .i01 {
    background: url(../images/ico.png) -76px 0 no-repeat #c7332c;
}

#apply_list .swiper-slide:hover .solution-card .i02 {
    background: url(../images/ico.png) -76px -76px no-repeat #c7332c;
}

#apply_list .swiper-slide:hover .solution-card .i03 {
    background: url(../images/ico.png) -76px -156px no-repeat #c7332c;
}

#apply_list .swiper-slide:hover .solution-card .i04 {
    background: url(../images/ico.png) -76px -232px no-repeat #c7332c;
}

#apply_list .swiper-button-next {
    right: 0;
    width: 65px;
    height: 100%;
    margin-top: 1;
    background-image: url(../images/ico_fr.png);
    background-size: cover;
    transition: background-image .15s;
    top: 12px;

}

#apply_list .swiper-button-prev {
    left: 0;
    width: 65px;
    height: 100%;
    margin-top: 1;
    background-image: url(../images/ico_fl.png);
    background-size: cover;
    transition: background-image .15s;
    top: 12px;
}


/* 案例展示  */
..solution_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

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

.solution_list ul li {
    width: 32%;
    height: 300px;
    float: left;
    margin-right: 2%;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

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

.solution_list ul li .c_img img {
    width: 100%;
    display: block;
}

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

.solution_list ul li .txt {
    width: 100%;
    height: 62px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-family: "微软雅黑";
    background: rgba(0, 0, 0, 0.6);
}


.solution_list ul li .txt h3 {
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    color: #fff;
    line-height: 62px;
    padding-left: 15px;
    float: left;
}



.solution_list ul li .txt span {
    width: 30px;
    line-height: 62px;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    float: right;

}

.solution_list ul li:hover .txt {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
}

.solution_list ul li:hover .txt h3,
.solution_list ul li:hover .txt span {
    text-align: center;
    padding-left: 0;
    float: none;
    margin: 0 auto;
    line-height: 36px;
}

.solution_list ul .arrow {
    position: absolute;
    width: 71px;
    height: 35px;
    top: -70px;
    right: 0;
}

/* 关于我们  */
.index_about {
    padding: 50px 0;
}

.index_about .ab_img {
    width: 50%;
    display: block;
    overflow: hidden;
}

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

.index_about .ab_txt {
    width: 46%;
    background: url(../images/ab_bg.png) top left no-repeat;
    padding-top: 5%;
    padding-left: 2%;
}

.index_about .ab_txt h4 {
    font-size: 30px;
    color: #c7332c;
    line-height: 45px;
}

.index_about .ab_txt h4 i {
    color: #000;
    font-style: normal;
}

.index_about .ab_txt h3 {
    font-size: 28px;
    color: #202020;
    font-weight: normal;
    margin: 12px 0;
}

.index_about .ab_txt p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin: 30px 0 35px;
    display: block;
}

.index_about .ab_txt span {
    font-size: 16px;
    color: #c7332c;
    text-transform: uppercase;
}

/* 新闻中心  */
.index_news {
    width: 100%;
    display: block;
    padding: 60px 0 80px;
    background: url(../images/index_news.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;

}

.news_list {
    display: block;
    overflow: hidden;
    margin-top: 30px;

}

.news_list .tab-hd01 {
    list-style: none;
    text-align: center;
    margin: 12px 0 0;
}

.news_list .tab-hd01 li {
    color: #cccccc;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    border-right: 1px solid #898989;
    padding: 0 20px;
}

.news_list .tab-hd01 li.active02 {
    color: #fff;
}

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

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

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

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

.news_list .tab-bd01 li .news_lb {
    margin-top: 30px;
}

.news_lb dl {
    width: 29%;
    display: block;
    overflow: hidden;
    margin-right: 2%;
    background: #ffffff;
    padding: 1.5%;
    float: left;
    height: 445px;
}

.news_lb dl .news_con {
    width: 100%;
    display: block;
    position: relative;
}

.news_lb dl:nth-child(3) {
    margin-right: 0
}

.news_lb dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    height: 204px;
    top: 230px;
}

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

.news_lb dl dd {
    padding: 22px 0 10px;
    position: absolute;
    top: 1.2%;
    height: 230px; width: 100%;
}

.news_lb dl dd .news_time {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding-bottom: 10px;
}

.news_lb dl dd .news_time .time_date {
    float: left;
    display: block;
    overflow: hidden;
}

.news_lb dl dd .news_time .time_date h3 {
    font-size: 30px;
    color: #333;
    line-height: 30px;
}

.news_lb dl dd .news_time .time_date p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.news_lb dl dd .news_time span {
    float: right;
    width: 14px;
    height: 23px;
    background: url(../images/i01.png) no-repeat
}

.news_lb dl dd .news_txt {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.news_lb dl dd .news_txt h3 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 60px;
    margin-bottom: 12px;
}

.news_lb dl dd .news_txt p {
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.news_lb dl:hover dd .news_time span {
    background: url(../images/i02.png) no-repeat !important;
}

.news_lb dl:hover dd .news_time .time_date h3 {
    color: #c7332c
}

.news_lb dl:hover dd .news_txt h3 {
    color: #c7332c;
}

/* 友情链接 */
.link {
    margin: 50px 0 0;
    display: block;
    overflow: hidden;
}

.link ul {}

.link ul li {
    float: left;
}

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

.link ul li a:hover {
    color: #c7332c;
}

.area_out {
    margin: 50px 0;
    display: block;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
    background: #e5e5e5;
}

.area_out ul {}

.area_out ul .area_tit {
    display: block;
    overflow: hidden;
    border-right: 1px solid #ccc;
    width: 125px;
    margin-right: 20px;
}

.area_out ul .area_tit p {
    font-size: 20px;
    color: #c7332c;
    line-height: 28px;
}

.area_out ul li {
    float: left;
    line-height: 56px;
}

.area_out ul li a {
    padding: 0 12px;
    display: block;
    font-size: 16px;
    color: #666;
}

/* 底部  */
.footer {
    width: 100%;
    display: block;
    overflow: hidden;
}

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

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

.db_lx ul li {
    margin: 0 8%;
    float: left;
    display: block;
    overflow: hidden;
    min-width: 15%;
}

.db_lx ul li:nth-child(1) {
    margin-left: 0;
}

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

.db_lx ul li h3 {
    font-size: 18px;
    color: #666666;
    line-height: 45px;
    font-weight: normal;
}

.db_lx ul li h3 i {
    width: 40px;
    height: 45px;
    display: block;
    float: left;
    margin-right: 5px;
}

.db_lx ul li h3 .b01 {
    background: url(../images/ico02_01.jpg) left center no-repeat;
}

.db_lx ul li h3 .b02 {
    background: url(../images/ico02_04.jpg) left center no-repeat;
}

.db_lx ul li h3 .b03 {
    background: url(../images/ico02_02.jpg) left center no-repeat;
}

.db_lx ul li h3 .b04 {
    background: url(../images/ico02_02.jpg) left center no-repeat;
}

.db_lx ul li p {
    font-size: 18px;
    color: #666;
    line-height: 32px;
}

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

.db_con .db_logo {
    width: 45%;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

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

.db_con .db_ewm {
    width: 140px;
    display: block;
    text-align: center;
    margin-left:10px;
}

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


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

.copyright {
    width: 100%;
    background: #f5f5f5;
    display: block;
    overflow: hidden;
    height: 56px;
}

.copyright p {
    font-size: 14px;
    color: #666666;
    line-height: 56px;
    text-align: center;
}


/* 公司简介  */
.about_con {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.ab_more02 {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 30px 0 0;
}

.ab_more02 ul {
    list-style: none;
    display: block;
    text-align: center;
    font-size: 0;
}

.ab_more02 ul li {
    width: 168px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

.ab_more02 ul li a {
    display: block;
    padding: 10px 0 20px;
    font-size: 20px;
    color: #666
}

.ab_more02 ul li:nth-child(1) {
    border-left: 1px solid #ccc;
}

.ab_more02 ul li:hover a {
    background: #da251c;
    color: #fff;
}

.ab_more02 ul li i {
    width: 56px;
    height: 60px;
    display: block;
    overflow: hidden;
    margin: 5px auto;
}

.ab_more02 ul li:nth-child(1) i {
    background: url(../images/ico.png) 0 0 no-repeat;
}

.ab_more02 ul li:nth-child(2) i {
    background: url(../images/ico.png) 0 -60px no-repeat;
}


.ab_more02 ul li:nth-child(3) i {
    background: url(../images/ico.png) 0 -180px no-repeat;
}

.ab_more02 ul li:nth-child(1):hover i {
    background: url(../images/ico.png) -56px 0 no-repeat;
}

.ab_more02 ul li:nth-child(2):hover i {
    background: url(../images/ico.png) -56px -60px no-repeat;
}


.ab_more02 ul li:nth-child(3):hover i {
    background: url(../images/ico.png) -56px -180px no-repeat;
}


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

.com_img img {
    width: 100%;
    display: block;
}

.com_text {
    width: 520px;
    display: block;
    overflow: hidden;
}

.com_text p {
    font-size: 18px;
    color: #333333;
    line-height: 45px;
    margin-top: 20px;
}

.com_text p i {
    width: 30px;
    height: 3px;
    background: #da251c;
    border: none;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.com_text h3 {
    font-size: 18px;
    color: #da251c;
    line-height: 40px;
}

.ab_js {
    margin: 30px 0;
    display: block;
    overflow: hidden;
}

.ab_js p {
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

/* 产品列表  */
.pro_tj {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_tj dl {
    width: 590px;
    float: left;
    margin: 5px;
    background: #f8f8f8;
    -moz-box-shadow: -1px 1px 11px #ddd;
    -webkit-box-shadow: -1px 1px 11px #ddd;
    box-shadow: -1px 1px 11px #ddd;
    padding: 20px 0 40px;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 240px;
}

.pro_tj dl dt {
    float: left;
    padding: 20px;
    overflow: hidden;
    display: block;
}

.pro_tj dl dt i {
    width: 100px;
    height: 30px;
    background: #da251c;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    display: block;
    font-style: normal;
    text-align: center;
}

.pro_tj dl:nth-child(2) dt i {
    background: #333542
}

.pro_tj dl dt h3 {
    font-size: 18px;
    color: #333542;
    line-height: 32px;
    margin: 12px 0 20px;
    display: block;
}

.pro_tj dl dt p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.pro_tj dl dd {
    margin-top: 30px;
    /* float: right; */
    position: absolute;
    right: 0;
}

.pro_tj dl dd img {}

.sidebar {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 50px 0;
}

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

.sidebar ul li {
    float: left;
    font-size: 16px;
    color: #da251c;
}

.sidebar ul li a {
    padding: 0 15px;
    display: block;
    font-size: 16px;
    color: #1e1e1e;
}

.sidebar ul li a:hover,
.on1 a {
    color: #da251c !important;
}

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

.cp_lb dl {
    float: left;
    width: 31.8%;
    margin: 0 2% 2% 0;
    border: 1px solid #d2d2d2;
    display: block;
    overflow: hidden;
}

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

.cp_lb dl dt {
    display: block;
    color: #868686;
    font-size: 18px;
    padding: 5% 5%;
}

.cp_lb dl dt h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 10px;
}

.cp_lb dl dt hr {
    width: 48px;
    height: 3px;
    background: #ccc;
    border: none;
    margin: 8px 0;
    display: block
}

.cp_lb dl dt span {
    width: 100px;
    border: 1px solid #999999;
    margin: 12px 0 0;
    display: block;
    text-align: center;
}

.cp_lb dl dt span a {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.cp_lb dl:hover {
    border: 1px solid #da251c;
}

.cp_lb dl:hover dt h3 {
    color: #da251c;
}

.cp_lb dl:hover dt hr {
    background: #da251c;
}

.cp_lb dl:hover dt span {
    border: 1px solid #da251c;
}

.cp_lb dl:hover dt span a {
    color: #da251c;
}

.cp_lb dl dd {
    width: 100%;
    margin: 0 auto;
    padding: 1% 0;
    height: 200px;
}

.cp_lb dl dd a {
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-height: 100%;
    -moz-height: 100%;
    justify-content: center;
    align-items: center;
}

.cp_lb dl dd img {
    max-width: 100%;
    max-height: 100%;
}


/* 解决方案  */
.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;
}


.InmianTit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    margin-top: 30px;
}

.InmianTit span {
    padding: 23px 15px;
    line-height: 27px;
    display: inline-block;
    color: #2060a5;
    font-size: 30px;
    border-bottom: 1px solid #2060a5;
    border-top: 1px solid #2060a5;
}

.InmianTit span img {
    vertical-align: -4px;
    padding-left: 10px;
    display: none;
}

.nav_box {
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
    z-index: 900;
}

.nav_box li {
    color: #333333;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid #aaaaaa;
    background: #fff;
}

.nav_box li a {
    font-size: 16px;
    padding: 8px 25px;
    display: block;
}

.nav_box li:hover a {
    color: #fff;
}

.nav_box li:hover,
.nav_box li .on1 {
    background: #da251c;
    color: #fff;
}

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

    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
}

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

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

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

@-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: 600px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;

}

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

.flash2 {
    width: 1920px;
    height: 600px;
    position: absolute;

    left: -460px;

}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 600px;
    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;

}

lside {
    display: block;
    position: relative;
    float: left;
    width: 20%;
}

lside section h2 {
    background: url(../images/p_tit.png) 12% no-repeat #0060a9;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 32%
}

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) 85% no-repeat #c7332c;
    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) 85% no-repeat #c7332c;
    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 {
    padding: 40px 10px 50px;

}

.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: 'Microsoft YaHe';
}

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

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    /* clear: both; */
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    min-height: 169px;
}

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

.module_list_article dl dt {
    width: 37%;
    float: left;
    max-height: 168px;
    overflow: hidden;
}

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

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

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

/*图片列表*/

.module_list_img {
    padding: 10px;
}

.module_list_img li {
    width: 33.3333%;
}

.module_list_img li a {
    display: block;
    width: 280px;
    text-align: center;
}

.module_list_img li .img-size {
    width: 280px;
}

.module_list_img li h3 {
    font-weight: normal;
}

/*图片详情*/

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

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

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

.product-arr {
    float: left;
    margin-top: 50px;
    width: 600px;
    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;
    margin-top: 20px;
}

.product_nav {
    margin: 30px 0;
    width: 100%;
}

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

.product_nav .met_nav li {
    width: 120px;
    float: left;
    border-right: 1px solid #ddd;
    line-height: 45px;
    text-align: center;
    color: #333;
}

.product_nav .met_nav .active02 {
    background: #da251c;
    color: #fff;
}

.product_nav .tab-bd2 {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.product_nav .tab-bd2 .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
}


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

.large_box {
    margin-bottom: 10px;
    max-height: 245px;
    overflow: hidden;
    padding: 25px;
    width: 450px;
}

.large_box ul li {
    width: 100%;
    height: 100%;
}

.large_box img {
    width: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
}

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

.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-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.btn:hover {
    background-color: #e7000e;
}

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


/*留言*/

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


.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;
    padding: 30px 20px;
}

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

.lxfs ul li {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 48px;
    padding-left: 40px;
}

.lxfs ul li:nth-child(1) {
    background: url(../images/ico02_04.jpg) left center no-repeat;
}

.lxfs ul li:nth-child(2) {
    background: url(../images/ico02_02.jpg) left center no-repeat;
}

.lxfs ul li:nth-child(3) {
    background: url(../images/ico02_02.jpg) left center no-repeat;
}

.lxfs ul li:nth-child(4) {
    background: url(../images/ico02_06.png) left center no-repeat;
}

.lxfs ul li:nth-child(5) {
    background: url(../images/ico02_01.jpg) left center no-repeat;
}

.xdt_ly {
    width: 46%;
    display: block;
    padding: 20px;
    border-right: 1px solid #eaeaea;
}

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

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

.ly_tit hr {
    width: 265px;
    height: 2px;
    background: crimson;
    margin: 12px auto 0;
    display: block;
}

.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:nth-child(5) input{ width: 50%; float: left; }
.baoming ul li:nth-child(5) img{    float: left;
    height: 40px;}
.baoming ul li textarea {
    line-height: 40px;
    display: block;
    width: 88%;
    height: 90px;
    float: left;
}

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

.baoming ul li button {
    font-size: 14px;
    color: #fff;
}

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

#scrollDiv {
    height: 350px;
    margin-top: 20px;
    background: #fff;
}

.img_detali_img {
    margin-bottom: 10px;
    background-size: cover;
    height: 800px;
}

.img_detali_img img {
    display: block;
    margin: 0 auto;
}

/* 解决方案大屏影音 */
.s_dpyy_part01 {
    background: url(../images/dpyy01.jpg) no-repeat center;
    background-size: cover;
    height: 800px;
}

.s_dpyy_part02 {
    background: url(../images/dpyy02.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 39px;
}

.s_title {
    padding: 60px 30px;
}

.s_title h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.s_title hr {
    display: block;
    width: 120px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10px;
}

.hyjj-container .hhjj-item {
    width: 100%;
    max-height: 370px;
    position: relative;
}

.hyjj-container .item2 {
    width: 49.5%;
    float: left;
}

.hyjj-container .item3 {
    width: 49.5%;
    float: right;
}

.hyjj-container .hhjj-item img {
    display: block;
    width: 100%;
    height: auto;
}

.hyjj-container .hhjj-item .itempd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 50px;
}

.hhjj-item .itempd .item-info {
    height: 290px;
    display: table-cell;
    vertical-align: middle;
}

.hhjj-item .itempd .item-info h2 {
    color: #00ccff;
    margin-bottom: 30px;
    font-family: 'PingFangSC Light';
    font-size: 36px;
    font-weight: 400;
}

.hhjj-item .itempd .item-info p {
    color: #fff;
    line-height: 24px;
    text-align: justify;
    font-size: 18px;
}

.item2 .itempd .item-info {
    vertical-align: bottom;
}

.item3 .itempd .item-info {
    vertical-align: bottom;
}


.vryl_part01 {
    position: relative;
    margin-bottom: -10px
}

.vryl_part01 img {
    width: 100%;
}

.vryl_part01_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.vryl_part01_txt h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 50px;
    font-weight: 400;
}

.vryl_part01_txt p {
    font-size: 16px;
    line-height: 36px;
}

.vryl_part02 {
    background: url(../images/vryl02.png) no-repeat 0 0 fixed;
    height: 1768px;
}

.font16 {
    font-size: 16px;
}

.ywList {
    margin-top: 30px;
}

.yw-item {
    float: left;
    width: 25%;
    color: #fff;
    text-align: center;
}

.whly_part02 .s_title h3 {
    color: #333;
}

.whly_part02 .s_title hr {
    background: rgb(233, 37, 37);
}

.whly_con{
    width: 1225px;
    margin: 0 auto;
}

.whly_con .whly_con_tab{
    text-align: center;
    margin-bottom: 20px;
}

.whly_con .whly_con_tab li{
    display: inline-table;
    width:165px;
    height:43px;
    text-align: center;
    line-height: 43px;
}

.whly_con .whly_con_tab li.active{
    background: rgb(233, 37, 37);
    color: #fff;
}

.whly_con_tbd{
    background: url(../images/whly02.jpg) no-repeat center;
    height: 516px;
    background-size: 100%;
}

.whly_item{
    display: none;
}

.whly_item>div{
    width: 50%;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 50px;
}

.whly_item>div h3{
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 30px;
}

.whly_item>div p{
    font-size: 16px;
}

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

.zhzm_con_tbd .zhzm_item{
    display: none;
}

.zhzm_con_tbd .zhzm_item li{
    width: 240px;
    float: left;
    position: relative;
    color: #fff;
}

.zhzm_con_tbd .zhzm_item li.current{
    width: 480px;
}

.zhzm_con_tbd .zhzm_item li h3{
    font-size: 18px;
}

.zhzm_con_tbd .zhzm_item li p{
    font-size: 14px;
}

.zhzm_con_tbd .zhzm_item li .zhzm_item_txt01{
    display: none;
    position: absolute;
    top: 50px;
    left: 40px;
}

.zhzm_con_tbd .zhzm_item li.current .zhzm_item_txt01{
    display: block;
}

.zhzm_con_tbd .zhzm_item li.current .zhzm_item_txt02{
    display: none;
}

.zhzm_con_tbd .zhzm_item li .zhzm_item_txt02{
    position: absolute;
    bottom: 50px;
    left: 40px;
}

.znxs_con_tbd{
    width: 1203px;
    height: 525px;
    margin: 0 auto;
}

.znxs_item{
    display: none;
}

.znxs_item .znxs_l{
    width: 300px;
    margin-right: 1px;
}

.znxs_item .znxs_l a{
    display: block;
    width: 300px;
    height: 525px;
    position: absolute;
}

.znxs_item .znxs_l img{
    width: 100%;
    height: 100%;
}

.znxs_l_txt{
    position: absolute;
    left: 15px;
    bottom: 20px;
    color: #fff;
}

.znxs_l_txt p,
.znxs_r_txt p{
    font-size: 16px;
}

.znxs_r{
    width: 902px;
}

.znxs_r li{
    width: 300px;
    margin-right: 1px;
    float: left;
    margin-bottom: 10px;
}

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

.znxs_r li .znxs_r_img{
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.znxs_r li .znxs_r_img img{
    width: 100%;
}

.znxs_r li .znxs_r_txt{
    padding: 0 10px;
}

