@charset "utf-8";


* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e9280c;
    text-decoration: none;
}


ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w2 {
    width: 1200px;
    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) {
    .w1,
    .container {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }

    .bowrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    #flash .swiper-slide .img img {
    width: 100%;}
}

table{
    border: 1px solid #eaeaea;
    border-collapse: collapse;
}

table,td{
    border: 1px solid #eaeaea;
    padding: 5px;
    text-align: center;
}

.header {
    width: 100%;
    display: block;
    background: #fff;
}

.top {
    width: 100%;
    background: #1793e8;
    display: block;
    overflow: hidden;
    line-height: 36px;
}

.top p {
    font-size: 14px;
    color: #fff;
}

.top .top_ico {
    display: block;

}

.top .top_ico ul {
    list-style: none;
    float: left;
    display: block;
    overflow: hidden;
}

.top .top_ico ul li {
    float: left;
    padding: 0 10px;
    margin: 10px 0;
    border-right: 1px solid #fff;
    line-height: 14px;
}

.top .top_ico ul li:nth-child(4) {
    border-right: none;
}

.top .top_ico ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
}



.top_logo {
    margin: 15px auto 0;
    height: 75px;
    display: block;
}

.top_logo .logo {
    width: 480px;
    display: block;
    overflow: hidden;
}

.top_logo .logo img {
    float: left;
    display: block;
    margin-right: 10px;
}

.top_logo .logo .lo_txt {
    float: left;
    padding-top: 8px;
}

.logo .lo_txt h3 {
    font-size: 24px;
    color: #353535;
    line-height: 30px;
}

.logo .lo_txt p {
    font-size: 12px;
    color: #666;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.navlist {
    width: 700px;
    height: 50px;
    display: block;

}

.nav_out {
    display: block;
    float: left;
    width: 700px
}

.tem_head nav {
    width: 700px;
    position: absolute;
    height: 70px;
    line-height: 70px;
}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    width: 14%;
}

.tem_head nav ul li span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.8
}


.tem_head nav a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    height: 75px;
}

.tem_head nav .b01 {
    color: #232323;
}

.tem_head nav a:hover {
    color: #0b3f95;

}

.tem_head nav a.navdown {
    color: #0b3f95;
}

.tem_head nav a.navdown:hover {
    color: #0b3f95;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 75px;
    left: -27px;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.tem_head nav ul li dl dd {
    float: left;
    padding: 10px 0;
    min-width: 150px;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0;
    padding: 8px 5px;
    text-align: center;
    line-height: 1.5;
    height: 23px;
    font-size: 14px;
    color: #fff;
}

.tem_head nav ul li dl dd a:hover {
    color: #fff;

}

.tem_head nav ul li:hover>dl {
    display: block;
}

.tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
}


.tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
}


.tem_head nav ul li dl dd i {
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
}



.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}

.top_tel {
    display: block;
    padding-left: 45px;
    background: url(../images/top_tel.png) left no-repeat;
    line-height: 36px;
    margin-left: 12px;
}

.top_tel h3 {
    font-size: 24px;
    color: #fff;
}



/* 我们的服务  */
.index_services {
    padding: 60px 0;
    overflow: hidden;
}

.pro_tit {
    text-align: center;
    display: block;
    overflow: hidden;
    width: 100%;
}

.pro_tit h3 {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    font-weight: normal;
}

.pro_tit h4 {
    font-size: 12px;
    color: #bfbfbf;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.pro_tit hr {
    width: 20px;
    height: 2px;
    background: #1063cb;
    border: none;
    margin: 5px auto;
}

.pro_tit p {
    font-size: 16px;
    color: #787878
}

.ser_list {
    display: block;
    overflow: hidden;
    width: 100%;
}

.ser_01 {
    display: block;
    overflow: hidden;
    width: 385px
}

.ser_01 dl {
    display: block;
    overflow: hidden;
    width: 100%;
}

.ser_01 dl dt {
    width: 100%;
    background: url(../images/par_01.png) no-repeat;
    height: 85px;
    line-height: 85px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 85px;
}

.ser_01 dl dd {
    border: 1px solid #1063cb;
    display: block;
    overflow: hidden;
    padding: 30px 20px 30px 40px;
}

.ser_01 dl dd a {
    font-size: 16px;
    color: #333333;
    margin-bottom: 14px;
    display: block;
}

.ser_01 dl dd a i {
    font-style: normal;
    color: #1063cb;
}

