* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

body {
    min-width: 1200px;
    position: relative;
    margin: auto;
}

a {
    text-decoration: none;
    outline: none;
}

em,
i,
b,
span,
strike,
strong,
s {
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

ul,
li {
    list-style: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.wrapper {
    width: 1200px;
    position: relative;
    margin: auto;
}

.top {
    width: 100%;
    height: 45px;
    line-height: 43px;
    background: #dfdcdc;
    color: #555;
}

.header {
    width: 1200px;
    margin: auto;
    height: 120px;
    background: #fff;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.head_txt {
    display: flex;
    align-items: center;
    width: 800px;
    line-height: 43px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

.logo {
    display: flex;
    align-items: center;
    width: 200px;
}

.head_txt li {
    display: inline-block;
    padding-left: 45px;
    margin-right: 6px;
}

li.h_one {
    background: url(../image/head_txt.png) 0 0px no-repeat;
}

li.h_two {
    background: url(../image/head_txt.png) 0 -66px no-repeat;
}

li.h_three {
    background: url(../image/head_txt.png) 0 -133px no-repeat;
}

li.h_four {
    background: url(../image/head_txt.png) 0 -200px no-repeat;
}

.head_num {
    color: #00B0F0;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 35px;
}
.head_num img{
    display: block;
    width: 50px;
    padding-right: 15px;
}
#content {
    width: 100%;
    margin: auto;
    position: relative;
}

#main-nav {
    position: relative;
    width: 1400px;
    height: 35.5px;
    margin: auto;
    border-bottom: 2px solid #00B0F0;
    padding-top: 0
}

.nav-info {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding-left: 200px;
    box-sizing: border-box;
}

#main-nav a {
    display: block;
    float: left;
    padding: 0 20px;
    font-size: 18px;
    position: relative;
    outline: 0;
    font-weight: 700;
    line-height: 33px;
    color: #333
}
#main-nav a:hover{
    color: #00B0F0;
}
#category {
    height: 500px;
    width: 100%;
    position: relative
}

.category-board {
    position: relative;
    width: 1230px;
    padding-right: 30px;
    margin: 0 auto;
    height: 0
}


.category-type {
    position: absolute;
    width: 170px;
    height: 55px;
    color: #fff;
    background: #00B0F0 url(../image/nav_icon.png) 20px center no-repeat;
    margin-top: -56px;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    box-sizing: border-box;
    left: 38px;
}

.tab-list {
    box-sizing: border-box;
    width: 170px;
    height: 452px;
    background-color: #00B0F0;
}

.tab-list-item {
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 21px 0;
}

.word-link {
    color: white
}

.category-tab {
    display: block;
    position: absolute;
    z-index: 100;
    left: 38px;
}

.item-panel {
    display: none;
    position: absolute;
    height: 452px;
    width: 1000px;
    background-color: white;
    overflow: hidden;
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease 0s;
    left: 170px;
    top: 0
}

.panel-left {
    float: left;
    width: 720px;
    height: 452px;
    overflow: hidden;
    color: #999;
    padding-left: 20px;
}

.panel-right {
    float: left;
    width: 230px;
}

.good-img {
   position: relative;
    display: block;
    width: 90%;
    height: inherit;
    margin: 20px auto;
}
.good-img img {
  width: 230px;
}
.slide {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    height: 452px;
}

.slide-wrapper {
    width: 100%;
    height: 452px;
    position: absolute;
    top: 0;
    left: 0
}

.slide-wrapper li {
    position: absolute;
    width: inherit
}

.back-img,
.back-img img {
    width: inherit;
    height: 452px
}


.slideBox {
    left: 50%;
    position: absolute;
    bottom: 8px
}

.dot-wrap li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 10px;
    margin-left: 5px;
    cursor: pointer
}

.dot-wrap .current {
    background: #00B0F0;
}

.panel-channel {
    margin-top: 35px;
    margin-left: 10px;
    float: left;
    text-align: left;
}

