﻿@charset "UTF-8";

* {
  font: inherit;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  outline: 0;
}

li,
ol,
ul {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

b,
strong {
  font-weight: 400;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}

:focus {
  outline: 0;
}

a:hover,
a.active {
  color: #414141;
}

.clearfix {
  zoom: 1;
}

.clearfix::after,
.clearfix::before {
  display: table;
  content: "";
}

.clearfix::after {
  clear: both;
}

.transition {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.padding-none {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

.display-none {
  display: none !important;
}

.left-0 {
  left: 0 !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

input {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #f60;
}

/*文本*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-align-last {
  text-align-last: justify;
}

.s-block {
  display: block !important;
}

.s-inlineblock {
  display: inline-block !important;
}

.s-inline {
  display: inline !important;
}

/* 其他差异 */
input {
  -webkit-appearance: none;
}

body {
  font-size: 16px;
  line-height: 1.45;
  font-family: 'Microsoft Yahei', Helvetica, STHeiTi, sans-serif;
  margin: 0 auto;
  position: relative;
}


/* 头部欢迎 */
.welcome {
  border-bottom: 1px solid #eee;
}

.welcome .wel .wel_left p {
  font-size: 14px;
  line-height: 40px;
  color: #666;
}

.welcome .wel .wel_right a {
  font-size: 14px;
  line-height: 40px;
  margin-right: 20px;
  color: #666;
  position: relative;
}

.welcome .wel .wel_right a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #666;
  right: -10px;
  top: 3px;
}

.welcome .wel .wel_right a:last-child {
  margin-right: 0;
}

.welcome .wel .wel_right a:last-child:after {
  display: none;
}

.welcome .wel .wel_right a:hover {
  color: #2170bf;
}

/* 头部logo */
.header .top {
  margin: 20px 0;
}

.header .top .name_img {
  height: 70px;
}

.header .top .name_img img {
  height: 100%;
}

.header .top .name_word {
  margin-left: 10px;
}

.header .top .name_word h1 {
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 6px;
  word-break: keep-all;
	display: none;
}

.header .top .name_word p {
  font-size: 13px;
  color: #1a1a1a;
  line-height: 23px;
	display:none;
}

.header .top .tel {
  margin-top: 10px;
}

/* pc导航 */
.nav {
  background-color: #2170bf;
}

.nav .container {
  overflow: visible !important;
}

.nav .nav_box {
  display: flex;
  justify-content: space-around;
}

.nav .nav_box .nav_list {
  position: relative;
  width: 239px;
  text-align: center;
  transition: all 1s;
}

.nav .nav_box .nav_list>a {
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: block;
  width: 100%;
}

.nav .nav_box .nav_list .sub_nav {
  position: absolute;
  display: none;
  transition: all .6s;
  z-index: 999;
  width: 100%;
}

.nav .nav_box .nav_list:hover .sub_nav {
  display: block;
}

.nav .nav_box .nav_list .sub_nav>a {
  background-color: rgba(33, 121, 193, .6);
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: all .6s;
}

.nav .nav_box .nav_list .sub_nav>a:hover {
  background-color: rgba(33, 121, 193, .9);
}

.current,
.nav .nav_box .nav_list:hover {
  background-color: #1d62a8;
}

/* 手机导航 */
#m-nav {
  display: block;
  position: relative;
  width: 100%;
  z-index: 99;
  overflow: visible;
  background-color: #2170bf;
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.mnav_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mnav_box .nav_list {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, .1);
  float: left;
}

.mnav_box .nav_list:nth-child(2n) {
  border: none;
}

.mnav_box .nav_list:nth-child(1),
.mnav_box .nav_list:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mnav_box .nav_list a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 12px 0;

}

/* banner */
.owl-theme .owl-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.owl-theme .owl-controls .owl-page span {
  background-color: transparent !important;
  border: 4px solid #fff !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #fff !important;
}

/* 标题 */
.title {
  margin: 50px 0;
  text-align: center;
}

.title h4 {
  font-size: 32px;
  color: #2170bf;
  font-weight: bold;
  position: relative;
}

.title h4::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #ec7823;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.title span {
  font-size: 18px;
  color: #3279c3;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

/* 业务版块 */
.business .kind_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.business .kind_box .kind_list {
  width: 24%;
}

.business .kind_box .kind_list .img_box {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all .6s;
}

.business .kind_box .kind_list .img_box img {
  width: 100%;
}

.business .kind_box .kind_list .img_box .img_top {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .6);
  top: 0;
  left: -300px;
  transition: all .6s;
}