.ser_01 dl dd a:hover {
    color: #1063cb;
    text-decoration: underline;
}

.ser_lb {
    width: 1200px;
    display: block;
    overflow: hidden;
}

.ser_lb dl {
    display: block;
    overflow: hidden;
    width: 290px;
    float: left;
    margin-bottom: 12px;
	margin-right: 10px;
}


.ser_lb dl dt {
    width: 100%;
    background: url(../images/par_02.png) no-repeat;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.ser_lb dl dd {
    border: 1px solid #1063cb;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    height: auto;
}

.ser_lb dl dd a {
    min-width: 50%;
    font-size: 16px;
    color: #333333;
    display: block;
    float: left;
    line-height: 36px;
}

.ser_lb dl dd a i {
    font-style: normal;
    color: #1063cb;
}


/*  客户案例 */
.index_case {
    padding: 20px 0;
    overflow: hidden;
	
}

.cases {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.cases .tab-hd {
    overflow: hidden;
    zoom: 1;
    margin: 40px auto;
    list-style: none;
    width: 100%;
    text-align: center;
    background: url(../images/ico.png) center no-repeat;
}

.cases .tab-hd li {
    color: #333333;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    width: 14%;
    margin-right: 15px;
    margin-right: 25px;
}

.cases .tab-hd li:last-child {
    margin-right: 0 !important
}

.cases .tab-hd li:hover {
    background: #1063cb;
    color: #fff;
}

.cases .tab-hd .active02 {
    background: #1063cb !important;
    color: #fff !important;

}

.cases .tab-bd {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.cases .tab-bd li {
    display: none;
    width: 100%;
    overflow: hidden;
}

.cases .tab-bd li.thisclass {
    display: list-item;
}

.cases .tab-bd li.thisclass {
    display: block;
    overflow: hidden;
}

.pro_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pro_list dl {
    width: 23%;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
    background: #f7f7f7;
}

.pro_list dl:nth-child(3n) {
    margin-right: 0;
}

.pro_list dl dt {
    padding: 5px;
    background: #ebebeb;
    display: block;
    overflow: hidden;
}

.pro_list dl:hover dt .zhezhao {
    z-index: 8;
    margin-top: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.pro_list dl dt .c_img {
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 204px;
    justify-content: center;
    align-items: center;
}

.pro_list dl dt .c_img img {
    max-width: 100%;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    max-height: 100%;
}

.pro_list dl dd {
    display: block;
    height: 60px;
    overflow: hidden;
}

.pro_list dl dd p {
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    padding-left: 15px;
    background: url(../images/link.png) 95% no-repeat;
}

.pro_list dl:nth-child(3n) {
    margin-right: 0 !important;
}

.pro_list dl:hover {
    border-bottom: 2px solid #1063cb;
}

.pro_list dl:hover dt {
    border: none;
}

.pro_list dl:hover dt .c_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

/* 代账广告  */
.index_adv {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/index_bg01.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;
    padding: 150px 0;
}

.adv_txt01 {
    display: block;
    overflow: hidden;
}

.adv_txt01 h3 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-weight: normal;
}

.adv_txt01 h4 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
    font-weight: normal;
}

.adv_txt02 {
    display: block;
    overflow: hidden;
    margin-top: 100px;
    position: relative;
}

.adv_txt02 h3 {
    font-size: 36px;
    color: #fff;
    line-height: 50px;
}

.adv_txt02 h3 i {
    font-style: normal;
    font-size: 16px;
    color: #ccc;
    margin-left: 30px;
    font-weight: normal;
}

.adv_txt02 hr {
    width: 340px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    margin: 10px 0;
}

.adv_txt02 p {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    line-height: 30px;
}

.adv_txt02 .adv_zx {
    position: absolute;
    right: 0;
    width: 180px;
    background: #1063cb;
    bottom: 0;
    display: block;
    text-align: center;
    border-radius: 20px;
}

.adv_txt02 .adv_zx a {
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 8px 0;
}

.adv_02 {
    padding: 60px 0;
    overflow: hidden;
}

.adv_tit {
    display: block;
    overflow: hidden;
}

.adv_tit h3 {
    font-size: 52px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
}

.adv_tit h3 span {
    color: #1063cb;
}

.adv_list {
    width: 100%;
    background: url(../images/zz_bl.png) center 20px no-repeat;
    display: block;
    overflow: hidden;
    padding-bottom: 80px;
}

.adv_list dl {
    width: 315px;
    float: left;
    margin-right: 400px;
    display: block;
    overflow: hidden;
    margin-top: 50px;
}

.adv_list dl:nth-child(2n) {
    float: right;
    margin-right: 0;
}

.adv_list dl dd {
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: justify;
    font-weight: bold
}

.adv_list dl:nth-child(2) {
    width: 330px;
}

.adv_list dl:nth-child(3) {
    margin-top: 60px;
    width: 300px;
}

.adv_list dl:nth-child(4) {
    width: 295px;
    margin-top: 70px;
}

/* 流程 */
.index_lc {
    padding: 30px 0;
    overflow: hidden;
}

.lc_list {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/lc_bg.png) top center no-repeat;
}

.lc_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.lc_list ul li {
    width: 155px;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-right: 102px;
}

.lc_list ul li i {
    font-size: 72px;
    color: #1063cb;
    line-height: 135px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
}

.lc_list ul li:nth-child(2n) {
    margin-top: 145px;
}

.lc_list ul li:nth-child(1) {
    margin-left: 10px;
}

.lc_list ul li:last-child {
    margin-right: 0;
}

.lc_list ul li h3 {
    margin-top: 20px;
    font-size: 24px;
    color: #333333;
}

.lc_list ul li p {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
}

/* 优势  */
.index_ys {
    padding: 50px 0;
    overflow: hidden;
}

.ys_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.ys_01 {
    width: 388px;
    display: block;
    overflow: hidden;
}

.ys_01 dl {
    width: 100%;
    display: block;
    overflow: hidden;
}

.ys_01 dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.ys_01 dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

.ys_01 dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.ys_01 dl dd {
    height: 254px;
    background: #1063cb;
    display: block;
    overflow: hidden;
    padding: 60px 0 0;
}

.ys_01 dl dd p {
    padding: 0 20px;
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 36px;
}

.ys_02 {
    width: 798px;
    display: block;
    overflow: hidden;
}

.ys_02 dl {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.ys_02 dl dt {
    width: 399px;
    display: block;
    overflow: hidden;
    float: right;
}

.ys_02 dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

.ys_02 dl:hover dt img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.ys_02 dl dd {
    height: 254px;
    background: #1063cb;
    display: block;
    overflow: hidden;
    width: 399px;
    padding: 60px 0 0;
}

.ys_02 dl dd p {
    padding: 0 20px;
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 36px;
}

.ys_02 dl:nth-child(2) dt {
    float: left;
}

/* 认证流程  */
.index_lc02 {
    padding: 40px 0;
    overflow: hidden;
}

.rzlc_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.rzlc_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.rzlc_list ul li {
    width: 230px;
    float: left;
    background: #e7e7e7;
    border-radius: 35px;
    margin-right: 12px;
    margin-bottom: 30px;
    height: 72px;
}

.rzlc_list ul li:nth-child(5n) {
    margin-right: 0;
}

.rzlc_list ul li .sz {
    width: 72px;
    height: 72px;
    background: #1063cb;
    margin-right: 8px;
    border-radius: 100px;
    font-size: 36px;
    color: #ffffff;
    font-family: Impact;
    font-weight: bold;
    text-align: center;
    line-height: 72px;
}

.rzlc_list ul li h3 {
    font-size: 16px;
    color: #1063cb;
    line-height: 72px;
}

/* 关于我们  */
.index_about {
    width: 100%;
    display: block;
    overflow: hidden;
   
    background: url(../images/about_bg.jpg) top center no-repeat;
}

.ab_bbb {
    width: 50%;
    display: block;
    overflow: hidden;
}


.indexNum{ border-bottom: 0px solid #e5e5e5; padding: 50px 0;}
.indexNum ul li{ align-items: flex-end; line-height: 1;}
.indexNum ul li b{ margin-bottom: -8px;}
.indexNum ul li span{ margin: 0 8px;}

.f60{ font-size: 60px;}

.ab_cc {
    width: 47%;
    display: block;
    overflow: hidden;
}

.ab_tt {
    background: url(../images/ab_tit.png) left top no-repeat;
    padding-top: 30px;
    padding-left: 50px;
    display: block;
    overflow: hidden;
}

.ab_tt h3 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
}

.ab_tt p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
}

.ab_con {
    padding: 20px;
    display: block;
    overflow: hidden;
}

.ab_con h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
}

