@charset "utf-8";



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

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

ul,
li {
    list-style: none;
}

img {
    border: 0
}

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

table{
    width:100%;
    border-collapse: collapse;
}

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

.pd {
    width: 100%;
    height: 110px;
    display: block;
    overflow: hidden;
}

.header {
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 99;
    -moz-box-shadow: -1px 2px 11px rgba(2, 5, 51, 0.08);
    -webkit-box-shadow: -1px 2px 11px rgba(2, 5, 51, 0.08);
    box-shadow: -1px 2px 11px rgba(2, 5, 51, 0.08);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1,
.container {
    width: 80%;
    margin: 0 auto;
    display: block;
    min-width: 1240px;
}

.pro_con{
    width: 75%;
}


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

.top_logo {
    position: relative;
    height: 100px;
    display: block;
    height: 110px;
}

.logo {
    display: block;
    overflow: hidden;
    margin: 35px 0 0;
    width: 280px;
}

.header .logo p{
    position: absolute;
    top: 10px;
    left: 5px;
}

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

.navlist .top_tel {
    background: url(../images/top_tel.png) left no-repeat;
    padding-left: 35px;
    display: block;
    float: right;
    height: 45px;
}

.navlist .top_tel p {
    font-size: 20px;
    color: #545454;
    line-height: 45px;
}

.navlist {
    width: 62%;
    display: block;
    position: relative;
}

.nav_out {
    width: 95%;
    display: block;
    margin: 0 auto;

}

.tem_head nav {
    position: absolute;
    height: 63px;
    line-height: 63px;
    width: 95%;
}

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

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 63px;
    margin: 0 2.5%;
}

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

.tem_head nav a {
    display: block;
    font-size: 18px;
    color: #0e0e0e;
    text-align: center;

}

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

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

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

.tem_head nav ul li dl {
    position: absolute;
    top: 63px;
    left: -30px;
    z-index: 99;
    display: none;
    background: rgba(0, 91, 172, 0.8);
}

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

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0 5px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    height: 40px;
}

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

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


.navlist .search {
    width: 5%;
    height: 30px;
    margin: 15px 0 0;
    background: url(../images/search.png) right no-repeat;
    float: right;
    border-left: 1px solid #ddd;

}

.g_fr {
    float: left;

}


.search_box {
    width: 238px;
    display: none;
    top: 110px;
    right: 0;
    height: 40px;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 15;
}

.box {
    height: 40px;

    position: relative;
    border: 1px solid #ddd;
}


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

.btnSubmits {
    width: 40px;
    background: url(../images/search.png) 8px no-repeat;
    border: none;
    height: 40px;
    cursor: pointer;
}

.wrap {
    width: 89%;
    margin-right: auto;
    margin-left: auto;
}

.ipart01.pt1_pro .left {
    width: 80%;
    float: left;
}


/* 产品分类  */
.index_product {
    width: 100%;
    background: url(../images/bg_02.jpg) center no-repeat;
    padding: 70px 0;
    display: block;
    overflow: hidden;
}

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

.pro_tit h3 {
    font-size: 44px;
    color: #005bac;
    line-height: 60px;
    text-transform: uppercase;
}

.pro_tit h3 i {
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    padding-left: 50px;
    background: url(../images/index_15.png) left 10px no-repeat;
}

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

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

.pro_tit02 h3 {
    font-size: 44px;
    color: #fff;
    line-height: 60px;
}

.pro_tit02 h3 i {
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    padding-left: 50px;
    background: url(../images/index_22.png) left 10px no-repeat;
}

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

.pro_lb {
    margin: 80px auto;
    display: block;
    position: relative;
    width: 80%;
    min-width: 1240px;
    /* overflow: hidden; */
}

.pro_lb .p_right {
    width: 15%;
}

.pro_lb .tab-bd {
    width: 80%;
}

.pro_lb .tab-hd {
    width: 259px;
    top: 150px;
    right: 10px;
    z-index: 4;
}

.pro_lb .tab-hd li {
    cursor: pointer;
    height: 85px;
    line-height: 85px;
    text-align: right;
    background: url(../images/but_bg1.png) no-repeat;
    color: #343434;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    font-size: 20px;
}