.business .kind_box .kind_list .img_box .img_top p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.business .kind_box .kind_list .kind_name {
  font-size: 15px;
  color: #1a1a1a;
  line-height: 40px;
  text-align: center;
}

.business .kind_box .kind_list .img_box:hover .img_top {
  left: 0;
}

/* 关于我们 */
.m-about .adv_boxc {
    background: url(<%templateskin%>/images/con_bg.png) no-repeat center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 60px 0;
    margin-top: 40px;
}

.m-about .adv_boxc li {
    width: 300px;
    text-align: center;
    position: relative;
}

    .m-about .adv_boxc li::after {
        position: absolute;
        content: "";
        height: 100px;
        width: 1px;
        background-color: #fff;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 2px;
    }

    .m-about .adv_boxc li:last-child::after {
        display: none;
    }

    .m-about .adv_boxc li img {
        display: block;
        margin: 0 auto;
    }

    .m-about .adv_boxc li span {
        font-size: 32px;
        color: #fff;
        display: block;
        text-align: center;
        margin-top: 50px;
        position: relative;
    }

        .m-about .adv_boxc li span::after {
            position: absolute;
            content: "";
            height: 2px;
            width: 40px;
            background-color: #fff;
            left: 50%;
            transform: translateX(-50%);
            top: -15px;
        }

    .m-about .adv_boxc li p {
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 38px;
    }

.m-about .mabout_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

    .m-about .mabout_info .mabout_left p {
        font-size: 16px;
        line-height: 36px;
        color: #1a1a1a;
        text-indent: 2em;
    }

.m-about .about_adv {
    border: 2px solid #cde8ec;
}

    .m-about .about_adv .adv_topc {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 2px solid #cde8ec;
    }

        .m-about .about_adv .adv_topc .adv_tl,
        .m-about .about_adv .adv_topc .adv_tri {
            padding: 20px;
        }

        .m-about .about_adv .adv_topc .adv_tl {
            border-right: 2px solid #cde8ec;
        }

    .m-about .about_adv .ys_tit {
        padding: 30px 0;
        border-bottom: 1px solid #cde8ec;
        padding-left: 90px;
        margin-bottom: 35px;
    }

        .m-about .about_adv .ys_tit h4 {
            font-size: 29px;
            font-weight: bold;
            color: #1a1a1a;
        }

        .m-about .about_adv .ys_tit span {
            font-size: 16px;
            color: #bfbfbf;
        }

    .m-about .about_adv .adv_tl .ys_tit {
        background: url(<%templateskin%>/images/01.png) no-repeat left;
    }

    .m-about .about_adv .adv_tl .tl_img {
        margin-top: 90px;
    }

    .m-about .about_adv .adv_tri .ys_tit {
        background: url(<%templateskin%>/images/02.png) no-repeat left;
    }

    .m-about .about_adv .ys_info p {
        font-size: 16px;
        color: #1a1a1a;
        line-height: 30px;
        text-indent: 2em;
    }

    .m-about .about_adv .adv_bot {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }

        .m-about .about_adv .adv_bot .adv_tl,
        .m-about .about_adv .adv_bot .adv_tri {
            padding: 20px;
        }

            .m-about .about_adv .adv_bot .adv_tri .ys_tit {
                background: url(<%templateskin%>/images/03.png) no-repeat left;
            }

            .m-about .about_adv .adv_bot .adv_tri .tr_img {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: space-between;
                margin-top: 30px;
            }

    .m-about .about_adv .tr_img img {
        display: block;
        margin: 0;
        padding: 0;
    }