.ab_con p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 20px 0;
}

.ab_con span {
    width: 160px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    border-radius: 10px;
}

.ab_con span a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 5px 0;
}


/* 证书样本  */
.index_honor {
    padding: 40px 0;
    overflow: hidden;
}

.honor_list {
    width: 100%;
    display: block;
    position: relative;
}

#honor01 {
    width: 94%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

#honor01 .swiper-slide {
    width: 100%;
    display: block;
    overflow: hidden;
}

#honor01 .swiper-slide .zs_con {
    width: 100%;
    display: block;
    overflow: hidden;
}

#honor01 .swiper-slide .zs_con p {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

#honor01 .swiper-slide .zs_con .zs_img{
    width: 284px;
    height: 379px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#honor01 .swiper-slide .zs_con .zs_img img{
    max-width: 100%;
    max-height: 100%;
}

#honor01 .swiper-button-prev {
    background: url(../images/ico_fl.jpg) no-repeat;
    width: 26px;
    height: 42px;
    left: 0 !important;
}

#honor01 .swiper-button-next {
    background: url(../images/ico_fr.png) no-repeat;
    width: 26px;
    height: 42px;
    right: 0 !important;
}

.p_more {
    width: 280px;
    margin: 40px auto 0;
    display: block;
    overflow: hidden;
    text-align: center;
}