.pro_lb .tab-hd li i {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: 0;
    overflow: hidden;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.pro_lb .tab-hd li i img {
    display: inline-block;
    vertical-align: middle;
}

.pro_lb .tab-hd li:nth-child(1) div {
    padding-right: 60px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s
}

.pro_lb .tab-hd li:nth-child(2) div {
    padding-right: 50px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s
}

.pro_lb .tab-hd li:nth-child(3) div {
    padding-right: 40px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s
}

.pro_lb .tab-hd li:nth-child(4) div {
    padding-right: 50px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s
}

.pro_lb .tab-hd li:nth-child(5) div {
    padding-right: 60px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s
}

.pro_lb .tab-hd li:nth-child(6) div {
    padding-right: 70px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s
}

.pro_lb .tab-hd li:hover i {
    width: 26px;
}

.pro_lb .tab-hd li:nth-child(1):hover {
    background-position: 0 0;
}

.pro_lb .tab-hd li:nth-child(2):hover {
    background-position: 0 0;
}

.pro_lb .tab-hd li:nth-child(3):hover {
    background-position: 0 0;
}

.pro_lb .tab-hd li:nth-child(4):hover {
    background-position: 0 0;
}

.pro_lb .tab-hd li:nth-child(5):hover {
    background-position: 0 0;
}

.pro_lb .tab-hd li:hover,
.active02 {
    font-size: 20px;
    color: #005bac;
}

.pro_lb .tab-hd .active02 div {
    color: #005bac;
}

.pro_lb .tab-hd .active02 i {
    width: 26px;
}

.menu_rt {
    width: 51px;
    height: 547px;
    background: url(../images/index_05.png) no-repeat center right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    pointer-events: none;
    transition: 1.5s;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
}

.pro_lb .tab-bd .intro_ {
    width: 44.6%;
    float: left;
    margin-top: 120px;
}

.pro_lb .tab-bd .intro_ .item .txt {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.pro_lb .tab-bd .intro_ .item .txt .t {
    font-size: 23px;
    float: left;
    margin-right: 15px;
}

.pro_lb .tab-bd .intro_ .item .txt .t span {
    font-family: Impact;
    font-size: 26px;
    color: #000;
    margin-right: 5px;
}

.pro_lb .tab-bd .intro_ .item .txt .t span em {
    font-family: 'Arial';
    font-style: normal;
}

.pro_lb .tab-bd .intro_ .item .tit {
    font-size: 52px;
    line-height: 60px;
    color: #303030
}

.pro_lb .tab-bd .intro_ .item .con {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin: 34px 0 80px;
}

.pro_lb .tab-bd .intro_ .ul_list {
    display: none;
}

.pro_lb .tab-bd .img_ {
    width: 46%;
    float: right;
}

.pro_lb .tab-bd .img_ img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.p_zixun {
    display: block;
    margin: 30px auto;
    width: 100%;
    overflow: hidden;
}

.p_zixun a {
    float: left;
    width: 160px;
    border: 1px solid #005bac;
    text-align: center;
    border-radius: 20px;
    margin-right: 20px;
    padding: 8px 0;
    font-size: 14px;
}

.p_zixun a:hover,
.on2 {
    background: #005bac;
    color: #fff;
}

/* 关于我们  */
.index_about {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 8% 0 10%;
    background: url(../images/about_bg.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    margin: 30px 0;
}

.ab_txt {
    margin-top: 60px;
    display: block;
    overflow: hidden;
    padding: 0 8%;
}

.ab_txt p {
    font-size: 16px;
    color: #fff;
    line-height: 42px;
}

.ab_txt span {
    text-align: center;
    width: 150px;
    margin: 40px auto;
    display: block;
}

.ab_txt span a {
    background: url(../images/arrow_01.png) 120px no-repeat;
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

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

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

.ab_list ul li {
    width: 24%;
    display: block;
    float: left;
    border-right: 1px solid rgba(224, 224, 224, 0.4);
    overflow: hidden;
    text-align: center;
    padding: 10px 0 20px;
}

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

.ab_list ul li i {
    width: 80px;
    height: 80px;
    display: block;
    margin: 15px auto;
}

.ab_list ul li h3 {
    font-size: 20px;
    color: #9b9b9b;
}

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

.ab_list ul li .ico02 {
    background: url(../images/ico.png) 0 -80px no-repeat;
}

.ab_list ul li .ico03 {
    background: url(../images/ico.png) 0 -160px no-repeat;
}

.ab_list ul li .ico04 {
    background: url(../images/ico.png) 0 -240px no-repeat;
}

.ab_list ul li:hover .ico01 {
    background: url(../images/ico.png) -80px 0 no-repeat;
}

.ab_list ul li:hover .ico02 {
    background: url(../images/ico.png) -80px -80px no-repeat;
}

.ab_list ul li:hover .ico03 {
    background: url(../images/ico.png) -80px -160px no-repeat;
}

.ab_list ul li:hover .ico04 {
    background: url(../images/ico.png) -80px -240px no-repeat;
}

.ab_list ul li:hover h3 {
    color: #0087ff;
}

.ab_list ul li a {
    display: block;
}


/* 合作伙伴  */
.index_parnter {
    width: 100%;
    background: url(../images/par_bg.jpg) center no-repeat;
    padding: 60px 0;
}

.parnter_list {
    margin: 80px auto 50px;
    display: block;
    overflow: hidden;
}

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

.parnter_list ul li {
    width: 14%;
    float: left;
    display: block;
    margin-right: 3%;
    margin-bottom: 35px;
    border: 1px solid #ddd;
}

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

.parnter_list ul li img {
    width: 100%;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(50%);
}

.parnter_list ul li:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}


/* 新闻中心  */
.indx_news {
    width: 100%;
    background: url(../images/bg_02.jpg) center no-repeat;
    padding: 60px 0;
}

.pro_news_lb {
    margin: 30px auto;
    display: block;
    overflow: hidden;
}

.pro_news_lb ul {
    list-style: none;
    display: block;
    overflow: hidden;
    text-align: center;
}

.pro_news_lb ul li {
    display: inline-block;
    margin-right: 30px;
    overflow: hidden;
}

.pro_news_lb ul li a {
    color: #636363;
    font-size: 18px;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #d5d5d5;
    padding: 10px 30px;
}

.pro_news_lb ul li:hover a,
.on2 {
    background: #005bac;
    color: #fff !important;
}


.news_list {
    width: 80%;
    margin: 60px auto;
    display: block;
    overflow: hidden;
    min-width: 1240px;
}

#tea {
    width: 100%;
    height: 600px;
    display: block;
}

#tea .swiper-slide {
    border: 1px solid #e2e2e2;
    display: block;
    height: 500px;
}

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

#tea .swiper-slide .news_img a{
    width: 100%;
    height: 275px;
    display: flex;
    justify-content: center;
    align-content: center;
}