.panel-channel a {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 10px;
    text-indent: 0px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.panel-channel ul li a {
    width: 180px;
    color: #fff;
    padding: 20px 5px;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid rgba(100, 100, 100, 0.5);
    margin: 10px 0 0 10px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.panel-channel ul li a i {
    font-size: 16px;
    border: 1px solid #fff;
    font-style: normal;
    padding: 0 5px 3px 5px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-right: 5px;
}

.panel-channel ul li a:hover {
    border: 1px solid #fff;
}

.ad_pic {
    width: 1200px;
    padding: 20px 0;
    margin: auto;
}

.ad_pic_item {
    background-color: #00B0F0;
    width: 20%;
    cursor: pointer;
    padding: 27px 20px;
    margin: 0 10px;
    opacity: 0.6;
}
.ad_pic_item:hover{
    transition: all 0.3s;
    opacity: 1;
}

.ad_pic_item span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../image/tubiao.png) no-repeat -2px -8px;
}

.ad_pic .ad_pic_item:nth-child(2) span {
    background-position: -0px -47px;
}

.ad_pic .ad_pic_item:nth-child(3) span {
    background-position: -0px -89px;
}

.ad_pic .ad_pic_item:nth-child(3) span {
    background-position: -0px -131px;
}

.ad_pic_item div {
    width: 188px;
    color: #fff;
}

.ad_pic_item div p {
    font-size: 12px;
    color: #fff;
}

.pagetitle {
    font-size: 25px;
    text-align: center;
    width: 1200px;
    margin: auto;
}

.pagetitle div {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
}

.pagetitle img {
    display: block;
    margin: 20px auto 0;
}

.process {
    padding-top: 50px;
    overflow: hidden;
    width: 1200px;
    margin: auto;
}

.process_item {
    margin: 0 10px;
    width: 380px;
    height: 480px;
    overflow: hidden;
    background: #fbfbfb;
}

.process .process_item:hover {
    transition: all 0.5s;
    box-shadow: 8px 8px 4px 2px rgb(189, 187, 187);
}

.process_item_img {
    width: 378px;
    height: 230px;
    overflow: hidden;
}

.process_item_img img {
    width: 378px;
    height: 230px;
    cursor: pointer;
    transition: all 0.5s;
}

.process_item_img img:hover {
    transform: scale(1.3, 1.3);
}

.process_item h3 {
    color: #363636;
    font-size: 20px;
    text-align: center;
    padding-top: 35px;
}

.process_item_txt {
    padding: 0 26px;
    color: #858585;
    padding-top: 25px;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.process_item_txt span {
    color: #333;
}

.process_item p {
    text-align: right;
    padding-right: 25px;
    padding-top: 35px;
}

.process_item p a {
    color: #178cec;
    font-size: 14px;
}

.process_item p span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-left: 10px;
    height: 16px;
    background: url(../image/tubiao.png) -378px -10px no-repeat;
}