.p_more a {
    padding: 10px 0;
    display: block;
    font-size: 24px;
    color: #1063cb;
    border: 1px solid #779fc9;
    border-radius: 30px;
}

.p_more a:hover {
    background: #1063cb;
    color: #fff;
}

/* 合作伙伴  */
.index_parnter {
    padding: 40px 0;
    overflow: hidden;
}

.par_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.par_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.par_list ul li {
    width: 226px;
    height: 98px;
    margin: 10px 10px 10px 5px;
    float: left;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 8px #ccc;
    border-radius: 12px;
}

.par_list ul li:nth-child(5n) {
    margin-right: 5px;
}

.par_list ul li img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* 新闻资讯  */
.index_news {
    padding: 40px 0;
    overflow: hidden;
}

.news_con {
    width: 1200px;
    display: block;
    overflow: hidden;
    margin: 30px auto 0;
}

.news_con .tab-hd01 {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    margin: 10px auto 10px;
    list-style: none;
    text-align: center;
}

.news_con .tab-hd01 li {
    width: 130px;
    color: #0066b8;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    border-radius: 25px;
    background: #e8ebf4;
    margin-right: 50px;
}

.news_con .tab-hd01 li.active02 {
    background: #0066b8;
    color: #fff;
}

.news_con .tab-bd01 {
    width: 100%;
    margin-top: 30px;
}

.news_con .tab-bd01 li {
    display: none;
    width: 100%;
    overflow: hidden;
}

.news_con .tab-bd01 li.thisclass {
    display: list-item;
}

.news_con.tab-bd01 li.thisclass {
    display: block;
    overflow: hidden;
}

.news_list {
    display: block;
    overflow: hidden;
    width: 600px;
}