#tea .swiper-slide .news_img a img {
    max-width: 100%;
    max-height: 100%;
}

#tea .swiper-pagination {
    width: 100%;
    display: block;
    height: 30px;
    position: absolute;
    bottom: 5px;
}

#tea .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
}

#tea .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 42%;
    bottom: 0;
    top: auto;
    width: 20px;
    height: 36px;
    background: url(../images/ico_fl.png) no-repeat;
}

#tea .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 42%;
    bottom: 0;
    top: auto;
    width: 20px;
    height: 36px;
    background: url(../images/ico_fr.png) no-repeat;
}

#tea .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: none;
}

#tea .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

#tea .swiper-slide .news_txt {
    padding: 15px 15px 30px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}

#tea .swiper-slide .news_txt h3 {
    font-size: 18px;
    color: #2a2a2a;
    display: block;
}

#tea .swiper-slide .news_txt p {
    font-size: 14px;
    color: #898989;
    line-height: 26px;
    margin: 15px 0;
    display: block;
}

#tea .swiper-slide .news_txt i {
    font-size: 14px;
    color: #015198;
    font-style: normal;
}

#tea .swiper-slide .news_txt span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
}

#tea .swiper-slide .news_txt span a {
    background: url(../images/p_more.png) right no-repeat;
    padding-right: 30px;
    display: block;
    font-size: 16px;
    color: #6c6c6c;
}

#tea .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/ico_fl2.png) no-repeat;
}

#tea .swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
    background: url(../images/ico_fr01.png) no-repeat;
}


/* 企业分站  */
.subsite_area {
    width: 100%;
    background: #005bac;
    display: block;
    height: 100px;
    overflow: hidden;
}

.subsite_area span {
    float: left;
    width: 10%;
    display: block;
    margin: 20px 0;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}

.subsite_area ul {
    display: block;
    float: left;
    overflow: hidden;
    margin: 30px 0 20px 20px;
    width: 88%
}

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