/* 媒介查询 */
@media screen and (max-width: 768px) {
    .m-about .adv_boxc {
        flex-wrap: wrap;
        margin-top: 0;
    }

        .m-about .adv_boxc li {
            width: 33.33%;
        }

            .m-about .adv_boxc li:nth-child(2n+1):after {
                display: none;
            }

            .m-about .adv_boxc li img {
                height: 40px;
            }

            .m-about .adv_boxc li span {
                font-size: 20px;
                margin-top: 30px;
            }

            .m-about .adv_boxc li p {
                font-size: 15px;
				line-height:26px;
            }

    .m-about .about_adv .ys_tit h4 {
        font-size: 20px;
    }

    .m-about .about_adv .ys_tit span {
        font-size: 14px;
    }

    .m-about .about_adv .adv_bot .tr_img img {
        width: 50%;
        height: 50%;
    }

    .m-about .mabout_info,
    .m-about .about_adv .adv_topc,
    .m-about .about_adv .adv_bot {
        display: block;
    }

    .m-about .about_adv .adv_tl .tl_img {
        margin-top: 30px;
    }
}

/* 业务分布 */
.global {
    background: #eee;
    margin-top: 50px;
}

.global img {
  display: block;
  margin: 0 auto;
}

.global ul {
  margin-top: -140px;
  margin-bottom: 50px;
}

.global ul li {
  padding-left: 20px;
}

.global ul li span {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 34px;
  position: relative;
}

.global ul li span::after {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  left: -20px;
  top: 5px;
}

.global ul li:nth-child(1) span::after {
  border: 4px solid #6a6ac5;
}

.global ul li:nth-child(2) span::after {
  border: 4px solid #379638;
}

.global ul li:nth-child(3) span::after {
  border: 4px solid #6a6ac5;
}

.global ul li:nth-child(4) span::after {
  border: 4px solid #cc3402;
}

/* 合作伙伴 */

.multipleColumn {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.multipleColumn .hd {
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
  position: relative;
}

.multipleColumn .hd ul {
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.multipleColumn .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  border: 2px solid #2170bf;
  background: none;
  border-radius: 50%;
}

.multipleColumn .hd ul li.on {
  background: #2170bf;
}

.multipleColumn .bd {
  padding: 10px;
  overflow: hidden;
}

.multipleColumn .bd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  float: left;
  _display: inline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.multipleColumn .bd ul li {
  margin: 10px 0;
  float: left;
  _display: inline;
  text-align: center;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  width: 19%;
}

.multipleColumn .bd ul li .pic {
  text-align: center;
}

.multipleColumn .bd ul li .pic img {
  width: 100%;
  height: 135px;
  display: block;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  transition: all .6s;
}

.multipleColumn .bd ul li .pic a:hover img {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}

.multipleColumn .bd ul li .title {
  line-height: 24px;
}

/* 公司简介 */
.about {
  
  margin: 50px 0 0;
}

.about .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.about .about_left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 20px;
}

.about .about_left h4 {
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
  margin-bottom: 30px;
}

.about .about_left h4::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 40px;
  background-color: #2170bf;
  bottom: -10px;
  left: 0;
}

.about .about_left p {
  font-size: 14px;
  text-align: justify;
  text-indent: 2em;
  line-height: 21px;
	margin-bottom:6px;
  color: #1a1a1a;
}

.about .about_left a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2170bf;
  border-radius: 4px;
  margin-top: 30px;
  transition: all .6s;
}

.about .about_left a:hover {
  border-radius: 20px;
}

