* {
    border: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

html {
    font-family: MicrosoftYaHei;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.layui-nav-side {
    top: 58px;
}

.header {
    height: 140px;
    line-height: 140px;
    overflow: hidden;
}

.header img {
    max-width: 100%;
}

.header .catchline {
    text-align: right;
}

.navbar-list {
    display: flex;
    margin: 0 auto;
}

.navbar {
    width: 100%;
    height: 60px;
    background-color: #333;
}

.navbar .layui-nav {
    display: flex;
    margin: 0 auto;
    padding: 0;
    background-color: #333;
}

.navbar .layui-nav .layui-nav-item {
    flex: 1;
    line-height: 60px;
    text-align: center;
}

.navbar .layui-nav .layui-nav-item>a {
    font-size: 16px !important;
}

.navbar .layui-nav-more {
    display: none;
}

.navbar .layui-nav .layui-this,
.navbar .layui-nav-bar:hover,
.navbar .layui-nav-tree .layui-nav-itemed,
.navbar .layui-nav .layui-nav-item:hover {
    background-color: #0068b7;
}

.navbar .layui-nav .layui-this:after,
.navbar .layui-nav-bar,
.navbar .layui-nav-tree .layui-nav-itemed:after {
    display: none;
}

.navbar .layui-nav-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    height: 9px;
    width: 100%;
    background: url('../images/menu-top-bj.png') no-repeat top center;
}

.navbar .layui-nav-child {
    top: 73px;
    padding: 0;
    box-shadow: none;
    border: 0;
    z-index: 100;
    background-color: #0068b7;
}

.navbar .layui-nav-child dd {
    margin: 0 9px;
    line-height: 49px;
    border-bottom: 1px solid #2a8ad4;
}

.navbar .layui-nav-child dd:last-child {
    border-bottom: none;
}

.navbar .layui-nav .layui-nav-item a,
.navbar .layui-nav .layui-nav-child a {
    color: #fff;
}

.navbar .layui-nav .layui-nav-child a:hover {
    color: rgba(255, 255, 255, .7);
    background-color: #0068b7;
}

/* banner样式 */

.banner-img {
    background: url() no-repeat center center;
}

.banner-img a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0px;
}

/* 底部样式 */

.footer {
    background-color: #231d23;
    color: #ffffff;
}

.bottom {
    color: #4f4e4f;
    line-height: 45px;
    background-color: #181418;
    text-align: center;
}

.bottom a {
    color: #4f4e4f;
}

.footer-nav a {
    color: #ffffff;
}

.footer-nav ul {
    display: flex;
    text-align: center;
    line-height: 79px;
    border-bottom: 1px solid #3e3e3e;
}

.footer-nav ul li {
    flex: 1;
}

.footer .footer-info {
    padding: 50px 0;
    font-size: 16px;
}

.footer .footer-info .qrcode {
    text-align: right;
}
.footer .footer-info .qrcode img{
    padding-right: 30px;
}

.footer .footer-info p {
    padding-left: 30px;
    padding-top: 30px;
    line-height: 20px;
}

.footer .footer-info i {
    font-size: 30px;
    color: #ffffff;
}

/* 首页通用样式 */

.common-style .title {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 45px;
}

.common-style h1 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
}

.common-style h1 span {
    color: #0068b7;
}

.common-style h3 {
    font-size: 18px;
    color: #999999;
    line-height: 30px;
}

/* 首页-关于我们 */

.about_us .desc {
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 44px;
}

.about_us .pic {
    margin-bottom: 57px;
    min-height: 330px;
}

.about_us .pic .layui-col-sm8 img {
    height: 330px;
    width: 100%;
}

.about_us .pic .layui-col-sm4 {
    height: 330px;
}

#contact {
    background-color: #f5f5f5;
}

/* 首页-业务范围 */

.business {
    min-height: 1108px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.business .title h1 {
    color: #eeeeee;
}

.business .list {
    text-align: center;
    padding-bottom: 56px;
}

.business .list img {
    width: 100%;
    height: 100%;
}

.business .list span {
    display: block;
    padding-top: 20px;
    line-height: 28px;
}

.business .list a {
    color: #eeeeee;
    font-size: 16px;
}

/* 首页新闻动态 */

.news-info {
    margin-bottom: 60px;
}

.news-info .article-news {
    padding: 0;
}

.news-info .article-news li {
    width: 100%;
    float: left;
}

.news-info .article-news li .date {
    float: right;
}

.article-news li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
}

/* 内容页面主体 */

.main-content {
    margin: 45px auto;
}

/* 内容页面左侧导航 */