.subsite_area ul li a {
    font-size: 16px;
    color: #fff;
}

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

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

.db_nav {
    border-right: 1px solid #dcdcdc;
    width: 65%;
    display: block;
    overflow: hidden;
    padding: 80px 0 60px;
}

.db_nav dl {
    width: 25%;
    float: left;
    display: block;
}

.db_nav dl dt {
    width: 100%;
}

.db_nav dl dt h3 {
    font-size: 18px;
    color: #626262;
    line-height: 36px;
}

.db_nav dl dt hr {
    width: 34px;
    height: 2px;
    background: #a9a9a9;
    border: none;
    margin: 12px 0;
}

.db_nav dl dd {
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.db_nav dl dd a {
    width: 100%;
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #767676;
}

.db_nav dl dd a:hover{ color:#005bac; padding-left:5px; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}

.db_lx {
    width: 32%;
    display: block;
    overflow: hidden;
    padding: 30px 0 0;
}

.db_lx .db_logo {
    width: 100%;
    display: block;
}

.db_lx .db_logo img {
    max-width: 100%;
}

.db_lx .lx_fs {
    padding: 5px 0;
    display: block;
}

.db_lx .lx_fs p {
    background: url(../images/db_lx.png) left 10px no-repeat;
    padding-left: 35px;
    font-size: 16px;
    color: #626262;
    line-height: 40px;
}

.db_lx .db_ewm {
    width: 150px;
    display: block;
    margin: 10px auto;
    overflow: hidden;
}

.db_lx .db_ewm img {
    width:
}

.db_lx .db_ewm p {
    text-align: center;
    font-size: 16px;
    color: #767676;
    line-height: 26px;
}

.copyright {
    background: #f9f9f9;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    display: block;
    padding: 10px 0 20px
}

.db_link {
    display: block;
    overflow: hidden;
    margin: 15px 0 10px;
}

.db_link span {
    font-size: 18px;
    color: #767676;
    float: left;
}

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

.db_link ul li {
    float: left;
    display: block;
    border-right: 1px solid #767676;
    margin: 10px 0;
}

.db_link ul li a {
    font-size: 14px;
    color: #767676;
    padding: 0 15px;
    display: block;
    line-height: 14px;
}

.copy_txt {}

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

.copy_txt p a {
    color: #767676;
}


/* 关于我们  */
/*左侧分栏*/
.warpper {}

.sidebar {
    width: 100%;
    background: #fcfcfc;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

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

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

.sidebar .ab_side ul li {
    float: left;
    display: block;
    overflow: hidden
}

.sidebar .ab_side ul li a {
    font-size: 18px;
    color: #010101;
    font-weight: normal;
    line-height: 45px;
    display: block;
    padding: 10px 30px;
}

.sidebar .ab_side ul li:hover,
.on1 {
    background: #0058aa;
}

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

.positions {
    width: 25%;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    text-align: right;

}

.positions p {
    font-size: 14px;
    color: #333;
    line-height: 40px;

}

/*  关于我们内容  */
.part_01 {
    margin: 60px auto;
    display: block;
    overflow: hidden;
}

.ab_tit {
    text-align: center;
}

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

.ab_tit hr {
    width: 40px;
    height: 3px;
    background: #0058aa;
    border: none;
    margin: 12px auto;
    display: block;
}

.ab_tit p {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
}

.ab_tit02 {
    text-align: center;
}

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

.ab_tit02 hr {
    width: 40px;
    height: 3px;
    background: #fff;
    border: none;
    margin: 12px auto;
    display: block;
}

.ab_tit02 p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}

.ab_con {
    margin: 50px 0;
    display: block;
    overflow: hidden;
}

.ab_con .ab_nr {
    width: 55%;
    display: block;
    overflow: hidden;
}

.ab_con .ab_nr p {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    padding: 0 10px;
}

.ab_img {
    width: 42%;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

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

.part_02 {
    width: 100%;
    background: url(../images/about/lc_bg.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    margin: 30px 0;
    padding: 80px 0;
}

.time-line-box {
    margin-top: 40px;
}

.time-line-box ul:after {
    content: '';
    background: url(../images/about/line.png) repeat-x left bottom;
    height: 52px;
    width: 1000%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.time-line-box ul li {
    float: left;
    width: 211px;
    position: relative;
    padding-top: 176px;
    padding-bottom: 0;
    padding-left: 0;
    z-index: 2;
}

.time-line-box ul li:after {
    content: '';
    height: 124px;
    border-left: #d3d3d2 2px solid;
    position: absolute;
    top: 52px;
    left: 0;
}

.time-line-box ul li dl {
    padding-left: 25px;
}

.time-line-box ul li dl dt {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.time-line-box ul li dl dt:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #0058aa;
    position: absolute;
    left: -32px;
    top: 0;
    border: #a1d4cc 4px solid;
}

.time-line-box ul li dl dd {
    color: #f5f5f5;
    font-size: 13px;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
}

.time-line-box ul li dl dd:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.time-line-box ul li:first-child {
    margin-left: 95px;
}

.time-line-box ul li:last-child {
    margin-right: 40px;
}

.time-line-box ul li:nth-child(2n) {
    padding-top: 0;
}

.time-line-box ul li:nth-child(2n):after {
    top: auto;
    bottom: -51px;
    height: 76px;
    z-index: 2;
}

.time-line-box ul li:nth-child(2n) dt:after {
    left: -34px;
}

.time-line-box ul li:nth-child(2n) .layui-text {
    position: absolute;
    left: 0;
    bottom: 10px;
    border-left: #d3d3d2 2px solid;
}

.time-line-box ul .item-this:after {
    border-left: #2DA891 2px solid;
}

.time-line-box ul .item-this .layui-text {
    border-left: #2DA891 2px solid !important;
}

.part_03 {
    margin: 60px auto;
    display: block;
    overflow: hidden;
}

.culture_list {
    margin-top: 85px;
}

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

.culture_list ul li {
    width: 18%;
    float: left;
    background: #efefef;
    margin-right: 1.5%;
    padding: 40px 0 20px;
    text-align: center;
}

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

.culture_list ul li i {
    width: 90px;
    height: 80px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.culture_list ul li h3 {
    font-size: 30px;
    color: #333333;
    line-height: 45px;
    margin: 15px 0;
}

.culture_list ul li p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    padding: 0 30px;
    display: block;
    min-height: 120px;
}

.culture_list ul li .a01 {
    background: url(../images/about/ico.png) 0 0 no-repeat
}

.culture_list ul li .a02 {
    background: url(../images/about/ico.png) 0 -80px no-repeat
}

.culture_list ul li .a03 {
    background: url(../images/about/ico.png) 0 -160px no-repeat
}

.culture_list ul li .a04 {
    background: url(../images/about/ico.png) 0 -240px no-repeat
}

.culture_list ul li .a05 {
    background: url(../images/about/ico.png) 0 -320px no-repeat
}

.culture_list ul li:hover {
    background: #005bac;
}

.culture_list ul li:hover .a01 {
    background: url(../images/about/ico.png) -90px 0 no-repeat
}

.culture_list ul li:hover .a02 {
    background: url(../images/about/ico.png) -90px -80px no-repeat
}

.culture_list ul li:hover .a03 {
    background: url(../images/about/ico.png) -90px -160px no-repeat
}

.culture_list ul li:hover .a04 {
    background: url(../images/about/ico.png) -90px -240px no-repeat
}

.culture_list ul li:hover .a05 {
    background: url(../images/about/ico.png) -90px -320px no-repeat
}

.culture_list ul li:hover h3 {
    color: #fff;
}

.culture_list ul li:hover p {
    color: #fff;
}


.part_04 {
    width: 100%;
    background: url(../images/about/ry_bg.jpg) center no-repeat;
    padding: 80px 0;
    overflow: hidden;
}

#honor {
    height: 392px;
    margin-top: 70px;
    width: 100%;
}

#honor .swiper-slide {
    display:flex;
    justify-content: center;
    align-items: center;
    border:1px solid #f1f0f0;
}

#honor .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.swiper-father {
    position: relative;
}

.swiper-father .prev1 {
    background: url(../images/about/ico_fl.png) center no-repeat;
    width: 56px;
    height: 116px;
    --swiper-navigation-size: 0px;
    top: 120px;
}

.swiper-father .next1 {
    background: url(../images/about/ico_fr.png) center no-repeat;
    width: 56px;
    height: 116px;
    --swiper-navigation-size: 0px;
    top: 120px;
}


.style_list {
    margin: 50px auto;
    display: block;
    overflow: hidden;
}

.style_list .sty_01 {
    width: 38.8%;
    display: block;
    overflow: hidden;
}

.style_list .sty_01 img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.style_list .sty_01 img:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.style_list .sty_02 {
    width: 60.7%;
    display: block;
    overflow: hidden;
}

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

.style_list .sty_02 ul li {
    width: 49.5%;
    margin-right: 1%;
    display: block;
    float: left;
    margin-bottom: 1%;
    overflow: hidden;
}

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

.style_list .sty_02 ul li img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.style_list .sty_02 ul li:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}



/* 产品中心  */
.met_section {
    position: relative;
    padding: 20px 0 50px;
    display: block;
    overflow: hidden;
}

.met_section aside {
    position: relative;
    float: left;
    width: 20%;
    background: #f2f2f2;
}

.met_section aside section {
    display: block;
    padding: 30px 0;
}

.met_section aside section h2 {
    background: url(../images/about/ico_03.jpg) center 35px no-repeat;
    height: 55px;
    font-size: 30px;
    line-height: 55px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    padding-bottom: 15px;

}

.met_section aside .met_aside_list {

    display: block;
    overflow: hidden;

    padding: 15px 0 30px;
}

.met_section aside .met_aside dl {}

.met_section aside .met_aside dl dt {
    padding-left: 50px;
    font-size: 18px;
    color: #666;
    background: url(../images/about/ico_10.jpg) 35px no-repeat;
    display: block;
}

.met_section aside .met_aside dl dt a {
    display: block;
    padding: 10px 0 10px 20px;
    color: #343434;
}

.met_section aside .met_aside dl dt:hover {
    color: #005bac;
    background: url(../images/about/ico_07.jpg) 35px no-repeat;
    display: block;
}

.met_section aside .met_aside dl dt:hover a {
    color: #005bac;
}

.met_section aside .met_aside dl .on {
    color: #005bac;
    background: url(../images/about/ico_07.jpg) 35px no-repeat;
    display: block;
}

.met_section aside .met_aside dl dt.on a {
    color: #005bac;

}

.met_section aside .met_aside dl dd {
    padding: 6px 0 6px 30px;
    display: block;
}

.met_section aside .met_aside dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #797979;
    font-weight: normal;
    line-height: 36px;
    font-size: 16px;


}