/* 办公场景 */
.office .office_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.office .office_box .office_list {
  height: 280px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.office .office_box .office_list img {
  max-width: 100%;
  display: block;
}

.office .office_box .office_list .sce_top {
  position: absolute;
  padding: 20px 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -65px;
  width: 92%;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: center;
  transition: all .8s;
}

.office .office_box .office_list .sce_top span {
  margin: 20px auto 0 auto;
  display: block;
  padding: 8px 12px;
  background-color: #2170bf;
  width: 110px;
  border-radius: 4px;
  transition: all 1.5s;
}

.office .office_box .office_list:hover .sce_top {
  bottom: 0;
}

.office .office_box .office_list:hover .sce_top span {
  border-radius: 20px;
}

.office .more {
  width: 200px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  background-color: #2170bf;
  color: #fff;
  display: block;
  margin: 30px auto;
  transition: all .6s;
}

.office .more:hover {
  border-radius: 20px;
}

/* 新闻资讯 */
.news .news_box .news_left {
  overflow: hidden;
}

.news .news_box .news_left .news_img {
  height: 300px;
  overflow: hidden;
}

.news .news_box .news_left .news_img img {
  transition: all .6s;
}

.news .news_box .news_left .news_info {
  margin: 20px 0;
}

.news .news_box .news_left .news_info h4 {
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
  transition: all .6s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news .news_box .news_left .news_info p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 55px;
  margin-bottom: 15px;
}

.news .news_box .news_left .news_info span {
  font-size: 12px;
  color: #666;
  line-height: 32px;
}

.news .news_box .news_left:hover .news_info h4 {
  color: #2170bf;
}

.news .news_box .news_left:hover .news_img img {
  transform: scale(1.2);
}

.news .news_box .news_right li {
  padding-bottom: 30px;
  border-bottom: 1px dashed #999;
  margin-bottom: 20px;
}

.news .news_box .news_right li>a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.news .news_box .news_right .date {
  width: 20%;
  height: 100px;
  background-color: #eee;
  text-align: center;
  margin-right: 10px;
  transition: all .6s;
}

.news .news_box .news_right .date span {
  font-size: 30px;
  font-weight: bold;
  color: #666;
  margin-top: 15px;
  display: block;
}

.news .news_box .news_right .date p {
  font-size: 16px;
  color: #666;
}

.news .news_box .news_right .info {
  width: 80%;
  overflow: hidden;
}

.news .news_box .news_right .info h4 {
  font-size: 18px;
  color: #1a1a1a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  transition: all .6s;
}

.news .news_box .news_right .info p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 55px;
}

.news .news_box .news_right li>a:hover .date {
  background-color: #2170bf;
}

.news .news_box .news_right li>a:hover .date span,
.news .news_box .news_right li>a:hover .date p {
  color: #fff;
}

.news .news_box .news_right li>a:hover .info h4 {
  color: #2170bf;
}

/* 底部 */
.footer {
  width: 100%;
  background: url(../images/footer.png) no-repeat 100% 100px;
  margin-top: 140px;
  padding-bottom: 50px;
}

.footer .container {
  overflow: visible;
}

.footer .footinfo_box {
  width: 100%;
  background: url(../images/circle.png) no-repeat center #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  margin-top: -100px;
  position: relative;
  height: 230px;
}

.footer .footinfo_box::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 11px;
  background: #f5f5f5;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
}

.footer .footinfo_box::after {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 11px;
  background: #1c2226;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
}

.footer .footinfo_box .footer_left,
.footer .footinfo_box .footer_right {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.footer .footinfo_box .footer_left .foot_logo {
  width: 100px;
  margin: 0 20px;
}

.footer .footinfo_box .footer_left .foot_logo img {
  display: block;
}

.footer .footinfo_box .footer_left .foot_info p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 30px;
}

.footer .footinfo_box .footer_right img {
  display: block;
  margin: 0 10px;
}

.footer .footinfo_box .footer_right .ewm p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.footer .foot_nav {

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 40px;
}

.footer .foot_nav li {
  margin: 0 40px;
}

.footer .foot_nav li a {
  font-size: 15px;
  color: #fff;
}

.footer .foot_nav li a:hover {
  text-decoration: underline;
}

.footer .foot_link .link_tit {
  border-bottom: 1px solid #fff;
}

.footer .foot_link .link_tit p {
  font-size: 20px;
  font-weight: bold;
  color: #2170bf;
  position: relative;
}

.footer .foot_link .link_tit p::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 80px;
  background-color: #2170bf;
  bottom: -3px;
  left: 0;
}

.footer .foot_link .link_tit p span {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  margin-left: 10px;
}

.footer .foot_link .link_list {
  margin-top: 10px;
}

.footer .foot_link .link_list a {
  float: left;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}

.footer .foot_link .link_list a:hover {
  text-decoration: underline;
}

/* 返回顶部组件 */
.aside-control {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 10;
}
.aside-control .items {
  margin: 10px 0;
}
.aside-control .items a {
  display: block;
  width: 40px;
  height: 40px;
  transition: all ease .3s;
  background-color: rgba(33, 112, 191, .8);
  border-radius: 5px;
  text-align: center;
}