.webbox {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.points {
    width: 20%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.webbox a {
    color: #333;
    display: inline-block;
    border-bottom: 3px solid #fff;
    padding: 10px 10px 25px;
}

.webbox span {
    display: block;
    margin: 0 auto;
    width: 51px;
    height: 51px;
    background-image: url(../image/tubiao.png);
    background-position: -73px 0px;
}

.webbox div:nth-child(2) span {
    background-position: -124px 0px;
}

.webbox div:nth-child(3) span {
    background-position: -174px 0px;
}

.webbox div:nth-child(4) span {
    background-position: -224px 0px;
}

.webbox div:nth-child(5) span {
    background-position: -276px 0px;
}

.webcontent {
    width: 1200px;
    margin: 0 auto;
    background: #f7f8fa;
    height: 316px;
}

.webcontent_item .webcl {
    width: 450px;
    padding: 40px;
    height: 316px;
    background: url(../image/t.jpg) right center no-repeat;
    box-sizing: border-box;
}

.webcl p {
    font-size: 18px;
    color: #313131;
    padding-top: 50px;
}

.webcl p span {
    border: 1px solid #fa7400;
    color: #fa7400;
    font-size: 10px;
    padding: 2px;
    vertical-align: middle;
    display: inline-block;
}

.webcl div {
    padding-top: 20px;
    font-size: 14px;
    color: #949597;
    line-height: 26px;
}

.webcl a {
    float: right;
    color: #949597;
}

.webcr {
    width: 750px;
    background: url(../image/b.jpg) no-repeat center center;
    height: 316px;
}

.webcrbox {
    width: 750px;
    height: 266px;
    padding: 50px 0;
    background: url(../image/t.jpg) center center no-repeat;
}

.webcr_item {
    width: 50%;
    padding: 0 50px 0;
    font-size: 14px;
    margin-bottom: 50px;
    color: #858688;
    box-sizing: border-box;
}

.webcr_item h3 {
    font-size: 16px;
    color: #000;
    padding-bottom: 15px;
}

.webcr_item p {
    line-height: 23px;
}

.business span {
    display: block;
    margin: 0 auto;
    width: 51px;
    height: 51px;
    background-image: url(../image/tubiao.png);
    background-position: -73px -59px;
    padding: 30px 0px;
    box-sizing: border-box;
}

.business div:nth-child(2) span {
    background-position: -124px -59px;
}

.business div:nth-child(3) span {
    background-position: -171px -59px;
}

.business div:nth-child(4) span {
    background-position: -224px -59px;
}

.business div:nth-child(5) span {
    background-position: -276px -59px;
}

.service_center {
    width: 1200px;
    position: relative;
    margin: auto;
}

.ctitle {
    font-size: 18px;
    color: #333;
    margin: 40px 0 30px;
    line-height: 20px;
    padding-left: 16px;
    border-left: 3px solid #00B0F0;
    font-weight: 200;
}

.ftitle {
    position: absolute;
    top: 0;
    right: 0;
}

.service_center_list {
    width: 1200px;
    height: 160px;
    position: relative;
}

.service_center_list ul li {
    position: relative;
    float: left;
    width: 398px;
    height: 161px;
    border: 1px solid #f5f5f5;
    transition: all .2s linear;
    cursor: pointer;
    margin: 0 0px -1px -1px;
}

.link_zx {
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 86px;
    font-size: 14px;
    text-align: center;
    margin: 0 16px;
    float: left;
    line-height: 26px;
    border: 1px solid #00B0F0;
    color: #00B0F0;
    background: #fff;
    cursor: pointer;
    z-index: 11111;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-family: "微软雅黑";
}

.link_zx:hover {
    background-color: #00B0F0;
    color: #fff;
}

.service_info {
    height: 86px;
    padding: 16px;
}

.service_info img {
    float: left;
    width: 86px;
    height: 86px;
    margin-right: 20px;
}

.service_info i {
    display: block;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 240px;
    float: left;
}

.service_info b {
    float: left;
    width: 230px;
    margin: 8px 0;
}

.service_info b img {
    width: auto;
    height: 12px;
    display: block;
    float: initial;
}

.service_info strike {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    min-width: 230px;
    width: 230px
}

.service_info strong {
    font-size: 12px;
    color: #999;
    min-width: 230px;
    width: 230px;
    float: left;
}

.service_center_list ul li span {
    background: url(../image/service_tel.png) no-repeat left center;
    padding-left: 25px;
    color: #666;
    font-size: 20px;
    line-height: 28px;
    -webkit-transition: all .05s linear;
    transition: all .05s linear;
    margin-left: 120px;
}

.case {
    width: 1200px;
    margin: auto;
    position: relative;
}

.case_main {
    background-color: #fff;
    padding: 10px 0;
}

.case_tab {
    width: 146px;
    font-size: 16px;
    text-align: center;
    float: left;
    padding-top: 5px;
}

.case_tab_item {
    margin: 20px 0;
}

.case_tab_item a {
    display: inline-block;
    width: 94px;
    color: #000;
    line-height: 38px;
}

.ct_active {
    color: #fff !important;
    background-color: #00B0F0;
}

.case_tab_item i {
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    height: 0;
    width: 0;
    border-radius: 3px;
    border-right: 10px solid #efefef;
    border-top: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
}

.case_tab_item i::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-radius: 3px;
    left: 2px;
    top: -10px;
    border-right: 10px solid #fff;
    border-top: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
}

.case_tab_con {
    float: left;
    padding: 49px 0 49px 45px;
    border-left: 1px solid #efefef;
}

.ct_con_item {
    box-sizing: border-box;
    width: 290px;
    float: left;
    margin-right: 30px;
    border: 1px solid #efefef;
}

.ct_con_item:hover {
    transition: all 0.3s;
    box-shadow: 8px 8px 4px 2px rgb(189, 187, 187);
}

.ct_con_item .hd {
    display: table-cell;
    text-align: center;
    font-size: 0;
    height: 140px;
    width: 290px;
    vertical-align: middle;
}

.ct_con_item .bd {
    padding: 20px 14px;
    font-size: 14px;
    color: gray;
}

.ct_info {
    height: 175px;
    overflow: hidden;
    margin-bottom: 15px;
}

.ct_info h5 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    height:18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
}