.news_list dl {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_list dl dt {
    width: 80px;
    display: block;
    overflow: hidden;
    float: left;
    padding: 20px 0;
    color: #666666;
}

.news_list dl dt h3 {
    font-size: 20px;
    font-weight: normal;
}

.news_list dl dt p {
    font-size: 12px;
    padding-left: 12px;
    margin-top: 10px;
}

.news_list dl dd {
    border-left: 1px solid #e7e7e7;
    width: 480px;
    padding: 20px 15px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    float: left;
}

.news_list dl dd h3 {
    font-weight: normal;
    font-size: 16px;
    color: #585858;
    line-height: 26px;
}

.news_list dl dd p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.news_list dl:hover dt {
    color: #0066b8;
}

.news_list dl:hover dd h3 {
    color: #0066b8;
    text-decoration: underline;
}

.news_list dl:nth-child(4) dd {
    border-bottom: none;
}

.news_tj {
    width: 565px;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.news_tj dl {
    width: 100%;
    display: block;
    overflow: hidden;
}

.news_tj dl dt {
    width: 75px;
    display: block;
    overflow: hidden;
    float: left;
    padding: 20px 0;
    color: #666666;
}

.news_tj dl dt h3 {
    font-size: 20px;
    font-weight: normal;
}

.news_tj dl dt p {
    font-size: 12px;
    padding-left: 12px;
    margin-top: 10px;
}

.news_tj dl dd {
    width: 460px;
    padding: 20px 10px;
    overflow: hidden;
    display: block;
    float: left;
}

.news_tj dl dd h3 {
    font-weight: normal;
    font-size: 16px;
    color: #585858;
    line-height: 26px;
}

.news_tj dl dd p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.news_tj dl:hover dt {
    color: #0066b8;
}

.news_tj dl:hover dd h3 {
    color: #0066b8;
    text-decoration: underline;
}



/* 企业分站  */
.subsite_area {
    width: 100%;
    background: #f5f5f5;
    display: block;
    height: 100px;
    overflow: hidden;
}

.subsite_area span {
    float: left;
    width: 10%;
    display: block;
    margin: 20px 0;
    border-right: 1px solid #cccccc;
    color: #1063cb;
    font-size: 20px;
}

.subsite_area ul {
    display: block;
    float: left;
    overflow: hidden;
    margin: 30px 0 20px 20px;
    width: calc(100% - 170px);
}

.subsite_area ul li {
    float: left;
    display: block;
    line-height: 40px;
    width: 5.5%;
    text-align: center;
}

.subsite_area ul li a {
    font-size: 16px;
    color: #333;
}

.link {
    padding: 20px 0;
    overflow: hidden;
}

.link ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.link ul li {
    float: left;
    display: block;
}

.link ul li a {
    padding: 0 15px;
    display: block;
    font-size: 14px;
    color: #666666;
}

.link ul li a:hover {
    color: #1063cb;
    text-decoration: underline;
}

/* 底部  */
.footer {
    width: 100%;
    background: #071526;
    display: block;
    overflow: hidden;
    padding-top: 60px;
}

.db_logo,
.db_con {
    display: block;
    overflow: hidden;
    width: 100%;
}

.db_logo img {
    float: left;
    display: block;
    margin-right: 15px;
}

.db_ewm {
    width: 250px;
    display: block;
    overflow: hidden;
}

.ewm01 {
    display: block;
    overflow: hidden;
}

.ewm01 img {
    border: 1px solid #ccc;
    padding: 8px;
    display: block;
    max-width: 130px;
}

.ewm01 p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.db_tel {
    display: block;
    overflow: hidden;
}

.db_tel p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.db_tel h3 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.db_lx {
    width: 375px;
    display: block;
    overflow: hidden;
}

.db_lx h3 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.db_lx hr {
    width: 15px;
    height: 3px;
    background: #fff;
    margin: 25px 0;
    border: none;
}

.db_lx p {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.db_nav {
    display: block;
    overflow: hidden;
}

.db_nav dl {
    float: left;
    margin-right: 50px;
    display: block;
    overflow: hidden;
}

.db_nav dl:last-child {
    margin-right: 0;
}

.db_nav dl dt {
    display: block;
}

.db_nav dl dt h3 {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.db_nav dl dt hr {
    width: 35px;
    height: 2px;
    background: #fff;
    margin: 25px 0;
    border: none;
}

.db_nav dl dd {
    display: block;
    overflow: hidden;
}

.db_nav dl dd a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    display: block;
    opacity: 0.5
}

.copyright {
    border-top: 1px solid #202d3c;
    display: block;
    overflow: hidden;
    text-align: center;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 20px 0;
    opacity: 0.5
}

.copyright p a{
    color:#fff
}

/* 关于我们  */
.page_bg {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 184px;
}

.sidebar {
    width: 100%;
    display: block;
    background: url(../images/side_bg.png) center no-repeat;
    height: 69px;
    position: relative;
    top: -25px;
}

.side_bt {
    float: left;
    display: block;
}

.side_bt h3 {
    font-size: 18px;
    color: #fff;
    line-height: 69px;
    float: left;
    margin-right: 15px;
    font-weight: normal;
}

.side_bt hr {
    width: 88px;
    height: 1px;
    background: #fff;
    border: none;
    margin-top: 35px;
}

.side_position {
    float: right;
    display: block;
}

.side_position p {
    float: right;
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
    line-height: 44px;
}

.InmianTit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    margin-top: 30px;
    margin-bottom: 30px;
}



.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 #ddd;
    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: #1566cc;
    color: #fff;
}

.about_cc {
    padding: 40px 0;
    overflow: hidden;
}

.part_01,
.part_02 {
    width: 100%;
    display: block;
    overflow: hidden;
}
/* 20221129 MAIKEYIN 修改
.com_txt {
    width: 46%;
    display: block;
    overflow: hidden;
}
*/


.com_txt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.com_tit {
    display: block;
    overflow: hidden;
    background: url(../images/about_06.jpg) 160px 40px no-repeat;
}

.com_tit h3 {
    font-size: 24px;
    color: #333
}

.com_tit p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 5px;
}