.aside-control .items a i {
  font-size: 1em;
  color: #fff;
  line-height: 40px;
}

.aside-control .items a:hover {
  background-color: rgba(33, 112, 191, 1);
}

/* 首页媒介查询 */
@media screen and (max-width: 768px) {
  * {
    cursor: pointer;
  }

  .container {
    padding: 0 20px;
  }

  .nav .container {
    padding: 0;
  }

  .header .top {
    margin: 10px 0;
  }

  .header .top .name_img {
    margin-left: 10px;
    height: 60px;
  }

  .title {
    margin: 30px 0;
  }

  .title h4 {
    font-size: 24px;
  }

  .title span {
    font-size: 15px;
  }

  .business .kind_box {
    flex-wrap: wrap;
  }

  .business .kind_box .kind_list {
    width: 49%;
  }

  .business .kind_box .kind_list .img_box .img_top {
    display: none;
  }

  .business .kind_box .kind_list {
    margin-bottom: 20px;
  }

  .global ul {
    margin-bottom: 30px;
    margin-top: -80px;
  }

  .global ul li span {
    font-size: 16px;
    line-height: 26px;
  }

  .multipleColumn .bd .ulWrap ul li:nth-child(4n),
  .multipleColumn .bd .ulWrap ul li:nth-child(5n) {
    display: none;
  }

  .multipleColumn .bd ul li {
    width: 32%;
  }

  .multipleColumn .bd ul li .pic img {
    height: 80px;
  }

  .about .container {
    flex-wrap: wrap;
  }

  .about .about_left h4 {
    margin: 30px 0;
  }

  .about .about_left a {
    margin: 30px auto;
  }

  .about .about_right {
    margin-bottom: 30px;
  }

  .office .office_box .office_list {
    height: 100px;
  }

  .office .office_box .office_list .sce_top {
    padding: 5px 0;
    width: 82%;
    bottom: -55px;
  }
  .news .news_box .news_left .news_info {
    border-bottom: 1px dashed #999;
  }
  .news .news_box .news_left .news_img {
    height: 180px;
  }
  .news .news_box .news_left .news_info h4 {
    font-size: 20px;
  }
  .news .news_box .news_right .date {
    height: 80px;
  }
  .news .news_box .news_right .date span {
    font-size: 22px;
    margin-top: 0px;
  }
  .news .news_box .news_right li {
    padding-bottom: 20px;
  }

  .news .more {
    width: 200px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    background-color: #2170bf;
    color: #fff;
    display: block;
    margin: 30px auto;
    transition: all .6s;
  }
  .footer .footinfo_box {
    background: #fff;
  }
  .footer .footinfo_box .footer_left,
  .footer .footinfo_box .footer_right {
    width: 100%;
  }
  .footer .footinfo_box .footer_left, .footer .footinfo_box .footer_right {
    margin-top: 25px;
  }
	.footer .footinfo_box .footer_left .foot_info p {
  font-size: 12px;
  line-height: 24px;
}
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

/* 内页样式 */

/* 上一条 & 下一条 */
.m-g-links {
  margin: 50px 0;
  border-top: 1px solid #999;
  padding-top: 20px;
}

.m-g-links p {
  margin-bottom: 10px;
  color: #666;
}

.m-g-links p a {
  color: #555;
  padding-left: 5px;
  transition: all .6s;
}

.m-g-links p a:hover {
  color: #2170bf;
  padding-left: 10px;
}

/* 分页 */
.m-pagination {
  text-align: center;
  margin-top: 30px;
}
.pagination>li>a, .pagination>li>span {
  padding: 8px 10px;
  margin: 0;
}
.m-pagination .pagination>li>a:focus,
.m-pagination .pagination>li>a:hover,
.m-pagination .pagination>li>span:focus,
.m-pagination .pagination>li>span:hover {
  z-index: 2;
  color: #666;
  background-color: #eee;
  border-color: #ddd
}

.m-pagination .pagination>.active>a,
.m-pagination .pagination>.active>a:focus,
.m-pagination .pagination>.active>a:hover,
.m-pagination .pagination>.active>span,
.m-pagination .pagination>.active>span:focus,
.m-pagination .pagination>.active>span:hover {
  color: #fff;
  background-color: #2170bf;
  border-color: #2170bf;
}

/* 内页业务版块 */
.m-business .kind_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
	display:none;
}
.m-business .kind_box .kind_list {
  width: 20%;
  background-color: #eee;
  border-radius: 4px;
  transition: all .6s;
  margin-right: 20px;
}
.m-business .kind_box .kind_list a {
  display: block;
  text-align: center;
  color: #1a1a1a;
  line-height: 1;
  padding: 12px 0;
}