.ct_info h5 a {
    color: inherit;
}

.ct_info p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 9em;
}

.ct_sales {
    font-size: 14px;
    color: #323232;
}

.ct_sales h3 {
    line-height: 1;
    margin-bottom: 10px;
}

.ct_sales h3::before {
    content: '';
    margin-right: 8px;
    width: 4px;
    height: 14px;
    background-color: #00B0F0;
    display: inline-block;
    vertical-align: bottom;
}

.news {
    width: 1200px;
    margin: auto;
    position: relative;
    background-color: #dfdcdc;
    padding-bottom: 4%;
}

.news_pgtitile {
    text-align: center;
    padding: 4%;
}

.news_pgtitile span {
    font-size: 40px;
    color: #161616;
    display: block;
}

.news_pgtitile p {
    font-size: 15px;
    color: #888888;
    padding-top: 5px;
}

.newsnav {
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.newsnav li {
    font-size: 16px;
    color: #535353;
    float: left;
    background: #fff;
    border-radius: 20px;
    margin-right: 10px;
    overflow: hidden;
}

.newsnav li.cur {
    background: #00B0F0;
}

.cur a {
    color: #fff !important;
}

.newsnav li a {
    display: block;
    padding: 8px 25px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.712);
}

.news_con {
    padding: 0 20px;
    margin-top: 30px;
}

.news_conl {
    display: block;
    width: 30%;
    background: #fff;
    padding: 43px 20px;
}