.company_cc {
    display: block;
    overflow: hidden;
   /* border-right: 3px solid #1566cc;  maikeyin 2022 11 29修改*/
    margin-top: 20px;
}

.company_cc p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
    margin-top: 15px;
    padding-right: 30px;
}

.com_tit02 {
    display: block;
    overflow: hidden;
    text-align: center;
    background: url(../images/about_11.jpg) center 15px no-repeat;
    margin-top: 40px;
}

.com_tit02 h3 {
    font-size: 36px;
    color: #333
}

.com_tit02 p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 5px;
}

.part_img {
    margin: 20px 0;
    display: block;
    overflow: hidden;
}

/* 我们的服务  */
.services_con {
    padding: 30px 0;
    overflow: hidden;
}

.ser_side {
    width: 260px;
    display: block;
    overflow: hidden;
}

.ser_side dl {
    border: 1px solid #e1e1e1;
    display: block;
    overflow: hidden;
    width: 258px;
    margin-bottom: 15px;
}

.ser_side dl dt {
    display: block;
    overflow: hidden;
    background: url(../images/lit.jpg) no-repeat;
    line-height: 42px;
}

.ser_side dl dt a {
    font-size: 16px;
    color: #fff;
    padding-left: 12px;
}

.ser_side dl dd {
    display: block;
    overflow: hidden;
}

.ser_side dl dd a {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    padding-left: 8px;
}

.ser_side dl dd a:last-child {
    border-bottom: none;
}

.ser_side dl dd a i {
    color: #1063cb;
    font-style: normal;
	padding-right:10px;
}


/*banner*/
#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 10px !important;
}



/*banner*/

.flash {

    width: 100%;

    height: 500px;

    margin: 0 auto;

    overflow: hidden;

    _zoom: 1;

    position: relative;

    *zoom: 1;

}

.flash1 {

    width: 1000px;

    height: 500px;

    margin: 0 auto;

    position: relative;

}

.flash2 {

    width: 1920px;

    height: 500px;

    position: absolute;

    left: -460px;

}

.flexslider {

    margin: 0 auto;

    position: relative;

    width: 1920px;

    height: 500px;

    overflow: hidden;

    zoom: 1;

}

.flex-viewport {

    max-height: 2000px;

    -webkit-transition: all 1s ease;

    -moz-transition: all 1s ease;

    transition: all 1s ease;



}

.flexslider .slides {

    zoom: 1;

}

.flex-direction-nav a {

    width: 60px;

    height: 90px;

    line-height: 99em;

    overflow: hidden;

    margin: -60px 0 0;

    display: block;

    background: url(../images/ad_ctr.png) no-repeat;

    position: absolute;

    top: 50%;

    z-index: 10;

    cursor: pointer;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all .3s ease;

}

.flex-direction-nav .flex-next {

    background-position: 0 -90px;

    right: 0;

}

.flex-direction-nav .flex-prev {

    left: 0;

}

.flexslider:hover .flex-next {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-prev {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-next:hover,

.flexslider:hover .flex-prev:hover {

    opacity: 1;

    filter: alpha(opacity=50);

}

.flex-control-nav {

    width: 100%;

    position: absolute;

    bottom: 3px;

    text-align: center;

}

.flex-control-nav li {

    margin: 0 5px;

    display: inline-block;

    zoom: 1;

    *display: inline;

}

.flex-control-paging li a {

    background: url(../images/dot.png) no-repeat 0 -16px;

    display: block;

    height: 16px;

    overflow: hidden;

    text-indent: -99em;

    width: 16px;

    cursor: pointer;



}

.flex-control-paging li a.flex-active {

    background-position: 0 0;

}



/*左侧分栏*/

.warpper {
    width: 1200px;
    margin: 30px auto;
    display: block;
    overflow: hidden;
}

.con_section {

    position: relative;
    padding: 20px 0 50px;

}

lside {
    display: block;
    position: relative;
    float: left;
    width: 240px;

}

lside section h2 {
    background: url(../images/about_03.jpg) no-repeat;
    height: 90px;
    font-size: 26px;
    line-height: 90px;
    color: #fff;
    padding-left: 45px
}

lside .lside_list {
    border: 1px solid #dfdfdf;

    display: block;

    overflow: hidden;

    background: #fff;
    padding: 15px 10px 10px;
}

lside .lside_list dl {

    margin-bottom: 12px;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/p_ico.png) 10px no-repeat #1058aa;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 8px 0 8px 10px;
    color: #fff;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/p_ico.png) 10px no-repeat #e6212a;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/p_ico.png) 10px no-repeat #e6212a;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 10px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;

}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

.side_tel {
    width: 100%;
    background: url(../images/about_06.jpg) no-repeat;
    height: 172px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
}

.side_tel p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0 0;
}