.main-content .left-nav {
    background-color: #f5f5f5;
    min-height: 500px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.left-nav .nav-title {
    background-color: #0068b7;
    color: #ffffff;
    text-align: center;
    padding: 7px 0 14px 0;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 20%;
    box-shadow: 0px 1px 10px 0px rgba(0, 104, 183, 0.15);
}

.left-nav h3 {
    font-size: 24px;
    line-height: 52px;
    background: url('../images/nav-bj.png') no-repeat center center;
}

.left-nav h5 {
    font-size: 14px;
    color: #5babe7;
}

.left-nav .nav-list {
    display: block;
    padding: 30px;
}

.left-nav .nav-list li a {
    color: #555555;
    font-size: 18px;
    line-height: 75px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.left-nav .nav-list li:last-child a {
    border-bottom: none;
}

.footer-nav a:hover,
.bottom a:hover,
.left-nav .nav-list li a.on,
.left-nav .nav-list li a:hover {
    color: #c8000a;
}

.left-nav .nav-contact {
    display: block;
    padding: 30px;
    padding-bottom: 60px;
}

.left-nav .nav-contact span {
    display: block;
    line-height: 30px;
}

/* 内容页面右侧导航 */

.right-content {
    display: block;
    padding: 0 30px;
}

.right-content .page-title {
    padding: 0 20px;
    display: block;
    line-height: 59px;
    font-size: 20px;
    color: #0068b7;
    border-bottom: 1px solid #eeeeee;
}

.right-content .content {
    padding: 30px 20px;
}

.right-content .contact {
    font-size: 18px;
    color: #555555;
    margin-bottom: 20px;
}

.right-content .contact li {
    padding: 0 30px;
    height: 89px;
    line-height: 89px;
    border-bottom: 1px dashed #eeeeee;
}

.right-content .contact li:before {
    content: "list";
    font-size: 0;
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 61px;
    margin-right: 10px;
}

.right-content .contact li.address:before {
    background: url('../images/address.png') no-repeat center center;
}

.right-content .contact li.phone:before {
    background: url('../images/phone.png') no-repeat center center;
}

.right-content .contact li.email:before {
    background: url('../images/email.png') no-repeat center center;
}

.right-content .content p {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    text-align: justify;
    text-justify: inter-word;
    padding-bottom: 30px;
}

.right-content .content p img {
    max-width: 100%;
}

.right-content .list-col {
    padding-top: 30px;
}

.right-content .list-col .layui-col-md4 {
    padding-bottom: 20px;
}

.right-content .list-col img {
    width: 100%;
}

.right-content .list-col span {
    display: block;
    color: #555555;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.right-content .page {
    display: block;
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2a8ad4;
}

.right-content .list-row {
    padding-top: 10px;
}

.right-content .list-row .layui-row {
    padding: 20px;
    border-bottom: 1px dashed #eeeeee;
}

.right-content .list-row .layui-row a {
    display: block;
}

.right-content .list-row .layui-row a:hover {
    color: #c8000a !important;
}

.right-content .list-row .layui-row.pic:last-child {
    border-bottom: none;
}

.right-content .list-row .layui-row.pic img {
    width: 100%;
}

.right-content .list-row .layui-row.pic .layui-col-md8 {
    padding: 0 20px;
}

.right-content .list-row .layui-row.pic .title {
    font-size: 18px;
    line-height: 50px;
    color: #555555;
    padding: 0;
    display: block;
}

.right-content .list-row .layui-row.pic .desc {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}

.right-content .list-row .layui-row.text {
    font-size: 16px;
    line-height: 18px;
}

.right-content .list-row .layui-row.text:last-child {
    margin-bottom: 20px;
}

.right-content .list-row .layui-row.text .title {
    color: #555555;
}

.right-content .list-row .layui-row.text .date {
    font-size: 14px;
    color: #999999;
    text-align: right;
}

.right-content .list-row .layui-row.text .number {
    text-align: center;
}

.right-content .list-row .layui-row:hover div,
.right-content .list-row .layui-row:hover span {
    color: #c8000a !important;
}

.main-content.detail .title {
    line-height: 24px;
    font-size: 24px;
    padding-bottom: 24px;
    color: #555555;
    border-bottom: 1px solid #eeeeee;
}

.main-content.detail .title .desc {
    font-size: 14px;
    color: #999999;
    text-align: right;
}

.main-content.detail .content {
    padding: 20px 0;
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    text-align: justify;
    text-justify: inter-word;
}

.main-content.detail .content p {
    padding-bottom: 20px;
}

.main-content.detail .content img {
    max-width: 100%;
}

.main-content.detail .page {
    font-size: 16px;
}

.main-content.detail .page .next {
    text-align: right;
}

.main-content.detail .page a {
    color: #0068b7;
}

.main-content.detail .page a:hover {
    color: #c8000a;
}

.album {
    padding-top: 20px !important;
}

.album img {
    width: 100%;
}

.album span {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.people {
    font-size: 18px;
}

/* 媒体查询 */

@media screen and (min-width: 991px) and (max-width:1200px) {
    .business {
        min-height: 700px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .header .logo {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 90px !important;
        line-height: 90px !important;
    }
    .header .logo img {
        max-width: 75%;
    }

    .layui-carousel{
        display: none;
    }

    .business {
        background-color: rgba(0, 0, 0, 0.8) !important;
        background-image: none !important;
    }
    .people {
        display: none;
    }
    .footer .footer-info {
        padding: 10px 0 !important;
    }
    .footer .footer-info .qrcode {
        display: none;
    }
    .footer .footer-info p {
        padding-left: 0px;
        padding-bottom: 20px;
    }
    .bottom .layui-col-md8{
        display: none;
    }
    .main-content{
        padding: 20px auto;
    }
    .right-content{
        padding: 0;
    }
    .right-content .content {
        padding: 0px;
    }
    .right-content .contact li{
        line-height: 48px;
        height: auto;
    }
    .right-content .contact li:before{
        width: 0;
        margin-right: 0;
    }
}