.met_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
    background: #efefef;
}

.met_section aside .met_related {
    margin-top: 20px;
}

.met_section aside .met_related ul {
    padding: 20px;
}

.met_section aside .met_related li {
    margin-bottom: 8px;
    list-style: none;
}

.met_article_head {
    position: relative;
    padding: 0 10px;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

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

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

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

.met_section_sehed {
    padding: 20px 0 50px;
}

.met_section_head {
    height: 50px;
    color: #aaa;
    font-size: 12px;
    font-family: '宋体';
    line-height: 50px;
}

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

.met_section_head a:hover {
    color: #e9280c;
}

.met_section article {
    float: right;
    width: 78%;
}


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

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

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



/* 产品 */
.pro_list02 {
    display: block;
    overflow: hidden;
}

.pro_list02 dl {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_list02 dl dt {
    width: 38%;
    display: block;
    border: 1px solid #e6e6e6;
    float: left;
    overflow: hidden;
    max-height: 260px;
}

.pro_list02 dl dt img {
    max-width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    height: 260px;
    margin: 0 auto;
}

.pro_list02 dl:hover dt img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.pro_list02 dl dd {
    width: 58%;
    display: block;
    overflow: hidden;
    float: right;
}

.pro_list02 dl dd h3 {
    font-size: 24px;
    color: #020202;
    font-weight: normal;
    line-height: 40px;
    margin-top: 20px;
}

.pro_list02 dl dd p {
    font-size: 16px;
    color: #7c7c7c;
    line-height: 26px;
    margin: 15px 0 30px;
    display: block;
}

.pro_list02 dl dd span {
    display: block;
}

.pro_list02 dl dd span a {
    width: 150px;
    float: left;
    display: block;
    margin-right: 15px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #888888;
    padding: 5px 0;
    text-align: center;
    border-radius: 30px;
}

.pro_list02 dl dd span a:hover,
.a01 {
    background: #005bac;
    color: #fff !important;
}

.pro_list02 dl:hover dt {
    border: 1px solid #005bac;
}

.pro_list02 dl:hover dd h3 {
    color: #005bac;
}

/* 联系我们  */
.contact_lx {
    display: block;
    overflow: hidden;
    margin: 60px auto 80px;
    width: 72%;
    min-width: 1240px;
}

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

.con_tit h3 {
    font-size: 30px;
    color: #005bac;
    display: block;
    background: url(../images/about/c_tit.png) center no-repeat;
    line-height: 45px;
}

.con_tit p {
    font-size: 18px;
    color: #005bac;
}

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

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

.con_list ul li {
    width: 45%;
    margin-right: 4%;
    display: block;
    float: left;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding: 12px;
    font-size: 18px;
    color: #898989;
    line-height: 50px;
}

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

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

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

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

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

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





/*banner*/

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

}

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

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

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




/*新闻列表*/

.module_list_article {

    padding: 2% 0;

}

.module_list_article dl {

    list-style: none;

    border-bottom: 1px solid #ddd;

    padding: 20px 0px;

    position: relative;

    clear: both;

}

.module_list_article dl dt {

    width: 24%;

    float: left;

}

.module_list_article dl dt img {

    width: 100%;

}

.module_list_article dl dd {

    float: right;

    width: 74%;

}

.module_list_article dl dd h3 {
    font-size: 18px;
    color: #2a2a2a;
    margin-top: 20px;
}

.module_list_article dl dd p {

    font-size: 14px;

    line-height: 28px;

    padding: 15px 0px;

    color: #404040;

}

.module_list_article dl dd i {
    font-size: 14px;
    color: #3c3c3c;
    display: block;
    margin-top: 20px;
    font-style: normal;
    background: url(../images/time.png) left no-repeat;
    padding-left: 20px;

}

.module_list_article dl dd span {
    position: absolute;
    right: 3%;
    width: 120px;
    text-align: center;
    bottom: 10%;
}

.module_list_article dl dd span a {
    padding: 5px 0;
    display: block;
    font-size: 14px;
    color: #005bac;
    line-height: 24px;
    border-radius: 30px;
    border: 1px solid #005bac;
}

.module_list_article dl:hover dd h3 {
    color: #005bac;
}

.module_list_article dl:hover dd span a {
    background: #005bac;
    color: #fff;
}

/*新闻详细*/
.article_content {
    margin: 80px 0;
    display: block;
    overflow: hidden;
}

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

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

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

.article_content .article_editor {
    font-size: 16px;
    line-height: 32px;
    padding: 30px 20px;

}

.bts {
    padding: 15px 0;
    clear: both;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 30px;
}

.bts a {
    font-size: 16px;
    color: #7c7c7c
}

/*图片列表*/

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

}