.m-business .kind_box .kind_current,
.m-business .kind_box .kind_list:hover {
  background-color: #2170bf;
  color: #fff;
}
.m-business .kind_box .kind_current a,
.m-business .kind_box .kind_list:hover a {
  color: #fff;
}


.m-business .kind_box_sec .kind_list {
  width: 100%;
  background-color: #eee;
  border-radius: 4px;
  transition: all .6s;
  
	margin-bottom: 20px;
}
.m-business .kind_box_sec .kind_list a {
  display: block;
  text-align: center;
  color: #1a1a1a;
  line-height: 1;
  padding: 12px 0;
}

.m-business .kind_box_sec .kind_current,
.m-business .kind_box_sec .kind_list:hover {
  background-color: #2170bf;
  color: #fff;
}
.m-business .kind_box_sec .kind_current a,
.m-business .kind_box_sec .kind_list:hover a {
  color: #fff;
}


.m-business .bus_imgbox {
  margin-top: 0px;
}

.m-business .bus_imgbox li {
  overflow: hidden;
  float: left;
  margin-bottom: 25px;
}

.m-business .bus_imgbox li:nth-child(3n) {
  margin-right: 0;
}

.m-business .bus_imgbox li .bus_img {
  width: 100%;
  height: 222px;
  overflow: hidden;
}

.m-business .bus_imgbox li .bus_img img {
  display: block;
  width: 100%;
  transition: all .6s;
}

.m-business .bus_imgbox li .bus_name {
  width: 100%;
  height: 60px;
  background-color: #eee;
  color: #1a1a1a;
  line-height: 60px;
  text-align: center;
  transition: all .6s;
}

.m-business .bus_imgbox li:hover .bus_name {
  background-color: #2170bf;
  color: #fff;
}

.m-business .bus_imgbox li:hover .bus_img img {
  transform: scale(1.2);
}

/* 业务详情 */
.businessTop_view {
  background: url(../images/view_bg.png) repeat-x bottom;
  margin-top: 40px;
  padding-bottom: 60px;
}

.businessTop_view .bus_left {
  overflow: hidden;
}

.businessTop_view .bus_left img {
  width: 100%;
}

.businessTop_view .bus_right {
  padding: 40px 20px;
}

.businessTop_view .bus_right h4 {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
}

.businessTop_view .bus_right h4::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  background-color: #2170bf;
  left: 0;
  bottom: -10px;
}

.businessTop_view .bus_right p {
  font-size: 15px;
  line-height: 30px;
  color: #1a1a1a;
  margin-top: 30px;
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.business_view {
  margin-top: 40px;
  padding: 0 20px;
}

.business_view p {
  font-size: 15px;
  color: #1a1a1a;
  line-height: 25px;
  text-indent: 2em;
}

.scenario .scen_box .scen_list {
  margin-bottom: 13px;
  float: left;
}

.scenario .scen_box .scen_list:nth-child(4n) {
  margin-right: 0;
}

.scenario .scen_box .scen_list .scen_img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.scenario .scen_box .scen_list .scen_img img {
  display: block;
  transition: all .6s;
}

.scenario .scen_box .scen_list p {
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #1a1a1a;
}

.scenario .scen_box .scen_list:hover .scen_img img {
  transform: scale(1.2);
}

.scenario .scen_box .scen_list:hover p {
  color: #2170bf;
}


/* 内页新闻列表 */
.m-news .news_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.m-news .news_box .news_list {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 30px;
}

.m-news .news_box .news_list:nth-child(2n) {
  margin-right: 0;
}

.m-news .news_box .news_list::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: #2170bf;
  transition: all .6s;
  left: 0;
  bottom: -1px;
}

.m-news .news_box .news_list:hover::after {
  width: 100%;
}