.side_tel h3 {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}

.side_news {
    margin-top: 15px;
    display: block;
}

.side_news h2 {
    background: url(../images/about_03.jpg) no-repeat;
    height: 90px;
    font-size: 26px;
    line-height: 90px;
    color: #fff;
    padding-left: 45px;
}

.side_news ul {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0 20px 15px;
}

.side_news ul li {
    border-bottom: 1px dashed #ccc;
    padding: 12px 0;
}

.side_news ul li span {
    font-size: 12px;
    color: #8e8e8e;
    line-height: 16px;
    display: block;
}

.side_news ul li h3 {
    color: #000;
    font-size: 12px;
}

.side_news ul li p {
    color: #333;
    line-height: 20px;
    font-size: 12px;
}

/*右侧内容*/

article {

    width: 930px;

    float: right;

    padding: 0 10px;

}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    border-top: 3px solid #0b3f95;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: 'Microsoft YaHei';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}



/*新闻列表*/

.module_list_article {

    padding: 10px;

}

.module_list_article dl {
    list-style: none;
    border: 1px solid #eee;
    padding: 15px;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.module_list_article dl dt {
    width: 26%;
    display: block;
    float: left;
    margin-right: 2%;
        border: 1px solid #eee;
}

.module_list_article dl dt img {
       max-width: 100%;
    display: block;
    max-height: 200px;
    margin: 0 auto;
}

.module_list_article dl dd {
    display: block;
    overflow: hidden;
    padding: 20px 0;
}

.module_list_article dl dd .n_cc {
    width: 80%;
    padding: 15px 0;
    display: block;
    float: left;
}

.module_list_article dl dd .n_cc h3 {
    font-size: 18px;
    color: #121212;
    line-height: 32px;

}

.module_list_article dl dd .n_cc p {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0px;
    color: #626262;

}

.module_list_article dl dd .news_date {
    width: 100px;
    float: right;
    display: block;
    margin-top: 15px;
}

.module_list_article dl dd .news_date h3 {
    font-size: 30px;
    color: #939aa3;
    line-height: 40px;
}

.module_list_article dl dd .news_date p {
    font-size: 16px;
    color: #939aa3;
    line-height: 30px;
}

/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    margin-top: 20px;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 30px 10px;
    font-size: 14px;

}

.article_content .article_editor p {
    line-height: 32px;
}

/*图片列表*/

.module_list_img {

    padding: 10px;

}

.module_list_img li {
    width: 31%;
    float: left;
    margin: 15px 10px;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    height: 235px;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #f2faf9;
    line-height: 50px;
}

.module_list_img li:hover h3 {
    background: #1058aa;
    color: #fff;
}

/*图片详情*/

/*图片详情*/

.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}

.product-img {
    width: 500px;
    float: left;
    border-right: 1px solid #eee;
}

.product-img img {
    width: 100%;
}

.product-arr {
    float: right;
    width: 630px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
    padding: 20px 10px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}



/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}



/*分页*/

.page-list {

    clear: both;

    margin: 20px 0px 0px 0px;

    text-align: center;

}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {

    display: inline-block;

    font-family: Arial;

    font-size: 13px;

    padding: 7px 11px;

    margin-left: 6px;

    background-color: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 4px;

}

.page-item.active .page-link {

    z-index: 1;

    color: #fff;

    background-color: #0b3f95;

    border-color: #0b3f95;

}

.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    cursor: auto;

    background-color: #fff;

    border-color: #dee2e6;

}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 999999999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #004b97;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #1d86c5;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #004b97;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #004b97;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #004b97;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.page_bg {
    width: 100%;
    height: 148px;
    display: block;
    overflow: hidden;
}