.product-img {
    width: 50%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 2%;

}


.product-arr {

    float: left;

    width: 45%;

    padding-left: 2%;

}

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

.product_nav .active02 {
    background: #005bac;
    color: #fff;
    font-size: 16px;
}

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

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

.met_editor {
    padding: 40px 15px;
    display: block;
    overflow: hidden;
    font-size: 16px;
}


.met_related {
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    color: #333
}

.met_related_list {
    list-style: none;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.met_related_list li {
    float: left;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    margin-right:2%
}

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

.met_related_list li a {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 0
}

.met_related_list li h2 {
    text-align: left;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: normal;
    border-top: 1px solid #ddd
}

.met_related_list li img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    max-width: 100%;
}

.met_related_list li a:hover h2 {
    color: #333
}

.met_related_list li a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}




/*留言*/

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

}

/* 相关文章  */
.tj_news {
    display: block;
    margin: 30px 0 50px;
    overflow: hidden;
}

.recuite {
    width: 45%;
    border: 1px solid #f4f4f4;
    display: block;
    overflow: hidden;
    padding: 20px;
}

.re_tit {
    padding: 10px 0;
    background: url(../images/news_03.png) left bottom no-repeat;
    display: block;
    overflow: hidden;
}

.re_tit h3 {
    font-size: 18px;
    color: #005bac;
    line-height: 36px;
}