.m-news .news_box .news_list h4 {
  font-size: 20px;
  color: #1a1a1a;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 38px;
  white-space: nowrap;
  padding-bottom: 5px;
  border-bottom: 1px dashed #eee;
}

.m-news .news_box .news_list:hover h4 {
  color: #2170bf;
}

.m-news .news_box .news_list p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.m-news .news_box .news_list span {
  font-size: 14px;
  color: #666;
  margin-top: 40px;
  display: block;
}

.m-news .news_box .news_list:hover span i {
  transition: all .6s;
}

.m-news .news_box .news_list:hover span i {
  color: #2170bf;
}


/* 内页新闻详细 */
.m-newsview .view_title {
  margin: 40px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.m-newsview .view_title h4 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  position: relative;
}

.m-newsview .view_title h4::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  background-color: #2170bf;
}

.m-newsview .view_title span {
  font-size: 14px;
  color: #666;
  display: block;
  text-align: center;
  line-height: 34px;
}

.m-newsview .news_view p {
  font-size: 15px;
  line-height: 25px;
  color: #1a1a1a;
  text-indent: 2em;
}

.m-newsview .news_view img {
  display: block;
  margin: 0 auto;
}


/* 分页 */
.m-img .m-imglist .list {
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  position: relative;
}

.m-img .m-imglist .list::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: #2170bf;
  left: 0;
  bottom: -1px;
  transition: all .6s;
}

.m-img .m-imglist .list:nth-child(4n) {
  margin-right: 0;
}

.m-img .m-imglist .list a {
  display: block;
}

.m-img .m-imglist .list .p-img {
  height: 207px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #eee;
}

.m-img .m-imglist .list .p-img img {
  transition: all .6s;
}

.m-img .m-imglist .list h3 {
  color: #666;
  text-align: center;
  line-height: 40px;
  transition: all .6s;
  font-size: 16px;
  margin: 0;
}

.m-img .m-imglist .list:hover .p-img img {
  transform: scale(1.2);
}

.m-img .m-imglist .list:hover h3 {
  color: #2170bf;
}

.m-img .m-imglist .list:hover::after {
  width: 100%;
}

/* 内页关于 */
.mkind_box {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.mkind_box .kind_list {
  width: 20%;
  background-color: #eee;
  border-radius: 4px;
  transition: all .6s;
  margin-right: 20px;
}
.mkind_box .kind_list a {
  display: block;
  text-align: center;
  color: #1a1a1a;
  line-height: 1;
  padding: 12px 0;
}

.mkind_box .kind_current,
.mkind_box .kind_list:hover {
  background-color: #2170bf;
  color: #fff;
}
.mkind_box .kind_current a,
.mkind_box .kind_list:hover a {
  color: #fff;
}


/* 内页媒介查询 */
@media screen and (max-width: 768px) {
  
  .m-business .kind_box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-business .kind_box .kind_list {
    width: 47%;
    margin: 0;
    margin-bottom: 20px;
  }
	
		  .m-business .kind_box_sec {
    flex-wrap: wrap;
    justify-content: space-between;
  }
	.m-business .kind_box_sec .kind_list {
		width: 47%;
		

	}
	.m-business .kind_box_sec {

  flex-direction: row;
  display:flex;

	}
	
	
  .mkind_box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mkind_box .kind_list {
    width: 47%;
    margin: 0;
    margin-bottom: 20px;
  }
  .m-business .bus_imgbox {
    margin-top: 20px;
  }
  .businessTop_view .bus_left {
    padding: 0;
  }
  .businessTop_view .bus_right {
    padding: 30px 0;
  }
  .m-business .bus_imgbox li .bus_img {
    height: 93px;
  }
  .m-business .bus_imgbox li .bus_name {
    height: 40px;
    line-height: 40px;
  }
  .business_view {
    padding: 0;
  }
  .scenario .scen_box .scen_list .scen_img {
    height: 110px;
  }
  .m-img .m-imglist .list .p-img {
    height: 106px;
  }
  .m-news .news_box .news_list {
    padding: 0;
    padding-bottom: 20px;
  }
  .m-news .news_box .news_list span {
    margin-top: 20px;
  }
  .m-news .news_box .news_list {
    margin-bottom: 20px;
  }
}