.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    height: 296px;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.case_list02 ul li .c_img img {
    max-width: 100%;
    max-height: 100%;
}

.case_list02 ul li p {
    width: 96%;
    background: #ededed;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2%;
}

.case_list02 ul li:hover p {
    background: #0b3f95;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}

.article_content .img_img {
    display: block;
    text-align: center;
}

.article_content .img_img img {
    max-width: 80%;
}

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.module_list_article02 {
    padding: 10px;
}

.module_list_article02 dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.module_list_article02 dl dt {
    width: 20%;
    float: left;
}

.module_list_article02 dl dt img {
    width: 100%;
}

.module_list_article02 dl dd {
    float: right;
    width: 78%;
}

.module_list_article02 dl dd h3 {
    font-weight: normal;

}

.module_list_article02 dl dd p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article02 dl dd span {
    font-size: 12px;
    color: #666;
}

.ser_cons {
    padding: 12px;
    display: block;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    width: 900px;
    min-height: 800px;
}

.s_tit {
    display: block;
    overflow: hidden;
}

.s_tit h3 {
    font-size: 24px;
    color: #1566cc;
    line-height: 36px;
    display: block;
}

.s_tit hr {
    width: 35px;
    height: 3px;
    background: #1566cc;
    border: none;
    margin-top: 12px;
}

.ser_list02 {
    display: block;
    overflow: hidden;
    /* margin-top: 40px; */
    width: 910px;
}

.ser_list02 dl {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.ser_list02 dt {
    float: left;
    display: block;
    overflow: hidden;
    width: 250px;
    height: 250px;
    position: relative;
    border: solid #eee 1px;
}

.ser_list02 dt img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.ser_list02 dd {
    width: 510px;
    display: block;
    float: right;
    overflow: hidden;
    padding: 15px 0;
}

.ser_list02 dd h3 {
    font-size: 24px;
    color: #333333;
    line-height: 40px
}

.ser_list02 dd hr {
    width: 40px;
    height: 2px;
    background: #333333;
    border: none;
    margin: 5px 0;
}

.ser_list02 dd i {
    font-style: normal;
    font-size: 16px;
    color: #c1c1c1;
    line-height: 30px;
    text-transform: uppercase;
    margin: 10px 0 5px;
    display: block;
}

.ser_list02 dd p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-right: 30px;
}

.ser_list02 dd span {
    width: 180px;
    border: 1px solid #1566cc;
    text-align: center;
    display: block;
    margin-top: 15px;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #1566cc
}

.ser_list02 dd span a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
}

.lx_list {
    display: block;
    padding: 0 3%;
    overflow: hidden;
    margin-bottom: 40px;
}

.lx_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.lx_list ul li {
    float: left;
    margin-right: 50px;
    width: 240px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.lx_list ul li:nth-child(4) {
    margin-right: 0;
}

.lx_list ul li .i01 {
    width: 110px;
    height: 110px;
    display: block;
    margin: 15px auto;
    border-radius: 100px;
    box-shadow: 1px 8px 15px #ccc;
    background-image: linear-gradient(90deg, #fff, #ececec);
}

.lx_list ul li .i01 img {
    margin: 0px auto;
    display: block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    padding-top: 25px;
}

.lx_list ul li p {
    font-size: 20px;
    color: #161616;
}

.lx_list ul li h3 {
    font-size: 18px;
    color: #1063cb;
    line-height: 32px;
    font-weight: normal;
}

.lx_map {
    display: block;
    padding: 0 3%;
    overflow: hidden;
}
.kingkong {
  height: 317px;
  overflow: hidden;
}
.kingkong .module-list {
  margin-top: 27px;
  margin-right: -20px;
}
.kingkong .module-list .module-item {
  float: left;
  width: 283px;
  height: 200px;
  margin-right: 20px;
  border: 1px solid #c2c2c2;
  position: relative;
}
.kingkong .module-list .module-item:hover .mask {
  display: block;
}
.kingkong .module-list .module-item .img {
  width: 125px;
  height: 125px;
  margin: 20px auto 0;
  position: relative;
/*  border: solid #eee 1px;*/
}
.kingkong .module-list .module-item .img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.kingkong .module-list .module-item .name {
  margin-top: 15px;
  color: #014484;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.kingkong .module-list .module-item .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.kingkong .module-list .module-item .mask .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -17px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}
.btn.btn-blue {
  background-color: #004486;
  border-color: #004486;
  color: #fff;
}