.re_tit h3 i {
    font-style: normal;
    color: #7c7c7c;
    font-weight: normal;
}

.recuite ul {
    list-style: none;
    display: block;
    overflow: hidden;
    padding: 15px 0 0;
}

.recuite ul li {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #f4f4f4;
    overflow: hidden;
    line-height: 40px;
}

.recuite ul li a {
    float: left;
    font-size: 14px;
    color: #292929;
    padding-left: 12px;
    background: url(../images/news_07.png) left no-repeat;
}

.recuite ul li span {
    font-size: 14px;
    color: #818181;
    float: right;
}

/* 视频中心  */
.case_list_article {
    margin: 40px 0;
    display: block;
    overflow: hidden;
}

.case_list_article dl {
    width: 23%;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 2.6%;
    margin-bottom: 40px;
}

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

.case_list_article dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.case_list_article dl dt .zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.case_list_article dl dt .zhezhao .zz_img {
    position: absolute;
    top: 45%;
    left: 45%;
}

.case_list_article dl dt img {
    max-width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.case_list_article dl dd {
    background: #f5f5f5;
    display: block;
    overflow: hidden;
    padding: 12px 0;
    line-height: 40px;
}

.case_list_article dl dd h3 {
    float: left;
    padding-left: 15px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
}

.case_list_article dl dd span {
    float: right;
    margin-right: 12px;
}

.case_list_article dl:hover dt .zhezhao {
    display: block;
}


/* 常见问题 */
.zhwlist {
    padding: 0 5%;
}

.zhwlist li {
    padding: 5px;
    border-bottom: 1px solid #E6E6E6;
}

.zhwlist .tit {
    line-height: 45px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.zhwlist .tit h3 {
    float: left;
    color: #666;
    font-weight: normal;
    font-size: 16px;
}

.zhwlist .tit .more001 {
    float: right;
}

.zhwlist .cons {
    padding: 25px 0;
    display: none;
}

.zhwlist .con h3 {
    padding-bottom: 1em;
    padding: 0 0 15px;
}

.zhwlist .con .txt {
    color: #666;
    line-height: 1.8em;
}

.zhwlist .con {
    padding-top: 20px;
}

.zhwlist .morea a {
    margin: 0;
}

.zhwlist li.cur .tit .more001 {
    background: url(../images/zhkico2.png) center 10px no-repeat;
    background-size: 100%;

}

.zhwlist li.cur .tit .more001 img {
    opacity: 0;
}

.ban {
    width: 620px;
    height: 600px;
    position: relative;
    overflow: hidden;
    float: left;
}

.ban2 {
    width: 620px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li {
    width: 620px;
    height: 500px;
}

.ban2 ul li img {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 82px;
    overflow: hidden;
    width: 430px;
    position: relative;
    float: left;
}

.min_pic {
    padding-top: 10px;
    width: 500px;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num ul li {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    padding: 1px;
}

.num ul li.on {
    border: 1px solid red;
    padding: 0;
}

.prev_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

.next_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    cursor: pointer;
    float: right;
}

.prev1 {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.pop_up {
    width: 800px;
    height: 800px;
    padding: 10px;
    background: #fff;
    position: fixed;
    -position: absolute;
    left: 40%;
    top: 35%;
    margin-left: -255px;
    margin-top: -255px;
    display: none;
    z-index: 99;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.pop_up2 {
    width: 800px;
    height: 800px;
    position: relative;
    overflow: hidden;
}

.pop_up2 {
    width: 800px;
    height: 800px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pop_up2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_up2 ul li {
    width: 800px;
    height: 500px;
    float: left;
}

.pop_up2 ul li img {
    max-width: 100%;
    display: flex;
    margin: 0 auto;
}

.img_list {
    margin: 40px 0;
    display: block;
    overflow: hidden;
}

.img_list dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.img_list dl dt .zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.img_list dl dt .zhezhao .zz_img {
    position: absolute;
    top: 45%;
    left: 45%;
}

.img_list dl dt img {
    max-width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.img_list dl dd {
    background: #f5f5f5;
    display: block;
    overflow: hidden;
    padding: 12px 0;
    line-height: 40px;
}

.img_list dl dd h3 {
    float: left;
    padding-left: 15px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: normal;
}

.img_list dl dd span {
    float: right;
    margin-right: 12px;
}

.img_list dl:hover dt .zhezhao {
    display: block;
}

.img_list dl{
    width: 32%;
    margin-right: 2%;
    float: left;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

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

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

.img_list dl dt img{
    transition: all .3s;
}

.img_list dl dd h3{
    float: none;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.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/about/ico2.png) 0 0 no-repeat;
}

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

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

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