.news_conl_pic {
    width: 100%;
    height: 230px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_conl_pic img {
    height: 100%;
}

.news_conl_info {
    width: 70%;
}

.news_conl_info span {
    display: block;
    font-size: 18px;
    color: #484848;
    margin-bottom: 8px;
    transition: all 0.2s;
    height: 48px;
    overflow: hidden;
}

.news_conl_info span i {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #00B0F0;
    vertical-align: middle;
    transition: all 0.2s;
}

.news_conl_info p {
    color: #818181;
    height: 45px;
    overflow: hidden;
}

.news_conl_date {
    display: block;
    padding: 10px 3%;
    background: #00B0F0;
    text-align: center;
    color: #fff;
}

.news_conl_date .day {
    display: block;
    font-size: 38px;
    line-height: 1.2;
}

.news_conl_date .month {
    display: block;
    line-height: 1;
}

.news_list {
    width: 65%;
    overflow: hidden;
}

.news_list li {
    width: 49.7%;
    background: #ffffff;
    overflow: hidden;
    padding: 35px 18px;
    margin: 1px;
    float: left;
    box-sizing: border-box;
}

.news_list li .time {
    color: #555555;
    text-align: center;
    margin-top: 10px;
}

.time_d {
    font-size: 40px;
    display: block;
    line-height: 1;
}

.time_y {
    display: block;
}

.news_info {
    width: 79%;
}

.news_info span {
    color: #484848;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    height: 24px;
    overflow: hidden;
    transition: all 0.3s;
}

.news_info span i {
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #00B0F0;
    vertical-align: middle;
    transition: all 0.3s;
}

.news_info p {
    color: #818181;
    height: 40px;
    overflow: hidden;
}

.partner {
    position: relative;
    margin: auto;
    width: 1200px;
}

.partner_list {
    width: 1200px;
    margin: auto;
}

.partner_list li {
    float: left;
    width: 238px;
    background: none;
    text-align: center;
    line-height: 190px;
    font-size: 0px;
    border: 1px solid #f6f6f6;
    height: 145px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner_list li img {
    transition: all 0.3s;
}

.partner_list li img:hover {
    transform: scale(1.3, 1.3);
}

.area {
    position: relative;
    width: 1200px;
    margin: auto;
}

.area_list {
    width: 100%;
    margin: 20px 0;
}

.area_list_left {
    width: 41.6%;
    padding: 0 10px;
    float: left;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px rgba(15, 15, 15, 0.411);
    padding-bottom: 1px;
    text-align: center;
    box-sizing: border-box;
}

.area_list_right {
    width: 58.1%;
    padding: 0 10px;
    float: right;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px rgba(15, 15, 15, 0.411);
    padding-bottom: 1px;
    text-align: center;
    box-sizing: border-box;
}

.area_list_left ul,
.area_list_right ul {
    display: block;
    margin-bottom: 20px;
}

.area_list_left ul li {
    width: 25%;
    float: left;
    height: 36px;
    display: block;
    transition: all 0.3s;
}

.area_list_right ul li {
    width: 16%;
    float: left;
    height: 36px;
    display: block;
}

.area_list_left ul li span{
    font-weight: bold;
    font-size: 20px;
    color: #00B0F0 !important;
    border: 1px dashed #ffffff;
}

.area_list_right ul li span {
    font-weight: bold;
    font-size: 20px;
    color: #00B0F0 !important;
    border: 1px dashed #ffffff;
}

.area_item {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s;
}

.footer {
    margin: 40px auto 0;
    padding: 20px 0;
    background-color: #232830;
    background-image: url(../imgs/footbg.png), url(../imgs/footbg.png);
    background-repeat: no-repeat;
    background-position: 0 bottom, right bottom;
}

.footer_title {
    position: relative;
    width: 1200px;
    margin: auto;
}
.footer_con{
    padding-bottom: 15px;
}
.top_link_item {
    color: #fff !important;
    font-size: 14px;
    padding: 0 20px;
    border-left: 1px solid #363b44;
    cursor: pointer;
}
.top_link_item:hover{
    color: #00B0F0;
}
.footer_num {
    color: #00B0F0;
    font-size: 32px;
    position: absolute;
    top: 30px;
    right: 0;
    display: flex;
    align-items: center;
}

.friend_link {
    width: 880px;
    margin: 30px 0;
    height: 185px;
    overflow: hidden;
    position: relative;
}

.friend_link_tab {
    width: 810px;
}

.fl_tab_item {
    cursor: pointer;
    height: 30px;
    float: left;
    margin-right: 8px;
}

.fl_tab_name {
    color: #78808d;
    background-color: #02050b;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.fl_active .fl_tab_name::after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #40506a;
    border-bottom: 0 solid #40506a;
}

.fl_active .fl_tab_name {
    color: #fff;
    background-color: #40506a;
}

.fl_tab_pannel {
    transition: All .4s ease-in-out;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 42px;
}

.fl_tab_pannel a {
    height: 30px;
    line-height: 24px;
    font-size: 14px;
    color: #78808d;
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
    cursor: pointer;
}

.copyright {
    font-size: 12px;
    color: #78808d;
}

.copyright a {
    color: #78808d;
}

.certificate {
    margin-top: 12px;
    height: 38px;
}

.certificate a {
    margin-right: 6px;
}

.certificate a img {
    height: 100%;
}

.footer_qrcode {
    position: absolute;
   right: 50px;
   bottom: 30px;
}

.qrcode_item {
    box-sizing: border-box;
    width: 174px;
    height: 200px;
    padding: 11px;
    background-color: #2d343f;
    margin-left: 20px;
    display: inline-block;
    text-align: center;
}

.qrcode_item img {
    width: 150px;
    height: 150px;
    display: block;
}

.qrcode_item_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}
.area_list ul li a:hover{
    color: #00B0F0;
    font-weight: 500;
}
.ky_pgtitile {
    padding-top: 50px;
    text-align: center;
}

.ky_pgtitile h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #333333;
}

.ky_pgtitile p {
    width: 900px;
    margin: 0 auto;
    font-size: 18px;
    color: #6c8293;
}
.ky_why_zx {
    width: 170px;
    height: 50px;
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
}

.ky_why_zx a {
    display: block;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid transparent;
    border-image: linear-gradient(to top, #05a8da, #35e6a8);
    border-image-slice: 1;
    color: #12b6f3;
    font-size: 20px;
    margin: 0 auto;
}
.ad_img img{
   height: 179px;
}
.news_sortlist h3{
    color: #333;
    font-size: 18px;
    padding: 5px 0 8px 12px;
    font-weight: normal;
}
.news_sortlist li{
   display: inline-block;
   width: 40%;
   margin: 8px 20px 8px 0;
   border: 1px solid #333;
   box-sizing: border-box;
   text-align:center;
}
.news_sortlist li:hover{
    border: 1px solid #00B0F0;
}
.news_sortlist li a{
    display: inline-block;
    padding: 8px 0;
    width:100%;
}
.news_sortlist li a:hover{
    color: #00B0F0;
}
@media (max-width:1250px) {
    .nav-info {
        padding-left: 210px;
    }
}
.wt_header_r{
   font-size: 14px;
}
.wt_header_r a{
   color: #555;
   margin: 0 5px;
}